Google Analytics Dashboard for WP (GADWP) - Version 7.5.3

Version Description

Download this release

Release Info

Developer manejaam
Plugin Icon 128x128 Google Analytics Dashboard for WP (GADWP)
Version 7.5.3
Comparing to
See all releases

Code changes from version 7.5.2 to 7.5.3

assets/js/frontend-gtag.js CHANGED
@@ -90,13 +90,16 @@ var ExactMetrics = function () {
90
 
91
  var fields = cloneFields( fieldsArray, null, fieldsToRemove );
92
  fields.action = action;
 
93
 
94
- var eventMap = {
95
- 'outbound-link': 'click',
96
- 'download': 'file_download',
97
- };
 
 
98
 
99
- __gtagTracker( type, eventMap[ eventCategory ] || eventCategory.replace( '-', '_' ), fields );
100
  }
101
 
102
  function __gtagMaybeTrackerUA( type, action, fieldsArray ) {
@@ -111,7 +114,7 @@ var ExactMetrics = function () {
111
  ];
112
 
113
  var uaFields = cloneFields(fieldsArray, allowedFields);
114
- uaFields.send_to = exactmetrics_frontend.ua
115
 
116
  __gtagTracker( type, action, uaFields );
117
  }
90
 
91
  var fields = cloneFields( fieldsArray, null, fieldsToRemove );
92
  fields.action = action;
93
+ fields.send_to = exactmetrics_frontend.v4_id;
94
 
95
+ let hitType = eventCategory.replace( '-', '_' );
96
+ if (eventCategory.indexOf('outbound-link') !== -1) {
97
+ hitType = 'click'
98
+ } else if (eventCategory === 'download') {
99
+ hitType = 'file_download'
100
+ }
101
 
102
+ __gtagTracker( type, hitType, fields );
103
  }
104
 
105
  function __gtagMaybeTrackerUA( type, action, fieldsArray ) {
114
  ];
115
 
116
  var uaFields = cloneFields(fieldsArray, allowedFields);
117
+ uaFields.send_to = exactmetrics_frontend.ua;
118
 
119
  __gtagTracker( type, action, uaFields );
120
  }
assets/js/frontend-gtag.min.js CHANGED
@@ -1,24 +1,25 @@
1
  ;var ExactMetrics=function(){var e=[],i='',r=!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){i=e};this.getInternalAsOutboundCategory=function(){return i};this.sendEvent=function(e,t,n){x(e,t,n,[])};function d(){if(window.exactmetrics_debug_mode){return!0}
2
- else{return!1}};function c(e,t,n){var l={};for(var i in e){if(!e.hasOwnProperty(i)){continue};if(t&&t.indexOf(i)===-1){continue};if(n&&n.indexOf(i)>-1){continue};l[i]=e[i]};return l};function b(e,t,n){if(!exactmetrics_frontend.v4_id||e!=='event'){return};var i=n.event_category||'',r=['event_name','event_category','event_label','value',],l=c(n,null,r);l.action=t;var a={'outbound-link':'click','download':'file_download',};__gtagTracker(e,a[i]||i.replace('-','_'),l)};function y(e,t,n){if(!exactmetrics_frontend.ua){return};var l=['event_category','event_label','value',],i=c(n,l);i.send_to=exactmetrics_frontend.ua;__gtagTracker(e,t,i)};function l(t,i,l,a){t=typeof t!=='undefined'?t:'event';i=typeof i!=='undefined'?i:'';a=typeof a!=='undefined'?a:[];l=typeof l!=='undefined'?l:{};y(t,i,l);b(t,i,l);e.valuesArray=a;e.fieldsArray=l;e.fieldsArray.event_action=i;e.tracked=!0;n('Tracked: '+a.type);n(e)};function x(t,i,l,a){t=typeof t!=='undefined'?t:'event';i=typeof i!=='undefined'?i:'';a=typeof a!=='undefined'?a:[];l=typeof l!=='undefined'?l:{};__gtagTracker(t,i,l);e.valuesArray=a;e.fieldsArray=l;e.fieldsArray.event_action=i;e.tracked=!0;n('Tracked: '+a.type);n(e)};function t(t){t=typeof t!=='undefined'?t:[];e.valuesArray=t;e.fieldsArray=[];e.tracked=!1;n('Not Tracked: '+t.exit);n(e)};function n(e){if(d()){console.dir(e)}};function o(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 h(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.lastIndexOf('.')+1);return e}
3
- else{return''}};function w(e){return e.which==1||e.which==2||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey};function g(){var e=[];if(typeof exactmetrics_frontend.download_extensions=='string'){e=exactmetrics_frontend.download_extensions.split(',')};return e};function v(){var e=[];if(typeof exactmetrics_frontend.inbound_paths=='string'){e=JSON.parse(exactmetrics_frontend.inbound_paths)};return e};function A(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 T(e){var f=g(),l=v(),t='unknown',d=e.href,m=h(e.href),c=u(),r=e.hostname,a=e.protocol,k=e.pathname;d=d.toString();var s,p,b=e.getAttribute('data-vars-ga-category');if(b){return b};if(d.match(/^javascript\:/i)){t='internal'}
10
  else if(a&&a.length>0&&(o(a)=='tel'||o(a)=='tel:')){t='tel'}
11
  else if(a&&a.length>0&&(o(a)=='mailto'||o(a)=='mailto:')){t='mailto'}
12
  else if(r&&c&&r.length>0&&c.length>0&&!r.endsWith('.'+c)&&r!==c){t='external'}
13
  else if(k&&JSON.stringify(l)!='{}'&&k.length>0){var y=l.length;for(var n=0;n<y;n++){if(l[n].path&&l[n].label&&l[n].path.length>0&&l[n].label.length>0&&k.startsWith(l[n].path)){t='internal-as-outbound';i='outbound-link-'+l[n].label;break}}}
14
- else if(r&&window.exactmetrics_experimental_mode&&r.length>0&&document.domain.length>0&&r!==document.domain){t='cross-hostname'};if(m&&(t==='unknown'||'external'===t)&&f.length>0&&m.length>0){for(s=0,p=f.length;s<p;++s){if(f[s].length>0&&(d.endsWith(f[s])||f[s]==m)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function O(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 m(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,l=0,a,n;for(var t=0;t<i.length;t++){a=i[t];n=m(a);if(n){return n};if(l==99){return undefined};l++};return undefined};function k(n){var o=n.srcElement||n.target,e=[],k;e.el=o;e.click_type=A(n);if('undefined'===typeof __gtagTracker||!w(n)){e.exit='loaded';t(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 c=o.href,M=h(o.href),S=g(),D=v(),L=exactmetrics_frontend.home_url,N=u(),a=T(o),x=O(o,n),b=o.getAttribute('data-vars-ga-action'),f=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.el_classes=o.getAttribute('class');e.el_id=o.id;e.debug_mode=d();e.download_extensions=S;e.inbound_paths=D;e.home_url=L;e.link=c;e.extension=M;e.type=a;e.target=x;e.title=m(o);if(!e.label&&!e.title){e.title=K(o)};if(a!=='internal'&&a!=='javascript'){var y=!1,p=function(){if(y){return};s();y=!0;window.location.href=c},E=function(){e.exit='external';t(e)},I=function(){e.exit='internal-as-outbound';t(e)},C=function(){e.exit='cross-hostname';t(e)};if(x||a=='mailto'||a=='tel'){if(a=='download'){k={event_category:'download',event_label:f||e.title,file_extension:e.extension,file_name:e.link.replace(/^.*\//g,''),link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,}}
22
  else if(a=='tel'){k={event_category:'tel',event_label:f||e.title.replace('tel:',''),tel_number:c.replace('tel:',''),link_text:f||e.title,link_url:c,link_classes:e.el_classes,link_id:e.el_id,}}
23
  else if(a=='mailto'){k={event_category:'mailto',event_label:f||e.title.replace('mailto:',''),email_address:c.replace('mailto:',''),link_text:f||e.title.replace('mailto:',''),link_url:c,link_classes:e.el_classes,link_id:e.el_id,}}
24
  else if(a=='internal-as-outbound'){k={event_category:i,event_label:f||e.title,event_name:'click',is_affiliate_link:!0,affiliate_label:i.replace('outbound-link-',''),link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,outbound:!0,}}
1
  ;var ExactMetrics=function(){var e=[],i='',r=!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){i=e};this.getInternalAsOutboundCategory=function(){return i};this.sendEvent=function(e,t,n){x(e,t,n,[])};function d(){if(window.exactmetrics_debug_mode){return!0}
2
+ else{return!1}};function c(e,t,n){var l={};for(var i in e){if(!e.hasOwnProperty(i)){continue};if(t&&t.indexOf(i)===-1){continue};if(n&&n.indexOf(i)>-1){continue};l[i]=e[i]};return l};function b(e,t,n){if(!exactmetrics_frontend.v4_id||e!=='event'){return};var i=n.event_category||'',a=['event_name','event_category','event_label','value',],l=c(n,null,a);l.action=t;l.send_to=exactmetrics_frontend.v4_id;let hitType=i.replace('-','_');if(i.indexOf('outbound-link')!==-1){hitType='click'}
3
+ else if(i==='download'){hitType='file_download'};__gtagTracker(e,hitType,l)};function y(e,t,n){if(!exactmetrics_frontend.ua){return};var l=['event_category','event_label','value',],i=c(n,l);i.send_to=exactmetrics_frontend.ua;__gtagTracker(e,t,i)};function l(t,i,l,a){t=typeof t!=='undefined'?t:'event';i=typeof i!=='undefined'?i:'';a=typeof a!=='undefined'?a:[];l=typeof l!=='undefined'?l:{};y(t,i,l);b(t,i,l);e.valuesArray=a;e.fieldsArray=l;e.fieldsArray.event_action=i;e.tracked=!0;n('Tracked: '+a.type);n(e)};function x(t,i,l,a){t=typeof t!=='undefined'?t:'event';i=typeof i!=='undefined'?i:'';a=typeof a!=='undefined'?a:[];l=typeof l!=='undefined'?l:{};__gtagTracker(t,i,l);e.valuesArray=a;e.fieldsArray=l;e.fieldsArray.event_action=i;e.tracked=!0;n('Tracked: '+a.type);n(e)};function t(t){t=typeof t!=='undefined'?t:[];e.valuesArray=t;e.fieldsArray=[];e.tracked=!1;n('Not Tracked: '+t.exit);n(e)};function n(e){if(d()){console.dir(e)}};function o(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 h(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.lastIndexOf('.')+1);return e}
4
+ else{return''}};function w(e){return e.which==1||e.which==2||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey};function g(){var e=[];if(typeof exactmetrics_frontend.download_extensions=='string'){e=exactmetrics_frontend.download_extensions.split(',')};return e};function m(){var e=[];if(typeof exactmetrics_frontend.inbound_paths=='string'){e=JSON.parse(exactmetrics_frontend.inbound_paths)};return e};function T(e){if(e.which==1){return'event.which=1'}
5
  else if(e.which==2){return'event.which=2'}
6
  else if(e.metaKey){return'metaKey'}
7
  else if(e.ctrlKey){return'ctrlKey'}
8
  else if(e.shiftKey){return'shiftKey'}
9
  else if(e.altKey){return'altKey'}
10
+ else{return''}};function A(e){var f=g(),l=m(),t='unknown',d=e.href,v=h(e.href),c=u(),r=e.hostname,a=e.protocol,k=e.pathname;d=d.toString();var s,p,b=e.getAttribute('data-vars-ga-category');if(b){return b};if(d.match(/^javascript\:/i)){t='internal'}
11
  else if(a&&a.length>0&&(o(a)=='tel'||o(a)=='tel:')){t='tel'}
12
  else if(a&&a.length>0&&(o(a)=='mailto'||o(a)=='mailto:')){t='mailto'}
13
  else if(r&&c&&r.length>0&&c.length>0&&!r.endsWith('.'+c)&&r!==c){t='external'}
14
  else if(k&&JSON.stringify(l)!='{}'&&k.length>0){var y=l.length;for(var n=0;n<y;n++){if(l[n].path&&l[n].label&&l[n].path.length>0&&l[n].label.length>0&&k.startsWith(l[n].path)){t='internal-as-outbound';i='outbound-link-'+l[n].label;break}}}
15
+ else if(r&&window.exactmetrics_experimental_mode&&r.length>0&&document.domain.length>0&&r!==document.domain){t='cross-hostname'};if(v&&(t==='unknown'||'external'===t)&&f.length>0&&v.length>0){for(s=0,p=f.length;s<p;++s){if(f[s].length>0&&(d.endsWith(f[s])||f[s]==v)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function O(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 v(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,'')}
16
  else if(e.title&&e.title.replace(/\n/ig,'')){return e.title.replace(/\n/ig,'')}
17
  else if(e.innerText&&e.innerText.replace(/\n/ig,'')){return e.innerText.replace(/\n/ig,'')}
18
  else if(e.getAttribute('aria-label')&&e.getAttribute('aria-label').replace(/\n/ig,'')){return e.getAttribute('aria-label').replace(/\n/ig,'')}
19
  else if(e.alt&&e.alt.replace(/\n/ig,'')){return e.alt.replace(/\n/ig,'')}
20
  else if(e.textContent&&e.textContent.replace(/\n/ig,'')){return e.textContent.replace(/\n/ig,'')}
21
+ else{return undefined}};function K(e){var i=e.children,l=0,a,n;for(var t=0;t<i.length;t++){a=i[t];n=v(a);if(n){return n};if(l==99){return undefined};l++};return undefined};function k(n){var o=n.srcElement||n.target,e=[],k;e.el=o;e.click_type=T(n);if('undefined'===typeof __gtagTracker||!w(n)){e.exit='loaded';t(e);return}
22
+ while(o&&(typeof o.tagName=='undefined'||o.tagName.toLowerCase()!='a'||!o.href)){o=o.parentNode};if(o&&o.href&&!o.hasAttribute('xlink:href')){var c=o.href,M=h(o.href),S=g(),D=m(),L=exactmetrics_frontend.home_url,N=u(),a=A(o),x=O(o,n),b=o.getAttribute('data-vars-ga-action'),f=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.el_classes=o.getAttribute('class');e.el_id=o.id;e.debug_mode=d();e.download_extensions=S;e.inbound_paths=D;e.home_url=L;e.link=c;e.extension=M;e.type=a;e.target=x;e.title=v(o);if(!e.label&&!e.title){e.title=K(o)};if(a!=='internal'&&a!=='javascript'){var y=!1,p=function(){if(y){return};s();y=!0;window.location.href=c},E=function(){e.exit='external';t(e)},I=function(){e.exit='internal-as-outbound';t(e)},C=function(){e.exit='cross-hostname';t(e)};if(x||a=='mailto'||a=='tel'){if(a=='download'){k={event_category:'download',event_label:f||e.title,file_extension:e.extension,file_name:e.link.replace(/^.*\//g,''),link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,}}
23
  else if(a=='tel'){k={event_category:'tel',event_label:f||e.title.replace('tel:',''),tel_number:c.replace('tel:',''),link_text:f||e.title,link_url:c,link_classes:e.el_classes,link_id:e.el_id,}}
24
  else if(a=='mailto'){k={event_category:'mailto',event_label:f||e.title.replace('mailto:',''),email_address:c.replace('mailto:',''),link_text:f||e.title.replace('mailto:',''),link_url:c,link_classes:e.el_classes,link_id:e.el_id,}}
25
  else if(a=='internal-as-outbound'){k={event_category:i,event_label:f||e.title,event_name:'click',is_affiliate_link:!0,affiliate_label:i.replace('outbound-link-',''),link_text:f||e.title,link_url:c,link_domain:e.el_hostname,link_classes:e.el_classes,link_id:e.el_id,outbound:!0,}}
gadwp.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://exactmetrics.com
5
  * Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
6
  * Author: ExactMetrics
7
- * Version: 7.5.2
8
  * Requires at least: 4.8.0
9
  * Requires PHP: 5.5
10
  * Author URI: https://exactmetrics.com
@@ -44,7 +44,7 @@ final class ExactMetrics_Lite {
44
  * @access public
45
  * @var string $version Plugin version.
46
  */
47
- public $version = '7.5.2';
48
 
49
  /**
50
  * Plugin file.
4
  * Plugin URI: https://exactmetrics.com
5
  * Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
6
  * Author: ExactMetrics
7
+ * Version: 7.5.3
8
  * Requires at least: 4.8.0
9
  * Requires PHP: 5.5
10
  * Author URI: https://exactmetrics.com
44
  * @access public
45
  * @var string $version Plugin version.
46
  */
47
+ public $version = '7.5.3';
48
 
49
  /**
50
  * Plugin file.
includes/frontend/tracking/class-tracking-gtag.php CHANGED
@@ -161,6 +161,11 @@ class ExactMetrics_Tracking_Gtag extends ExactMetrics_Tracking_Abstract
161
  $options['page_path'] = "{$placeholder}location.pathname + location.search + location.hash{$placeholder}";
162
  }
163
 
 
 
 
 
 
164
  $options = apply_filters('exactmetrics_frontend_tracking_options_gtag_end', $options, $type);
165
 
166
  if ($encoded) {
161
  $options['page_path'] = "{$placeholder}location.pathname + location.search + location.hash{$placeholder}";
162
  }
163
 
164
+ if ( $type === 'v4' && exactmetrics_get_option( 'userid', false ) && is_user_logged_in() ) {
165
+ $value = get_current_user_id();
166
+ $options['wp_user_id'] = $value;
167
+ }
168
+
169
  $options = apply_filters('exactmetrics_frontend_tracking_options_gtag_end', $options, $type);
170
 
171
  if ($encoded) {
languages/google-analytics-dashboard-for-wp.pot CHANGED
@@ -2,20 +2,20 @@
2
  # This file is distributed under the same license as the ExactMetrics Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: ExactMetrics Pro 7.5.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/monsterinsights-temp\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\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: 2022-05-06T22:41:03+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: google-analytics-dashboard-for-wp\n"
16
 
17
  #. Plugin Name of the plugin
18
- #: languages/vue.php:3535
19
  msgid "ExactMetrics Pro"
20
  msgstr ""
21
 
@@ -113,7 +113,7 @@ msgstr ""
113
  #: includes/admin/admin.php:34
114
  #: includes/admin/admin.php:42
115
  #: includes/admin/admin.php:222
116
- #: languages/vue.php:568
117
  msgid "Settings"
118
  msgstr ""
119
 
@@ -129,7 +129,7 @@ msgstr ""
129
 
130
  #: includes/admin/admin.php:39
131
  #: includes/admin/admin.php:130
132
- #: languages/vue.php:2347
133
  msgid "Reports"
134
  msgstr ""
135
 
@@ -139,7 +139,7 @@ msgstr ""
139
 
140
  #: includes/admin/admin.php:51
141
  #: languages/gutenberg.php:83
142
- #: languages/vue.php:1031
143
  msgid "Popular Posts"
144
  msgstr ""
145
 
@@ -173,7 +173,7 @@ msgstr ""
173
 
174
  #: includes/admin/admin.php:71
175
  #: includes/admin/admin.php:146
176
- #: languages/vue.php:162
177
  msgid "About Us"
178
  msgstr ""
179
 
@@ -192,7 +192,7 @@ msgstr ""
192
  #: includes/admin/admin.php:76
193
  #: includes/admin/notifications/notification-upgrade-to-pro-high-traffic.php:41
194
  #: includes/admin/notifications/notification-upgrade-to-pro.php:33
195
- #: languages/vue.php:1081
196
  msgid "Upgrade to Pro"
197
  msgstr ""
198
 
@@ -220,7 +220,7 @@ msgstr ""
220
 
221
  #: includes/admin/admin.php:212
222
  #: includes/admin/admin.php:215
223
- #: languages/vue.php:1056
224
  msgid "Support"
225
  msgstr ""
226
 
@@ -232,7 +232,7 @@ msgstr ""
232
  #: includes/admin/notifications/notification-upgrade-for-google-optimize.php:32
233
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:32
234
  #: includes/admin/reports/abstract-report.php:418
235
- #: languages/vue.php:1190
236
  msgid "Get ExactMetrics Pro"
237
  msgstr ""
238
 
@@ -242,12 +242,12 @@ msgid "Please rate %1$sExactMetrics%2$s on %3$s %4$sWordPress.org%5$s to help us
242
  msgstr ""
243
 
244
  #: includes/admin/admin.php:324
245
- #: languages/vue.php:1181
246
  msgid "Please Setup Website Analytics to See Audience Insights"
247
  msgstr ""
248
 
249
  #: includes/admin/admin.php:325
250
- #: languages/vue.php:1187
251
  msgid "Connect ExactMetrics and Setup Website Analytics"
252
  msgstr ""
253
 
@@ -261,12 +261,12 @@ msgstr ""
261
  #: includes/admin/notifications/notification-mobile-device-low-traffic.php:41
262
  #: includes/admin/notifications/notification-returning-visitors.php:43
263
  #: includes/admin/notifications/notification-traffic-dropping.php:43
264
- #: languages/vue.php:362
265
  msgid "Learn More"
266
  msgstr ""
267
 
268
  #: includes/admin/admin.php:329
269
- #: languages/vue.php:1184
270
  msgid "ExactMetrics, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 3 million website owners use ExactMetrics to see the stats that matter and grow their business."
271
  msgstr ""
272
 
@@ -277,17 +277,17 @@ msgstr ""
277
 
278
  #. Translators: Adds a link to the license renewal.
279
  #: includes/admin/admin.php:350
280
- #: languages/vue.php:505
281
  msgid "Your license key for ExactMetrics has expired. %1$sPlease click here to renew your license key.%2$s"
282
  msgstr ""
283
 
284
  #: includes/admin/admin.php:352
285
- #: languages/vue.php:508
286
  msgid "Your license key for ExactMetrics has been disabled. Please use a different key."
287
  msgstr ""
288
 
289
  #: includes/admin/admin.php:354
290
- #: languages/vue.php:511
291
  msgid "Your license key for ExactMetrics is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
292
  msgstr ""
293
 
@@ -491,7 +491,7 @@ msgid "View 2021 Year in Review report!"
491
  msgstr ""
492
 
493
  #: includes/admin/common.php:951
494
- #: languages/vue.php:3380
495
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2022!"
496
  msgstr ""
497
 
@@ -512,7 +512,7 @@ msgstr ""
512
 
513
  #: includes/admin/exclude-page-metabox.php:147
514
  #: languages/gutenberg.php:354
515
- #: languages/vue.php:3167
516
  msgid "Upgrade"
517
  msgstr ""
518
 
@@ -710,7 +710,7 @@ msgstr ""
710
  #: includes/admin/notifications/notification-upgrade-for-custom-dimensions.php:26
711
  #: includes/admin/notifications/notification-upgrade-for-events-reporting.php:26
712
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:26
713
- #: languages/vue.php:1772
714
  #: lite/includes/admin/helpers.php:85
715
  msgid "Upgrade to ExactMetrics Pro"
716
  msgstr ""
@@ -746,7 +746,7 @@ msgstr ""
746
  #: includes/admin/notifications/notification-upgrade-for-form-conversion.php:31
747
  #: includes/admin/notifications/notification-upgrade-for-search-console.php:32
748
  #: includes/admin/reports/abstract-report.php:415
749
- #: languages/vue.php:236
750
  msgid "Upgrade Now"
751
  msgstr ""
752
 
@@ -923,7 +923,7 @@ msgid "Please ask your webmaster to enable this addon."
923
  msgstr ""
924
 
925
  #: includes/admin/reports/overview.php:34
926
- #: languages/vue.php:466
927
  msgid "Overview"
928
  msgstr ""
929
 
@@ -1202,17 +1202,17 @@ msgid "To keep stats accurate, we do not load Google Analytics scripts for admin
1202
  msgstr ""
1203
 
1204
  #: includes/frontend/tracking/class-tracking-analytics.php:208
1205
- #: includes/frontend/tracking/class-tracking-gtag.php:209
1206
  msgid "Note: ExactMetrics is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the ExactMetrics settings panel."
1207
  msgstr ""
1208
 
1209
  #: includes/frontend/tracking/class-tracking-analytics.php:211
1210
- #: includes/frontend/tracking/class-tracking-gtag.php:212
1211
  msgid "Note: ExactMetrics does not track you as a logged-in site administrator to prevent site owners from accidentally skewing their own Google Analytics data."
1212
  msgstr ""
1213
 
1214
  #: includes/frontend/tracking/class-tracking-analytics.php:214
1215
- #: includes/frontend/tracking/class-tracking-gtag.php:215
1216
  msgid "Note: The site owner has disabled Google Analytics tracking for your user role."
1217
  msgstr ""
1218
 
@@ -1435,7 +1435,7 @@ msgid "Question"
1435
  msgstr ""
1436
 
1437
  #: includes/gutenberg/headline-tool/headline-tool.php:290
1438
- #: languages/vue.php:575
1439
  msgid "General"
1440
  msgstr ""
1441
 
@@ -4835,7 +4835,7 @@ msgid "Theme"
4835
  msgstr ""
4836
 
4837
  #: languages/gutenberg.php:77
4838
- #: languages/vue.php:559
4839
  msgid "Inline Popular Posts"
4840
  msgstr ""
4841
 
@@ -4872,7 +4872,7 @@ msgid "Comment Color"
4872
  msgstr ""
4873
 
4874
  #: languages/gutenberg.php:107
4875
- #: languages/vue.php:3123
4876
  msgid "Wide-Layout Options"
4877
  msgstr ""
4878
 
@@ -4881,12 +4881,12 @@ msgid "Choose Layout"
4881
  msgstr ""
4882
 
4883
  #: languages/gutenberg.php:113
4884
- #: languages/vue.php:3126
4885
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4886
  msgstr ""
4887
 
4888
  #: languages/gutenberg.php:116
4889
- #: languages/vue.php:3147
4890
  msgid "Post Count"
4891
  msgstr ""
4892
 
@@ -4895,7 +4895,7 @@ msgid "Number of posts displayed."
4895
  msgstr ""
4896
 
4897
  #: languages/gutenberg.php:122
4898
- #: languages/vue.php:3129
4899
  msgid "Display Options"
4900
  msgstr ""
4901
 
@@ -4908,7 +4908,7 @@ msgid "Display Widget Title"
4908
  msgstr ""
4909
 
4910
  #: languages/gutenberg.php:131
4911
- #: languages/vue.php:1988
4912
  msgid "Widget Title"
4913
  msgstr ""
4914
 
@@ -4917,17 +4917,17 @@ msgid "Only Show Posts From These Categories"
4917
  msgstr ""
4918
 
4919
  #: languages/gutenberg.php:137
4920
- #: languages/vue.php:3135
4921
  msgid "Display Author"
4922
  msgstr ""
4923
 
4924
  #: languages/gutenberg.php:140
4925
- #: languages/vue.php:3138
4926
  msgid "Display Date"
4927
  msgstr ""
4928
 
4929
  #: languages/gutenberg.php:143
4930
- #: languages/vue.php:3141
4931
  msgid "Display Comments"
4932
  msgstr ""
4933
 
@@ -5148,7 +5148,7 @@ msgid "Goal: "
5148
  msgstr ""
5149
 
5150
  #: languages/gutenberg.php:312
5151
- #: languages/vue.php:1019
5152
  msgid "Headline Analyzer"
5153
  msgstr ""
5154
 
@@ -5161,19 +5161,19 @@ msgid "This headline analyzer is part of ExactMetrics to help you increase your
5161
  msgstr ""
5162
 
5163
  #: languages/gutenberg.php:321
5164
- #: languages/vue.php:112
5165
  #: lite/includes/admin/metaboxes.php:42
5166
  msgid "Last 30 days"
5167
  msgstr ""
5168
 
5169
  #: languages/gutenberg.php:324
5170
- #: languages/vue.php:99
5171
  #: lite/includes/admin/metaboxes.php:45
5172
  msgid "Yesterday"
5173
  msgstr ""
5174
 
5175
  #: languages/gutenberg.php:327
5176
- #: languages/vue.php:1342
5177
  #: lite/includes/admin/metaboxes.php:57
5178
  #: lite/includes/admin/metaboxes.php:111
5179
  msgid "Bounce Rate"
@@ -5229,57 +5229,57 @@ msgstr ""
5229
  msgid "Loading Settings"
5230
  msgstr ""
5231
 
5232
- #: languages/vue.php:14
5233
  msgid "Please wait..."
5234
  msgstr ""
5235
 
5236
- #: languages/vue.php:17
5237
  msgid "Saving Changes..."
5238
  msgstr ""
5239
 
5240
- #: languages/vue.php:20
5241
  msgid "Settings Updated"
5242
  msgstr ""
5243
 
5244
  #. Translators: Add a link to the onboarding wizard.
5245
- #: languages/vue.php:24
5246
  msgid "You need to %1$sconnect ExactMetrics%2$s first"
5247
  msgstr ""
5248
 
5249
- #: languages/vue.php:27
5250
  msgid "Could Not Save Changes"
5251
  msgstr ""
5252
 
5253
- #: languages/vue.php:30
5254
  msgid "Loading new report data"
5255
  msgstr ""
5256
 
5257
- #. Translators: Adds an arrow icon.
5258
- #: languages/vue.php:34
5259
  msgid "Continue %s"
5260
  msgstr ""
5261
 
5262
- #: languages/vue.php:38
5263
  msgid "Error"
5264
  msgstr ""
5265
 
5266
- #: languages/vue.php:41
5267
  msgid "Please try again."
5268
  msgstr ""
5269
 
5270
- #: languages/vue.php:44
5271
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5272
  msgstr ""
5273
 
5274
- #: languages/vue.php:47
5275
  msgid "Stop guessing about what content your visitors are interested in. ExactMetrics Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
5276
  msgstr ""
5277
 
5278
- #: languages/vue.php:50
5279
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5280
  msgstr ""
5281
 
5282
- #: languages/vue.php:53
5283
  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."
5284
  msgstr ""
5285
 
@@ -5323,4519 +5323,4519 @@ msgstr ""
5323
  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."
5324
  msgstr ""
5325
 
5326
- #: languages/vue.php:88
5327
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
5328
  msgstr ""
5329
 
5330
- #: languages/vue.php:92
5331
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
5332
  msgstr ""
5333
 
5334
- #: languages/vue.php:95
5335
  msgid "Today"
5336
  msgstr ""
5337
 
5338
- #: languages/vue.php:102
5339
  msgid "Last Week"
5340
  msgstr ""
5341
 
5342
- #: languages/vue.php:105
5343
  msgid "Last Month"
5344
  msgstr ""
5345
 
5346
- #: languages/vue.php:108
5347
  msgid "Last 7 days"
5348
  msgstr ""
5349
 
5350
- #: languages/vue.php:115
5351
  msgid "Loading settings"
5352
  msgstr ""
5353
 
5354
  #. Translators: Number of visitors.
5355
- #: languages/vue.php:119
5356
  msgid "See how %s visitors found your site!"
5357
  msgstr ""
5358
 
5359
  #. Translators: Number of visitors.
5360
- #: languages/vue.php:123
5361
  msgid "Your website was visited by %s users in the last 30 days."
5362
  msgstr ""
5363
 
5364
- #: languages/vue.php:126
5365
  msgid "See the full analytics report!"
5366
  msgstr ""
5367
 
5368
- #: languages/vue.php:129
5369
  msgid "Overview Report"
5370
  msgstr ""
5371
 
5372
  #. Translators: Current PHP version and recommended PHP version.
5373
- #: languages/vue.php:133
5374
  msgid "ExactMetrics 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."
5375
  msgstr ""
5376
 
5377
  #. Translators: Current WordPress version.
5378
- #: languages/vue.php:137
5379
  msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). ExactMetrics 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."
5380
  msgstr ""
5381
 
5382
- #: languages/vue.php:140
5383
  msgid "Yikes! PHP Update Required"
5384
  msgstr ""
5385
 
5386
  #. Translators: Current PHP version and recommended PHP version.
5387
- #: languages/vue.php:144
5388
  msgid "ExactMetrics 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."
5389
  msgstr ""
5390
 
5391
- #: languages/vue.php:147
5392
  msgid "Learn more about updating PHP"
5393
  msgstr ""
5394
 
5395
- #: languages/vue.php:150
5396
  msgid "Yikes! WordPress Update Required"
5397
  msgstr ""
5398
 
5399
  #. Translators: Current WordPress version.
5400
- #: languages/vue.php:154
5401
  msgid "ExactMetrics 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."
5402
  msgstr ""
5403
 
5404
- #: languages/vue.php:157
5405
  msgid "Learn more about updating WordPress"
5406
  msgstr ""
5407
 
5408
- #: languages/vue.php:166
5409
  msgid "Getting Started"
5410
  msgstr ""
5411
 
5412
- #: languages/vue.php:170
5413
  msgid "Lite vs Pro"
5414
  msgstr ""
5415
 
5416
- #: languages/vue.php:173
5417
  msgid "Success! "
5418
  msgstr ""
5419
 
5420
- #: languages/vue.php:176
5421
  msgid "You're now using ExactMetrics Pro with all the features."
5422
  msgstr ""
5423
 
5424
  #. Translators: Placeholder gets replaced with an arrow icon.
5425
- #: languages/vue.php:180
5426
  msgid "Get Started %s"
5427
  msgstr ""
5428
 
5429
  #. Translators: Error status and error text.
5430
- #: languages/vue.php:184
5431
  msgid "Can't load report data. Error: %1$s, %2$s"
5432
  msgstr ""
5433
 
5434
- #: languages/vue.php:187
5435
  msgid "Error loading report data"
5436
  msgstr ""
5437
 
5438
  #. Translators: Makes the text bold.
5439
- #: languages/vue.php:191
5440
  msgid "%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5441
  msgstr ""
5442
 
5443
  #. Translators: Makes the text bold.
5444
- #: languages/vue.php:195
5445
  msgid "%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights."
5446
  msgstr ""
5447
 
5448
  #. Translators: Makes the text bold.
5449
- #: languages/vue.php:199
5450
  msgid "%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more."
5451
  msgstr ""
5452
 
5453
  #. Translators: Makes text bold.
5454
- #: languages/vue.php:203
5455
  msgid "%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress."
5456
  msgstr ""
5457
 
5458
  #. Translators: Makes the text bold.
5459
- #: languages/vue.php:207
5460
  msgid "%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5461
  msgstr ""
5462
 
5463
  #. Translators: Makes the text bold.
5464
- #: languages/vue.php:211
5465
  msgid "%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5466
  msgstr ""
5467
 
5468
  #. Translators: Makes the text bold.
5469
- #: languages/vue.php:215
5470
  msgid "%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5471
  msgstr ""
5472
 
5473
  #. Translators: Makes text bold.
5474
- #: languages/vue.php:219
5475
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click."
5476
  msgstr ""
5477
 
5478
  #. Translators: Adds a link and an arrow icon.
5479
- #: languages/vue.php:223
5480
  msgid "%1$sSee All Features%2$s"
5481
  msgstr ""
5482
 
5483
- #: languages/vue.php:227
5484
  msgid "Pro Plan"
5485
  msgstr ""
5486
 
5487
- #: languages/vue.php:231
5488
  msgid "per year"
5489
  msgstr ""
5490
 
5491
- #: languages/vue.php:239
5492
  msgid "Upgrade to ExactMetrics Pro Now"
5493
  msgstr ""
5494
 
5495
- #: languages/vue.php:243
5496
  msgid "This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!"
5497
  msgstr ""
5498
 
5499
- #: languages/vue.php:247
5500
  msgid "Daniel Monaghan - Experienced"
5501
  msgstr ""
5502
 
5503
- #: languages/vue.php:251
5504
  msgid "Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it."
5505
  msgstr ""
5506
 
5507
- #: languages/vue.php:255
5508
  msgid "Naomi Spirit - From This Day"
5509
  msgstr ""
5510
 
5511
- #: languages/vue.php:259
5512
  msgid "Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!"
5513
  msgstr ""
5514
 
5515
- #: languages/vue.php:263
5516
  msgid "Julie Dupuis - Faraway Land Travel"
5517
  msgstr ""
5518
 
5519
- #: languages/vue.php:266
5520
  msgid "Guides and Documentation:"
5521
  msgstr ""
5522
 
5523
- #: languages/vue.php:272
5524
  msgid "Upgrade to PRO"
5525
  msgstr ""
5526
 
5527
- #: languages/vue.php:277
5528
  msgid "eCommerce Tracking"
5529
  msgstr ""
5530
 
5531
- #: languages/vue.php:281
5532
  msgid "Custom Dimensions"
5533
  msgstr ""
5534
 
5535
- #: languages/vue.php:285
5536
  msgid "Form Tracking"
5537
  msgstr ""
5538
 
5539
- #: languages/vue.php:289
5540
  msgid "AMP Support"
5541
  msgstr ""
5542
 
5543
- #: languages/vue.php:293
5544
  msgid "Author Tracking"
5545
  msgstr ""
5546
 
5547
- #: languages/vue.php:297
5548
  msgid "EU Compliance Addon"
5549
  msgstr ""
5550
 
5551
- #: languages/vue.php:301
5552
  msgid "Real Time Report"
5553
  msgstr ""
5554
 
5555
- #: languages/vue.php:305
5556
  msgid "Google Optimize"
5557
  msgstr ""
5558
 
5559
- #: languages/vue.php:309
5560
  #: lite/includes/admin/reports/report-queries.php:22
5561
  msgid "Search Console"
5562
  msgstr ""
5563
 
5564
- #: languages/vue.php:313
5565
  msgid "Custom Date Ranges"
5566
  msgstr ""
5567
 
5568
- #: languages/vue.php:316
5569
- #: languages/vue.php:959
5570
  msgid "Getting Started with ExactMetrics"
5571
  msgstr ""
5572
 
5573
- #: languages/vue.php:319
5574
- #: languages/vue.php:962
5575
  msgid "ExactMetrics 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."
5576
  msgstr ""
5577
 
5578
- #: languages/vue.php:322
5579
  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."
5580
  msgstr ""
5581
 
5582
- #: languages/vue.php:325
5583
  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!."
5584
  msgstr ""
5585
 
5586
- #: languages/vue.php:328
5587
  msgid "Launch the wizard!"
5588
  msgstr ""
5589
 
5590
- #: languages/vue.php:331
5591
  msgid "Welcome to"
5592
  msgstr ""
5593
 
5594
  #. Translators: Adds a line break.
5595
- #: languages/vue.php:335
5596
  msgid "Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin"
5597
  msgstr ""
5598
 
5599
  #. Translators: Makes the product name bold.
5600
- #: languages/vue.php:339
5601
  msgid "%1$sExactMetrics%2$s 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."
5602
  msgstr ""
5603
 
5604
- #: languages/vue.php:342
5605
  msgid "ExactMetrics Features & Addons"
5606
  msgstr ""
5607
 
5608
- #: languages/vue.php:345
5609
  msgid "Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market."
5610
  msgstr ""
5611
 
5612
  #. Translators: Placeholder is replaced with WPForms.
5613
- #: languages/vue.php:349
5614
  msgid "Recommended Plugin: %s"
5615
  msgstr ""
5616
 
5617
- #: languages/vue.php:354
5618
  msgid "Install"
5619
  msgstr ""
5620
 
5621
- #: languages/vue.php:359
5622
  msgid "Activate"
5623
  msgstr ""
5624
 
5625
- #: languages/vue.php:365
5626
  msgid "ExactMetrics encountered an error loading your report data"
5627
  msgstr ""
5628
 
5629
- #: languages/vue.php:368
5630
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5631
  msgstr ""
5632
 
5633
- #: languages/vue.php:371
5634
- #: languages/vue.php:1885
5635
  msgid "Reconnect ExactMetrics"
5636
  msgstr ""
5637
 
5638
- #: languages/vue.php:374
5639
  msgid "Re-Authenticating"
5640
  msgstr ""
5641
 
5642
- #: languages/vue.php:378
5643
  msgid "Ok"
5644
  msgstr ""
5645
 
5646
- #: languages/vue.php:381
5647
- #: languages/vue.php:898
5648
  msgid "ExactMetrics Addons"
5649
  msgstr ""
5650
 
5651
- #: languages/vue.php:384
5652
  msgid "Search Addons"
5653
  msgstr ""
5654
 
5655
- #: languages/vue.php:387
5656
  msgid "Save Changes"
5657
  msgstr ""
5658
 
5659
- #: languages/vue.php:390
5660
  msgid "Exit Setup"
5661
  msgstr ""
5662
 
5663
- #: languages/vue.php:393
5664
  msgid "Time to Purchase"
5665
  msgstr ""
5666
 
5667
- #: languages/vue.php:396
5668
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
5669
  msgstr ""
5670
 
5671
- #: languages/vue.php:399
5672
  msgid "Sessions to Purchase"
5673
  msgstr ""
5674
 
5675
- #: languages/vue.php:402
5676
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5677
  msgstr ""
5678
 
5679
- #: languages/vue.php:405
5680
  msgid "New Customers"
5681
  msgstr ""
5682
 
5683
- #: languages/vue.php:408
5684
  msgid "This list shows the percentage of new customers who purchased a product from your website."
5685
  msgstr ""
5686
 
5687
- #: languages/vue.php:411
5688
  msgid "Abandoned Checkouts"
5689
  msgstr ""
5690
 
5691
- #: languages/vue.php:414
5692
  msgid "This list shows the percentage of carts that never went through the checkout process."
5693
  msgstr ""
5694
 
5695
- #: languages/vue.php:417
5696
  msgid "Top Posts/Pages"
5697
  msgstr ""
5698
 
5699
- #: languages/vue.php:420
5700
  msgid "This list shows the most viewed posts and pages on your website."
5701
  msgstr ""
5702
 
5703
- #: languages/vue.php:423
5704
  msgid "New vs. Returning Visitors"
5705
  msgstr ""
5706
 
5707
- #: languages/vue.php:426
5708
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5709
  msgstr ""
5710
 
5711
- #: languages/vue.php:429
5712
  msgid "Device Breakdown"
5713
  msgstr ""
5714
 
5715
- #: languages/vue.php:432
5716
  msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
5717
  msgstr ""
5718
 
5719
- #: languages/vue.php:435
5720
  msgid "Top Landing Pages"
5721
  msgstr ""
5722
 
5723
- #: languages/vue.php:438
5724
  msgid "This list shows the top pages users first land on when visiting your website."
5725
  msgstr ""
5726
 
5727
- #: languages/vue.php:441
5728
  msgid "Top Exit Pages"
5729
  msgstr ""
5730
 
5731
- #: languages/vue.php:444
5732
  msgid "This list shows the top pages users exit your website from."
5733
  msgstr ""
5734
 
5735
- #: languages/vue.php:447
5736
  msgid "Top Outbound Links"
5737
  msgstr ""
5738
 
5739
- #: languages/vue.php:450
5740
  msgid "This list shows the top links clicked on your website that go to another website."
5741
  msgstr ""
5742
 
5743
- #: languages/vue.php:453
5744
  msgid "Top Affiliate Links"
5745
  msgstr ""
5746
 
5747
- #: languages/vue.php:456
5748
  msgid "This list shows the top affiliate links your visitors clicked on."
5749
  msgstr ""
5750
 
5751
- #: languages/vue.php:459
5752
  msgid "Top Download Links"
5753
  msgstr ""
5754
 
5755
- #: languages/vue.php:462
5756
  msgid "This list shows the download links your visitors clicked the most."
5757
  msgstr ""
5758
 
5759
- #: languages/vue.php:469
5760
  msgid "Top Products"
5761
  msgstr ""
5762
 
5763
- #: languages/vue.php:472
5764
  msgid "This list shows the top selling products on your website."
5765
  msgstr ""
5766
 
5767
- #: languages/vue.php:475
5768
  msgid "Top Conversion Sources"
5769
  msgstr ""
5770
 
5771
- #: languages/vue.php:478
5772
  msgid "This list shows the top referral websites in terms of product revenue."
5773
  msgstr ""
5774
 
5775
- #: languages/vue.php:481
5776
  msgid "Total Add/Remove"
5777
  msgstr ""
5778
 
5779
- #: languages/vue.php:484
5780
  msgid "Analytics"
5781
  msgstr ""
5782
 
5783
  #. Translators: Adds an arrow icon.
5784
- #: languages/vue.php:489
5785
  msgid "View All Reports %s"
5786
  msgstr ""
5787
 
5788
- #: languages/vue.php:492
5789
  msgid "You must connect with ExactMetrics before you can view reports."
5790
  msgstr ""
5791
 
5792
- #: languages/vue.php:495
5793
  msgid "ExactMetrics makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5794
  msgstr ""
5795
 
5796
- #: languages/vue.php:498
5797
  msgid "Launch Setup Wizard"
5798
  msgstr ""
5799
 
5800
- #: languages/vue.php:501
5801
  msgid "Please ask your webmaster to connect ExactMetrics to Google Analytics."
5802
  msgstr ""
5803
 
5804
- #: languages/vue.php:514
5805
  msgid "See Quick Links"
5806
  msgstr ""
5807
 
5808
- #: languages/vue.php:517
5809
  msgid "Suggest a Feature"
5810
  msgstr ""
5811
 
5812
- #: languages/vue.php:520
5813
  msgid "Join Our Community"
5814
  msgstr ""
5815
 
5816
- #: languages/vue.php:523
5817
  msgid "Support & Docs"
5818
  msgstr ""
5819
 
5820
- #: languages/vue.php:526
5821
  msgid "Upgrade to Pro &#187;"
5822
  msgstr ""
5823
 
5824
- #: languages/vue.php:530
5825
  #: lite/includes/admin/reports/report-publisher.php:22
5826
  msgid "Publishers"
5827
  msgstr ""
5828
 
5829
- #: languages/vue.php:534
5830
  #: lite/includes/admin/reports/report-ecommerce.php:22
5831
  msgid "eCommerce"
5832
  msgstr ""
5833
 
5834
- #: languages/vue.php:537
5835
  msgid "Dimensions Report"
5836
  msgstr ""
5837
 
5838
- #: languages/vue.php:540
5839
  #: lite/includes/admin/reports/report-forms.php:22
5840
  msgid "Forms"
5841
  msgstr ""
5842
 
5843
- #: languages/vue.php:543
5844
  msgid "Real-Time"
5845
  msgstr ""
5846
 
5847
- #: languages/vue.php:546
5848
  msgid "Site Speed Report"
5849
  msgstr ""
5850
 
5851
- #: languages/vue.php:550
5852
  msgid "2020 Year in Review"
5853
  msgstr ""
5854
 
5855
- #: languages/vue.php:553
5856
  msgid "Import Export"
5857
  msgstr ""
5858
 
5859
- #: languages/vue.php:556
5860
  msgid "PrettyLinks Integration"
5861
  msgstr ""
5862
 
5863
- #: languages/vue.php:562
5864
  msgid "Popular Posts Widget"
5865
  msgstr ""
5866
 
5867
- #: languages/vue.php:565
5868
  msgid "Popular Products"
5869
  msgstr ""
5870
 
5871
- #: languages/vue.php:571
5872
  msgid "Sub menu item for WooCommerce Analytics"
5873
  msgstr ""
5874
 
5875
- #: languages/vue.php:579
5876
  msgid "Engagement"
5877
  msgstr ""
5878
 
5879
- #: languages/vue.php:583
5880
  msgid "Publisher"
5881
  msgstr ""
5882
 
5883
- #: languages/vue.php:587
5884
  msgid "Conversions"
5885
  msgstr ""
5886
 
5887
- #: languages/vue.php:591
5888
  msgid "Advanced"
5889
  msgstr ""
5890
 
5891
- #: languages/vue.php:594
5892
  msgid "URL Builder"
5893
  msgstr ""
5894
 
5895
  #. Translators: Adds a link to documentation.
5896
- #: languages/vue.php:598
5897
  msgid "In order for the ExactMetrics Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
5898
  msgstr ""
5899
 
5900
  #. Translators: Adds link to activate/install plugin and documentation.
5901
- #: languages/vue.php:602
5902
  msgid "In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
5903
  msgstr ""
5904
 
5905
  #. Translators: Adds a link to documentation.
5906
- #: languages/vue.php:606
5907
  msgid "In order for the ExactMetrics Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$sLearn More%2$s"
5908
  msgstr ""
5909
 
5910
  #. Translators: Adds link to activate/install plugin and documentation.
5911
- #: languages/vue.php:610
5912
  msgid "In order for the ExactMetrics Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
5913
  msgstr ""
5914
 
5915
- #: languages/vue.php:613
5916
  msgid "Installing Addon"
5917
  msgstr ""
5918
 
5919
- #: languages/vue.php:616
5920
  msgid "Activating Addon"
5921
  msgstr ""
5922
 
5923
- #: languages/vue.php:619
5924
  msgid "Addon Activated"
5925
  msgstr ""
5926
 
5927
- #: languages/vue.php:622
5928
  msgid "Loading report data"
5929
  msgstr ""
5930
 
5931
- #: languages/vue.php:625
5932
  msgid "Please activate manually"
5933
  msgstr ""
5934
 
5935
  #. Translators: Adds the error status and status text.
5936
- #: languages/vue.php:629
5937
  msgid "Error: %1$s, %2$s"
5938
  msgstr ""
5939
 
5940
- #: languages/vue.php:632
5941
  msgid "Error Activating Addon"
5942
  msgstr ""
5943
 
5944
- #: languages/vue.php:635
5945
  #: lite/includes/admin/wp-site-health.php:372
5946
  #: lite/includes/admin/wp-site-health.php:398
5947
  #: lite/includes/admin/wp-site-health.php:425
5948
  msgid "View Addons"
5949
  msgstr ""
5950
 
5951
- #: languages/vue.php:638
5952
  msgid "Dismiss"
5953
  msgstr ""
5954
 
5955
- #: languages/vue.php:641
5956
  msgid "Redirecting"
5957
  msgstr ""
5958
 
5959
- #: languages/vue.php:644
5960
  msgid "Please wait"
5961
  msgstr ""
5962
 
5963
- #: languages/vue.php:647
5964
  msgid "activate"
5965
  msgstr ""
5966
 
5967
- #: languages/vue.php:650
5968
  msgid "install"
5969
  msgstr ""
5970
 
5971
- #: languages/vue.php:653
5972
  msgid "Visit addons page"
5973
  msgstr ""
5974
 
5975
- #: languages/vue.php:656
5976
  msgid "Report Unavailable"
5977
  msgstr ""
5978
 
5979
  #. Translators: Install/Activate the addon.
5980
- #: languages/vue.php:660
5981
  msgid "%s Addon"
5982
  msgstr ""
5983
 
5984
- #: languages/vue.php:663
5985
  msgid "Go Back To Reports"
5986
  msgstr ""
5987
 
5988
- #: languages/vue.php:666
5989
  msgid "Enable Enhanced eCommerce"
5990
  msgstr ""
5991
 
5992
  #. Translators: Placeholders are replaced with the current step number out of the total number of steps.
5993
- #: languages/vue.php:670
5994
  msgid "Step %1$s of %2$s"
5995
  msgstr ""
5996
 
5997
- #: languages/vue.php:673
5998
  msgid "Go back"
5999
  msgstr ""
6000
 
6001
- #: languages/vue.php:676
6002
  msgid "Welcome to ExactMetrics!"
6003
  msgstr ""
6004
 
6005
- #: languages/vue.php:679
6006
  msgid "Let's get you set up."
6007
  msgstr ""
6008
 
6009
- #: languages/vue.php:682
6010
  msgid "Save and Continue"
6011
  msgstr ""
6012
 
6013
- #: languages/vue.php:685
6014
  msgid "Which category best describes your website?"
6015
  msgstr ""
6016
 
6017
- #: languages/vue.php:688
6018
  msgid "We will recommend the optimal settings for ExactMetrics based on your choice."
6019
  msgstr ""
6020
 
6021
- #: languages/vue.php:691
6022
  msgid "Business Website"
6023
  msgstr ""
6024
 
6025
  #. Translators: Make text bold.
6026
- #: languages/vue.php:695
6027
  msgid "Publisher %1$s(Blog)%2$s"
6028
  msgstr ""
6029
 
6030
- #: languages/vue.php:698
6031
  msgid "Ecommerce"
6032
  msgstr ""
6033
 
6034
- #: languages/vue.php:701
6035
  msgid "Connect ExactMetrics to Your Website"
6036
  msgstr ""
6037
 
6038
- #: languages/vue.php:704
6039
  msgid "ExactMetrics connects Google Analytics to WordPress and shows you stats that matter."
6040
  msgstr ""
6041
 
6042
- #: languages/vue.php:707
6043
  msgid "Connect Google Analytics + WordPress"
6044
  msgstr ""
6045
 
6046
- #: languages/vue.php:710
6047
  msgid "You will be taken to the ExactMetrics website where you'll need to connect your Analytics account."
6048
  msgstr ""
6049
 
6050
- #: languages/vue.php:713
6051
  msgid "Whoops, something went wrong and we weren't able to connect to ExactMetrics. Please enter your Google UA code manually."
6052
  msgstr ""
6053
 
6054
- #: languages/vue.php:716
6055
  msgid "Manually enter your UA code"
6056
  msgstr ""
6057
 
6058
- #: languages/vue.php:719
6059
  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."
6060
  msgstr ""
6061
 
6062
- #: languages/vue.php:722
6063
  msgid "UA code can't be empty"
6064
  msgstr ""
6065
 
6066
- #: languages/vue.php:725
6067
  msgid "Saving UA code..."
6068
  msgstr ""
6069
 
6070
- #: languages/vue.php:728
6071
  msgid "ExactMetrics Recommends WPForms"
6072
  msgstr ""
6073
 
6074
- #: languages/vue.php:731
6075
  msgid "Built by the folks behind ExactMetrics, WPForms is the most beginner friendly form plugin in the market."
6076
  msgstr ""
6077
 
6078
- #: languages/vue.php:734
6079
  msgid "Used on over 4,000,000 websites!"
6080
  msgstr ""
6081
 
6082
- #: languages/vue.php:737
6083
  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!"
6084
  msgstr ""
6085
 
6086
- #: languages/vue.php:740
6087
  msgid "Skip this Step"
6088
  msgstr ""
6089
 
6090
- #: languages/vue.php:743
6091
  msgid "Continue & Install WPForms"
6092
  msgstr ""
6093
 
6094
- #: languages/vue.php:747
6095
  msgid "Installing..."
6096
  msgstr ""
6097
 
6098
- #: languages/vue.php:750
6099
  msgid "Recommended Settings"
6100
  msgstr ""
6101
 
6102
- #: languages/vue.php:753
6103
  msgid "ExactMetrics recommends the following settings based on your configuration."
6104
  msgstr ""
6105
 
6106
- #: languages/vue.php:756
6107
  msgid "Events Tracking"
6108
  msgstr ""
6109
 
6110
- #: languages/vue.php:759
6111
  msgid "Must have for all click tracking on site."
6112
  msgstr ""
6113
 
6114
- #: languages/vue.php:762
6115
  msgid "ExactMetrics 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."
6116
  msgstr ""
6117
 
6118
- #: languages/vue.php:766
6119
  msgid "Enhanced Link Attribution"
6120
  msgstr ""
6121
 
6122
- #: languages/vue.php:769
6123
  msgid "Improves the accuracy of your In-Page Analytics."
6124
  msgstr ""
6125
 
6126
- #: languages/vue.php:772
6127
  msgid "ExactMetrics 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."
6128
  msgstr ""
6129
 
6130
- #: languages/vue.php:775
6131
  msgid "Install Updates Automatically"
6132
  msgstr ""
6133
 
6134
- #: languages/vue.php:778
6135
  msgid "Get the latest features, bug fixes, and security updates as they are released."
6136
  msgstr ""
6137
 
6138
- #: languages/vue.php:781
6139
  msgid "To ensure you get the latest bug fixes and security updates and avoid needing to spend time logging into your WordPress site to update ExactMetrics, we offer the ability to automatically have ExactMetrics update itself."
6140
  msgstr ""
6141
 
6142
- #: languages/vue.php:784
6143
  msgid "File Download Tracking"
6144
  msgstr ""
6145
 
6146
- #: languages/vue.php:787
6147
  msgid "Helps you see file downloads data."
6148
  msgstr ""
6149
 
6150
- #: languages/vue.php:790
6151
  msgid "ExactMetrics 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? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
6152
  msgstr ""
6153
 
6154
  #. Translators: Example path (/go/).
6155
- #: languages/vue.php:794
6156
  msgid "Path (example: %s)"
6157
  msgstr ""
6158
 
6159
- #: languages/vue.php:797
6160
  msgid "Path has to start with a / and have no spaces"
6161
  msgstr ""
6162
 
6163
  #. Translators: Example label (aff).
6164
- #: languages/vue.php:801
6165
  msgid "Label (example: %s)"
6166
  msgstr ""
6167
 
6168
- #: languages/vue.php:804
6169
  msgid "Label can't contain any spaces"
6170
  msgstr ""
6171
 
6172
- #: languages/vue.php:807
6173
  msgid "Helps you increase affiliate revenue."
6174
  msgstr ""
6175
 
6176
- #: languages/vue.php:810
6177
  msgid "ExactMetrics 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."
6178
  msgstr ""
6179
 
6180
- #: languages/vue.php:813
6181
  msgid "Affiliate Link Tracking"
6182
  msgstr ""
6183
 
6184
- #: languages/vue.php:816
6185
  msgid "Who Can See Reports"
6186
  msgstr ""
6187
 
6188
- #: languages/vue.php:819
6189
  msgid "These user roles will be able to access ExactMetrics' reports in the WordPress admin area."
6190
  msgstr ""
6191
 
6192
- #: languages/vue.php:822
6193
  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."
6194
  msgstr ""
6195
 
6196
- #: languages/vue.php:825
6197
  msgid "Save and continue"
6198
  msgstr ""
6199
 
6200
- #: languages/vue.php:828
6201
  msgid "Events Tracking is enabled the moment you set up ExactMetrics"
6202
  msgstr ""
6203
 
6204
- #: languages/vue.php:831
6205
  msgid "Enhanced Link Attribution is enabled the moment you set up ExactMetrics"
6206
  msgstr ""
6207
 
6208
- #: languages/vue.php:834
6209
  msgid "+ Add Role"
6210
  msgstr ""
6211
 
6212
  #. Translators: Placeholders are used for making text bold and adding a link.
6213
- #: languages/vue.php:838
6214
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
6215
  msgstr ""
6216
 
6217
- #: languages/vue.php:841
6218
  #: lite/includes/admin/reports/report-dimensions.php:22
6219
  msgid "Dimensions"
6220
  msgstr ""
6221
 
6222
- #: languages/vue.php:844
6223
  msgid "Site Speed"
6224
  msgstr ""
6225
 
6226
- #: languages/vue.php:847
6227
  msgid "License Key"
6228
  msgstr ""
6229
 
6230
  #. Translators: Add link to retrieve license key from account.
6231
- #: languages/vue.php:851
6232
  msgid "Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6233
  msgstr ""
6234
 
6235
- #: languages/vue.php:854
6236
  msgid "Google Authentication"
6237
  msgstr ""
6238
 
6239
- #: languages/vue.php:857
6240
  msgid "Miscellaneous"
6241
  msgstr ""
6242
 
6243
- #: languages/vue.php:860
6244
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6245
  msgstr ""
6246
 
6247
- #: languages/vue.php:863
6248
  msgid "Hide Announcements"
6249
  msgstr ""
6250
 
6251
- #: languages/vue.php:866
6252
  msgid "You're using ExactMetrics Lite – no license needed. Enjoy!"
6253
  msgstr ""
6254
 
6255
- #. Translators: Adds link to upgrade.
6256
- #: languages/vue.php:871
6257
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
6258
  msgstr ""
6259
 
6260
- #: languages/vue.php:874
6261
  msgid "Receive 50% off automatically applied at the checkout!"
6262
  msgstr ""
6263
 
6264
- #: languages/vue.php:877
6265
  msgid "See all features"
6266
  msgstr ""
6267
 
6268
- #: languages/vue.php:880
6269
  msgid "Setup Wizard"
6270
  msgstr ""
6271
 
6272
- #: languages/vue.php:883
6273
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6274
  msgstr ""
6275
 
6276
- #: languages/vue.php:886
6277
  msgid "Relaunch Setup Wizard"
6278
  msgstr ""
6279
 
6280
- #: languages/vue.php:889
6281
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6282
  msgstr ""
6283
 
6284
- #: languages/vue.php:892
6285
  msgid "No addons found."
6286
  msgstr ""
6287
 
6288
- #: languages/vue.php:895
6289
  msgid "Refresh Addons"
6290
  msgstr ""
6291
 
6292
  #. Translators: Adds a line break.
6293
- #: languages/vue.php:902
6294
  msgid "Upgrade to Pro to unlock addons and other great features."
6295
  msgstr ""
6296
 
6297
- #: languages/vue.php:905
6298
  msgid "As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!"
6299
  msgstr ""
6300
 
6301
- #: languages/vue.php:908
6302
  msgid "Refreshing Addons"
6303
  msgstr ""
6304
 
6305
- #: languages/vue.php:911
6306
  msgid "Get ExactMetrics Pro Today and Unlock all the Powerful Features"
6307
  msgstr ""
6308
 
6309
  #. Translators: Placeholders make the text green.
6310
- #: languages/vue.php:915
6311
  msgid "Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6312
  msgstr ""
6313
 
6314
- #: languages/vue.php:918
6315
  msgid "How to Connect to Google Analytics"
6316
  msgstr ""
6317
 
6318
- #: languages/vue.php:921
6319
  msgid "After you install ExactMetrics, you’ll need to connect your WordPress site with your Google Analytics account. ExactMetrics makes the process easy, with no coding required."
6320
  msgstr ""
6321
 
6322
- #: languages/vue.php:924
6323
  msgid "Guide and Checklist for Advanced Insights"
6324
  msgstr ""
6325
 
6326
- #: languages/vue.php:927
6327
  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 ExactMetrics’ advanced tracking."
6328
  msgstr ""
6329
 
6330
- #: languages/vue.php:930
6331
  msgid "GDPR Guide"
6332
  msgstr ""
6333
 
6334
- #: languages/vue.php:933
6335
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help ExactMetrics users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
6336
  msgstr ""
6337
 
6338
- #: languages/vue.php:936
6339
  msgid "How to Install and Activate ExactMetrics Addons"
6340
  msgstr ""
6341
 
6342
- #: languages/vue.php:939
6343
  msgid "The process for installing and activating addons is quick and easy after you install the ExactMetrics plugin. In this guide we’ll walk you through the process, step by step."
6344
  msgstr ""
6345
 
6346
- #: languages/vue.php:942
6347
  msgid "Enabling eCommerce Tracking and Reports"
6348
  msgstr ""
6349
 
6350
- #: languages/vue.php:945
6351
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with ExactMetrics? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
6352
  msgstr ""
6353
 
6354
- #: languages/vue.php:948
6355
  msgid "Read Documentation"
6356
  msgstr ""
6357
 
6358
  #. Translators: Makes the text bold.
6359
- #: languages/vue.php:952
6360
  msgid "%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress."
6361
  msgstr ""
6362
 
6363
  #. Translators: Makes the text bold.
6364
- #: languages/vue.php:956
6365
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click."
6366
  msgstr ""
6367
 
6368
- #: languages/vue.php:965
6369
  msgid "One-click Complete eCommerce tracking"
6370
  msgstr ""
6371
 
6372
- #: languages/vue.php:968
6373
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
6374
  msgstr ""
6375
 
6376
- #: languages/vue.php:971
6377
  msgid "Forms Tracking"
6378
  msgstr ""
6379
 
6380
- #: languages/vue.php:974
6381
  msgid "One-click Form Events Tracking"
6382
  msgstr ""
6383
 
6384
- #: languages/vue.php:977
6385
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
6386
  msgstr ""
6387
 
6388
- #: languages/vue.php:980
6389
  msgid "WordPress Admin Area Reports"
6390
  msgstr ""
6391
 
6392
- #: languages/vue.php:983
6393
  msgid "Standard Reports"
6394
  msgstr ""
6395
 
6396
- #: languages/vue.php:986
6397
  msgid "Overview Reports for the last 30 days."
6398
  msgstr ""
6399
 
6400
- #: languages/vue.php:989
6401
  msgid "Advanced Reports"
6402
  msgstr ""
6403
 
6404
- #: languages/vue.php:992
6405
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
6406
  msgstr ""
6407
 
6408
- #: languages/vue.php:995
6409
  msgid "Dashboard Widget"
6410
  msgstr ""
6411
 
6412
- #: languages/vue.php:998
6413
  msgid "Basic Widget"
6414
  msgstr ""
6415
 
6416
- #: languages/vue.php:1001
6417
  msgid "Overview Report Synopsis"
6418
  msgstr ""
6419
 
6420
- #: languages/vue.php:1004
6421
  msgid "Advanced Dashboard Widget"
6422
  msgstr ""
6423
 
6424
- #: languages/vue.php:1007
6425
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
6426
  msgstr ""
6427
 
6428
- #: languages/vue.php:1010
6429
  msgid "Publisher Reports"
6430
  msgstr ""
6431
 
6432
- #: languages/vue.php:1013
6433
  msgid "Advanced Publisher Reports & Tracking"
6434
  msgstr ""
6435
 
6436
- #: languages/vue.php:1016
6437
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
6438
  msgstr ""
6439
 
6440
- #: languages/vue.php:1022
6441
  msgid "Email Summaries"
6442
  msgstr ""
6443
 
6444
- #: languages/vue.php:1025
6445
  msgid "Included"
6446
  msgstr ""
6447
 
6448
- #: languages/vue.php:1028
6449
  msgid "Get weekly traffic reports directly in your inbox."
6450
  msgstr ""
6451
 
6452
- #: languages/vue.php:1034
6453
  msgid "Basic Options"
6454
  msgstr ""
6455
 
6456
- #: languages/vue.php:1037
6457
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
6458
  msgstr ""
6459
 
6460
- #: languages/vue.php:1040
6461
  msgid "Dynamic Popular Posts & Popular Products"
6462
  msgstr ""
6463
 
6464
- #: languages/vue.php:1043
6465
  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."
6466
  msgstr ""
6467
 
6468
- #: languages/vue.php:1047
6469
  msgid "Not Available"
6470
  msgstr ""
6471
 
6472
- #: languages/vue.php:1050
6473
  msgid "Complete Custom Dimensions Tracking"
6474
  msgstr ""
6475
 
6476
- #: languages/vue.php:1053
6477
  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"
6478
  msgstr ""
6479
 
6480
- #: languages/vue.php:1059
6481
  msgid "Limited Support"
6482
  msgstr ""
6483
 
6484
- #: languages/vue.php:1062
6485
  msgid "Priority Support"
6486
  msgstr ""
6487
 
6488
- #: languages/vue.php:1065
6489
  msgid "Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features."
6490
  msgstr ""
6491
 
6492
- #: languages/vue.php:1068
6493
  msgid "Feature"
6494
  msgstr ""
6495
 
6496
- #: languages/vue.php:1071
6497
  msgid "Lite"
6498
  msgstr ""
6499
 
6500
- #: languages/vue.php:1074
6501
  msgid "Pro"
6502
  msgstr ""
6503
 
6504
- #: languages/vue.php:1077
6505
  msgid "Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout."
6506
  msgstr ""
6507
 
6508
- #: languages/vue.php:1084
6509
  msgid "Universal Tracking"
6510
  msgstr ""
6511
 
6512
- #: languages/vue.php:1087
6513
  msgid "Custom Google Analytics Link Tracking"
6514
  msgstr ""
6515
 
6516
- #: languages/vue.php:1090
6517
  msgid "Standard Tracking"
6518
  msgstr ""
6519
 
6520
- #: languages/vue.php:1093
6521
  msgid "Advanced Tracking"
6522
  msgstr ""
6523
 
6524
- #: languages/vue.php:1096
6525
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
6526
  msgstr ""
6527
 
6528
- #: languages/vue.php:1099
6529
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
6530
  msgstr ""
6531
 
6532
- #: languages/vue.php:1102
6533
  msgid "No-Code-Needed Tracking Features"
6534
  msgstr ""
6535
 
6536
- #: languages/vue.php:1105
6537
  msgid "Basic Tracking Options"
6538
  msgstr ""
6539
 
6540
- #: languages/vue.php:1108
6541
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
6542
  msgstr ""
6543
 
6544
- #: languages/vue.php:1111
6545
  msgid "Advanced Tracking Options"
6546
  msgstr ""
6547
 
6548
- #: languages/vue.php:1114
6549
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
6550
  msgstr ""
6551
 
6552
- #: languages/vue.php:1117
6553
  msgid "Inbox"
6554
  msgstr ""
6555
 
6556
- #: languages/vue.php:1120
6557
  msgid "Back to Inbox"
6558
  msgstr ""
6559
 
6560
- #: languages/vue.php:1123
6561
  msgid "View Dismissed"
6562
  msgstr ""
6563
 
6564
- #: languages/vue.php:1126
6565
  msgid "Notifications"
6566
  msgstr ""
6567
 
6568
- #: languages/vue.php:1129
6569
  msgid "Dismiss All"
6570
  msgstr ""
6571
 
6572
- #: languages/vue.php:1132
6573
  msgid "Dismissed"
6574
  msgstr ""
6575
 
6576
- #: languages/vue.php:1135
6577
  msgid "No Notifications"
6578
  msgstr ""
6579
 
6580
  #. Translators: Error status and error text.
6581
- #: languages/vue.php:1139
6582
  msgid "Can't load settings. Error: %1$s, %2$s"
6583
  msgstr ""
6584
 
6585
- #: languages/vue.php:1143
6586
  msgid "You appear to be offline."
6587
  msgstr ""
6588
 
6589
  #. Translators: Error status and error text.
6590
- #: languages/vue.php:1148
6591
  msgid "Can't save settings. Error: %1$s, %2$s"
6592
  msgstr ""
6593
 
6594
- #: languages/vue.php:1151
6595
  msgid "Network error encountered. Settings not saved."
6596
  msgstr ""
6597
 
6598
- #: languages/vue.php:1154
6599
  msgid "Show in widget mode"
6600
  msgstr ""
6601
 
6602
- #: languages/vue.php:1157
6603
  msgid "Show in full-width mode"
6604
  msgstr ""
6605
 
6606
- #: languages/vue.php:1160
6607
  msgid "Show Overview Reports"
6608
  msgstr ""
6609
 
6610
- #: languages/vue.php:1163
6611
  msgid "Show Publishers Reports"
6612
  msgstr ""
6613
 
6614
- #: languages/vue.php:1166
6615
  msgid "Show eCommerce Reports"
6616
  msgstr ""
6617
 
6618
- #: languages/vue.php:1169
6619
  msgid "Settings Menu"
6620
  msgstr ""
6621
 
6622
- #: languages/vue.php:1172
6623
  msgid "Available in PRO version"
6624
  msgstr ""
6625
 
6626
- #: languages/vue.php:1175
6627
  msgid "See All Reports"
6628
  msgstr ""
6629
 
6630
- #: languages/vue.php:1178
6631
  msgid "Go to the Analytics Dashboard"
6632
  msgstr ""
6633
 
6634
- #: languages/vue.php:1193
6635
  msgid "Cart Funnel"
6636
  msgstr ""
6637
 
6638
- #: languages/vue.php:1196
6639
  msgid "Customer Insights"
6640
  msgstr ""
6641
 
6642
- #: languages/vue.php:1199
6643
  msgid "Campaign Measurement"
6644
  msgstr ""
6645
 
6646
- #: languages/vue.php:1202
6647
  msgid "Customer Profiles"
6648
  msgstr ""
6649
 
6650
- #: languages/vue.php:1205
6651
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, revenue, and average order value, and more."
6652
  msgstr ""
6653
 
6654
- #: languages/vue.php:1208
6655
  msgid "Truly Understand Your%1$s Customers With %2$sExactMetrics%3$s"
6656
  msgstr ""
6657
 
6658
- #: languages/vue.php:1211
6659
  msgid "You never truly understand your customers until you used Enhanced %1$s eCommerce from ExactMetrics!"
6660
  msgstr ""
6661
 
6662
- #: languages/vue.php:1214
6663
  msgid "Track all-new metrics!"
6664
  msgstr ""
6665
 
6666
- #: languages/vue.php:1217
6667
  msgid "Get stats WooCommerce doesn’t give you like: Conversion Sources, Avg. Order Value, Revenue per Source, Total Add to Carts & More!"
6668
  msgstr ""
6669
 
6670
- #: languages/vue.php:1220
6671
  msgid "FEATURES"
6672
  msgstr ""
6673
 
6674
- #: languages/vue.php:1223
6675
  msgid "Get The Unique Metrics Neccessary for Growth"
6676
  msgstr ""
6677
 
6678
- #: languages/vue.php:1226
6679
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, %1$srevenue, and average order value, and more."
6680
  msgstr ""
6681
 
6682
- #: languages/vue.php:1229
6683
  msgid "Get Answers to the important questions %1$syou should know."
6684
  msgstr ""
6685
 
6686
- #: languages/vue.php:1232
6687
  msgid "Did the login/registration step of the checkout put users off?"
6688
  msgstr ""
6689
 
6690
- #: languages/vue.php:1235
6691
  msgid "Which ad campaign is driving the most revenue?"
6692
  msgstr ""
6693
 
6694
- #: languages/vue.php:1238
6695
  msgid "Who is my typical customer?"
6696
  msgstr ""
6697
 
6698
- #: languages/vue.php:1241
6699
  msgid "Level-up Your eCommerce store with %1$sExactMetrics + WooCommerce!%1$s"
6700
  msgstr ""
6701
 
6702
  #. Translators: Error status and error text.
6703
- #: languages/vue.php:1245
6704
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
6705
  msgstr ""
6706
 
6707
  #. Translators: Error status and error text.
6708
- #: languages/vue.php:1249
6709
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
6710
  msgstr ""
6711
 
6712
  #. Translators: Error status and error text.
6713
- #: languages/vue.php:1253
6714
  msgid "Can't load license details. Error: %1$s, %2$s"
6715
  msgstr ""
6716
 
6717
- #: languages/vue.php:1256
6718
  msgid "Error loading license details"
6719
  msgstr ""
6720
 
6721
  #. Translators: Error status and error text.
6722
- #: languages/vue.php:1260
6723
  msgid "Can't verify the license. Error: %1$s, %2$s"
6724
  msgstr ""
6725
 
6726
  #. Translators: Error status and error text.
6727
- #: languages/vue.php:1264
6728
  msgid "Can't validate the license. Error: %1$s, %2$s"
6729
  msgstr ""
6730
 
6731
- #: languages/vue.php:1268
6732
  msgid "Reset to default"
6733
  msgstr ""
6734
 
6735
- #: languages/vue.php:1271
6736
  msgid "The value entered does not match the required format"
6737
  msgstr ""
6738
 
6739
- #: languages/vue.php:1274
6740
  msgid "Check out the newly added classic mode"
6741
  msgstr ""
6742
 
6743
  #. Translators: Placeholder adds a line break.
6744
- #: languages/vue.php:1278
6745
  msgid "You can customize your %sdate range only in the PRO version."
6746
  msgstr ""
6747
 
6748
- #: languages/vue.php:1281
6749
  msgid "Help Us Improve"
6750
  msgstr ""
6751
 
6752
- #: languages/vue.php:1284
6753
  msgid "Help us better understand our users and their website needs."
6754
  msgstr ""
6755
 
6756
  #. Translators: Adds a link to the documentation.
6757
- #: languages/vue.php:1288
6758
  msgid "If enabled ExactMetrics will send some information about your WordPress site like what plugins and themes you use and which ExactMetrics 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"
6759
  msgstr ""
6760
 
6761
  #. Translators: The name of the field that is throwing a validation error.
6762
- #: languages/vue.php:1292
6763
  msgid "%s can't be empty."
6764
  msgstr ""
6765
 
6766
- #: languages/vue.php:1295
6767
  msgid "Duplicate values are not allowed."
6768
  msgstr ""
6769
 
6770
- #: languages/vue.php:1298
6771
  msgid "You can add maximum 5 items."
6772
  msgstr ""
6773
 
6774
- #: languages/vue.php:1301
6775
  msgid "At least 0 item required."
6776
  msgstr ""
6777
 
6778
- #: languages/vue.php:1304
6779
  msgid "Add Another Link Path"
6780
  msgstr ""
6781
 
6782
- #: languages/vue.php:1307
6783
  msgid "Remove row"
6784
  msgstr ""
6785
 
6786
- #: languages/vue.php:1310
6787
  msgid "Sessions"
6788
  msgstr ""
6789
 
6790
  #. Translators: Line break.
6791
- #: languages/vue.php:1314
6792
  msgid "Unique %s Sessions"
6793
  msgstr ""
6794
 
6795
- #: languages/vue.php:1317
6796
  msgid "Pageviews"
6797
  msgstr ""
6798
 
6799
  #. Translators: Line break.
6800
- #: languages/vue.php:1321
6801
  msgid "Unique %s Pageviews"
6802
  msgstr ""
6803
 
6804
- #: languages/vue.php:1324
6805
  msgid "A session is the browsing session of a single user to your site."
6806
  msgstr ""
6807
 
6808
- #: languages/vue.php:1327
6809
  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."
6810
  msgstr ""
6811
 
6812
- #: languages/vue.php:1330
6813
  msgid "Total duration of all sessions (in seconds) / number of sessions."
6814
  msgstr ""
6815
 
6816
- #: languages/vue.php:1333
6817
  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."
6818
  msgstr ""
6819
 
6820
- #: languages/vue.php:1336
6821
  msgid "The number of distinct tracked users"
6822
  msgstr ""
6823
 
6824
- #: languages/vue.php:1339
6825
  msgid "Avg. Session Duration"
6826
  msgstr ""
6827
 
6828
- #: languages/vue.php:1345
6829
  msgid "Total Users"
6830
  msgstr ""
6831
 
6832
- #: languages/vue.php:1348
6833
  msgid "No options available"
6834
  msgstr ""
6835
 
6836
  #. Translators: Placeholders make the text highlighted.
6837
- #: languages/vue.php:1352
6838
  msgid "%1$sNeed%2$s to Grow FASTER??"
6839
  msgstr ""
6840
 
6841
- #: languages/vue.php:1355
6842
  msgid "Get additional, actionable insights by going Pro."
6843
  msgstr ""
6844
 
6845
- #: languages/vue.php:1358
6846
  msgid "Skip"
6847
  msgstr ""
6848
 
6849
- #: languages/vue.php:1361
6850
  msgid "See All Features"
6851
  msgstr ""
6852
 
6853
- #: languages/vue.php:1364
6854
  msgid "Upgrade to Pro to get the complete ExactMetrics experience including 1 click tracking integrations for your favorite WordPress plugins and insightful reports backed by our legendary support team."
6855
  msgstr ""
6856
 
6857
- #: languages/vue.php:1367
6858
  msgid "Our Pro plan includes:"
6859
  msgstr ""
6860
 
6861
  #. Translators: Error status and error text.
6862
- #: languages/vue.php:1371
6863
  msgid "Can't load errors. Error: %1$s, %2$s"
6864
  msgstr ""
6865
 
6866
- #: languages/vue.php:1374
6867
  msgid "Real-Time Report"
6868
  msgstr ""
6869
 
6870
- #: languages/vue.php:1377
6871
  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 visitor's activity when you need it."
6872
  msgstr ""
6873
 
6874
  #. Translators: add link to blog.
6875
- #: languages/vue.php:1381
6876
  msgid "To comply with Google's API policies we've had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
6877
  msgstr ""
6878
 
6879
- #: languages/vue.php:1384
6880
  msgid "Here's what you get:"
6881
  msgstr ""
6882
 
6883
- #: languages/vue.php:1387
6884
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
6885
  msgstr ""
6886
 
6887
- #: languages/vue.php:1390
6888
  msgid "See Your Top Pages Immediately After Making Changes"
6889
  msgstr ""
6890
 
6891
- #: languages/vue.php:1393
6892
  msgid "See Your Top Referral Sources and Adapt Faster"
6893
  msgstr ""
6894
 
6895
- #: languages/vue.php:1396
6896
  msgid "See Your Traffic Demographics"
6897
  msgstr ""
6898
 
6899
- #: languages/vue.php:1399
6900
  msgid "Get Fresh Report Data Every 60 Seconds"
6901
  msgstr ""
6902
 
6903
- #: languages/vue.php:1402
6904
  msgid "See Where Your Visitors are Connecting From (country & city)"
6905
  msgstr ""
6906
 
6907
- #: languages/vue.php:1405
6908
  msgid "Forms Report"
6909
  msgstr ""
6910
 
6911
- #: languages/vue.php:1408
6912
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
6913
  msgstr ""
6914
 
6915
- #: languages/vue.php:1411
6916
  msgid "See Your Top Converting Forms and Optimize"
6917
  msgstr ""
6918
 
6919
- #: languages/vue.php:1414
6920
  msgid "See Your Forms Impressions Count to Find the Best Placement"
6921
  msgstr ""
6922
 
6923
- #: languages/vue.php:1417
6924
  msgid "Awesome, You're All Set!"
6925
  msgstr ""
6926
 
6927
- #: languages/vue.php:1420
6928
  msgid "ExactMetrics is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
6929
  msgstr ""
6930
 
6931
  #. Translators: Make text bold.
6932
- #: languages/vue.php:1424
6933
  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."
6934
  msgstr ""
6935
 
6936
  #. Translators: Add link to blog.
6937
  #. Translators: Link to our blog.
6938
- #: languages/vue.php:1428
6939
- #: languages/vue.php:3647
6940
  msgid "%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business."
6941
  msgstr ""
6942
 
6943
- #: languages/vue.php:1431
6944
  msgid "Finish Setup & Exit Wizard"
6945
  msgstr ""
6946
 
6947
- #: languages/vue.php:1434
6948
  msgid "Google Analytics"
6949
  msgstr ""
6950
 
6951
- #: languages/vue.php:1437
6952
  msgid "Subscribe"
6953
  msgstr ""
6954
 
6955
- #: languages/vue.php:1440
6956
  msgid "Checking your website..."
6957
  msgstr ""
6958
 
6959
- #: languages/vue.php:1443
6960
  msgid "Recommended Addons"
6961
  msgstr ""
6962
 
6963
  #. Translators: Add a link to upgrade and make the text green.
6964
- #: languages/vue.php:1447
6965
  msgid "To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!"
6966
  msgstr ""
6967
 
6968
- #: languages/vue.php:1450
6969
  msgid "Upgrade to PRO Now"
6970
  msgstr ""
6971
 
6972
- #: languages/vue.php:1453
6973
  msgid "See who’s viewing and submitting your forms, so you can increase your conversion rate."
6974
  msgstr ""
6975
 
6976
- #: languages/vue.php:1456
6977
  msgid "See All Your Important Store Metrics in One Place."
6978
  msgstr ""
6979
 
6980
- #: languages/vue.php:1459
6981
  msgid "... and more:"
6982
  msgstr ""
6983
 
6984
- #: languages/vue.php:1462
6985
  msgid "Dimensions- Track authors, categories, trags, searches, users and more."
6986
  msgstr ""
6987
 
6988
- #: languages/vue.php:1465
6989
  msgid "EU Compliance- Improve compliance with GDPR and other privacy regulations."
6990
  msgstr ""
6991
 
6992
- #: languages/vue.php:1468
6993
  msgid "AMP- ExactMetrics Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages."
6994
  msgstr ""
6995
 
6996
- #: languages/vue.php:1471
6997
  msgid "Facebook Instant Articles- Integrate Google Analytics and Facebook Instant Articles with just one click."
6998
  msgstr ""
6999
 
7000
- #: languages/vue.php:1474
7001
  msgid "eCommerce- Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores."
7002
  msgstr ""
7003
 
7004
- #: languages/vue.php:1477
7005
  msgid "Google Optimize- Easily enable Google Optimize on your WordPress site."
7006
  msgstr ""
7007
 
7008
- #: languages/vue.php:1480
7009
  msgid "Forms- Enable tracking of your form views, submissions and conversion rates."
7010
  msgstr ""
7011
 
7012
- #: languages/vue.php:1483
7013
  msgid "Ads- See who’s clicking on your Google Adsense banner ads."
7014
  msgstr ""
7015
 
7016
- #: languages/vue.php:1486
7017
  msgid "Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress."
7018
  msgstr ""
7019
 
7020
- #: languages/vue.php:1489
7021
  msgid "Ready to take your website to the next level? ExactMetrics gives you the accurate insights you need to make data-driven decisions to grow your traffic and conversions faster than ever before. Now you can easily enable advanced tracking on your website without having to know any code."
7022
  msgstr ""
7023
 
7024
- #: languages/vue.php:1492
7025
  msgid "The ExactMetrics Team"
7026
  msgstr ""
7027
 
7028
- #: languages/vue.php:1495
7029
  msgid "Custom Dimensions Report"
7030
  msgstr ""
7031
 
7032
- #: languages/vue.php:1498
7033
  msgid "Unlock the Dimensions Report and decide what data is important using your own custom tracking parameters"
7034
  msgstr ""
7035
 
7036
- #: languages/vue.php:1501
7037
  msgid "The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
7038
  msgstr ""
7039
 
7040
- #: languages/vue.php:1504
7041
  msgid "Author tracking to see which author’s posts generate the most traffic"
7042
  msgstr ""
7043
 
7044
- #: languages/vue.php:1507
7045
  msgid "Post Type tracking to see which WordPress post types perform better"
7046
  msgstr ""
7047
 
7048
- #: languages/vue.php:1510
7049
  msgid "Category tracking to see which sections of your sites are the most popular"
7050
  msgstr ""
7051
 
7052
- #: languages/vue.php:1513
7053
  msgid "SEO score tracking to see which blog SEO scores are the most popular"
7054
  msgstr ""
7055
 
7056
- #: languages/vue.php:1516
7057
  msgid "Focus Keyword tracking to see which of your content is doing well in search engines."
7058
  msgstr ""
7059
 
7060
- #: languages/vue.php:1519
7061
  msgid "Tag tracking to determine which topics are the most engaging to for your website visitors."
7062
  msgstr ""
7063
 
7064
  #. Translators: add link to blog.
7065
- #: languages/vue.php:1523
7066
  msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. With the Site Speed report you'll be able to check your site's performance directly from your ExactMetrics dashboard."
7067
  msgstr ""
7068
 
7069
- #: languages/vue.php:1526
7070
  msgid "See Your Homepage's Overall Performance Score"
7071
  msgstr ""
7072
 
7073
- #: languages/vue.php:1529
7074
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
7075
  msgstr ""
7076
 
7077
- #: languages/vue.php:1532
7078
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
7079
  msgstr ""
7080
 
7081
- #: languages/vue.php:1535
7082
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
7083
  msgstr ""
7084
 
7085
- #: languages/vue.php:1538
7086
  msgid "Hide dashboard widget"
7087
  msgstr ""
7088
 
7089
- #: languages/vue.php:1541
7090
  msgid "Are you sure you want to hide the ExactMetrics Dashboard Widget? "
7091
  msgstr ""
7092
 
7093
- #: languages/vue.php:1544
7094
  msgid "Yes, hide it!"
7095
  msgstr ""
7096
 
7097
- #: languages/vue.php:1547
7098
  msgid "No, cancel!"
7099
  msgstr ""
7100
 
7101
- #: languages/vue.php:1550
7102
  msgid "ExactMetrics Widget Hidden"
7103
  msgstr ""
7104
 
7105
- #: languages/vue.php:1553
7106
  msgid "You can re-enable the ExactMetrics widget at any time using the \"Screen Options\" menu on the top right of this page"
7107
  msgstr ""
7108
 
7109
  #. Translators: Error status and error text.
7110
- #: languages/vue.php:1557
7111
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7112
  msgstr ""
7113
 
7114
  #. Translators: Error status and error text.
7115
- #: languages/vue.php:1561
7116
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7117
  msgstr ""
7118
 
7119
- #: languages/vue.php:1564
7120
  msgid "You appear to be offline. Settings not saved."
7121
  msgstr ""
7122
 
7123
  #. Translators: Error status and error text.
7124
- #: languages/vue.php:1568
7125
  msgid "Can't authenticate. Error: %1$s, %2$s"
7126
  msgstr ""
7127
 
7128
  #. Translators: Error status and error text.
7129
- #: languages/vue.php:1572
7130
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7131
  msgstr ""
7132
 
7133
  #. Translators: Error status and error text.
7134
- #: languages/vue.php:1576
7135
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7136
  msgstr ""
7137
 
7138
- #: languages/vue.php:1579
7139
  msgid "Still Calculating..."
7140
  msgstr ""
7141
 
7142
- #: languages/vue.php:1582
7143
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
7144
  msgstr ""
7145
 
7146
- #: languages/vue.php:1585
7147
  msgid "Back to Overview Report"
7148
  msgstr ""
7149
 
7150
- #: languages/vue.php:1588
7151
  msgid "Your 2020 Analytics Report"
7152
  msgstr ""
7153
 
7154
- #: languages/vue.php:1591
7155
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
7156
  msgstr ""
7157
 
7158
- #: languages/vue.php:1594
7159
  msgid "Audience"
7160
  msgstr ""
7161
 
7162
- #: languages/vue.php:1597
7163
  msgid "Congrats"
7164
  msgstr ""
7165
 
7166
- #: languages/vue.php:1600
7167
  msgid "Your website was quite popular this year! "
7168
  msgstr ""
7169
 
7170
- #: languages/vue.php:1603
7171
  msgid "You had "
7172
  msgstr ""
7173
 
7174
- #: languages/vue.php:1606
7175
  msgid " visitors!"
7176
  msgstr ""
7177
 
7178
- #: languages/vue.php:1609
7179
  msgid " visitors"
7180
  msgstr ""
7181
 
7182
- #: languages/vue.php:1612
7183
  msgid "Total Visitors"
7184
  msgstr ""
7185
 
7186
- #: languages/vue.php:1615
7187
  msgid "Total Sessions"
7188
  msgstr ""
7189
 
7190
- #: languages/vue.php:1618
7191
  msgid "Visitors by Month"
7192
  msgstr ""
7193
 
7194
- #: languages/vue.php:1621
7195
  msgid "January 1, 2020 - December 31, 2020"
7196
  msgstr ""
7197
 
7198
- #: languages/vue.php:1624
7199
  msgid "A Tip for 2021"
7200
  msgstr ""
7201
 
7202
- #: languages/vue.php:1627
7203
  msgid "Demographics"
7204
  msgstr ""
7205
 
7206
- #: languages/vue.php:1630
7207
  msgid "#1"
7208
  msgstr ""
7209
 
7210
- #: languages/vue.php:1633
7211
  msgid "You Top 5 Countries"
7212
  msgstr ""
7213
 
7214
- #: languages/vue.php:1636
7215
  msgid "Let’s get to know your visitors a little better, shall we?"
7216
  msgstr ""
7217
 
7218
- #: languages/vue.php:1639
7219
  msgid "Gender"
7220
  msgstr ""
7221
 
7222
- #: languages/vue.php:1642
7223
  msgid "Female"
7224
  msgstr ""
7225
 
7226
- #: languages/vue.php:1645
7227
  msgid "Women"
7228
  msgstr ""
7229
 
7230
- #: languages/vue.php:1648
7231
  msgid "Male"
7232
  msgstr ""
7233
 
7234
- #: languages/vue.php:1651
7235
  msgid "Average Age"
7236
  msgstr ""
7237
 
7238
- #: languages/vue.php:1655
7239
  msgid "Behavior"
7240
  msgstr ""
7241
 
7242
- #: languages/vue.php:1658
7243
  msgid "Your Top 5 Pages"
7244
  msgstr ""
7245
 
7246
- #: languages/vue.php:1661
7247
  msgid "Time Spent on Site"
7248
  msgstr ""
7249
 
7250
- #: languages/vue.php:1664
7251
  msgid "minutes"
7252
  msgstr ""
7253
 
7254
- #: languages/vue.php:1667
7255
  msgid "Device Type"
7256
  msgstr ""
7257
 
7258
- #: languages/vue.php:1670
7259
  msgid "A Tip For 2021"
7260
  msgstr ""
7261
 
7262
- #: languages/vue.php:1673
7263
  msgid "Are you looking for a way to track your landing pages and see which one gets the most conversions on your website?"
7264
  msgstr ""
7265
 
7266
- #: languages/vue.php:1676
7267
  msgid "Read - How to Track Google Analytics Landing Page Conversions"
7268
  msgstr ""
7269
 
7270
- #: languages/vue.php:1679
7271
  msgid "So, where did all of these visitors come from?"
7272
  msgstr ""
7273
 
7274
- #: languages/vue.php:1682
7275
  msgid "Clicks"
7276
  msgstr ""
7277
 
7278
- #: languages/vue.php:1685
7279
  msgid "Your Top 5 Keywords"
7280
  msgstr ""
7281
 
7282
- #: languages/vue.php:1688
7283
  msgid "What keywords visitors searched for to find your site"
7284
  msgstr ""
7285
 
7286
- #: languages/vue.php:1691
7287
  msgid "Your Top 5 Referrals"
7288
  msgstr ""
7289
 
7290
- #: languages/vue.php:1694
7291
  msgid "The websites that link back to your website"
7292
  msgstr ""
7293
 
7294
- #: languages/vue.php:1697
7295
  msgid "Opportunity"
7296
  msgstr ""
7297
 
7298
- #: languages/vue.php:1700
7299
  msgid "Learn how to boost your SEO rankings using ExactMetrics so more visitors reach your articles and increase engagement."
7300
  msgstr ""
7301
 
7302
- #: languages/vue.php:1703
7303
  msgid "Read - 5 Ways to Skyrocket Your SEO Rankings with Google Analytics"
7304
  msgstr ""
7305
 
7306
- #: languages/vue.php:1706
7307
  msgid "Thank you for using ExactMetrics!"
7308
  msgstr ""
7309
 
7310
- #: languages/vue.php:1709
7311
  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."
7312
  msgstr ""
7313
 
7314
- #: languages/vue.php:1712
7315
  msgid "Here's to an amazing 2021!"
7316
  msgstr ""
7317
 
7318
- #: languages/vue.php:1715
7319
  msgid "Enjoying ExactMetrics"
7320
  msgstr ""
7321
 
7322
- #: languages/vue.php:1718
7323
  msgid "Leave a five star review!"
7324
  msgstr ""
7325
 
7326
- #: languages/vue.php:1721
7327
  msgid "Syed Balkhi"
7328
  msgstr ""
7329
 
7330
- #: languages/vue.php:1724
7331
  msgid "Chris Christoff"
7332
  msgstr ""
7333
 
7334
- #: languages/vue.php:1727
7335
  msgid "Write Review"
7336
  msgstr ""
7337
 
7338
- #: languages/vue.php:1730
7339
  msgid "Did you know over 10 million websites use our plugins?"
7340
  msgstr ""
7341
 
7342
- #: languages/vue.php:1733
7343
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
7344
  msgstr ""
7345
 
7346
- #: languages/vue.php:1736
7347
  msgid "Join our Communities!"
7348
  msgstr ""
7349
 
7350
- #: languages/vue.php:1739
7351
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
7352
  msgstr ""
7353
 
7354
- #: languages/vue.php:1742
7355
  msgid "Facebook Group"
7356
  msgstr ""
7357
 
7358
- #: languages/vue.php:1745
7359
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
7360
  msgstr ""
7361
 
7362
- #: languages/vue.php:1748
7363
  msgid "Join Now...It’s Free!"
7364
  msgstr ""
7365
 
7366
- #: languages/vue.php:1751
7367
  msgid "WordPress Tutorials by WPBeginner"
7368
  msgstr ""
7369
 
7370
- #: languages/vue.php:1754
7371
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
7372
  msgstr ""
7373
 
7374
- #: languages/vue.php:1757
7375
  msgid "Visit WPBeginner"
7376
  msgstr ""
7377
 
7378
- #: languages/vue.php:1760
7379
  msgid "Follow Us!"
7380
  msgstr ""
7381
 
7382
- #: languages/vue.php:1763
7383
  msgid "Follow ExactMetrics on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
7384
  msgstr ""
7385
 
7386
- #: languages/vue.php:1766
7387
  msgid "Copyright ExactMetrics, 2021"
7388
  msgstr ""
7389
 
7390
- #: languages/vue.php:1769
7391
  msgid "Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights"
7392
  msgstr ""
7393
 
7394
- #: languages/vue.php:1775
7395
  msgid "January"
7396
  msgstr ""
7397
 
7398
- #: languages/vue.php:1778
7399
  msgid "February"
7400
  msgstr ""
7401
 
7402
- #: languages/vue.php:1781
7403
  msgid "March"
7404
  msgstr ""
7405
 
7406
- #: languages/vue.php:1784
7407
  msgid "April"
7408
  msgstr ""
7409
 
7410
- #: languages/vue.php:1787
7411
  msgid "May"
7412
  msgstr ""
7413
 
7414
- #: languages/vue.php:1790
7415
  msgid "June"
7416
  msgstr ""
7417
 
7418
- #: languages/vue.php:1793
7419
  msgid "July"
7420
  msgstr ""
7421
 
7422
- #: languages/vue.php:1796
7423
  msgid "August"
7424
  msgstr ""
7425
 
7426
- #: languages/vue.php:1799
7427
  msgid "September"
7428
  msgstr ""
7429
 
7430
- #: languages/vue.php:1802
7431
  msgid "October"
7432
  msgstr ""
7433
 
7434
- #: languages/vue.php:1805
7435
  msgid "November"
7436
  msgstr ""
7437
 
7438
- #: languages/vue.php:1808
7439
  msgid "December"
7440
  msgstr ""
7441
 
7442
  #. Translators: Number of visitors.
7443
- #: languages/vue.php:1812
7444
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
7445
  msgstr ""
7446
 
7447
- #: languages/vue.php:1815
7448
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
7449
  msgstr ""
7450
 
7451
  #. Translators: Number of visitors.
7452
- #: languages/vue.php:1819
7453
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
7454
  msgstr ""
7455
 
7456
  #. Translators: Number of visitors.
7457
- #: languages/vue.php:1823
7458
  msgid "%s Visitors"
7459
  msgstr ""
7460
 
7461
  #. Translators: Percent and Number of visitors.
7462
- #: languages/vue.php:1827
7463
  msgid "%1$s&#37 of your visitors were %2$s"
7464
  msgstr ""
7465
 
7466
  #. Translators: Number of visitors and their age.
7467
- #: languages/vue.php:1831
7468
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7469
  msgstr ""
7470
 
7471
- #: languages/vue.php:1834
7472
  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>"
7473
  msgstr ""
7474
 
7475
  #. Translators: Number of minutes spent on site.
7476
- #: languages/vue.php:1838
7477
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
7478
  msgstr ""
7479
 
7480
  #. Translators: Name of device type.
7481
- #: languages/vue.php:1842
7482
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7483
  msgstr ""
7484
 
7485
  #. Translators: Number of visitors and device percentage.
7486
- #: languages/vue.php:1846
7487
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7488
  msgstr ""
7489
 
7490
- #: languages/vue.php:1849
7491
  msgid "Desktop"
7492
  msgstr ""
7493
 
7494
- #: languages/vue.php:1852
7495
  msgid "Tablet"
7496
  msgstr ""
7497
 
7498
- #: languages/vue.php:1855
7499
  msgid "Mobile"
7500
  msgstr ""
7501
 
7502
- #: languages/vue.php:1858
7503
  msgid "Force Deauthenticate"
7504
  msgstr ""
7505
 
7506
- #: languages/vue.php:1861
7507
  msgid "Disconnect ExactMetrics"
7508
  msgstr ""
7509
 
7510
- #: languages/vue.php:1864
7511
  msgid "Authenticating"
7512
  msgstr ""
7513
 
7514
- #: languages/vue.php:1867
7515
  msgid "Verifying Credentials"
7516
  msgstr ""
7517
 
7518
- #: languages/vue.php:1870
7519
  msgid "Your site is connected to ExactMetrics!"
7520
  msgstr ""
7521
 
7522
- #: languages/vue.php:1873
7523
  msgid "Deauthenticating"
7524
  msgstr ""
7525
 
7526
- #: languages/vue.php:1876
7527
  msgid "You've disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
7528
  msgstr ""
7529
 
7530
- #: languages/vue.php:1879
7531
- #: languages/vue.php:1951
7532
  msgid "Connect ExactMetrics"
7533
  msgstr ""
7534
 
7535
- #: languages/vue.php:1882
7536
  msgid "Verify Credentials"
7537
  msgstr ""
7538
 
7539
- #: languages/vue.php:1888
7540
  msgid "Website Profile"
7541
  msgstr ""
7542
 
7543
- #: languages/vue.php:1891
7544
  msgid "Active Profile"
7545
  msgstr ""
7546
 
7547
- #: languages/vue.php:1894
7548
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
7549
  msgstr ""
7550
 
7551
- #: languages/vue.php:1897
7552
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
7553
  msgstr ""
7554
 
7555
- #: languages/vue.php:1900
7556
  msgid "Dual Tracking Profile"
7557
  msgstr ""
7558
 
7559
- #: languages/vue.php:1903
7560
  msgid "The dual tracking feature allows you to continue tracking this site into an existing GAv3 property so you can continue to use the GA reports you are used to already. Learn more about this feature %1$shere%2$s."
7561
  msgstr ""
7562
 
7563
- #: languages/vue.php:1906
7564
  msgid "Your Universal Analytics code should look like UA-XXXXXXXXXX where the X's are numbers."
7565
  msgstr ""
7566
 
7567
- #: languages/vue.php:1909
7568
  msgid "The dual tracking feature allows you to begin tracking this site into a GAv4 property to take advantage of the new GAv4 analysis tools. Learn more about this feature %1$shere%2$s."
7569
  msgstr ""
7570
 
7571
- #: languages/vue.php:1912
7572
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7573
  msgstr ""
7574
 
7575
- #: languages/vue.php:1915
7576
  msgid "Measurement Protocol API Secret"
7577
  msgstr ""
7578
 
7579
- #: languages/vue.php:1918
7580
  msgid "The Measurement Protocol API secret allows your site to send tracking data to Google Analytics. To retrieve your Measurement Protocol API Secret, follow %1$sthis guide%2$s."
7581
  msgstr ""
7582
 
7583
- #: languages/vue.php:1921
7584
  msgid "Classic mode"
7585
  msgstr ""
7586
 
7587
- #: languages/vue.php:1924
7588
  msgid "Proceed"
7589
  msgstr ""
7590
 
7591
- #: languages/vue.php:1927
7592
  msgid "Connection Information"
7593
  msgstr ""
7594
 
7595
- #: languages/vue.php:1930
7596
  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."
7597
  msgstr ""
7598
 
7599
- #: languages/vue.php:1933
7600
  msgid "Hostname"
7601
  msgstr ""
7602
 
7603
- #: languages/vue.php:1936
7604
  msgid "FTP Username"
7605
  msgstr ""
7606
 
7607
- #: languages/vue.php:1939
7608
  msgid "FTP Password"
7609
  msgstr ""
7610
 
7611
- #: languages/vue.php:1942
7612
  msgid "This password will not be stored on the server."
7613
  msgstr ""
7614
 
7615
- #: languages/vue.php:1945
7616
  msgid "Connection Type"
7617
  msgstr ""
7618
 
7619
- #: languages/vue.php:1948
7620
  msgid "Cancel"
7621
  msgstr ""
7622
 
7623
- #: languages/vue.php:1954
7624
  msgid "Website profile"
7625
  msgstr ""
7626
 
7627
- #: languages/vue.php:1957
7628
  msgid "Active profile"
7629
  msgstr ""
7630
 
7631
- #: languages/vue.php:1960
7632
  msgid "Skip and Keep Connection"
7633
  msgstr ""
7634
 
7635
  #. Translators: Replaced with the number of days
7636
- #: languages/vue.php:1964
7637
  msgid "vs. Previous Day"
7638
  msgstr ""
7639
 
7640
- #: languages/vue.php:1967
7641
  msgid "No change"
7642
  msgstr ""
7643
 
7644
- #: languages/vue.php:1970
7645
  msgid "Choose Theme"
7646
  msgstr ""
7647
 
7648
- #: languages/vue.php:1973
7649
  msgid "Widget Styling"
7650
  msgstr ""
7651
 
7652
- #: languages/vue.php:1976
7653
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
7654
  msgstr ""
7655
 
7656
- #: languages/vue.php:1979
7657
  msgid "Sort By"
7658
  msgstr ""
7659
 
7660
- #: languages/vue.php:1982
7661
  msgid "Choose how you'd like the widget to determine your popular posts."
7662
  msgstr ""
7663
 
7664
- #: languages/vue.php:1985
7665
  msgid "Display Title"
7666
  msgstr ""
7667
 
7668
- #: languages/vue.php:1991
7669
  msgid "Title your widget and set its display preferences."
7670
  msgstr ""
7671
 
7672
- #: languages/vue.php:1994
7673
  msgid "Include in Post Types"
7674
  msgstr ""
7675
 
7676
- #: languages/vue.php:1997
7677
  msgid "Exclude from specific posts"
7678
  msgstr ""
7679
 
7680
  #. Translators: Placeholders make the text bold.
7681
- #: languages/vue.php:2001
7682
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
7683
  msgstr ""
7684
 
7685
  #. Translators: Placeholders make the text bold.
7686
- #: languages/vue.php:2005
7687
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
7688
  msgstr ""
7689
 
7690
- #: languages/vue.php:2008
7691
  msgid "Loading Themes"
7692
  msgstr ""
7693
 
7694
  #. Translators: placeholders make text small.
7695
- #: languages/vue.php:2012
7696
  msgid "Default Styles %1$s- As seen above.%2$s"
7697
  msgstr ""
7698
 
7699
  #. Translators: placeholders make text small.
7700
- #: languages/vue.php:2016
7701
  msgid "No Styles %1$s- Use your own CSS.%2$s"
7702
  msgstr ""
7703
 
7704
  #. Translators: placeholders make text small.
7705
- #: languages/vue.php:2020
7706
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
7707
  msgstr ""
7708
 
7709
  #. Translators: placeholders make text small.
7710
- #: languages/vue.php:2024
7711
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
7712
  msgstr ""
7713
 
7714
  #. Translators: placeholders make text small.
7715
- #: languages/vue.php:2028
7716
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
7717
  msgstr ""
7718
 
7719
- #: languages/vue.php:2031
7720
  msgid "Placement"
7721
  msgstr ""
7722
 
7723
- #: languages/vue.php:2034
7724
  msgid "Choose how you'd like to place the widget."
7725
  msgstr ""
7726
 
7727
- #: languages/vue.php:2037
7728
  msgid "Insert After"
7729
  msgstr ""
7730
 
7731
- #: languages/vue.php:2040
7732
  msgid "Choose where in the post body the widget will be placed."
7733
  msgstr ""
7734
 
7735
- #: languages/vue.php:2043
7736
  msgid "Customize Design"
7737
  msgstr ""
7738
 
7739
- #: languages/vue.php:2046
7740
  msgid "words"
7741
  msgstr ""
7742
 
7743
- #: languages/vue.php:2049
7744
  msgid "Please select at least one post to display."
7745
  msgstr ""
7746
 
7747
  #. Translators: placeholders make text small.
7748
- #: languages/vue.php:2053
7749
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
7750
  msgstr ""
7751
 
7752
  #. Translators: placeholders make text small.
7753
- #: languages/vue.php:2057
7754
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
7755
  msgstr ""
7756
 
7757
- #: languages/vue.php:2060
7758
  msgid "Caching"
7759
  msgstr ""
7760
 
7761
- #: languages/vue.php:2063
7762
  msgid "Enable Data Caching"
7763
  msgstr ""
7764
 
7765
- #: languages/vue.php:2066
7766
  msgid "Refresh Cache Every"
7767
  msgstr ""
7768
 
7769
- #: languages/vue.php:2069
7770
  msgid "Choose how often to refresh the cache."
7771
  msgstr ""
7772
 
7773
- #: languages/vue.php:2072
7774
  msgid "Enable Ajaxify"
7775
  msgstr ""
7776
 
7777
- #: languages/vue.php:2075
7778
  msgid "Ajaxify Widget"
7779
  msgstr ""
7780
 
7781
- #: languages/vue.php:2078
7782
  msgid "Use to bypass page caching."
7783
  msgstr ""
7784
 
7785
- #: languages/vue.php:2081
7786
  msgid "Empty Cache"
7787
  msgstr ""
7788
 
7789
- #: languages/vue.php:2084
7790
  msgid "Click to manually wipe the cache right now."
7791
  msgstr ""
7792
 
7793
- #: languages/vue.php:2087
7794
  msgid "Popular posts cache emptied"
7795
  msgstr ""
7796
 
7797
- #: languages/vue.php:2090
7798
  msgid "Error emptying the popular posts cache. Please try again."
7799
  msgstr ""
7800
 
7801
- #: languages/vue.php:2093
7802
  msgid "Last 30 Days Analytics for "
7803
  msgstr ""
7804
 
7805
- #: languages/vue.php:2096
7806
  msgid "Your Website"
7807
  msgstr ""
7808
 
7809
- #: languages/vue.php:2099
7810
  msgid "Avg. Duration"
7811
  msgstr ""
7812
 
7813
- #: languages/vue.php:2102
7814
  msgid "More data is available"
7815
  msgstr ""
7816
 
7817
- #: languages/vue.php:2105
7818
  msgid "Want to see page-specific stats?"
7819
  msgstr ""
7820
 
7821
- #: languages/vue.php:2108
7822
  msgid "You appear to be offline. WPForms not installed."
7823
  msgstr ""
7824
 
7825
  #. Translators: Error status and error text.
7826
- #: languages/vue.php:2112
7827
  msgid "Can't activate addon. Error: %1$s, %2$s"
7828
  msgstr ""
7829
 
7830
- #: languages/vue.php:2115
7831
  msgid "You appear to be offline. Addon not activated."
7832
  msgstr ""
7833
 
7834
  #. Translators: Error status and error text.
7835
- #: languages/vue.php:2119
7836
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7837
  msgstr ""
7838
 
7839
- #: languages/vue.php:2122
7840
  msgid "You appear to be offline. Addon not deactivated."
7841
  msgstr ""
7842
 
7843
  #. Translators: Error status and error text.
7844
- #: languages/vue.php:2126
7845
  msgid "Can't install plugin. Error: %1$s, %2$s"
7846
  msgstr ""
7847
 
7848
- #: languages/vue.php:2129
7849
  msgid "You appear to be offline. Plugin not installed."
7850
  msgstr ""
7851
 
7852
  #. Translators: Error status and error text.
7853
- #: languages/vue.php:2133
7854
  msgid "Can't install addon. Error: %1$s, %2$s"
7855
  msgstr ""
7856
 
7857
- #: languages/vue.php:2136
7858
  msgid "You appear to be offline. Addon not installed."
7859
  msgstr ""
7860
 
7861
  #. Translators: Error status and error text.
7862
- #: languages/vue.php:2140
7863
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7864
  msgstr ""
7865
 
7866
- #: languages/vue.php:2143
7867
  msgid "Network Active"
7868
  msgstr ""
7869
 
7870
- #: languages/vue.php:2146
7871
  msgid "Active"
7872
  msgstr ""
7873
 
7874
- #: languages/vue.php:2149
7875
  msgid "Inactive"
7876
  msgstr ""
7877
 
7878
  #. Translators: Placeholder for the addon status (installed, active, etc).
7879
- #: languages/vue.php:2153
7880
  msgid "Status: %s"
7881
  msgstr ""
7882
 
7883
- #: languages/vue.php:2156
7884
  msgid "Not Installed"
7885
  msgstr ""
7886
 
7887
  #. Translators: Makes text bold and adds smiley.
7888
- #: languages/vue.php:2160
7889
  msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
7890
  msgstr ""
7891
 
7892
  #. Translators: Makes text green.
7893
- #: languages/vue.php:2164
7894
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
7895
  msgstr ""
7896
 
7897
- #: languages/vue.php:2167
7898
  msgid "Unlock All Features and Upgrade to Pro"
7899
  msgstr ""
7900
 
7901
  #. Translators: Make text green and add smiley face.
7902
- #: languages/vue.php:2171
7903
  msgid "You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
7904
  msgstr ""
7905
 
7906
  #. Translators: Make text green.
7907
- #: languages/vue.php:2175
7908
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
7909
  msgstr ""
7910
 
7911
- #: languages/vue.php:2178
7912
  msgid "Unlock PRO Features Now"
7913
  msgstr ""
7914
 
7915
- #: languages/vue.php:2181
7916
  msgid "Paste your license key here"
7917
  msgstr ""
7918
 
7919
- #: languages/vue.php:2184
7920
  msgid "Verify"
7921
  msgstr ""
7922
 
7923
  #. Translators: Add link to retrieve license from account area.
7924
- #: languages/vue.php:2188
7925
  msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s."
7926
  msgstr ""
7927
 
7928
- #: languages/vue.php:2192
7929
- #: languages/vue.php:3684
7930
  msgid "There was an error unlocking ExactMetrics PRO please try again or install manually."
7931
  msgstr ""
7932
 
7933
- #: languages/vue.php:2195
7934
  msgid "%1$sAll-in-One SEO%2$s Makes SEO Simple. Gain Valuable Organic Traffic."
7935
  msgstr ""
7936
 
7937
- #: languages/vue.php:2198
7938
  msgid "Automatically migrate all of your SEO settings with just 1 click!"
7939
  msgstr ""
7940
 
7941
- #: languages/vue.php:2202
7942
  msgid "1,938"
7943
  msgstr ""
7944
 
7945
- #: languages/vue.php:2206
7946
  msgid "2+ Million Active Installs"
7947
  msgstr ""
7948
 
7949
- #: languages/vue.php:2209
7950
  msgid "AIOSEO is the DIY Solution for Managing your SEO"
7951
  msgstr ""
7952
 
7953
- #: languages/vue.php:2212
7954
  msgid "Set up the proper SEO foundations in less than 10 minutes."
7955
  msgstr ""
7956
 
7957
- #: languages/vue.php:2216
7958
  msgid "SEO Audit Checklist"
7959
  msgstr ""
7960
 
7961
- #: languages/vue.php:2220
7962
  msgid "Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic."
7963
  msgstr ""
7964
 
7965
- #: languages/vue.php:2223
7966
  msgid "Optimize Your Pages For Higher Rankings With TruSEO Score."
7967
  msgstr ""
7968
 
7969
- #: languages/vue.php:2226
7970
  msgid "TruSEO Score gives you a more in-depth analysis into your optimization efforts than just a pass or fail. Our actionable checklist helps you to unlock maximum traffic with each page."
7971
  msgstr ""
7972
 
7973
- #: languages/vue.php:2229
7974
  msgid "Get AIOSEO for WordPress"
7975
  msgstr ""
7976
 
7977
- #: languages/vue.php:2233
7978
  msgid "Get the #1 Most Powerful WordPress SEO Plugin Today"
7979
  msgstr ""
7980
 
7981
- #: languages/vue.php:2237
7982
  msgid "Try it out today, for free."
7983
  msgstr ""
7984
 
7985
- #: languages/vue.php:2241
7986
  msgid "Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings."
7987
  msgstr ""
7988
 
7989
- #: languages/vue.php:2245
7990
  msgid "Activate and Install the Plugin with just one click!"
7991
  msgstr ""
7992
 
7993
- #: languages/vue.php:2248
7994
  msgid "Installing AIOSEO..."
7995
  msgstr ""
7996
 
7997
- #: languages/vue.php:2252
7998
  msgid "Congrats! All-in-One SEO Installed."
7999
  msgstr ""
8000
 
8001
- #: languages/vue.php:2255
8002
  msgid "Switch to AIOSEO"
8003
  msgstr ""
8004
 
8005
- #: languages/vue.php:2259
8006
  msgid "Installation Failed. Please refresh and try again."
8007
  msgstr ""
8008
 
8009
- #: languages/vue.php:2263
8010
  msgid "Activating AIOSEO..."
8011
  msgstr ""
8012
 
8013
- #: languages/vue.php:2267
8014
  msgid "Activate AIOSEO"
8015
  msgstr ""
8016
 
8017
- #: languages/vue.php:2271
8018
  msgid "Activation Failed. Please refresh and try again."
8019
  msgstr ""
8020
 
8021
- #: languages/vue.php:2274
8022
  msgid "Unlock Form Tracking"
8023
  msgstr ""
8024
 
8025
- #: languages/vue.php:2277
8026
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
8027
  msgstr ""
8028
 
8029
- #: languages/vue.php:2280
8030
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
8031
  msgstr ""
8032
 
8033
- #: languages/vue.php:2283
8034
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
8035
  msgstr ""
8036
 
8037
- #: languages/vue.php:2286
8038
  msgid "Show"
8039
  msgstr ""
8040
 
8041
- #: languages/vue.php:2289
8042
  msgid "File imported"
8043
  msgstr ""
8044
 
8045
- #: languages/vue.php:2292
8046
  msgid "Settings successfully updated!"
8047
  msgstr ""
8048
 
8049
- #: languages/vue.php:2295
8050
  msgid "Error importing settings"
8051
  msgstr ""
8052
 
8053
- #: languages/vue.php:2298
8054
  msgid "Please choose a .json file generated by a ExactMetrics settings export."
8055
  msgstr ""
8056
 
8057
- #: languages/vue.php:2301
8058
  msgid "Import/Export"
8059
  msgstr ""
8060
 
8061
- #: languages/vue.php:2304
8062
  msgid "Import"
8063
  msgstr ""
8064
 
8065
- #: languages/vue.php:2307
8066
  msgid "Import settings from another ExactMetrics website."
8067
  msgstr ""
8068
 
8069
- #: languages/vue.php:2310
8070
  msgid "Export"
8071
  msgstr ""
8072
 
8073
- #: languages/vue.php:2313
8074
  msgid "Export settings to import into another ExactMetrics install."
8075
  msgstr ""
8076
 
8077
- #: languages/vue.php:2316
8078
  msgid "Import Settings"
8079
  msgstr ""
8080
 
8081
- #: languages/vue.php:2319
8082
  msgid "Export Settings"
8083
  msgstr ""
8084
 
8085
- #: languages/vue.php:2322
8086
  msgid "Please choose a file to import"
8087
  msgstr ""
8088
 
8089
- #: languages/vue.php:2325
8090
  msgid "Click Choose file below to select the settings export file from another site."
8091
  msgstr ""
8092
 
8093
- #: languages/vue.php:2328
8094
  msgid "Use the button below to export a file with your ExactMetrics settings."
8095
  msgstr ""
8096
 
8097
- #: languages/vue.php:2331
8098
  msgid "Choose file"
8099
  msgstr ""
8100
 
8101
- #: languages/vue.php:2334
8102
  msgid "No file chosen"
8103
  msgstr ""
8104
 
8105
- #: languages/vue.php:2337
8106
  msgid "Uploading file..."
8107
  msgstr ""
8108
 
8109
- #: languages/vue.php:2340
8110
  msgid "Custom code"
8111
  msgstr ""
8112
 
8113
  #. Translators: Adds a link to the Google reference.
8114
- #: languages/vue.php:2344
8115
  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."
8116
  msgstr ""
8117
 
8118
- #: languages/vue.php:2350
8119
  msgid "Automatic Updates"
8120
  msgstr ""
8121
 
8122
- #: languages/vue.php:2353
8123
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
8124
  msgstr ""
8125
 
8126
- #: languages/vue.php:2356
8127
  msgid "Hide Admin Bar Reports"
8128
  msgstr ""
8129
 
8130
  #. Translators: placeholders make text small.
8131
- #: languages/vue.php:2360
8132
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
8133
  msgstr ""
8134
 
8135
  #. Translators: placeholders make text small.
8136
- #: languages/vue.php:2364
8137
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
8138
  msgstr ""
8139
 
8140
  #. Translators: placeholders make text small.
8141
- #: languages/vue.php:2368
8142
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
8143
  msgstr ""
8144
 
8145
  #. Translators: placeholders make text small.
8146
- #: languages/vue.php:2372
8147
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
8148
  msgstr ""
8149
 
8150
  #. Translators: placeholders make text small.
8151
- #: languages/vue.php:2376
8152
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
8153
  msgstr ""
8154
 
8155
  #. Translators: placeholders make text small.
8156
- #: languages/vue.php:2380
8157
  msgid "None %1$s- Manually update everything.%2$s"
8158
  msgstr ""
8159
 
8160
  #. Translators: Adds a link to the general settings tab.
8161
- #: languages/vue.php:2384
8162
  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."
8163
  msgstr ""
8164
 
8165
- #: languages/vue.php:2387
8166
  msgid "Permissions"
8167
  msgstr ""
8168
 
8169
- #: languages/vue.php:2390
8170
  msgid "Export PDF Reports"
8171
  msgstr ""
8172
 
8173
- #: languages/vue.php:2393
8174
  msgid "Allow These User Roles to See Reports"
8175
  msgstr ""
8176
 
8177
- #: languages/vue.php:2396
8178
  msgid "Users that have at least one of these roles will be able to view the reports."
8179
  msgstr ""
8180
 
8181
- #: languages/vue.php:2399
8182
  msgid "Allow These User Roles to Save Settings"
8183
  msgstr ""
8184
 
8185
- #: languages/vue.php:2402
8186
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
8187
  msgstr ""
8188
 
8189
- #: languages/vue.php:2405
8190
  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."
8191
  msgstr ""
8192
 
8193
- #: languages/vue.php:2408
8194
  msgid "Exclude These User Roles From Tracking"
8195
  msgstr ""
8196
 
8197
- #: languages/vue.php:2411
8198
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
8199
  msgstr ""
8200
 
8201
- #: languages/vue.php:2414
8202
  msgid "Make your ExactMetrics campaign links prettier with Pretty Links!"
8203
  msgstr ""
8204
 
8205
- #: languages/vue.php:2417
8206
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
8207
  msgstr ""
8208
 
8209
- #: languages/vue.php:2420
8210
  msgid "Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!"
8211
  msgstr ""
8212
 
8213
- #: languages/vue.php:2423
8214
  msgid "Over 200,000 websites use Pretty Links!"
8215
  msgstr ""
8216
 
8217
- #: languages/vue.php:2426
8218
  msgid "Install Pretty Links"
8219
  msgstr ""
8220
 
8221
- #: languages/vue.php:2429
8222
  msgid "Pretty Links Installed & Activated"
8223
  msgstr ""
8224
 
8225
- #: languages/vue.php:2432
8226
  msgid "Download Pretty Links"
8227
  msgstr ""
8228
 
8229
- #: languages/vue.php:2435
8230
  msgid "Install Pretty Links from the WordPress.org plugin repository."
8231
  msgstr ""
8232
 
8233
- #: languages/vue.php:2438
8234
  msgid "Activate Pretty Links"
8235
  msgstr ""
8236
 
8237
- #: languages/vue.php:2441
8238
  msgid "Activating Pretty Links..."
8239
  msgstr ""
8240
 
8241
- #: languages/vue.php:2444
8242
  msgid "Create New Pretty Link"
8243
  msgstr ""
8244
 
8245
- #: languages/vue.php:2447
8246
  msgid "Create a New Pretty Link"
8247
  msgstr ""
8248
 
8249
- #: languages/vue.php:2450
8250
  msgid "Grab your campaign link and paste it into the Target URL field."
8251
  msgstr ""
8252
 
8253
- #: languages/vue.php:2453
8254
  msgid "Custom Campaign Parameters"
8255
  msgstr ""
8256
 
8257
- #: languages/vue.php:2456
8258
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
8259
  msgstr ""
8260
 
8261
- #: languages/vue.php:2459
8262
  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."
8263
  msgstr ""
8264
 
8265
  #. Translators: Marks the field as required.
8266
- #: languages/vue.php:2463
8267
  msgid "Website URL %s"
8268
  msgstr ""
8269
 
8270
  #. Translators: Display the current website url in italic.
8271
- #: languages/vue.php:2467
8272
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
8273
  msgstr ""
8274
 
8275
  #. Translators: Marks the field as required.
8276
- #: languages/vue.php:2471
8277
  msgid "Campaign Source %s"
8278
  msgstr ""
8279
 
8280
  #. Translators: Make the text italic.
8281
- #: languages/vue.php:2475
8282
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
8283
  msgstr ""
8284
 
8285
  #. Translators: Make the text italic.
8286
- #: languages/vue.php:2479
8287
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
8288
  msgstr ""
8289
 
8290
  #. Translators: Make the text italic.
8291
- #: languages/vue.php:2483
8292
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
8293
  msgstr ""
8294
 
8295
- #: languages/vue.php:2486
8296
  msgid "Enter the paid keyword"
8297
  msgstr ""
8298
 
8299
- #: languages/vue.php:2489
8300
  msgid "Enter something to differentiate ads"
8301
  msgstr ""
8302
 
8303
- #: languages/vue.php:2492
8304
  msgid "Use Fragment"
8305
  msgstr ""
8306
 
8307
  #. Translators: Make the text bold.
8308
- #: languages/vue.php:2496
8309
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
8310
  msgstr ""
8311
 
8312
- #: languages/vue.php:2499
8313
  msgid "URL to use"
8314
  msgstr ""
8315
 
8316
- #: languages/vue.php:2502
8317
  msgid "(Updates automatically)"
8318
  msgstr ""
8319
 
8320
- #: languages/vue.php:2505
8321
  msgid "Copy to Clipboard"
8322
  msgstr ""
8323
 
8324
- #: languages/vue.php:2508
8325
  msgid "Copy to Pretty Links"
8326
  msgstr ""
8327
 
8328
- #: languages/vue.php:2511
8329
  msgid "Make your campaign links prettier!"
8330
  msgstr ""
8331
 
8332
- #: languages/vue.php:2514
8333
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
8334
  msgstr ""
8335
 
8336
- #: languages/vue.php:2517
8337
  msgid "More Information & Examples"
8338
  msgstr ""
8339
 
8340
- #: languages/vue.php:2520
8341
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
8342
  msgstr ""
8343
 
8344
- #: languages/vue.php:2523
8345
  msgid "Campaign Source"
8346
  msgstr ""
8347
 
8348
- #: languages/vue.php:2526
8349
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
8350
  msgstr ""
8351
 
8352
- #: languages/vue.php:2529
8353
  msgid "Campaign Medium"
8354
  msgstr ""
8355
 
8356
- #: languages/vue.php:2532
8357
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
8358
  msgstr ""
8359
 
8360
- #: languages/vue.php:2535
8361
  msgid "Campaign Name"
8362
  msgstr ""
8363
 
8364
- #: languages/vue.php:2538
8365
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
8366
  msgstr ""
8367
 
8368
- #: languages/vue.php:2541
8369
  msgid "Campaign Term"
8370
  msgstr ""
8371
 
8372
- #: languages/vue.php:2544
8373
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
8374
  msgstr ""
8375
 
8376
- #: languages/vue.php:2547
8377
  msgid "Campaign Content"
8378
  msgstr ""
8379
 
8380
- #: languages/vue.php:2550
8381
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
8382
  msgstr ""
8383
 
8384
  #. Translators: Example.
8385
- #: languages/vue.php:2554
8386
  msgid "Example: %s"
8387
  msgstr ""
8388
 
8389
  #. Translators: Examples.
8390
- #: languages/vue.php:2558
8391
  msgid "Examples: %s"
8392
  msgstr ""
8393
 
8394
- #: languages/vue.php:2561
8395
  msgid "About Campaigns"
8396
  msgstr ""
8397
 
8398
- #: languages/vue.php:2564
8399
  msgid "About Custom Campaigns"
8400
  msgstr ""
8401
 
8402
- #: languages/vue.php:2567
8403
  msgid "Best Practices for Creating Custom Campaigns"
8404
  msgstr ""
8405
 
8406
- #: languages/vue.php:2570
8407
  msgid "About the Referral Traffic Report"
8408
  msgstr ""
8409
 
8410
- #: languages/vue.php:2573
8411
  msgid "About Traffic Source Dimensions"
8412
  msgstr ""
8413
 
8414
- #: languages/vue.php:2576
8415
  msgid "AdWords Auto-Tagging"
8416
  msgstr ""
8417
 
8418
- #: languages/vue.php:2579
8419
  msgid "Additional Information"
8420
  msgstr ""
8421
 
8422
- #: languages/vue.php:2582
8423
  msgid "Affiliate Links"
8424
  msgstr ""
8425
 
8426
  #. Translators: Add links to documentation.
8427
- #: languages/vue.php:2586
8428
  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."
8429
  msgstr ""
8430
 
8431
- #: languages/vue.php:2589
8432
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
8433
  msgstr ""
8434
 
8435
- #: languages/vue.php:2592
8436
  msgid "The ExactMetrics 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."
8437
  msgstr ""
8438
 
8439
- #: languages/vue.php:2595
8440
  msgid "Disable the Headline Analyzer"
8441
  msgstr ""
8442
 
8443
  #. Translators: Add line break.
8444
- #: languages/vue.php:2599
8445
  msgid "See All Your Important Store%s Metrics in One Place"
8446
  msgstr ""
8447
 
8448
- #: languages/vue.php:2602
8449
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
8450
  msgstr ""
8451
 
8452
- #: languages/vue.php:2605
8453
  msgid "See Your Conversion Rate to Improve Funnel"
8454
  msgstr ""
8455
 
8456
- #: languages/vue.php:2609
8457
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
8458
  msgstr ""
8459
 
8460
- #: languages/vue.php:2613
8461
  msgid "See The Total Revenue to Track Growth"
8462
  msgstr ""
8463
 
8464
- #: languages/vue.php:2617
8465
  msgid "See Average Order Value to Find Offer Opportunities"
8466
  msgstr ""
8467
 
8468
- #: languages/vue.php:2621
8469
  msgid "See Your Top Products to See Individual Performance"
8470
  msgstr ""
8471
 
8472
- #: languages/vue.php:2624
8473
  msgid "See your Top Conversion Sources and Focus on what's Working"
8474
  msgstr ""
8475
 
8476
- #: languages/vue.php:2628
8477
  msgid "See The Time it Takes for Customers to Purchase"
8478
  msgstr ""
8479
 
8480
- #: languages/vue.php:2632
8481
  msgid "See How Many Sessions are Needed for a Purchase"
8482
  msgstr ""
8483
 
8484
- #: languages/vue.php:2635
8485
  msgid "Automatically Track Affiliate Sales"
8486
  msgstr ""
8487
 
8488
- #: languages/vue.php:2638
8489
  msgid "The ExactMetrics eCommerce addon works with EasyAffiliate, so that you can instantly track all affiliate referrals and sales inside WordPress and Google Analytics, with no coding needed."
8490
  msgstr ""
8491
 
8492
- #: languages/vue.php:2641
8493
  msgid "Works with WooCommerce, MemberPress, and EasyDigitalDownloads."
8494
  msgstr ""
8495
 
8496
- #: languages/vue.php:2644
8497
  msgid "Cross Domain Tracking"
8498
  msgstr ""
8499
 
8500
  #. Translators: Add links to documentation.
8501
- #: languages/vue.php:2648
8502
  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."
8503
  msgstr ""
8504
 
8505
- #: languages/vue.php:2651
8506
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
8507
  msgstr ""
8508
 
8509
- #: languages/vue.php:2654
8510
  msgid "Anonymize IP Addresses"
8511
  msgstr ""
8512
 
8513
- #: languages/vue.php:2657
8514
  msgid "Link Attribution"
8515
  msgstr ""
8516
 
8517
- #: languages/vue.php:2660
8518
  msgid "Enable Enhanced Link Attribution"
8519
  msgstr ""
8520
 
8521
- #: languages/vue.php:2663
8522
  msgid "Enable Anchor Tracking"
8523
  msgstr ""
8524
 
8525
- #: languages/vue.php:2666
8526
  msgid "Enable allowAnchor"
8527
  msgstr ""
8528
 
8529
- #: languages/vue.php:2669
8530
  msgid "Enable allowLinker"
8531
  msgstr ""
8532
 
8533
- #: languages/vue.php:2672
8534
  msgid "Enable Tag Links in RSS"
8535
  msgstr ""
8536
 
8537
- #: languages/vue.php:2675
8538
  msgid "File Downloads"
8539
  msgstr ""
8540
 
8541
- #: languages/vue.php:2678
8542
  msgid "Extensions of Files to Track as Downloads"
8543
  msgstr ""
8544
 
8545
- #: languages/vue.php:2681
8546
  msgid "ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions."
8547
  msgstr ""
8548
 
8549
  #. Translators: Add links to documentation.
8550
- #: languages/vue.php:2685
8551
  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."
8552
  msgstr ""
8553
 
8554
  #. Translators: Add links to documentation.
8555
- #: languages/vue.php:2689
8556
  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."
8557
  msgstr ""
8558
 
8559
  #. Translators: Add links to documentation.
8560
- #: languages/vue.php:2693
8561
  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."
8562
  msgstr ""
8563
 
8564
- #: languages/vue.php:2696
8565
  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."
8566
  msgstr ""
8567
 
8568
  #. Translators: Add links to documentation.
8569
- #: languages/vue.php:2700
8570
  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."
8571
  msgstr ""
8572
 
8573
  #. Translators: Add links to documentation.
8574
- #: languages/vue.php:2704
8575
  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."
8576
  msgstr ""
8577
 
8578
  #. Translators: Add links to documentation.
8579
- #: languages/vue.php:2708
8580
  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."
8581
  msgstr ""
8582
 
8583
- #: languages/vue.php:2711
8584
  msgid "Add domain"
8585
  msgstr ""
8586
 
8587
  #. Translators: Domain name example.
8588
- #: languages/vue.php:2715
8589
  msgid "Domain (example: %s)"
8590
  msgstr ""
8591
 
8592
  #. Translators: Current domain name that should not be used.
8593
- #: languages/vue.php:2719
8594
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
8595
  msgstr ""
8596
 
8597
  #. Translators: Adds link to the account area to retreive license key.
8598
- #: languages/vue.php:2723
8599
  msgid "Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s."
8600
  msgstr ""
8601
 
8602
- #: languages/vue.php:2726
8603
  msgid "Connect ExactMetrics to Start Tracking Your Data"
8604
  msgstr ""
8605
 
8606
- #: languages/vue.php:2729
8607
  msgid "Complete Upgrade"
8608
  msgstr ""
8609
 
8610
- #: languages/vue.php:2732
8611
  msgid "Upgrade to Pro Version!"
8612
  msgstr ""
8613
 
8614
  #. Translators: Make text bold.
8615
- #: languages/vue.php:2736
8616
  msgid "%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process."
8617
  msgstr ""
8618
 
8619
- #: languages/vue.php:2739
8620
  msgid "Install All-in-One SEO"
8621
  msgstr ""
8622
 
8623
- #: languages/vue.php:2742
8624
  msgid "Improve Your Website Search Rankings With All-In-One SEO"
8625
  msgstr ""
8626
 
8627
- #: languages/vue.php:2745
8628
  msgid "If you’re not using a plugin to optimize your website’s SEO you’re missing out on valuable organic traffic!"
8629
  msgstr ""
8630
 
8631
- #: languages/vue.php:2748
8632
  msgid "Finally, a WordPress SEO Plugin that’s Easy and Powerful!"
8633
  msgstr ""
8634
 
8635
- #: languages/vue.php:2751
8636
  msgid "AIOSEO makes it easy to set up the proper SEO foundations in less than 10 minutes."
8637
  msgstr ""
8638
 
8639
- #: languages/vue.php:2754
8640
  msgid "Local SEO"
8641
  msgstr ""
8642
 
8643
- #: languages/vue.php:2757
8644
  msgid "All in One SEO gives you all the tools you need to improve your local SEO and rank higher on Google Maps."
8645
  msgstr ""
8646
 
8647
- #: languages/vue.php:2760
8648
  msgid "WooCommerce SEO"
8649
  msgstr ""
8650
 
8651
- #: languages/vue.php:2763
8652
  msgid "Advanced eCommerce SEO support for WooCommerce to optimize product pages, product categories, and more."
8653
  msgstr ""
8654
 
8655
- #: languages/vue.php:2766
8656
  msgid "SEO Custom User Roles"
8657
  msgstr ""
8658
 
8659
- #: languages/vue.php:2769
8660
  msgid "SEO user roles allow you to manage access to important SEO features without handing over control of your website."
8661
  msgstr ""
8662
 
8663
- #: languages/vue.php:2772
8664
  msgid "Google News Sitemap"
8665
  msgstr ""
8666
 
8667
- #: languages/vue.php:2775
8668
  msgid "Get higher rankings and unlock more traffic by submitting your latest news articles to Google News."
8669
  msgstr ""
8670
 
8671
- #: languages/vue.php:2778
8672
  msgid "Smart XML Sitemaps"
8673
  msgstr ""
8674
 
8675
- #: languages/vue.php:2781
8676
  msgid "Automatically generate a WordPress XML sitemap and notify all search engines of any updates."
8677
  msgstr ""
8678
 
8679
- #: languages/vue.php:2784
8680
  msgid "Social Media Integration"
8681
  msgstr ""
8682
 
8683
- #: languages/vue.php:2787
8684
  msgid "Easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks."
8685
  msgstr ""
8686
 
8687
- #: languages/vue.php:2790
8688
  msgid "TruSEO On-Page Analysis"
8689
  msgstr ""
8690
 
8691
- #: languages/vue.php:2793
8692
  msgid "Easily add title tags, meta descriptions, keywords, and everything else you need for proper on-page SEO optimization."
8693
  msgstr ""
8694
 
8695
- #: languages/vue.php:2796
8696
  msgid "& Many More!"
8697
  msgstr ""
8698
 
8699
- #: languages/vue.php:2799
8700
  msgid "Installing. Please wait.."
8701
  msgstr ""
8702
 
8703
- #: languages/vue.php:2802
8704
  msgid "Install All-in-One-SEO"
8705
  msgstr ""
8706
 
8707
- #: languages/vue.php:2805
8708
  msgid "Unlock the Publisher Report and Focus on the Content That Matters"
8709
  msgstr ""
8710
 
8711
- #: languages/vue.php:2808
8712
  msgid "See Your Top Landing Pages to Improve Engagement"
8713
  msgstr ""
8714
 
8715
- #: languages/vue.php:2811
8716
  msgid "See Your Top Exit Pages to Reduce Abandonment"
8717
  msgstr ""
8718
 
8719
- #: languages/vue.php:2814
8720
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
8721
  msgstr ""
8722
 
8723
- #: languages/vue.php:2817
8724
  msgid "See Your Top Affiliate Links and Focus on What’s Working"
8725
  msgstr ""
8726
 
8727
- #: languages/vue.php:2820
8728
  msgid "See Your Top Downloads and Improve Conversions"
8729
  msgstr ""
8730
 
8731
- #: languages/vue.php:2823
8732
  msgid "See Audience Demographic Report (Age / Gender / Interests)"
8733
  msgstr ""
8734
 
8735
- #: languages/vue.php:2826
8736
  msgid "Welcome to the all-new ExactMetrics"
8737
  msgstr ""
8738
 
8739
- #: languages/vue.php:2829
8740
  msgid "Redesigned from the ground up, ExactMetrics is built to bring a world-class analytics and reporting experience to WordPress."
8741
  msgstr ""
8742
 
8743
- #: languages/vue.php:2832
8744
  msgid "The New & Improved ExactMetrics includes:"
8745
  msgstr ""
8746
 
8747
- #: languages/vue.php:2835
8748
  msgid "All-New Design"
8749
  msgstr ""
8750
 
8751
- #: languages/vue.php:2838
8752
  msgid "Better Reporting"
8753
  msgstr ""
8754
 
8755
- #: languages/vue.php:2841
8756
  msgid "Better Tracking"
8757
  msgstr ""
8758
 
8759
- #: languages/vue.php:2844
8760
  msgid "Better Support"
8761
  msgstr ""
8762
 
8763
- #: languages/vue.php:2847
8764
  msgid "Continue"
8765
  msgstr ""
8766
 
8767
- #: languages/vue.php:2850
8768
  msgid "Your settings have been automatically transferred."
8769
  msgstr ""
8770
 
8771
- #: languages/vue.php:2853
8772
  msgid "On the next step, you will be asked to re-authenticate with Google Analytics. Please %1$ssee our detailed post%2$s to learn why we need your help. Don't worry, your tracking will continue to work as-is even if you don't do this, but re-auth is required to see analytics reports inside WordPress dashboard."
8773
  msgstr ""
8774
 
8775
- #: languages/vue.php:2856
8776
  msgid "New"
8777
  msgstr ""
8778
 
8779
- #: languages/vue.php:2859
8780
  msgid "Returning"
8781
  msgstr ""
8782
 
8783
- #: languages/vue.php:2862
8784
  msgid "Top 10 Countries"
8785
  msgstr ""
8786
 
8787
- #: languages/vue.php:2865
8788
  msgid "View Countries Report"
8789
  msgstr ""
8790
 
8791
- #: languages/vue.php:2868
8792
  msgid "Top 10 Referrals"
8793
  msgstr ""
8794
 
8795
- #: languages/vue.php:2871
8796
  msgid "View All Referral Sources"
8797
  msgstr ""
8798
 
8799
- #: languages/vue.php:2874
8800
  msgid "View Full Posts/Pages Report"
8801
  msgstr ""
8802
 
8803
- #: languages/vue.php:2877
8804
  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."
8805
  msgstr ""
8806
 
8807
- #: languages/vue.php:2880
8808
  msgid "This list shows the top countries your website visitors are from."
8809
  msgstr ""
8810
 
8811
- #: languages/vue.php:2883
8812
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
8813
  msgstr ""
8814
 
8815
- #: languages/vue.php:2886
8816
  msgid "This feature requires ExactMetrics Pro"
8817
  msgstr ""
8818
 
8819
- #: languages/vue.php:2889
8820
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
8821
  msgstr ""
8822
 
8823
- #: languages/vue.php:2892
8824
  msgid "Upgrade to Pro and Unlock Popular Products"
8825
  msgstr ""
8826
 
8827
- #: languages/vue.php:2895
8828
  msgid "View all Pro features"
8829
  msgstr ""
8830
 
8831
- #: languages/vue.php:2898
8832
  msgid "View notifications"
8833
  msgstr ""
8834
 
8835
- #: languages/vue.php:2901
8836
  msgid "Days"
8837
  msgstr ""
8838
 
8839
  #. Translators: placeholders make text small.
8840
- #: languages/vue.php:2905
8841
  msgid "7 days"
8842
  msgstr ""
8843
 
8844
- #: languages/vue.php:2908
8845
  msgid "30 days"
8846
  msgstr ""
8847
 
8848
- #: languages/vue.php:2911
8849
  msgid "Custom"
8850
  msgstr ""
8851
 
8852
- #: languages/vue.php:2914
8853
  msgid "2,000,000+ use AIOSEO to Improve Their Website Search Rankings"
8854
  msgstr ""
8855
 
8856
- #: languages/vue.php:2917
8857
  msgid "All-in-One SEO is a great product. I have been using it on all my WP sites for several years. I highly recommend it."
8858
  msgstr ""
8859
 
8860
- #: languages/vue.php:2920
8861
  msgid "Jack Brown"
8862
  msgstr ""
8863
 
8864
- #: languages/vue.php:2923
8865
  msgid "PJB Internet Marketing"
8866
  msgstr ""
8867
 
8868
- #: languages/vue.php:2926
8869
  msgid "I’m a professional SEO and used many tools and extensions. Regarding simplicity, individuality and configurability All in One SEO Pro is by far the best SEO plugin out there for WordPress."
8870
  msgstr ""
8871
 
8872
- #: languages/vue.php:2929
8873
  msgid "Joel Steinmann"
8874
  msgstr ""
8875
 
8876
- #: languages/vue.php:2932
8877
  msgid "CEO, Solergo"
8878
  msgstr ""
8879
 
8880
- #: languages/vue.php:2935
8881
  msgid "Only Show Posts from These Categories"
8882
  msgstr ""
8883
 
8884
- #: languages/vue.php:2938
8885
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
8886
  msgstr ""
8887
 
8888
- #: languages/vue.php:2942
8889
  msgid "Activating..."
8890
  msgstr ""
8891
 
8892
- #: languages/vue.php:2945
8893
  msgid "Deactivating..."
8894
  msgstr ""
8895
 
8896
- #: languages/vue.php:2948
8897
  msgid "Deactivate"
8898
  msgstr ""
8899
 
8900
- #: languages/vue.php:2951
8901
  msgid "Search Console Report"
8902
  msgstr ""
8903
 
8904
- #: languages/vue.php:2954
8905
  msgid "See exactly how people find tour website, which keywords they searched for, how many times the results were viewed, and more."
8906
  msgstr ""
8907
 
8908
- #: languages/vue.php:2957
8909
  msgid "See Your Top Google Search Terms and Optimize Content"
8910
  msgstr ""
8911
 
8912
- #: languages/vue.php:2960
8913
  msgid "See The Number of Clicks and Track Interests"
8914
  msgstr ""
8915
 
8916
- #: languages/vue.php:2963
8917
  msgid "See The Click-Through-Ratio and Improve SEO"
8918
  msgstr ""
8919
 
8920
- #: languages/vue.php:2966
8921
  msgid "See The Average Results Position and Focus on what works."
8922
  msgstr ""
8923
 
8924
- #: languages/vue.php:2969
8925
  msgid "Ecommerce Report"
8926
  msgstr ""
8927
 
8928
- #: languages/vue.php:2972
8929
  msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more."
8930
  msgstr ""
8931
 
8932
- #: languages/vue.php:2975
8933
  msgid "See Your Conversion Rate to Improve Your Funnel"
8934
  msgstr ""
8935
 
8936
- #: languages/vue.php:2978
8937
  msgid "See Your Top Conversion Sources and Focus on What's Working"
8938
  msgstr ""
8939
 
8940
- #: languages/vue.php:2981
8941
  msgid "Popular Posts data can be fetched correctly"
8942
  msgstr ""
8943
 
8944
- #: languages/vue.php:2984
8945
  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."
8946
  msgstr ""
8947
 
8948
- #: languages/vue.php:2987
8949
  msgid "Close"
8950
  msgstr ""
8951
 
8952
- #: languages/vue.php:2990
8953
  msgid "Add Top 5 Posts from Google Analytics"
8954
  msgstr ""
8955
 
8956
- #: languages/vue.php:2993
8957
  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 ExactMetrics and Google Analytics settings."
8958
  msgstr ""
8959
 
8960
- #: languages/vue.php:2996
8961
  msgid "Test Automated Posts"
8962
  msgstr ""
8963
 
8964
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8965
- #: languages/vue.php:3000
8966
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8967
  msgstr ""
8968
 
8969
- #: languages/vue.php:3003
8970
  msgid "Automated + Curated"
8971
  msgstr ""
8972
 
8973
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8974
- #: languages/vue.php:3007
8975
  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."
8976
  msgstr ""
8977
 
8978
  #. Translators: Placeholder gets replaced with current license version.
8979
- #: languages/vue.php:3011
8980
  msgid "Pro version is required."
8981
  msgstr ""
8982
 
8983
- #: languages/vue.php:3014
8984
  msgid "Verifying Popular Posts data"
8985
  msgstr ""
8986
 
8987
- #: languages/vue.php:3017
8988
  msgid "Multiple Entries"
8989
  msgstr ""
8990
 
8991
- #: languages/vue.php:3020
8992
  msgid "Total Number of Widgets to Show"
8993
  msgstr ""
8994
 
8995
- #: languages/vue.php:3023
8996
  msgid "Choose how many widgets will be placed in a single Post."
8997
  msgstr ""
8998
 
8999
- #: languages/vue.php:3026
9000
  msgid "Minimum Distance Between Widgets"
9001
  msgstr ""
9002
 
9003
- #: languages/vue.php:3029
9004
  msgid "Choose the distance between widgets."
9005
  msgstr ""
9006
 
9007
- #: languages/vue.php:3032
9008
  msgid "Minimum Word Count to Display Multiple Widgets"
9009
  msgstr ""
9010
 
9011
- #: languages/vue.php:3035
9012
  msgid "Choose the minimum word count for a Post to have multiple entries."
9013
  msgstr ""
9014
 
9015
- #: languages/vue.php:3038
9016
  msgid "Pro version is required"
9017
  msgstr ""
9018
 
9019
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
9020
- #: languages/vue.php:3042
9021
  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)."
9022
  msgstr ""
9023
 
9024
- #: languages/vue.php:3045
9025
  msgid "Select posts/search"
9026
  msgstr ""
9027
 
9028
- #: languages/vue.php:3048
9029
  msgid "Oops! No posts found."
9030
  msgstr ""
9031
 
9032
- #: languages/vue.php:3051
9033
  msgid "Search by post title"
9034
  msgstr ""
9035
 
9036
- #: languages/vue.php:3054
9037
  msgid "Can't load posts."
9038
  msgstr ""
9039
 
9040
- #: languages/vue.php:3057
9041
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
9042
  msgstr ""
9043
 
9044
- #: languages/vue.php:3060
9045
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
9046
  msgstr ""
9047
 
9048
- #: languages/vue.php:3063
9049
  msgid "Color"
9050
  msgstr ""
9051
 
9052
- #: languages/vue.php:3066
9053
  msgid "Size"
9054
  msgstr ""
9055
 
9056
- #: languages/vue.php:3069
9057
  msgid "Title"
9058
  msgstr ""
9059
 
9060
- #: languages/vue.php:3072
9061
  msgid "Label"
9062
  msgstr ""
9063
 
9064
- #: languages/vue.php:3075
9065
  msgid "Background"
9066
  msgstr ""
9067
 
9068
- #: languages/vue.php:3078
9069
  msgid "Border"
9070
  msgstr ""
9071
 
9072
- #: languages/vue.php:3081
9073
  msgid "Icon"
9074
  msgstr ""
9075
 
9076
- #: languages/vue.php:3084
9077
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
9078
  msgid "Theme Preview"
9079
  msgstr ""
9080
 
9081
- #: languages/vue.php:3087
9082
  msgid "SharedCount API Key"
9083
  msgstr ""
9084
 
9085
- #: languages/vue.php:3090
9086
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
9087
  msgstr ""
9088
 
9089
- #: languages/vue.php:3093
9090
  msgid "Start Indexing"
9091
  msgstr ""
9092
 
9093
- #: languages/vue.php:3096
9094
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
9095
  msgstr ""
9096
 
9097
- #: languages/vue.php:3099
9098
  msgid "Indexing completed, counts will update automatically every day."
9099
  msgstr ""
9100
 
9101
  #. Translators: Minimum and maximum number that can be used.
9102
- #: languages/vue.php:3103
9103
  msgid "Please enter a value between %1$s and %2$s"
9104
  msgstr ""
9105
 
9106
  #. Translators: The minimum set value.
9107
- #: languages/vue.php:3107
9108
  msgid "Please enter a value higher than %s"
9109
  msgstr ""
9110
 
9111
  #. Translators: The maximum set value.
9112
- #: languages/vue.php:3111
9113
  msgid "Please enter a value lower than %s"
9114
  msgstr ""
9115
 
9116
- #: languages/vue.php:3114
9117
  msgid "Please enter a number"
9118
  msgstr ""
9119
 
9120
- #: languages/vue.php:3117
9121
  msgid "Value has to be a round number"
9122
  msgstr ""
9123
 
9124
- #: languages/vue.php:3120
9125
  msgid "Author/Date"
9126
  msgstr ""
9127
 
9128
- #: languages/vue.php:3132
9129
  msgid "Choose which content you would like displayed in the widget."
9130
  msgstr ""
9131
 
9132
- #: languages/vue.php:3144
9133
  msgid "Comments"
9134
  msgstr ""
9135
 
9136
- #: languages/vue.php:3150
9137
  msgid "Choose how many posts you’d like displayed in the widget."
9138
  msgstr ""
9139
 
9140
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
9141
- #: languages/vue.php:3154
9142
  msgid "%1$sPage %3$s%2$s of %4$s"
9143
  msgstr ""
9144
 
9145
- #: languages/vue.php:3157
9146
  msgid "Wide"
9147
  msgstr ""
9148
 
9149
- #: languages/vue.php:3160
9150
  msgid "Narrow"
9151
  msgstr ""
9152
 
9153
  #. Translators: Make text green.
9154
- #: languages/vue.php:3164
9155
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
9156
  msgstr ""
9157
 
9158
- #: languages/vue.php:3170
9159
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
9160
  msgstr ""
9161
 
9162
- #: languages/vue.php:3173
9163
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
9164
  msgstr ""
9165
 
9166
- #: languages/vue.php:3176
9167
  msgid "Usage Tracking"
9168
  msgstr ""
9169
 
9170
- #: languages/vue.php:3179
9171
  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."
9172
  msgstr ""
9173
 
9174
- #: languages/vue.php:3182
9175
  msgid "Allow usage tracking"
9176
  msgstr ""
9177
 
9178
  #. Translators: Adds a link to the documentation.
9179
- #: languages/vue.php:3186
9180
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
9181
  msgstr ""
9182
 
9183
- #: languages/vue.php:3189
9184
  msgid "Facebook Instant Articles"
9185
  msgstr ""
9186
 
9187
- #: languages/vue.php:3192
9188
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro."
9189
  msgstr ""
9190
 
9191
- #: languages/vue.php:3195
9192
  msgid "Performance"
9193
  msgstr ""
9194
 
9195
- #: languages/vue.php:3198
9196
  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."
9197
  msgstr ""
9198
 
9199
- #: languages/vue.php:3201
9200
  msgid "Google AMP"
9201
  msgstr ""
9202
 
9203
- #: languages/vue.php:3204
9204
  msgid "Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking."
9205
  msgstr ""
9206
 
9207
- #: languages/vue.php:3207
9208
  msgid "Ads Tracking"
9209
  msgstr ""
9210
 
9211
- #: languages/vue.php:3210
9212
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
9213
  msgstr ""
9214
 
9215
- #: languages/vue.php:3213
9216
  msgid "Unlock with %s"
9217
  msgstr ""
9218
 
9219
- #: languages/vue.php:3216
9220
  msgid "Scroll Tracking"
9221
  msgstr ""
9222
 
9223
- #: languages/vue.php:3219
9224
  msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
9225
  msgstr ""
9226
 
9227
- #: languages/vue.php:3222
9228
  msgid ""
9229
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
9230
  " and other privacy regulations."
9231
  msgstr ""
9232
 
9233
- #: languages/vue.php:3226
9234
  msgid "EU Compliance"
9235
  msgstr ""
9236
 
9237
- #: languages/vue.php:3229
9238
  msgid "Compatibility mode"
9239
  msgstr ""
9240
 
9241
- #: languages/vue.php:3232
9242
  msgid "Enable _gtagTracker Compatibility"
9243
  msgstr ""
9244
 
9245
  #. Translators: Placeholder gets replaced with default GA js function.
9246
- #: languages/vue.php:3236
9247
  msgid "This enables ExactMetrics to work with plugins that use %1$s and don't support %2$s"
9248
  msgstr ""
9249
 
9250
- #: languages/vue.php:3239
9251
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. ExactMetrics Pro shows you the stats that matter!"
9252
  msgstr ""
9253
 
9254
- #: languages/vue.php:3242
9255
  msgid "To unlock more features consider upgrading to PRO."
9256
  msgstr ""
9257
 
9258
- #: languages/vue.php:3245
9259
  msgid "Upgrade to"
9260
  msgstr ""
9261
 
9262
- #: languages/vue.php:3248
9263
  msgid "Export PDF Report"
9264
  msgstr ""
9265
 
9266
- #: languages/vue.php:3251
9267
  msgid "You can export PDF reports only in the PRO version."
9268
  msgstr ""
9269
 
9270
- #: languages/vue.php:3254
9271
  msgid "Display Method"
9272
  msgstr ""
9273
 
9274
- #: languages/vue.php:3257
9275
  msgid "There are two ways to manual include the widget in your posts."
9276
  msgstr ""
9277
 
9278
- #: languages/vue.php:3261
9279
  msgid "Using the Gutenberg Block"
9280
  msgstr ""
9281
 
9282
- #: languages/vue.php:3264
9283
  msgid "Using the Shortcode"
9284
  msgstr ""
9285
 
9286
- #: languages/vue.php:3267
9287
  msgid "Learn how to insert the widget using Gutenberg blocks."
9288
  msgstr ""
9289
 
9290
- #: languages/vue.php:3270
9291
  msgid "Learn how to insert the widget using out Shortcode."
9292
  msgstr ""
9293
 
9294
- #: languages/vue.php:3273
9295
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
9296
  msgstr ""
9297
 
9298
- #: languages/vue.php:3277
9299
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
9300
  msgstr ""
9301
 
9302
- #: languages/vue.php:3280
9303
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”."
9304
  msgstr ""
9305
 
9306
- #: languages/vue.php:3284
9307
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
9308
  msgstr ""
9309
 
9310
- #: languages/vue.php:3287
9311
  msgid "Shortcode"
9312
  msgstr ""
9313
 
9314
- #: languages/vue.php:3291
9315
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
9316
  msgstr ""
9317
 
9318
- #: languages/vue.php:3295
9319
  msgid "Copy Shortcode"
9320
  msgstr ""
9321
 
9322
- #: languages/vue.php:3298
9323
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
9324
  msgstr ""
9325
 
9326
- #: languages/vue.php:3301
9327
  msgid "Automatic Placement"
9328
  msgstr ""
9329
 
9330
- #: languages/vue.php:3304
9331
  msgid "Display using Gutenberg Blocks"
9332
  msgstr ""
9333
 
9334
- #: languages/vue.php:3307
9335
  msgid "Embed Options"
9336
  msgstr ""
9337
 
9338
- #: languages/vue.php:3310
9339
  msgid "All Embed Options can be used in conjunction with one another."
9340
  msgstr ""
9341
 
9342
- #: languages/vue.php:3313
9343
  msgid "Using Automatic Embed"
9344
  msgstr ""
9345
 
9346
- #: languages/vue.php:3316
9347
  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."
9348
  msgstr ""
9349
 
9350
- #: languages/vue.php:3319
9351
  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."
9352
  msgstr ""
9353
 
9354
- #: languages/vue.php:3322
9355
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
9356
  msgstr ""
9357
 
9358
- #: languages/vue.php:3325
9359
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
9360
  msgstr ""
9361
 
9362
- #: languages/vue.php:3328
9363
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
9364
  msgstr ""
9365
 
9366
- #: languages/vue.php:3331
9367
  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."
9368
  msgstr ""
9369
 
9370
- #: languages/vue.php:3334
9371
  msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - ExactMetrics widget and drag it into the desired Sidebar on the right."
9372
  msgstr ""
9373
 
9374
- #: languages/vue.php:3337
9375
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9376
  msgstr ""
9377
 
9378
- #: languages/vue.php:3340
9379
  msgid "Display using a Shortcode"
9380
  msgstr ""
9381
 
9382
- #: languages/vue.php:3343
9383
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9384
  msgstr ""
9385
 
9386
- #: languages/vue.php:3346
9387
  msgid "Enable Automatic Placement"
9388
  msgstr ""
9389
 
9390
- #: languages/vue.php:3349
9391
  msgid "Display in a Sidebar"
9392
  msgstr ""
9393
 
9394
- #: languages/vue.php:3352
9395
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9396
  msgstr ""
9397
 
9398
- #: languages/vue.php:3355
9399
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9400
  msgstr ""
9401
 
9402
  #. Translators: The number of results.
9403
- #: languages/vue.php:3359
9404
  msgid "%s results"
9405
  msgstr ""
9406
 
9407
- #: languages/vue.php:3362
9408
  msgid "Media"
9409
  msgstr ""
9410
 
9411
- #: languages/vue.php:3365
9412
  msgid "Track how your users interact with videos on your website. Upgrade to ExactMetrics Pro."
9413
  msgstr ""
9414
 
9415
- #: languages/vue.php:3368
9416
  msgid "2021 Year in Review"
9417
  msgstr ""
9418
 
9419
- #: languages/vue.php:3371
9420
  msgid "Media- Track how your users interact with videos on your website."
9421
  msgstr ""
9422
 
9423
- #: languages/vue.php:3374
9424
  msgid "Your 2021 Year in Review is still calculating. Please check back later to see how your website performed last year."
9425
  msgstr ""
9426
 
9427
- #: languages/vue.php:3377
9428
  msgid "Your 2021 Analytics Report"
9429
  msgstr ""
9430
 
9431
- #: languages/vue.php:3383
9432
  msgid "January 1, 2021 - December 31, 2021"
9433
  msgstr ""
9434
 
9435
- #: languages/vue.php:3386
9436
  msgid "A Tip for 2022"
9437
  msgstr ""
9438
 
9439
- #: languages/vue.php:3389
9440
  msgid "A Tip For 2022"
9441
  msgstr ""
9442
 
9443
- #: languages/vue.php:3392
9444
  msgid "Here's to an amazing 2022!"
9445
  msgstr ""
9446
 
9447
- #: languages/vue.php:3395
9448
  msgid "Try our other popular WordPress plugins to grow your website in 2022."
9449
  msgstr ""
9450
 
9451
- #: languages/vue.php:3398
9452
  msgid "Become a WordPress expert in 2022. Join our amazing communities and take your website to the next level."
9453
  msgstr ""
9454
 
9455
- #: languages/vue.php:3401
9456
  msgid "Copyright ExactMetrics, 2022"
9457
  msgstr ""
9458
 
9459
  #. Translators: Number of minutes spent on site.
9460
- #: languages/vue.php:3405
9461
  msgid "Each visitor spent an average of %s minutes on your website in 2021."
9462
  msgstr ""
9463
 
9464
  #. Translators: Placeholders are used for making text bold and adding a link.
9465
- #: languages/vue.php:3409
9466
  msgid "%1$sYou're using %2$s Lite%3$s. To unlock all reports, consider %4$supgrading to Pro%5$s."
9467
  msgstr ""
9468
 
9469
- #: languages/vue.php:3412
9470
  msgid "With ExactMetrics Pro, you can easily measure individual affiliate performance inside Google Analytics, no coding needed. Track clicks, revenue, and more."
9471
  msgstr ""
9472
 
9473
- #: languages/vue.php:3415
9474
  msgid "RafflePress"
9475
  msgstr ""
9476
 
9477
- #: languages/vue.php:3418
9478
  msgid "Launch giveaways and raffle campaigns to grow your email lists, increase traffic, and get more social media followers."
9479
  msgstr ""
9480
 
9481
- #: languages/vue.php:3421
9482
  msgid "Constant Contact"
9483
  msgstr ""
9484
 
9485
- #: languages/vue.php:3424
9486
  msgid "Create amazing email marketing campaigns with drag and drop simplicity. Exclusive Offer: Save 20%."
9487
  msgstr ""
9488
 
9489
- #: languages/vue.php:3427
9490
  msgid "SEMRUSH"
9491
  msgstr ""
9492
 
9493
- #: languages/vue.php:3430
9494
  msgid "Perform SEO and content marketing research, track keywords, and much more. Special Offer: First 30 Days Free."
9495
  msgstr ""
9496
 
9497
- #: languages/vue.php:3433
9498
  msgid "Engagement Tools"
9499
  msgstr ""
9500
 
9501
- #: languages/vue.php:3436
9502
  msgid "WPForms"
9503
  msgstr ""
9504
 
9505
- #: languages/vue.php:3439
9506
  msgid "The world’s most popular WordPress form builder, trusted by over 5 million websites. Easily build contact forms, payment forms, and more."
9507
  msgstr ""
9508
 
9509
- #: languages/vue.php:3442
9510
  msgid "OptinMonster"
9511
  msgstr ""
9512
 
9513
- #: languages/vue.php:3445
9514
  msgid "Convert and monetize more of your website traffic with engaging pop-up and gamified tools. Great for all types of websites."
9515
  msgstr ""
9516
 
9517
- #: languages/vue.php:3448
9518
  msgid "Smash Balloon - Facebook"
9519
  msgstr ""
9520
 
9521
- #: languages/vue.php:3451
9522
  msgid "Smash Balloon - Instagram"
9523
  msgstr ""
9524
 
9525
- #: languages/vue.php:3454
9526
  msgid "Quickly add social media feeds from Facebook, Instagram, Twitter, and others to your website, with no coding needed."
9527
  msgstr ""
9528
 
9529
- #: languages/vue.php:3457
9530
  msgid "Popular Posts by ExactMetrics"
9531
  msgstr ""
9532
 
9533
- #: languages/vue.php:3460
9534
  msgid "Increase your visitor engagement by automatically embedding popular and related content from your website."
9535
  msgstr ""
9536
 
9537
- #: languages/vue.php:3463
9538
  msgid "Popular Products by ExactMetrics"
9539
  msgstr ""
9540
 
9541
- #: languages/vue.php:3466
9542
  msgid "Automatically show related products to increase conversion rates and increase cart sizes on your eCommerce website."
9543
  msgstr ""
9544
 
9545
- #: languages/vue.php:3469
9546
  msgid "Revenue Tools"
9547
  msgstr ""
9548
 
9549
- #: languages/vue.php:3472
9550
  msgid "SeedProd"
9551
  msgstr ""
9552
 
9553
- #: languages/vue.php:3475
9554
  msgid "Use the best drag-and-drop landing page builder for WordPress to instantly build coming soon pages, sales pages, opt-in pages, webinar pages, maintenance pages, and more. Includes 100+ free templates."
9555
  msgstr ""
9556
 
9557
- #: languages/vue.php:3478
9558
  msgid "Featured Tools"
9559
  msgstr ""
9560
 
9561
- #: languages/vue.php:3481
9562
  msgid "Easy Affiliate"
9563
  msgstr ""
9564
 
9565
- #: languages/vue.php:3484
9566
  msgid "Launch, grow, and manage an affiliate program, all right from your WordPress dashboard. Works automatically with ExactMetrics."
9567
  msgstr ""
9568
 
9569
- #: languages/vue.php:3487
9570
  msgid "SearchWP"
9571
  msgstr ""
9572
 
9573
- #: languages/vue.php:3490
9574
  msgid "Unlock better search results for your website. Perfect for any information or eCommerce store to help users find exactly what content and products they’re looking for."
9575
  msgstr ""
9576
 
9577
- #: languages/vue.php:3493
9578
  msgid "Easy Digital Downloads"
9579
  msgstr ""
9580
 
9581
- #: languages/vue.php:3496
9582
  msgid "Easily sell digital products like ebooks, plugins, and courses with WordPress. Built-in payment processing, coupons, shopping cart, detailed reporting, and more."
9583
  msgstr ""
9584
 
9585
- #: languages/vue.php:3499
9586
  msgid "MemberPress"
9587
  msgstr ""
9588
 
9589
- #: languages/vue.php:3502
9590
  msgid "Create a membership website. Works automatically with ExactMetrics, no coding needed."
9591
  msgstr ""
9592
 
9593
- #: languages/vue.php:3505
9594
  msgid "Thirsty Affiliates"
9595
  msgstr ""
9596
 
9597
- #: languages/vue.php:3508
9598
  msgid "Manage all your affiliate links with features designed to help make bloggers more money."
9599
  msgstr ""
9600
 
9601
- #: languages/vue.php:3511
9602
  msgid "Upgrade to unlock advanced reporting and features designed to help you get more traffic and make more money from your website. Special Offer: Save 50% today."
9603
  msgstr ""
9604
 
9605
- #: languages/vue.php:3514
9606
  msgid "Advanced Coupons"
9607
  msgstr ""
9608
 
9609
- #: languages/vue.php:3517
9610
  msgid "Create coupons, reward loyal customers, and schedule promotions for your eCommerce store."
9611
  msgstr ""
9612
 
9613
- #: languages/vue.php:3520
9614
  msgid "PrettyLinks"
9615
  msgstr ""
9616
 
9617
- #: languages/vue.php:3523
9618
  msgid "Automatically monetize your website content with affiliate links added automatically to your content."
9619
  msgstr ""
9620
 
9621
- #: languages/vue.php:3526
9622
  msgid "Install Now"
9623
  msgstr ""
9624
 
9625
- #: languages/vue.php:3529
9626
  msgid "Online Marketing Guides & Resources"
9627
  msgstr ""
9628
 
9629
- #: languages/vue.php:3532
9630
  msgid "Read This Guide"
9631
  msgstr ""
9632
 
9633
- #: languages/vue.php:3538
9634
  msgid "Upgrade to unlock eCommerce tracking, Custom Dimensions, Form Tracking, and much more. Special Offer: Save 50% today."
9635
  msgstr ""
9636
 
9637
- #: languages/vue.php:3541
9638
  msgid "Traffic Tools"
9639
  msgstr ""
9640
 
9641
- #: languages/vue.php:3544
9642
  msgid "All in One SEO (AIOSEO)"
9643
  msgstr ""
9644
 
9645
- #: languages/vue.php:3547
9646
  msgid "The best WordPress SEO plugin that works automatically with ExactMetrics."
9647
  msgstr ""
9648
 
9649
- #: languages/vue.php:3550
9650
  msgid "PushEngage"
9651
  msgstr ""
9652
 
9653
- #: languages/vue.php:3553
9654
  msgid "Send push notifications to your visitors to drive more traffic and boost sales."
9655
  msgstr ""
9656
 
9657
- #: languages/vue.php:3556
9658
  msgid "Featured"
9659
  msgstr ""
9660
 
9661
- #: languages/vue.php:3559
9662
  msgid "Traffic"
9663
  msgstr ""
9664
 
9665
- #: languages/vue.php:3562
9666
  msgid "Revenue"
9667
  msgstr ""
9668
 
9669
- #: languages/vue.php:3565
9670
  msgid "Guides & Resources"
9671
  msgstr ""
9672
 
9673
- #: languages/vue.php:3568
9674
  msgid "Media Tracking"
9675
  msgstr ""
9676
 
9677
- #: languages/vue.php:3571
9678
  msgid "Get Started"
9679
  msgstr ""
9680
 
9681
- #: languages/vue.php:3574
9682
  msgid "Privacy Compliance Addon"
9683
  msgstr ""
9684
 
9685
- #: languages/vue.php:3577
9686
  msgid "Help Google Analytics become compliant with internet privacy laws like GDPR, PECR, and CCPA."
9687
  msgstr ""
9688
 
9689
- #: languages/vue.php:3580
9690
  msgid "Get access to advanced reports inside WordPress including search keywords report, real-time analytics dashboard, publishers / eCommerce report, custom dimensions, and more."
9691
  msgstr ""
9692
 
9693
- #: languages/vue.php:3583
9694
  msgid "Instantly enable enhanced eCommerce tracking, so you can measure conversions, sales, and revenue stats. Works with WooCommerce, Easy Digital Downloads, MemberPress, and more."
9695
  msgstr ""
9696
 
9697
- #: languages/vue.php:3586
9698
  msgid "20+ Advanced Tracking"
9699
  msgstr ""
9700
 
9701
- #: languages/vue.php:3589
9702
  msgid "Get access to advanced tracking features like form conversion tracking, author tracking, custom dimensions, scroll tracking, and more."
9703
  msgstr ""
9704
 
9705
- #: languages/vue.php:3592
9706
  msgid "Advanced Growth Tools"
9707
  msgstr ""
9708
 
9709
- #: languages/vue.php:3595
9710
  msgid "Get access to advanced growth tools such as popular posts addon, A/B testing tool, smart URL builder, and more."
9711
  msgstr ""
9712
 
9713
- #: languages/vue.php:3598
9714
  msgid "Track how your users interact with videos on your website."
9715
  msgstr ""
9716
 
9717
- #: languages/vue.php:3601
9718
  msgid "Error Processing"
9719
  msgstr ""
9720
 
9721
- #: languages/vue.php:3604
9722
  msgid "There was an error while processing some features. Please try again or you can skip this process for now"
9723
  msgstr ""
9724
 
9725
- #: languages/vue.php:3607
9726
  msgid "Which website features would you like to enable?"
9727
  msgstr ""
9728
 
9729
- #: languages/vue.php:3610
9730
  msgid "We’ve already selected our recommended features based on your site. "
9731
  msgstr ""
9732
 
9733
- #: languages/vue.php:3613
9734
  msgid "Other Addons"
9735
  msgstr ""
9736
 
9737
- #: languages/vue.php:3616
9738
  msgid "View all ExactMetrics addons"
9739
  msgstr ""
9740
 
9741
- #: languages/vue.php:3619
9742
  msgid "Standard Analytics & Reports"
9743
  msgstr ""
9744
 
9745
- #: languages/vue.php:3622
9746
  msgid "Get the reports and stats that matter right inside your WordPress Dashboard."
9747
  msgstr ""
9748
 
9749
- #: languages/vue.php:3625
9750
  msgid "Helps you see what links your users are clicking on your site."
9751
  msgstr ""
9752
 
9753
- #: languages/vue.php:3628
9754
  msgid "All In One SEO Toolkit"
9755
  msgstr ""
9756
 
9757
- #: languages/vue.php:3631
9758
  msgid "The best WordPress SEO plugin that works with ExactMetrics to boost your rankings."
9759
  msgstr ""
9760
 
9761
- #: languages/vue.php:3634
9762
  msgid "Smart Form Builder by WPForms"
9763
  msgstr ""
9764
 
9765
- #: languages/vue.php:3637
9766
  msgid "The most popular WordPress form plugin, trusted by over 5 million websites. Easily create contact forms, payment forms, surveys and more."
9767
  msgstr ""
9768
 
9769
- #: languages/vue.php:3640
9770
  msgid "Awesome! Tracking and Analytics are All Setup!"
9771
  msgstr ""
9772
 
9773
- #: languages/vue.php:3643
9774
  msgid "ExactMetrics is connected to Google Analytics and data is being collected."
9775
  msgstr ""
9776
 
9777
- #: languages/vue.php:3650
9778
  msgid "Complete Setup without Upgrading"
9779
  msgstr ""
9780
 
9781
- #: languages/vue.php:3653
9782
  msgid "Success"
9783
  msgstr ""
9784
 
9785
- #: languages/vue.php:3656
9786
  msgid "Connected to Google Analytics"
9787
  msgstr ""
9788
 
9789
- #: languages/vue.php:3659
9790
  msgid "Tracking Code Installed"
9791
  msgstr ""
9792
 
9793
- #: languages/vue.php:3662
9794
  msgid "Data Being Collected"
9795
  msgstr ""
9796
 
9797
  #. Translators: Add link to retrieve license from account area.
9798
- #: languages/vue.php:3666
9799
  msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO!"
9800
  msgstr ""
9801
 
9802
- #: languages/vue.php:3669
9803
  msgid "Verify License Key"
9804
  msgstr ""
9805
 
9806
- #: languages/vue.php:3672
9807
  msgid "Upgrade to Unlock These Features"
9808
  msgstr ""
9809
 
9810
- #: languages/vue.php:3675
9811
  msgid "To unlock the selected features, please upgrade to Pro and enter your license key below."
9812
  msgstr ""
9813
 
9814
- #: languages/vue.php:3678
9815
  msgid "%1$sBonus:%2$s Upgrade today and save %3$s50%% on a Pro License!%4$s (auto-applied at checkout)"
9816
  msgstr ""
9817
 
9818
- #: languages/vue.php:3681
9819
  msgid "Verifying License..."
9820
  msgstr ""
9821
 
9822
- #: languages/vue.php:3687
9823
  msgid "The following plugins will be installed: "
9824
  msgstr ""
9825
 
9826
- #: languages/vue.php:3690
9827
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are combination of numbers and letters."
9828
  msgstr ""
9829
 
9830
- #: languages/vue.php:3693
9831
  msgid "Manually enter your GA4 Measurement ID"
9832
  msgstr ""
9833
 
9834
- #: languages/vue.php:3696
9835
  msgid "Warning: If you use a manual GA4 Measurement ID, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like G-XXXXXXXXXX where the X's are combination of numbers and letters."
9836
  msgstr ""
9837
 
9838
- #: languages/vue.php:3699
9839
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are a combination of numbers and letters."
9840
  msgstr ""
9841
 
2
  # This file is distributed under the same license as the ExactMetrics Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: ExactMetrics Pro 7.5.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/monsterinsights-temp\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\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: 2022-05-17T19:42:27+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: google-analytics-dashboard-for-wp\n"
16
 
17
  #. Plugin Name of the plugin
18
+ #: languages/vue.php:3474
19
  msgid "ExactMetrics Pro"
20
  msgstr ""
21
 
113
  #: includes/admin/admin.php:34
114
  #: includes/admin/admin.php:42
115
  #: includes/admin/admin.php:222
116
+ #: languages/vue.php:540
117
  msgid "Settings"
118
  msgstr ""
119
 
129
 
130
  #: includes/admin/admin.php:39
131
  #: includes/admin/admin.php:130
132
+ #: languages/vue.php:2298
133
  msgid "Reports"
134
  msgstr ""
135
 
139
 
140
  #: includes/admin/admin.php:51
141
  #: languages/gutenberg.php:83
142
+ #: languages/vue.php:995
143
  msgid "Popular Posts"
144
  msgstr ""
145
 
173
 
174
  #: includes/admin/admin.php:71
175
  #: includes/admin/admin.php:146
176
+ #: languages/vue.php:157
177
  msgid "About Us"
178
  msgstr ""
179
 
192
  #: includes/admin/admin.php:76
193
  #: includes/admin/notifications/notification-upgrade-to-pro-high-traffic.php:41
194
  #: includes/admin/notifications/notification-upgrade-to-pro.php:33
195
+ #: languages/vue.php:1044
196
  msgid "Upgrade to Pro"
197
  msgstr ""
198
 
220
 
221
  #: includes/admin/admin.php:212
222
  #: includes/admin/admin.php:215
223
+ #: languages/vue.php:1020
224
  msgid "Support"
225
  msgstr ""
226
 
232
  #: includes/admin/notifications/notification-upgrade-for-google-optimize.php:32
233
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:32
234
  #: includes/admin/reports/abstract-report.php:418
235
+ #: languages/vue.php:1152
236
  msgid "Get ExactMetrics Pro"
237
  msgstr ""
238
 
242
  msgstr ""
243
 
244
  #: includes/admin/admin.php:324
245
+ #: languages/vue.php:1143
246
  msgid "Please Setup Website Analytics to See Audience Insights"
247
  msgstr ""
248
 
249
  #: includes/admin/admin.php:325
250
+ #: languages/vue.php:1149
251
  msgid "Connect ExactMetrics and Setup Website Analytics"
252
  msgstr ""
253
 
261
  #: includes/admin/notifications/notification-mobile-device-low-traffic.php:41
262
  #: includes/admin/notifications/notification-returning-visitors.php:43
263
  #: includes/admin/notifications/notification-traffic-dropping.php:43
264
+ #: languages/vue.php:334
265
  msgid "Learn More"
266
  msgstr ""
267
 
268
  #: includes/admin/admin.php:329
269
+ #: languages/vue.php:1146
270
  msgid "ExactMetrics, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 3 million website owners use ExactMetrics to see the stats that matter and grow their business."
271
  msgstr ""
272
 
277
 
278
  #. Translators: Adds a link to the license renewal.
279
  #: includes/admin/admin.php:350
280
+ #: languages/vue.php:477
281
  msgid "Your license key for ExactMetrics has expired. %1$sPlease click here to renew your license key.%2$s"
282
  msgstr ""
283
 
284
  #: includes/admin/admin.php:352
285
+ #: languages/vue.php:480
286
  msgid "Your license key for ExactMetrics has been disabled. Please use a different key."
287
  msgstr ""
288
 
289
  #: includes/admin/admin.php:354
290
+ #: languages/vue.php:483
291
  msgid "Your license key for ExactMetrics is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
292
  msgstr ""
293
 
491
  msgstr ""
492
 
493
  #: includes/admin/common.php:951
494
+ #: languages/vue.php:3319
495
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2022!"
496
  msgstr ""
497
 
512
 
513
  #: includes/admin/exclude-page-metabox.php:147
514
  #: languages/gutenberg.php:354
515
+ #: languages/vue.php:3111
516
  msgid "Upgrade"
517
  msgstr ""
518
 
710
  #: includes/admin/notifications/notification-upgrade-for-custom-dimensions.php:26
711
  #: includes/admin/notifications/notification-upgrade-for-events-reporting.php:26
712
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:26
713
+ #: languages/vue.php:1737
714
  #: lite/includes/admin/helpers.php:85
715
  msgid "Upgrade to ExactMetrics Pro"
716
  msgstr ""
746
  #: includes/admin/notifications/notification-upgrade-for-form-conversion.php:31
747
  #: includes/admin/notifications/notification-upgrade-for-search-console.php:32
748
  #: includes/admin/reports/abstract-report.php:415
749
+ #: languages/vue.php:226
750
  msgid "Upgrade Now"
751
  msgstr ""
752
 
923
  msgstr ""
924
 
925
  #: includes/admin/reports/overview.php:34
926
+ #: languages/vue.php:438
927
  msgid "Overview"
928
  msgstr ""
929
 
1202
  msgstr ""
1203
 
1204
  #: includes/frontend/tracking/class-tracking-analytics.php:208
1205
+ #: includes/frontend/tracking/class-tracking-gtag.php:214
1206
  msgid "Note: ExactMetrics is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the ExactMetrics settings panel."
1207
  msgstr ""
1208
 
1209
  #: includes/frontend/tracking/class-tracking-analytics.php:211
1210
+ #: includes/frontend/tracking/class-tracking-gtag.php:217
1211
  msgid "Note: ExactMetrics does not track you as a logged-in site administrator to prevent site owners from accidentally skewing their own Google Analytics data."
1212
  msgstr ""
1213
 
1214
  #: includes/frontend/tracking/class-tracking-analytics.php:214
1215
+ #: includes/frontend/tracking/class-tracking-gtag.php:220
1216
  msgid "Note: The site owner has disabled Google Analytics tracking for your user role."
1217
  msgstr ""
1218
 
1435
  msgstr ""
1436
 
1437
  #: includes/gutenberg/headline-tool/headline-tool.php:290
1438
+ #: languages/vue.php:546
1439
  msgid "General"
1440
  msgstr ""
1441
 
4835
  msgstr ""
4836
 
4837
  #: languages/gutenberg.php:77
4838
+ #: languages/vue.php:531
4839
  msgid "Inline Popular Posts"
4840
  msgstr ""
4841
 
4872
  msgstr ""
4873
 
4874
  #: languages/gutenberg.php:107
4875
+ #: languages/vue.php:3067
4876
  msgid "Wide-Layout Options"
4877
  msgstr ""
4878
 
4881
  msgstr ""
4882
 
4883
  #: languages/gutenberg.php:113
4884
+ #: languages/vue.php:3070
4885
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4886
  msgstr ""
4887
 
4888
  #: languages/gutenberg.php:116
4889
+ #: languages/vue.php:3091
4890
  msgid "Post Count"
4891
  msgstr ""
4892
 
4895
  msgstr ""
4896
 
4897
  #: languages/gutenberg.php:122
4898
+ #: languages/vue.php:3073
4899
  msgid "Display Options"
4900
  msgstr ""
4901
 
4908
  msgstr ""
4909
 
4910
  #: languages/gutenberg.php:131
4911
+ #: languages/vue.php:1953
4912
  msgid "Widget Title"
4913
  msgstr ""
4914
 
4917
  msgstr ""
4918
 
4919
  #: languages/gutenberg.php:137
4920
+ #: languages/vue.php:3079
4921
  msgid "Display Author"
4922
  msgstr ""
4923
 
4924
  #: languages/gutenberg.php:140
4925
+ #: languages/vue.php:3082
4926
  msgid "Display Date"
4927
  msgstr ""
4928
 
4929
  #: languages/gutenberg.php:143
4930
+ #: languages/vue.php:3085
4931
  msgid "Display Comments"
4932
  msgstr ""
4933
 
5148
  msgstr ""
5149
 
5150
  #: languages/gutenberg.php:312
5151
+ #: languages/vue.php:983
5152
  msgid "Headline Analyzer"
5153
  msgstr ""
5154
 
5161
  msgstr ""
5162
 
5163
  #: languages/gutenberg.php:321
5164
+ #: languages/vue.php:109
5165
  #: lite/includes/admin/metaboxes.php:42
5166
  msgid "Last 30 days"
5167
  msgstr ""
5168
 
5169
  #: languages/gutenberg.php:324
5170
+ #: languages/vue.php:96
5171
  #: lite/includes/admin/metaboxes.php:45
5172
  msgid "Yesterday"
5173
  msgstr ""
5174
 
5175
  #: languages/gutenberg.php:327
5176
+ #: languages/vue.php:1306
5177
  #: lite/includes/admin/metaboxes.php:57
5178
  #: lite/includes/admin/metaboxes.php:111
5179
  msgid "Bounce Rate"
5229
  msgid "Loading Settings"
5230
  msgstr ""
5231
 
5232
+ #: languages/vue.php:16
5233
  msgid "Please wait..."
5234
  msgstr ""
5235
 
5236
+ #: languages/vue.php:19
5237
  msgid "Saving Changes..."
5238
  msgstr ""
5239
 
5240
+ #: languages/vue.php:22
5241
  msgid "Settings Updated"
5242
  msgstr ""
5243
 
5244
  #. Translators: Add a link to the onboarding wizard.
5245
+ #: languages/vue.php:26
5246
  msgid "You need to %1$sconnect ExactMetrics%2$s first"
5247
  msgstr ""
5248
 
5249
+ #: languages/vue.php:29
5250
  msgid "Could Not Save Changes"
5251
  msgstr ""
5252
 
5253
+ #: languages/vue.php:32
5254
  msgid "Loading new report data"
5255
  msgstr ""
5256
 
5257
+ #. Translators: Placeholder gets replaced with an arrow icon.
5258
+ #: languages/vue.php:36
5259
  msgid "Continue %s"
5260
  msgstr ""
5261
 
5262
+ #: languages/vue.php:39
5263
  msgid "Error"
5264
  msgstr ""
5265
 
5266
+ #: languages/vue.php:42
5267
  msgid "Please try again."
5268
  msgstr ""
5269
 
5270
+ #: languages/vue.php:45
5271
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5272
  msgstr ""
5273
 
5274
+ #: languages/vue.php:48
5275
  msgid "Stop guessing about what content your visitors are interested in. ExactMetrics Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
5276
  msgstr ""
5277
 
5278
+ #: languages/vue.php:51
5279
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5280
  msgstr ""
5281
 
5282
+ #: languages/vue.php:54
5283
  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."
5284
  msgstr ""
5285
 
5323
  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."
5324
  msgstr ""
5325
 
5326
+ #: languages/vue.php:87
5327
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
5328
  msgstr ""
5329
 
5330
+ #: languages/vue.php:90
5331
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
5332
  msgstr ""
5333
 
5334
+ #: languages/vue.php:93
5335
  msgid "Today"
5336
  msgstr ""
5337
 
5338
+ #: languages/vue.php:99
5339
  msgid "Last Week"
5340
  msgstr ""
5341
 
5342
+ #: languages/vue.php:102
5343
  msgid "Last Month"
5344
  msgstr ""
5345
 
5346
+ #: languages/vue.php:105
5347
  msgid "Last 7 days"
5348
  msgstr ""
5349
 
5350
+ #: languages/vue.php:112
5351
  msgid "Loading settings"
5352
  msgstr ""
5353
 
5354
  #. Translators: Number of visitors.
5355
+ #: languages/vue.php:116
5356
  msgid "See how %s visitors found your site!"
5357
  msgstr ""
5358
 
5359
  #. Translators: Number of visitors.
5360
+ #: languages/vue.php:120
5361
  msgid "Your website was visited by %s users in the last 30 days."
5362
  msgstr ""
5363
 
5364
+ #: languages/vue.php:123
5365
  msgid "See the full analytics report!"
5366
  msgstr ""
5367
 
5368
+ #: languages/vue.php:126
5369
  msgid "Overview Report"
5370
  msgstr ""
5371
 
5372
  #. Translators: Current PHP version and recommended PHP version.
5373
+ #: languages/vue.php:130
5374
  msgid "ExactMetrics 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."
5375
  msgstr ""
5376
 
5377
  #. Translators: Current WordPress version.
5378
+ #: languages/vue.php:134
5379
  msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). ExactMetrics 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."
5380
  msgstr ""
5381
 
5382
+ #: languages/vue.php:137
5383
  msgid "Yikes! PHP Update Required"
5384
  msgstr ""
5385
 
5386
  #. Translators: Current PHP version and recommended PHP version.
5387
+ #: languages/vue.php:141
5388
  msgid "ExactMetrics 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."
5389
  msgstr ""
5390
 
5391
+ #: languages/vue.php:144
5392
  msgid "Learn more about updating PHP"
5393
  msgstr ""
5394
 
5395
+ #: languages/vue.php:147
5396
  msgid "Yikes! WordPress Update Required"
5397
  msgstr ""
5398
 
5399
  #. Translators: Current WordPress version.
5400
+ #: languages/vue.php:151
5401
  msgid "ExactMetrics 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."
5402
  msgstr ""
5403
 
5404
+ #: languages/vue.php:154
5405
  msgid "Learn more about updating WordPress"
5406
  msgstr ""
5407
 
5408
+ #: languages/vue.php:160
5409
  msgid "Getting Started"
5410
  msgstr ""
5411
 
5412
+ #: languages/vue.php:163
5413
  msgid "Lite vs Pro"
5414
  msgstr ""
5415
 
5416
+ #: languages/vue.php:166
5417
  msgid "Success! "
5418
  msgstr ""
5419
 
5420
+ #: languages/vue.php:169
5421
  msgid "You're now using ExactMetrics Pro with all the features."
5422
  msgstr ""
5423
 
5424
  #. Translators: Placeholder gets replaced with an arrow icon.
5425
+ #: languages/vue.php:173
5426
  msgid "Get Started %s"
5427
  msgstr ""
5428
 
5429
  #. Translators: Error status and error text.
5430
+ #: languages/vue.php:177
5431
  msgid "Can't load report data. Error: %1$s, %2$s"
5432
  msgstr ""
5433
 
5434
+ #: languages/vue.php:180
5435
  msgid "Error loading report data"
5436
  msgstr ""
5437
 
5438
  #. Translators: Makes the text bold.
5439
+ #: languages/vue.php:184
5440
  msgid "%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5441
  msgstr ""
5442
 
5443
  #. Translators: Makes the text bold.
5444
+ #: languages/vue.php:188
5445
  msgid "%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights."
5446
  msgstr ""
5447
 
5448
  #. Translators: Makes the text bold.
5449
+ #: languages/vue.php:192
5450
  msgid "%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more."
5451
  msgstr ""
5452
 
5453
  #. Translators: Makes text bold.
5454
+ #: languages/vue.php:196
5455
  msgid "%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress."
5456
  msgstr ""
5457
 
5458
  #. Translators: Makes the text bold.
5459
+ #: languages/vue.php:200
5460
  msgid "%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5461
  msgstr ""
5462
 
5463
  #. Translators: Makes the text bold.
5464
+ #: languages/vue.php:204
5465
  msgid "%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5466
  msgstr ""
5467
 
5468
  #. Translators: Makes the text bold.
5469
+ #: languages/vue.php:208
5470
  msgid "%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5471
  msgstr ""
5472
 
5473
  #. Translators: Makes text bold.
5474
+ #: languages/vue.php:212
5475
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click."
5476
  msgstr ""
5477
 
5478
  #. Translators: Adds a link and an arrow icon.
5479
+ #: languages/vue.php:216
5480
  msgid "%1$sSee All Features%2$s"
5481
  msgstr ""
5482
 
5483
+ #: languages/vue.php:219
5484
  msgid "Pro Plan"
5485
  msgstr ""
5486
 
5487
+ #: languages/vue.php:222
5488
  msgid "per year"
5489
  msgstr ""
5490
 
5491
+ #: languages/vue.php:229
5492
  msgid "Upgrade to ExactMetrics Pro Now"
5493
  msgstr ""
5494
 
5495
+ #: languages/vue.php:232
5496
  msgid "This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!"
5497
  msgstr ""
5498
 
5499
+ #: languages/vue.php:235
5500
  msgid "Daniel Monaghan - Experienced"
5501
  msgstr ""
5502
 
5503
+ #: languages/vue.php:238
5504
  msgid "Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it."
5505
  msgstr ""
5506
 
5507
+ #: languages/vue.php:241
5508
  msgid "Naomi Spirit - From This Day"
5509
  msgstr ""
5510
 
5511
+ #: languages/vue.php:244
5512
  msgid "Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!"
5513
  msgstr ""
5514
 
5515
+ #: languages/vue.php:247
5516
  msgid "Julie Dupuis - Faraway Land Travel"
5517
  msgstr ""
5518
 
5519
+ #: languages/vue.php:250
5520
  msgid "Guides and Documentation:"
5521
  msgstr ""
5522
 
5523
+ #: languages/vue.php:257
5524
  msgid "Upgrade to PRO"
5525
  msgstr ""
5526
 
5527
+ #: languages/vue.php:260
5528
  msgid "eCommerce Tracking"
5529
  msgstr ""
5530
 
5531
+ #: languages/vue.php:263
5532
  msgid "Custom Dimensions"
5533
  msgstr ""
5534
 
5535
+ #: languages/vue.php:266
5536
  msgid "Form Tracking"
5537
  msgstr ""
5538
 
5539
+ #: languages/vue.php:269
5540
  msgid "AMP Support"
5541
  msgstr ""
5542
 
5543
+ #: languages/vue.php:272
5544
  msgid "Author Tracking"
5545
  msgstr ""
5546
 
5547
+ #: languages/vue.php:275
5548
  msgid "EU Compliance Addon"
5549
  msgstr ""
5550
 
5551
+ #: languages/vue.php:278
5552
  msgid "Real Time Report"
5553
  msgstr ""
5554
 
5555
+ #: languages/vue.php:281
5556
  msgid "Google Optimize"
5557
  msgstr ""
5558
 
5559
+ #: languages/vue.php:284
5560
  #: lite/includes/admin/reports/report-queries.php:22
5561
  msgid "Search Console"
5562
  msgstr ""
5563
 
5564
+ #: languages/vue.php:287
5565
  msgid "Custom Date Ranges"
5566
  msgstr ""
5567
 
5568
+ #: languages/vue.php:290
5569
+ #: languages/vue.php:923
5570
  msgid "Getting Started with ExactMetrics"
5571
  msgstr ""
5572
 
5573
+ #: languages/vue.php:293
5574
+ #: languages/vue.php:926
5575
  msgid "ExactMetrics 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."
5576
  msgstr ""
5577
 
5578
+ #: languages/vue.php:296
5579
  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."
5580
  msgstr ""
5581
 
5582
+ #: languages/vue.php:299
5583
  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!."
5584
  msgstr ""
5585
 
5586
+ #: languages/vue.php:302
5587
  msgid "Launch the wizard!"
5588
  msgstr ""
5589
 
5590
+ #: languages/vue.php:306
5591
  msgid "Welcome to"
5592
  msgstr ""
5593
 
5594
  #. Translators: Adds a line break.
5595
+ #: languages/vue.php:310
5596
  msgid "Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin"
5597
  msgstr ""
5598
 
5599
  #. Translators: Makes the product name bold.
5600
+ #: languages/vue.php:314
5601
  msgid "%1$sExactMetrics%2$s 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."
5602
  msgstr ""
5603
 
5604
+ #: languages/vue.php:317
5605
  msgid "ExactMetrics Features & Addons"
5606
  msgstr ""
5607
 
5608
+ #: languages/vue.php:320
5609
  msgid "Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market."
5610
  msgstr ""
5611
 
5612
  #. Translators: Placeholder is replaced with WPForms.
5613
+ #: languages/vue.php:324
5614
  msgid "Recommended Plugin: %s"
5615
  msgstr ""
5616
 
5617
+ #: languages/vue.php:327
5618
  msgid "Install"
5619
  msgstr ""
5620
 
5621
+ #: languages/vue.php:330
5622
  msgid "Activate"
5623
  msgstr ""
5624
 
5625
+ #: languages/vue.php:337
5626
  msgid "ExactMetrics encountered an error loading your report data"
5627
  msgstr ""
5628
 
5629
+ #: languages/vue.php:340
5630
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5631
  msgstr ""
5632
 
5633
+ #: languages/vue.php:343
5634
+ #: languages/vue.php:1850
5635
  msgid "Reconnect ExactMetrics"
5636
  msgstr ""
5637
 
5638
+ #: languages/vue.php:346
5639
  msgid "Re-Authenticating"
5640
  msgstr ""
5641
 
5642
+ #: languages/vue.php:350
5643
  msgid "Ok"
5644
  msgstr ""
5645
 
5646
+ #: languages/vue.php:353
5647
+ #: languages/vue.php:862
5648
  msgid "ExactMetrics Addons"
5649
  msgstr ""
5650
 
5651
+ #: languages/vue.php:356
5652
  msgid "Search Addons"
5653
  msgstr ""
5654
 
5655
+ #: languages/vue.php:359
5656
  msgid "Save Changes"
5657
  msgstr ""
5658
 
5659
+ #: languages/vue.php:362
5660
  msgid "Exit Setup"
5661
  msgstr ""
5662
 
5663
+ #: languages/vue.php:365
5664
  msgid "Time to Purchase"
5665
  msgstr ""
5666
 
5667
+ #: languages/vue.php:368
5668
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
5669
  msgstr ""
5670
 
5671
+ #: languages/vue.php:371
5672
  msgid "Sessions to Purchase"
5673
  msgstr ""
5674
 
5675
+ #: languages/vue.php:374
5676
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5677
  msgstr ""
5678
 
5679
+ #: languages/vue.php:377
5680
  msgid "New Customers"
5681
  msgstr ""
5682
 
5683
+ #: languages/vue.php:380
5684
  msgid "This list shows the percentage of new customers who purchased a product from your website."
5685
  msgstr ""
5686
 
5687
+ #: languages/vue.php:383
5688
  msgid "Abandoned Checkouts"
5689
  msgstr ""
5690
 
5691
+ #: languages/vue.php:386
5692
  msgid "This list shows the percentage of carts that never went through the checkout process."
5693
  msgstr ""
5694
 
5695
+ #: languages/vue.php:389
5696
  msgid "Top Posts/Pages"
5697
  msgstr ""
5698
 
5699
+ #: languages/vue.php:392
5700
  msgid "This list shows the most viewed posts and pages on your website."
5701
  msgstr ""
5702
 
5703
+ #: languages/vue.php:395
5704
  msgid "New vs. Returning Visitors"
5705
  msgstr ""
5706
 
5707
+ #: languages/vue.php:398
5708
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5709
  msgstr ""
5710
 
5711
+ #: languages/vue.php:401
5712
  msgid "Device Breakdown"
5713
  msgstr ""
5714
 
5715
+ #: languages/vue.php:404
5716
  msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
5717
  msgstr ""
5718
 
5719
+ #: languages/vue.php:407
5720
  msgid "Top Landing Pages"
5721
  msgstr ""
5722
 
5723
+ #: languages/vue.php:410
5724
  msgid "This list shows the top pages users first land on when visiting your website."
5725
  msgstr ""
5726
 
5727
+ #: languages/vue.php:413
5728
  msgid "Top Exit Pages"
5729
  msgstr ""
5730
 
5731
+ #: languages/vue.php:416
5732
  msgid "This list shows the top pages users exit your website from."
5733
  msgstr ""
5734
 
5735
+ #: languages/vue.php:419
5736
  msgid "Top Outbound Links"
5737
  msgstr ""
5738
 
5739
+ #: languages/vue.php:422
5740
  msgid "This list shows the top links clicked on your website that go to another website."
5741
  msgstr ""
5742
 
5743
+ #: languages/vue.php:425
5744
  msgid "Top Affiliate Links"
5745
  msgstr ""
5746
 
5747
+ #: languages/vue.php:428
5748
  msgid "This list shows the top affiliate links your visitors clicked on."
5749
  msgstr ""
5750
 
5751
+ #: languages/vue.php:431
5752
  msgid "Top Download Links"
5753
  msgstr ""
5754
 
5755
+ #: languages/vue.php:434
5756
  msgid "This list shows the download links your visitors clicked the most."
5757
  msgstr ""
5758
 
5759
+ #: languages/vue.php:441
5760
  msgid "Top Products"
5761
  msgstr ""
5762
 
5763
+ #: languages/vue.php:444
5764
  msgid "This list shows the top selling products on your website."
5765
  msgstr ""
5766
 
5767
+ #: languages/vue.php:447
5768
  msgid "Top Conversion Sources"
5769
  msgstr ""
5770
 
5771
+ #: languages/vue.php:450
5772
  msgid "This list shows the top referral websites in terms of product revenue."
5773
  msgstr ""
5774
 
5775
+ #: languages/vue.php:453
5776
  msgid "Total Add/Remove"
5777
  msgstr ""
5778
 
5779
+ #: languages/vue.php:456
5780
  msgid "Analytics"
5781
  msgstr ""
5782
 
5783
  #. Translators: Adds an arrow icon.
5784
+ #: languages/vue.php:461
5785
  msgid "View All Reports %s"
5786
  msgstr ""
5787
 
5788
+ #: languages/vue.php:464
5789
  msgid "You must connect with ExactMetrics before you can view reports."
5790
  msgstr ""
5791
 
5792
+ #: languages/vue.php:467
5793
  msgid "ExactMetrics makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5794
  msgstr ""
5795
 
5796
+ #: languages/vue.php:470
5797
  msgid "Launch Setup Wizard"
5798
  msgstr ""
5799
 
5800
+ #: languages/vue.php:473
5801
  msgid "Please ask your webmaster to connect ExactMetrics to Google Analytics."
5802
  msgstr ""
5803
 
5804
+ #: languages/vue.php:486
5805
  msgid "See Quick Links"
5806
  msgstr ""
5807
 
5808
+ #: languages/vue.php:489
5809
  msgid "Suggest a Feature"
5810
  msgstr ""
5811
 
5812
+ #: languages/vue.php:492
5813
  msgid "Join Our Community"
5814
  msgstr ""
5815
 
5816
+ #: languages/vue.php:495
5817
  msgid "Support & Docs"
5818
  msgstr ""
5819
 
5820
+ #: languages/vue.php:498
5821
  msgid "Upgrade to Pro &#187;"
5822
  msgstr ""
5823
 
5824
+ #: languages/vue.php:501
5825
  #: lite/includes/admin/reports/report-publisher.php:22
5826
  msgid "Publishers"
5827
  msgstr ""
5828
 
5829
+ #: languages/vue.php:505
5830
  #: lite/includes/admin/reports/report-ecommerce.php:22
5831
  msgid "eCommerce"
5832
  msgstr ""
5833
 
5834
+ #: languages/vue.php:508
5835
  msgid "Dimensions Report"
5836
  msgstr ""
5837
 
5838
+ #: languages/vue.php:511
5839
  #: lite/includes/admin/reports/report-forms.php:22
5840
  msgid "Forms"
5841
  msgstr ""
5842
 
5843
+ #: languages/vue.php:514
5844
  msgid "Real-Time"
5845
  msgstr ""
5846
 
5847
+ #: languages/vue.php:518
5848
  msgid "Site Speed Report"
5849
  msgstr ""
5850
 
5851
+ #: languages/vue.php:522
5852
  msgid "2020 Year in Review"
5853
  msgstr ""
5854
 
5855
+ #: languages/vue.php:525
5856
  msgid "Import Export"
5857
  msgstr ""
5858
 
5859
+ #: languages/vue.php:528
5860
  msgid "PrettyLinks Integration"
5861
  msgstr ""
5862
 
5863
+ #: languages/vue.php:534
5864
  msgid "Popular Posts Widget"
5865
  msgstr ""
5866
 
5867
+ #: languages/vue.php:537
5868
  msgid "Popular Products"
5869
  msgstr ""
5870
 
5871
+ #: languages/vue.php:543
5872
  msgid "Sub menu item for WooCommerce Analytics"
5873
  msgstr ""
5874
 
5875
+ #: languages/vue.php:549
5876
  msgid "Engagement"
5877
  msgstr ""
5878
 
5879
+ #: languages/vue.php:552
5880
  msgid "Publisher"
5881
  msgstr ""
5882
 
5883
+ #: languages/vue.php:555
5884
  msgid "Conversions"
5885
  msgstr ""
5886
 
5887
+ #: languages/vue.php:558
5888
  msgid "Advanced"
5889
  msgstr ""
5890
 
5891
+ #: languages/vue.php:561
5892
  msgid "URL Builder"
5893
  msgstr ""
5894
 
5895
  #. Translators: Adds a link to documentation.
5896
+ #: languages/vue.php:565
5897
  msgid "In order for the ExactMetrics Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
5898
  msgstr ""
5899
 
5900
  #. Translators: Adds link to activate/install plugin and documentation.
5901
+ #: languages/vue.php:569
5902
  msgid "In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
5903
  msgstr ""
5904
 
5905
  #. Translators: Adds a link to documentation.
5906
+ #: languages/vue.php:573
5907
  msgid "In order for the ExactMetrics Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$sLearn More%2$s"
5908
  msgstr ""
5909
 
5910
  #. Translators: Adds link to activate/install plugin and documentation.
5911
+ #: languages/vue.php:577
5912
  msgid "In order for the ExactMetrics Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
5913
  msgstr ""
5914
 
5915
+ #: languages/vue.php:580
5916
  msgid "Installing Addon"
5917
  msgstr ""
5918
 
5919
+ #: languages/vue.php:583
5920
  msgid "Activating Addon"
5921
  msgstr ""
5922
 
5923
+ #: languages/vue.php:586
5924
  msgid "Addon Activated"
5925
  msgstr ""
5926
 
5927
+ #: languages/vue.php:589
5928
  msgid "Loading report data"
5929
  msgstr ""
5930
 
5931
+ #: languages/vue.php:592
5932
  msgid "Please activate manually"
5933
  msgstr ""
5934
 
5935
  #. Translators: Adds the error status and status text.
5936
+ #: languages/vue.php:596
5937
  msgid "Error: %1$s, %2$s"
5938
  msgstr ""
5939
 
5940
+ #: languages/vue.php:599
5941
  msgid "Error Activating Addon"
5942
  msgstr ""
5943
 
5944
+ #: languages/vue.php:602
5945
  #: lite/includes/admin/wp-site-health.php:372
5946
  #: lite/includes/admin/wp-site-health.php:398
5947
  #: lite/includes/admin/wp-site-health.php:425
5948
  msgid "View Addons"
5949
  msgstr ""
5950
 
5951
+ #: languages/vue.php:605
5952
  msgid "Dismiss"
5953
  msgstr ""
5954
 
5955
+ #: languages/vue.php:608
5956
  msgid "Redirecting"
5957
  msgstr ""
5958
 
5959
+ #: languages/vue.php:611
5960
  msgid "Please wait"
5961
  msgstr ""
5962
 
5963
+ #: languages/vue.php:614
5964
  msgid "activate"
5965
  msgstr ""
5966
 
5967
+ #: languages/vue.php:617
5968
  msgid "install"
5969
  msgstr ""
5970
 
5971
+ #: languages/vue.php:620
5972
  msgid "Visit addons page"
5973
  msgstr ""
5974
 
5975
+ #: languages/vue.php:623
5976
  msgid "Report Unavailable"
5977
  msgstr ""
5978
 
5979
  #. Translators: Install/Activate the addon.
5980
+ #: languages/vue.php:627
5981
  msgid "%s Addon"
5982
  msgstr ""
5983
 
5984
+ #: languages/vue.php:630
5985
  msgid "Go Back To Reports"
5986
  msgstr ""
5987
 
5988
+ #: languages/vue.php:633
5989
  msgid "Enable Enhanced eCommerce"
5990
  msgstr ""
5991
 
5992
  #. Translators: Placeholders are replaced with the current step number out of the total number of steps.
5993
+ #: languages/vue.php:637
5994
  msgid "Step %1$s of %2$s"
5995
  msgstr ""
5996
 
5997
+ #: languages/vue.php:640
5998
  msgid "Go back"
5999
  msgstr ""
6000
 
6001
+ #: languages/vue.php:643
6002
  msgid "Welcome to ExactMetrics!"
6003
  msgstr ""
6004
 
6005
+ #: languages/vue.php:646
6006
  msgid "Let's get you set up."
6007
  msgstr ""
6008
 
6009
+ #: languages/vue.php:649
6010
  msgid "Save and Continue"
6011
  msgstr ""
6012
 
6013
+ #: languages/vue.php:652
6014
  msgid "Which category best describes your website?"
6015
  msgstr ""
6016
 
6017
+ #: languages/vue.php:655
6018
  msgid "We will recommend the optimal settings for ExactMetrics based on your choice."
6019
  msgstr ""
6020
 
6021
+ #: languages/vue.php:658
6022
  msgid "Business Website"
6023
  msgstr ""
6024
 
6025
  #. Translators: Make text bold.
6026
+ #: languages/vue.php:662
6027
  msgid "Publisher %1$s(Blog)%2$s"
6028
  msgstr ""
6029
 
6030
+ #: languages/vue.php:665
6031
  msgid "Ecommerce"
6032
  msgstr ""
6033
 
6034
+ #: languages/vue.php:668
6035
  msgid "Connect ExactMetrics to Your Website"
6036
  msgstr ""
6037
 
6038
+ #: languages/vue.php:671
6039
  msgid "ExactMetrics connects Google Analytics to WordPress and shows you stats that matter."
6040
  msgstr ""
6041
 
6042
+ #: languages/vue.php:674
6043
  msgid "Connect Google Analytics + WordPress"
6044
  msgstr ""
6045
 
6046
+ #: languages/vue.php:677
6047
  msgid "You will be taken to the ExactMetrics website where you'll need to connect your Analytics account."
6048
  msgstr ""
6049
 
6050
+ #: languages/vue.php:680
6051
  msgid "Whoops, something went wrong and we weren't able to connect to ExactMetrics. Please enter your Google UA code manually."
6052
  msgstr ""
6053
 
6054
+ #: languages/vue.php:683
6055
  msgid "Manually enter your UA code"
6056
  msgstr ""
6057
 
6058
+ #: languages/vue.php:686
6059
  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."
6060
  msgstr ""
6061
 
6062
+ #: languages/vue.php:689
6063
  msgid "UA code can't be empty"
6064
  msgstr ""
6065
 
6066
+ #: languages/vue.php:692
6067
  msgid "Saving UA code..."
6068
  msgstr ""
6069
 
6070
+ #: languages/vue.php:695
6071
  msgid "ExactMetrics Recommends WPForms"
6072
  msgstr ""
6073
 
6074
+ #: languages/vue.php:698
6075
  msgid "Built by the folks behind ExactMetrics, WPForms is the most beginner friendly form plugin in the market."
6076
  msgstr ""
6077
 
6078
+ #: languages/vue.php:701
6079
  msgid "Used on over 4,000,000 websites!"
6080
  msgstr ""
6081
 
6082
+ #: languages/vue.php:704
6083
  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!"
6084
  msgstr ""
6085
 
6086
+ #: languages/vue.php:707
6087
  msgid "Skip this Step"
6088
  msgstr ""
6089
 
6090
+ #: languages/vue.php:710
6091
  msgid "Continue & Install WPForms"
6092
  msgstr ""
6093
 
6094
+ #: languages/vue.php:713
6095
  msgid "Installing..."
6096
  msgstr ""
6097
 
6098
+ #: languages/vue.php:716
6099
  msgid "Recommended Settings"
6100
  msgstr ""
6101
 
6102
+ #: languages/vue.php:719
6103
  msgid "ExactMetrics recommends the following settings based on your configuration."
6104
  msgstr ""
6105
 
6106
+ #: languages/vue.php:722
6107
  msgid "Events Tracking"
6108
  msgstr ""
6109
 
6110
+ #: languages/vue.php:725
6111
  msgid "Must have for all click tracking on site."
6112
  msgstr ""
6113
 
6114
+ #: languages/vue.php:728
6115
  msgid "ExactMetrics 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."
6116
  msgstr ""
6117
 
6118
+ #: languages/vue.php:731
6119
  msgid "Enhanced Link Attribution"
6120
  msgstr ""
6121
 
6122
+ #: languages/vue.php:734
6123
  msgid "Improves the accuracy of your In-Page Analytics."
6124
  msgstr ""
6125
 
6126
+ #: languages/vue.php:737
6127
  msgid "ExactMetrics 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."
6128
  msgstr ""
6129
 
6130
+ #: languages/vue.php:740
6131
  msgid "Install Updates Automatically"
6132
  msgstr ""
6133
 
6134
+ #: languages/vue.php:743
6135
  msgid "Get the latest features, bug fixes, and security updates as they are released."
6136
  msgstr ""
6137
 
6138
+ #: languages/vue.php:746
6139
  msgid "To ensure you get the latest bug fixes and security updates and avoid needing to spend time logging into your WordPress site to update ExactMetrics, we offer the ability to automatically have ExactMetrics update itself."
6140
  msgstr ""
6141
 
6142
+ #: languages/vue.php:749
6143
  msgid "File Download Tracking"
6144
  msgstr ""
6145
 
6146
+ #: languages/vue.php:752
6147
  msgid "Helps you see file downloads data."
6148
  msgstr ""
6149
 
6150
+ #: languages/vue.php:755
6151
  msgid "ExactMetrics 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? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
6152
  msgstr ""
6153
 
6154
  #. Translators: Example path (/go/).
6155
+ #: languages/vue.php:759
6156
  msgid "Path (example: %s)"
6157
  msgstr ""
6158
 
6159
+ #: languages/vue.php:762
6160
  msgid "Path has to start with a / and have no spaces"
6161
  msgstr ""
6162
 
6163
  #. Translators: Example label (aff).
6164
+ #: languages/vue.php:766
6165
  msgid "Label (example: %s)"
6166
  msgstr ""
6167
 
6168
+ #: languages/vue.php:769
6169
  msgid "Label can't contain any spaces"
6170
  msgstr ""
6171
 
6172
+ #: languages/vue.php:772
6173
  msgid "Helps you increase affiliate revenue."
6174
  msgstr ""
6175
 
6176
+ #: languages/vue.php:775
6177
  msgid "ExactMetrics 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."
6178
  msgstr ""
6179
 
6180
+ #: languages/vue.php:778
6181
  msgid "Affiliate Link Tracking"
6182
  msgstr ""
6183
 
6184
+ #: languages/vue.php:781
6185
  msgid "Who Can See Reports"
6186
  msgstr ""
6187
 
6188
+ #: languages/vue.php:784
6189
  msgid "These user roles will be able to access ExactMetrics' reports in the WordPress admin area."
6190
  msgstr ""
6191
 
6192
+ #: languages/vue.php:787
6193
  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."
6194
  msgstr ""
6195
 
6196
+ #: languages/vue.php:790
6197
  msgid "Save and continue"
6198
  msgstr ""
6199
 
6200
+ #: languages/vue.php:793
6201
  msgid "Events Tracking is enabled the moment you set up ExactMetrics"
6202
  msgstr ""
6203
 
6204
+ #: languages/vue.php:796
6205
  msgid "Enhanced Link Attribution is enabled the moment you set up ExactMetrics"
6206
  msgstr ""
6207
 
6208
+ #: languages/vue.php:799
6209
  msgid "+ Add Role"
6210
  msgstr ""
6211
 
6212
  #. Translators: Placeholders are used for making text bold and adding a link.
6213
+ #: languages/vue.php:803
6214
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
6215
  msgstr ""
6216
 
6217
+ #: languages/vue.php:806
6218
  #: lite/includes/admin/reports/report-dimensions.php:22
6219
  msgid "Dimensions"
6220
  msgstr ""
6221
 
6222
+ #: languages/vue.php:809
6223
  msgid "Site Speed"
6224
  msgstr ""
6225
 
6226
+ #: languages/vue.php:812
6227
  msgid "License Key"
6228
  msgstr ""
6229
 
6230
  #. Translators: Add link to retrieve license key from account.
6231
+ #: languages/vue.php:816
6232
  msgid "Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6233
  msgstr ""
6234
 
6235
+ #: languages/vue.php:819
6236
  msgid "Google Authentication"
6237
  msgstr ""
6238
 
6239
+ #: languages/vue.php:822
6240
  msgid "Miscellaneous"
6241
  msgstr ""
6242
 
6243
+ #: languages/vue.php:825
6244
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6245
  msgstr ""
6246
 
6247
+ #: languages/vue.php:828
6248
  msgid "Hide Announcements"
6249
  msgstr ""
6250
 
6251
+ #: languages/vue.php:831
6252
  msgid "You're using ExactMetrics Lite – no license needed. Enjoy!"
6253
  msgstr ""
6254
 
6255
+ #. Translators: Add link to upgrade.
6256
+ #: languages/vue.php:835
6257
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
6258
  msgstr ""
6259
 
6260
+ #: languages/vue.php:838
6261
  msgid "Receive 50% off automatically applied at the checkout!"
6262
  msgstr ""
6263
 
6264
+ #: languages/vue.php:841
6265
  msgid "See all features"
6266
  msgstr ""
6267
 
6268
+ #: languages/vue.php:844
6269
  msgid "Setup Wizard"
6270
  msgstr ""
6271
 
6272
+ #: languages/vue.php:847
6273
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6274
  msgstr ""
6275
 
6276
+ #: languages/vue.php:850
6277
  msgid "Relaunch Setup Wizard"
6278
  msgstr ""
6279
 
6280
+ #: languages/vue.php:853
6281
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6282
  msgstr ""
6283
 
6284
+ #: languages/vue.php:856
6285
  msgid "No addons found."
6286
  msgstr ""
6287
 
6288
+ #: languages/vue.php:859
6289
  msgid "Refresh Addons"
6290
  msgstr ""
6291
 
6292
  #. Translators: Adds a line break.
6293
+ #: languages/vue.php:866
6294
  msgid "Upgrade to Pro to unlock addons and other great features."
6295
  msgstr ""
6296
 
6297
+ #: languages/vue.php:869
6298
  msgid "As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!"
6299
  msgstr ""
6300
 
6301
+ #: languages/vue.php:872
6302
  msgid "Refreshing Addons"
6303
  msgstr ""
6304
 
6305
+ #: languages/vue.php:875
6306
  msgid "Get ExactMetrics Pro Today and Unlock all the Powerful Features"
6307
  msgstr ""
6308
 
6309
  #. Translators: Placeholders make the text green.
6310
+ #: languages/vue.php:879
6311
  msgid "Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6312
  msgstr ""
6313
 
6314
+ #: languages/vue.php:882
6315
  msgid "How to Connect to Google Analytics"
6316
  msgstr ""
6317
 
6318
+ #: languages/vue.php:885
6319
  msgid "After you install ExactMetrics, you’ll need to connect your WordPress site with your Google Analytics account. ExactMetrics makes the process easy, with no coding required."
6320
  msgstr ""
6321
 
6322
+ #: languages/vue.php:888
6323
  msgid "Guide and Checklist for Advanced Insights"
6324
  msgstr ""
6325
 
6326
+ #: languages/vue.php:891
6327
  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 ExactMetrics’ advanced tracking."
6328
  msgstr ""
6329
 
6330
+ #: languages/vue.php:894
6331
  msgid "GDPR Guide"
6332
  msgstr ""
6333
 
6334
+ #: languages/vue.php:897
6335
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help ExactMetrics users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
6336
  msgstr ""
6337
 
6338
+ #: languages/vue.php:900
6339
  msgid "How to Install and Activate ExactMetrics Addons"
6340
  msgstr ""
6341
 
6342
+ #: languages/vue.php:903
6343
  msgid "The process for installing and activating addons is quick and easy after you install the ExactMetrics plugin. In this guide we’ll walk you through the process, step by step."
6344
  msgstr ""
6345
 
6346
+ #: languages/vue.php:906
6347
  msgid "Enabling eCommerce Tracking and Reports"
6348
  msgstr ""
6349
 
6350
+ #: languages/vue.php:909
6351
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with ExactMetrics? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
6352
  msgstr ""
6353
 
6354
+ #: languages/vue.php:912
6355
  msgid "Read Documentation"
6356
  msgstr ""
6357
 
6358
  #. Translators: Makes the text bold.
6359
+ #: languages/vue.php:916
6360
  msgid "%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress."
6361
  msgstr ""
6362
 
6363
  #. Translators: Makes the text bold.
6364
+ #: languages/vue.php:920
6365
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click."
6366
  msgstr ""
6367
 
6368
+ #: languages/vue.php:929
6369
  msgid "One-click Complete eCommerce tracking"
6370
  msgstr ""
6371
 
6372
+ #: languages/vue.php:932
6373
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
6374
  msgstr ""
6375
 
6376
+ #: languages/vue.php:935
6377
  msgid "Forms Tracking"
6378
  msgstr ""
6379
 
6380
+ #: languages/vue.php:938
6381
  msgid "One-click Form Events Tracking"
6382
  msgstr ""
6383
 
6384
+ #: languages/vue.php:941
6385
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
6386
  msgstr ""
6387
 
6388
+ #: languages/vue.php:944
6389
  msgid "WordPress Admin Area Reports"
6390
  msgstr ""
6391
 
6392
+ #: languages/vue.php:947
6393
  msgid "Standard Reports"
6394
  msgstr ""
6395
 
6396
+ #: languages/vue.php:950
6397
  msgid "Overview Reports for the last 30 days."
6398
  msgstr ""
6399
 
6400
+ #: languages/vue.php:953
6401
  msgid "Advanced Reports"
6402
  msgstr ""
6403
 
6404
+ #: languages/vue.php:956
6405
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
6406
  msgstr ""
6407
 
6408
+ #: languages/vue.php:959
6409
  msgid "Dashboard Widget"
6410
  msgstr ""
6411
 
6412
+ #: languages/vue.php:962
6413
  msgid "Basic Widget"
6414
  msgstr ""
6415
 
6416
+ #: languages/vue.php:965
6417
  msgid "Overview Report Synopsis"
6418
  msgstr ""
6419
 
6420
+ #: languages/vue.php:968
6421
  msgid "Advanced Dashboard Widget"
6422
  msgstr ""
6423
 
6424
+ #: languages/vue.php:971
6425
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
6426
  msgstr ""
6427
 
6428
+ #: languages/vue.php:974
6429
  msgid "Publisher Reports"
6430
  msgstr ""
6431
 
6432
+ #: languages/vue.php:977
6433
  msgid "Advanced Publisher Reports & Tracking"
6434
  msgstr ""
6435
 
6436
+ #: languages/vue.php:980
6437
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
6438
  msgstr ""
6439
 
6440
+ #: languages/vue.php:986
6441
  msgid "Email Summaries"
6442
  msgstr ""
6443
 
6444
+ #: languages/vue.php:989
6445
  msgid "Included"
6446
  msgstr ""
6447
 
6448
+ #: languages/vue.php:992
6449
  msgid "Get weekly traffic reports directly in your inbox."
6450
  msgstr ""
6451
 
6452
+ #: languages/vue.php:998
6453
  msgid "Basic Options"
6454
  msgstr ""
6455
 
6456
+ #: languages/vue.php:1001
6457
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
6458
  msgstr ""
6459
 
6460
+ #: languages/vue.php:1004
6461
  msgid "Dynamic Popular Posts & Popular Products"
6462
  msgstr ""
6463
 
6464
+ #: languages/vue.php:1007
6465
  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."
6466
  msgstr ""
6467
 
6468
+ #: languages/vue.php:1011
6469
  msgid "Not Available"
6470
  msgstr ""
6471
 
6472
+ #: languages/vue.php:1014
6473
  msgid "Complete Custom Dimensions Tracking"
6474
  msgstr ""
6475
 
6476
+ #: languages/vue.php:1017
6477
  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"
6478
  msgstr ""
6479
 
6480
+ #: languages/vue.php:1023
6481
  msgid "Limited Support"
6482
  msgstr ""
6483
 
6484
+ #: languages/vue.php:1026
6485
  msgid "Priority Support"
6486
  msgstr ""
6487
 
6488
+ #: languages/vue.php:1029
6489
  msgid "Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features."
6490
  msgstr ""
6491
 
6492
+ #: languages/vue.php:1032
6493
  msgid "Feature"
6494
  msgstr ""
6495
 
6496
+ #: languages/vue.php:1035
6497
  msgid "Lite"
6498
  msgstr ""
6499
 
6500
+ #: languages/vue.php:1038
6501
  msgid "Pro"
6502
  msgstr ""
6503
 
6504
+ #: languages/vue.php:1041
6505
  msgid "Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout."
6506
  msgstr ""
6507
 
6508
+ #: languages/vue.php:1047
6509
  msgid "Universal Tracking"
6510
  msgstr ""
6511
 
6512
+ #: languages/vue.php:1050
6513
  msgid "Custom Google Analytics Link Tracking"
6514
  msgstr ""
6515
 
6516
+ #: languages/vue.php:1053
6517
  msgid "Standard Tracking"
6518
  msgstr ""
6519
 
6520
+ #: languages/vue.php:1056
6521
  msgid "Advanced Tracking"
6522
  msgstr ""
6523
 
6524
+ #: languages/vue.php:1059
6525
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
6526
  msgstr ""
6527
 
6528
+ #: languages/vue.php:1062
6529
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
6530
  msgstr ""
6531
 
6532
+ #: languages/vue.php:1065
6533
  msgid "No-Code-Needed Tracking Features"
6534
  msgstr ""
6535
 
6536
+ #: languages/vue.php:1068
6537
  msgid "Basic Tracking Options"
6538
  msgstr ""
6539
 
6540
+ #: languages/vue.php:1071
6541
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
6542
  msgstr ""
6543
 
6544
+ #: languages/vue.php:1074
6545
  msgid "Advanced Tracking Options"
6546
  msgstr ""
6547
 
6548
+ #: languages/vue.php:1077
6549
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
6550
  msgstr ""
6551
 
6552
+ #: languages/vue.php:1080
6553
  msgid "Inbox"
6554
  msgstr ""
6555
 
6556
+ #: languages/vue.php:1083
6557
  msgid "Back to Inbox"
6558
  msgstr ""
6559
 
6560
+ #: languages/vue.php:1086
6561
  msgid "View Dismissed"
6562
  msgstr ""
6563
 
6564
+ #: languages/vue.php:1089
6565
  msgid "Notifications"
6566
  msgstr ""
6567
 
6568
+ #: languages/vue.php:1092
6569
  msgid "Dismiss All"
6570
  msgstr ""
6571
 
6572
+ #: languages/vue.php:1095
6573
  msgid "Dismissed"
6574
  msgstr ""
6575
 
6576
+ #: languages/vue.php:1098
6577
  msgid "No Notifications"
6578
  msgstr ""
6579
 
6580
  #. Translators: Error status and error text.
6581
+ #: languages/vue.php:1102
6582
  msgid "Can't load settings. Error: %1$s, %2$s"
6583
  msgstr ""
6584
 
6585
+ #: languages/vue.php:1105
6586
  msgid "You appear to be offline."
6587
  msgstr ""
6588
 
6589
  #. Translators: Error status and error text.
6590
+ #: languages/vue.php:1109
6591
  msgid "Can't save settings. Error: %1$s, %2$s"
6592
  msgstr ""
6593
 
6594
+ #: languages/vue.php:1113
6595
  msgid "Network error encountered. Settings not saved."
6596
  msgstr ""
6597
 
6598
+ #: languages/vue.php:1116
6599
  msgid "Show in widget mode"
6600
  msgstr ""
6601
 
6602
+ #: languages/vue.php:1119
6603
  msgid "Show in full-width mode"
6604
  msgstr ""
6605
 
6606
+ #: languages/vue.php:1122
6607
  msgid "Show Overview Reports"
6608
  msgstr ""
6609
 
6610
+ #: languages/vue.php:1125
6611
  msgid "Show Publishers Reports"
6612
  msgstr ""
6613
 
6614
+ #: languages/vue.php:1128
6615
  msgid "Show eCommerce Reports"
6616
  msgstr ""
6617
 
6618
+ #: languages/vue.php:1131
6619
  msgid "Settings Menu"
6620
  msgstr ""
6621
 
6622
+ #: languages/vue.php:1134
6623
  msgid "Available in PRO version"
6624
  msgstr ""
6625
 
6626
+ #: languages/vue.php:1137
6627
  msgid "See All Reports"
6628
  msgstr ""
6629
 
6630
+ #: languages/vue.php:1140
6631
  msgid "Go to the Analytics Dashboard"
6632
  msgstr ""
6633
 
6634
+ #: languages/vue.php:1155
6635
  msgid "Cart Funnel"
6636
  msgstr ""
6637
 
6638
+ #: languages/vue.php:1158
6639
  msgid "Customer Insights"
6640
  msgstr ""
6641
 
6642
+ #: languages/vue.php:1161
6643
  msgid "Campaign Measurement"
6644
  msgstr ""
6645
 
6646
+ #: languages/vue.php:1164
6647
  msgid "Customer Profiles"
6648
  msgstr ""
6649
 
6650
+ #: languages/vue.php:1167
6651
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, revenue, and average order value, and more."
6652
  msgstr ""
6653
 
6654
+ #: languages/vue.php:1170
6655
  msgid "Truly Understand Your%1$s Customers With %2$sExactMetrics%3$s"
6656
  msgstr ""
6657
 
6658
+ #: languages/vue.php:1173
6659
  msgid "You never truly understand your customers until you used Enhanced %1$s eCommerce from ExactMetrics!"
6660
  msgstr ""
6661
 
6662
+ #: languages/vue.php:1176
6663
  msgid "Track all-new metrics!"
6664
  msgstr ""
6665
 
6666
+ #: languages/vue.php:1179
6667
  msgid "Get stats WooCommerce doesn’t give you like: Conversion Sources, Avg. Order Value, Revenue per Source, Total Add to Carts & More!"
6668
  msgstr ""
6669
 
6670
+ #: languages/vue.php:1182
6671
  msgid "FEATURES"
6672
  msgstr ""
6673
 
6674
+ #: languages/vue.php:1185
6675
  msgid "Get The Unique Metrics Neccessary for Growth"
6676
  msgstr ""
6677
 
6678
+ #: languages/vue.php:1188
6679
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, %1$srevenue, and average order value, and more."
6680
  msgstr ""
6681
 
6682
+ #: languages/vue.php:1191
6683
  msgid "Get Answers to the important questions %1$syou should know."
6684
  msgstr ""
6685
 
6686
+ #: languages/vue.php:1194
6687
  msgid "Did the login/registration step of the checkout put users off?"
6688
  msgstr ""
6689
 
6690
+ #: languages/vue.php:1197
6691
  msgid "Which ad campaign is driving the most revenue?"
6692
  msgstr ""
6693
 
6694
+ #: languages/vue.php:1200
6695
  msgid "Who is my typical customer?"
6696
  msgstr ""
6697
 
6698
+ #: languages/vue.php:1203
6699
  msgid "Level-up Your eCommerce store with %1$sExactMetrics + WooCommerce!%1$s"
6700
  msgstr ""
6701
 
6702
  #. Translators: Error status and error text.
6703
+ #: languages/vue.php:1207
6704
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
6705
  msgstr ""
6706
 
6707
  #. Translators: Error status and error text.
6708
+ #: languages/vue.php:1211
6709
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
6710
  msgstr ""
6711
 
6712
  #. Translators: Error status and error text.
6713
+ #: languages/vue.php:1215
6714
  msgid "Can't load license details. Error: %1$s, %2$s"
6715
  msgstr ""
6716
 
6717
+ #: languages/vue.php:1218
6718
  msgid "Error loading license details"
6719
  msgstr ""
6720
 
6721
  #. Translators: Error status and error text.
6722
+ #: languages/vue.php:1222
6723
  msgid "Can't verify the license. Error: %1$s, %2$s"
6724
  msgstr ""
6725
 
6726
  #. Translators: Error status and error text.
6727
+ #: languages/vue.php:1226
6728
  msgid "Can't validate the license. Error: %1$s, %2$s"
6729
  msgstr ""
6730
 
6731
+ #: languages/vue.php:1229
6732
  msgid "Reset to default"
6733
  msgstr ""
6734
 
6735
+ #: languages/vue.php:1232
6736
  msgid "The value entered does not match the required format"
6737
  msgstr ""
6738
 
6739
+ #: languages/vue.php:1235
6740
  msgid "Check out the newly added classic mode"
6741
  msgstr ""
6742
 
6743
  #. Translators: Placeholder adds a line break.
6744
+ #: languages/vue.php:1239
6745
  msgid "You can customize your %sdate range only in the PRO version."
6746
  msgstr ""
6747
 
6748
+ #: languages/vue.php:1242
6749
  msgid "Help Us Improve"
6750
  msgstr ""
6751
 
6752
+ #: languages/vue.php:1245
6753
  msgid "Help us better understand our users and their website needs."
6754
  msgstr ""
6755
 
6756
  #. Translators: Adds a link to the documentation.
6757
+ #: languages/vue.php:1249
6758
  msgid "If enabled ExactMetrics will send some information about your WordPress site like what plugins and themes you use and which ExactMetrics 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"
6759
  msgstr ""
6760
 
6761
  #. Translators: The name of the field that is throwing a validation error.
6762
+ #: languages/vue.php:1253
6763
  msgid "%s can't be empty."
6764
  msgstr ""
6765
 
6766
+ #: languages/vue.php:1256
6767
  msgid "Duplicate values are not allowed."
6768
  msgstr ""
6769
 
6770
+ #: languages/vue.php:1259
6771
  msgid "You can add maximum 5 items."
6772
  msgstr ""
6773
 
6774
+ #: languages/vue.php:1262
6775
  msgid "At least 0 item required."
6776
  msgstr ""
6777
 
6778
+ #: languages/vue.php:1265
6779
  msgid "Add Another Link Path"
6780
  msgstr ""
6781
 
6782
+ #: languages/vue.php:1268
6783
  msgid "Remove row"
6784
  msgstr ""
6785
 
6786
+ #: languages/vue.php:1272
6787
  msgid "Sessions"
6788
  msgstr ""
6789
 
6790
  #. Translators: Line break.
6791
+ #: languages/vue.php:1276
6792
  msgid "Unique %s Sessions"
6793
  msgstr ""
6794
 
6795
+ #: languages/vue.php:1280
6796
  msgid "Pageviews"
6797
  msgstr ""
6798
 
6799
  #. Translators: Line break.
6800
+ #: languages/vue.php:1284
6801
  msgid "Unique %s Pageviews"
6802
  msgstr ""
6803
 
6804
+ #: languages/vue.php:1287
6805
  msgid "A session is the browsing session of a single user to your site."
6806
  msgstr ""
6807
 
6808
+ #: languages/vue.php:1290
6809
  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."
6810
  msgstr ""
6811
 
6812
+ #: languages/vue.php:1293
6813
  msgid "Total duration of all sessions (in seconds) / number of sessions."
6814
  msgstr ""
6815
 
6816
+ #: languages/vue.php:1296
6817
  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."
6818
  msgstr ""
6819
 
6820
+ #: languages/vue.php:1299
6821
  msgid "The number of distinct tracked users"
6822
  msgstr ""
6823
 
6824
+ #: languages/vue.php:1302
6825
  msgid "Avg. Session Duration"
6826
  msgstr ""
6827
 
6828
+ #: languages/vue.php:1310
6829
  msgid "Total Users"
6830
  msgstr ""
6831
 
6832
+ #: languages/vue.php:1313
6833
  msgid "No options available"
6834
  msgstr ""
6835
 
6836
  #. Translators: Placeholders make the text highlighted.
6837
+ #: languages/vue.php:1317
6838
  msgid "%1$sNeed%2$s to Grow FASTER??"
6839
  msgstr ""
6840
 
6841
+ #: languages/vue.php:1320
6842
  msgid "Get additional, actionable insights by going Pro."
6843
  msgstr ""
6844
 
6845
+ #: languages/vue.php:1323
6846
  msgid "Skip"
6847
  msgstr ""
6848
 
6849
+ #: languages/vue.php:1326
6850
  msgid "See All Features"
6851
  msgstr ""
6852
 
6853
+ #: languages/vue.php:1329
6854
  msgid "Upgrade to Pro to get the complete ExactMetrics experience including 1 click tracking integrations for your favorite WordPress plugins and insightful reports backed by our legendary support team."
6855
  msgstr ""
6856
 
6857
+ #: languages/vue.php:1332
6858
  msgid "Our Pro plan includes:"
6859
  msgstr ""
6860
 
6861
  #. Translators: Error status and error text.
6862
+ #: languages/vue.php:1336
6863
  msgid "Can't load errors. Error: %1$s, %2$s"
6864
  msgstr ""
6865
 
6866
+ #: languages/vue.php:1339
6867
  msgid "Real-Time Report"
6868
  msgstr ""
6869
 
6870
+ #: languages/vue.php:1342
6871
  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 visitor's activity when you need it."
6872
  msgstr ""
6873
 
6874
  #. Translators: add link to blog.
6875
+ #: languages/vue.php:1346
6876
  msgid "To comply with Google's API policies we've had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
6877
  msgstr ""
6878
 
6879
+ #: languages/vue.php:1350
6880
  msgid "Here's what you get:"
6881
  msgstr ""
6882
 
6883
+ #: languages/vue.php:1353
6884
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
6885
  msgstr ""
6886
 
6887
+ #: languages/vue.php:1356
6888
  msgid "See Your Top Pages Immediately After Making Changes"
6889
  msgstr ""
6890
 
6891
+ #: languages/vue.php:1359
6892
  msgid "See Your Top Referral Sources and Adapt Faster"
6893
  msgstr ""
6894
 
6895
+ #: languages/vue.php:1362
6896
  msgid "See Your Traffic Demographics"
6897
  msgstr ""
6898
 
6899
+ #: languages/vue.php:1365
6900
  msgid "Get Fresh Report Data Every 60 Seconds"
6901
  msgstr ""
6902
 
6903
+ #: languages/vue.php:1368
6904
  msgid "See Where Your Visitors are Connecting From (country & city)"
6905
  msgstr ""
6906
 
6907
+ #: languages/vue.php:1371
6908
  msgid "Forms Report"
6909
  msgstr ""
6910
 
6911
+ #: languages/vue.php:1374
6912
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
6913
  msgstr ""
6914
 
6915
+ #: languages/vue.php:1377
6916
  msgid "See Your Top Converting Forms and Optimize"
6917
  msgstr ""
6918
 
6919
+ #: languages/vue.php:1380
6920
  msgid "See Your Forms Impressions Count to Find the Best Placement"
6921
  msgstr ""
6922
 
6923
+ #: languages/vue.php:1383
6924
  msgid "Awesome, You're All Set!"
6925
  msgstr ""
6926
 
6927
+ #: languages/vue.php:1386
6928
  msgid "ExactMetrics is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
6929
  msgstr ""
6930
 
6931
  #. Translators: Make text bold.
6932
+ #: languages/vue.php:1390
6933
  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."
6934
  msgstr ""
6935
 
6936
  #. Translators: Add link to blog.
6937
  #. Translators: Link to our blog.
6938
+ #: languages/vue.php:1394
6939
+ #: languages/vue.php:3586
6940
  msgid "%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business."
6941
  msgstr ""
6942
 
6943
+ #: languages/vue.php:1397
6944
  msgid "Finish Setup & Exit Wizard"
6945
  msgstr ""
6946
 
6947
+ #: languages/vue.php:1400
6948
  msgid "Google Analytics"
6949
  msgstr ""
6950
 
6951
+ #: languages/vue.php:1403
6952
  msgid "Subscribe"
6953
  msgstr ""
6954
 
6955
+ #: languages/vue.php:1406
6956
  msgid "Checking your website..."
6957
  msgstr ""
6958
 
6959
+ #: languages/vue.php:1409
6960
  msgid "Recommended Addons"
6961
  msgstr ""
6962
 
6963
  #. Translators: Add a link to upgrade and make the text green.
6964
+ #: languages/vue.php:1413
6965
  msgid "To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!"
6966
  msgstr ""
6967
 
6968
+ #: languages/vue.php:1416
6969
  msgid "Upgrade to PRO Now"
6970
  msgstr ""
6971
 
6972
+ #: languages/vue.php:1419
6973
  msgid "See who’s viewing and submitting your forms, so you can increase your conversion rate."
6974
  msgstr ""
6975
 
6976
+ #: languages/vue.php:1422
6977
  msgid "See All Your Important Store Metrics in One Place."
6978
  msgstr ""
6979
 
6980
+ #: languages/vue.php:1425
6981
  msgid "... and more:"
6982
  msgstr ""
6983
 
6984
+ #: languages/vue.php:1428
6985
  msgid "Dimensions- Track authors, categories, trags, searches, users and more."
6986
  msgstr ""
6987
 
6988
+ #: languages/vue.php:1431
6989
  msgid "EU Compliance- Improve compliance with GDPR and other privacy regulations."
6990
  msgstr ""
6991
 
6992
+ #: languages/vue.php:1434
6993
  msgid "AMP- ExactMetrics Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages."
6994
  msgstr ""
6995
 
6996
+ #: languages/vue.php:1437
6997
  msgid "Facebook Instant Articles- Integrate Google Analytics and Facebook Instant Articles with just one click."
6998
  msgstr ""
6999
 
7000
+ #: languages/vue.php:1440
7001
  msgid "eCommerce- Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores."
7002
  msgstr ""
7003
 
7004
+ #: languages/vue.php:1443
7005
  msgid "Google Optimize- Easily enable Google Optimize on your WordPress site."
7006
  msgstr ""
7007
 
7008
+ #: languages/vue.php:1446
7009
  msgid "Forms- Enable tracking of your form views, submissions and conversion rates."
7010
  msgstr ""
7011
 
7012
+ #: languages/vue.php:1449
7013
  msgid "Ads- See who’s clicking on your Google Adsense banner ads."
7014
  msgstr ""
7015
 
7016
+ #: languages/vue.php:1452
7017
  msgid "Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress."
7018
  msgstr ""
7019
 
7020
+ #: languages/vue.php:1455
7021
  msgid "Ready to take your website to the next level? ExactMetrics gives you the accurate insights you need to make data-driven decisions to grow your traffic and conversions faster than ever before. Now you can easily enable advanced tracking on your website without having to know any code."
7022
  msgstr ""
7023
 
7024
+ #: languages/vue.php:1458
7025
  msgid "The ExactMetrics Team"
7026
  msgstr ""
7027
 
7028
+ #: languages/vue.php:1461
7029
  msgid "Custom Dimensions Report"
7030
  msgstr ""
7031
 
7032
+ #: languages/vue.php:1464
7033
  msgid "Unlock the Dimensions Report and decide what data is important using your own custom tracking parameters"
7034
  msgstr ""
7035
 
7036
+ #: languages/vue.php:1467
7037
  msgid "The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
7038
  msgstr ""
7039
 
7040
+ #: languages/vue.php:1470
7041
  msgid "Author tracking to see which author’s posts generate the most traffic"
7042
  msgstr ""
7043
 
7044
+ #: languages/vue.php:1473
7045
  msgid "Post Type tracking to see which WordPress post types perform better"
7046
  msgstr ""
7047
 
7048
+ #: languages/vue.php:1476
7049
  msgid "Category tracking to see which sections of your sites are the most popular"
7050
  msgstr ""
7051
 
7052
+ #: languages/vue.php:1479
7053
  msgid "SEO score tracking to see which blog SEO scores are the most popular"
7054
  msgstr ""
7055
 
7056
+ #: languages/vue.php:1482
7057
  msgid "Focus Keyword tracking to see which of your content is doing well in search engines."
7058
  msgstr ""
7059
 
7060
+ #: languages/vue.php:1485
7061
  msgid "Tag tracking to determine which topics are the most engaging to for your website visitors."
7062
  msgstr ""
7063
 
7064
  #. Translators: add link to blog.
7065
+ #: languages/vue.php:1489
7066
  msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. With the Site Speed report you'll be able to check your site's performance directly from your ExactMetrics dashboard."
7067
  msgstr ""
7068
 
7069
+ #: languages/vue.php:1492
7070
  msgid "See Your Homepage's Overall Performance Score"
7071
  msgstr ""
7072
 
7073
+ #: languages/vue.php:1495
7074
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
7075
  msgstr ""
7076
 
7077
+ #: languages/vue.php:1498
7078
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
7079
  msgstr ""
7080
 
7081
+ #: languages/vue.php:1501
7082
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
7083
  msgstr ""
7084
 
7085
+ #: languages/vue.php:1504
7086
  msgid "Hide dashboard widget"
7087
  msgstr ""
7088
 
7089
+ #: languages/vue.php:1507
7090
  msgid "Are you sure you want to hide the ExactMetrics Dashboard Widget? "
7091
  msgstr ""
7092
 
7093
+ #: languages/vue.php:1510
7094
  msgid "Yes, hide it!"
7095
  msgstr ""
7096
 
7097
+ #: languages/vue.php:1513
7098
  msgid "No, cancel!"
7099
  msgstr ""
7100
 
7101
+ #: languages/vue.php:1516
7102
  msgid "ExactMetrics Widget Hidden"
7103
  msgstr ""
7104
 
7105
+ #: languages/vue.php:1519
7106
  msgid "You can re-enable the ExactMetrics widget at any time using the \"Screen Options\" menu on the top right of this page"
7107
  msgstr ""
7108
 
7109
  #. Translators: Error status and error text.
7110
+ #: languages/vue.php:1523
7111
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7112
  msgstr ""
7113
 
7114
  #. Translators: Error status and error text.
7115
+ #: languages/vue.php:1527
7116
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7117
  msgstr ""
7118
 
7119
+ #: languages/vue.php:1530
7120
  msgid "You appear to be offline. Settings not saved."
7121
  msgstr ""
7122
 
7123
  #. Translators: Error status and error text.
7124
+ #: languages/vue.php:1534
7125
  msgid "Can't authenticate. Error: %1$s, %2$s"
7126
  msgstr ""
7127
 
7128
  #. Translators: Error status and error text.
7129
+ #: languages/vue.php:1538
7130
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7131
  msgstr ""
7132
 
7133
  #. Translators: Error status and error text.
7134
+ #: languages/vue.php:1542
7135
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7136
  msgstr ""
7137
 
7138
+ #: languages/vue.php:1545
7139
  msgid "Still Calculating..."
7140
  msgstr ""
7141
 
7142
+ #: languages/vue.php:1548
7143
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
7144
  msgstr ""
7145
 
7146
+ #: languages/vue.php:1551
7147
  msgid "Back to Overview Report"
7148
  msgstr ""
7149
 
7150
+ #: languages/vue.php:1554
7151
  msgid "Your 2020 Analytics Report"
7152
  msgstr ""
7153
 
7154
+ #: languages/vue.php:1557
7155
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
7156
  msgstr ""
7157
 
7158
+ #: languages/vue.php:1560
7159
  msgid "Audience"
7160
  msgstr ""
7161
 
7162
+ #: languages/vue.php:1563
7163
  msgid "Congrats"
7164
  msgstr ""
7165
 
7166
+ #: languages/vue.php:1566
7167
  msgid "Your website was quite popular this year! "
7168
  msgstr ""
7169
 
7170
+ #: languages/vue.php:1569
7171
  msgid "You had "
7172
  msgstr ""
7173
 
7174
+ #: languages/vue.php:1572
7175
  msgid " visitors!"
7176
  msgstr ""
7177
 
7178
+ #: languages/vue.php:1575
7179
  msgid " visitors"
7180
  msgstr ""
7181
 
7182
+ #: languages/vue.php:1578
7183
  msgid "Total Visitors"
7184
  msgstr ""
7185
 
7186
+ #: languages/vue.php:1581
7187
  msgid "Total Sessions"
7188
  msgstr ""
7189
 
7190
+ #: languages/vue.php:1584
7191
  msgid "Visitors by Month"
7192
  msgstr ""
7193
 
7194
+ #: languages/vue.php:1587
7195
  msgid "January 1, 2020 - December 31, 2020"
7196
  msgstr ""
7197
 
7198
+ #: languages/vue.php:1590
7199
  msgid "A Tip for 2021"
7200
  msgstr ""
7201
 
7202
+ #: languages/vue.php:1593
7203
  msgid "Demographics"
7204
  msgstr ""
7205
 
7206
+ #: languages/vue.php:1596
7207
  msgid "#1"
7208
  msgstr ""
7209
 
7210
+ #: languages/vue.php:1599
7211
  msgid "You Top 5 Countries"
7212
  msgstr ""
7213
 
7214
+ #: languages/vue.php:1602
7215
  msgid "Let’s get to know your visitors a little better, shall we?"
7216
  msgstr ""
7217
 
7218
+ #: languages/vue.php:1605
7219
  msgid "Gender"
7220
  msgstr ""
7221
 
7222
+ #: languages/vue.php:1608
7223
  msgid "Female"
7224
  msgstr ""
7225
 
7226
+ #: languages/vue.php:1611
7227
  msgid "Women"
7228
  msgstr ""
7229
 
7230
+ #: languages/vue.php:1614
7231
  msgid "Male"
7232
  msgstr ""
7233
 
7234
+ #: languages/vue.php:1617
7235
  msgid "Average Age"
7236
  msgstr ""
7237
 
7238
+ #: languages/vue.php:1620
7239
  msgid "Behavior"
7240
  msgstr ""
7241
 
7242
+ #: languages/vue.php:1623
7243
  msgid "Your Top 5 Pages"
7244
  msgstr ""
7245
 
7246
+ #: languages/vue.php:1626
7247
  msgid "Time Spent on Site"
7248
  msgstr ""
7249
 
7250
+ #: languages/vue.php:1629
7251
  msgid "minutes"
7252
  msgstr ""
7253
 
7254
+ #: languages/vue.php:1632
7255
  msgid "Device Type"
7256
  msgstr ""
7257
 
7258
+ #: languages/vue.php:1635
7259
  msgid "A Tip For 2021"
7260
  msgstr ""
7261
 
7262
+ #: languages/vue.php:1638
7263
  msgid "Are you looking for a way to track your landing pages and see which one gets the most conversions on your website?"
7264
  msgstr ""
7265
 
7266
+ #: languages/vue.php:1641
7267
  msgid "Read - How to Track Google Analytics Landing Page Conversions"
7268
  msgstr ""
7269
 
7270
+ #: languages/vue.php:1644
7271
  msgid "So, where did all of these visitors come from?"
7272
  msgstr ""
7273
 
7274
+ #: languages/vue.php:1647
7275
  msgid "Clicks"
7276
  msgstr ""
7277
 
7278
+ #: languages/vue.php:1650
7279
  msgid "Your Top 5 Keywords"
7280
  msgstr ""
7281
 
7282
+ #: languages/vue.php:1653
7283
  msgid "What keywords visitors searched for to find your site"
7284
  msgstr ""
7285
 
7286
+ #: languages/vue.php:1656
7287
  msgid "Your Top 5 Referrals"
7288
  msgstr ""
7289
 
7290
+ #: languages/vue.php:1659
7291
  msgid "The websites that link back to your website"
7292
  msgstr ""
7293
 
7294
+ #: languages/vue.php:1662
7295
  msgid "Opportunity"
7296
  msgstr ""
7297
 
7298
+ #: languages/vue.php:1665
7299
  msgid "Learn how to boost your SEO rankings using ExactMetrics so more visitors reach your articles and increase engagement."
7300
  msgstr ""
7301
 
7302
+ #: languages/vue.php:1668
7303
  msgid "Read - 5 Ways to Skyrocket Your SEO Rankings with Google Analytics"
7304
  msgstr ""
7305
 
7306
+ #: languages/vue.php:1671
7307
  msgid "Thank you for using ExactMetrics!"
7308
  msgstr ""
7309
 
7310
+ #: languages/vue.php:1674
7311
  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."
7312
  msgstr ""
7313
 
7314
+ #: languages/vue.php:1677
7315
  msgid "Here's to an amazing 2021!"
7316
  msgstr ""
7317
 
7318
+ #: languages/vue.php:1680
7319
  msgid "Enjoying ExactMetrics"
7320
  msgstr ""
7321
 
7322
+ #: languages/vue.php:1683
7323
  msgid "Leave a five star review!"
7324
  msgstr ""
7325
 
7326
+ #: languages/vue.php:1686
7327
  msgid "Syed Balkhi"
7328
  msgstr ""
7329
 
7330
+ #: languages/vue.php:1689
7331
  msgid "Chris Christoff"
7332
  msgstr ""
7333
 
7334
+ #: languages/vue.php:1692
7335
  msgid "Write Review"
7336
  msgstr ""
7337
 
7338
+ #: languages/vue.php:1695
7339
  msgid "Did you know over 10 million websites use our plugins?"
7340
  msgstr ""
7341
 
7342
+ #: languages/vue.php:1698
7343
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
7344
  msgstr ""
7345
 
7346
+ #: languages/vue.php:1701
7347
  msgid "Join our Communities!"
7348
  msgstr ""
7349
 
7350
+ #: languages/vue.php:1704
7351
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
7352
  msgstr ""
7353
 
7354
+ #: languages/vue.php:1707
7355
  msgid "Facebook Group"
7356
  msgstr ""
7357
 
7358
+ #: languages/vue.php:1710
7359
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
7360
  msgstr ""
7361
 
7362
+ #: languages/vue.php:1713
7363
  msgid "Join Now...It’s Free!"
7364
  msgstr ""
7365
 
7366
+ #: languages/vue.php:1716
7367
  msgid "WordPress Tutorials by WPBeginner"
7368
  msgstr ""
7369
 
7370
+ #: languages/vue.php:1719
7371
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
7372
  msgstr ""
7373
 
7374
+ #: languages/vue.php:1722
7375
  msgid "Visit WPBeginner"
7376
  msgstr ""
7377
 
7378
+ #: languages/vue.php:1725
7379
  msgid "Follow Us!"
7380
  msgstr ""
7381
 
7382
+ #: languages/vue.php:1728
7383
  msgid "Follow ExactMetrics on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
7384
  msgstr ""
7385
 
7386
+ #: languages/vue.php:1731
7387
  msgid "Copyright ExactMetrics, 2021"
7388
  msgstr ""
7389
 
7390
+ #: languages/vue.php:1734
7391
  msgid "Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights"
7392
  msgstr ""
7393
 
7394
+ #: languages/vue.php:1740
7395
  msgid "January"
7396
  msgstr ""
7397
 
7398
+ #: languages/vue.php:1743
7399
  msgid "February"
7400
  msgstr ""
7401
 
7402
+ #: languages/vue.php:1746
7403
  msgid "March"
7404
  msgstr ""
7405
 
7406
+ #: languages/vue.php:1749
7407
  msgid "April"
7408
  msgstr ""
7409
 
7410
+ #: languages/vue.php:1752
7411
  msgid "May"
7412
  msgstr ""
7413
 
7414
+ #: languages/vue.php:1755
7415
  msgid "June"
7416
  msgstr ""
7417
 
7418
+ #: languages/vue.php:1758
7419
  msgid "July"
7420
  msgstr ""
7421
 
7422
+ #: languages/vue.php:1761
7423
  msgid "August"
7424
  msgstr ""
7425
 
7426
+ #: languages/vue.php:1764
7427
  msgid "September"
7428
  msgstr ""
7429
 
7430
+ #: languages/vue.php:1767
7431
  msgid "October"
7432
  msgstr ""
7433
 
7434
+ #: languages/vue.php:1770
7435
  msgid "November"
7436
  msgstr ""
7437
 
7438
+ #: languages/vue.php:1773
7439
  msgid "December"
7440
  msgstr ""
7441
 
7442
  #. Translators: Number of visitors.
7443
+ #: languages/vue.php:1777
7444
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
7445
  msgstr ""
7446
 
7447
+ #: languages/vue.php:1780
7448
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
7449
  msgstr ""
7450
 
7451
  #. Translators: Number of visitors.
7452
+ #: languages/vue.php:1784
7453
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
7454
  msgstr ""
7455
 
7456
  #. Translators: Number of visitors.
7457
+ #: languages/vue.php:1788
7458
  msgid "%s Visitors"
7459
  msgstr ""
7460
 
7461
  #. Translators: Percent and Number of visitors.
7462
+ #: languages/vue.php:1792
7463
  msgid "%1$s&#37 of your visitors were %2$s"
7464
  msgstr ""
7465
 
7466
  #. Translators: Number of visitors and their age.
7467
+ #: languages/vue.php:1796
7468
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7469
  msgstr ""
7470
 
7471
+ #: languages/vue.php:1799
7472
  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>"
7473
  msgstr ""
7474
 
7475
  #. Translators: Number of minutes spent on site.
7476
+ #: languages/vue.php:1803
7477
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
7478
  msgstr ""
7479
 
7480
  #. Translators: Name of device type.
7481
+ #: languages/vue.php:1807
7482
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7483
  msgstr ""
7484
 
7485
  #. Translators: Number of visitors and device percentage.
7486
+ #: languages/vue.php:1811
7487
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7488
  msgstr ""
7489
 
7490
+ #: languages/vue.php:1814
7491
  msgid "Desktop"
7492
  msgstr ""
7493
 
7494
+ #: languages/vue.php:1817
7495
  msgid "Tablet"
7496
  msgstr ""
7497
 
7498
+ #: languages/vue.php:1820
7499
  msgid "Mobile"
7500
  msgstr ""
7501
 
7502
+ #: languages/vue.php:1823
7503
  msgid "Force Deauthenticate"
7504
  msgstr ""
7505
 
7506
+ #: languages/vue.php:1826
7507
  msgid "Disconnect ExactMetrics"
7508
  msgstr ""
7509
 
7510
+ #: languages/vue.php:1829
7511
  msgid "Authenticating"
7512
  msgstr ""
7513
 
7514
+ #: languages/vue.php:1832
7515
  msgid "Verifying Credentials"
7516
  msgstr ""
7517
 
7518
+ #: languages/vue.php:1835
7519
  msgid "Your site is connected to ExactMetrics!"
7520
  msgstr ""
7521
 
7522
+ #: languages/vue.php:1838
7523
  msgid "Deauthenticating"
7524
  msgstr ""
7525
 
7526
+ #: languages/vue.php:1841
7527
  msgid "You've disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
7528
  msgstr ""
7529
 
7530
+ #: languages/vue.php:1844
7531
+ #: languages/vue.php:1916
7532
  msgid "Connect ExactMetrics"
7533
  msgstr ""
7534
 
7535
+ #: languages/vue.php:1847
7536
  msgid "Verify Credentials"
7537
  msgstr ""
7538
 
7539
+ #: languages/vue.php:1853
7540
  msgid "Website Profile"
7541
  msgstr ""
7542
 
7543
+ #: languages/vue.php:1856
7544
  msgid "Active Profile"
7545
  msgstr ""
7546
 
7547
+ #: languages/vue.php:1859
7548
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
7549
  msgstr ""
7550
 
7551
+ #: languages/vue.php:1862
7552
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
7553
  msgstr ""
7554
 
7555
+ #: languages/vue.php:1865
7556
  msgid "Dual Tracking Profile"
7557
  msgstr ""
7558
 
7559
+ #: languages/vue.php:1868
7560
  msgid "The dual tracking feature allows you to continue tracking this site into an existing GAv3 property so you can continue to use the GA reports you are used to already. Learn more about this feature %1$shere%2$s."
7561
  msgstr ""
7562
 
7563
+ #: languages/vue.php:1871
7564
  msgid "Your Universal Analytics code should look like UA-XXXXXXXXXX where the X's are numbers."
7565
  msgstr ""
7566
 
7567
+ #: languages/vue.php:1874
7568
  msgid "The dual tracking feature allows you to begin tracking this site into a GAv4 property to take advantage of the new GAv4 analysis tools. Learn more about this feature %1$shere%2$s."
7569
  msgstr ""
7570
 
7571
+ #: languages/vue.php:1877
7572
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7573
  msgstr ""
7574
 
7575
+ #: languages/vue.php:1880
7576
  msgid "Measurement Protocol API Secret"
7577
  msgstr ""
7578
 
7579
+ #: languages/vue.php:1883
7580
  msgid "The Measurement Protocol API secret allows your site to send tracking data to Google Analytics. To retrieve your Measurement Protocol API Secret, follow %1$sthis guide%2$s."
7581
  msgstr ""
7582
 
7583
+ #: languages/vue.php:1886
7584
  msgid "Classic mode"
7585
  msgstr ""
7586
 
7587
+ #: languages/vue.php:1889
7588
  msgid "Proceed"
7589
  msgstr ""
7590
 
7591
+ #: languages/vue.php:1892
7592
  msgid "Connection Information"
7593
  msgstr ""
7594
 
7595
+ #: languages/vue.php:1895
7596
  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."
7597
  msgstr ""
7598
 
7599
+ #: languages/vue.php:1898
7600
  msgid "Hostname"
7601
  msgstr ""
7602
 
7603
+ #: languages/vue.php:1901
7604
  msgid "FTP Username"
7605
  msgstr ""
7606
 
7607
+ #: languages/vue.php:1904
7608
  msgid "FTP Password"
7609
  msgstr ""
7610
 
7611
+ #: languages/vue.php:1907
7612
  msgid "This password will not be stored on the server."
7613
  msgstr ""
7614
 
7615
+ #: languages/vue.php:1910
7616
  msgid "Connection Type"
7617
  msgstr ""
7618
 
7619
+ #: languages/vue.php:1913
7620
  msgid "Cancel"
7621
  msgstr ""
7622
 
7623
+ #: languages/vue.php:1919
7624
  msgid "Website profile"
7625
  msgstr ""
7626
 
7627
+ #: languages/vue.php:1922
7628
  msgid "Active profile"
7629
  msgstr ""
7630
 
7631
+ #: languages/vue.php:1925
7632
  msgid "Skip and Keep Connection"
7633
  msgstr ""
7634
 
7635
  #. Translators: Replaced with the number of days
7636
+ #: languages/vue.php:1929
7637
  msgid "vs. Previous Day"
7638
  msgstr ""
7639
 
7640
+ #: languages/vue.php:1932
7641
  msgid "No change"
7642
  msgstr ""
7643
 
7644
+ #: languages/vue.php:1935
7645
  msgid "Choose Theme"
7646
  msgstr ""
7647
 
7648
+ #: languages/vue.php:1938
7649
  msgid "Widget Styling"
7650
  msgstr ""
7651
 
7652
+ #: languages/vue.php:1941
7653
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
7654
  msgstr ""
7655
 
7656
+ #: languages/vue.php:1944
7657
  msgid "Sort By"
7658
  msgstr ""
7659
 
7660
+ #: languages/vue.php:1947
7661
  msgid "Choose how you'd like the widget to determine your popular posts."
7662
  msgstr ""
7663
 
7664
+ #: languages/vue.php:1950
7665
  msgid "Display Title"
7666
  msgstr ""
7667
 
7668
+ #: languages/vue.php:1956
7669
  msgid "Title your widget and set its display preferences."
7670
  msgstr ""
7671
 
7672
+ #: languages/vue.php:1959
7673
  msgid "Include in Post Types"
7674
  msgstr ""
7675
 
7676
+ #: languages/vue.php:1962
7677
  msgid "Exclude from specific posts"
7678
  msgstr ""
7679
 
7680
  #. Translators: Placeholders make the text bold.
7681
+ #: languages/vue.php:1966
7682
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
7683
  msgstr ""
7684
 
7685
  #. Translators: Placeholders make the text bold.
7686
+ #: languages/vue.php:1970
7687
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
7688
  msgstr ""
7689
 
7690
+ #: languages/vue.php:1973
7691
  msgid "Loading Themes"
7692
  msgstr ""
7693
 
7694
  #. Translators: placeholders make text small.
7695
+ #: languages/vue.php:1977
7696
  msgid "Default Styles %1$s- As seen above.%2$s"
7697
  msgstr ""
7698
 
7699
  #. Translators: placeholders make text small.
7700
+ #: languages/vue.php:1981
7701
  msgid "No Styles %1$s- Use your own CSS.%2$s"
7702
  msgstr ""
7703
 
7704
  #. Translators: placeholders make text small.
7705
+ #: languages/vue.php:1985
7706
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
7707
  msgstr ""
7708
 
7709
  #. Translators: placeholders make text small.
7710
+ #: languages/vue.php:1989
7711
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
7712
  msgstr ""
7713
 
7714
  #. Translators: placeholders make text small.
7715
+ #: languages/vue.php:1993
7716
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
7717
  msgstr ""
7718
 
7719
+ #: languages/vue.php:1996
7720
  msgid "Placement"
7721
  msgstr ""
7722
 
7723
+ #: languages/vue.php:1999
7724
  msgid "Choose how you'd like to place the widget."
7725
  msgstr ""
7726
 
7727
+ #: languages/vue.php:2002
7728
  msgid "Insert After"
7729
  msgstr ""
7730
 
7731
+ #: languages/vue.php:2005
7732
  msgid "Choose where in the post body the widget will be placed."
7733
  msgstr ""
7734
 
7735
+ #: languages/vue.php:2008
7736
  msgid "Customize Design"
7737
  msgstr ""
7738
 
7739
+ #: languages/vue.php:2011
7740
  msgid "words"
7741
  msgstr ""
7742
 
7743
+ #: languages/vue.php:2014
7744
  msgid "Please select at least one post to display."
7745
  msgstr ""
7746
 
7747
  #. Translators: placeholders make text small.
7748
+ #: languages/vue.php:2018
7749
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
7750
  msgstr ""
7751
 
7752
  #. Translators: placeholders make text small.
7753
+ #: languages/vue.php:2022
7754
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
7755
  msgstr ""
7756
 
7757
+ #: languages/vue.php:2025
7758
  msgid "Caching"
7759
  msgstr ""
7760
 
7761
+ #: languages/vue.php:2028
7762
  msgid "Enable Data Caching"
7763
  msgstr ""
7764
 
7765
+ #: languages/vue.php:2031
7766
  msgid "Refresh Cache Every"
7767
  msgstr ""
7768
 
7769
+ #: languages/vue.php:2034
7770
  msgid "Choose how often to refresh the cache."
7771
  msgstr ""
7772
 
7773
+ #: languages/vue.php:2037
7774
  msgid "Enable Ajaxify"
7775
  msgstr ""
7776
 
7777
+ #: languages/vue.php:2040
7778
  msgid "Ajaxify Widget"
7779
  msgstr ""
7780
 
7781
+ #: languages/vue.php:2043
7782
  msgid "Use to bypass page caching."
7783
  msgstr ""
7784
 
7785
+ #: languages/vue.php:2046
7786
  msgid "Empty Cache"
7787
  msgstr ""
7788
 
7789
+ #: languages/vue.php:2049
7790
  msgid "Click to manually wipe the cache right now."
7791
  msgstr ""
7792
 
7793
+ #: languages/vue.php:2052
7794
  msgid "Popular posts cache emptied"
7795
  msgstr ""
7796
 
7797
+ #: languages/vue.php:2055
7798
  msgid "Error emptying the popular posts cache. Please try again."
7799
  msgstr ""
7800
 
7801
+ #: languages/vue.php:2058
7802
  msgid "Last 30 Days Analytics for "
7803
  msgstr ""
7804
 
7805
+ #: languages/vue.php:2061
7806
  msgid "Your Website"
7807
  msgstr ""
7808
 
7809
+ #: languages/vue.php:2064
7810
  msgid "Avg. Duration"
7811
  msgstr ""
7812
 
7813
+ #: languages/vue.php:2067
7814
  msgid "More data is available"
7815
  msgstr ""
7816
 
7817
+ #: languages/vue.php:2070
7818
  msgid "Want to see page-specific stats?"
7819
  msgstr ""
7820
 
7821
+ #: languages/vue.php:2073
7822
  msgid "You appear to be offline. WPForms not installed."
7823
  msgstr ""
7824
 
7825
  #. Translators: Error status and error text.
7826
+ #: languages/vue.php:2077
7827
  msgid "Can't activate addon. Error: %1$s, %2$s"
7828
  msgstr ""
7829
 
7830
+ #: languages/vue.php:2080
7831
  msgid "You appear to be offline. Addon not activated."
7832
  msgstr ""
7833
 
7834
  #. Translators: Error status and error text.
7835
+ #: languages/vue.php:2084
7836
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7837
  msgstr ""
7838
 
7839
+ #: languages/vue.php:2087
7840
  msgid "You appear to be offline. Addon not deactivated."
7841
  msgstr ""
7842
 
7843
  #. Translators: Error status and error text.
7844
+ #: languages/vue.php:2091
7845
  msgid "Can't install plugin. Error: %1$s, %2$s"
7846
  msgstr ""
7847
 
7848
+ #: languages/vue.php:2094
7849
  msgid "You appear to be offline. Plugin not installed."
7850
  msgstr ""
7851
 
7852
  #. Translators: Error status and error text.
7853
+ #: languages/vue.php:2098
7854
  msgid "Can't install addon. Error: %1$s, %2$s"
7855
  msgstr ""
7856
 
7857
+ #: languages/vue.php:2101
7858
  msgid "You appear to be offline. Addon not installed."
7859
  msgstr ""
7860
 
7861
  #. Translators: Error status and error text.
7862
+ #: languages/vue.php:2105
7863
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7864
  msgstr ""
7865
 
7866
+ #: languages/vue.php:2108
7867
  msgid "Network Active"
7868
  msgstr ""
7869
 
7870
+ #: languages/vue.php:2111
7871
  msgid "Active"
7872
  msgstr ""
7873
 
7874
+ #: languages/vue.php:2114
7875
  msgid "Inactive"
7876
  msgstr ""
7877
 
7878
  #. Translators: Placeholder for the addon status (installed, active, etc).
7879
+ #: languages/vue.php:2118
7880
  msgid "Status: %s"
7881
  msgstr ""
7882
 
7883
+ #: languages/vue.php:2121
7884
  msgid "Not Installed"
7885
  msgstr ""
7886
 
7887
  #. Translators: Makes text bold and adds smiley.
7888
+ #: languages/vue.php:2125
7889
  msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
7890
  msgstr ""
7891
 
7892
  #. Translators: Makes text green.
7893
+ #: languages/vue.php:2129
7894
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
7895
  msgstr ""
7896
 
7897
+ #: languages/vue.php:2132
7898
  msgid "Unlock All Features and Upgrade to Pro"
7899
  msgstr ""
7900
 
7901
  #. Translators: Make text green and add smiley face.
7902
+ #: languages/vue.php:2136
7903
  msgid "You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
7904
  msgstr ""
7905
 
7906
  #. Translators: Make text green.
7907
+ #: languages/vue.php:2140
7908
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
7909
  msgstr ""
7910
 
7911
+ #: languages/vue.php:2143
7912
  msgid "Unlock PRO Features Now"
7913
  msgstr ""
7914
 
7915
+ #: languages/vue.php:2146
7916
  msgid "Paste your license key here"
7917
  msgstr ""
7918
 
7919
+ #: languages/vue.php:2149
7920
  msgid "Verify"
7921
  msgstr ""
7922
 
7923
  #. Translators: Add link to retrieve license from account area.
7924
+ #: languages/vue.php:2153
7925
  msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s."
7926
  msgstr ""
7927
 
7928
+ #: languages/vue.php:2156
7929
+ #: languages/vue.php:3623
7930
  msgid "There was an error unlocking ExactMetrics PRO please try again or install manually."
7931
  msgstr ""
7932
 
7933
+ #: languages/vue.php:2159
7934
  msgid "%1$sAll-in-One SEO%2$s Makes SEO Simple. Gain Valuable Organic Traffic."
7935
  msgstr ""
7936
 
7937
+ #: languages/vue.php:2162
7938
  msgid "Automatically migrate all of your SEO settings with just 1 click!"
7939
  msgstr ""
7940
 
7941
+ #: languages/vue.php:2165
7942
  msgid "1,938"
7943
  msgstr ""
7944
 
7945
+ #: languages/vue.php:2168
7946
  msgid "2+ Million Active Installs"
7947
  msgstr ""
7948
 
7949
+ #: languages/vue.php:2171
7950
  msgid "AIOSEO is the DIY Solution for Managing your SEO"
7951
  msgstr ""
7952
 
7953
+ #: languages/vue.php:2174
7954
  msgid "Set up the proper SEO foundations in less than 10 minutes."
7955
  msgstr ""
7956
 
7957
+ #: languages/vue.php:2177
7958
  msgid "SEO Audit Checklist"
7959
  msgstr ""
7960
 
7961
+ #: languages/vue.php:2180
7962
  msgid "Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic."
7963
  msgstr ""
7964
 
7965
+ #: languages/vue.php:2183
7966
  msgid "Optimize Your Pages For Higher Rankings With TruSEO Score."
7967
  msgstr ""
7968
 
7969
+ #: languages/vue.php:2186
7970
  msgid "TruSEO Score gives you a more in-depth analysis into your optimization efforts than just a pass or fail. Our actionable checklist helps you to unlock maximum traffic with each page."
7971
  msgstr ""
7972
 
7973
+ #: languages/vue.php:2189
7974
  msgid "Get AIOSEO for WordPress"
7975
  msgstr ""
7976
 
7977
+ #: languages/vue.php:2192
7978
  msgid "Get the #1 Most Powerful WordPress SEO Plugin Today"
7979
  msgstr ""
7980
 
7981
+ #: languages/vue.php:2195
7982
  msgid "Try it out today, for free."
7983
  msgstr ""
7984
 
7985
+ #: languages/vue.php:2198
7986
  msgid "Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings."
7987
  msgstr ""
7988
 
7989
+ #: languages/vue.php:2201
7990
  msgid "Activate and Install the Plugin with just one click!"
7991
  msgstr ""
7992
 
7993
+ #: languages/vue.php:2204
7994
  msgid "Installing AIOSEO..."
7995
  msgstr ""
7996
 
7997
+ #: languages/vue.php:2207
7998
  msgid "Congrats! All-in-One SEO Installed."
7999
  msgstr ""
8000
 
8001
+ #: languages/vue.php:2210
8002
  msgid "Switch to AIOSEO"
8003
  msgstr ""
8004
 
8005
+ #: languages/vue.php:2213
8006
  msgid "Installation Failed. Please refresh and try again."
8007
  msgstr ""
8008
 
8009
+ #: languages/vue.php:2216
8010
  msgid "Activating AIOSEO..."
8011
  msgstr ""
8012
 
8013
+ #: languages/vue.php:2219
8014
  msgid "Activate AIOSEO"
8015
  msgstr ""
8016
 
8017
+ #: languages/vue.php:2222
8018
  msgid "Activation Failed. Please refresh and try again."
8019
  msgstr ""
8020
 
8021
+ #: languages/vue.php:2225
8022
  msgid "Unlock Form Tracking"
8023
  msgstr ""
8024
 
8025
+ #: languages/vue.php:2228
8026
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
8027
  msgstr ""
8028
 
8029
+ #: languages/vue.php:2231
8030
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
8031
  msgstr ""
8032
 
8033
+ #: languages/vue.php:2234
8034
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
8035
  msgstr ""
8036
 
8037
+ #: languages/vue.php:2237
8038
  msgid "Show"
8039
  msgstr ""
8040
 
8041
+ #: languages/vue.php:2240
8042
  msgid "File imported"
8043
  msgstr ""
8044
 
8045
+ #: languages/vue.php:2243
8046
  msgid "Settings successfully updated!"
8047
  msgstr ""
8048
 
8049
+ #: languages/vue.php:2246
8050
  msgid "Error importing settings"
8051
  msgstr ""
8052
 
8053
+ #: languages/vue.php:2249
8054
  msgid "Please choose a .json file generated by a ExactMetrics settings export."
8055
  msgstr ""
8056
 
8057
+ #: languages/vue.php:2252
8058
  msgid "Import/Export"
8059
  msgstr ""
8060
 
8061
+ #: languages/vue.php:2255
8062
  msgid "Import"
8063
  msgstr ""
8064
 
8065
+ #: languages/vue.php:2258
8066
  msgid "Import settings from another ExactMetrics website."
8067
  msgstr ""
8068
 
8069
+ #: languages/vue.php:2261
8070
  msgid "Export"
8071
  msgstr ""
8072
 
8073
+ #: languages/vue.php:2264
8074
  msgid "Export settings to import into another ExactMetrics install."
8075
  msgstr ""
8076
 
8077
+ #: languages/vue.php:2267
8078
  msgid "Import Settings"
8079
  msgstr ""
8080
 
8081
+ #: languages/vue.php:2270
8082
  msgid "Export Settings"
8083
  msgstr ""
8084
 
8085
+ #: languages/vue.php:2273
8086
  msgid "Please choose a file to import"
8087
  msgstr ""
8088
 
8089
+ #: languages/vue.php:2276
8090
  msgid "Click Choose file below to select the settings export file from another site."
8091
  msgstr ""
8092
 
8093
+ #: languages/vue.php:2279
8094
  msgid "Use the button below to export a file with your ExactMetrics settings."
8095
  msgstr ""
8096
 
8097
+ #: languages/vue.php:2282
8098
  msgid "Choose file"
8099
  msgstr ""
8100
 
8101
+ #: languages/vue.php:2285
8102
  msgid "No file chosen"
8103
  msgstr ""
8104
 
8105
+ #: languages/vue.php:2288
8106
  msgid "Uploading file..."
8107
  msgstr ""
8108
 
8109
+ #: languages/vue.php:2291
8110
  msgid "Custom code"
8111
  msgstr ""
8112
 
8113
  #. Translators: Adds a link to the Google reference.
8114
+ #: languages/vue.php:2295
8115
  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."
8116
  msgstr ""
8117
 
8118
+ #: languages/vue.php:2301
8119
  msgid "Automatic Updates"
8120
  msgstr ""
8121
 
8122
+ #: languages/vue.php:2304
8123
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
8124
  msgstr ""
8125
 
8126
+ #: languages/vue.php:2307
8127
  msgid "Hide Admin Bar Reports"
8128
  msgstr ""
8129
 
8130
  #. Translators: placeholders make text small.
8131
+ #: languages/vue.php:2311
8132
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
8133
  msgstr ""
8134
 
8135
  #. Translators: placeholders make text small.
8136
+ #: languages/vue.php:2315
8137
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
8138
  msgstr ""
8139
 
8140
  #. Translators: placeholders make text small.
8141
+ #: languages/vue.php:2319
8142
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
8143
  msgstr ""
8144
 
8145
  #. Translators: placeholders make text small.
8146
+ #: languages/vue.php:2323
8147
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
8148
  msgstr ""
8149
 
8150
  #. Translators: placeholders make text small.
8151
+ #: languages/vue.php:2327
8152
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
8153
  msgstr ""
8154
 
8155
  #. Translators: placeholders make text small.
8156
+ #: languages/vue.php:2331
8157
  msgid "None %1$s- Manually update everything.%2$s"
8158
  msgstr ""
8159
 
8160
  #. Translators: Adds a link to the general settings tab.
8161
+ #: languages/vue.php:2335
8162
  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."
8163
  msgstr ""
8164
 
8165
+ #: languages/vue.php:2338
8166
  msgid "Permissions"
8167
  msgstr ""
8168
 
8169
+ #: languages/vue.php:2341
8170
  msgid "Export PDF Reports"
8171
  msgstr ""
8172
 
8173
+ #: languages/vue.php:2344
8174
  msgid "Allow These User Roles to See Reports"
8175
  msgstr ""
8176
 
8177
+ #: languages/vue.php:2347
8178
  msgid "Users that have at least one of these roles will be able to view the reports."
8179
  msgstr ""
8180
 
8181
+ #: languages/vue.php:2350
8182
  msgid "Allow These User Roles to Save Settings"
8183
  msgstr ""
8184
 
8185
+ #: languages/vue.php:2353
8186
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
8187
  msgstr ""
8188
 
8189
+ #: languages/vue.php:2356
8190
  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."
8191
  msgstr ""
8192
 
8193
+ #: languages/vue.php:2359
8194
  msgid "Exclude These User Roles From Tracking"
8195
  msgstr ""
8196
 
8197
+ #: languages/vue.php:2362
8198
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
8199
  msgstr ""
8200
 
8201
+ #: languages/vue.php:2365
8202
  msgid "Make your ExactMetrics campaign links prettier with Pretty Links!"
8203
  msgstr ""
8204
 
8205
+ #: languages/vue.php:2368
8206
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
8207
  msgstr ""
8208
 
8209
+ #: languages/vue.php:2371
8210
  msgid "Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!"
8211
  msgstr ""
8212
 
8213
+ #: languages/vue.php:2374
8214
  msgid "Over 200,000 websites use Pretty Links!"
8215
  msgstr ""
8216
 
8217
+ #: languages/vue.php:2377
8218
  msgid "Install Pretty Links"
8219
  msgstr ""
8220
 
8221
+ #: languages/vue.php:2380
8222
  msgid "Pretty Links Installed & Activated"
8223
  msgstr ""
8224
 
8225
+ #: languages/vue.php:2383
8226
  msgid "Download Pretty Links"
8227
  msgstr ""
8228
 
8229
+ #: languages/vue.php:2386
8230
  msgid "Install Pretty Links from the WordPress.org plugin repository."
8231
  msgstr ""
8232
 
8233
+ #: languages/vue.php:2389
8234
  msgid "Activate Pretty Links"
8235
  msgstr ""
8236
 
8237
+ #: languages/vue.php:2392
8238
  msgid "Activating Pretty Links..."
8239
  msgstr ""
8240
 
8241
+ #: languages/vue.php:2395
8242
  msgid "Create New Pretty Link"
8243
  msgstr ""
8244
 
8245
+ #: languages/vue.php:2398
8246
  msgid "Create a New Pretty Link"
8247
  msgstr ""
8248
 
8249
+ #: languages/vue.php:2401
8250
  msgid "Grab your campaign link and paste it into the Target URL field."
8251
  msgstr ""
8252
 
8253
+ #: languages/vue.php:2404
8254
  msgid "Custom Campaign Parameters"
8255
  msgstr ""
8256
 
8257
+ #: languages/vue.php:2407
8258
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
8259
  msgstr ""
8260
 
8261
+ #: languages/vue.php:2410
8262
  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."
8263
  msgstr ""
8264
 
8265
  #. Translators: Marks the field as required.
8266
+ #: languages/vue.php:2414
8267
  msgid "Website URL %s"
8268
  msgstr ""
8269
 
8270
  #. Translators: Display the current website url in italic.
8271
+ #: languages/vue.php:2418
8272
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
8273
  msgstr ""
8274
 
8275
  #. Translators: Marks the field as required.
8276
+ #: languages/vue.php:2422
8277
  msgid "Campaign Source %s"
8278
  msgstr ""
8279
 
8280
  #. Translators: Make the text italic.
8281
+ #: languages/vue.php:2426
8282
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
8283
  msgstr ""
8284
 
8285
  #. Translators: Make the text italic.
8286
+ #: languages/vue.php:2430
8287
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
8288
  msgstr ""
8289
 
8290
  #. Translators: Make the text italic.
8291
+ #: languages/vue.php:2434
8292
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
8293
  msgstr ""
8294
 
8295
+ #: languages/vue.php:2437
8296
  msgid "Enter the paid keyword"
8297
  msgstr ""
8298
 
8299
+ #: languages/vue.php:2440
8300
  msgid "Enter something to differentiate ads"
8301
  msgstr ""
8302
 
8303
+ #: languages/vue.php:2443
8304
  msgid "Use Fragment"
8305
  msgstr ""
8306
 
8307
  #. Translators: Make the text bold.
8308
+ #: languages/vue.php:2447
8309
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
8310
  msgstr ""
8311
 
8312
+ #: languages/vue.php:2450
8313
  msgid "URL to use"
8314
  msgstr ""
8315
 
8316
+ #: languages/vue.php:2453
8317
  msgid "(Updates automatically)"
8318
  msgstr ""
8319
 
8320
+ #: languages/vue.php:2456
8321
  msgid "Copy to Clipboard"
8322
  msgstr ""
8323
 
8324
+ #: languages/vue.php:2459
8325
  msgid "Copy to Pretty Links"
8326
  msgstr ""
8327
 
8328
+ #: languages/vue.php:2462
8329
  msgid "Make your campaign links prettier!"
8330
  msgstr ""
8331
 
8332
+ #: languages/vue.php:2465
8333
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
8334
  msgstr ""
8335
 
8336
+ #: languages/vue.php:2468
8337
  msgid "More Information & Examples"
8338
  msgstr ""
8339
 
8340
+ #: languages/vue.php:2471
8341
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
8342
  msgstr ""
8343
 
8344
+ #: languages/vue.php:2474
8345
  msgid "Campaign Source"
8346
  msgstr ""
8347
 
8348
+ #: languages/vue.php:2477
8349
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
8350
  msgstr ""
8351
 
8352
+ #: languages/vue.php:2480
8353
  msgid "Campaign Medium"
8354
  msgstr ""
8355
 
8356
+ #: languages/vue.php:2483
8357
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
8358
  msgstr ""
8359
 
8360
+ #: languages/vue.php:2486
8361
  msgid "Campaign Name"
8362
  msgstr ""
8363
 
8364
+ #: languages/vue.php:2489
8365
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
8366
  msgstr ""
8367
 
8368
+ #: languages/vue.php:2492
8369
  msgid "Campaign Term"
8370
  msgstr ""
8371
 
8372
+ #: languages/vue.php:2495
8373
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
8374
  msgstr ""
8375
 
8376
+ #: languages/vue.php:2498
8377
  msgid "Campaign Content"
8378
  msgstr ""
8379
 
8380
+ #: languages/vue.php:2501
8381
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
8382
  msgstr ""
8383
 
8384
  #. Translators: Example.
8385
+ #: languages/vue.php:2505
8386
  msgid "Example: %s"
8387
  msgstr ""
8388
 
8389
  #. Translators: Examples.
8390
+ #: languages/vue.php:2509
8391
  msgid "Examples: %s"
8392
  msgstr ""
8393
 
8394
+ #: languages/vue.php:2512
8395
  msgid "About Campaigns"
8396
  msgstr ""
8397
 
8398
+ #: languages/vue.php:2515
8399
  msgid "About Custom Campaigns"
8400
  msgstr ""
8401
 
8402
+ #: languages/vue.php:2518
8403
  msgid "Best Practices for Creating Custom Campaigns"
8404
  msgstr ""
8405
 
8406
+ #: languages/vue.php:2521
8407
  msgid "About the Referral Traffic Report"
8408
  msgstr ""
8409
 
8410
+ #: languages/vue.php:2524
8411
  msgid "About Traffic Source Dimensions"
8412
  msgstr ""
8413
 
8414
+ #: languages/vue.php:2527
8415
  msgid "AdWords Auto-Tagging"
8416
  msgstr ""
8417
 
8418
+ #: languages/vue.php:2530
8419
  msgid "Additional Information"
8420
  msgstr ""
8421
 
8422
+ #: languages/vue.php:2533
8423
  msgid "Affiliate Links"
8424
  msgstr ""
8425
 
8426
  #. Translators: Add links to documentation.
8427
+ #: languages/vue.php:2537
8428
  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."
8429
  msgstr ""
8430
 
8431
+ #: languages/vue.php:2540
8432
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
8433
  msgstr ""
8434
 
8435
+ #: languages/vue.php:2543
8436
  msgid "The ExactMetrics 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."
8437
  msgstr ""
8438
 
8439
+ #: languages/vue.php:2546
8440
  msgid "Disable the Headline Analyzer"
8441
  msgstr ""
8442
 
8443
  #. Translators: Add line break.
8444
+ #: languages/vue.php:2550
8445
  msgid "See All Your Important Store%s Metrics in One Place"
8446
  msgstr ""
8447
 
8448
+ #: languages/vue.php:2553
8449
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
8450
  msgstr ""
8451
 
8452
+ #: languages/vue.php:2556
8453
  msgid "See Your Conversion Rate to Improve Funnel"
8454
  msgstr ""
8455
 
8456
+ #: languages/vue.php:2559
8457
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
8458
  msgstr ""
8459
 
8460
+ #: languages/vue.php:2562
8461
  msgid "See The Total Revenue to Track Growth"
8462
  msgstr ""
8463
 
8464
+ #: languages/vue.php:2565
8465
  msgid "See Average Order Value to Find Offer Opportunities"
8466
  msgstr ""
8467
 
8468
+ #: languages/vue.php:2568
8469
  msgid "See Your Top Products to See Individual Performance"
8470
  msgstr ""
8471
 
8472
+ #: languages/vue.php:2571
8473
  msgid "See your Top Conversion Sources and Focus on what's Working"
8474
  msgstr ""
8475
 
8476
+ #: languages/vue.php:2574
8477
  msgid "See The Time it Takes for Customers to Purchase"
8478
  msgstr ""
8479
 
8480
+ #: languages/vue.php:2577
8481
  msgid "See How Many Sessions are Needed for a Purchase"
8482
  msgstr ""
8483
 
8484
+ #: languages/vue.php:2580
8485
  msgid "Automatically Track Affiliate Sales"
8486
  msgstr ""
8487
 
8488
+ #: languages/vue.php:2583
8489
  msgid "The ExactMetrics eCommerce addon works with EasyAffiliate, so that you can instantly track all affiliate referrals and sales inside WordPress and Google Analytics, with no coding needed."
8490
  msgstr ""
8491
 
8492
+ #: languages/vue.php:2586
8493
  msgid "Works with WooCommerce, MemberPress, and EasyDigitalDownloads."
8494
  msgstr ""
8495
 
8496
+ #: languages/vue.php:2589
8497
  msgid "Cross Domain Tracking"
8498
  msgstr ""
8499
 
8500
  #. Translators: Add links to documentation.
8501
+ #: languages/vue.php:2593
8502
  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."
8503
  msgstr ""
8504
 
8505
+ #: languages/vue.php:2596
8506
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
8507
  msgstr ""
8508
 
8509
+ #: languages/vue.php:2599
8510
  msgid "Anonymize IP Addresses"
8511
  msgstr ""
8512
 
8513
+ #: languages/vue.php:2602
8514
  msgid "Link Attribution"
8515
  msgstr ""
8516
 
8517
+ #: languages/vue.php:2605
8518
  msgid "Enable Enhanced Link Attribution"
8519
  msgstr ""
8520
 
8521
+ #: languages/vue.php:2608
8522
  msgid "Enable Anchor Tracking"
8523
  msgstr ""
8524
 
8525
+ #: languages/vue.php:2611
8526
  msgid "Enable allowAnchor"
8527
  msgstr ""
8528
 
8529
+ #: languages/vue.php:2614
8530
  msgid "Enable allowLinker"
8531
  msgstr ""
8532
 
8533
+ #: languages/vue.php:2617
8534
  msgid "Enable Tag Links in RSS"
8535
  msgstr ""
8536
 
8537
+ #: languages/vue.php:2620
8538
  msgid "File Downloads"
8539
  msgstr ""
8540
 
8541
+ #: languages/vue.php:2623
8542
  msgid "Extensions of Files to Track as Downloads"
8543
  msgstr ""
8544
 
8545
+ #: languages/vue.php:2626
8546
  msgid "ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions."
8547
  msgstr ""
8548
 
8549
  #. Translators: Add links to documentation.
8550
+ #: languages/vue.php:2630
8551
  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."
8552
  msgstr ""
8553
 
8554
  #. Translators: Add links to documentation.
8555
+ #: languages/vue.php:2634
8556
  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."
8557
  msgstr ""
8558
 
8559
  #. Translators: Add links to documentation.
8560
+ #: languages/vue.php:2638
8561
  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."
8562
  msgstr ""
8563
 
8564
+ #: languages/vue.php:2641
8565
  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."
8566
  msgstr ""
8567
 
8568
  #. Translators: Add links to documentation.
8569
+ #: languages/vue.php:2645
8570
  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."
8571
  msgstr ""
8572
 
8573
  #. Translators: Add links to documentation.
8574
+ #: languages/vue.php:2649
8575
  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."
8576
  msgstr ""
8577
 
8578
  #. Translators: Add links to documentation.
8579
+ #: languages/vue.php:2653
8580
  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."
8581
  msgstr ""
8582
 
8583
+ #: languages/vue.php:2656
8584
  msgid "Add domain"
8585
  msgstr ""
8586
 
8587
  #. Translators: Domain name example.
8588
+ #: languages/vue.php:2660
8589
  msgid "Domain (example: %s)"
8590
  msgstr ""
8591
 
8592
  #. Translators: Current domain name that should not be used.
8593
+ #: languages/vue.php:2664
8594
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
8595
  msgstr ""
8596
 
8597
  #. Translators: Adds link to the account area to retreive license key.
8598
+ #: languages/vue.php:2668
8599
  msgid "Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s."
8600
  msgstr ""
8601
 
8602
+ #: languages/vue.php:2671
8603
  msgid "Connect ExactMetrics to Start Tracking Your Data"
8604
  msgstr ""
8605
 
8606
+ #: languages/vue.php:2674
8607
  msgid "Complete Upgrade"
8608
  msgstr ""
8609
 
8610
+ #: languages/vue.php:2677
8611
  msgid "Upgrade to Pro Version!"
8612
  msgstr ""
8613
 
8614
  #. Translators: Make text bold.
8615
+ #: languages/vue.php:2681
8616
  msgid "%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process."
8617
  msgstr ""
8618
 
8619
+ #: languages/vue.php:2684
8620
  msgid "Install All-in-One SEO"
8621
  msgstr ""
8622
 
8623
+ #: languages/vue.php:2687
8624
  msgid "Improve Your Website Search Rankings With All-In-One SEO"
8625
  msgstr ""
8626
 
8627
+ #: languages/vue.php:2690
8628
  msgid "If you’re not using a plugin to optimize your website’s SEO you’re missing out on valuable organic traffic!"
8629
  msgstr ""
8630
 
8631
+ #: languages/vue.php:2693
8632
  msgid "Finally, a WordPress SEO Plugin that’s Easy and Powerful!"
8633
  msgstr ""
8634
 
8635
+ #: languages/vue.php:2696
8636
  msgid "AIOSEO makes it easy to set up the proper SEO foundations in less than 10 minutes."
8637
  msgstr ""
8638
 
8639
+ #: languages/vue.php:2699
8640
  msgid "Local SEO"
8641
  msgstr ""
8642
 
8643
+ #: languages/vue.php:2702
8644
  msgid "All in One SEO gives you all the tools you need to improve your local SEO and rank higher on Google Maps."
8645
  msgstr ""
8646
 
8647
+ #: languages/vue.php:2705
8648
  msgid "WooCommerce SEO"
8649
  msgstr ""
8650
 
8651
+ #: languages/vue.php:2708
8652
  msgid "Advanced eCommerce SEO support for WooCommerce to optimize product pages, product categories, and more."
8653
  msgstr ""
8654
 
8655
+ #: languages/vue.php:2711
8656
  msgid "SEO Custom User Roles"
8657
  msgstr ""
8658
 
8659
+ #: languages/vue.php:2714
8660
  msgid "SEO user roles allow you to manage access to important SEO features without handing over control of your website."
8661
  msgstr ""
8662
 
8663
+ #: languages/vue.php:2717
8664
  msgid "Google News Sitemap"
8665
  msgstr ""
8666
 
8667
+ #: languages/vue.php:2720
8668
  msgid "Get higher rankings and unlock more traffic by submitting your latest news articles to Google News."
8669
  msgstr ""
8670
 
8671
+ #: languages/vue.php:2723
8672
  msgid "Smart XML Sitemaps"
8673
  msgstr ""
8674
 
8675
+ #: languages/vue.php:2726
8676
  msgid "Automatically generate a WordPress XML sitemap and notify all search engines of any updates."
8677
  msgstr ""
8678
 
8679
+ #: languages/vue.php:2729
8680
  msgid "Social Media Integration"
8681
  msgstr ""
8682
 
8683
+ #: languages/vue.php:2732
8684
  msgid "Easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks."
8685
  msgstr ""
8686
 
8687
+ #: languages/vue.php:2735
8688
  msgid "TruSEO On-Page Analysis"
8689
  msgstr ""
8690
 
8691
+ #: languages/vue.php:2738
8692
  msgid "Easily add title tags, meta descriptions, keywords, and everything else you need for proper on-page SEO optimization."
8693
  msgstr ""
8694
 
8695
+ #: languages/vue.php:2741
8696
  msgid "& Many More!"
8697
  msgstr ""
8698
 
8699
+ #: languages/vue.php:2744
8700
  msgid "Installing. Please wait.."
8701
  msgstr ""
8702
 
8703
+ #: languages/vue.php:2747
8704
  msgid "Install All-in-One-SEO"
8705
  msgstr ""
8706
 
8707
+ #: languages/vue.php:2750
8708
  msgid "Unlock the Publisher Report and Focus on the Content That Matters"
8709
  msgstr ""
8710
 
8711
+ #: languages/vue.php:2753
8712
  msgid "See Your Top Landing Pages to Improve Engagement"
8713
  msgstr ""
8714
 
8715
+ #: languages/vue.php:2756
8716
  msgid "See Your Top Exit Pages to Reduce Abandonment"
8717
  msgstr ""
8718
 
8719
+ #: languages/vue.php:2759
8720
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
8721
  msgstr ""
8722
 
8723
+ #: languages/vue.php:2762
8724
  msgid "See Your Top Affiliate Links and Focus on What’s Working"
8725
  msgstr ""
8726
 
8727
+ #: languages/vue.php:2765
8728
  msgid "See Your Top Downloads and Improve Conversions"
8729
  msgstr ""
8730
 
8731
+ #: languages/vue.php:2768
8732
  msgid "See Audience Demographic Report (Age / Gender / Interests)"
8733
  msgstr ""
8734
 
8735
+ #: languages/vue.php:2771
8736
  msgid "Welcome to the all-new ExactMetrics"
8737
  msgstr ""
8738
 
8739
+ #: languages/vue.php:2774
8740
  msgid "Redesigned from the ground up, ExactMetrics is built to bring a world-class analytics and reporting experience to WordPress."
8741
  msgstr ""
8742
 
8743
+ #: languages/vue.php:2777
8744
  msgid "The New & Improved ExactMetrics includes:"
8745
  msgstr ""
8746
 
8747
+ #: languages/vue.php:2780
8748
  msgid "All-New Design"
8749
  msgstr ""
8750
 
8751
+ #: languages/vue.php:2783
8752
  msgid "Better Reporting"
8753
  msgstr ""
8754
 
8755
+ #: languages/vue.php:2786
8756
  msgid "Better Tracking"
8757
  msgstr ""
8758
 
8759
+ #: languages/vue.php:2789
8760
  msgid "Better Support"
8761
  msgstr ""
8762
 
8763
+ #: languages/vue.php:2792
8764
  msgid "Continue"
8765
  msgstr ""
8766
 
8767
+ #: languages/vue.php:2795
8768
  msgid "Your settings have been automatically transferred."
8769
  msgstr ""
8770
 
8771
+ #: languages/vue.php:2798
8772
  msgid "On the next step, you will be asked to re-authenticate with Google Analytics. Please %1$ssee our detailed post%2$s to learn why we need your help. Don't worry, your tracking will continue to work as-is even if you don't do this, but re-auth is required to see analytics reports inside WordPress dashboard."
8773
  msgstr ""
8774
 
8775
+ #: languages/vue.php:2801
8776
  msgid "New"
8777
  msgstr ""
8778
 
8779
+ #: languages/vue.php:2804
8780
  msgid "Returning"
8781
  msgstr ""
8782
 
8783
+ #: languages/vue.php:2807
8784
  msgid "Top 10 Countries"
8785
  msgstr ""
8786
 
8787
+ #: languages/vue.php:2810
8788
  msgid "View Countries Report"
8789
  msgstr ""
8790
 
8791
+ #: languages/vue.php:2813
8792
  msgid "Top 10 Referrals"
8793
  msgstr ""
8794
 
8795
+ #: languages/vue.php:2816
8796
  msgid "View All Referral Sources"
8797
  msgstr ""
8798
 
8799
+ #: languages/vue.php:2819
8800
  msgid "View Full Posts/Pages Report"
8801
  msgstr ""
8802
 
8803
+ #: languages/vue.php:2822
8804
  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."
8805
  msgstr ""
8806
 
8807
+ #: languages/vue.php:2825
8808
  msgid "This list shows the top countries your website visitors are from."
8809
  msgstr ""
8810
 
8811
+ #: languages/vue.php:2828
8812
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
8813
  msgstr ""
8814
 
8815
+ #: languages/vue.php:2831
8816
  msgid "This feature requires ExactMetrics Pro"
8817
  msgstr ""
8818
 
8819
+ #: languages/vue.php:2834
8820
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
8821
  msgstr ""
8822
 
8823
+ #: languages/vue.php:2837
8824
  msgid "Upgrade to Pro and Unlock Popular Products"
8825
  msgstr ""
8826
 
8827
+ #: languages/vue.php:2840
8828
  msgid "View all Pro features"
8829
  msgstr ""
8830
 
8831
+ #: languages/vue.php:2843
8832
  msgid "View notifications"
8833
  msgstr ""
8834
 
8835
+ #: languages/vue.php:2846
8836
  msgid "Days"
8837
  msgstr ""
8838
 
8839
  #. Translators: placeholders make text small.
8840
+ #: languages/vue.php:2850
8841
  msgid "7 days"
8842
  msgstr ""
8843
 
8844
+ #: languages/vue.php:2853
8845
  msgid "30 days"
8846
  msgstr ""
8847
 
8848
+ #: languages/vue.php:2856
8849
  msgid "Custom"
8850
  msgstr ""
8851
 
8852
+ #: languages/vue.php:2859
8853
  msgid "2,000,000+ use AIOSEO to Improve Their Website Search Rankings"
8854
  msgstr ""
8855
 
8856
+ #: languages/vue.php:2862
8857
  msgid "All-in-One SEO is a great product. I have been using it on all my WP sites for several years. I highly recommend it."
8858
  msgstr ""
8859
 
8860
+ #: languages/vue.php:2865
8861
  msgid "Jack Brown"
8862
  msgstr ""
8863
 
8864
+ #: languages/vue.php:2868
8865
  msgid "PJB Internet Marketing"
8866
  msgstr ""
8867
 
8868
+ #: languages/vue.php:2871
8869
  msgid "I’m a professional SEO and used many tools and extensions. Regarding simplicity, individuality and configurability All in One SEO Pro is by far the best SEO plugin out there for WordPress."
8870
  msgstr ""
8871
 
8872
+ #: languages/vue.php:2874
8873
  msgid "Joel Steinmann"
8874
  msgstr ""
8875
 
8876
+ #: languages/vue.php:2877
8877
  msgid "CEO, Solergo"
8878
  msgstr ""
8879
 
8880
+ #: languages/vue.php:2880
8881
  msgid "Only Show Posts from These Categories"
8882
  msgstr ""
8883
 
8884
+ #: languages/vue.php:2883
8885
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
8886
  msgstr ""
8887
 
8888
+ #: languages/vue.php:2886
8889
  msgid "Activating..."
8890
  msgstr ""
8891
 
8892
+ #: languages/vue.php:2889
8893
  msgid "Deactivating..."
8894
  msgstr ""
8895
 
8896
+ #: languages/vue.php:2892
8897
  msgid "Deactivate"
8898
  msgstr ""
8899
 
8900
+ #: languages/vue.php:2895
8901
  msgid "Search Console Report"
8902
  msgstr ""
8903
 
8904
+ #: languages/vue.php:2898
8905
  msgid "See exactly how people find tour website, which keywords they searched for, how many times the results were viewed, and more."
8906
  msgstr ""
8907
 
8908
+ #: languages/vue.php:2901
8909
  msgid "See Your Top Google Search Terms and Optimize Content"
8910
  msgstr ""
8911
 
8912
+ #: languages/vue.php:2904
8913
  msgid "See The Number of Clicks and Track Interests"
8914
  msgstr ""
8915
 
8916
+ #: languages/vue.php:2907
8917
  msgid "See The Click-Through-Ratio and Improve SEO"
8918
  msgstr ""
8919
 
8920
+ #: languages/vue.php:2910
8921
  msgid "See The Average Results Position and Focus on what works."
8922
  msgstr ""
8923
 
8924
+ #: languages/vue.php:2913
8925
  msgid "Ecommerce Report"
8926
  msgstr ""
8927
 
8928
+ #: languages/vue.php:2916
8929
  msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more."
8930
  msgstr ""
8931
 
8932
+ #: languages/vue.php:2919
8933
  msgid "See Your Conversion Rate to Improve Your Funnel"
8934
  msgstr ""
8935
 
8936
+ #: languages/vue.php:2922
8937
  msgid "See Your Top Conversion Sources and Focus on What's Working"
8938
  msgstr ""
8939
 
8940
+ #: languages/vue.php:2925
8941
  msgid "Popular Posts data can be fetched correctly"
8942
  msgstr ""
8943
 
8944
+ #: languages/vue.php:2928
8945
  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."
8946
  msgstr ""
8947
 
8948
+ #: languages/vue.php:2931
8949
  msgid "Close"
8950
  msgstr ""
8951
 
8952
+ #: languages/vue.php:2934
8953
  msgid "Add Top 5 Posts from Google Analytics"
8954
  msgstr ""
8955
 
8956
+ #: languages/vue.php:2937
8957
  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 ExactMetrics and Google Analytics settings."
8958
  msgstr ""
8959
 
8960
+ #: languages/vue.php:2940
8961
  msgid "Test Automated Posts"
8962
  msgstr ""
8963
 
8964
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8965
+ #: languages/vue.php:2944
8966
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8967
  msgstr ""
8968
 
8969
+ #: languages/vue.php:2947
8970
  msgid "Automated + Curated"
8971
  msgstr ""
8972
 
8973
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8974
+ #: languages/vue.php:2951
8975
  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."
8976
  msgstr ""
8977
 
8978
  #. Translators: Placeholder gets replaced with current license version.
8979
+ #: languages/vue.php:2955
8980
  msgid "Pro version is required."
8981
  msgstr ""
8982
 
8983
+ #: languages/vue.php:2958
8984
  msgid "Verifying Popular Posts data"
8985
  msgstr ""
8986
 
8987
+ #: languages/vue.php:2961
8988
  msgid "Multiple Entries"
8989
  msgstr ""
8990
 
8991
+ #: languages/vue.php:2964
8992
  msgid "Total Number of Widgets to Show"
8993
  msgstr ""
8994
 
8995
+ #: languages/vue.php:2967
8996
  msgid "Choose how many widgets will be placed in a single Post."
8997
  msgstr ""
8998
 
8999
+ #: languages/vue.php:2970
9000
  msgid "Minimum Distance Between Widgets"
9001
  msgstr ""
9002
 
9003
+ #: languages/vue.php:2973
9004
  msgid "Choose the distance between widgets."
9005
  msgstr ""
9006
 
9007
+ #: languages/vue.php:2976
9008
  msgid "Minimum Word Count to Display Multiple Widgets"
9009
  msgstr ""
9010
 
9011
+ #: languages/vue.php:2979
9012
  msgid "Choose the minimum word count for a Post to have multiple entries."
9013
  msgstr ""
9014
 
9015
+ #: languages/vue.php:2982
9016
  msgid "Pro version is required"
9017
  msgstr ""
9018
 
9019
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
9020
+ #: languages/vue.php:2986
9021
  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)."
9022
  msgstr ""
9023
 
9024
+ #: languages/vue.php:2989
9025
  msgid "Select posts/search"
9026
  msgstr ""
9027
 
9028
+ #: languages/vue.php:2992
9029
  msgid "Oops! No posts found."
9030
  msgstr ""
9031
 
9032
+ #: languages/vue.php:2995
9033
  msgid "Search by post title"
9034
  msgstr ""
9035
 
9036
+ #: languages/vue.php:2998
9037
  msgid "Can't load posts."
9038
  msgstr ""
9039
 
9040
+ #: languages/vue.php:3001
9041
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
9042
  msgstr ""
9043
 
9044
+ #: languages/vue.php:3004
9045
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
9046
  msgstr ""
9047
 
9048
+ #: languages/vue.php:3007
9049
  msgid "Color"
9050
  msgstr ""
9051
 
9052
+ #: languages/vue.php:3010
9053
  msgid "Size"
9054
  msgstr ""
9055
 
9056
+ #: languages/vue.php:3013
9057
  msgid "Title"
9058
  msgstr ""
9059
 
9060
+ #: languages/vue.php:3016
9061
  msgid "Label"
9062
  msgstr ""
9063
 
9064
+ #: languages/vue.php:3019
9065
  msgid "Background"
9066
  msgstr ""
9067
 
9068
+ #: languages/vue.php:3022
9069
  msgid "Border"
9070
  msgstr ""
9071
 
9072
+ #: languages/vue.php:3025
9073
  msgid "Icon"
9074
  msgstr ""
9075
 
9076
+ #: languages/vue.php:3028
9077
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
9078
  msgid "Theme Preview"
9079
  msgstr ""
9080
 
9081
+ #: languages/vue.php:3031
9082
  msgid "SharedCount API Key"
9083
  msgstr ""
9084
 
9085
+ #: languages/vue.php:3034
9086
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
9087
  msgstr ""
9088
 
9089
+ #: languages/vue.php:3037
9090
  msgid "Start Indexing"
9091
  msgstr ""
9092
 
9093
+ #: languages/vue.php:3040
9094
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
9095
  msgstr ""
9096
 
9097
+ #: languages/vue.php:3043
9098
  msgid "Indexing completed, counts will update automatically every day."
9099
  msgstr ""
9100
 
9101
  #. Translators: Minimum and maximum number that can be used.
9102
+ #: languages/vue.php:3047
9103
  msgid "Please enter a value between %1$s and %2$s"
9104
  msgstr ""
9105
 
9106
  #. Translators: The minimum set value.
9107
+ #: languages/vue.php:3051
9108
  msgid "Please enter a value higher than %s"
9109
  msgstr ""
9110
 
9111
  #. Translators: The maximum set value.
9112
+ #: languages/vue.php:3055
9113
  msgid "Please enter a value lower than %s"
9114
  msgstr ""
9115
 
9116
+ #: languages/vue.php:3058
9117
  msgid "Please enter a number"
9118
  msgstr ""
9119
 
9120
+ #: languages/vue.php:3061
9121
  msgid "Value has to be a round number"
9122
  msgstr ""
9123
 
9124
+ #: languages/vue.php:3064
9125
  msgid "Author/Date"
9126
  msgstr ""
9127
 
9128
+ #: languages/vue.php:3076
9129
  msgid "Choose which content you would like displayed in the widget."
9130
  msgstr ""
9131
 
9132
+ #: languages/vue.php:3088
9133
  msgid "Comments"
9134
  msgstr ""
9135
 
9136
+ #: languages/vue.php:3094
9137
  msgid "Choose how many posts you’d like displayed in the widget."
9138
  msgstr ""
9139
 
9140
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
9141
+ #: languages/vue.php:3098
9142
  msgid "%1$sPage %3$s%2$s of %4$s"
9143
  msgstr ""
9144
 
9145
+ #: languages/vue.php:3101
9146
  msgid "Wide"
9147
  msgstr ""
9148
 
9149
+ #: languages/vue.php:3104
9150
  msgid "Narrow"
9151
  msgstr ""
9152
 
9153
  #. Translators: Make text green.
9154
+ #: languages/vue.php:3108
9155
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
9156
  msgstr ""
9157
 
9158
+ #: languages/vue.php:3114
9159
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
9160
  msgstr ""
9161
 
9162
+ #: languages/vue.php:3117
9163
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
9164
  msgstr ""
9165
 
9166
+ #: languages/vue.php:3120
9167
  msgid "Usage Tracking"
9168
  msgstr ""
9169
 
9170
+ #: languages/vue.php:3123
9171
  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."
9172
  msgstr ""
9173
 
9174
+ #: languages/vue.php:3126
9175
  msgid "Allow usage tracking"
9176
  msgstr ""
9177
 
9178
  #. Translators: Adds a link to the documentation.
9179
+ #: languages/vue.php:3130
9180
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
9181
  msgstr ""
9182
 
9183
+ #: languages/vue.php:3133
9184
  msgid "Facebook Instant Articles"
9185
  msgstr ""
9186
 
9187
+ #: languages/vue.php:3136
9188
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro."
9189
  msgstr ""
9190
 
9191
+ #: languages/vue.php:3139
9192
  msgid "Performance"
9193
  msgstr ""
9194
 
9195
+ #: languages/vue.php:3142
9196
  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."
9197
  msgstr ""
9198
 
9199
+ #: languages/vue.php:3145
9200
  msgid "Google AMP"
9201
  msgstr ""
9202
 
9203
+ #: languages/vue.php:3148
9204
  msgid "Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking."
9205
  msgstr ""
9206
 
9207
+ #: languages/vue.php:3151
9208
  msgid "Ads Tracking"
9209
  msgstr ""
9210
 
9211
+ #: languages/vue.php:3154
9212
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
9213
  msgstr ""
9214
 
9215
+ #: languages/vue.php:3157
9216
  msgid "Unlock with %s"
9217
  msgstr ""
9218
 
9219
+ #: languages/vue.php:3160
9220
  msgid "Scroll Tracking"
9221
  msgstr ""
9222
 
9223
+ #: languages/vue.php:3163
9224
  msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
9225
  msgstr ""
9226
 
9227
+ #: languages/vue.php:3166
9228
  msgid ""
9229
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
9230
  " and other privacy regulations."
9231
  msgstr ""
9232
 
9233
+ #: languages/vue.php:3170
9234
  msgid "EU Compliance"
9235
  msgstr ""
9236
 
9237
+ #: languages/vue.php:3173
9238
  msgid "Compatibility mode"
9239
  msgstr ""
9240
 
9241
+ #: languages/vue.php:3176
9242
  msgid "Enable _gtagTracker Compatibility"
9243
  msgstr ""
9244
 
9245
  #. Translators: Placeholder gets replaced with default GA js function.
9246
+ #: languages/vue.php:3180
9247
  msgid "This enables ExactMetrics to work with plugins that use %1$s and don't support %2$s"
9248
  msgstr ""
9249
 
9250
+ #: languages/vue.php:3183
9251
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. ExactMetrics Pro shows you the stats that matter!"
9252
  msgstr ""
9253
 
9254
+ #: languages/vue.php:3186
9255
  msgid "To unlock more features consider upgrading to PRO."
9256
  msgstr ""
9257
 
9258
+ #: languages/vue.php:3189
9259
  msgid "Upgrade to"
9260
  msgstr ""
9261
 
9262
+ #: languages/vue.php:3192
9263
  msgid "Export PDF Report"
9264
  msgstr ""
9265
 
9266
+ #: languages/vue.php:3195
9267
  msgid "You can export PDF reports only in the PRO version."
9268
  msgstr ""
9269
 
9270
+ #: languages/vue.php:3198
9271
  msgid "Display Method"
9272
  msgstr ""
9273
 
9274
+ #: languages/vue.php:3201
9275
  msgid "There are two ways to manual include the widget in your posts."
9276
  msgstr ""
9277
 
9278
+ #: languages/vue.php:3204
9279
  msgid "Using the Gutenberg Block"
9280
  msgstr ""
9281
 
9282
+ #: languages/vue.php:3207
9283
  msgid "Using the Shortcode"
9284
  msgstr ""
9285
 
9286
+ #: languages/vue.php:3210
9287
  msgid "Learn how to insert the widget using Gutenberg blocks."
9288
  msgstr ""
9289
 
9290
+ #: languages/vue.php:3213
9291
  msgid "Learn how to insert the widget using out Shortcode."
9292
  msgstr ""
9293
 
9294
+ #: languages/vue.php:3216
9295
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
9296
  msgstr ""
9297
 
9298
+ #: languages/vue.php:3219
9299
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
9300
  msgstr ""
9301
 
9302
+ #: languages/vue.php:3222
9303
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”."
9304
  msgstr ""
9305
 
9306
+ #: languages/vue.php:3225
9307
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
9308
  msgstr ""
9309
 
9310
+ #: languages/vue.php:3228
9311
  msgid "Shortcode"
9312
  msgstr ""
9313
 
9314
+ #: languages/vue.php:3231
9315
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
9316
  msgstr ""
9317
 
9318
+ #: languages/vue.php:3234
9319
  msgid "Copy Shortcode"
9320
  msgstr ""
9321
 
9322
+ #: languages/vue.php:3237
9323
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
9324
  msgstr ""
9325
 
9326
+ #: languages/vue.php:3240
9327
  msgid "Automatic Placement"
9328
  msgstr ""
9329
 
9330
+ #: languages/vue.php:3243
9331
  msgid "Display using Gutenberg Blocks"
9332
  msgstr ""
9333
 
9334
+ #: languages/vue.php:3246
9335
  msgid "Embed Options"
9336
  msgstr ""
9337
 
9338
+ #: languages/vue.php:3249
9339
  msgid "All Embed Options can be used in conjunction with one another."
9340
  msgstr ""
9341
 
9342
+ #: languages/vue.php:3252
9343
  msgid "Using Automatic Embed"
9344
  msgstr ""
9345
 
9346
+ #: languages/vue.php:3255
9347
  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."
9348
  msgstr ""
9349
 
9350
+ #: languages/vue.php:3258
9351
  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."
9352
  msgstr ""
9353
 
9354
+ #: languages/vue.php:3261
9355
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
9356
  msgstr ""
9357
 
9358
+ #: languages/vue.php:3264
9359
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
9360
  msgstr ""
9361
 
9362
+ #: languages/vue.php:3267
9363
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
9364
  msgstr ""
9365
 
9366
+ #: languages/vue.php:3270
9367
  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."
9368
  msgstr ""
9369
 
9370
+ #: languages/vue.php:3273
9371
  msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - ExactMetrics widget and drag it into the desired Sidebar on the right."
9372
  msgstr ""
9373
 
9374
+ #: languages/vue.php:3276
9375
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9376
  msgstr ""
9377
 
9378
+ #: languages/vue.php:3279
9379
  msgid "Display using a Shortcode"
9380
  msgstr ""
9381
 
9382
+ #: languages/vue.php:3282
9383
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9384
  msgstr ""
9385
 
9386
+ #: languages/vue.php:3285
9387
  msgid "Enable Automatic Placement"
9388
  msgstr ""
9389
 
9390
+ #: languages/vue.php:3288
9391
  msgid "Display in a Sidebar"
9392
  msgstr ""
9393
 
9394
+ #: languages/vue.php:3291
9395
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9396
  msgstr ""
9397
 
9398
+ #: languages/vue.php:3294
9399
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9400
  msgstr ""
9401
 
9402
  #. Translators: The number of results.
9403
+ #: languages/vue.php:3298
9404
  msgid "%s results"
9405
  msgstr ""
9406
 
9407
+ #: languages/vue.php:3301
9408
  msgid "Media"
9409
  msgstr ""
9410
 
9411
+ #: languages/vue.php:3304
9412
  msgid "Track how your users interact with videos on your website. Upgrade to ExactMetrics Pro."
9413
  msgstr ""
9414
 
9415
+ #: languages/vue.php:3307
9416
  msgid "2021 Year in Review"
9417
  msgstr ""
9418
 
9419
+ #: languages/vue.php:3310
9420
  msgid "Media- Track how your users interact with videos on your website."
9421
  msgstr ""
9422
 
9423
+ #: languages/vue.php:3313
9424
  msgid "Your 2021 Year in Review is still calculating. Please check back later to see how your website performed last year."
9425
  msgstr ""
9426
 
9427
+ #: languages/vue.php:3316
9428
  msgid "Your 2021 Analytics Report"
9429
  msgstr ""
9430
 
9431
+ #: languages/vue.php:3322
9432
  msgid "January 1, 2021 - December 31, 2021"
9433
  msgstr ""
9434
 
9435
+ #: languages/vue.php:3325
9436
  msgid "A Tip for 2022"
9437
  msgstr ""
9438
 
9439
+ #: languages/vue.php:3328
9440
  msgid "A Tip For 2022"
9441
  msgstr ""
9442
 
9443
+ #: languages/vue.php:3331
9444
  msgid "Here's to an amazing 2022!"
9445
  msgstr ""
9446
 
9447
+ #: languages/vue.php:3334
9448
  msgid "Try our other popular WordPress plugins to grow your website in 2022."
9449
  msgstr ""
9450
 
9451
+ #: languages/vue.php:3337
9452
  msgid "Become a WordPress expert in 2022. Join our amazing communities and take your website to the next level."
9453
  msgstr ""
9454
 
9455
+ #: languages/vue.php:3340
9456
  msgid "Copyright ExactMetrics, 2022"
9457
  msgstr ""
9458
 
9459
  #. Translators: Number of minutes spent on site.
9460
+ #: languages/vue.php:3344
9461
  msgid "Each visitor spent an average of %s minutes on your website in 2021."
9462
  msgstr ""
9463
 
9464
  #. Translators: Placeholders are used for making text bold and adding a link.
9465
+ #: languages/vue.php:3348
9466
  msgid "%1$sYou're using %2$s Lite%3$s. To unlock all reports, consider %4$supgrading to Pro%5$s."
9467
  msgstr ""
9468
 
9469
+ #: languages/vue.php:3351
9470
  msgid "With ExactMetrics Pro, you can easily measure individual affiliate performance inside Google Analytics, no coding needed. Track clicks, revenue, and more."
9471
  msgstr ""
9472
 
9473
+ #: languages/vue.php:3354
9474
  msgid "RafflePress"
9475
  msgstr ""
9476
 
9477
+ #: languages/vue.php:3357
9478
  msgid "Launch giveaways and raffle campaigns to grow your email lists, increase traffic, and get more social media followers."
9479
  msgstr ""
9480
 
9481
+ #: languages/vue.php:3360
9482
  msgid "Constant Contact"
9483
  msgstr ""
9484
 
9485
+ #: languages/vue.php:3363
9486
  msgid "Create amazing email marketing campaigns with drag and drop simplicity. Exclusive Offer: Save 20%."
9487
  msgstr ""
9488
 
9489
+ #: languages/vue.php:3366
9490
  msgid "SEMRUSH"
9491
  msgstr ""
9492
 
9493
+ #: languages/vue.php:3369
9494
  msgid "Perform SEO and content marketing research, track keywords, and much more. Special Offer: First 30 Days Free."
9495
  msgstr ""
9496
 
9497
+ #: languages/vue.php:3372
9498
  msgid "Engagement Tools"
9499
  msgstr ""
9500
 
9501
+ #: languages/vue.php:3375
9502
  msgid "WPForms"
9503
  msgstr ""
9504
 
9505
+ #: languages/vue.php:3378
9506
  msgid "The world’s most popular WordPress form builder, trusted by over 5 million websites. Easily build contact forms, payment forms, and more."
9507
  msgstr ""
9508
 
9509
+ #: languages/vue.php:3381
9510
  msgid "OptinMonster"
9511
  msgstr ""
9512
 
9513
+ #: languages/vue.php:3384
9514
  msgid "Convert and monetize more of your website traffic with engaging pop-up and gamified tools. Great for all types of websites."
9515
  msgstr ""
9516
 
9517
+ #: languages/vue.php:3387
9518
  msgid "Smash Balloon - Facebook"
9519
  msgstr ""
9520
 
9521
+ #: languages/vue.php:3390
9522
  msgid "Smash Balloon - Instagram"
9523
  msgstr ""
9524
 
9525
+ #: languages/vue.php:3393
9526
  msgid "Quickly add social media feeds from Facebook, Instagram, Twitter, and others to your website, with no coding needed."
9527
  msgstr ""
9528
 
9529
+ #: languages/vue.php:3396
9530
  msgid "Popular Posts by ExactMetrics"
9531
  msgstr ""
9532
 
9533
+ #: languages/vue.php:3399
9534
  msgid "Increase your visitor engagement by automatically embedding popular and related content from your website."
9535
  msgstr ""
9536
 
9537
+ #: languages/vue.php:3402
9538
  msgid "Popular Products by ExactMetrics"
9539
  msgstr ""
9540
 
9541
+ #: languages/vue.php:3405
9542
  msgid "Automatically show related products to increase conversion rates and increase cart sizes on your eCommerce website."
9543
  msgstr ""
9544
 
9545
+ #: languages/vue.php:3408
9546
  msgid "Revenue Tools"
9547
  msgstr ""
9548
 
9549
+ #: languages/vue.php:3411
9550
  msgid "SeedProd"
9551
  msgstr ""
9552
 
9553
+ #: languages/vue.php:3414
9554
  msgid "Use the best drag-and-drop landing page builder for WordPress to instantly build coming soon pages, sales pages, opt-in pages, webinar pages, maintenance pages, and more. Includes 100+ free templates."
9555
  msgstr ""
9556
 
9557
+ #: languages/vue.php:3417
9558
  msgid "Featured Tools"
9559
  msgstr ""
9560
 
9561
+ #: languages/vue.php:3420
9562
  msgid "Easy Affiliate"
9563
  msgstr ""
9564
 
9565
+ #: languages/vue.php:3423
9566
  msgid "Launch, grow, and manage an affiliate program, all right from your WordPress dashboard. Works automatically with ExactMetrics."
9567
  msgstr ""
9568
 
9569
+ #: languages/vue.php:3426
9570
  msgid "SearchWP"
9571
  msgstr ""
9572
 
9573
+ #: languages/vue.php:3429
9574
  msgid "Unlock better search results for your website. Perfect for any information or eCommerce store to help users find exactly what content and products they’re looking for."
9575
  msgstr ""
9576
 
9577
+ #: languages/vue.php:3432
9578
  msgid "Easy Digital Downloads"
9579
  msgstr ""
9580
 
9581
+ #: languages/vue.php:3435
9582
  msgid "Easily sell digital products like ebooks, plugins, and courses with WordPress. Built-in payment processing, coupons, shopping cart, detailed reporting, and more."
9583
  msgstr ""
9584
 
9585
+ #: languages/vue.php:3438
9586
  msgid "MemberPress"
9587
  msgstr ""
9588
 
9589
+ #: languages/vue.php:3441
9590
  msgid "Create a membership website. Works automatically with ExactMetrics, no coding needed."
9591
  msgstr ""
9592
 
9593
+ #: languages/vue.php:3444
9594
  msgid "Thirsty Affiliates"
9595
  msgstr ""
9596
 
9597
+ #: languages/vue.php:3447
9598
  msgid "Manage all your affiliate links with features designed to help make bloggers more money."
9599
  msgstr ""
9600
 
9601
+ #: languages/vue.php:3450
9602
  msgid "Upgrade to unlock advanced reporting and features designed to help you get more traffic and make more money from your website. Special Offer: Save 50% today."
9603
  msgstr ""
9604
 
9605
+ #: languages/vue.php:3453
9606
  msgid "Advanced Coupons"
9607
  msgstr ""
9608
 
9609
+ #: languages/vue.php:3456
9610
  msgid "Create coupons, reward loyal customers, and schedule promotions for your eCommerce store."
9611
  msgstr ""
9612
 
9613
+ #: languages/vue.php:3459
9614
  msgid "PrettyLinks"
9615
  msgstr ""
9616
 
9617
+ #: languages/vue.php:3462
9618
  msgid "Automatically monetize your website content with affiliate links added automatically to your content."
9619
  msgstr ""
9620
 
9621
+ #: languages/vue.php:3465
9622
  msgid "Install Now"
9623
  msgstr ""
9624
 
9625
+ #: languages/vue.php:3468
9626
  msgid "Online Marketing Guides & Resources"
9627
  msgstr ""
9628
 
9629
+ #: languages/vue.php:3471
9630
  msgid "Read This Guide"
9631
  msgstr ""
9632
 
9633
+ #: languages/vue.php:3477
9634
  msgid "Upgrade to unlock eCommerce tracking, Custom Dimensions, Form Tracking, and much more. Special Offer: Save 50% today."
9635
  msgstr ""
9636
 
9637
+ #: languages/vue.php:3480
9638
  msgid "Traffic Tools"
9639
  msgstr ""
9640
 
9641
+ #: languages/vue.php:3483
9642
  msgid "All in One SEO (AIOSEO)"
9643
  msgstr ""
9644
 
9645
+ #: languages/vue.php:3486
9646
  msgid "The best WordPress SEO plugin that works automatically with ExactMetrics."
9647
  msgstr ""
9648
 
9649
+ #: languages/vue.php:3489
9650
  msgid "PushEngage"
9651
  msgstr ""
9652
 
9653
+ #: languages/vue.php:3492
9654
  msgid "Send push notifications to your visitors to drive more traffic and boost sales."
9655
  msgstr ""
9656
 
9657
+ #: languages/vue.php:3495
9658
  msgid "Featured"
9659
  msgstr ""
9660
 
9661
+ #: languages/vue.php:3498
9662
  msgid "Traffic"
9663
  msgstr ""
9664
 
9665
+ #: languages/vue.php:3501
9666
  msgid "Revenue"
9667
  msgstr ""
9668
 
9669
+ #: languages/vue.php:3504
9670
  msgid "Guides & Resources"
9671
  msgstr ""
9672
 
9673
+ #: languages/vue.php:3507
9674
  msgid "Media Tracking"
9675
  msgstr ""
9676
 
9677
+ #: languages/vue.php:3510
9678
  msgid "Get Started"
9679
  msgstr ""
9680
 
9681
+ #: languages/vue.php:3513
9682
  msgid "Privacy Compliance Addon"
9683
  msgstr ""
9684
 
9685
+ #: languages/vue.php:3516
9686
  msgid "Help Google Analytics become compliant with internet privacy laws like GDPR, PECR, and CCPA."
9687
  msgstr ""
9688
 
9689
+ #: languages/vue.php:3519
9690
  msgid "Get access to advanced reports inside WordPress including search keywords report, real-time analytics dashboard, publishers / eCommerce report, custom dimensions, and more."
9691
  msgstr ""
9692
 
9693
+ #: languages/vue.php:3522
9694
  msgid "Instantly enable enhanced eCommerce tracking, so you can measure conversions, sales, and revenue stats. Works with WooCommerce, Easy Digital Downloads, MemberPress, and more."
9695
  msgstr ""
9696
 
9697
+ #: languages/vue.php:3525
9698
  msgid "20+ Advanced Tracking"
9699
  msgstr ""
9700
 
9701
+ #: languages/vue.php:3528
9702
  msgid "Get access to advanced tracking features like form conversion tracking, author tracking, custom dimensions, scroll tracking, and more."
9703
  msgstr ""
9704
 
9705
+ #: languages/vue.php:3531
9706
  msgid "Advanced Growth Tools"
9707
  msgstr ""
9708
 
9709
+ #: languages/vue.php:3534
9710
  msgid "Get access to advanced growth tools such as popular posts addon, A/B testing tool, smart URL builder, and more."
9711
  msgstr ""
9712
 
9713
+ #: languages/vue.php:3537
9714
  msgid "Track how your users interact with videos on your website."
9715
  msgstr ""
9716
 
9717
+ #: languages/vue.php:3540
9718
  msgid "Error Processing"
9719
  msgstr ""
9720
 
9721
+ #: languages/vue.php:3543
9722
  msgid "There was an error while processing some features. Please try again or you can skip this process for now"
9723
  msgstr ""
9724
 
9725
+ #: languages/vue.php:3546
9726
  msgid "Which website features would you like to enable?"
9727
  msgstr ""
9728
 
9729
+ #: languages/vue.php:3549
9730
  msgid "We’ve already selected our recommended features based on your site. "
9731
  msgstr ""
9732
 
9733
+ #: languages/vue.php:3552
9734
  msgid "Other Addons"
9735
  msgstr ""
9736
 
9737
+ #: languages/vue.php:3555
9738
  msgid "View all ExactMetrics addons"
9739
  msgstr ""
9740
 
9741
+ #: languages/vue.php:3558
9742
  msgid "Standard Analytics & Reports"
9743
  msgstr ""
9744
 
9745
+ #: languages/vue.php:3561
9746
  msgid "Get the reports and stats that matter right inside your WordPress Dashboard."
9747
  msgstr ""
9748
 
9749
+ #: languages/vue.php:3564
9750
  msgid "Helps you see what links your users are clicking on your site."
9751
  msgstr ""
9752
 
9753
+ #: languages/vue.php:3567
9754
  msgid "All In One SEO Toolkit"
9755
  msgstr ""
9756
 
9757
+ #: languages/vue.php:3570
9758
  msgid "The best WordPress SEO plugin that works with ExactMetrics to boost your rankings."
9759
  msgstr ""
9760
 
9761
+ #: languages/vue.php:3573
9762
  msgid "Smart Form Builder by WPForms"
9763
  msgstr ""
9764
 
9765
+ #: languages/vue.php:3576
9766
  msgid "The most popular WordPress form plugin, trusted by over 5 million websites. Easily create contact forms, payment forms, surveys and more."
9767
  msgstr ""
9768
 
9769
+ #: languages/vue.php:3579
9770
  msgid "Awesome! Tracking and Analytics are All Setup!"
9771
  msgstr ""
9772
 
9773
+ #: languages/vue.php:3582
9774
  msgid "ExactMetrics is connected to Google Analytics and data is being collected."
9775
  msgstr ""
9776
 
9777
+ #: languages/vue.php:3589
9778
  msgid "Complete Setup without Upgrading"
9779
  msgstr ""
9780
 
9781
+ #: languages/vue.php:3592
9782
  msgid "Success"
9783
  msgstr ""
9784
 
9785
+ #: languages/vue.php:3595
9786
  msgid "Connected to Google Analytics"
9787
  msgstr ""
9788
 
9789
+ #: languages/vue.php:3598
9790
  msgid "Tracking Code Installed"
9791
  msgstr ""
9792
 
9793
+ #: languages/vue.php:3601
9794
  msgid "Data Being Collected"
9795
  msgstr ""
9796
 
9797
  #. Translators: Add link to retrieve license from account area.
9798
+ #: languages/vue.php:3605
9799
  msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO!"
9800
  msgstr ""
9801
 
9802
+ #: languages/vue.php:3608
9803
  msgid "Verify License Key"
9804
  msgstr ""
9805
 
9806
+ #: languages/vue.php:3611
9807
  msgid "Upgrade to Unlock These Features"
9808
  msgstr ""
9809
 
9810
+ #: languages/vue.php:3614
9811
  msgid "To unlock the selected features, please upgrade to Pro and enter your license key below."
9812
  msgstr ""
9813
 
9814
+ #: languages/vue.php:3617
9815
  msgid "%1$sBonus:%2$s Upgrade today and save %3$s50%% on a Pro License!%4$s (auto-applied at checkout)"
9816
  msgstr ""
9817
 
9818
+ #: languages/vue.php:3620
9819
  msgid "Verifying License..."
9820
  msgstr ""
9821
 
9822
+ #: languages/vue.php:3626
9823
  msgid "The following plugins will be installed: "
9824
  msgstr ""
9825
 
9826
+ #: languages/vue.php:3629
9827
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are combination of numbers and letters."
9828
  msgstr ""
9829
 
9830
+ #: languages/vue.php:3632
9831
  msgid "Manually enter your GA4 Measurement ID"
9832
  msgstr ""
9833
 
9834
+ #: languages/vue.php:3635
9835
  msgid "Warning: If you use a manual GA4 Measurement ID, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like G-XXXXXXXXXX where the X's are combination of numbers and letters."
9836
  msgstr ""
9837
 
9838
+ #: languages/vue.php:3638
9839
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are a combination of numbers and letters."
9840
  msgstr ""
9841
 
languages/vue.php CHANGED
@@ -10,6 +10,8 @@ $generated_i18n_strings = array(
10
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:116
11
  __( 'Loading Settings', 'google-analytics-dashboard-for-wp' ),
12
 
 
 
13
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:117
14
  __( 'Please wait...', 'google-analytics-dashboard-for-wp' ),
15
 
@@ -29,12 +31,11 @@ $generated_i18n_strings = array(
29
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
30
  __( 'Loading new report data', 'google-analytics-dashboard-for-wp' ),
31
 
32
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
33
- /* Translators: Adds an arrow icon. */
34
  __( 'Continue %s', 'google-analytics-dashboard-for-wp' ),
35
 
36
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:229
37
- // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:15
38
  __( 'Error', 'google-analytics-dashboard-for-wp' ),
39
 
40
  // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:16
@@ -49,11 +50,10 @@ $generated_i18n_strings = array(
49
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:185
50
  __( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-dashboard-for-wp' ),
51
 
52
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:186
53
  __( '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-dashboard-for-wp' ),
54
 
55
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:31
56
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:189
57
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-dashboard-for-wp' ),
58
 
59
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:190
@@ -65,10 +65,10 @@ $generated_i18n_strings = array(
65
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:194
66
  __( '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-dashboard-for-wp' ),
67
 
68
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:197
69
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-dashboard-for-wp' ),
70
 
71
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:198
72
  __( '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-dashboard-for-wp' ),
73
 
74
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportSearchConsole-Lite.vue:31
@@ -77,24 +77,21 @@ $generated_i18n_strings = array(
77
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:202
78
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-dashboard-for-wp' ),
79
 
80
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:205
81
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-dashboard-for-wp' ),
82
 
83
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
84
  __( '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-dashboard-for-wp' ),
85
 
86
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:31
87
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:209
88
  __( 'Unlock the Site Speed Report and Improve the Performance of Your Site', 'google-analytics-dashboard-for-wp' ),
89
 
90
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:32
91
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:210
92
  __( 'See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking', 'google-analytics-dashboard-for-wp' ),
93
 
94
  // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:42
95
  __( 'Today', 'google-analytics-dashboard-for-wp' ),
96
 
97
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:67
98
  // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:48
99
  __( 'Yesterday', 'google-analytics-dashboard-for-wp' ),
100
 
@@ -125,7 +122,7 @@ $generated_i18n_strings = array(
125
  // Reference: src/modules/widget/components/WidgetReminder.vue:36
126
  __( 'See the full analytics report!', 'google-analytics-dashboard-for-wp' ),
127
 
128
- // Reference: src/modules/widget/store/index.js:14
129
  __( 'Overview Report', 'google-analytics-dashboard-for-wp' ),
130
 
131
  // Reference: src/plugins/exactmetrics-compatibility-plugin.js:13
@@ -156,17 +153,13 @@ $generated_i18n_strings = array(
156
  // Reference: src/plugins/exactmetrics-compatibility-plugin.js:59
157
  __( 'Learn more about updating WordPress', 'google-analytics-dashboard-for-wp' ),
158
 
159
- // Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
160
- // Reference: src/modules/about/components/exactmetrics-AboutTabAboutUs.vue:36
161
- // Reference: src/modules/settings/routes/site.js:125
162
  __( 'About Us', 'google-analytics-dashboard-for-wp' ),
163
 
164
- // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
165
- // Reference: src/modules/settings/routes/site.js:133
166
  __( 'Getting Started', 'google-analytics-dashboard-for-wp' ),
167
 
168
- // Reference: src/modules/about/components/AboutNavigation-Lite.vue:17
169
- // Reference: src/modules/settings/routes/site.js:142
170
  __( 'Lite vs Pro', 'google-analytics-dashboard-for-wp' ),
171
 
172
  // Reference: src/modules/settings/exactmetrics-site.vue:77
@@ -223,93 +216,74 @@ $generated_i18n_strings = array(
223
  __( '%1$sSee All Features%2$s', 'google-analytics-dashboard-for-wp' ),
224
 
225
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:197
226
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:11
227
  __( 'Pro Plan', 'google-analytics-dashboard-for-wp' ),
228
 
229
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:198
230
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:12
231
  __( 'per year', 'google-analytics-dashboard-for-wp' ),
232
 
233
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:199
234
- // Reference: src/modules/addons/components/AddonButton.vue:30
235
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:13
236
  __( 'Upgrade Now', 'google-analytics-dashboard-for-wp' ),
237
 
238
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:148
239
  __( 'Upgrade to ExactMetrics Pro Now', 'google-analytics-dashboard-for-wp' ),
240
 
241
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:204
242
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:33
243
  __( 'This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!', 'google-analytics-dashboard-for-wp' ),
244
 
245
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:205
246
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:34
247
  __( 'Daniel Monaghan - Experienced', 'google-analytics-dashboard-for-wp' ),
248
 
249
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:209
250
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:38
251
  __( 'Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it.', 'google-analytics-dashboard-for-wp' ),
252
 
253
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:210
254
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:39
255
  __( 'Naomi Spirit - From This Day', 'google-analytics-dashboard-for-wp' ),
256
 
257
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:214
258
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:43
259
  __( 'Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!', 'google-analytics-dashboard-for-wp' ),
260
 
261
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:215
262
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:44
263
  __( 'Julie Dupuis - Faraway Land Travel', 'google-analytics-dashboard-for-wp' ),
264
 
265
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:218
266
  __( 'Guides and Documentation:', 'google-analytics-dashboard-for-wp' ),
267
 
268
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:90
269
- // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewDatePicker-Lite.vue:51
270
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportSearchConsole-Lite.vue:34
271
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:15
 
272
  __( 'Upgrade to PRO', 'google-analytics-dashboard-for-wp' ),
273
 
274
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:92
275
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:17
276
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:142
277
  __( 'eCommerce Tracking', 'google-analytics-dashboard-for-wp' ),
278
 
279
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:93
280
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:18
281
  __( 'Custom Dimensions', 'google-analytics-dashboard-for-wp' ),
282
 
283
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:94
284
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:19
285
  __( 'Form Tracking', 'google-analytics-dashboard-for-wp' ),
286
 
287
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:95
288
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:20
289
  __( 'AMP Support', 'google-analytics-dashboard-for-wp' ),
290
 
291
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:96
292
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:21
293
  __( 'Author Tracking', 'google-analytics-dashboard-for-wp' ),
294
 
295
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:99
296
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:24
297
  __( 'EU Compliance Addon', 'google-analytics-dashboard-for-wp' ),
298
 
299
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:100
300
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:25
301
  __( 'Real Time Report', 'google-analytics-dashboard-for-wp' ),
302
 
303
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:101
304
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:26
305
  __( 'Google Optimize', 'google-analytics-dashboard-for-wp' ),
306
 
307
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:102
308
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:27
309
  __( 'Search Console', 'google-analytics-dashboard-for-wp' ),
310
 
311
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:103
312
- // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:28
313
  __( 'Custom Date Ranges', 'google-analytics-dashboard-for-wp' ),
314
 
315
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:84
@@ -327,6 +301,7 @@ $generated_i18n_strings = array(
327
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:89
328
  __( 'Launch the wizard!', 'google-analytics-dashboard-for-wp' ),
329
 
 
330
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:142
331
  __( 'Welcome to', 'google-analytics-dashboard-for-wp' ),
332
 
@@ -348,17 +323,14 @@ $generated_i18n_strings = array(
348
  /* Translators: Placeholder is replaced with WPForms. */
349
  __( 'Recommended Plugin: %s', 'google-analytics-dashboard-for-wp' ),
350
 
351
- // Reference: src/modules/addons/components/AddonButton.vue:54
352
- // Reference: src/modules/addons/store/actions.js:49
353
- // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:42
354
  __( 'Install', 'google-analytics-dashboard-for-wp' ),
355
 
356
- // Reference: src/modules/addons/components/AddonButton.vue:50
357
- // Reference: src/modules/addons/store/actions.js:49
358
- // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:38
359
  __( 'Activate', 'google-analytics-dashboard-for-wp' ),
360
 
361
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
 
362
  __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
363
 
364
  // Reference: src/modules/reports/components/ReportReAuth.vue:19
@@ -373,8 +345,8 @@ $generated_i18n_strings = array(
373
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:162
374
  __( 'Re-Authenticating', 'google-analytics-dashboard-for-wp' ),
375
 
376
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:319
377
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:236
378
  __( 'Ok', 'google-analytics-dashboard-for-wp' ),
379
 
380
  // Reference: src/modules/addons/components/AddonsNavigation.vue:18
@@ -389,13 +361,13 @@ $generated_i18n_strings = array(
389
  // Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
390
  __( 'Exit Setup', 'google-analytics-dashboard-for-wp' ),
391
 
392
- // Reference: src/modules/widget/store/index.js:103
393
  __( 'Time to Purchase', 'google-analytics-dashboard-for-wp' ),
394
 
395
  // Reference: src/modules/widget/store/index.js:104
396
  __( 'This list shows how many days from first visit it took users to purchase products from your site.', 'google-analytics-dashboard-for-wp' ),
397
 
398
- // Reference: src/modules/widget/store/index.js:111
399
  __( 'Sessions to Purchase', 'google-analytics-dashboard-for-wp' ),
400
 
401
  // Reference: src/modules/widget/store/index.js:112
@@ -413,22 +385,22 @@ $generated_i18n_strings = array(
413
  // Reference: src/modules/widget/store/index.js:128
414
  __( 'This list shows the percentage of carts that never went through the checkout process.', 'google-analytics-dashboard-for-wp' ),
415
 
416
- // Reference: src/modules/widget/store/index.js:20
417
  __( 'Top Posts/Pages', 'google-analytics-dashboard-for-wp' ),
418
 
419
- // Reference: src/modules/widget/store/index.js:21
420
  __( 'This list shows the most viewed posts and pages on your website.', 'google-analytics-dashboard-for-wp' ),
421
 
422
- // Reference: src/modules/widget/store/index.js:27
423
  __( 'New vs. Returning Visitors', 'google-analytics-dashboard-for-wp' ),
424
 
425
- // Reference: src/modules/widget/store/index.js:28
426
  __( 'This graph shows what percent of your user sessions come from new versus repeat visitors.', 'google-analytics-dashboard-for-wp' ),
427
 
428
- // Reference: src/modules/widget/store/index.js:34
429
  __( 'Device Breakdown', 'google-analytics-dashboard-for-wp' ),
430
 
431
- // Reference: src/modules/widget/store/index.js:35
432
  __( 'This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site.', 'google-analytics-dashboard-for-wp' ),
433
 
434
  // Reference: src/modules/widget/store/index.js:41
@@ -461,7 +433,7 @@ $generated_i18n_strings = array(
461
  // Reference: src/modules/widget/store/index.js:71
462
  __( 'This list shows the download links your visitors clicked the most.', 'google-analytics-dashboard-for-wp' ),
463
 
464
- // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:42
465
  // Reference: src/modules/widget/store/index.js:77
466
  __( 'Overview', 'google-analytics-dashboard-for-wp' ),
467
 
@@ -494,7 +466,7 @@ $generated_i18n_strings = array(
494
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
495
  __( 'ExactMetrics makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
496
 
497
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:124
498
  __( 'Launch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
499
 
500
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
@@ -525,24 +497,24 @@ $generated_i18n_strings = array(
525
  // Reference: src/components/TheQuickLinks.vue:78
526
  __( 'Upgrade to Pro &#187;', 'google-analytics-dashboard-for-wp' ),
527
 
528
- // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:43
529
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:30
530
  __( 'Publishers', 'google-analytics-dashboard-for-wp' ),
531
 
532
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:69
533
  // Reference: src/modules/settings/routes/site.js:54
534
  __( 'eCommerce', 'google-analytics-dashboard-for-wp' ),
535
 
536
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:57
537
  __( 'Dimensions Report', 'google-analytics-dashboard-for-wp' ),
538
 
539
- // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:47
540
  __( 'Forms', 'google-analytics-dashboard-for-wp' ),
541
 
542
- // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:48
543
  __( 'Real-Time', 'google-analytics-dashboard-for-wp' ),
544
 
545
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:30
 
546
  __( 'Site Speed Report', 'google-analytics-dashboard-for-wp' ),
547
 
548
  // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:49
@@ -570,23 +542,18 @@ $generated_i18n_strings = array(
570
  // Reference: src/modules/settings/routes/site.js:200
571
  __( 'Sub menu item for WooCommerce Analytics', 'google-analytics-dashboard-for-wp' ),
572
 
573
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:67
574
  // Reference: src/modules/settings/routes/site.js:38
575
  __( 'General', 'google-analytics-dashboard-for-wp' ),
576
 
577
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:68
578
  // Reference: src/modules/settings/routes/site.js:46
579
  __( 'Engagement', 'google-analytics-dashboard-for-wp' ),
580
 
581
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:70
582
  // Reference: src/modules/settings/routes/site.js:62
583
  __( 'Publisher', 'google-analytics-dashboard-for-wp' ),
584
 
585
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:71
586
  // Reference: src/modules/settings/routes/site.js:70
587
  __( 'Conversions', 'google-analytics-dashboard-for-wp' ),
588
 
589
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:72
590
  // Reference: src/modules/settings/routes/site.js:78
591
  __( 'Advanced', 'google-analytics-dashboard-for-wp' ),
592
 
@@ -694,7 +661,7 @@ $generated_i18n_strings = array(
694
  /* Translators: Make text bold. */
695
  __( 'Publisher %1$s(Blog)%2$s', 'google-analytics-dashboard-for-wp' ),
696
 
697
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:49
698
  __( 'Ecommerce', 'google-analytics-dashboard-for-wp' ),
699
 
700
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:61
@@ -703,10 +670,10 @@ $generated_i18n_strings = array(
703
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:62
704
  __( 'ExactMetrics connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-dashboard-for-wp' ),
705
 
706
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:118
707
  __( 'Connect Google Analytics + WordPress', 'google-analytics-dashboard-for-wp' ),
708
 
709
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:119
710
  __( 'You will be taken to the ExactMetrics website where you\'ll need to connect your Analytics account.', 'google-analytics-dashboard-for-wp' ),
711
 
712
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:65
@@ -742,7 +709,6 @@ $generated_i18n_strings = array(
742
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
743
  __( 'Continue & Install WPForms', 'google-analytics-dashboard-for-wp' ),
744
 
745
- // Reference: src/modules/addons/components/AddonButton.vue:42
746
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:30
747
  __( 'Installing...', 'google-analytics-dashboard-for-wp' ),
748
 
@@ -761,7 +727,6 @@ $generated_i18n_strings = array(
761
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:57
762
  __( 'ExactMetrics 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.', 'google-analytics-dashboard-for-wp' ),
763
 
764
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:58
765
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:84
766
  __( 'Enhanced Link Attribution', 'google-analytics-dashboard-for-wp' ),
767
 
@@ -818,7 +783,7 @@ $generated_i18n_strings = array(
818
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
819
  __( 'These user roles will be able to access ExactMetrics\' reports in the WordPress admin area.', 'google-analytics-dashboard-for-wp' ),
820
 
821
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:88
822
  __( '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.', 'google-analytics-dashboard-for-wp' ),
823
 
824
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
@@ -830,7 +795,7 @@ $generated_i18n_strings = array(
830
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:92
831
  __( 'Enhanced Link Attribution is enabled the moment you set up ExactMetrics', 'google-analytics-dashboard-for-wp' ),
832
 
833
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:93
834
  __( '+ Add Role', 'google-analytics-dashboard-for-wp' ),
835
 
836
  // Reference: src/components/TheFloatingBar-Lite.vue:29
@@ -843,14 +808,14 @@ $generated_i18n_strings = array(
843
  // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:50
844
  __( 'Site Speed', 'google-analytics-dashboard-for-wp' ),
845
 
846
- // Reference: src/modules/wizard-onboarding/components/inputs/exactmetrics-OnboardingLicense-Lite.vue:27
847
  __( 'License Key', 'google-analytics-dashboard-for-wp' ),
848
 
849
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:62
850
  /* Translators: Add link to retrieve license key from account. */
851
  __( 'Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
852
 
853
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:114
854
  __( 'Google Authentication', 'google-analytics-dashboard-for-wp' ),
855
 
856
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:66
@@ -862,27 +827,26 @@ $generated_i18n_strings = array(
862
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:69
863
  __( 'Hide Announcements', 'google-analytics-dashboard-for-wp' ),
864
 
865
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:129
866
  __( 'You\'re using ExactMetrics Lite – no license needed. Enjoy!', 'google-analytics-dashboard-for-wp' ),
867
 
868
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:32
869
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:131
870
- /* Translators: Adds link to upgrade. */
871
  __( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-dashboard-for-wp' ),
872
 
873
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:132
874
  __( 'Receive 50% off automatically applied at the checkout!', 'google-analytics-dashboard-for-wp' ),
875
 
876
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:134
877
  __( 'See all features', 'google-analytics-dashboard-for-wp' ),
878
 
879
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:121
880
  __( 'Setup Wizard', 'google-analytics-dashboard-for-wp' ),
881
 
882
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:122
883
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-dashboard-for-wp' ),
884
 
885
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:123
886
  __( 'Relaunch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
887
 
888
  // Reference: src/modules/addons/exactmetrics-addons-Lite.vue:59
@@ -1018,7 +982,7 @@ $generated_i18n_strings = array(
1018
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:145
1019
  __( 'Headline Analyzer', 'google-analytics-dashboard-for-wp' ),
1020
 
1021
- // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:153
1022
  __( 'Email Summaries', 'google-analytics-dashboard-for-wp' ),
1023
 
1024
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:155
@@ -1076,8 +1040,7 @@ $generated_i18n_strings = array(
1076
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:66
1077
  __( 'Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout.', 'google-analytics-dashboard-for-wp' ),
1078
 
1079
- // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:67
1080
- // Reference: src/modules/addons/components/exactmetrics-AddonBlock.vue:62
1081
  __( 'Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
1082
 
1083
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:70
@@ -1138,15 +1101,14 @@ $generated_i18n_strings = array(
1138
  /* Translators: Error status and error text. */
1139
  __( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1140
 
1141
- // Reference: src/modules/auth/api/index.js:123
1142
- // Reference: src/modules/settings/api/index.js:27
1143
  __( 'You appear to be offline.', 'google-analytics-dashboard-for-wp' ),
1144
 
1145
  // Reference: src/modules/auth/api/index.js:232
1146
- // Reference: src/modules/settings/api/index.js:77
1147
  /* Translators: Error status and error text. */
1148
  __( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1149
 
 
1150
  // Reference: src/modules/settings/api/index.js:81
1151
  __( 'Network error encountered. Settings not saved.', 'google-analytics-dashboard-for-wp' ),
1152
 
@@ -1264,7 +1226,6 @@ $generated_i18n_strings = array(
1264
  __( 'Can\'t validate the license. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1265
 
1266
  // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:56
1267
- // Reference: src/modules/settings/components/input/SettingsInputText.vue:50
1268
  __( 'Reset to default', 'google-analytics-dashboard-for-wp' ),
1269
 
1270
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:51
@@ -1307,6 +1268,7 @@ $generated_i18n_strings = array(
1307
  __( 'Remove row', 'google-analytics-dashboard-for-wp' ),
1308
 
1309
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:47
 
1310
  __( 'Sessions', 'google-analytics-dashboard-for-wp' ),
1311
 
1312
  // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:83
@@ -1314,6 +1276,7 @@ $generated_i18n_strings = array(
1314
  __( 'Unique %s Sessions', 'google-analytics-dashboard-for-wp' ),
1315
 
1316
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:48
 
1317
  __( 'Pageviews', 'google-analytics-dashboard-for-wp' ),
1318
 
1319
  // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:86
@@ -1339,9 +1302,11 @@ $generated_i18n_strings = array(
1339
  __( 'Avg. Session Duration', 'google-analytics-dashboard-for-wp' ),
1340
 
1341
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:50
 
1342
  __( 'Bounce Rate', 'google-analytics-dashboard-for-wp' ),
1343
 
1344
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:51
 
1345
  __( 'Total Users', 'google-analytics-dashboard-for-wp' ),
1346
 
1347
  // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
@@ -1380,7 +1345,8 @@ $generated_i18n_strings = array(
1380
  /* Translators: add link to blog. */
1381
  __( 'To comply with Google\'s API policies we\'ve had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro.', 'google-analytics-dashboard-for-wp' ),
1382
 
1383
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportSearchConsole-Lite.vue:35
 
1384
  __( 'Here\'s what you get:', 'google-analytics-dashboard-for-wp' ),
1385
 
1386
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportRealTime-Lite.vue:41
@@ -1623,7 +1589,7 @@ $generated_i18n_strings = array(
1623
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:272
1624
  __( 'A Tip for 2021', 'google-analytics-dashboard-for-wp' ),
1625
 
1626
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEngagement.vue:65
1627
  __( 'Demographics', 'google-analytics-dashboard-for-wp' ),
1628
 
1629
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:274
@@ -1650,8 +1616,7 @@ $generated_i18n_strings = array(
1650
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:281
1651
  __( 'Average Age', 'google-analytics-dashboard-for-wp' ),
1652
 
1653
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:106
1654
- // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:282
1655
  __( 'Behavior', 'google-analytics-dashboard-for-wp' ),
1656
 
1657
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:283
@@ -1845,13 +1810,13 @@ $generated_i18n_strings = array(
1845
  /* Translators: Number of visitors and device percentage. */
1846
  __( '%1$s&#37 of your visitors were on a %2$s device.', 'google-analytics-dashboard-for-wp' ),
1847
 
1848
- // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:502
1849
  __( 'Desktop', 'google-analytics-dashboard-for-wp' ),
1850
 
1851
- // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:503
1852
  __( 'Tablet', 'google-analytics-dashboard-for-wp' ),
1853
 
1854
- // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:504
1855
  __( 'Mobile', 'google-analytics-dashboard-for-wp' ),
1856
 
1857
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:111
@@ -1966,19 +1931,19 @@ $generated_i18n_strings = array(
1966
  // Reference: src/modules/frontend/components/FrontendInfoboxChange.vue:46
1967
  __( 'No change', 'google-analytics-dashboard-for-wp' ),
1968
 
1969
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:105
1970
  __( 'Choose Theme', 'google-analytics-dashboard-for-wp' ),
1971
 
1972
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:107
1973
  __( 'Widget Styling', 'google-analytics-dashboard-for-wp' ),
1974
 
1975
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:108
1976
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-dashboard-for-wp' ),
1977
 
1978
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:109
1979
  __( 'Sort By', 'google-analytics-dashboard-for-wp' ),
1980
 
1981
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:110
1982
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-dashboard-for-wp' ),
1983
 
1984
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
@@ -1990,40 +1955,40 @@ $generated_i18n_strings = array(
1990
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:108
1991
  __( 'Title your widget and set its display preferences.', 'google-analytics-dashboard-for-wp' ),
1992
 
1993
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:115
1994
  __( 'Include in Post Types', 'google-analytics-dashboard-for-wp' ),
1995
 
1996
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:116
1997
  __( 'Exclude from specific posts', 'google-analytics-dashboard-for-wp' ),
1998
 
1999
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:118
2000
  /* Translators: Placeholders make the text bold. */
2001
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
2002
 
2003
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:120
2004
  /* Translators: Placeholders make the text bold. */
2005
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
2006
 
2007
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:122
2008
  __( 'Loading Themes', 'google-analytics-dashboard-for-wp' ),
2009
 
2010
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:129
2011
  /* Translators: placeholders make text small. */
2012
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-dashboard-for-wp' ),
2013
 
2014
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:134
2015
  /* Translators: placeholders make text small. */
2016
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-dashboard-for-wp' ),
2017
 
2018
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:141
2019
  /* Translators: placeholders make text small. */
2020
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-dashboard-for-wp' ),
2021
 
2022
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:146
2023
  /* Translators: placeholders make text small. */
2024
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-dashboard-for-wp' ),
2025
 
2026
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:151
2027
  /* Translators: placeholders make text small. */
2028
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-dashboard-for-wp' ),
2029
 
@@ -2039,7 +2004,7 @@ $generated_i18n_strings = array(
2039
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:114
2040
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-dashboard-for-wp' ),
2041
 
2042
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:121
2043
  __( 'Customize Design', 'google-analytics-dashboard-for-wp' ),
2044
 
2045
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
@@ -2177,10 +2142,10 @@ $generated_i18n_strings = array(
2177
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:35
2178
  __( 'Unlock PRO Features Now', 'google-analytics-dashboard-for-wp' ),
2179
 
2180
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:156
2181
  __( 'Paste your license key here', 'google-analytics-dashboard-for-wp' ),
2182
 
2183
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepSuccess.vue:157
2184
  __( 'Verify', 'google-analytics-dashboard-for-wp' ),
2185
 
2186
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:39
@@ -2188,7 +2153,6 @@ $generated_i18n_strings = array(
2188
  __( 'Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
2189
 
2190
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:69
2191
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:172
2192
  __( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' ),
2193
 
2194
  // Reference: src/modules/seo/components/yoast.vue:137
@@ -2198,11 +2162,9 @@ $generated_i18n_strings = array(
2198
  __( 'Automatically migrate all of your SEO settings with just 1 click!', 'google-analytics-dashboard-for-wp' ),
2199
 
2200
  // Reference: src/modules/seo/components/aioseo.vue:155
2201
- // Reference: src/modules/seo/components/yoast.vue:139
2202
  __( '1,938', 'google-analytics-dashboard-for-wp' ),
2203
 
2204
  // Reference: src/modules/seo/components/aioseo.vue:156
2205
- // Reference: src/modules/seo/components/yoast.vue:140
2206
  __( '2+ Million Active Installs', 'google-analytics-dashboard-for-wp' ),
2207
 
2208
  // Reference: src/modules/seo/components/yoast.vue:143
@@ -2212,11 +2174,9 @@ $generated_i18n_strings = array(
2212
  __( 'Set up the proper SEO foundations in less than 10 minutes.', 'google-analytics-dashboard-for-wp' ),
2213
 
2214
  // Reference: src/modules/seo/components/aioseo.vue:165
2215
- // Reference: src/modules/seo/components/yoast.vue:145
2216
  __( 'SEO Audit Checklist', 'google-analytics-dashboard-for-wp' ),
2217
 
2218
  // Reference: src/modules/seo/components/aioseo.vue:166
2219
- // Reference: src/modules/seo/components/yoast.vue:146
2220
  __( 'Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic.', 'google-analytics-dashboard-for-wp' ),
2221
 
2222
  // Reference: src/modules/seo/components/yoast.vue:147
@@ -2229,45 +2189,36 @@ $generated_i18n_strings = array(
2229
  __( 'Get AIOSEO for WordPress', 'google-analytics-dashboard-for-wp' ),
2230
 
2231
  // Reference: src/modules/seo/components/aioseo.vue:180
2232
- // Reference: src/modules/seo/components/yoast.vue:152
2233
  __( 'Get the #1 Most Powerful WordPress SEO Plugin Today', 'google-analytics-dashboard-for-wp' ),
2234
 
2235
  // Reference: src/modules/seo/components/aioseo.vue:181
2236
- // Reference: src/modules/seo/components/yoast.vue:153
2237
  __( 'Try it out today, for free.', 'google-analytics-dashboard-for-wp' ),
2238
 
2239
  // Reference: src/modules/seo/components/aioseo.vue:184
2240
- // Reference: src/modules/seo/components/yoast.vue:156
2241
  __( 'Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings.', 'google-analytics-dashboard-for-wp' ),
2242
 
2243
  // Reference: src/modules/seo/components/aioseo.vue:185
2244
- // Reference: src/modules/seo/components/yoast.vue:157
2245
  __( 'Activate and Install the Plugin with just one click!', 'google-analytics-dashboard-for-wp' ),
2246
 
2247
  // Reference: src/modules/seo/components/yoast.vue:222
2248
  __( 'Installing AIOSEO...', 'google-analytics-dashboard-for-wp' ),
2249
 
2250
  // Reference: src/modules/seo/components/aioseo.vue:240
2251
- // Reference: src/modules/seo/components/yoast.vue:231
2252
  __( 'Congrats! All-in-One SEO Installed.', 'google-analytics-dashboard-for-wp' ),
2253
 
2254
  // Reference: src/modules/seo/components/yoast.vue:248
2255
  __( 'Switch to AIOSEO', 'google-analytics-dashboard-for-wp' ),
2256
 
2257
  // Reference: src/modules/seo/components/aioseo.vue:261
2258
- // Reference: src/modules/seo/components/yoast.vue:252
2259
  __( 'Installation Failed. Please refresh and try again.', 'google-analytics-dashboard-for-wp' ),
2260
 
2261
  // Reference: src/modules/seo/components/aioseo.vue:268
2262
- // Reference: src/modules/seo/components/yoast.vue:259
2263
  __( 'Activating AIOSEO...', 'google-analytics-dashboard-for-wp' ),
2264
 
2265
  // Reference: src/modules/seo/components/aioseo.vue:275
2266
- // Reference: src/modules/seo/components/yoast.vue:266
2267
  __( 'Activate AIOSEO', 'google-analytics-dashboard-for-wp' ),
2268
 
2269
  // Reference: src/modules/seo/components/aioseo.vue:279
2270
- // Reference: src/modules/seo/components/yoast.vue:270
2271
  __( 'Activation Failed. Please refresh and try again.', 'google-analytics-dashboard-for-wp' ),
2272
 
2273
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabConversions-Lite.vue:45
@@ -2346,7 +2297,7 @@ $generated_i18n_strings = array(
2346
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:90
2347
  __( 'Reports', 'google-analytics-dashboard-for-wp' ),
2348
 
2349
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:120
2350
  __( 'Automatic Updates', 'google-analytics-dashboard-for-wp' ),
2351
 
2352
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:105
@@ -2605,30 +2556,24 @@ $generated_i18n_strings = array(
2605
  __( 'See Your Conversion Rate to Improve Funnel', 'google-analytics-dashboard-for-wp' ),
2606
 
2607
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:43
2608
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:60
2609
  __( 'See The Number of Transactions and Make Data-Driven Decisions', 'google-analytics-dashboard-for-wp' ),
2610
 
2611
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:47
2612
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:64
2613
  __( 'See The Total Revenue to Track Growth', 'google-analytics-dashboard-for-wp' ),
2614
 
2615
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:51
2616
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:68
2617
  __( 'See Average Order Value to Find Offer Opportunities', 'google-analytics-dashboard-for-wp' ),
2618
 
2619
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:55
2620
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:72
2621
  __( 'See Your Top Products to See Individual Performance', 'google-analytics-dashboard-for-wp' ),
2622
 
2623
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:76
2624
  __( 'See your Top Conversion Sources and Focus on what\'s Working', 'google-analytics-dashboard-for-wp' ),
2625
 
2626
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:63
2627
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:80
2628
  __( 'See The Time it Takes for Customers to Purchase', 'google-analytics-dashboard-for-wp' ),
2629
 
2630
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:67
2631
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:84
2632
  __( 'See How Many Sessions are Needed for a Purchase', 'google-analytics-dashboard-for-wp' ),
2633
 
2634
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:88
@@ -2843,7 +2788,7 @@ $generated_i18n_strings = array(
2843
  // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:45
2844
  __( 'Better Support', 'google-analytics-dashboard-for-wp' ),
2845
 
2846
- // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:41
2847
  __( 'Continue', 'google-analytics-dashboard-for-wp' ),
2848
 
2849
  // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:48
@@ -2937,7 +2882,6 @@ $generated_i18n_strings = array(
2937
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:25
2938
  __( 'Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.', 'google-analytics-dashboard-for-wp' ),
2939
 
2940
- // Reference: src/modules/addons/components/AddonButton.vue:34
2941
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:26
2942
  __( 'Activating...', 'google-analytics-dashboard-for-wp' ),
2943
 
@@ -3080,7 +3024,7 @@ $generated_i18n_strings = array(
3080
  // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:55
3081
  __( 'Icon', 'google-analytics-dashboard-for-wp' ),
3082
 
3083
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:60
3084
  __( 'Theme Preview', 'google-analytics-dashboard-for-wp' ),
3085
 
3086
  // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:31
@@ -3163,7 +3107,7 @@ $generated_i18n_strings = array(
3163
  /* Translators: Make text green. */
3164
  __( 'Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s', 'google-analytics-dashboard-for-wp' ),
3165
 
3166
- // Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputPdfReports-Lite.vue:16
3167
  __( 'Upgrade', 'google-analytics-dashboard-for-wp' ),
3168
 
3169
  // Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputPdfReports-Lite.vue:17
@@ -3257,7 +3201,6 @@ $generated_i18n_strings = array(
3257
  __( 'There are two ways to manual include the widget in your posts.', 'google-analytics-dashboard-for-wp' ),
3258
 
3259
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:79
3260
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:105
3261
  __( 'Using the Gutenberg Block', 'google-analytics-dashboard-for-wp' ),
3262
 
3263
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:80
@@ -3273,25 +3216,21 @@ $generated_i18n_strings = array(
3273
  __( '%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg', 'google-analytics-dashboard-for-wp' ),
3274
 
3275
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:85
3276
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:113
3277
  __( '%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.', 'google-analytics-dashboard-for-wp' ),
3278
 
3279
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:86
3280
  __( '%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”.', 'google-analytics-dashboard-for-wp' ),
3281
 
3282
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:87
3283
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:115
3284
  __( '%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.', 'google-analytics-dashboard-for-wp' ),
3285
 
3286
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:89
3287
  __( 'Shortcode', 'google-analytics-dashboard-for-wp' ),
3288
 
3289
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:90
3290
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:123
3291
  __( 'Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.', 'google-analytics-dashboard-for-wp' ),
3292
 
3293
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:91
3294
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:124
3295
  __( 'Copy Shortcode', 'google-analytics-dashboard-for-wp' ),
3296
 
3297
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:92
@@ -3364,7 +3303,7 @@ $generated_i18n_strings = array(
3364
  // Reference: src/modules/settings/components/input/tab-publisher/exactmetrics-SettingsInputMedia-Lite.vue:26
3365
  __( 'Track how your users interact with videos on your website. Upgrade to ExactMetrics Pro.', 'google-analytics-dashboard-for-wp' ),
3366
 
3367
- // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:260
3368
  __( '2021 Year in Review', 'google-analytics-dashboard-for-wp' ),
3369
 
3370
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:100
10
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:116
11
  __( 'Loading Settings', 'google-analytics-dashboard-for-wp' ),
12
 
13
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:53
14
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:55
15
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:117
16
  __( 'Please wait...', 'google-analytics-dashboard-for-wp' ),
17
 
31
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
32
  __( 'Loading new report data', 'google-analytics-dashboard-for-wp' ),
33
 
34
+ // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:285
35
+ /* Translators: Placeholder gets replaced with an arrow icon. */
36
  __( 'Continue %s', 'google-analytics-dashboard-for-wp' ),
37
 
38
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:71
 
39
  __( 'Error', 'google-analytics-dashboard-for-wp' ),
40
 
41
  // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:16
50
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:185
51
  __( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-dashboard-for-wp' ),
52
 
53
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:32
54
  __( '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-dashboard-for-wp' ),
55
 
56
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:31
 
57
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-dashboard-for-wp' ),
58
 
59
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:190
65
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:194
66
  __( '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-dashboard-for-wp' ),
67
 
68
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:31
69
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-dashboard-for-wp' ),
70
 
71
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:32
72
  __( '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-dashboard-for-wp' ),
73
 
74
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportSearchConsole-Lite.vue:31
77
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:202
78
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-dashboard-for-wp' ),
79
 
80
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportRealTime-Lite.vue:31
81
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-dashboard-for-wp' ),
82
 
83
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
84
  __( '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-dashboard-for-wp' ),
85
 
86
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:31
 
87
  __( 'Unlock the Site Speed Report and Improve the Performance of Your Site', 'google-analytics-dashboard-for-wp' ),
88
 
89
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:32
 
90
  __( 'See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking', 'google-analytics-dashboard-for-wp' ),
91
 
92
  // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:42
93
  __( 'Today', 'google-analytics-dashboard-for-wp' ),
94
 
 
95
  // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:48
96
  __( 'Yesterday', 'google-analytics-dashboard-for-wp' ),
97
 
122
  // Reference: src/modules/widget/components/WidgetReminder.vue:36
123
  __( 'See the full analytics report!', 'google-analytics-dashboard-for-wp' ),
124
 
125
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:270
126
  __( 'Overview Report', 'google-analytics-dashboard-for-wp' ),
127
 
128
  // Reference: src/plugins/exactmetrics-compatibility-plugin.js:13
153
  // Reference: src/plugins/exactmetrics-compatibility-plugin.js:59
154
  __( 'Learn more about updating WordPress', 'google-analytics-dashboard-for-wp' ),
155
 
156
+ // Reference: src/modules/settings/routes/network.js:35
 
 
157
  __( 'About Us', 'google-analytics-dashboard-for-wp' ),
158
 
159
+ // Reference: src/modules/settings/routes/network.js:43
 
160
  __( 'Getting Started', 'google-analytics-dashboard-for-wp' ),
161
 
162
+ // Reference: src/modules/settings/routes/network.js:52
 
163
  __( 'Lite vs Pro', 'google-analytics-dashboard-for-wp' ),
164
 
165
  // Reference: src/modules/settings/exactmetrics-site.vue:77
216
  __( '%1$sSee All Features%2$s', 'google-analytics-dashboard-for-wp' ),
217
 
218
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:197
 
219
  __( 'Pro Plan', 'google-analytics-dashboard-for-wp' ),
220
 
221
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:198
 
222
  __( 'per year', 'google-analytics-dashboard-for-wp' ),
223
 
224
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:199
225
+ // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:22
 
226
  __( 'Upgrade Now', 'google-analytics-dashboard-for-wp' ),
227
 
228
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:148
229
  __( 'Upgrade to ExactMetrics Pro Now', 'google-analytics-dashboard-for-wp' ),
230
 
231
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:204
 
232
  __( 'This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!', 'google-analytics-dashboard-for-wp' ),
233
 
234
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:205
 
235
  __( 'Daniel Monaghan - Experienced', 'google-analytics-dashboard-for-wp' ),
236
 
237
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:209
 
238
  __( 'Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it.', 'google-analytics-dashboard-for-wp' ),
239
 
240
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:210
 
241
  __( 'Naomi Spirit - From This Day', 'google-analytics-dashboard-for-wp' ),
242
 
243
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:214
 
244
  __( 'Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!', 'google-analytics-dashboard-for-wp' ),
245
 
246
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:215
 
247
  __( 'Julie Dupuis - Faraway Land Travel', 'google-analytics-dashboard-for-wp' ),
248
 
249
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:218
250
  __( 'Guides and Documentation:', 'google-analytics-dashboard-for-wp' ),
251
 
252
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:90
253
+ // Reference: src/modules/addons/exactmetrics-addons-Lite.vue:66
254
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportDimensions-Lite.vue:33
255
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:33
256
+ // Reference: src/modules/widget/components/WidgetReportOverlay.vue:27
257
  __( 'Upgrade to PRO', 'google-analytics-dashboard-for-wp' ),
258
 
259
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:92
 
 
260
  __( 'eCommerce Tracking', 'google-analytics-dashboard-for-wp' ),
261
 
262
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:93
 
263
  __( 'Custom Dimensions', 'google-analytics-dashboard-for-wp' ),
264
 
265
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:94
 
266
  __( 'Form Tracking', 'google-analytics-dashboard-for-wp' ),
267
 
268
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:95
 
269
  __( 'AMP Support', 'google-analytics-dashboard-for-wp' ),
270
 
271
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:96
 
272
  __( 'Author Tracking', 'google-analytics-dashboard-for-wp' ),
273
 
274
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:99
 
275
  __( 'EU Compliance Addon', 'google-analytics-dashboard-for-wp' ),
276
 
277
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:100
 
278
  __( 'Real Time Report', 'google-analytics-dashboard-for-wp' ),
279
 
280
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:101
 
281
  __( 'Google Optimize', 'google-analytics-dashboard-for-wp' ),
282
 
283
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:102
 
284
  __( 'Search Console', 'google-analytics-dashboard-for-wp' ),
285
 
286
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:103
 
287
  __( 'Custom Date Ranges', 'google-analytics-dashboard-for-wp' ),
288
 
289
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:84
301
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:89
302
  __( 'Launch the wizard!', 'google-analytics-dashboard-for-wp' ),
303
 
304
+ // Reference: src/components/ContentIntroFullWidth.vue:46
305
  // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:142
306
  __( 'Welcome to', 'google-analytics-dashboard-for-wp' ),
307
 
323
  /* Translators: Placeholder is replaced with WPForms. */
324
  __( 'Recommended Plugin: %s', 'google-analytics-dashboard-for-wp' ),
325
 
326
+ // Reference: src/modules/widget/components/WidgetFooter.vue:20
 
 
327
  __( 'Install', 'google-analytics-dashboard-for-wp' ),
328
 
329
+ // Reference: src/modules/widget/components/WidgetFooter.vue:21
 
 
330
  __( 'Activate', 'google-analytics-dashboard-for-wp' ),
331
 
332
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
333
+ // Reference: src/modules/widget/components/WidgetFooter.vue:22
334
  __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
335
 
336
  // Reference: src/modules/reports/components/ReportReAuth.vue:19
345
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:162
346
  __( 'Re-Authenticating', 'google-analytics-dashboard-for-wp' ),
347
 
348
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:78
349
+ // Reference: src/modules/tools/components/exactmetrics-ToolsTabImportExport.vue:110
350
  __( 'Ok', 'google-analytics-dashboard-for-wp' ),
351
 
352
  // Reference: src/modules/addons/components/AddonsNavigation.vue:18
361
  // Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
362
  __( 'Exit Setup', 'google-analytics-dashboard-for-wp' ),
363
 
364
+ // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:132
365
  __( 'Time to Purchase', 'google-analytics-dashboard-for-wp' ),
366
 
367
  // Reference: src/modules/widget/store/index.js:104
368
  __( 'This list shows how many days from first visit it took users to purchase products from your site.', 'google-analytics-dashboard-for-wp' ),
369
 
370
+ // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:127
371
  __( 'Sessions to Purchase', 'google-analytics-dashboard-for-wp' ),
372
 
373
  // Reference: src/modules/widget/store/index.js:112
385
  // Reference: src/modules/widget/store/index.js:128
386
  __( 'This list shows the percentage of carts that never went through the checkout process.', 'google-analytics-dashboard-for-wp' ),
387
 
388
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:282
389
  __( 'Top Posts/Pages', 'google-analytics-dashboard-for-wp' ),
390
 
391
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:294
392
  __( 'This list shows the most viewed posts and pages on your website.', 'google-analytics-dashboard-for-wp' ),
393
 
394
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:276
395
  __( 'New vs. Returning Visitors', 'google-analytics-dashboard-for-wp' ),
396
 
397
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:290
398
  __( 'This graph shows what percent of your user sessions come from new versus repeat visitors.', 'google-analytics-dashboard-for-wp' ),
399
 
400
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:277
401
  __( 'Device Breakdown', 'google-analytics-dashboard-for-wp' ),
402
 
403
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:291
404
  __( 'This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site.', 'google-analytics-dashboard-for-wp' ),
405
 
406
  // Reference: src/modules/widget/store/index.js:41
433
  // Reference: src/modules/widget/store/index.js:71
434
  __( 'This list shows the download links your visitors clicked the most.', 'google-analytics-dashboard-for-wp' ),
435
 
436
+ // Reference: src/modules/reports/routes/exactmetrics-routes.js:25
437
  // Reference: src/modules/widget/store/index.js:77
438
  __( 'Overview', 'google-analytics-dashboard-for-wp' ),
439
 
466
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
467
  __( 'ExactMetrics makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
468
 
469
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:79
470
  __( 'Launch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
471
 
472
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
497
  // Reference: src/components/TheQuickLinks.vue:78
498
  __( 'Upgrade to Pro &#187;', 'google-analytics-dashboard-for-wp' ),
499
 
500
+ // Reference: src/modules/reports/routes/exactmetrics-routes.js:33
 
501
  __( 'Publishers', 'google-analytics-dashboard-for-wp' ),
502
 
503
+ // Reference: src/modules/reports/routes/exactmetrics-routes.js:41
504
  // Reference: src/modules/settings/routes/site.js:54
505
  __( 'eCommerce', 'google-analytics-dashboard-for-wp' ),
506
 
507
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:57
508
  __( 'Dimensions Report', 'google-analytics-dashboard-for-wp' ),
509
 
510
+ // Reference: src/modules/reports/routes/exactmetrics-routes.js:65
511
  __( 'Forms', 'google-analytics-dashboard-for-wp' ),
512
 
513
+ // Reference: src/modules/reports/routes/exactmetrics-routes.js:73
514
  __( 'Real-Time', 'google-analytics-dashboard-for-wp' ),
515
 
516
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:30
517
+ // Reference: src/modules/reports/routes/exactmetrics-routes.js:81
518
  __( 'Site Speed Report', 'google-analytics-dashboard-for-wp' ),
519
 
520
  // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:49
542
  // Reference: src/modules/settings/routes/site.js:200
543
  __( 'Sub menu item for WooCommerce Analytics', 'google-analytics-dashboard-for-wp' ),
544
 
 
545
  // Reference: src/modules/settings/routes/site.js:38
546
  __( 'General', 'google-analytics-dashboard-for-wp' ),
547
 
 
548
  // Reference: src/modules/settings/routes/site.js:46
549
  __( 'Engagement', 'google-analytics-dashboard-for-wp' ),
550
 
 
551
  // Reference: src/modules/settings/routes/site.js:62
552
  __( 'Publisher', 'google-analytics-dashboard-for-wp' ),
553
 
 
554
  // Reference: src/modules/settings/routes/site.js:70
555
  __( 'Conversions', 'google-analytics-dashboard-for-wp' ),
556
 
 
557
  // Reference: src/modules/settings/routes/site.js:78
558
  __( 'Advanced', 'google-analytics-dashboard-for-wp' ),
559
 
661
  /* Translators: Make text bold. */
662
  __( 'Publisher %1$s(Blog)%2$s', 'google-analytics-dashboard-for-wp' ),
663
 
664
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:46
665
  __( 'Ecommerce', 'google-analytics-dashboard-for-wp' ),
666
 
667
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:61
670
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:62
671
  __( 'ExactMetrics connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-dashboard-for-wp' ),
672
 
673
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:64
674
  __( 'Connect Google Analytics + WordPress', 'google-analytics-dashboard-for-wp' ),
675
 
676
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:65
677
  __( 'You will be taken to the ExactMetrics website where you\'ll need to connect your Analytics account.', 'google-analytics-dashboard-for-wp' ),
678
 
679
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:65
709
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
710
  __( 'Continue & Install WPForms', 'google-analytics-dashboard-for-wp' ),
711
 
 
712
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:30
713
  __( 'Installing...', 'google-analytics-dashboard-for-wp' ),
714
 
727
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:57
728
  __( 'ExactMetrics 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.', 'google-analytics-dashboard-for-wp' ),
729
 
 
730
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:84
731
  __( 'Enhanced Link Attribution', 'google-analytics-dashboard-for-wp' ),
732
 
783
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
784
  __( 'These user roles will be able to access ExactMetrics\' reports in the WordPress admin area.', 'google-analytics-dashboard-for-wp' ),
785
 
786
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:83
787
  __( '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.', 'google-analytics-dashboard-for-wp' ),
788
 
789
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
795
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:92
796
  __( 'Enhanced Link Attribution is enabled the moment you set up ExactMetrics', 'google-analytics-dashboard-for-wp' ),
797
 
798
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:127
799
  __( '+ Add Role', 'google-analytics-dashboard-for-wp' ),
800
 
801
  // Reference: src/components/TheFloatingBar-Lite.vue:29
808
  // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:50
809
  __( 'Site Speed', 'google-analytics-dashboard-for-wp' ),
810
 
811
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:60
812
  __( 'License Key', 'google-analytics-dashboard-for-wp' ),
813
 
814
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:62
815
  /* Translators: Add link to retrieve license key from account. */
816
  __( 'Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
817
 
818
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:63
819
  __( 'Google Authentication', 'google-analytics-dashboard-for-wp' ),
820
 
821
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:66
827
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:69
828
  __( 'Hide Announcements', 'google-analytics-dashboard-for-wp' ),
829
 
830
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:70
831
  __( 'You\'re using ExactMetrics Lite – no license needed. Enjoy!', 'google-analytics-dashboard-for-wp' ),
832
 
833
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:32
834
+ /* Translators: Add link to upgrade. */
 
835
  __( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-dashboard-for-wp' ),
836
 
837
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:73
838
  __( 'Receive 50% off automatically applied at the checkout!', 'google-analytics-dashboard-for-wp' ),
839
 
840
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:75
841
  __( 'See all features', 'google-analytics-dashboard-for-wp' ),
842
 
843
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:76
844
  __( 'Setup Wizard', 'google-analytics-dashboard-for-wp' ),
845
 
846
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:77
847
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-dashboard-for-wp' ),
848
 
849
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:78
850
  __( 'Relaunch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
851
 
852
  // Reference: src/modules/addons/exactmetrics-addons-Lite.vue:59
982
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:145
983
  __( 'Headline Analyzer', 'google-analytics-dashboard-for-wp' ),
984
 
985
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:79
986
  __( 'Email Summaries', 'google-analytics-dashboard-for-wp' ),
987
 
988
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:155
1040
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:66
1041
  __( 'Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout.', 'google-analytics-dashboard-for-wp' ),
1042
 
1043
+ // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:101
 
1044
  __( 'Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
1045
 
1046
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:70
1101
  /* Translators: Error status and error text. */
1102
  __( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1103
 
1104
+ // Reference: src/modules/wizard-onboarding/api/index.js:43
 
1105
  __( 'You appear to be offline.', 'google-analytics-dashboard-for-wp' ),
1106
 
1107
  // Reference: src/modules/auth/api/index.js:232
 
1108
  /* Translators: Error status and error text. */
1109
  __( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1110
 
1111
+ // Reference: src/modules/popular-posts/api/index.js:47
1112
  // Reference: src/modules/settings/api/index.js:81
1113
  __( 'Network error encountered. Settings not saved.', 'google-analytics-dashboard-for-wp' ),
1114
 
1226
  __( 'Can\'t validate the license. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1227
 
1228
  // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:56
 
1229
  __( 'Reset to default', 'google-analytics-dashboard-for-wp' ),
1230
 
1231
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:51
1268
  __( 'Remove row', 'google-analytics-dashboard-for-wp' ),
1269
 
1270
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:47
1271
+ // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:81
1272
  __( 'Sessions', 'google-analytics-dashboard-for-wp' ),
1273
 
1274
  // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:83
1276
  __( 'Unique %s Sessions', 'google-analytics-dashboard-for-wp' ),
1277
 
1278
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:48
1279
+ // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:84
1280
  __( 'Pageviews', 'google-analytics-dashboard-for-wp' ),
1281
 
1282
  // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:86
1302
  __( 'Avg. Session Duration', 'google-analytics-dashboard-for-wp' ),
1303
 
1304
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:50
1305
+ // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:93
1306
  __( 'Bounce Rate', 'google-analytics-dashboard-for-wp' ),
1307
 
1308
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:51
1309
+ // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:94
1310
  __( 'Total Users', 'google-analytics-dashboard-for-wp' ),
1311
 
1312
  // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
1345
  /* Translators: add link to blog. */
1346
  __( 'To comply with Google\'s API policies we\'ve had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro.', 'google-analytics-dashboard-for-wp' ),
1347
 
1348
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportDimensions-Lite.vue:35
1349
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:35
1350
  __( 'Here\'s what you get:', 'google-analytics-dashboard-for-wp' ),
1351
 
1352
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportRealTime-Lite.vue:41
1589
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:272
1590
  __( 'A Tip for 2021', 'google-analytics-dashboard-for-wp' ),
1591
 
1592
+ // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:273
1593
  __( 'Demographics', 'google-analytics-dashboard-for-wp' ),
1594
 
1595
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:274
1616
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:281
1617
  __( 'Average Age', 'google-analytics-dashboard-for-wp' ),
1618
 
1619
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:101
 
1620
  __( 'Behavior', 'google-analytics-dashboard-for-wp' ),
1621
 
1622
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:283
1810
  /* Translators: Number of visitors and device percentage. */
1811
  __( '%1$s&#37 of your visitors were on a %2$s device.', 'google-analytics-dashboard-for-wp' ),
1812
 
1813
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:211
1814
  __( 'Desktop', 'google-analytics-dashboard-for-wp' ),
1815
 
1816
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:212
1817
  __( 'Tablet', 'google-analytics-dashboard-for-wp' ),
1818
 
1819
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:213
1820
  __( 'Mobile', 'google-analytics-dashboard-for-wp' ),
1821
 
1822
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:111
1931
  // Reference: src/modules/frontend/components/FrontendInfoboxChange.vue:46
1932
  __( 'No change', 'google-analytics-dashboard-for-wp' ),
1933
 
1934
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:100
1935
  __( 'Choose Theme', 'google-analytics-dashboard-for-wp' ),
1936
 
1937
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:102
1938
  __( 'Widget Styling', 'google-analytics-dashboard-for-wp' ),
1939
 
1940
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:103
1941
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-dashboard-for-wp' ),
1942
 
1943
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:104
1944
  __( 'Sort By', 'google-analytics-dashboard-for-wp' ),
1945
 
1946
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:105
1947
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-dashboard-for-wp' ),
1948
 
1949
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
1955
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:108
1956
  __( 'Title your widget and set its display preferences.', 'google-analytics-dashboard-for-wp' ),
1957
 
1958
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:109
1959
  __( 'Include in Post Types', 'google-analytics-dashboard-for-wp' ),
1960
 
1961
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:110
1962
  __( 'Exclude from specific posts', 'google-analytics-dashboard-for-wp' ),
1963
 
1964
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:112
1965
  /* Translators: Placeholders make the text bold. */
1966
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
1967
 
1968
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:114
1969
  /* Translators: Placeholders make the text bold. */
1970
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
1971
 
1972
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:115
1973
  __( 'Loading Themes', 'google-analytics-dashboard-for-wp' ),
1974
 
1975
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:120
1976
  /* Translators: placeholders make text small. */
1977
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-dashboard-for-wp' ),
1978
 
1979
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:125
1980
  /* Translators: placeholders make text small. */
1981
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-dashboard-for-wp' ),
1982
 
1983
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:132
1984
  /* Translators: placeholders make text small. */
1985
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-dashboard-for-wp' ),
1986
 
1987
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:137
1988
  /* Translators: placeholders make text small. */
1989
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-dashboard-for-wp' ),
1990
 
1991
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:142
1992
  /* Translators: placeholders make text small. */
1993
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-dashboard-for-wp' ),
1994
 
2004
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:114
2005
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-dashboard-for-wp' ),
2006
 
2007
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:109
2008
  __( 'Customize Design', 'google-analytics-dashboard-for-wp' ),
2009
 
2010
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
2142
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:35
2143
  __( 'Unlock PRO Features Now', 'google-analytics-dashboard-for-wp' ),
2144
 
2145
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:36
2146
  __( 'Paste your license key here', 'google-analytics-dashboard-for-wp' ),
2147
 
2148
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:37
2149
  __( 'Verify', 'google-analytics-dashboard-for-wp' ),
2150
 
2151
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:39
2153
  __( 'Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
2154
 
2155
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:69
 
2156
  __( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' ),
2157
 
2158
  // Reference: src/modules/seo/components/yoast.vue:137
2162
  __( 'Automatically migrate all of your SEO settings with just 1 click!', 'google-analytics-dashboard-for-wp' ),
2163
 
2164
  // Reference: src/modules/seo/components/aioseo.vue:155
 
2165
  __( '1,938', 'google-analytics-dashboard-for-wp' ),
2166
 
2167
  // Reference: src/modules/seo/components/aioseo.vue:156
 
2168
  __( '2+ Million Active Installs', 'google-analytics-dashboard-for-wp' ),
2169
 
2170
  // Reference: src/modules/seo/components/yoast.vue:143
2174
  __( 'Set up the proper SEO foundations in less than 10 minutes.', 'google-analytics-dashboard-for-wp' ),
2175
 
2176
  // Reference: src/modules/seo/components/aioseo.vue:165
 
2177
  __( 'SEO Audit Checklist', 'google-analytics-dashboard-for-wp' ),
2178
 
2179
  // Reference: src/modules/seo/components/aioseo.vue:166
 
2180
  __( 'Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic.', 'google-analytics-dashboard-for-wp' ),
2181
 
2182
  // Reference: src/modules/seo/components/yoast.vue:147
2189
  __( 'Get AIOSEO for WordPress', 'google-analytics-dashboard-for-wp' ),
2190
 
2191
  // Reference: src/modules/seo/components/aioseo.vue:180
 
2192
  __( 'Get the #1 Most Powerful WordPress SEO Plugin Today', 'google-analytics-dashboard-for-wp' ),
2193
 
2194
  // Reference: src/modules/seo/components/aioseo.vue:181
 
2195
  __( 'Try it out today, for free.', 'google-analytics-dashboard-for-wp' ),
2196
 
2197
  // Reference: src/modules/seo/components/aioseo.vue:184
 
2198
  __( 'Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings.', 'google-analytics-dashboard-for-wp' ),
2199
 
2200
  // Reference: src/modules/seo/components/aioseo.vue:185
 
2201
  __( 'Activate and Install the Plugin with just one click!', 'google-analytics-dashboard-for-wp' ),
2202
 
2203
  // Reference: src/modules/seo/components/yoast.vue:222
2204
  __( 'Installing AIOSEO...', 'google-analytics-dashboard-for-wp' ),
2205
 
2206
  // Reference: src/modules/seo/components/aioseo.vue:240
 
2207
  __( 'Congrats! All-in-One SEO Installed.', 'google-analytics-dashboard-for-wp' ),
2208
 
2209
  // Reference: src/modules/seo/components/yoast.vue:248
2210
  __( 'Switch to AIOSEO', 'google-analytics-dashboard-for-wp' ),
2211
 
2212
  // Reference: src/modules/seo/components/aioseo.vue:261
 
2213
  __( 'Installation Failed. Please refresh and try again.', 'google-analytics-dashboard-for-wp' ),
2214
 
2215
  // Reference: src/modules/seo/components/aioseo.vue:268
 
2216
  __( 'Activating AIOSEO...', 'google-analytics-dashboard-for-wp' ),
2217
 
2218
  // Reference: src/modules/seo/components/aioseo.vue:275
 
2219
  __( 'Activate AIOSEO', 'google-analytics-dashboard-for-wp' ),
2220
 
2221
  // Reference: src/modules/seo/components/aioseo.vue:279
 
2222
  __( 'Activation Failed. Please refresh and try again.', 'google-analytics-dashboard-for-wp' ),
2223
 
2224
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabConversions-Lite.vue:45
2297
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:90
2298
  __( 'Reports', 'google-analytics-dashboard-for-wp' ),
2299
 
2300
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:91
2301
  __( 'Automatic Updates', 'google-analytics-dashboard-for-wp' ),
2302
 
2303
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:105
2556
  __( 'See Your Conversion Rate to Improve Funnel', 'google-analytics-dashboard-for-wp' ),
2557
 
2558
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:43
 
2559
  __( 'See The Number of Transactions and Make Data-Driven Decisions', 'google-analytics-dashboard-for-wp' ),
2560
 
2561
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:47
 
2562
  __( 'See The Total Revenue to Track Growth', 'google-analytics-dashboard-for-wp' ),
2563
 
2564
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:51
 
2565
  __( 'See Average Order Value to Find Offer Opportunities', 'google-analytics-dashboard-for-wp' ),
2566
 
2567
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:55
 
2568
  __( 'See Your Top Products to See Individual Performance', 'google-analytics-dashboard-for-wp' ),
2569
 
2570
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:76
2571
  __( 'See your Top Conversion Sources and Focus on what\'s Working', 'google-analytics-dashboard-for-wp' ),
2572
 
2573
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:63
 
2574
  __( 'See The Time it Takes for Customers to Purchase', 'google-analytics-dashboard-for-wp' ),
2575
 
2576
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:67
 
2577
  __( 'See How Many Sessions are Needed for a Purchase', 'google-analytics-dashboard-for-wp' ),
2578
 
2579
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:88
2788
  // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:45
2789
  __( 'Better Support', 'google-analytics-dashboard-for-wp' ),
2790
 
2791
+ // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:47
2792
  __( 'Continue', 'google-analytics-dashboard-for-wp' ),
2793
 
2794
  // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:48
2882
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:25
2883
  __( 'Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.', 'google-analytics-dashboard-for-wp' ),
2884
 
 
2885
  // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:26
2886
  __( 'Activating...', 'google-analytics-dashboard-for-wp' ),
2887
 
3024
  // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:55
3025
  __( 'Icon', 'google-analytics-dashboard-for-wp' ),
3026
 
3027
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:46
3028
  __( 'Theme Preview', 'google-analytics-dashboard-for-wp' ),
3029
 
3030
  // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:31
3107
  /* Translators: Make text green. */
3108
  __( 'Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s', 'google-analytics-dashboard-for-wp' ),
3109
 
3110
+ // Reference: src/modules/settings/components/SettingsAddonUpgrade.vue:37
3111
  __( 'Upgrade', 'google-analytics-dashboard-for-wp' ),
3112
 
3113
  // Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputPdfReports-Lite.vue:17
3201
  __( 'There are two ways to manual include the widget in your posts.', 'google-analytics-dashboard-for-wp' ),
3202
 
3203
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:79
 
3204
  __( 'Using the Gutenberg Block', 'google-analytics-dashboard-for-wp' ),
3205
 
3206
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:80
3216
  __( '%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg', 'google-analytics-dashboard-for-wp' ),
3217
 
3218
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:85
 
3219
  __( '%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.', 'google-analytics-dashboard-for-wp' ),
3220
 
3221
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:86
3222
  __( '%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”.', 'google-analytics-dashboard-for-wp' ),
3223
 
3224
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:87
 
3225
  __( '%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.', 'google-analytics-dashboard-for-wp' ),
3226
 
3227
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:89
3228
  __( 'Shortcode', 'google-analytics-dashboard-for-wp' ),
3229
 
3230
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:90
 
3231
  __( 'Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.', 'google-analytics-dashboard-for-wp' ),
3232
 
3233
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:91
 
3234
  __( 'Copy Shortcode', 'google-analytics-dashboard-for-wp' ),
3235
 
3236
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:92
3303
  // Reference: src/modules/settings/components/input/tab-publisher/exactmetrics-SettingsInputMedia-Lite.vue:26
3304
  __( 'Track how your users interact with videos on your website. Upgrade to ExactMetrics Pro.', 'google-analytics-dashboard-for-wp' ),
3305
 
3306
+ // Reference: src/modules/reports/routes/exactmetrics-routes.js:95
3307
  __( '2021 Year in Review', 'google-analytics-dashboard-for-wp' ),
3308
 
3309
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:100
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: chriscct7, smub
3
  Donate link: http://www.wpbeginner.com/wpbeginner-needs-your-help/
4
  Tags: analytics,google analytics,google analytics dashboard,google analytics plugin,google analytics widget,gtag
5
  Requires at least: 4.8.0
6
- Tested up to: 5.9
7
- Stable tag: 7.5.2
8
  Requires PHP: 5.5
9
  License: GPL v3
10
 
@@ -177,6 +177,11 @@ You can translate Google Analytics Dashboard for WP by ExactMetrics on [translat
177
  4. Want more features? <a href="https://www.exactmetrics.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase ExactMetrics Pro</a>!
178
 
179
  == Changelog ==
 
 
 
 
 
180
  = 7.5.2: May 06, 2022 =
181
  Fix: We fixed an error reported by users using older versions of PHP.
182
 
3
  Donate link: http://www.wpbeginner.com/wpbeginner-needs-your-help/
4
  Tags: analytics,google analytics,google analytics dashboard,google analytics plugin,google analytics widget,gtag
5
  Requires at least: 4.8.0
6
+ Tested up to: 6.0
7
+ Stable tag: 7.5.3
8
  Requires PHP: 5.5
9
  License: GPL v3
10
 
177
  4. Want more features? <a href="https://www.exactmetrics.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase ExactMetrics Pro</a>!
178
 
179
  == Changelog ==
180
+ = 7.5.3: May 18, 2022 =
181
+ - Fix: We optimized the user ID custom dimension for GAv4
182
+ - Fix: We optimized the affiliate events for GAv4
183
+ - Fix: We optimized the Easy Digital Downloads purchase events for GAv4
184
+
185
  = 7.5.2: May 06, 2022 =
186
  Fix: We fixed an error reported by users using older versions of PHP.
187