Google Analytics Dashboard for WP (GADWP) - Version 7.3.4

Version Description

Download this release

Release Info

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

Code changes from version 7.3.3 to 7.3.4

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.3.3
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.3.3';
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.3.4
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.3.4';
48
 
49
  /**
50
  * Plugin file.
includes/admin/notifications.php CHANGED
@@ -337,7 +337,7 @@ class ExactMetrics_Notifications {
337
  $displayed = array();
338
 
339
  foreach ( $all_active as $notification ) {
340
- if ( $notification['priority'] === 1 || count( $displayed ) < 5 ) {
341
  $displayed[] = $notification;
342
  }
343
  }
@@ -423,12 +423,16 @@ class ExactMetrics_Notifications {
423
 
424
  // Sort notifications by priority
425
  usort( $notifications, function( $a, $b ) {
426
- if ( $a['priority'] == $b['priority'] ) {
427
- return 0;
428
- }
 
 
 
 
429
 
430
- return $a['priority'] < $b['priority'] ? -1 : 1;
431
- });
432
 
433
  update_option(
434
  $this->option_name,
337
  $displayed = array();
338
 
339
  foreach ( $all_active as $notification ) {
340
+ if ( ( isset( $notification['priority'] ) && $notification['priority'] === 1 ) || count( $displayed ) < 5 ) {
341
  $displayed[] = $notification;
342
  }
343
  }
423
 
424
  // Sort notifications by priority
425
  usort( $notifications, function( $a, $b ) {
426
+ if ( ! isset( $a['priority'] ) || ! isset( $b['priority'] ) ) {
427
+ return 0;
428
+ }
429
+
430
+ if ( $a['priority'] == $b['priority'] ) {
431
+ return 0;
432
+ }
433
 
434
+ return $a['priority'] < $b['priority'] ? -1 : 1;
435
+ });
436
 
437
  update_option(
438
  $this->option_name,
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.3.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-02-09T15:54:04+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: google-analytics-dashboard-for-wp\n"
16
 
17
  #. Plugin Name of the plugin
18
- #: languages/vue.php:3502
19
  msgid "ExactMetrics Pro"
20
  msgstr ""
21
 
@@ -112,7 +112,7 @@ msgstr ""
112
  #: includes/admin/admin.php:34
113
  #: includes/admin/admin.php:42
114
  #: includes/admin/admin.php:222
115
- #: languages/vue.php:551
116
  msgid "Settings"
117
  msgstr ""
118
 
@@ -128,7 +128,7 @@ msgstr ""
128
 
129
  #: includes/admin/admin.php:39
130
  #: includes/admin/admin.php:130
131
- #: languages/vue.php:2319
132
  msgid "Reports"
133
  msgstr ""
134
 
@@ -138,7 +138,7 @@ msgstr ""
138
 
139
  #: includes/admin/admin.php:51
140
  #: languages/gutenberg.php:83
141
- #: languages/vue.php:1013
142
  msgid "Popular Posts"
143
  msgstr ""
144
 
@@ -172,7 +172,7 @@ msgstr ""
172
 
173
  #: includes/admin/admin.php:71
174
  #: includes/admin/admin.php:146
175
- #: languages/vue.php:162
176
  msgid "About Us"
177
  msgstr ""
178
 
@@ -191,7 +191,7 @@ msgstr ""
191
  #: includes/admin/admin.php:76
192
  #: includes/admin/notifications/notification-upgrade-to-pro-high-traffic.php:41
193
  #: includes/admin/notifications/notification-upgrade-to-pro.php:33
194
- #: languages/vue.php:1061
195
  msgid "Upgrade to Pro"
196
  msgstr ""
197
 
@@ -219,7 +219,7 @@ msgstr ""
219
 
220
  #: includes/admin/admin.php:212
221
  #: includes/admin/admin.php:215
222
- #: languages/vue.php:1037
223
  msgid "Support"
224
  msgstr ""
225
 
@@ -231,7 +231,7 @@ msgstr ""
231
  #: includes/admin/notifications/notification-upgrade-for-google-optimize.php:32
232
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:32
233
  #: includes/admin/reports/abstract-report.php:418
234
- #: languages/vue.php:1169
235
  msgid "Get ExactMetrics Pro"
236
  msgstr ""
237
 
@@ -241,12 +241,12 @@ msgid "Please rate %1$sExactMetrics%2$s on %3$s %4$sWordPress.org%5$s to help us
241
  msgstr ""
242
 
243
  #: includes/admin/admin.php:324
244
- #: languages/vue.php:1160
245
  msgid "Please Setup Website Analytics to See Audience Insights"
246
  msgstr ""
247
 
248
  #: includes/admin/admin.php:325
249
- #: languages/vue.php:1166
250
  msgid "Connect ExactMetrics and Setup Website Analytics"
251
  msgstr ""
252
 
@@ -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:344
265
  msgid "Learn More"
266
  msgstr ""
267
 
268
  #: includes/admin/admin.php:329
269
- #: languages/vue.php:1163
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:485
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:488
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:491
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:3347
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:102
514
  #: languages/gutenberg.php:324
515
- #: languages/vue.php:3139
516
  msgid "Upgrade"
517
  msgstr ""
518
 
@@ -706,7 +706,7 @@ msgstr ""
706
  #: includes/admin/notifications/notification-upgrade-for-custom-dimensions.php:26
707
  #: includes/admin/notifications/notification-upgrade-for-events-reporting.php:26
708
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:26
709
- #: languages/vue.php:1751
710
  #: lite/includes/admin/helpers.php:83
711
  msgid "Upgrade to ExactMetrics Pro"
712
  msgstr ""
@@ -742,7 +742,7 @@ msgstr ""
742
  #: includes/admin/notifications/notification-upgrade-for-form-conversion.php:31
743
  #: includes/admin/notifications/notification-upgrade-for-search-console.php:32
744
  #: includes/admin/reports/abstract-report.php:415
745
- #: languages/vue.php:233
746
  msgid "Upgrade Now"
747
  msgstr ""
748
 
@@ -919,7 +919,7 @@ msgid "Please ask your webmaster to enable this addon."
919
  msgstr ""
920
 
921
  #: includes/admin/reports/overview.php:34
922
- #: languages/vue.php:447
923
  msgid "Overview"
924
  msgstr ""
925
 
@@ -1412,7 +1412,7 @@ msgid "Question"
1412
  msgstr ""
1413
 
1414
  #: includes/gutenberg/headline-tool/headline-tool.php:290
1415
- #: languages/vue.php:557
1416
  msgid "General"
1417
  msgstr ""
1418
 
@@ -4812,7 +4812,7 @@ msgid "Theme"
4812
  msgstr ""
4813
 
4814
  #: languages/gutenberg.php:77
4815
- #: languages/vue.php:540
4816
  msgid "Inline Popular Posts"
4817
  msgstr ""
4818
 
@@ -4849,7 +4849,7 @@ msgid "Comment Color"
4849
  msgstr ""
4850
 
4851
  #: languages/gutenberg.php:107
4852
- #: languages/vue.php:3095
4853
  msgid "Wide-Layout Options"
4854
  msgstr ""
4855
 
@@ -4858,12 +4858,12 @@ msgid "Choose Layout"
4858
  msgstr ""
4859
 
4860
  #: languages/gutenberg.php:113
4861
- #: languages/vue.php:3098
4862
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4863
  msgstr ""
4864
 
4865
  #: languages/gutenberg.php:116
4866
- #: languages/vue.php:3119
4867
  msgid "Post Count"
4868
  msgstr ""
4869
 
@@ -4872,7 +4872,7 @@ msgid "Number of posts displayed."
4872
  msgstr ""
4873
 
4874
  #: languages/gutenberg.php:122
4875
- #: languages/vue.php:3101
4876
  msgid "Display Options"
4877
  msgstr ""
4878
 
@@ -4885,7 +4885,7 @@ msgid "Display Widget Title"
4885
  msgstr ""
4886
 
4887
  #: languages/gutenberg.php:131
4888
- #: languages/vue.php:1970
4889
  msgid "Widget Title"
4890
  msgstr ""
4891
 
@@ -4894,17 +4894,17 @@ msgid "Only Show Posts From These Categories"
4894
  msgstr ""
4895
 
4896
  #: languages/gutenberg.php:137
4897
- #: languages/vue.php:3107
4898
  msgid "Display Author"
4899
  msgstr ""
4900
 
4901
  #: languages/gutenberg.php:140
4902
- #: languages/vue.php:3110
4903
  msgid "Display Date"
4904
  msgstr ""
4905
 
4906
  #: languages/gutenberg.php:143
4907
- #: languages/vue.php:3113
4908
  msgid "Display Comments"
4909
  msgstr ""
4910
 
@@ -5125,7 +5125,7 @@ msgid "Goal: "
5125
  msgstr ""
5126
 
5127
  #: languages/gutenberg.php:312
5128
- #: languages/vue.php:1001
5129
  msgid "Headline Analyzer"
5130
  msgstr ""
5131
 
@@ -5149,191 +5149,191 @@ msgstr ""
5149
  msgid "Loading Settings"
5150
  msgstr ""
5151
 
5152
- #: languages/vue.php:15
5153
  msgid "Please wait..."
5154
  msgstr ""
5155
 
5156
- #: languages/vue.php:18
5157
  msgid "Saving Changes..."
5158
  msgstr ""
5159
 
5160
- #: languages/vue.php:21
5161
  msgid "Settings Updated"
5162
  msgstr ""
5163
 
5164
  #. Translators: Add a link to the onboarding wizard.
5165
- #: languages/vue.php:25
5166
  msgid "You need to %1$sconnect ExactMetrics%2$s first"
5167
  msgstr ""
5168
 
5169
- #: languages/vue.php:28
5170
  msgid "Could Not Save Changes"
5171
  msgstr ""
5172
 
5173
- #: languages/vue.php:31
5174
  msgid "Loading new report data"
5175
  msgstr ""
5176
 
5177
- #. Translators: Adds an arrow icon.
5178
- #: languages/vue.php:35
5179
  msgid "Continue %s"
5180
  msgstr ""
5181
 
5182
- #: languages/vue.php:40
5183
  msgid "Error"
5184
  msgstr ""
5185
 
5186
- #: languages/vue.php:43
5187
  msgid "Please try again."
5188
  msgstr ""
5189
 
5190
- #: languages/vue.php:46
5191
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5192
  msgstr ""
5193
 
5194
- #: languages/vue.php:49
5195
  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."
5196
  msgstr ""
5197
 
5198
- #: languages/vue.php:52
5199
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5200
  msgstr ""
5201
 
5202
- #: languages/vue.php:56
5203
  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."
5204
  msgstr ""
5205
 
5206
- #: languages/vue.php:59
5207
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5208
  msgstr ""
5209
 
5210
- #: languages/vue.php:62
5211
  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."
5212
  msgstr ""
5213
 
5214
- #: languages/vue.php:65
5215
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5216
  msgstr ""
5217
 
5218
- #: languages/vue.php:68
5219
  msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
5220
  msgstr ""
5221
 
5222
- #: languages/vue.php:71
5223
  msgid "Unlock the Forms Report and Improve Conversions"
5224
  msgstr ""
5225
 
5226
- #: languages/vue.php:74
5227
  msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
5228
  msgstr ""
5229
 
5230
- #: languages/vue.php:77
5231
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5232
  msgstr ""
5233
 
5234
- #: languages/vue.php:80
5235
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5236
  msgstr ""
5237
 
5238
- #: languages/vue.php:83
5239
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5240
  msgstr ""
5241
 
5242
- #: languages/vue.php:86
5243
  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."
5244
  msgstr ""
5245
 
5246
- #: languages/vue.php:90
5247
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
5248
  msgstr ""
5249
 
5250
- #: languages/vue.php:94
5251
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
5252
  msgstr ""
5253
 
5254
- #: languages/vue.php:97
5255
  msgid "Today"
5256
  msgstr ""
5257
 
5258
- #: languages/vue.php:101
5259
  msgid "Yesterday"
5260
  msgstr ""
5261
 
5262
- #: languages/vue.php:104
5263
  msgid "Last Week"
5264
  msgstr ""
5265
 
5266
- #: languages/vue.php:107
5267
  msgid "Last Month"
5268
  msgstr ""
5269
 
5270
- #: languages/vue.php:110
5271
  msgid "Last 7 days"
5272
  msgstr ""
5273
 
5274
- #: languages/vue.php:113
5275
  msgid "Last 30 days"
5276
  msgstr ""
5277
 
5278
- #: languages/vue.php:116
5279
  msgid "Loading settings"
5280
  msgstr ""
5281
 
5282
  #. Translators: Number of visitors.
5283
- #: languages/vue.php:120
5284
  msgid "See how %s visitors found your site!"
5285
  msgstr ""
5286
 
5287
  #. Translators: Number of visitors.
5288
- #: languages/vue.php:124
5289
  msgid "Your website was visited by %s users in the last 30 days."
5290
  msgstr ""
5291
 
5292
- #: languages/vue.php:127
5293
  msgid "See the full analytics report!"
5294
  msgstr ""
5295
 
5296
- #: languages/vue.php:130
5297
  msgid "Overview Report"
5298
  msgstr ""
5299
 
5300
  #. Translators: Current PHP version and recommended PHP version.
5301
- #: languages/vue.php:134
5302
  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."
5303
  msgstr ""
5304
 
5305
  #. Translators: Current WordPress version.
5306
- #: languages/vue.php:138
5307
  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."
5308
  msgstr ""
5309
 
5310
- #: languages/vue.php:141
5311
  msgid "Yikes! PHP Update Required"
5312
  msgstr ""
5313
 
5314
  #. Translators: Current PHP version and recommended PHP version.
5315
- #: languages/vue.php:145
5316
  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."
5317
  msgstr ""
5318
 
5319
- #: languages/vue.php:148
5320
  msgid "Learn more about updating PHP"
5321
  msgstr ""
5322
 
5323
- #: languages/vue.php:151
5324
  msgid "Yikes! WordPress Update Required"
5325
  msgstr ""
5326
 
5327
  #. Translators: Current WordPress version.
5328
- #: languages/vue.php:155
5329
  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."
5330
  msgstr ""
5331
 
5332
- #: languages/vue.php:158
5333
  msgid "Learn more about updating WordPress"
5334
  msgstr ""
5335
 
5336
- #: languages/vue.php:165
5337
  msgid "Getting Started"
5338
  msgstr ""
5339
 
@@ -5363,17 +5363,17 @@ msgstr ""
5363
  msgid "Error loading report data"
5364
  msgstr ""
5365
 
5366
- #. Translators: Makes the text bold.
5367
  #: languages/vue.php:189
5368
  msgid "%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5369
  msgstr ""
5370
 
5371
- #. Translators: Makes the text bold.
5372
  #: languages/vue.php:193
5373
  msgid "%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights."
5374
  msgstr ""
5375
 
5376
- #. Translators: Makes the text bold.
5377
  #: languages/vue.php:197
5378
  msgid "%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more."
5379
  msgstr ""
@@ -5383,17 +5383,17 @@ msgstr ""
5383
  msgid "%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress."
5384
  msgstr ""
5385
 
5386
- #. Translators: Makes the text bold.
5387
  #: languages/vue.php:205
5388
  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."
5389
  msgstr ""
5390
 
5391
- #. Translators: Makes the text bold.
5392
  #: languages/vue.php:209
5393
  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."
5394
  msgstr ""
5395
 
5396
- #. Translators: Makes the text bold.
5397
  #: languages/vue.php:213
5398
  msgid "%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5399
  msgstr ""
@@ -5403,4207 +5403,4207 @@ msgstr ""
5403
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click."
5404
  msgstr ""
5405
 
5406
- #. Translators: Adds a link and an arrow icon.
5407
  #: languages/vue.php:221
5408
  msgid "%1$sSee All Features%2$s"
5409
  msgstr ""
5410
 
5411
- #: languages/vue.php:225
5412
  msgid "Pro Plan"
5413
  msgstr ""
5414
 
5415
- #: languages/vue.php:229
5416
  msgid "per year"
5417
  msgstr ""
5418
 
5419
- #: languages/vue.php:236
5420
  msgid "Upgrade to ExactMetrics Pro Now"
5421
  msgstr ""
5422
 
5423
- #: languages/vue.php:240
5424
  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!"
5425
  msgstr ""
5426
 
5427
- #: languages/vue.php:244
5428
  msgid "Daniel Monaghan - Experienced"
5429
  msgstr ""
5430
 
5431
- #: languages/vue.php:248
5432
  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."
5433
  msgstr ""
5434
 
5435
- #: languages/vue.php:252
5436
  msgid "Naomi Spirit - From This Day"
5437
  msgstr ""
5438
 
5439
- #: languages/vue.php:256
5440
  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!"
5441
  msgstr ""
5442
 
5443
- #: languages/vue.php:260
5444
  msgid "Julie Dupuis - Faraway Land Travel"
5445
  msgstr ""
5446
 
5447
- #: languages/vue.php:263
5448
  msgid "Guides and Documentation:"
5449
  msgstr ""
5450
 
5451
- #: languages/vue.php:269
5452
  msgid "Upgrade to PRO"
5453
  msgstr ""
5454
 
5455
- #: languages/vue.php:272
5456
  msgid "eCommerce Tracking"
5457
  msgstr ""
5458
 
5459
- #: languages/vue.php:275
5460
  msgid "Custom Dimensions"
5461
  msgstr ""
5462
 
5463
- #: languages/vue.php:278
5464
  msgid "Form Tracking"
5465
  msgstr ""
5466
 
5467
- #: languages/vue.php:281
5468
  msgid "AMP Support"
5469
  msgstr ""
5470
 
5471
- #: languages/vue.php:284
5472
  msgid "Author Tracking"
5473
  msgstr ""
5474
 
5475
- #: languages/vue.php:287
5476
  msgid "EU Compliance Addon"
5477
  msgstr ""
5478
 
5479
- #: languages/vue.php:290
5480
  msgid "Real Time Report"
5481
  msgstr ""
5482
 
5483
- #: languages/vue.php:293
5484
  msgid "Google Optimize"
5485
  msgstr ""
5486
 
5487
- #: languages/vue.php:296
5488
  #: lite/includes/admin/reports/report-queries.php:22
5489
  msgid "Search Console"
5490
  msgstr ""
5491
 
5492
- #: languages/vue.php:299
5493
  msgid "Custom Date Ranges"
5494
  msgstr ""
5495
 
5496
- #: languages/vue.php:302
5497
- #: languages/vue.php:941
5498
  msgid "Getting Started with ExactMetrics"
5499
  msgstr ""
5500
 
5501
- #: languages/vue.php:305
5502
- #: languages/vue.php:944
5503
  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."
5504
  msgstr ""
5505
 
5506
- #: languages/vue.php:308
5507
  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."
5508
  msgstr ""
5509
 
5510
- #: languages/vue.php:311
5511
  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!."
5512
  msgstr ""
5513
 
5514
- #: languages/vue.php:314
5515
  msgid "Launch the wizard!"
5516
  msgstr ""
5517
 
5518
- #: languages/vue.php:317
5519
  msgid "Welcome to"
5520
  msgstr ""
5521
 
5522
  #. Translators: Adds a line break.
5523
- #: languages/vue.php:321
5524
  msgid "Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin"
5525
  msgstr ""
5526
 
5527
- #. Translators: Makes the product name bold.
5528
- #: languages/vue.php:325
5529
  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."
5530
  msgstr ""
5531
 
5532
- #: languages/vue.php:328
5533
  msgid "ExactMetrics Features & Addons"
5534
  msgstr ""
5535
 
5536
- #: languages/vue.php:331
5537
  msgid "Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market."
5538
  msgstr ""
5539
 
5540
  #. Translators: Placeholder is replaced with WPForms.
5541
- #: languages/vue.php:335
5542
  msgid "Recommended Plugin: %s"
5543
  msgstr ""
5544
 
5545
- #: languages/vue.php:338
5546
  msgid "Install"
5547
  msgstr ""
5548
 
5549
- #: languages/vue.php:341
5550
  msgid "Activate"
5551
  msgstr ""
5552
 
5553
- #: languages/vue.php:347
5554
  msgid "ExactMetrics encountered an error loading your report data"
5555
  msgstr ""
5556
 
5557
- #: languages/vue.php:350
5558
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5559
  msgstr ""
5560
 
5561
- #: languages/vue.php:353
5562
- #: languages/vue.php:1865
5563
  msgid "Reconnect ExactMetrics"
5564
  msgstr ""
5565
 
5566
- #: languages/vue.php:356
5567
  msgid "Re-Authenticating"
5568
  msgstr ""
5569
 
5570
- #: languages/vue.php:359
5571
  msgid "Ok"
5572
  msgstr ""
5573
 
5574
- #: languages/vue.php:362
5575
- #: languages/vue.php:880
5576
  msgid "ExactMetrics Addons"
5577
  msgstr ""
5578
 
5579
- #: languages/vue.php:365
5580
  msgid "Search Addons"
5581
  msgstr ""
5582
 
5583
- #: languages/vue.php:368
5584
  msgid "Save Changes"
5585
  msgstr ""
5586
 
5587
- #: languages/vue.php:371
5588
  msgid "Exit Setup"
5589
  msgstr ""
5590
 
5591
- #: languages/vue.php:374
5592
  msgid "Time to Purchase"
5593
  msgstr ""
5594
 
5595
- #: languages/vue.php:377
5596
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
5597
  msgstr ""
5598
 
5599
- #: languages/vue.php:380
5600
  msgid "Sessions to Purchase"
5601
  msgstr ""
5602
 
5603
- #: languages/vue.php:383
5604
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5605
  msgstr ""
5606
 
5607
- #: languages/vue.php:386
5608
  msgid "New Customers"
5609
  msgstr ""
5610
 
5611
- #: languages/vue.php:389
5612
  msgid "This list shows the percentage of new customers who purchased a product from your website."
5613
  msgstr ""
5614
 
5615
- #: languages/vue.php:392
5616
  msgid "Abandoned Checkouts"
5617
  msgstr ""
5618
 
5619
- #: languages/vue.php:395
5620
  msgid "This list shows the percentage of carts that never went through the checkout process."
5621
  msgstr ""
5622
 
5623
- #: languages/vue.php:398
5624
  msgid "Top Posts/Pages"
5625
  msgstr ""
5626
 
5627
- #: languages/vue.php:401
5628
  msgid "This list shows the most viewed posts and pages on your website."
5629
  msgstr ""
5630
 
5631
- #: languages/vue.php:404
5632
  msgid "New vs. Returning Visitors"
5633
  msgstr ""
5634
 
5635
- #: languages/vue.php:407
5636
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5637
  msgstr ""
5638
 
5639
- #: languages/vue.php:410
5640
  msgid "Device Breakdown"
5641
  msgstr ""
5642
 
5643
- #: languages/vue.php:413
5644
  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."
5645
  msgstr ""
5646
 
5647
- #: languages/vue.php:416
5648
  msgid "Top Landing Pages"
5649
  msgstr ""
5650
 
5651
- #: languages/vue.php:419
5652
  msgid "This list shows the top pages users first land on when visiting your website."
5653
  msgstr ""
5654
 
5655
- #: languages/vue.php:422
5656
  msgid "Top Exit Pages"
5657
  msgstr ""
5658
 
5659
- #: languages/vue.php:425
5660
  msgid "This list shows the top pages users exit your website from."
5661
  msgstr ""
5662
 
5663
- #: languages/vue.php:428
5664
  msgid "Top Outbound Links"
5665
  msgstr ""
5666
 
5667
- #: languages/vue.php:431
5668
  msgid "This list shows the top links clicked on your website that go to another website."
5669
  msgstr ""
5670
 
5671
- #: languages/vue.php:434
5672
  msgid "Top Affiliate Links"
5673
  msgstr ""
5674
 
5675
- #: languages/vue.php:437
5676
  msgid "This list shows the top affiliate links your visitors clicked on."
5677
  msgstr ""
5678
 
5679
- #: languages/vue.php:440
5680
  msgid "Top Download Links"
5681
  msgstr ""
5682
 
5683
- #: languages/vue.php:443
5684
  msgid "This list shows the download links your visitors clicked the most."
5685
  msgstr ""
5686
 
5687
- #: languages/vue.php:450
5688
  msgid "Top Products"
5689
  msgstr ""
5690
 
5691
- #: languages/vue.php:453
5692
  msgid "This list shows the top selling products on your website."
5693
  msgstr ""
5694
 
5695
- #: languages/vue.php:456
5696
  msgid "Top Conversion Sources"
5697
  msgstr ""
5698
 
5699
- #: languages/vue.php:459
5700
  msgid "This list shows the top referral websites in terms of product revenue."
5701
  msgstr ""
5702
 
5703
- #: languages/vue.php:462
5704
  msgid "Total Add/Remove"
5705
  msgstr ""
5706
 
5707
- #: languages/vue.php:465
5708
  msgid "Analytics"
5709
  msgstr ""
5710
 
5711
  #. Translators: Adds an arrow icon.
5712
- #: languages/vue.php:469
5713
  msgid "View All Reports %s"
5714
  msgstr ""
5715
 
5716
- #: languages/vue.php:472
5717
  msgid "You must connect with ExactMetrics before you can view reports."
5718
  msgstr ""
5719
 
5720
- #: languages/vue.php:475
5721
  msgid "ExactMetrics makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5722
  msgstr ""
5723
 
5724
- #: languages/vue.php:478
5725
  msgid "Launch Setup Wizard"
5726
  msgstr ""
5727
 
5728
- #: languages/vue.php:481
5729
  msgid "Please ask your webmaster to connect ExactMetrics to Google Analytics."
5730
  msgstr ""
5731
 
5732
- #: languages/vue.php:494
5733
  msgid "See Quick Links"
5734
  msgstr ""
5735
 
5736
- #: languages/vue.php:497
5737
  msgid "Suggest a Feature"
5738
  msgstr ""
5739
 
5740
- #: languages/vue.php:500
5741
  msgid "Join Our Community"
5742
  msgstr ""
5743
 
5744
- #: languages/vue.php:503
5745
  msgid "Support & Docs"
5746
  msgstr ""
5747
 
5748
- #: languages/vue.php:506
5749
  msgid "Upgrade to Pro &#187;"
5750
  msgstr ""
5751
 
5752
- #: languages/vue.php:509
5753
  #: lite/includes/admin/reports/report-publisher.php:22
5754
  msgid "Publishers"
5755
  msgstr ""
5756
 
5757
- #: languages/vue.php:512
5758
  #: lite/includes/admin/reports/report-ecommerce.php:22
5759
  msgid "eCommerce"
5760
  msgstr ""
5761
 
5762
- #: languages/vue.php:515
5763
  msgid "Dimensions Report"
5764
  msgstr ""
5765
 
5766
- #: languages/vue.php:519
5767
  #: lite/includes/admin/reports/report-forms.php:22
5768
  msgid "Forms"
5769
  msgstr ""
5770
 
5771
- #: languages/vue.php:523
5772
  msgid "Real-Time"
5773
  msgstr ""
5774
 
5775
- #: languages/vue.php:526
5776
  msgid "Site Speed Report"
5777
  msgstr ""
5778
 
5779
- #: languages/vue.php:530
5780
  msgid "2020 Year in Review"
5781
  msgstr ""
5782
 
5783
- #: languages/vue.php:533
5784
  msgid "Import Export"
5785
  msgstr ""
5786
 
5787
- #: languages/vue.php:536
5788
  msgid "PrettyLinks Integration"
5789
  msgstr ""
5790
 
5791
- #: languages/vue.php:544
5792
  msgid "Popular Posts Widget"
5793
  msgstr ""
5794
 
5795
- #: languages/vue.php:548
5796
  msgid "Popular Products"
5797
  msgstr ""
5798
 
5799
- #: languages/vue.php:554
5800
  msgid "Sub menu item for WooCommerce Analytics"
5801
  msgstr ""
5802
 
5803
- #: languages/vue.php:560
5804
  msgid "Engagement"
5805
  msgstr ""
5806
 
5807
- #: languages/vue.php:563
5808
  msgid "Publisher"
5809
  msgstr ""
5810
 
5811
- #: languages/vue.php:566
5812
  msgid "Conversions"
5813
  msgstr ""
5814
 
5815
- #: languages/vue.php:569
5816
  msgid "Advanced"
5817
  msgstr ""
5818
 
5819
- #: languages/vue.php:572
5820
  msgid "URL Builder"
5821
  msgstr ""
5822
 
5823
  #. Translators: Adds a link to documentation.
5824
- #: languages/vue.php:576
5825
  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"
5826
  msgstr ""
5827
 
5828
  #. Translators: Adds link to activate/install plugin and documentation.
5829
- #: languages/vue.php:580
5830
  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"
5831
  msgstr ""
5832
 
5833
  #. Translators: Adds a link to documentation.
5834
- #: languages/vue.php:584
5835
  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"
5836
  msgstr ""
5837
 
5838
  #. Translators: Adds link to activate/install plugin and documentation.
5839
- #: languages/vue.php:588
5840
  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"
5841
  msgstr ""
5842
 
5843
- #: languages/vue.php:591
5844
  msgid "Installing Addon"
5845
  msgstr ""
5846
 
5847
- #: languages/vue.php:594
5848
  msgid "Activating Addon"
5849
  msgstr ""
5850
 
5851
- #: languages/vue.php:597
5852
  msgid "Addon Activated"
5853
  msgstr ""
5854
 
5855
- #: languages/vue.php:600
5856
  msgid "Loading report data"
5857
  msgstr ""
5858
 
5859
- #: languages/vue.php:603
5860
  msgid "Please activate manually"
5861
  msgstr ""
5862
 
5863
  #. Translators: Adds the error status and status text.
5864
- #: languages/vue.php:607
5865
  msgid "Error: %1$s, %2$s"
5866
  msgstr ""
5867
 
5868
- #: languages/vue.php:610
5869
  msgid "Error Activating Addon"
5870
  msgstr ""
5871
 
5872
- #: languages/vue.php:613
5873
  #: lite/includes/admin/wp-site-health.php:372
5874
  #: lite/includes/admin/wp-site-health.php:398
5875
  #: lite/includes/admin/wp-site-health.php:425
5876
  msgid "View Addons"
5877
  msgstr ""
5878
 
5879
- #: languages/vue.php:616
5880
  msgid "Dismiss"
5881
  msgstr ""
5882
 
5883
- #: languages/vue.php:619
5884
  msgid "Redirecting"
5885
  msgstr ""
5886
 
5887
- #: languages/vue.php:622
5888
  msgid "Please wait"
5889
  msgstr ""
5890
 
5891
- #: languages/vue.php:625
5892
  msgid "activate"
5893
  msgstr ""
5894
 
5895
- #: languages/vue.php:628
5896
  msgid "install"
5897
  msgstr ""
5898
 
5899
- #: languages/vue.php:631
5900
  msgid "Visit addons page"
5901
  msgstr ""
5902
 
5903
- #: languages/vue.php:634
5904
  msgid "Report Unavailable"
5905
  msgstr ""
5906
 
5907
  #. Translators: Install/Activate the addon.
5908
- #: languages/vue.php:638
5909
  msgid "%s Addon"
5910
  msgstr ""
5911
 
5912
- #: languages/vue.php:641
5913
  msgid "Go Back To Reports"
5914
  msgstr ""
5915
 
5916
- #: languages/vue.php:644
5917
  msgid "Enable Enhanced eCommerce"
5918
  msgstr ""
5919
 
5920
  #. Translators: Placeholders are replaced with the current step number out of the total number of steps.
5921
- #: languages/vue.php:648
5922
  msgid "Step %1$s of %2$s"
5923
  msgstr ""
5924
 
5925
- #: languages/vue.php:651
5926
  msgid "Go back"
5927
  msgstr ""
5928
 
5929
- #: languages/vue.php:654
5930
  msgid "Welcome to ExactMetrics!"
5931
  msgstr ""
5932
 
5933
- #: languages/vue.php:657
5934
  msgid "Let's get you set up."
5935
  msgstr ""
5936
 
5937
- #: languages/vue.php:660
5938
  msgid "Save and Continue"
5939
  msgstr ""
5940
 
5941
- #: languages/vue.php:663
5942
  msgid "Which category best describes your website?"
5943
  msgstr ""
5944
 
5945
- #: languages/vue.php:666
5946
  msgid "We will recommend the optimal settings for ExactMetrics based on your choice."
5947
  msgstr ""
5948
 
5949
- #: languages/vue.php:669
5950
  msgid "Business Website"
5951
  msgstr ""
5952
 
5953
  #. Translators: Make text bold.
5954
- #: languages/vue.php:673
5955
  msgid "Publisher %1$s(Blog)%2$s"
5956
  msgstr ""
5957
 
5958
- #: languages/vue.php:676
5959
  msgid "Ecommerce"
5960
  msgstr ""
5961
 
5962
- #: languages/vue.php:679
5963
  msgid "Connect ExactMetrics to Your Website"
5964
  msgstr ""
5965
 
5966
- #: languages/vue.php:682
5967
  msgid "ExactMetrics connects Google Analytics to WordPress and shows you stats that matter."
5968
  msgstr ""
5969
 
5970
- #: languages/vue.php:685
5971
  msgid "Connect Google Analytics + WordPress"
5972
  msgstr ""
5973
 
5974
- #: languages/vue.php:688
5975
  msgid "You will be taken to the ExactMetrics website where you'll need to connect your Analytics account."
5976
  msgstr ""
5977
 
5978
- #: languages/vue.php:691
5979
  msgid "Whoops, something went wrong and we weren't able to connect to ExactMetrics. Please enter your Google UA code manually."
5980
  msgstr ""
5981
 
5982
- #: languages/vue.php:694
5983
  msgid "Manually enter your UA code"
5984
  msgstr ""
5985
 
5986
- #: languages/vue.php:697
5987
  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."
5988
  msgstr ""
5989
 
5990
- #: languages/vue.php:700
5991
  msgid "UA code can't be empty"
5992
  msgstr ""
5993
 
5994
- #: languages/vue.php:703
5995
  msgid "Saving UA code..."
5996
  msgstr ""
5997
 
5998
- #: languages/vue.php:706
5999
  msgid "ExactMetrics Recommends WPForms"
6000
  msgstr ""
6001
 
6002
- #: languages/vue.php:709
6003
  msgid "Built by the folks behind ExactMetrics, WPForms is the most beginner friendly form plugin in the market."
6004
  msgstr ""
6005
 
6006
- #: languages/vue.php:712
6007
  msgid "Used on over 4,000,000 websites!"
6008
  msgstr ""
6009
 
6010
- #: languages/vue.php:715
6011
  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!"
6012
  msgstr ""
6013
 
6014
- #: languages/vue.php:718
6015
  msgid "Skip this Step"
6016
  msgstr ""
6017
 
6018
- #: languages/vue.php:721
6019
  msgid "Continue & Install WPForms"
6020
  msgstr ""
6021
 
6022
- #: languages/vue.php:724
6023
  msgid "Installing..."
6024
  msgstr ""
6025
 
6026
- #: languages/vue.php:727
6027
  msgid "Recommended Settings"
6028
  msgstr ""
6029
 
6030
- #: languages/vue.php:730
6031
  msgid "ExactMetrics recommends the following settings based on your configuration."
6032
  msgstr ""
6033
 
6034
- #: languages/vue.php:733
6035
  msgid "Events Tracking"
6036
  msgstr ""
6037
 
6038
- #: languages/vue.php:736
6039
  msgid "Must have for all click tracking on site."
6040
  msgstr ""
6041
 
6042
- #: languages/vue.php:739
6043
  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."
6044
  msgstr ""
6045
 
6046
- #: languages/vue.php:742
6047
  msgid "Enhanced Link Attribution"
6048
  msgstr ""
6049
 
6050
- #: languages/vue.php:745
6051
  msgid "Improves the accuracy of your In-Page Analytics."
6052
  msgstr ""
6053
 
6054
- #: languages/vue.php:748
6055
  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."
6056
  msgstr ""
6057
 
6058
- #: languages/vue.php:751
6059
  msgid "Install Updates Automatically"
6060
  msgstr ""
6061
 
6062
- #: languages/vue.php:754
6063
  msgid "Get the latest features, bug fixes, and security updates as they are released."
6064
  msgstr ""
6065
 
6066
- #: languages/vue.php:757
6067
  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."
6068
  msgstr ""
6069
 
6070
- #: languages/vue.php:760
6071
  msgid "File Download Tracking"
6072
  msgstr ""
6073
 
6074
- #: languages/vue.php:763
6075
  msgid "Helps you see file downloads data."
6076
  msgstr ""
6077
 
6078
- #: languages/vue.php:766
6079
  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."
6080
  msgstr ""
6081
 
6082
  #. Translators: Example path (/go/).
6083
- #: languages/vue.php:771
6084
  msgid "Path (example: %s)"
6085
  msgstr ""
6086
 
6087
- #: languages/vue.php:775
6088
  msgid "Path has to start with a / and have no spaces"
6089
  msgstr ""
6090
 
6091
  #. Translators: Example label (aff).
6092
- #: languages/vue.php:780
6093
  msgid "Label (example: %s)"
6094
  msgstr ""
6095
 
6096
- #: languages/vue.php:784
6097
  msgid "Label can't contain any spaces"
6098
  msgstr ""
6099
 
6100
- #: languages/vue.php:787
6101
  msgid "Helps you increase affiliate revenue."
6102
  msgstr ""
6103
 
6104
- #: languages/vue.php:790
6105
  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."
6106
  msgstr ""
6107
 
6108
- #: languages/vue.php:793
6109
  msgid "Affiliate Link Tracking"
6110
  msgstr ""
6111
 
6112
- #: languages/vue.php:796
6113
  msgid "Who Can See Reports"
6114
  msgstr ""
6115
 
6116
- #: languages/vue.php:799
6117
  msgid "These user roles will be able to access ExactMetrics' reports in the WordPress admin area."
6118
  msgstr ""
6119
 
6120
- #: languages/vue.php:802
6121
  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."
6122
  msgstr ""
6123
 
6124
- #: languages/vue.php:805
6125
  msgid "Save and continue"
6126
  msgstr ""
6127
 
6128
- #: languages/vue.php:808
6129
  msgid "Events Tracking is enabled the moment you set up ExactMetrics"
6130
  msgstr ""
6131
 
6132
- #: languages/vue.php:811
6133
  msgid "Enhanced Link Attribution is enabled the moment you set up ExactMetrics"
6134
  msgstr ""
6135
 
6136
- #: languages/vue.php:814
6137
  msgid "+ Add Role"
6138
  msgstr ""
6139
 
6140
  #. Translators: Placeholders are used for making text bold and adding a link.
6141
- #: languages/vue.php:818
6142
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
6143
  msgstr ""
6144
 
6145
- #: languages/vue.php:821
6146
  #: lite/includes/admin/reports/report-dimensions.php:22
6147
  msgid "Dimensions"
6148
  msgstr ""
6149
 
6150
- #: languages/vue.php:824
6151
  msgid "Site Speed"
6152
  msgstr ""
6153
 
6154
- #: languages/vue.php:827
6155
  msgid "License Key"
6156
  msgstr ""
6157
 
6158
  #. Translators: Add link to retrieve license key from account.
6159
- #: languages/vue.php:831
6160
  msgid "Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6161
  msgstr ""
6162
 
6163
- #: languages/vue.php:834
6164
  msgid "Google Authentication"
6165
  msgstr ""
6166
 
6167
- #: languages/vue.php:837
6168
  msgid "Miscellaneous"
6169
  msgstr ""
6170
 
6171
- #: languages/vue.php:840
6172
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6173
  msgstr ""
6174
 
6175
- #: languages/vue.php:843
6176
  msgid "Hide Announcements"
6177
  msgstr ""
6178
 
6179
- #: languages/vue.php:846
6180
  msgid "You're using ExactMetrics Lite – no license needed. Enjoy!"
6181
  msgstr ""
6182
 
6183
- #. Translators: Adds link to upgrade.
6184
- #: languages/vue.php:851
6185
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
6186
  msgstr ""
6187
 
6188
- #: languages/vue.php:855
6189
  msgid "Receive 50% off automatically applied at the checkout!"
6190
  msgstr ""
6191
 
6192
- #: languages/vue.php:859
6193
  msgid "See all features"
6194
  msgstr ""
6195
 
6196
- #: languages/vue.php:862
6197
  msgid "Setup Wizard"
6198
  msgstr ""
6199
 
6200
- #: languages/vue.php:865
6201
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6202
  msgstr ""
6203
 
6204
- #: languages/vue.php:868
6205
  msgid "Relaunch Setup Wizard"
6206
  msgstr ""
6207
 
6208
- #: languages/vue.php:871
6209
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6210
  msgstr ""
6211
 
6212
- #: languages/vue.php:874
6213
  msgid "No addons found."
6214
  msgstr ""
6215
 
6216
- #: languages/vue.php:877
6217
  msgid "Refresh Addons"
6218
  msgstr ""
6219
 
6220
  #. Translators: Adds a line break.
6221
- #: languages/vue.php:884
6222
  msgid "Upgrade to Pro to unlock addons and other great features."
6223
  msgstr ""
6224
 
6225
- #: languages/vue.php:887
6226
  msgid "As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!"
6227
  msgstr ""
6228
 
6229
- #: languages/vue.php:890
6230
  msgid "Refreshing Addons"
6231
  msgstr ""
6232
 
6233
- #: languages/vue.php:893
6234
  msgid "Get ExactMetrics Pro Today and Unlock all the Powerful Features"
6235
  msgstr ""
6236
 
6237
  #. Translators: Placeholders make the text green.
6238
- #: languages/vue.php:897
6239
  msgid "Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6240
  msgstr ""
6241
 
6242
- #: languages/vue.php:900
6243
  msgid "How to Connect to Google Analytics"
6244
  msgstr ""
6245
 
6246
- #: languages/vue.php:903
6247
  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."
6248
  msgstr ""
6249
 
6250
- #: languages/vue.php:906
6251
  msgid "Guide and Checklist for Advanced Insights"
6252
  msgstr ""
6253
 
6254
- #: languages/vue.php:909
6255
  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."
6256
  msgstr ""
6257
 
6258
- #: languages/vue.php:912
6259
  msgid "GDPR Guide"
6260
  msgstr ""
6261
 
6262
- #: languages/vue.php:915
6263
  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. "
6264
  msgstr ""
6265
 
6266
- #: languages/vue.php:918
6267
  msgid "How to Install and Activate ExactMetrics Addons"
6268
  msgstr ""
6269
 
6270
- #: languages/vue.php:921
6271
  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."
6272
  msgstr ""
6273
 
6274
- #: languages/vue.php:924
6275
  msgid "Enabling eCommerce Tracking and Reports"
6276
  msgstr ""
6277
 
6278
- #: languages/vue.php:927
6279
  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."
6280
  msgstr ""
6281
 
6282
- #: languages/vue.php:930
6283
  msgid "Read Documentation"
6284
  msgstr ""
6285
 
6286
  #. Translators: Makes the text bold.
6287
- #: languages/vue.php:934
6288
  msgid "%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress."
6289
  msgstr ""
6290
 
6291
  #. Translators: Makes the text bold.
6292
- #: languages/vue.php:938
6293
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click."
6294
  msgstr ""
6295
 
6296
- #: languages/vue.php:947
6297
  msgid "One-click Complete eCommerce tracking"
6298
  msgstr ""
6299
 
6300
- #: languages/vue.php:950
6301
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
6302
  msgstr ""
6303
 
6304
- #: languages/vue.php:953
6305
  msgid "Forms Tracking"
6306
  msgstr ""
6307
 
6308
- #: languages/vue.php:956
6309
  msgid "One-click Form Events Tracking"
6310
  msgstr ""
6311
 
6312
- #: languages/vue.php:959
6313
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
6314
  msgstr ""
6315
 
6316
- #: languages/vue.php:962
6317
  msgid "WordPress Admin Area Reports"
6318
  msgstr ""
6319
 
6320
- #: languages/vue.php:965
6321
  msgid "Standard Reports"
6322
  msgstr ""
6323
 
6324
- #: languages/vue.php:968
6325
  msgid "Overview Reports for the last 30 days."
6326
  msgstr ""
6327
 
6328
- #: languages/vue.php:971
6329
  msgid "Advanced Reports"
6330
  msgstr ""
6331
 
6332
- #: languages/vue.php:974
6333
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
6334
  msgstr ""
6335
 
6336
- #: languages/vue.php:977
6337
  msgid "Dashboard Widget"
6338
  msgstr ""
6339
 
6340
- #: languages/vue.php:980
6341
  msgid "Basic Widget"
6342
  msgstr ""
6343
 
6344
- #: languages/vue.php:983
6345
  msgid "Overview Report Synopsis"
6346
  msgstr ""
6347
 
6348
- #: languages/vue.php:986
6349
  msgid "Advanced Dashboard Widget"
6350
  msgstr ""
6351
 
6352
- #: languages/vue.php:989
6353
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
6354
  msgstr ""
6355
 
6356
- #: languages/vue.php:992
6357
  msgid "Publisher Reports"
6358
  msgstr ""
6359
 
6360
- #: languages/vue.php:995
6361
  msgid "Advanced Publisher Reports & Tracking"
6362
  msgstr ""
6363
 
6364
- #: languages/vue.php:998
6365
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
6366
  msgstr ""
6367
 
6368
- #: languages/vue.php:1004
6369
  msgid "Email Summaries"
6370
  msgstr ""
6371
 
6372
- #: languages/vue.php:1007
6373
  msgid "Included"
6374
  msgstr ""
6375
 
6376
- #: languages/vue.php:1010
6377
  msgid "Get weekly traffic reports directly in your inbox."
6378
  msgstr ""
6379
 
6380
- #: languages/vue.php:1016
6381
  msgid "Basic Options"
6382
  msgstr ""
6383
 
6384
- #: languages/vue.php:1019
6385
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
6386
  msgstr ""
6387
 
6388
- #: languages/vue.php:1022
6389
  msgid "Dynamic Popular Posts & Popular Products"
6390
  msgstr ""
6391
 
6392
- #: languages/vue.php:1025
6393
  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."
6394
  msgstr ""
6395
 
6396
- #: languages/vue.php:1028
6397
  msgid "Not Available"
6398
  msgstr ""
6399
 
6400
- #: languages/vue.php:1031
6401
  msgid "Complete Custom Dimensions Tracking"
6402
  msgstr ""
6403
 
6404
- #: languages/vue.php:1034
6405
  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"
6406
  msgstr ""
6407
 
6408
- #: languages/vue.php:1040
6409
  msgid "Limited Support"
6410
  msgstr ""
6411
 
6412
- #: languages/vue.php:1043
6413
  msgid "Priority Support"
6414
  msgstr ""
6415
 
6416
- #: languages/vue.php:1046
6417
  msgid "Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features."
6418
  msgstr ""
6419
 
6420
- #: languages/vue.php:1049
6421
  msgid "Feature"
6422
  msgstr ""
6423
 
6424
- #: languages/vue.php:1052
6425
  msgid "Lite"
6426
  msgstr ""
6427
 
6428
- #: languages/vue.php:1055
6429
  msgid "Pro"
6430
  msgstr ""
6431
 
6432
- #: languages/vue.php:1058
6433
  msgid "Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout."
6434
  msgstr ""
6435
 
6436
- #: languages/vue.php:1064
6437
  msgid "Universal Tracking"
6438
  msgstr ""
6439
 
6440
- #: languages/vue.php:1067
6441
  msgid "Custom Google Analytics Link Tracking"
6442
  msgstr ""
6443
 
6444
- #: languages/vue.php:1070
6445
  msgid "Standard Tracking"
6446
  msgstr ""
6447
 
6448
- #: languages/vue.php:1073
6449
  msgid "Advanced Tracking"
6450
  msgstr ""
6451
 
6452
- #: languages/vue.php:1076
6453
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
6454
  msgstr ""
6455
 
6456
- #: languages/vue.php:1079
6457
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
6458
  msgstr ""
6459
 
6460
- #: languages/vue.php:1082
6461
  msgid "No-Code-Needed Tracking Features"
6462
  msgstr ""
6463
 
6464
- #: languages/vue.php:1085
6465
  msgid "Basic Tracking Options"
6466
  msgstr ""
6467
 
6468
- #: languages/vue.php:1088
6469
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
6470
  msgstr ""
6471
 
6472
- #: languages/vue.php:1091
6473
  msgid "Advanced Tracking Options"
6474
  msgstr ""
6475
 
6476
- #: languages/vue.php:1094
6477
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
6478
  msgstr ""
6479
 
6480
- #: languages/vue.php:1097
6481
  msgid "Inbox"
6482
  msgstr ""
6483
 
6484
- #: languages/vue.php:1100
6485
  msgid "Back to Inbox"
6486
  msgstr ""
6487
 
6488
- #: languages/vue.php:1103
6489
  msgid "View Dismissed"
6490
  msgstr ""
6491
 
6492
- #: languages/vue.php:1106
6493
  msgid "Notifications"
6494
  msgstr ""
6495
 
6496
- #: languages/vue.php:1109
6497
  msgid "Dismiss All"
6498
  msgstr ""
6499
 
6500
- #: languages/vue.php:1112
6501
  msgid "Dismissed"
6502
  msgstr ""
6503
 
6504
- #: languages/vue.php:1115
6505
  msgid "No Notifications"
6506
  msgstr ""
6507
 
6508
  #. Translators: Error status and error text.
6509
- #: languages/vue.php:1119
6510
  msgid "Can't load settings. Error: %1$s, %2$s"
6511
  msgstr ""
6512
 
6513
- #: languages/vue.php:1123
6514
  msgid "You appear to be offline."
6515
  msgstr ""
6516
 
6517
  #. Translators: Error status and error text.
6518
- #: languages/vue.php:1127
6519
  msgid "Can't save settings. Error: %1$s, %2$s"
6520
  msgstr ""
6521
 
6522
- #: languages/vue.php:1130
6523
  msgid "Network error encountered. Settings not saved."
6524
  msgstr ""
6525
 
6526
- #: languages/vue.php:1133
6527
  msgid "Show in widget mode"
6528
  msgstr ""
6529
 
6530
- #: languages/vue.php:1136
6531
  msgid "Show in full-width mode"
6532
  msgstr ""
6533
 
6534
- #: languages/vue.php:1139
6535
  msgid "Show Overview Reports"
6536
  msgstr ""
6537
 
6538
- #: languages/vue.php:1142
6539
  msgid "Show Publishers Reports"
6540
  msgstr ""
6541
 
6542
- #: languages/vue.php:1145
6543
  msgid "Show eCommerce Reports"
6544
  msgstr ""
6545
 
6546
- #: languages/vue.php:1148
6547
  msgid "Settings Menu"
6548
  msgstr ""
6549
 
6550
- #: languages/vue.php:1151
6551
  msgid "Available in PRO version"
6552
  msgstr ""
6553
 
6554
- #: languages/vue.php:1154
6555
  msgid "See All Reports"
6556
  msgstr ""
6557
 
6558
- #: languages/vue.php:1157
6559
  msgid "Go to the Analytics Dashboard"
6560
  msgstr ""
6561
 
6562
- #: languages/vue.php:1172
6563
  msgid "Cart Funnel"
6564
  msgstr ""
6565
 
6566
- #: languages/vue.php:1175
6567
  msgid "Customer Insights"
6568
  msgstr ""
6569
 
6570
- #: languages/vue.php:1178
6571
  msgid "Campaign Measurement"
6572
  msgstr ""
6573
 
6574
- #: languages/vue.php:1181
6575
  msgid "Customer Profiles"
6576
  msgstr ""
6577
 
6578
- #: languages/vue.php:1184
6579
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, revenue, and average order value, and more."
6580
  msgstr ""
6581
 
6582
- #: languages/vue.php:1187
6583
  msgid "Truly Understand Your%1$s Customers With %2$sExactMetrics%3$s"
6584
  msgstr ""
6585
 
6586
- #: languages/vue.php:1190
6587
  msgid "You never truly understand your customers until you used Enhanced %1$s eCommerce from ExactMetrics!"
6588
  msgstr ""
6589
 
6590
- #: languages/vue.php:1193
6591
  msgid "Track all-new metrics!"
6592
  msgstr ""
6593
 
6594
- #: languages/vue.php:1196
6595
  msgid "Get stats WooCommerce doesn’t give you like: Conversion Sources, Avg. Order Value, Revenue per Source, Total Add to Carts & More!"
6596
  msgstr ""
6597
 
6598
- #: languages/vue.php:1199
6599
  msgid "FEATURES"
6600
  msgstr ""
6601
 
6602
- #: languages/vue.php:1202
6603
  msgid "Get The Unique Metrics Neccessary for Growth"
6604
  msgstr ""
6605
 
6606
- #: languages/vue.php:1205
6607
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, %1$srevenue, and average order value, and more."
6608
  msgstr ""
6609
 
6610
- #: languages/vue.php:1208
6611
  msgid "Get Answers to the important questions %1$syou should know."
6612
  msgstr ""
6613
 
6614
- #: languages/vue.php:1211
6615
  msgid "Did the login/registration step of the checkout put users off?"
6616
  msgstr ""
6617
 
6618
- #: languages/vue.php:1214
6619
  msgid "Which ad campaign is driving the most revenue?"
6620
  msgstr ""
6621
 
6622
- #: languages/vue.php:1217
6623
  msgid "Who is my typical customer?"
6624
  msgstr ""
6625
 
6626
- #: languages/vue.php:1220
6627
  msgid "Level-up Your eCommerce store with %1$sExactMetrics + WooCommerce!%1$s"
6628
  msgstr ""
6629
 
6630
  #. Translators: Error status and error text.
6631
- #: languages/vue.php:1224
6632
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
6633
  msgstr ""
6634
 
6635
  #. Translators: Error status and error text.
6636
- #: languages/vue.php:1228
6637
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
6638
  msgstr ""
6639
 
6640
  #. Translators: Error status and error text.
6641
- #: languages/vue.php:1232
6642
  msgid "Can't load license details. Error: %1$s, %2$s"
6643
  msgstr ""
6644
 
6645
- #: languages/vue.php:1235
6646
  msgid "Error loading license details"
6647
  msgstr ""
6648
 
6649
  #. Translators: Error status and error text.
6650
- #: languages/vue.php:1239
6651
  msgid "Can't verify the license. Error: %1$s, %2$s"
6652
  msgstr ""
6653
 
6654
  #. Translators: Error status and error text.
6655
- #: languages/vue.php:1243
6656
  msgid "Can't validate the license. Error: %1$s, %2$s"
6657
  msgstr ""
6658
 
6659
- #: languages/vue.php:1246
6660
  msgid "Reset to default"
6661
  msgstr ""
6662
 
6663
- #: languages/vue.php:1249
6664
  msgid "The value entered does not match the required format"
6665
  msgstr ""
6666
 
6667
- #: languages/vue.php:1252
6668
  msgid "Check out the newly added classic mode"
6669
  msgstr ""
6670
 
6671
  #. Translators: Placeholder adds a line break.
6672
- #: languages/vue.php:1256
6673
  msgid "You can customize your %sdate range only in the PRO version."
6674
  msgstr ""
6675
 
6676
- #: languages/vue.php:1259
6677
  msgid "Help Us Improve"
6678
  msgstr ""
6679
 
6680
- #: languages/vue.php:1262
6681
  msgid "Help us better understand our users and their website needs."
6682
  msgstr ""
6683
 
6684
  #. Translators: Adds a link to the documentation.
6685
- #: languages/vue.php:1266
6686
  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"
6687
  msgstr ""
6688
 
6689
  #. Translators: The name of the field that is throwing a validation error.
6690
- #: languages/vue.php:1270
6691
  msgid "%s can't be empty."
6692
  msgstr ""
6693
 
6694
- #: languages/vue.php:1273
6695
  msgid "Duplicate values are not allowed."
6696
  msgstr ""
6697
 
6698
- #: languages/vue.php:1276
6699
  msgid "You can add maximum 5 items."
6700
  msgstr ""
6701
 
6702
- #: languages/vue.php:1279
6703
  msgid "At least 0 item required."
6704
  msgstr ""
6705
 
6706
- #: languages/vue.php:1282
6707
  msgid "Add Another Link Path"
6708
  msgstr ""
6709
 
6710
- #: languages/vue.php:1285
6711
  msgid "Remove row"
6712
  msgstr ""
6713
 
6714
- #: languages/vue.php:1288
6715
  msgid "Sessions"
6716
  msgstr ""
6717
 
6718
  #. Translators: Line break.
6719
- #: languages/vue.php:1292
6720
  msgid "Unique %s Sessions"
6721
  msgstr ""
6722
 
6723
- #: languages/vue.php:1296
6724
  msgid "Pageviews"
6725
  msgstr ""
6726
 
6727
  #. Translators: Line break.
6728
- #: languages/vue.php:1300
6729
  msgid "Unique %s Pageviews"
6730
  msgstr ""
6731
 
6732
- #: languages/vue.php:1303
6733
  msgid "A session is the browsing session of a single user to your site."
6734
  msgstr ""
6735
 
6736
- #: languages/vue.php:1306
6737
  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."
6738
  msgstr ""
6739
 
6740
- #: languages/vue.php:1309
6741
  msgid "Total duration of all sessions (in seconds) / number of sessions."
6742
  msgstr ""
6743
 
6744
- #: languages/vue.php:1312
6745
  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."
6746
  msgstr ""
6747
 
6748
- #: languages/vue.php:1315
6749
  msgid "The number of distinct tracked users"
6750
  msgstr ""
6751
 
6752
- #: languages/vue.php:1318
6753
  msgid "Avg. Session Duration"
6754
  msgstr ""
6755
 
6756
- #: languages/vue.php:1321
6757
  msgid "Bounce Rate"
6758
  msgstr ""
6759
 
6760
- #: languages/vue.php:1324
6761
  msgid "Total Users"
6762
  msgstr ""
6763
 
6764
- #: languages/vue.php:1327
6765
  msgid "No options available"
6766
  msgstr ""
6767
 
6768
  #. Translators: Placeholders make the text highlighted.
6769
- #: languages/vue.php:1331
6770
  msgid "%1$sNeed%2$s to Grow FASTER??"
6771
  msgstr ""
6772
 
6773
- #: languages/vue.php:1334
6774
  msgid "Get additional, actionable insights by going Pro."
6775
  msgstr ""
6776
 
6777
- #: languages/vue.php:1337
6778
  msgid "Skip"
6779
  msgstr ""
6780
 
6781
- #: languages/vue.php:1340
6782
  msgid "See All Features"
6783
  msgstr ""
6784
 
6785
- #: languages/vue.php:1343
6786
  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."
6787
  msgstr ""
6788
 
6789
- #: languages/vue.php:1346
6790
  msgid "Our Pro plan includes:"
6791
  msgstr ""
6792
 
6793
  #. Translators: Error status and error text.
6794
- #: languages/vue.php:1350
6795
  msgid "Can't load errors. Error: %1$s, %2$s"
6796
  msgstr ""
6797
 
6798
- #: languages/vue.php:1353
6799
  msgid "Real-Time Report"
6800
  msgstr ""
6801
 
6802
- #: languages/vue.php:1356
6803
  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."
6804
  msgstr ""
6805
 
6806
  #. Translators: add link to blog.
6807
- #: languages/vue.php:1360
6808
  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."
6809
  msgstr ""
6810
 
6811
- #: languages/vue.php:1363
6812
  msgid "Here's what you get:"
6813
  msgstr ""
6814
 
6815
- #: languages/vue.php:1366
6816
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
6817
  msgstr ""
6818
 
6819
- #: languages/vue.php:1369
6820
  msgid "See Your Top Pages Immediately After Making Changes"
6821
  msgstr ""
6822
 
6823
- #: languages/vue.php:1372
6824
  msgid "See Your Top Referral Sources and Adapt Faster"
6825
  msgstr ""
6826
 
6827
- #: languages/vue.php:1375
6828
  msgid "See Your Traffic Demographics"
6829
  msgstr ""
6830
 
6831
- #: languages/vue.php:1378
6832
  msgid "Get Fresh Report Data Every 60 Seconds"
6833
  msgstr ""
6834
 
6835
- #: languages/vue.php:1381
6836
  msgid "See Where Your Visitors are Connecting From (country & city)"
6837
  msgstr ""
6838
 
6839
- #: languages/vue.php:1384
6840
  msgid "Forms Report"
6841
  msgstr ""
6842
 
6843
- #: languages/vue.php:1387
6844
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
6845
  msgstr ""
6846
 
6847
- #: languages/vue.php:1390
6848
  msgid "See Your Top Converting Forms and Optimize"
6849
  msgstr ""
6850
 
6851
- #: languages/vue.php:1393
6852
  msgid "See Your Forms Impressions Count to Find the Best Placement"
6853
  msgstr ""
6854
 
6855
- #: languages/vue.php:1396
6856
  msgid "Awesome, You're All Set!"
6857
  msgstr ""
6858
 
6859
- #: languages/vue.php:1399
6860
  msgid "ExactMetrics is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
6861
  msgstr ""
6862
 
6863
  #. Translators: Make the text bold.
6864
- #: languages/vue.php:1403
6865
  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."
6866
  msgstr ""
6867
 
6868
  #. Translators: Add link to blog.
6869
- #: languages/vue.php:1407
6870
  msgid "%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business."
6871
  msgstr ""
6872
 
6873
- #: languages/vue.php:1410
6874
  msgid "Finish Setup & Exit Wizard"
6875
  msgstr ""
6876
 
6877
- #: languages/vue.php:1413
6878
  msgid "Google Analytics"
6879
  msgstr ""
6880
 
6881
- #: languages/vue.php:1416
6882
  msgid "Subscribe"
6883
  msgstr ""
6884
 
6885
- #: languages/vue.php:1419
6886
  msgid "Checking your website..."
6887
  msgstr ""
6888
 
6889
- #: languages/vue.php:1422
6890
  msgid "Recommended Addons"
6891
  msgstr ""
6892
 
6893
  #. Translators: Add a link to upgrade and make the text green.
6894
- #: languages/vue.php:1426
6895
  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!"
6896
  msgstr ""
6897
 
6898
- #: languages/vue.php:1429
6899
  msgid "Upgrade to PRO Now"
6900
  msgstr ""
6901
 
6902
- #: languages/vue.php:1432
6903
  msgid "See who’s viewing and submitting your forms, so you can increase your conversion rate."
6904
  msgstr ""
6905
 
6906
- #: languages/vue.php:1435
6907
  msgid "See All Your Important Store Metrics in One Place."
6908
  msgstr ""
6909
 
6910
- #: languages/vue.php:1438
6911
  msgid "... and more:"
6912
  msgstr ""
6913
 
6914
- #: languages/vue.php:1441
6915
  msgid "Dimensions- Track authors, categories, trags, searches, users and more."
6916
  msgstr ""
6917
 
6918
- #: languages/vue.php:1444
6919
  msgid "EU Compliance- Improve compliance with GDPR and other privacy regulations."
6920
  msgstr ""
6921
 
6922
- #: languages/vue.php:1447
6923
  msgid "AMP- ExactMetrics Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages."
6924
  msgstr ""
6925
 
6926
- #: languages/vue.php:1450
6927
  msgid "Facebook Instant Articles- Integrate Google Analytics and Facebook Instant Articles with just one click."
6928
  msgstr ""
6929
 
6930
- #: languages/vue.php:1453
6931
  msgid "eCommerce- Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores."
6932
  msgstr ""
6933
 
6934
- #: languages/vue.php:1456
6935
  msgid "Google Optimize- Easily enable Google Optimize on your WordPress site."
6936
  msgstr ""
6937
 
6938
- #: languages/vue.php:1459
6939
  msgid "Forms- Enable tracking of your form views, submissions and conversion rates."
6940
  msgstr ""
6941
 
6942
- #: languages/vue.php:1462
6943
  msgid "Ads- See who’s clicking on your Google Adsense banner ads."
6944
  msgstr ""
6945
 
6946
- #: languages/vue.php:1465
6947
  msgid "Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress."
6948
  msgstr ""
6949
 
6950
- #: languages/vue.php:1468
6951
  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."
6952
  msgstr ""
6953
 
6954
- #: languages/vue.php:1471
6955
  msgid "The ExactMetrics Team"
6956
  msgstr ""
6957
 
6958
- #: languages/vue.php:1474
6959
  msgid "Custom Dimensions Report"
6960
  msgstr ""
6961
 
6962
- #: languages/vue.php:1477
6963
  msgid "Unlock the Dimensions Report and decide what data is important using your own custom tracking parameters"
6964
  msgstr ""
6965
 
6966
- #: languages/vue.php:1480
6967
  msgid "The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
6968
  msgstr ""
6969
 
6970
- #: languages/vue.php:1483
6971
  msgid "Author tracking to see which author’s posts generate the most traffic"
6972
  msgstr ""
6973
 
6974
- #: languages/vue.php:1486
6975
  msgid "Post Type tracking to see which WordPress post types perform better"
6976
  msgstr ""
6977
 
6978
- #: languages/vue.php:1489
6979
  msgid "Category tracking to see which sections of your sites are the most popular"
6980
  msgstr ""
6981
 
6982
- #: languages/vue.php:1492
6983
  msgid "SEO score tracking to see which blog SEO scores are the most popular"
6984
  msgstr ""
6985
 
6986
- #: languages/vue.php:1495
6987
  msgid "Focus Keyword tracking to see which of your content is doing well in search engines."
6988
  msgstr ""
6989
 
6990
- #: languages/vue.php:1498
6991
  msgid "Tag tracking to determine which topics are the most engaging to for your website visitors."
6992
  msgstr ""
6993
 
6994
  #. Translators: add link to blog.
6995
- #: languages/vue.php:1502
6996
  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."
6997
  msgstr ""
6998
 
6999
- #: languages/vue.php:1505
7000
  msgid "See Your Homepage's Overall Performance Score"
7001
  msgstr ""
7002
 
7003
- #: languages/vue.php:1508
7004
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
7005
  msgstr ""
7006
 
7007
- #: languages/vue.php:1511
7008
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
7009
  msgstr ""
7010
 
7011
- #: languages/vue.php:1514
7012
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
7013
  msgstr ""
7014
 
7015
- #: languages/vue.php:1517
7016
  msgid "Hide dashboard widget"
7017
  msgstr ""
7018
 
7019
- #: languages/vue.php:1520
7020
  msgid "Are you sure you want to hide the ExactMetrics Dashboard Widget? "
7021
  msgstr ""
7022
 
7023
- #: languages/vue.php:1523
7024
  msgid "Yes, hide it!"
7025
  msgstr ""
7026
 
7027
- #: languages/vue.php:1526
7028
  msgid "No, cancel!"
7029
  msgstr ""
7030
 
7031
- #: languages/vue.php:1529
7032
  msgid "ExactMetrics Widget Hidden"
7033
  msgstr ""
7034
 
7035
- #: languages/vue.php:1532
7036
  msgid "You can re-enable the ExactMetrics widget at any time using the \"Screen Options\" menu on the top right of this page"
7037
  msgstr ""
7038
 
7039
  #. Translators: Error status and error text.
7040
- #: languages/vue.php:1536
7041
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7042
  msgstr ""
7043
 
7044
  #. Translators: Error status and error text.
7045
- #: languages/vue.php:1540
7046
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7047
  msgstr ""
7048
 
7049
- #: languages/vue.php:1543
7050
  msgid "You appear to be offline. Settings not saved."
7051
  msgstr ""
7052
 
7053
  #. Translators: Error status and error text.
7054
- #: languages/vue.php:1547
7055
  msgid "Can't authenticate. Error: %1$s, %2$s"
7056
  msgstr ""
7057
 
7058
  #. Translators: Error status and error text.
7059
- #: languages/vue.php:1551
7060
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7061
  msgstr ""
7062
 
7063
  #. Translators: Error status and error text.
7064
- #: languages/vue.php:1555
7065
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7066
  msgstr ""
7067
 
7068
- #: languages/vue.php:1558
7069
  msgid "Still Calculating..."
7070
  msgstr ""
7071
 
7072
- #: languages/vue.php:1561
7073
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
7074
  msgstr ""
7075
 
7076
- #: languages/vue.php:1564
7077
  msgid "Back to Overview Report"
7078
  msgstr ""
7079
 
7080
- #: languages/vue.php:1567
7081
  msgid "Your 2020 Analytics Report"
7082
  msgstr ""
7083
 
7084
- #: languages/vue.php:1570
7085
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
7086
  msgstr ""
7087
 
7088
- #: languages/vue.php:1573
7089
  msgid "Audience"
7090
  msgstr ""
7091
 
7092
- #: languages/vue.php:1576
7093
  msgid "Congrats"
7094
  msgstr ""
7095
 
7096
- #: languages/vue.php:1579
7097
  msgid "Your website was quite popular this year! "
7098
  msgstr ""
7099
 
7100
- #: languages/vue.php:1582
7101
  msgid "You had "
7102
  msgstr ""
7103
 
7104
- #: languages/vue.php:1585
7105
  msgid " visitors!"
7106
  msgstr ""
7107
 
7108
- #: languages/vue.php:1588
7109
  msgid " visitors"
7110
  msgstr ""
7111
 
7112
- #: languages/vue.php:1591
7113
  msgid "Total Visitors"
7114
  msgstr ""
7115
 
7116
- #: languages/vue.php:1594
7117
  msgid "Total Sessions"
7118
  msgstr ""
7119
 
7120
- #: languages/vue.php:1597
7121
  msgid "Visitors by Month"
7122
  msgstr ""
7123
 
7124
- #: languages/vue.php:1600
7125
  msgid "January 1, 2020 - December 31, 2020"
7126
  msgstr ""
7127
 
7128
- #: languages/vue.php:1603
7129
  msgid "A Tip for 2021"
7130
  msgstr ""
7131
 
7132
- #: languages/vue.php:1606
7133
  msgid "Demographics"
7134
  msgstr ""
7135
 
7136
- #: languages/vue.php:1609
7137
  msgid "#1"
7138
  msgstr ""
7139
 
7140
- #: languages/vue.php:1612
7141
  msgid "You Top 5 Countries"
7142
  msgstr ""
7143
 
7144
- #: languages/vue.php:1615
7145
  msgid "Let’s get to know your visitors a little better, shall we?"
7146
  msgstr ""
7147
 
7148
- #: languages/vue.php:1618
7149
  msgid "Gender"
7150
  msgstr ""
7151
 
7152
- #: languages/vue.php:1621
7153
  msgid "Female"
7154
  msgstr ""
7155
 
7156
- #: languages/vue.php:1624
7157
  msgid "Women"
7158
  msgstr ""
7159
 
7160
- #: languages/vue.php:1627
7161
  msgid "Male"
7162
  msgstr ""
7163
 
7164
- #: languages/vue.php:1630
7165
  msgid "Average Age"
7166
  msgstr ""
7167
 
7168
- #: languages/vue.php:1634
7169
  msgid "Behavior"
7170
  msgstr ""
7171
 
7172
- #: languages/vue.php:1637
7173
  msgid "Your Top 5 Pages"
7174
  msgstr ""
7175
 
7176
- #: languages/vue.php:1640
7177
  msgid "Time Spent on Site"
7178
  msgstr ""
7179
 
7180
- #: languages/vue.php:1643
7181
  msgid "minutes"
7182
  msgstr ""
7183
 
7184
- #: languages/vue.php:1646
7185
  msgid "Device Type"
7186
  msgstr ""
7187
 
7188
- #: languages/vue.php:1649
7189
  msgid "A Tip For 2021"
7190
  msgstr ""
7191
 
7192
- #: languages/vue.php:1652
7193
  msgid "Are you looking for a way to track your landing pages and see which one gets the most conversions on your website?"
7194
  msgstr ""
7195
 
7196
- #: languages/vue.php:1655
7197
  msgid "Read - How to Track Google Analytics Landing Page Conversions"
7198
  msgstr ""
7199
 
7200
- #: languages/vue.php:1658
7201
  msgid "So, where did all of these visitors come from?"
7202
  msgstr ""
7203
 
7204
- #: languages/vue.php:1661
7205
  msgid "Clicks"
7206
  msgstr ""
7207
 
7208
- #: languages/vue.php:1664
7209
  msgid "Your Top 5 Keywords"
7210
  msgstr ""
7211
 
7212
- #: languages/vue.php:1667
7213
  msgid "What keywords visitors searched for to find your site"
7214
  msgstr ""
7215
 
7216
- #: languages/vue.php:1670
7217
  msgid "Your Top 5 Referrals"
7218
  msgstr ""
7219
 
7220
- #: languages/vue.php:1673
7221
  msgid "The websites that link back to your website"
7222
  msgstr ""
7223
 
7224
- #: languages/vue.php:1676
7225
  msgid "Opportunity"
7226
  msgstr ""
7227
 
7228
- #: languages/vue.php:1679
7229
  msgid "Learn how to boost your SEO rankings using ExactMetrics so more visitors reach your articles and increase engagement."
7230
  msgstr ""
7231
 
7232
- #: languages/vue.php:1682
7233
  msgid "Read - 5 Ways to Skyrocket Your SEO Rankings with Google Analytics"
7234
  msgstr ""
7235
 
7236
- #: languages/vue.php:1685
7237
  msgid "Thank you for using ExactMetrics!"
7238
  msgstr ""
7239
 
7240
- #: languages/vue.php:1688
7241
  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."
7242
  msgstr ""
7243
 
7244
- #: languages/vue.php:1691
7245
  msgid "Here's to an amazing 2021!"
7246
  msgstr ""
7247
 
7248
- #: languages/vue.php:1694
7249
  msgid "Enjoying ExactMetrics"
7250
  msgstr ""
7251
 
7252
- #: languages/vue.php:1697
7253
  msgid "Leave a five star review!"
7254
  msgstr ""
7255
 
7256
- #: languages/vue.php:1700
7257
  msgid "Syed Balkhi"
7258
  msgstr ""
7259
 
7260
- #: languages/vue.php:1703
7261
  msgid "Chris Christoff"
7262
  msgstr ""
7263
 
7264
- #: languages/vue.php:1706
7265
  msgid "Write Review"
7266
  msgstr ""
7267
 
7268
- #: languages/vue.php:1709
7269
  msgid "Did you know over 10 million websites use our plugins?"
7270
  msgstr ""
7271
 
7272
- #: languages/vue.php:1712
7273
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
7274
  msgstr ""
7275
 
7276
- #: languages/vue.php:1715
7277
  msgid "Join our Communities!"
7278
  msgstr ""
7279
 
7280
- #: languages/vue.php:1718
7281
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
7282
  msgstr ""
7283
 
7284
- #: languages/vue.php:1721
7285
  msgid "Facebook Group"
7286
  msgstr ""
7287
 
7288
- #: languages/vue.php:1724
7289
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
7290
  msgstr ""
7291
 
7292
- #: languages/vue.php:1727
7293
  msgid "Join Now...It’s Free!"
7294
  msgstr ""
7295
 
7296
- #: languages/vue.php:1730
7297
  msgid "WordPress Tutorials by WPBeginner"
7298
  msgstr ""
7299
 
7300
- #: languages/vue.php:1733
7301
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
7302
  msgstr ""
7303
 
7304
- #: languages/vue.php:1736
7305
  msgid "Visit WPBeginner"
7306
  msgstr ""
7307
 
7308
- #: languages/vue.php:1739
7309
  msgid "Follow Us!"
7310
  msgstr ""
7311
 
7312
- #: languages/vue.php:1742
7313
  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."
7314
  msgstr ""
7315
 
7316
- #: languages/vue.php:1745
7317
  msgid "Copyright ExactMetrics, 2021"
7318
  msgstr ""
7319
 
7320
- #: languages/vue.php:1748
7321
  msgid "Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights"
7322
  msgstr ""
7323
 
7324
- #: languages/vue.php:1754
7325
  msgid "January"
7326
  msgstr ""
7327
 
7328
- #: languages/vue.php:1757
7329
  msgid "February"
7330
  msgstr ""
7331
 
7332
- #: languages/vue.php:1760
7333
  msgid "March"
7334
  msgstr ""
7335
 
7336
- #: languages/vue.php:1763
7337
  msgid "April"
7338
  msgstr ""
7339
 
7340
- #: languages/vue.php:1766
7341
  msgid "May"
7342
  msgstr ""
7343
 
7344
- #: languages/vue.php:1769
7345
  msgid "June"
7346
  msgstr ""
7347
 
7348
- #: languages/vue.php:1772
7349
  msgid "July"
7350
  msgstr ""
7351
 
7352
- #: languages/vue.php:1775
7353
  msgid "August"
7354
  msgstr ""
7355
 
7356
- #: languages/vue.php:1778
7357
  msgid "September"
7358
  msgstr ""
7359
 
7360
- #: languages/vue.php:1781
7361
  msgid "October"
7362
  msgstr ""
7363
 
7364
- #: languages/vue.php:1784
7365
  msgid "November"
7366
  msgstr ""
7367
 
7368
- #: languages/vue.php:1787
7369
  msgid "December"
7370
  msgstr ""
7371
 
7372
  #. Translators: Number of visitors.
7373
- #: languages/vue.php:1791
7374
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
7375
  msgstr ""
7376
 
7377
- #: languages/vue.php:1794
7378
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
7379
  msgstr ""
7380
 
7381
  #. Translators: Number of visitors.
7382
- #: languages/vue.php:1798
7383
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
7384
  msgstr ""
7385
 
7386
  #. Translators: Number of visitors.
7387
- #: languages/vue.php:1802
7388
  msgid "%s Visitors"
7389
  msgstr ""
7390
 
7391
  #. Translators: Percent and Number of visitors.
7392
- #: languages/vue.php:1806
7393
  msgid "%1$s&#37 of your visitors were %2$s"
7394
  msgstr ""
7395
 
7396
  #. Translators: Number of visitors and their age.
7397
- #: languages/vue.php:1810
7398
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7399
  msgstr ""
7400
 
7401
- #: languages/vue.php:1813
7402
  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>"
7403
  msgstr ""
7404
 
7405
  #. Translators: Number of minutes spent on site.
7406
- #: languages/vue.php:1817
7407
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
7408
  msgstr ""
7409
 
7410
  #. Translators: Name of device type.
7411
- #: languages/vue.php:1821
7412
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7413
  msgstr ""
7414
 
7415
  #. Translators: Number of visitors and device percentage.
7416
- #: languages/vue.php:1825
7417
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7418
  msgstr ""
7419
 
7420
- #: languages/vue.php:1828
7421
  msgid "Desktop"
7422
  msgstr ""
7423
 
7424
- #: languages/vue.php:1831
7425
  msgid "Tablet"
7426
  msgstr ""
7427
 
7428
- #: languages/vue.php:1834
7429
  msgid "Mobile"
7430
  msgstr ""
7431
 
7432
- #: languages/vue.php:1837
7433
  msgid "Force Deauthenticate"
7434
  msgstr ""
7435
 
7436
- #: languages/vue.php:1840
7437
  msgid "Disconnect ExactMetrics"
7438
  msgstr ""
7439
 
7440
- #: languages/vue.php:1844
7441
  msgid "Authenticating"
7442
  msgstr ""
7443
 
7444
- #: languages/vue.php:1847
7445
  msgid "Verifying Credentials"
7446
  msgstr ""
7447
 
7448
- #: languages/vue.php:1850
7449
  msgid "Your site is connected to ExactMetrics!"
7450
  msgstr ""
7451
 
7452
- #: languages/vue.php:1853
7453
  msgid "Deauthenticating"
7454
  msgstr ""
7455
 
7456
- #: languages/vue.php:1856
7457
  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."
7458
  msgstr ""
7459
 
7460
- #: languages/vue.php:1859
7461
- #: languages/vue.php:1933
7462
  msgid "Connect ExactMetrics"
7463
  msgstr ""
7464
 
7465
- #: languages/vue.php:1862
7466
  msgid "Verify Credentials"
7467
  msgstr ""
7468
 
7469
- #: languages/vue.php:1868
7470
  msgid "Website Profile"
7471
  msgstr ""
7472
 
7473
- #: languages/vue.php:1871
7474
  msgid "Active Profile"
7475
  msgstr ""
7476
 
7477
- #: languages/vue.php:1875
7478
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
7479
  msgstr ""
7480
 
7481
- #: languages/vue.php:1879
7482
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
7483
  msgstr ""
7484
 
7485
- #: languages/vue.php:1882
7486
  msgid "Dual Tracking Profile"
7487
  msgstr ""
7488
 
7489
- #: languages/vue.php:1885
7490
  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."
7491
  msgstr ""
7492
 
7493
- #: languages/vue.php:1888
7494
  msgid "Your Universal Analytics code should look like UA-XXXXXXXXXX where the X's are numbers."
7495
  msgstr ""
7496
 
7497
- #: languages/vue.php:1891
7498
  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."
7499
  msgstr ""
7500
 
7501
- #: languages/vue.php:1894
7502
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7503
  msgstr ""
7504
 
7505
- #: languages/vue.php:1897
7506
  msgid "Measurement Protocol API Secret"
7507
  msgstr ""
7508
 
7509
- #: languages/vue.php:1900
7510
  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."
7511
  msgstr ""
7512
 
7513
- #: languages/vue.php:1903
7514
  msgid "Classic mode"
7515
  msgstr ""
7516
 
7517
- #: languages/vue.php:1906
7518
  msgid "Proceed"
7519
  msgstr ""
7520
 
7521
- #: languages/vue.php:1909
7522
  msgid "Connection Information"
7523
  msgstr ""
7524
 
7525
- #: languages/vue.php:1912
7526
  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."
7527
  msgstr ""
7528
 
7529
- #: languages/vue.php:1915
7530
  msgid "Hostname"
7531
  msgstr ""
7532
 
7533
- #: languages/vue.php:1918
7534
  msgid "FTP Username"
7535
  msgstr ""
7536
 
7537
- #: languages/vue.php:1921
7538
  msgid "FTP Password"
7539
  msgstr ""
7540
 
7541
- #: languages/vue.php:1924
7542
  msgid "This password will not be stored on the server."
7543
  msgstr ""
7544
 
7545
- #: languages/vue.php:1927
7546
  msgid "Connection Type"
7547
  msgstr ""
7548
 
7549
- #: languages/vue.php:1930
7550
  msgid "Cancel"
7551
  msgstr ""
7552
 
7553
- #: languages/vue.php:1936
7554
  msgid "Website profile"
7555
  msgstr ""
7556
 
7557
- #: languages/vue.php:1939
7558
  msgid "Active profile"
7559
  msgstr ""
7560
 
7561
- #: languages/vue.php:1942
7562
  msgid "Skip and Keep Connection"
7563
  msgstr ""
7564
 
7565
- #. Translators: Replaced with the number of days
7566
- #: languages/vue.php:1946
7567
  msgid "vs. Previous Day"
7568
  msgstr ""
7569
 
7570
- #: languages/vue.php:1949
7571
  msgid "No change"
7572
  msgstr ""
7573
 
7574
- #: languages/vue.php:1952
7575
  msgid "Choose Theme"
7576
  msgstr ""
7577
 
7578
- #: languages/vue.php:1955
7579
  msgid "Widget Styling"
7580
  msgstr ""
7581
 
7582
- #: languages/vue.php:1958
7583
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
7584
  msgstr ""
7585
 
7586
- #: languages/vue.php:1961
7587
  msgid "Sort By"
7588
  msgstr ""
7589
 
7590
- #: languages/vue.php:1964
7591
  msgid "Choose how you'd like the widget to determine your popular posts."
7592
  msgstr ""
7593
 
7594
- #: languages/vue.php:1967
7595
  msgid "Display Title"
7596
  msgstr ""
7597
 
7598
- #: languages/vue.php:1973
7599
  msgid "Title your widget and set its display preferences."
7600
  msgstr ""
7601
 
7602
- #: languages/vue.php:1976
7603
  msgid "Include in Post Types"
7604
  msgstr ""
7605
 
7606
- #: languages/vue.php:1979
7607
  msgid "Exclude from specific posts"
7608
  msgstr ""
7609
 
7610
  #. Translators: Placeholders make the text bold.
7611
- #: languages/vue.php:1983
7612
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
7613
  msgstr ""
7614
 
7615
  #. Translators: Placeholders make the text bold.
7616
- #: languages/vue.php:1987
7617
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
7618
  msgstr ""
7619
 
7620
- #: languages/vue.php:1990
7621
  msgid "Loading Themes"
7622
  msgstr ""
7623
 
7624
  #. Translators: placeholders make text small.
7625
- #: languages/vue.php:1994
7626
  msgid "Default Styles %1$s- As seen above.%2$s"
7627
  msgstr ""
7628
 
7629
  #. Translators: placeholders make text small.
7630
- #: languages/vue.php:1998
7631
  msgid "No Styles %1$s- Use your own CSS.%2$s"
7632
  msgstr ""
7633
 
7634
  #. Translators: placeholders make text small.
7635
- #: languages/vue.php:2002
7636
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
7637
  msgstr ""
7638
 
7639
  #. Translators: placeholders make text small.
7640
- #: languages/vue.php:2006
7641
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
7642
  msgstr ""
7643
 
7644
  #. Translators: placeholders make text small.
7645
- #: languages/vue.php:2010
7646
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
7647
  msgstr ""
7648
 
7649
- #: languages/vue.php:2013
7650
  msgid "Placement"
7651
  msgstr ""
7652
 
7653
- #: languages/vue.php:2016
7654
  msgid "Choose how you'd like to place the widget."
7655
  msgstr ""
7656
 
7657
- #: languages/vue.php:2019
7658
  msgid "Insert After"
7659
  msgstr ""
7660
 
7661
- #: languages/vue.php:2022
7662
  msgid "Choose where in the post body the widget will be placed."
7663
  msgstr ""
7664
 
7665
- #: languages/vue.php:2026
7666
  msgid "Customize Design"
7667
  msgstr ""
7668
 
7669
- #: languages/vue.php:2029
7670
  msgid "words"
7671
  msgstr ""
7672
 
7673
- #: languages/vue.php:2032
7674
  msgid "Please select at least one post to display."
7675
  msgstr ""
7676
 
7677
  #. Translators: placeholders make text small.
7678
- #: languages/vue.php:2036
7679
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
7680
  msgstr ""
7681
 
7682
  #. Translators: placeholders make text small.
7683
- #: languages/vue.php:2040
7684
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
7685
  msgstr ""
7686
 
7687
- #: languages/vue.php:2043
7688
  msgid "Caching"
7689
  msgstr ""
7690
 
7691
- #: languages/vue.php:2046
7692
  msgid "Enable Data Caching"
7693
  msgstr ""
7694
 
7695
- #: languages/vue.php:2049
7696
  msgid "Refresh Cache Every"
7697
  msgstr ""
7698
 
7699
- #: languages/vue.php:2052
7700
  msgid "Choose how often to refresh the cache."
7701
  msgstr ""
7702
 
7703
- #: languages/vue.php:2055
7704
  msgid "Enable Ajaxify"
7705
  msgstr ""
7706
 
7707
- #: languages/vue.php:2058
7708
  msgid "Ajaxify Widget"
7709
  msgstr ""
7710
 
7711
- #: languages/vue.php:2061
7712
  msgid "Use to bypass page caching."
7713
  msgstr ""
7714
 
7715
- #: languages/vue.php:2064
7716
  msgid "Empty Cache"
7717
  msgstr ""
7718
 
7719
- #: languages/vue.php:2067
7720
  msgid "Click to manually wipe the cache right now."
7721
  msgstr ""
7722
 
7723
- #: languages/vue.php:2070
7724
  msgid "Popular posts cache emptied"
7725
  msgstr ""
7726
 
7727
- #: languages/vue.php:2073
7728
  msgid "Error emptying the popular posts cache. Please try again."
7729
  msgstr ""
7730
 
7731
- #: languages/vue.php:2076
7732
  msgid "Last 30 Days Analytics for "
7733
  msgstr ""
7734
 
7735
- #: languages/vue.php:2079
7736
  msgid "Your Website"
7737
  msgstr ""
7738
 
7739
- #: languages/vue.php:2082
7740
  msgid "Avg. Duration"
7741
  msgstr ""
7742
 
7743
- #: languages/vue.php:2085
7744
  msgid "More data is available"
7745
  msgstr ""
7746
 
7747
- #: languages/vue.php:2088
7748
  msgid "Want to see page-specific stats?"
7749
  msgstr ""
7750
 
7751
- #: languages/vue.php:2091
7752
  msgid "You appear to be offline. WPForms not installed."
7753
  msgstr ""
7754
 
7755
  #. Translators: Error status and error text.
7756
- #: languages/vue.php:2095
7757
  msgid "Can't activate addon. Error: %1$s, %2$s"
7758
  msgstr ""
7759
 
7760
- #: languages/vue.php:2098
7761
  msgid "You appear to be offline. Addon not activated."
7762
  msgstr ""
7763
 
7764
  #. Translators: Error status and error text.
7765
- #: languages/vue.php:2102
7766
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7767
  msgstr ""
7768
 
7769
- #: languages/vue.php:2105
7770
  msgid "You appear to be offline. Addon not deactivated."
7771
  msgstr ""
7772
 
7773
  #. Translators: Error status and error text.
7774
- #: languages/vue.php:2109
7775
  msgid "Can't install plugin. Error: %1$s, %2$s"
7776
  msgstr ""
7777
 
7778
- #: languages/vue.php:2112
7779
  msgid "You appear to be offline. Plugin not installed."
7780
  msgstr ""
7781
 
7782
  #. Translators: Error status and error text.
7783
- #: languages/vue.php:2116
7784
  msgid "Can't install addon. Error: %1$s, %2$s"
7785
  msgstr ""
7786
 
7787
- #: languages/vue.php:2119
7788
  msgid "You appear to be offline. Addon not installed."
7789
  msgstr ""
7790
 
7791
  #. Translators: Error status and error text.
7792
- #: languages/vue.php:2123
7793
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7794
  msgstr ""
7795
 
7796
- #: languages/vue.php:2126
7797
  msgid "Network Active"
7798
  msgstr ""
7799
 
7800
- #: languages/vue.php:2129
7801
  msgid "Active"
7802
  msgstr ""
7803
 
7804
- #: languages/vue.php:2132
7805
  msgid "Inactive"
7806
  msgstr ""
7807
 
7808
  #. Translators: Placeholder for the addon status (installed, active, etc).
7809
- #: languages/vue.php:2136
7810
  msgid "Status: %s"
7811
  msgstr ""
7812
 
7813
- #: languages/vue.php:2139
7814
  msgid "Not Installed"
7815
  msgstr ""
7816
 
7817
  #. Translators: Makes text bold and adds smiley.
7818
- #: languages/vue.php:2143
7819
  msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
7820
  msgstr ""
7821
 
7822
  #. Translators: Makes text green.
7823
- #: languages/vue.php:2147
7824
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
7825
  msgstr ""
7826
 
7827
- #: languages/vue.php:2150
7828
  msgid "Unlock All Features and Upgrade to Pro"
7829
  msgstr ""
7830
 
7831
  #. Translators: Make text green and add smiley face.
7832
- #: languages/vue.php:2154
7833
  msgid "You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
7834
  msgstr ""
7835
 
7836
  #. Translators: Make text green.
7837
- #: languages/vue.php:2158
7838
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
7839
  msgstr ""
7840
 
7841
- #: languages/vue.php:2161
7842
  msgid "Unlock PRO Features Now"
7843
  msgstr ""
7844
 
7845
- #: languages/vue.php:2165
7846
  msgid "Paste your license key here"
7847
  msgstr ""
7848
 
7849
- #: languages/vue.php:2169
7850
  msgid "Verify"
7851
  msgstr ""
7852
 
7853
  #. Translators: Add link to retrieve license from account area.
7854
- #: languages/vue.php:2173
7855
  msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s."
7856
  msgstr ""
7857
 
7858
- #: languages/vue.php:2177
7859
  msgid "There was an error unlocking ExactMetrics PRO please try again or install manually."
7860
  msgstr ""
7861
 
7862
- #: languages/vue.php:2180
7863
  msgid "%1$sAll-in-One SEO%2$s Makes SEO Simple. Gain Valuable Organic Traffic."
7864
  msgstr ""
7865
 
7866
- #: languages/vue.php:2183
7867
  msgid "Automatically migrate all of your SEO settings with just 1 click!"
7868
  msgstr ""
7869
 
7870
- #: languages/vue.php:2186
7871
  msgid "1,938"
7872
  msgstr ""
7873
 
7874
- #: languages/vue.php:2189
7875
  msgid "2+ Million Active Installs"
7876
  msgstr ""
7877
 
7878
- #: languages/vue.php:2192
7879
  msgid "AIOSEO is the DIY Solution for Managing your SEO"
7880
  msgstr ""
7881
 
7882
- #: languages/vue.php:2195
7883
  msgid "Set up the proper SEO foundations in less than 10 minutes."
7884
  msgstr ""
7885
 
7886
- #: languages/vue.php:2198
7887
  msgid "SEO Audit Checklist"
7888
  msgstr ""
7889
 
7890
- #: languages/vue.php:2201
7891
  msgid "Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic."
7892
  msgstr ""
7893
 
7894
- #: languages/vue.php:2204
7895
  msgid "Optimize Your Pages For Higher Rankings With TruSEO Score."
7896
  msgstr ""
7897
 
7898
- #: languages/vue.php:2207
7899
  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."
7900
  msgstr ""
7901
 
7902
- #: languages/vue.php:2210
7903
  msgid "Get AIOSEO for WordPress"
7904
  msgstr ""
7905
 
7906
- #: languages/vue.php:2213
7907
  msgid "Get the #1 Most Powerful WordPress SEO Plugin Today"
7908
  msgstr ""
7909
 
7910
- #: languages/vue.php:2216
7911
  msgid "Try it out today, for free."
7912
  msgstr ""
7913
 
7914
- #: languages/vue.php:2219
7915
  msgid "Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings."
7916
  msgstr ""
7917
 
7918
- #: languages/vue.php:2222
7919
  msgid "Activate and Install the Plugin with just one click!"
7920
  msgstr ""
7921
 
7922
- #: languages/vue.php:2225
7923
  msgid "Installing AIOSEO..."
7924
  msgstr ""
7925
 
7926
- #: languages/vue.php:2228
7927
  msgid "Congrats! All-in-One SEO Installed."
7928
  msgstr ""
7929
 
7930
- #: languages/vue.php:2231
7931
  msgid "Switch to AIOSEO"
7932
  msgstr ""
7933
 
7934
- #: languages/vue.php:2234
7935
  msgid "Installation Failed. Please refresh and try again."
7936
  msgstr ""
7937
 
7938
- #: languages/vue.php:2237
7939
  msgid "Activating AIOSEO..."
7940
  msgstr ""
7941
 
7942
- #: languages/vue.php:2240
7943
  msgid "Activate AIOSEO"
7944
  msgstr ""
7945
 
7946
- #: languages/vue.php:2243
7947
  msgid "Activation Failed. Please refresh and try again."
7948
  msgstr ""
7949
 
7950
- #: languages/vue.php:2246
7951
  msgid "Unlock Form Tracking"
7952
  msgstr ""
7953
 
7954
- #: languages/vue.php:2249
7955
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
7956
  msgstr ""
7957
 
7958
- #: languages/vue.php:2252
7959
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
7960
  msgstr ""
7961
 
7962
- #: languages/vue.php:2255
7963
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
7964
  msgstr ""
7965
 
7966
- #: languages/vue.php:2258
7967
  msgid "Show"
7968
  msgstr ""
7969
 
7970
- #: languages/vue.php:2261
7971
  msgid "File imported"
7972
  msgstr ""
7973
 
7974
- #: languages/vue.php:2264
7975
  msgid "Settings successfully updated!"
7976
  msgstr ""
7977
 
7978
- #: languages/vue.php:2267
7979
  msgid "Error importing settings"
7980
  msgstr ""
7981
 
7982
- #: languages/vue.php:2270
7983
  msgid "Please choose a .json file generated by a ExactMetrics settings export."
7984
  msgstr ""
7985
 
7986
- #: languages/vue.php:2273
7987
  msgid "Import/Export"
7988
  msgstr ""
7989
 
7990
- #: languages/vue.php:2276
7991
  msgid "Import"
7992
  msgstr ""
7993
 
7994
- #: languages/vue.php:2279
7995
  msgid "Import settings from another ExactMetrics website."
7996
  msgstr ""
7997
 
7998
- #: languages/vue.php:2282
7999
  msgid "Export"
8000
  msgstr ""
8001
 
8002
- #: languages/vue.php:2285
8003
  msgid "Export settings to import into another ExactMetrics install."
8004
  msgstr ""
8005
 
8006
- #: languages/vue.php:2288
8007
  msgid "Import Settings"
8008
  msgstr ""
8009
 
8010
- #: languages/vue.php:2291
8011
  msgid "Export Settings"
8012
  msgstr ""
8013
 
8014
- #: languages/vue.php:2294
8015
  msgid "Please choose a file to import"
8016
  msgstr ""
8017
 
8018
- #: languages/vue.php:2297
8019
  msgid "Click Choose file below to select the settings export file from another site."
8020
  msgstr ""
8021
 
8022
- #: languages/vue.php:2300
8023
  msgid "Use the button below to export a file with your ExactMetrics settings."
8024
  msgstr ""
8025
 
8026
- #: languages/vue.php:2303
8027
  msgid "Choose file"
8028
  msgstr ""
8029
 
8030
- #: languages/vue.php:2306
8031
  msgid "No file chosen"
8032
  msgstr ""
8033
 
8034
- #: languages/vue.php:2309
8035
  msgid "Uploading file..."
8036
  msgstr ""
8037
 
8038
- #: languages/vue.php:2312
8039
  msgid "Custom code"
8040
  msgstr ""
8041
 
8042
  #. Translators: Adds a link to the Google reference.
8043
- #: languages/vue.php:2316
8044
  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."
8045
  msgstr ""
8046
 
8047
- #: languages/vue.php:2323
8048
  msgid "Automatic Updates"
8049
  msgstr ""
8050
 
8051
- #: languages/vue.php:2326
8052
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
8053
  msgstr ""
8054
 
8055
- #: languages/vue.php:2329
8056
  msgid "Hide Admin Bar Reports"
8057
  msgstr ""
8058
 
8059
  #. Translators: placeholders make text small.
8060
- #: languages/vue.php:2333
8061
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
8062
  msgstr ""
8063
 
8064
  #. Translators: placeholders make text small.
8065
- #: languages/vue.php:2337
8066
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
8067
  msgstr ""
8068
 
8069
  #. Translators: placeholders make text small.
8070
- #: languages/vue.php:2341
8071
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
8072
  msgstr ""
8073
 
8074
  #. Translators: placeholders make text small.
8075
- #: languages/vue.php:2345
8076
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
8077
  msgstr ""
8078
 
8079
  #. Translators: placeholders make text small.
8080
- #: languages/vue.php:2349
8081
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
8082
  msgstr ""
8083
 
8084
  #. Translators: placeholders make text small.
8085
- #: languages/vue.php:2353
8086
  msgid "None %1$s- Manually update everything.%2$s"
8087
  msgstr ""
8088
 
8089
  #. Translators: Adds a link to the general settings tab.
8090
- #: languages/vue.php:2357
8091
  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."
8092
  msgstr ""
8093
 
8094
- #: languages/vue.php:2360
8095
  msgid "Permissions"
8096
  msgstr ""
8097
 
8098
- #: languages/vue.php:2363
8099
  msgid "Export PDF Reports"
8100
  msgstr ""
8101
 
8102
- #: languages/vue.php:2366
8103
  msgid "Allow These User Roles to See Reports"
8104
  msgstr ""
8105
 
8106
- #: languages/vue.php:2369
8107
  msgid "Users that have at least one of these roles will be able to view the reports."
8108
  msgstr ""
8109
 
8110
- #: languages/vue.php:2372
8111
  msgid "Allow These User Roles to Save Settings"
8112
  msgstr ""
8113
 
8114
- #: languages/vue.php:2375
8115
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
8116
  msgstr ""
8117
 
8118
- #: languages/vue.php:2378
8119
  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."
8120
  msgstr ""
8121
 
8122
- #: languages/vue.php:2381
8123
  msgid "Exclude These User Roles From Tracking"
8124
  msgstr ""
8125
 
8126
- #: languages/vue.php:2384
8127
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
8128
  msgstr ""
8129
 
8130
- #: languages/vue.php:2387
8131
  msgid "Make your ExactMetrics campaign links prettier with Pretty Links!"
8132
  msgstr ""
8133
 
8134
- #: languages/vue.php:2390
8135
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
8136
  msgstr ""
8137
 
8138
- #: languages/vue.php:2393
8139
  msgid "Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!"
8140
  msgstr ""
8141
 
8142
- #: languages/vue.php:2396
8143
  msgid "Over 200,000 websites use Pretty Links!"
8144
  msgstr ""
8145
 
8146
- #: languages/vue.php:2399
8147
  msgid "Install Pretty Links"
8148
  msgstr ""
8149
 
8150
- #: languages/vue.php:2402
8151
  msgid "Pretty Links Installed & Activated"
8152
  msgstr ""
8153
 
8154
- #: languages/vue.php:2405
8155
  msgid "Download Pretty Links"
8156
  msgstr ""
8157
 
8158
- #: languages/vue.php:2408
8159
  msgid "Install Pretty Links from the WordPress.org plugin repository."
8160
  msgstr ""
8161
 
8162
- #: languages/vue.php:2411
8163
  msgid "Activate Pretty Links"
8164
  msgstr ""
8165
 
8166
- #: languages/vue.php:2414
8167
  msgid "Activating Pretty Links..."
8168
  msgstr ""
8169
 
8170
- #: languages/vue.php:2417
8171
  msgid "Create New Pretty Link"
8172
  msgstr ""
8173
 
8174
- #: languages/vue.php:2420
8175
  msgid "Create a New Pretty Link"
8176
  msgstr ""
8177
 
8178
- #: languages/vue.php:2423
8179
  msgid "Grab your campaign link and paste it into the Target URL field."
8180
  msgstr ""
8181
 
8182
- #: languages/vue.php:2426
8183
  msgid "Custom Campaign Parameters"
8184
  msgstr ""
8185
 
8186
- #: languages/vue.php:2429
8187
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
8188
  msgstr ""
8189
 
8190
- #: languages/vue.php:2432
8191
  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."
8192
  msgstr ""
8193
 
8194
  #. Translators: Marks the field as required.
8195
- #: languages/vue.php:2436
8196
  msgid "Website URL %s"
8197
  msgstr ""
8198
 
8199
  #. Translators: Display the current website url in italic.
8200
- #: languages/vue.php:2440
8201
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
8202
  msgstr ""
8203
 
8204
  #. Translators: Marks the field as required.
8205
- #: languages/vue.php:2444
8206
  msgid "Campaign Source %s"
8207
  msgstr ""
8208
 
8209
  #. Translators: Make the text italic.
8210
- #: languages/vue.php:2448
8211
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
8212
  msgstr ""
8213
 
8214
  #. Translators: Make the text italic.
8215
- #: languages/vue.php:2452
8216
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
8217
  msgstr ""
8218
 
8219
  #. Translators: Make the text italic.
8220
- #: languages/vue.php:2456
8221
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
8222
  msgstr ""
8223
 
8224
- #: languages/vue.php:2459
8225
  msgid "Enter the paid keyword"
8226
  msgstr ""
8227
 
8228
- #: languages/vue.php:2462
8229
  msgid "Enter something to differentiate ads"
8230
  msgstr ""
8231
 
8232
- #: languages/vue.php:2465
8233
  msgid "Use Fragment"
8234
  msgstr ""
8235
 
8236
  #. Translators: Make the text bold.
8237
- #: languages/vue.php:2469
8238
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
8239
  msgstr ""
8240
 
8241
- #: languages/vue.php:2472
8242
  msgid "URL to use"
8243
  msgstr ""
8244
 
8245
- #: languages/vue.php:2475
8246
  msgid "(Updates automatically)"
8247
  msgstr ""
8248
 
8249
- #: languages/vue.php:2478
8250
  msgid "Copy to Clipboard"
8251
  msgstr ""
8252
 
8253
- #: languages/vue.php:2481
8254
  msgid "Copy to Pretty Links"
8255
  msgstr ""
8256
 
8257
- #: languages/vue.php:2484
8258
  msgid "Make your campaign links prettier!"
8259
  msgstr ""
8260
 
8261
- #: languages/vue.php:2487
8262
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
8263
  msgstr ""
8264
 
8265
- #: languages/vue.php:2490
8266
  msgid "More Information & Examples"
8267
  msgstr ""
8268
 
8269
- #: languages/vue.php:2493
8270
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
8271
  msgstr ""
8272
 
8273
- #: languages/vue.php:2496
8274
  msgid "Campaign Source"
8275
  msgstr ""
8276
 
8277
- #: languages/vue.php:2499
8278
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
8279
  msgstr ""
8280
 
8281
- #: languages/vue.php:2502
8282
  msgid "Campaign Medium"
8283
  msgstr ""
8284
 
8285
- #: languages/vue.php:2505
8286
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
8287
  msgstr ""
8288
 
8289
- #: languages/vue.php:2508
8290
  msgid "Campaign Name"
8291
  msgstr ""
8292
 
8293
- #: languages/vue.php:2511
8294
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
8295
  msgstr ""
8296
 
8297
- #: languages/vue.php:2514
8298
  msgid "Campaign Term"
8299
  msgstr ""
8300
 
8301
- #: languages/vue.php:2517
8302
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
8303
  msgstr ""
8304
 
8305
- #: languages/vue.php:2520
8306
  msgid "Campaign Content"
8307
  msgstr ""
8308
 
8309
- #: languages/vue.php:2523
8310
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
8311
  msgstr ""
8312
 
8313
  #. Translators: Example.
8314
- #: languages/vue.php:2527
8315
  msgid "Example: %s"
8316
  msgstr ""
8317
 
8318
  #. Translators: Examples.
8319
- #: languages/vue.php:2531
8320
  msgid "Examples: %s"
8321
  msgstr ""
8322
 
8323
- #: languages/vue.php:2534
8324
  msgid "About Campaigns"
8325
  msgstr ""
8326
 
8327
- #: languages/vue.php:2537
8328
  msgid "About Custom Campaigns"
8329
  msgstr ""
8330
 
8331
- #: languages/vue.php:2540
8332
  msgid "Best Practices for Creating Custom Campaigns"
8333
  msgstr ""
8334
 
8335
- #: languages/vue.php:2543
8336
  msgid "About the Referral Traffic Report"
8337
  msgstr ""
8338
 
8339
- #: languages/vue.php:2546
8340
  msgid "About Traffic Source Dimensions"
8341
  msgstr ""
8342
 
8343
- #: languages/vue.php:2549
8344
  msgid "AdWords Auto-Tagging"
8345
  msgstr ""
8346
 
8347
- #: languages/vue.php:2552
8348
  msgid "Additional Information"
8349
  msgstr ""
8350
 
8351
- #: languages/vue.php:2555
8352
  msgid "Affiliate Links"
8353
  msgstr ""
8354
 
8355
  #. Translators: Add links to documentation.
8356
- #: languages/vue.php:2559
8357
  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."
8358
  msgstr ""
8359
 
8360
- #: languages/vue.php:2562
8361
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
8362
  msgstr ""
8363
 
8364
- #: languages/vue.php:2565
8365
  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."
8366
  msgstr ""
8367
 
8368
- #: languages/vue.php:2568
8369
  msgid "Disable the Headline Analyzer"
8370
  msgstr ""
8371
 
8372
  #. Translators: Add line break.
8373
- #: languages/vue.php:2572
8374
  msgid "See All Your Important Store%s Metrics in One Place"
8375
  msgstr ""
8376
 
8377
- #: languages/vue.php:2575
8378
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
8379
  msgstr ""
8380
 
8381
- #: languages/vue.php:2578
8382
  msgid "See Your Conversion Rate to Improve Funnel"
8383
  msgstr ""
8384
 
8385
- #: languages/vue.php:2582
8386
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
8387
  msgstr ""
8388
 
8389
- #: languages/vue.php:2586
8390
  msgid "See The Total Revenue to Track Growth"
8391
  msgstr ""
8392
 
8393
- #: languages/vue.php:2590
8394
  msgid "See Average Order Value to Find Offer Opportunities"
8395
  msgstr ""
8396
 
8397
- #: languages/vue.php:2594
8398
  msgid "See Your Top Products to See Individual Performance"
8399
  msgstr ""
8400
 
8401
- #: languages/vue.php:2597
8402
  msgid "See your Top Conversion Sources and Focus on what's Working"
8403
  msgstr ""
8404
 
8405
- #: languages/vue.php:2601
8406
  msgid "See The Time it Takes for Customers to Purchase"
8407
  msgstr ""
8408
 
8409
- #: languages/vue.php:2605
8410
  msgid "See How Many Sessions are Needed for a Purchase"
8411
  msgstr ""
8412
 
8413
- #: languages/vue.php:2608
8414
  msgid "Automatically Track Affiliate Sales"
8415
  msgstr ""
8416
 
8417
- #: languages/vue.php:2611
8418
  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."
8419
  msgstr ""
8420
 
8421
- #: languages/vue.php:2614
8422
  msgid "Works with WooCommerce, MemberPress, and EasyDigitalDownloads."
8423
  msgstr ""
8424
 
8425
- #: languages/vue.php:2617
8426
  msgid "Cross Domain Tracking"
8427
  msgstr ""
8428
 
8429
  #. Translators: Add links to documentation.
8430
- #: languages/vue.php:2621
8431
  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."
8432
  msgstr ""
8433
 
8434
- #: languages/vue.php:2624
8435
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
8436
  msgstr ""
8437
 
8438
- #: languages/vue.php:2627
8439
  msgid "Anonymize IP Addresses"
8440
  msgstr ""
8441
 
8442
- #: languages/vue.php:2630
8443
  msgid "Link Attribution"
8444
  msgstr ""
8445
 
8446
- #: languages/vue.php:2633
8447
  msgid "Enable Enhanced Link Attribution"
8448
  msgstr ""
8449
 
8450
- #: languages/vue.php:2636
8451
  msgid "Enable Anchor Tracking"
8452
  msgstr ""
8453
 
8454
- #: languages/vue.php:2639
8455
  msgid "Enable allowAnchor"
8456
  msgstr ""
8457
 
8458
- #: languages/vue.php:2642
8459
  msgid "Enable allowLinker"
8460
  msgstr ""
8461
 
8462
- #: languages/vue.php:2645
8463
  msgid "Enable Tag Links in RSS"
8464
  msgstr ""
8465
 
8466
- #: languages/vue.php:2648
8467
  msgid "File Downloads"
8468
  msgstr ""
8469
 
8470
- #: languages/vue.php:2651
8471
  msgid "Extensions of Files to Track as Downloads"
8472
  msgstr ""
8473
 
8474
- #: languages/vue.php:2654
8475
  msgid "ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions."
8476
  msgstr ""
8477
 
8478
  #. Translators: Add links to documentation.
8479
- #: languages/vue.php:2658
8480
  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."
8481
  msgstr ""
8482
 
8483
  #. Translators: Add links to documentation.
8484
- #: languages/vue.php:2662
8485
  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."
8486
  msgstr ""
8487
 
8488
  #. Translators: Add links to documentation.
8489
- #: languages/vue.php:2666
8490
  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."
8491
  msgstr ""
8492
 
8493
- #: languages/vue.php:2669
8494
  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."
8495
  msgstr ""
8496
 
8497
  #. Translators: Add links to documentation.
8498
- #: languages/vue.php:2673
8499
  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."
8500
  msgstr ""
8501
 
8502
  #. Translators: Add links to documentation.
8503
- #: languages/vue.php:2677
8504
  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."
8505
  msgstr ""
8506
 
8507
  #. Translators: Add links to documentation.
8508
- #: languages/vue.php:2681
8509
  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."
8510
  msgstr ""
8511
 
8512
- #: languages/vue.php:2684
8513
  msgid "Add domain"
8514
  msgstr ""
8515
 
8516
  #. Translators: Domain name example.
8517
- #: languages/vue.php:2688
8518
  msgid "Domain (example: %s)"
8519
  msgstr ""
8520
 
8521
  #. Translators: Current domain name that should not be used.
8522
- #: languages/vue.php:2692
8523
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
8524
  msgstr ""
8525
 
8526
  #. Translators: Adds link to the account area to retreive license key.
8527
- #: languages/vue.php:2696
8528
  msgid "Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s."
8529
  msgstr ""
8530
 
8531
- #: languages/vue.php:2699
8532
  msgid "Connect ExactMetrics to Start Tracking Your Data"
8533
  msgstr ""
8534
 
8535
- #: languages/vue.php:2702
8536
  msgid "Complete Upgrade"
8537
  msgstr ""
8538
 
8539
- #: languages/vue.php:2705
8540
  msgid "Upgrade to Pro Version!"
8541
  msgstr ""
8542
 
8543
  #. Translators: Make text bold.
8544
- #: languages/vue.php:2709
8545
  msgid "%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process."
8546
  msgstr ""
8547
 
8548
- #: languages/vue.php:2712
8549
  msgid "Install All-in-One SEO"
8550
  msgstr ""
8551
 
8552
- #: languages/vue.php:2715
8553
  msgid "Improve Your Website Search Rankings With All-In-One SEO"
8554
  msgstr ""
8555
 
8556
- #: languages/vue.php:2718
8557
  msgid "If you’re not using a plugin to optimize your website’s SEO you’re missing out on valuable organic traffic!"
8558
  msgstr ""
8559
 
8560
- #: languages/vue.php:2721
8561
  msgid "Finally, a WordPress SEO Plugin that’s Easy and Powerful!"
8562
  msgstr ""
8563
 
8564
- #: languages/vue.php:2724
8565
  msgid "AIOSEO makes it easy to set up the proper SEO foundations in less than 10 minutes."
8566
  msgstr ""
8567
 
8568
- #: languages/vue.php:2727
8569
  msgid "Local SEO"
8570
  msgstr ""
8571
 
8572
- #: languages/vue.php:2730
8573
  msgid "All in One SEO gives you all the tools you need to improve your local SEO and rank higher on Google Maps."
8574
  msgstr ""
8575
 
8576
- #: languages/vue.php:2733
8577
  msgid "WooCommerce SEO"
8578
  msgstr ""
8579
 
8580
- #: languages/vue.php:2736
8581
  msgid "Advanced eCommerce SEO support for WooCommerce to optimize product pages, product categories, and more."
8582
  msgstr ""
8583
 
8584
- #: languages/vue.php:2739
8585
  msgid "SEO Custom User Roles"
8586
  msgstr ""
8587
 
8588
- #: languages/vue.php:2742
8589
  msgid "SEO user roles allow you to manage access to important SEO features without handing over control of your website."
8590
  msgstr ""
8591
 
8592
- #: languages/vue.php:2745
8593
  msgid "Google News Sitemap"
8594
  msgstr ""
8595
 
8596
- #: languages/vue.php:2748
8597
  msgid "Get higher rankings and unlock more traffic by submitting your latest news articles to Google News."
8598
  msgstr ""
8599
 
8600
- #: languages/vue.php:2751
8601
  msgid "Smart XML Sitemaps"
8602
  msgstr ""
8603
 
8604
- #: languages/vue.php:2754
8605
  msgid "Automatically generate a WordPress XML sitemap and notify all search engines of any updates."
8606
  msgstr ""
8607
 
8608
- #: languages/vue.php:2757
8609
  msgid "Social Media Integration"
8610
  msgstr ""
8611
 
8612
- #: languages/vue.php:2760
8613
  msgid "Easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks."
8614
  msgstr ""
8615
 
8616
- #: languages/vue.php:2763
8617
  msgid "TruSEO On-Page Analysis"
8618
  msgstr ""
8619
 
8620
- #: languages/vue.php:2766
8621
  msgid "Easily add title tags, meta descriptions, keywords, and everything else you need for proper on-page SEO optimization."
8622
  msgstr ""
8623
 
8624
- #: languages/vue.php:2769
8625
  msgid "& Many More!"
8626
  msgstr ""
8627
 
8628
- #: languages/vue.php:2772
8629
  msgid "Installing. Please wait.."
8630
  msgstr ""
8631
 
8632
- #: languages/vue.php:2775
8633
  msgid "Install All-in-One-SEO"
8634
  msgstr ""
8635
 
8636
- #: languages/vue.php:2778
8637
  msgid "Unlock the Publisher Report and Focus on the Content That Matters"
8638
  msgstr ""
8639
 
8640
- #: languages/vue.php:2781
8641
  msgid "See Your Top Landing Pages to Improve Engagement"
8642
  msgstr ""
8643
 
8644
- #: languages/vue.php:2784
8645
  msgid "See Your Top Exit Pages to Reduce Abandonment"
8646
  msgstr ""
8647
 
8648
- #: languages/vue.php:2787
8649
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
8650
  msgstr ""
8651
 
8652
- #: languages/vue.php:2790
8653
  msgid "See Your Top Affiliate Links and Focus on What’s Working"
8654
  msgstr ""
8655
 
8656
- #: languages/vue.php:2793
8657
  msgid "See Your Top Downloads and Improve Conversions"
8658
  msgstr ""
8659
 
8660
- #: languages/vue.php:2796
8661
  msgid "See Audience Demographic Report (Age / Gender / Interests)"
8662
  msgstr ""
8663
 
8664
- #: languages/vue.php:2799
8665
  msgid "Welcome to the all-new ExactMetrics"
8666
  msgstr ""
8667
 
8668
- #: languages/vue.php:2802
8669
  msgid "Redesigned from the ground up, ExactMetrics is built to bring a world-class analytics and reporting experience to WordPress."
8670
  msgstr ""
8671
 
8672
- #: languages/vue.php:2805
8673
  msgid "The New & Improved ExactMetrics includes:"
8674
  msgstr ""
8675
 
8676
- #: languages/vue.php:2808
8677
  msgid "All-New Design"
8678
  msgstr ""
8679
 
8680
- #: languages/vue.php:2811
8681
  msgid "Better Reporting"
8682
  msgstr ""
8683
 
8684
- #: languages/vue.php:2814
8685
  msgid "Better Tracking"
8686
  msgstr ""
8687
 
8688
- #: languages/vue.php:2817
8689
  msgid "Better Support"
8690
  msgstr ""
8691
 
8692
- #: languages/vue.php:2820
8693
  msgid "Continue"
8694
  msgstr ""
8695
 
8696
- #: languages/vue.php:2823
8697
  msgid "Your settings have been automatically transferred."
8698
  msgstr ""
8699
 
8700
- #: languages/vue.php:2826
8701
  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."
8702
  msgstr ""
8703
 
8704
- #: languages/vue.php:2829
8705
  msgid "New"
8706
  msgstr ""
8707
 
8708
- #: languages/vue.php:2832
8709
  msgid "Returning"
8710
  msgstr ""
8711
 
8712
- #: languages/vue.php:2835
8713
  msgid "Top 10 Countries"
8714
  msgstr ""
8715
 
8716
- #: languages/vue.php:2838
8717
  msgid "View Countries Report"
8718
  msgstr ""
8719
 
8720
- #: languages/vue.php:2841
8721
  msgid "Top 10 Referrals"
8722
  msgstr ""
8723
 
8724
- #: languages/vue.php:2844
8725
  msgid "View All Referral Sources"
8726
  msgstr ""
8727
 
8728
- #: languages/vue.php:2847
8729
  msgid "View Full Posts/Pages Report"
8730
  msgstr ""
8731
 
8732
- #: languages/vue.php:2850
8733
  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."
8734
  msgstr ""
8735
 
8736
- #: languages/vue.php:2853
8737
  msgid "This list shows the top countries your website visitors are from."
8738
  msgstr ""
8739
 
8740
- #: languages/vue.php:2856
8741
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
8742
  msgstr ""
8743
 
8744
- #: languages/vue.php:2859
8745
  msgid "This feature requires ExactMetrics Pro"
8746
  msgstr ""
8747
 
8748
- #: languages/vue.php:2862
8749
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
8750
  msgstr ""
8751
 
8752
- #: languages/vue.php:2865
8753
  msgid "Upgrade to Pro and Unlock Popular Products"
8754
  msgstr ""
8755
 
8756
- #: languages/vue.php:2868
8757
  msgid "View all Pro features"
8758
  msgstr ""
8759
 
8760
- #: languages/vue.php:2871
8761
  msgid "View notifications"
8762
  msgstr ""
8763
 
8764
- #: languages/vue.php:2874
8765
  msgid "Days"
8766
  msgstr ""
8767
 
8768
  #. Translators: placeholders make text small.
8769
- #: languages/vue.php:2878
8770
  msgid "7 days"
8771
  msgstr ""
8772
 
8773
- #: languages/vue.php:2881
8774
  msgid "30 days"
8775
  msgstr ""
8776
 
8777
- #: languages/vue.php:2884
8778
  msgid "Custom"
8779
  msgstr ""
8780
 
8781
- #: languages/vue.php:2887
8782
  msgid "2,000,000+ use AIOSEO to Improve Their Website Search Rankings"
8783
  msgstr ""
8784
 
8785
- #: languages/vue.php:2890
8786
  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."
8787
  msgstr ""
8788
 
8789
- #: languages/vue.php:2893
8790
  msgid "Jack Brown"
8791
  msgstr ""
8792
 
8793
- #: languages/vue.php:2896
8794
  msgid "PJB Internet Marketing"
8795
  msgstr ""
8796
 
8797
- #: languages/vue.php:2899
8798
  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."
8799
  msgstr ""
8800
 
8801
- #: languages/vue.php:2902
8802
  msgid "Joel Steinmann"
8803
  msgstr ""
8804
 
8805
- #: languages/vue.php:2905
8806
  msgid "CEO, Solergo"
8807
  msgstr ""
8808
 
8809
- #: languages/vue.php:2908
8810
  msgid "Only Show Posts from These Categories"
8811
  msgstr ""
8812
 
8813
- #: languages/vue.php:2911
8814
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
8815
  msgstr ""
8816
 
8817
- #: languages/vue.php:2914
8818
  msgid "Activating..."
8819
  msgstr ""
8820
 
8821
- #: languages/vue.php:2917
8822
  msgid "Deactivating..."
8823
  msgstr ""
8824
 
8825
- #: languages/vue.php:2920
8826
  msgid "Deactivate"
8827
  msgstr ""
8828
 
8829
- #: languages/vue.php:2923
8830
  msgid "Search Console Report"
8831
  msgstr ""
8832
 
8833
- #: languages/vue.php:2926
8834
  msgid "See exactly how people find tour website, which keywords they searched for, how many times the results were viewed, and more."
8835
  msgstr ""
8836
 
8837
- #: languages/vue.php:2929
8838
  msgid "See Your Top Google Search Terms and Optimize Content"
8839
  msgstr ""
8840
 
8841
- #: languages/vue.php:2932
8842
  msgid "See The Number of Clicks and Track Interests"
8843
  msgstr ""
8844
 
8845
- #: languages/vue.php:2935
8846
  msgid "See The Click-Through-Ratio and Improve SEO"
8847
  msgstr ""
8848
 
8849
- #: languages/vue.php:2938
8850
  msgid "See The Average Results Position and Focus on what works."
8851
  msgstr ""
8852
 
8853
- #: languages/vue.php:2941
8854
  msgid "Ecommerce Report"
8855
  msgstr ""
8856
 
8857
- #: languages/vue.php:2944
8858
  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."
8859
  msgstr ""
8860
 
8861
- #: languages/vue.php:2947
8862
  msgid "See Your Conversion Rate to Improve Your Funnel"
8863
  msgstr ""
8864
 
8865
- #: languages/vue.php:2950
8866
  msgid "See Your Top Conversion Sources and Focus on What's Working"
8867
  msgstr ""
8868
 
8869
- #: languages/vue.php:2953
8870
  msgid "Popular Posts data can be fetched correctly"
8871
  msgstr ""
8872
 
8873
- #: languages/vue.php:2956
8874
  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."
8875
  msgstr ""
8876
 
8877
- #: languages/vue.php:2959
8878
  msgid "Close"
8879
  msgstr ""
8880
 
8881
- #: languages/vue.php:2962
8882
  msgid "Add Top 5 Posts from Google Analytics"
8883
  msgstr ""
8884
 
8885
- #: languages/vue.php:2965
8886
  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."
8887
  msgstr ""
8888
 
8889
- #: languages/vue.php:2968
8890
  msgid "Test Automated Posts"
8891
  msgstr ""
8892
 
8893
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8894
- #: languages/vue.php:2972
8895
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8896
  msgstr ""
8897
 
8898
- #: languages/vue.php:2975
8899
  msgid "Automated + Curated"
8900
  msgstr ""
8901
 
8902
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8903
- #: languages/vue.php:2979
8904
  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."
8905
  msgstr ""
8906
 
8907
  #. Translators: Placeholder gets replaced with current license version.
8908
- #: languages/vue.php:2983
8909
  msgid "Pro version is required."
8910
  msgstr ""
8911
 
8912
- #: languages/vue.php:2986
8913
  msgid "Verifying Popular Posts data"
8914
  msgstr ""
8915
 
8916
- #: languages/vue.php:2989
8917
  msgid "Multiple Entries"
8918
  msgstr ""
8919
 
8920
- #: languages/vue.php:2992
8921
  msgid "Total Number of Widgets to Show"
8922
  msgstr ""
8923
 
8924
- #: languages/vue.php:2995
8925
  msgid "Choose how many widgets will be placed in a single Post."
8926
  msgstr ""
8927
 
8928
- #: languages/vue.php:2998
8929
  msgid "Minimum Distance Between Widgets"
8930
  msgstr ""
8931
 
8932
- #: languages/vue.php:3001
8933
  msgid "Choose the distance between widgets."
8934
  msgstr ""
8935
 
8936
- #: languages/vue.php:3004
8937
  msgid "Minimum Word Count to Display Multiple Widgets"
8938
  msgstr ""
8939
 
8940
- #: languages/vue.php:3007
8941
  msgid "Choose the minimum word count for a Post to have multiple entries."
8942
  msgstr ""
8943
 
8944
- #: languages/vue.php:3010
8945
  msgid "Pro version is required"
8946
  msgstr ""
8947
 
8948
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8949
- #: languages/vue.php:3014
8950
  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)."
8951
  msgstr ""
8952
 
8953
- #: languages/vue.php:3017
8954
  msgid "Select posts/search"
8955
  msgstr ""
8956
 
8957
- #: languages/vue.php:3020
8958
  msgid "Oops! No posts found."
8959
  msgstr ""
8960
 
8961
- #: languages/vue.php:3023
8962
  msgid "Search by post title"
8963
  msgstr ""
8964
 
8965
- #: languages/vue.php:3026
8966
  msgid "Can't load posts."
8967
  msgstr ""
8968
 
8969
- #: languages/vue.php:3029
8970
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
8971
  msgstr ""
8972
 
8973
- #: languages/vue.php:3032
8974
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
8975
  msgstr ""
8976
 
8977
- #: languages/vue.php:3035
8978
  msgid "Color"
8979
  msgstr ""
8980
 
8981
- #: languages/vue.php:3038
8982
  msgid "Size"
8983
  msgstr ""
8984
 
8985
- #: languages/vue.php:3041
8986
  msgid "Title"
8987
  msgstr ""
8988
 
8989
- #: languages/vue.php:3044
8990
  msgid "Label"
8991
  msgstr ""
8992
 
8993
- #: languages/vue.php:3047
8994
  msgid "Background"
8995
  msgstr ""
8996
 
8997
- #: languages/vue.php:3050
8998
  msgid "Border"
8999
  msgstr ""
9000
 
9001
- #: languages/vue.php:3053
9002
  msgid "Icon"
9003
  msgstr ""
9004
 
9005
- #: languages/vue.php:3056
9006
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
9007
  msgid "Theme Preview"
9008
  msgstr ""
9009
 
9010
- #: languages/vue.php:3059
9011
  msgid "SharedCount API Key"
9012
  msgstr ""
9013
 
9014
- #: languages/vue.php:3062
9015
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
9016
  msgstr ""
9017
 
9018
- #: languages/vue.php:3065
9019
  msgid "Start Indexing"
9020
  msgstr ""
9021
 
9022
- #: languages/vue.php:3068
9023
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
9024
  msgstr ""
9025
 
9026
- #: languages/vue.php:3071
9027
  msgid "Indexing completed, counts will update automatically every day."
9028
  msgstr ""
9029
 
9030
  #. Translators: Minimum and maximum number that can be used.
9031
- #: languages/vue.php:3075
9032
  msgid "Please enter a value between %1$s and %2$s"
9033
  msgstr ""
9034
 
9035
  #. Translators: The minimum set value.
9036
- #: languages/vue.php:3079
9037
  msgid "Please enter a value higher than %s"
9038
  msgstr ""
9039
 
9040
  #. Translators: The maximum set value.
9041
- #: languages/vue.php:3083
9042
  msgid "Please enter a value lower than %s"
9043
  msgstr ""
9044
 
9045
- #: languages/vue.php:3086
9046
  msgid "Please enter a number"
9047
  msgstr ""
9048
 
9049
- #: languages/vue.php:3089
9050
  msgid "Value has to be a round number"
9051
  msgstr ""
9052
 
9053
- #: languages/vue.php:3092
9054
  msgid "Author/Date"
9055
  msgstr ""
9056
 
9057
- #: languages/vue.php:3104
9058
  msgid "Choose which content you would like displayed in the widget."
9059
  msgstr ""
9060
 
9061
- #: languages/vue.php:3116
9062
  msgid "Comments"
9063
  msgstr ""
9064
 
9065
- #: languages/vue.php:3122
9066
  msgid "Choose how many posts you’d like displayed in the widget."
9067
  msgstr ""
9068
 
9069
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
9070
- #: languages/vue.php:3126
9071
  msgid "%1$sPage %3$s%2$s of %4$s"
9072
  msgstr ""
9073
 
9074
- #: languages/vue.php:3129
9075
  msgid "Wide"
9076
  msgstr ""
9077
 
9078
- #: languages/vue.php:3132
9079
  msgid "Narrow"
9080
  msgstr ""
9081
 
9082
  #. Translators: Make text green.
9083
- #: languages/vue.php:3136
9084
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
9085
  msgstr ""
9086
 
9087
- #: languages/vue.php:3142
9088
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
9089
  msgstr ""
9090
 
9091
- #: languages/vue.php:3145
9092
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
9093
  msgstr ""
9094
 
9095
- #: languages/vue.php:3148
9096
  msgid "Usage Tracking"
9097
  msgstr ""
9098
 
9099
- #: languages/vue.php:3151
9100
  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."
9101
  msgstr ""
9102
 
9103
- #: languages/vue.php:3154
9104
  msgid "Allow usage tracking"
9105
  msgstr ""
9106
 
9107
  #. Translators: Adds a link to the documentation.
9108
- #: languages/vue.php:3158
9109
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
9110
  msgstr ""
9111
 
9112
- #: languages/vue.php:3161
9113
  msgid "Facebook Instant Articles"
9114
  msgstr ""
9115
 
9116
- #: languages/vue.php:3164
9117
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro."
9118
  msgstr ""
9119
 
9120
- #: languages/vue.php:3167
9121
  msgid "Performance"
9122
  msgstr ""
9123
 
9124
- #: languages/vue.php:3170
9125
  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."
9126
  msgstr ""
9127
 
9128
- #: languages/vue.php:3173
9129
  msgid "Google AMP"
9130
  msgstr ""
9131
 
9132
- #: languages/vue.php:3176
9133
  msgid "Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking."
9134
  msgstr ""
9135
 
9136
- #: languages/vue.php:3179
9137
  msgid "Ads Tracking"
9138
  msgstr ""
9139
 
9140
- #: languages/vue.php:3182
9141
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
9142
  msgstr ""
9143
 
9144
- #: languages/vue.php:3185
9145
  msgid "Unlock with %s"
9146
  msgstr ""
9147
 
9148
- #: languages/vue.php:3188
9149
  msgid "Scroll Tracking"
9150
  msgstr ""
9151
 
9152
- #: languages/vue.php:3191
9153
  msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
9154
  msgstr ""
9155
 
9156
- #: languages/vue.php:3194
9157
  msgid ""
9158
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
9159
  " and other privacy regulations."
9160
  msgstr ""
9161
 
9162
- #: languages/vue.php:3198
9163
  msgid "EU Compliance"
9164
  msgstr ""
9165
 
9166
- #: languages/vue.php:3201
9167
  msgid "Compatibility mode"
9168
  msgstr ""
9169
 
9170
- #: languages/vue.php:3204
9171
  msgid "Enable _gtagTracker Compatibility"
9172
  msgstr ""
9173
 
9174
  #. Translators: Placeholder gets replaced with default GA js function.
9175
- #: languages/vue.php:3208
9176
  msgid "This enables ExactMetrics to work with plugins that use %1$s and don't support %2$s"
9177
  msgstr ""
9178
 
9179
- #: languages/vue.php:3211
9180
  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!"
9181
  msgstr ""
9182
 
9183
- #: languages/vue.php:3214
9184
  msgid "To unlock more features consider upgrading to PRO."
9185
  msgstr ""
9186
 
9187
- #: languages/vue.php:3217
9188
  msgid "Upgrade to"
9189
  msgstr ""
9190
 
9191
- #: languages/vue.php:3220
9192
  msgid "Export PDF Report"
9193
  msgstr ""
9194
 
9195
- #: languages/vue.php:3223
9196
  msgid "You can export PDF reports only in the PRO version."
9197
  msgstr ""
9198
 
9199
- #: languages/vue.php:3226
9200
  msgid "Display Method"
9201
  msgstr ""
9202
 
9203
- #: languages/vue.php:3229
9204
  msgid "There are two ways to manual include the widget in your posts."
9205
  msgstr ""
9206
 
9207
- #: languages/vue.php:3232
9208
  msgid "Using the Gutenberg Block"
9209
  msgstr ""
9210
 
9211
- #: languages/vue.php:3235
9212
  msgid "Using the Shortcode"
9213
  msgstr ""
9214
 
9215
- #: languages/vue.php:3238
9216
  msgid "Learn how to insert the widget using Gutenberg blocks."
9217
  msgstr ""
9218
 
9219
- #: languages/vue.php:3241
9220
  msgid "Learn how to insert the widget using out Shortcode."
9221
  msgstr ""
9222
 
9223
- #: languages/vue.php:3244
9224
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
9225
  msgstr ""
9226
 
9227
- #: languages/vue.php:3247
9228
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
9229
  msgstr ""
9230
 
9231
- #: languages/vue.php:3250
9232
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”."
9233
  msgstr ""
9234
 
9235
- #: languages/vue.php:3253
9236
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
9237
  msgstr ""
9238
 
9239
- #: languages/vue.php:3256
9240
  msgid "Shortcode"
9241
  msgstr ""
9242
 
9243
- #: languages/vue.php:3259
9244
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
9245
  msgstr ""
9246
 
9247
- #: languages/vue.php:3262
9248
  msgid "Copy Shortcode"
9249
  msgstr ""
9250
 
9251
- #: languages/vue.php:3265
9252
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
9253
  msgstr ""
9254
 
9255
- #: languages/vue.php:3268
9256
  msgid "Automatic Placement"
9257
  msgstr ""
9258
 
9259
- #: languages/vue.php:3271
9260
  msgid "Display using Gutenberg Blocks"
9261
  msgstr ""
9262
 
9263
- #: languages/vue.php:3274
9264
  msgid "Embed Options"
9265
  msgstr ""
9266
 
9267
- #: languages/vue.php:3277
9268
  msgid "All Embed Options can be used in conjunction with one another."
9269
  msgstr ""
9270
 
9271
- #: languages/vue.php:3280
9272
  msgid "Using Automatic Embed"
9273
  msgstr ""
9274
 
9275
- #: languages/vue.php:3283
9276
  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."
9277
  msgstr ""
9278
 
9279
- #: languages/vue.php:3286
9280
  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."
9281
  msgstr ""
9282
 
9283
- #: languages/vue.php:3289
9284
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
9285
  msgstr ""
9286
 
9287
- #: languages/vue.php:3292
9288
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
9289
  msgstr ""
9290
 
9291
- #: languages/vue.php:3295
9292
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
9293
  msgstr ""
9294
 
9295
- #: languages/vue.php:3298
9296
  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."
9297
  msgstr ""
9298
 
9299
- #: languages/vue.php:3301
9300
  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."
9301
  msgstr ""
9302
 
9303
- #: languages/vue.php:3304
9304
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9305
  msgstr ""
9306
 
9307
- #: languages/vue.php:3307
9308
  msgid "Display using a Shortcode"
9309
  msgstr ""
9310
 
9311
- #: languages/vue.php:3310
9312
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9313
  msgstr ""
9314
 
9315
- #: languages/vue.php:3313
9316
  msgid "Enable Automatic Placement"
9317
  msgstr ""
9318
 
9319
- #: languages/vue.php:3316
9320
  msgid "Display in a Sidebar"
9321
  msgstr ""
9322
 
9323
- #: languages/vue.php:3319
9324
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9325
  msgstr ""
9326
 
9327
- #: languages/vue.php:3322
9328
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9329
  msgstr ""
9330
 
9331
  #. Translators: The number of results.
9332
- #: languages/vue.php:3326
9333
  msgid "%s results"
9334
  msgstr ""
9335
 
9336
- #: languages/vue.php:3329
9337
  msgid "Media"
9338
  msgstr ""
9339
 
9340
- #: languages/vue.php:3332
9341
  msgid "Track how your users interact with videos on your website. Upgrade to ExactMetrics Pro."
9342
  msgstr ""
9343
 
9344
- #: languages/vue.php:3335
9345
  msgid "2021 Year in Review"
9346
  msgstr ""
9347
 
9348
- #: languages/vue.php:3338
9349
  msgid "Media- Track how your users interact with videos on your website."
9350
  msgstr ""
9351
 
9352
- #: languages/vue.php:3341
9353
  msgid "Your 2021 Year in Review is still calculating. Please check back later to see how your website performed last year."
9354
  msgstr ""
9355
 
9356
- #: languages/vue.php:3344
9357
  msgid "Your 2021 Analytics Report"
9358
  msgstr ""
9359
 
9360
- #: languages/vue.php:3350
9361
  msgid "January 1, 2021 - December 31, 2021"
9362
  msgstr ""
9363
 
9364
- #: languages/vue.php:3353
9365
  msgid "A Tip for 2022"
9366
  msgstr ""
9367
 
9368
- #: languages/vue.php:3356
9369
  msgid "A Tip For 2022"
9370
  msgstr ""
9371
 
9372
- #: languages/vue.php:3359
9373
  msgid "Here's to an amazing 2022!"
9374
  msgstr ""
9375
 
9376
- #: languages/vue.php:3362
9377
  msgid "Try our other popular WordPress plugins to grow your website in 2022."
9378
  msgstr ""
9379
 
9380
- #: languages/vue.php:3365
9381
  msgid "Become a WordPress expert in 2022. Join our amazing communities and take your website to the next level."
9382
  msgstr ""
9383
 
9384
- #: languages/vue.php:3368
9385
  msgid "Copyright ExactMetrics, 2022"
9386
  msgstr ""
9387
 
9388
  #. Translators: Number of minutes spent on site.
9389
- #: languages/vue.php:3372
9390
  msgid "Each visitor spent an average of %s minutes on your website in 2021."
9391
  msgstr ""
9392
 
9393
  #. Translators: Placeholders are used for making text bold and adding a link.
9394
- #: languages/vue.php:3376
9395
  msgid "%1$sYou're using %2$s Lite%3$s. To unlock all reports, consider %4$supgrading to Pro%5$s."
9396
  msgstr ""
9397
 
9398
- #: languages/vue.php:3379
9399
  msgid "With ExactMetrics Pro, you can easily measure individual affiliate performance inside Google Analytics, no coding needed. Track clicks, revenue, and more."
9400
  msgstr ""
9401
 
9402
- #: languages/vue.php:3382
9403
  msgid "RafflePress"
9404
  msgstr ""
9405
 
9406
- #: languages/vue.php:3385
9407
  msgid "Launch giveaways and raffle campaigns to grow your email lists, increase traffic, and get more social media followers."
9408
  msgstr ""
9409
 
9410
- #: languages/vue.php:3388
9411
  msgid "Constant Contact"
9412
  msgstr ""
9413
 
9414
- #: languages/vue.php:3391
9415
  msgid "Create amazing email marketing campaigns with drag and drop simplicity. Exclusive Offer: Save 20%."
9416
  msgstr ""
9417
 
9418
- #: languages/vue.php:3394
9419
  msgid "SEMRUSH"
9420
  msgstr ""
9421
 
9422
- #: languages/vue.php:3397
9423
  msgid "Perform SEO and content marketing research, track keywords, and much more. Special Offer: First 30 Days Free."
9424
  msgstr ""
9425
 
9426
- #: languages/vue.php:3400
9427
  msgid "Engagement Tools"
9428
  msgstr ""
9429
 
9430
- #: languages/vue.php:3403
9431
  msgid "WPForms"
9432
  msgstr ""
9433
 
9434
- #: languages/vue.php:3406
9435
  msgid "The world’s most popular WordPress form builder, trusted by over 5 million websites. Easily build contact forms, payment forms, and more."
9436
  msgstr ""
9437
 
9438
- #: languages/vue.php:3409
9439
  msgid "OptinMonster"
9440
  msgstr ""
9441
 
9442
- #: languages/vue.php:3412
9443
  msgid "Convert and monetize more of your website traffic with engaging pop-up and gamified tools. Great for all types of websites."
9444
  msgstr ""
9445
 
9446
- #: languages/vue.php:3415
9447
  msgid "Smash Balloon - Facebook"
9448
  msgstr ""
9449
 
9450
- #: languages/vue.php:3418
9451
  msgid "Smash Balloon - Instagram"
9452
  msgstr ""
9453
 
9454
- #: languages/vue.php:3421
9455
  msgid "Quickly add social media feeds from Facebook, Instagram, Twitter, and others to your website, with no coding needed."
9456
  msgstr ""
9457
 
9458
- #: languages/vue.php:3424
9459
  msgid "Popular Posts by ExactMetrics"
9460
  msgstr ""
9461
 
9462
- #: languages/vue.php:3427
9463
  msgid "Increase your visitor engagement by automatically embedding popular and related content from your website."
9464
  msgstr ""
9465
 
9466
- #: languages/vue.php:3430
9467
  msgid "Popular Products by ExactMetrics"
9468
  msgstr ""
9469
 
9470
- #: languages/vue.php:3433
9471
  msgid "Automatically show related products to increase conversion rates and increase cart sizes on your eCommerce website."
9472
  msgstr ""
9473
 
9474
- #: languages/vue.php:3436
9475
  msgid "Revenue Tools"
9476
  msgstr ""
9477
 
9478
- #: languages/vue.php:3439
9479
  msgid "SeedProd"
9480
  msgstr ""
9481
 
9482
- #: languages/vue.php:3442
9483
  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."
9484
  msgstr ""
9485
 
9486
- #: languages/vue.php:3445
9487
  msgid "Featured Tools"
9488
  msgstr ""
9489
 
9490
- #: languages/vue.php:3448
9491
  msgid "Easy Affiliate"
9492
  msgstr ""
9493
 
9494
- #: languages/vue.php:3451
9495
  msgid "Launch, grow, and manage an affiliate program, all right from your WordPress dashboard. Works automatically with ExactMetrics."
9496
  msgstr ""
9497
 
9498
- #: languages/vue.php:3454
9499
  msgid "SearchWP"
9500
  msgstr ""
9501
 
9502
- #: languages/vue.php:3457
9503
  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."
9504
  msgstr ""
9505
 
9506
- #: languages/vue.php:3460
9507
  msgid "Easy Digital Downloads"
9508
  msgstr ""
9509
 
9510
- #: languages/vue.php:3463
9511
  msgid "Easily sell digital products like ebooks, plugins, and courses with WordPress. Built-in payment processing, coupons, shopping cart, detailed reporting, and more."
9512
  msgstr ""
9513
 
9514
- #: languages/vue.php:3466
9515
  msgid "MemberPress"
9516
  msgstr ""
9517
 
9518
- #: languages/vue.php:3469
9519
  msgid "Create a membership website. Works automatically with ExactMetrics, no coding needed."
9520
  msgstr ""
9521
 
9522
- #: languages/vue.php:3472
9523
  msgid "Thirsty Affiliates"
9524
  msgstr ""
9525
 
9526
- #: languages/vue.php:3475
9527
  msgid "Manage all your affiliate links with features designed to help make bloggers more money."
9528
  msgstr ""
9529
 
9530
- #: languages/vue.php:3478
9531
  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."
9532
  msgstr ""
9533
 
9534
- #: languages/vue.php:3481
9535
  msgid "Advanced Coupons"
9536
  msgstr ""
9537
 
9538
- #: languages/vue.php:3484
9539
  msgid "Create coupons, reward loyal customers, and schedule promotions for your eCommerce store."
9540
  msgstr ""
9541
 
9542
- #: languages/vue.php:3487
9543
  msgid "PrettyLinks"
9544
  msgstr ""
9545
 
9546
- #: languages/vue.php:3490
9547
  msgid "Automatically monetize your website content with affiliate links added automatically to your content."
9548
  msgstr ""
9549
 
9550
- #: languages/vue.php:3493
9551
  msgid "Install Now"
9552
  msgstr ""
9553
 
9554
- #: languages/vue.php:3496
9555
  msgid "Online Marketing Guides & Resources"
9556
  msgstr ""
9557
 
9558
- #: languages/vue.php:3499
9559
  msgid "Read This Guide"
9560
  msgstr ""
9561
 
9562
- #: languages/vue.php:3505
9563
  msgid "Upgrade to unlock eCommerce tracking, Custom Dimensions, Form Tracking, and much more. Special Offer: Save 50% today."
9564
  msgstr ""
9565
 
9566
- #: languages/vue.php:3508
9567
  msgid "Traffic Tools"
9568
  msgstr ""
9569
 
9570
- #: languages/vue.php:3511
9571
  msgid "All in One SEO (AIOSEO)"
9572
  msgstr ""
9573
 
9574
- #: languages/vue.php:3514
9575
  msgid "The best WordPress SEO plugin that works automatically with ExactMetrics."
9576
  msgstr ""
9577
 
9578
- #: languages/vue.php:3517
9579
  msgid "PushEngage"
9580
  msgstr ""
9581
 
9582
- #: languages/vue.php:3520
9583
  msgid "Send push notifications to your visitors to drive more traffic and boost sales."
9584
  msgstr ""
9585
 
9586
- #: languages/vue.php:3523
9587
  msgid "Featured"
9588
  msgstr ""
9589
 
9590
- #: languages/vue.php:3526
9591
  msgid "Traffic"
9592
  msgstr ""
9593
 
9594
- #: languages/vue.php:3529
9595
  msgid "Revenue"
9596
  msgstr ""
9597
 
9598
- #: languages/vue.php:3532
9599
  msgid "Guides & Resources"
9600
  msgstr ""
9601
 
9602
- #: languages/vue.php:3535
9603
  msgid "Media Tracking"
9604
  msgstr ""
9605
 
9606
- #: languages/vue.php:3538
9607
  msgid "Get Started"
9608
  msgstr ""
9609
 
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.3.4\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-02-10T19:26:11+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: google-analytics-dashboard-for-wp\n"
16
 
17
  #. Plugin Name of the plugin
18
+ #: languages/vue.php:3484
19
  msgid "ExactMetrics Pro"
20
  msgstr ""
21
 
112
  #: includes/admin/admin.php:34
113
  #: includes/admin/admin.php:42
114
  #: includes/admin/admin.php:222
115
+ #: languages/vue.php:545
116
  msgid "Settings"
117
  msgstr ""
118
 
128
 
129
  #: includes/admin/admin.php:39
130
  #: includes/admin/admin.php:130
131
+ #: languages/vue.php:2305
132
  msgid "Reports"
133
  msgstr ""
134
 
138
 
139
  #: includes/admin/admin.php:51
140
  #: languages/gutenberg.php:83
141
+ #: languages/vue.php:1002
142
  msgid "Popular Posts"
143
  msgstr ""
144
 
172
 
173
  #: includes/admin/admin.php:71
174
  #: includes/admin/admin.php:146
175
+ #: languages/vue.php:160
176
  msgid "About Us"
177
  msgstr ""
178
 
191
  #: includes/admin/admin.php:76
192
  #: includes/admin/notifications/notification-upgrade-to-pro-high-traffic.php:41
193
  #: includes/admin/notifications/notification-upgrade-to-pro.php:33
194
+ #: languages/vue.php:1050
195
  msgid "Upgrade to Pro"
196
  msgstr ""
197
 
219
 
220
  #: includes/admin/admin.php:212
221
  #: includes/admin/admin.php:215
222
+ #: languages/vue.php:1026
223
  msgid "Support"
224
  msgstr ""
225
 
231
  #: includes/admin/notifications/notification-upgrade-for-google-optimize.php:32
232
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:32
233
  #: includes/admin/reports/abstract-report.php:418
234
+ #: languages/vue.php:1157
235
  msgid "Get ExactMetrics Pro"
236
  msgstr ""
237
 
241
  msgstr ""
242
 
243
  #: includes/admin/admin.php:324
244
+ #: languages/vue.php:1148
245
  msgid "Please Setup Website Analytics to See Audience Insights"
246
  msgstr ""
247
 
248
  #: includes/admin/admin.php:325
249
+ #: languages/vue.php:1154
250
  msgid "Connect ExactMetrics and Setup Website Analytics"
251
  msgstr ""
252
 
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:339
265
  msgid "Learn More"
266
  msgstr ""
267
 
268
  #: includes/admin/admin.php:329
269
+ #: languages/vue.php:1151
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:482
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:485
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:488
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:3329
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:102
514
  #: languages/gutenberg.php:324
515
+ #: languages/vue.php:3121
516
  msgid "Upgrade"
517
  msgstr ""
518
 
706
  #: includes/admin/notifications/notification-upgrade-for-custom-dimensions.php:26
707
  #: includes/admin/notifications/notification-upgrade-for-events-reporting.php:26
708
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:26
709
+ #: languages/vue.php:1740
710
  #: lite/includes/admin/helpers.php:83
711
  msgid "Upgrade to ExactMetrics Pro"
712
  msgstr ""
742
  #: includes/admin/notifications/notification-upgrade-for-form-conversion.php:31
743
  #: includes/admin/notifications/notification-upgrade-for-search-console.php:32
744
  #: includes/admin/reports/abstract-report.php:415
745
+ #: languages/vue.php:231
746
  msgid "Upgrade Now"
747
  msgstr ""
748
 
919
  msgstr ""
920
 
921
  #: includes/admin/reports/overview.php:34
922
+ #: languages/vue.php:444
923
  msgid "Overview"
924
  msgstr ""
925
 
1412
  msgstr ""
1413
 
1414
  #: includes/gutenberg/headline-tool/headline-tool.php:290
1415
+ #: languages/vue.php:551
1416
  msgid "General"
1417
  msgstr ""
1418
 
4812
  msgstr ""
4813
 
4814
  #: languages/gutenberg.php:77
4815
+ #: languages/vue.php:536
4816
  msgid "Inline Popular Posts"
4817
  msgstr ""
4818
 
4849
  msgstr ""
4850
 
4851
  #: languages/gutenberg.php:107
4852
+ #: languages/vue.php:3077
4853
  msgid "Wide-Layout Options"
4854
  msgstr ""
4855
 
4858
  msgstr ""
4859
 
4860
  #: languages/gutenberg.php:113
4861
+ #: languages/vue.php:3080
4862
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4863
  msgstr ""
4864
 
4865
  #: languages/gutenberg.php:116
4866
+ #: languages/vue.php:3101
4867
  msgid "Post Count"
4868
  msgstr ""
4869
 
4872
  msgstr ""
4873
 
4874
  #: languages/gutenberg.php:122
4875
+ #: languages/vue.php:3083
4876
  msgid "Display Options"
4877
  msgstr ""
4878
 
4885
  msgstr ""
4886
 
4887
  #: languages/gutenberg.php:131
4888
+ #: languages/vue.php:1958
4889
  msgid "Widget Title"
4890
  msgstr ""
4891
 
4894
  msgstr ""
4895
 
4896
  #: languages/gutenberg.php:137
4897
+ #: languages/vue.php:3089
4898
  msgid "Display Author"
4899
  msgstr ""
4900
 
4901
  #: languages/gutenberg.php:140
4902
+ #: languages/vue.php:3092
4903
  msgid "Display Date"
4904
  msgstr ""
4905
 
4906
  #: languages/gutenberg.php:143
4907
+ #: languages/vue.php:3095
4908
  msgid "Display Comments"
4909
  msgstr ""
4910
 
5125
  msgstr ""
5126
 
5127
  #: languages/gutenberg.php:312
5128
+ #: languages/vue.php:990
5129
  msgid "Headline Analyzer"
5130
  msgstr ""
5131
 
5149
  msgid "Loading Settings"
5150
  msgstr ""
5151
 
5152
+ #: languages/vue.php:14
5153
  msgid "Please wait..."
5154
  msgstr ""
5155
 
5156
+ #: languages/vue.php:17
5157
  msgid "Saving Changes..."
5158
  msgstr ""
5159
 
5160
+ #: languages/vue.php:20
5161
  msgid "Settings Updated"
5162
  msgstr ""
5163
 
5164
  #. Translators: Add a link to the onboarding wizard.
5165
+ #: languages/vue.php:24
5166
  msgid "You need to %1$sconnect ExactMetrics%2$s first"
5167
  msgstr ""
5168
 
5169
+ #: languages/vue.php:27
5170
  msgid "Could Not Save Changes"
5171
  msgstr ""
5172
 
5173
+ #: languages/vue.php:30
5174
  msgid "Loading new report data"
5175
  msgstr ""
5176
 
5177
+ #. Translators: Placeholder gets replaced with an arrow icon.
5178
+ #: languages/vue.php:34
5179
  msgid "Continue %s"
5180
  msgstr ""
5181
 
5182
+ #: languages/vue.php:39
5183
  msgid "Error"
5184
  msgstr ""
5185
 
5186
+ #: languages/vue.php:42
5187
  msgid "Please try again."
5188
  msgstr ""
5189
 
5190
+ #: languages/vue.php:45
5191
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5192
  msgstr ""
5193
 
5194
+ #: languages/vue.php:48
5195
  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."
5196
  msgstr ""
5197
 
5198
+ #: languages/vue.php:51
5199
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5200
  msgstr ""
5201
 
5202
+ #: languages/vue.php:54
5203
  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."
5204
  msgstr ""
5205
 
5206
+ #: languages/vue.php:57
5207
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5208
  msgstr ""
5209
 
5210
+ #: languages/vue.php:60
5211
  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."
5212
  msgstr ""
5213
 
5214
+ #: languages/vue.php:63
5215
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5216
  msgstr ""
5217
 
5218
+ #: languages/vue.php:66
5219
  msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
5220
  msgstr ""
5221
 
5222
+ #: languages/vue.php:69
5223
  msgid "Unlock the Forms Report and Improve Conversions"
5224
  msgstr ""
5225
 
5226
+ #: languages/vue.php:72
5227
  msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
5228
  msgstr ""
5229
 
5230
+ #: languages/vue.php:75
5231
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5232
  msgstr ""
5233
 
5234
+ #: languages/vue.php:78
5235
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5236
  msgstr ""
5237
 
5238
+ #: languages/vue.php:82
5239
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5240
  msgstr ""
5241
 
5242
+ #: languages/vue.php:85
5243
  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."
5244
  msgstr ""
5245
 
5246
+ #: languages/vue.php:88
5247
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
5248
  msgstr ""
5249
 
5250
+ #: languages/vue.php:91
5251
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
5252
  msgstr ""
5253
 
5254
+ #: languages/vue.php:94
5255
  msgid "Today"
5256
  msgstr ""
5257
 
5258
+ #: languages/vue.php:97
5259
  msgid "Yesterday"
5260
  msgstr ""
5261
 
5262
+ #: languages/vue.php:100
5263
  msgid "Last Week"
5264
  msgstr ""
5265
 
5266
+ #: languages/vue.php:103
5267
  msgid "Last Month"
5268
  msgstr ""
5269
 
5270
+ #: languages/vue.php:106
5271
  msgid "Last 7 days"
5272
  msgstr ""
5273
 
5274
+ #: languages/vue.php:109
5275
  msgid "Last 30 days"
5276
  msgstr ""
5277
 
5278
+ #: languages/vue.php:112
5279
  msgid "Loading settings"
5280
  msgstr ""
5281
 
5282
  #. Translators: Number of visitors.
5283
+ #: languages/vue.php:116
5284
  msgid "See how %s visitors found your site!"
5285
  msgstr ""
5286
 
5287
  #. Translators: Number of visitors.
5288
+ #: languages/vue.php:120
5289
  msgid "Your website was visited by %s users in the last 30 days."
5290
  msgstr ""
5291
 
5292
+ #: languages/vue.php:123
5293
  msgid "See the full analytics report!"
5294
  msgstr ""
5295
 
5296
+ #: languages/vue.php:127
5297
  msgid "Overview Report"
5298
  msgstr ""
5299
 
5300
  #. Translators: Current PHP version and recommended PHP version.
5301
+ #: languages/vue.php:131
5302
  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."
5303
  msgstr ""
5304
 
5305
  #. Translators: Current WordPress version.
5306
+ #: languages/vue.php:135
5307
  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."
5308
  msgstr ""
5309
 
5310
+ #: languages/vue.php:138
5311
  msgid "Yikes! PHP Update Required"
5312
  msgstr ""
5313
 
5314
  #. Translators: Current PHP version and recommended PHP version.
5315
+ #: languages/vue.php:142
5316
  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."
5317
  msgstr ""
5318
 
5319
+ #: languages/vue.php:145
5320
  msgid "Learn more about updating PHP"
5321
  msgstr ""
5322
 
5323
+ #: languages/vue.php:148
5324
  msgid "Yikes! WordPress Update Required"
5325
  msgstr ""
5326
 
5327
  #. Translators: Current WordPress version.
5328
+ #: languages/vue.php:152
5329
  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."
5330
  msgstr ""
5331
 
5332
+ #: languages/vue.php:155
5333
  msgid "Learn more about updating WordPress"
5334
  msgstr ""
5335
 
5336
+ #: languages/vue.php:164
5337
  msgid "Getting Started"
5338
  msgstr ""
5339
 
5363
  msgid "Error loading report data"
5364
  msgstr ""
5365
 
5366
+ #. Translators: Makes text bold.
5367
  #: languages/vue.php:189
5368
  msgid "%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5369
  msgstr ""
5370
 
5371
+ #. Translators: Makes text bold.
5372
  #: languages/vue.php:193
5373
  msgid "%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights."
5374
  msgstr ""
5375
 
5376
+ #. Translators: Makes text bold.
5377
  #: languages/vue.php:197
5378
  msgid "%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more."
5379
  msgstr ""
5383
  msgid "%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress."
5384
  msgstr ""
5385
 
5386
+ #. Translators: Makes text bold.
5387
  #: languages/vue.php:205
5388
  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."
5389
  msgstr ""
5390
 
5391
+ #. Translators: Makes text bold.
5392
  #: languages/vue.php:209
5393
  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."
5394
  msgstr ""
5395
 
5396
+ #. Translators: Makes text bold.
5397
  #: languages/vue.php:213
5398
  msgid "%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5399
  msgstr ""
5403
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click."
5404
  msgstr ""
5405
 
5406
+ #. Translators: Adds link to the features page.
5407
  #: languages/vue.php:221
5408
  msgid "%1$sSee All Features%2$s"
5409
  msgstr ""
5410
 
5411
+ #: languages/vue.php:224
5412
  msgid "Pro Plan"
5413
  msgstr ""
5414
 
5415
+ #: languages/vue.php:227
5416
  msgid "per year"
5417
  msgstr ""
5418
 
5419
+ #: languages/vue.php:234
5420
  msgid "Upgrade to ExactMetrics Pro Now"
5421
  msgstr ""
5422
 
5423
+ #: languages/vue.php:237
5424
  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!"
5425
  msgstr ""
5426
 
5427
+ #: languages/vue.php:240
5428
  msgid "Daniel Monaghan - Experienced"
5429
  msgstr ""
5430
 
5431
+ #: languages/vue.php:243
5432
  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."
5433
  msgstr ""
5434
 
5435
+ #: languages/vue.php:246
5436
  msgid "Naomi Spirit - From This Day"
5437
  msgstr ""
5438
 
5439
+ #: languages/vue.php:249
5440
  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!"
5441
  msgstr ""
5442
 
5443
+ #: languages/vue.php:252
5444
  msgid "Julie Dupuis - Faraway Land Travel"
5445
  msgstr ""
5446
 
5447
+ #: languages/vue.php:255
5448
  msgid "Guides and Documentation:"
5449
  msgstr ""
5450
 
5451
+ #: languages/vue.php:263
5452
  msgid "Upgrade to PRO"
5453
  msgstr ""
5454
 
5455
+ #: languages/vue.php:266
5456
  msgid "eCommerce Tracking"
5457
  msgstr ""
5458
 
5459
+ #: languages/vue.php:269
5460
  msgid "Custom Dimensions"
5461
  msgstr ""
5462
 
5463
+ #: languages/vue.php:273
5464
  msgid "Form Tracking"
5465
  msgstr ""
5466
 
5467
+ #: languages/vue.php:276
5468
  msgid "AMP Support"
5469
  msgstr ""
5470
 
5471
+ #: languages/vue.php:279
5472
  msgid "Author Tracking"
5473
  msgstr ""
5474
 
5475
+ #: languages/vue.php:282
5476
  msgid "EU Compliance Addon"
5477
  msgstr ""
5478
 
5479
+ #: languages/vue.php:285
5480
  msgid "Real Time Report"
5481
  msgstr ""
5482
 
5483
+ #: languages/vue.php:288
5484
  msgid "Google Optimize"
5485
  msgstr ""
5486
 
5487
+ #: languages/vue.php:291
5488
  #: lite/includes/admin/reports/report-queries.php:22
5489
  msgid "Search Console"
5490
  msgstr ""
5491
 
5492
+ #: languages/vue.php:294
5493
  msgid "Custom Date Ranges"
5494
  msgstr ""
5495
 
5496
+ #: languages/vue.php:297
5497
+ #: languages/vue.php:930
5498
  msgid "Getting Started with ExactMetrics"
5499
  msgstr ""
5500
 
5501
+ #: languages/vue.php:300
5502
+ #: languages/vue.php:933
5503
  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."
5504
  msgstr ""
5505
 
5506
+ #: languages/vue.php:303
5507
  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."
5508
  msgstr ""
5509
 
5510
+ #: languages/vue.php:306
5511
  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!."
5512
  msgstr ""
5513
 
5514
+ #: languages/vue.php:309
5515
  msgid "Launch the wizard!"
5516
  msgstr ""
5517
 
5518
+ #: languages/vue.php:312
5519
  msgid "Welcome to"
5520
  msgstr ""
5521
 
5522
  #. Translators: Adds a line break.
5523
+ #: languages/vue.php:316
5524
  msgid "Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin"
5525
  msgstr ""
5526
 
5527
+ #. Translators: Makes text bold.
5528
+ #: languages/vue.php:320
5529
  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."
5530
  msgstr ""
5531
 
5532
+ #: languages/vue.php:323
5533
  msgid "ExactMetrics Features & Addons"
5534
  msgstr ""
5535
 
5536
+ #: languages/vue.php:326
5537
  msgid "Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market."
5538
  msgstr ""
5539
 
5540
  #. Translators: Placeholder is replaced with WPForms.
5541
+ #: languages/vue.php:330
5542
  msgid "Recommended Plugin: %s"
5543
  msgstr ""
5544
 
5545
+ #: languages/vue.php:333
5546
  msgid "Install"
5547
  msgstr ""
5548
 
5549
+ #: languages/vue.php:336
5550
  msgid "Activate"
5551
  msgstr ""
5552
 
5553
+ #: languages/vue.php:342
5554
  msgid "ExactMetrics encountered an error loading your report data"
5555
  msgstr ""
5556
 
5557
+ #: languages/vue.php:345
5558
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5559
  msgstr ""
5560
 
5561
+ #: languages/vue.php:348
5562
+ #: languages/vue.php:1853
5563
  msgid "Reconnect ExactMetrics"
5564
  msgstr ""
5565
 
5566
+ #: languages/vue.php:351
5567
  msgid "Re-Authenticating"
5568
  msgstr ""
5569
 
5570
+ #: languages/vue.php:355
5571
  msgid "Ok"
5572
  msgstr ""
5573
 
5574
+ #: languages/vue.php:358
5575
+ #: languages/vue.php:869
5576
  msgid "ExactMetrics Addons"
5577
  msgstr ""
5578
 
5579
+ #: languages/vue.php:361
5580
  msgid "Search Addons"
5581
  msgstr ""
5582
 
5583
+ #: languages/vue.php:364
5584
  msgid "Save Changes"
5585
  msgstr ""
5586
 
5587
+ #: languages/vue.php:367
5588
  msgid "Exit Setup"
5589
  msgstr ""
5590
 
5591
+ #: languages/vue.php:371
5592
  msgid "Time to Purchase"
5593
  msgstr ""
5594
 
5595
+ #: languages/vue.php:374
5596
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
5597
  msgstr ""
5598
 
5599
+ #: languages/vue.php:378
5600
  msgid "Sessions to Purchase"
5601
  msgstr ""
5602
 
5603
+ #: languages/vue.php:381
5604
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5605
  msgstr ""
5606
 
5607
+ #: languages/vue.php:384
5608
  msgid "New Customers"
5609
  msgstr ""
5610
 
5611
+ #: languages/vue.php:387
5612
  msgid "This list shows the percentage of new customers who purchased a product from your website."
5613
  msgstr ""
5614
 
5615
+ #: languages/vue.php:390
5616
  msgid "Abandoned Checkouts"
5617
  msgstr ""
5618
 
5619
+ #: languages/vue.php:393
5620
  msgid "This list shows the percentage of carts that never went through the checkout process."
5621
  msgstr ""
5622
 
5623
+ #: languages/vue.php:396
5624
  msgid "Top Posts/Pages"
5625
  msgstr ""
5626
 
5627
+ #: languages/vue.php:399
5628
  msgid "This list shows the most viewed posts and pages on your website."
5629
  msgstr ""
5630
 
5631
+ #: languages/vue.php:402
5632
  msgid "New vs. Returning Visitors"
5633
  msgstr ""
5634
 
5635
+ #: languages/vue.php:405
5636
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5637
  msgstr ""
5638
 
5639
+ #: languages/vue.php:408
5640
  msgid "Device Breakdown"
5641
  msgstr ""
5642
 
5643
+ #: languages/vue.php:411
5644
  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."
5645
  msgstr ""
5646
 
5647
+ #: languages/vue.php:414
5648
  msgid "Top Landing Pages"
5649
  msgstr ""
5650
 
5651
+ #: languages/vue.php:417
5652
  msgid "This list shows the top pages users first land on when visiting your website."
5653
  msgstr ""
5654
 
5655
+ #: languages/vue.php:420
5656
  msgid "Top Exit Pages"
5657
  msgstr ""
5658
 
5659
+ #: languages/vue.php:423
5660
  msgid "This list shows the top pages users exit your website from."
5661
  msgstr ""
5662
 
5663
+ #: languages/vue.php:426
5664
  msgid "Top Outbound Links"
5665
  msgstr ""
5666
 
5667
+ #: languages/vue.php:429
5668
  msgid "This list shows the top links clicked on your website that go to another website."
5669
  msgstr ""
5670
 
5671
+ #: languages/vue.php:432
5672
  msgid "Top Affiliate Links"
5673
  msgstr ""
5674
 
5675
+ #: languages/vue.php:435
5676
  msgid "This list shows the top affiliate links your visitors clicked on."
5677
  msgstr ""
5678
 
5679
+ #: languages/vue.php:438
5680
  msgid "Top Download Links"
5681
  msgstr ""
5682
 
5683
+ #: languages/vue.php:441
5684
  msgid "This list shows the download links your visitors clicked the most."
5685
  msgstr ""
5686
 
5687
+ #: languages/vue.php:447
5688
  msgid "Top Products"
5689
  msgstr ""
5690
 
5691
+ #: languages/vue.php:450
5692
  msgid "This list shows the top selling products on your website."
5693
  msgstr ""
5694
 
5695
+ #: languages/vue.php:453
5696
  msgid "Top Conversion Sources"
5697
  msgstr ""
5698
 
5699
+ #: languages/vue.php:456
5700
  msgid "This list shows the top referral websites in terms of product revenue."
5701
  msgstr ""
5702
 
5703
+ #: languages/vue.php:459
5704
  msgid "Total Add/Remove"
5705
  msgstr ""
5706
 
5707
+ #: languages/vue.php:462
5708
  msgid "Analytics"
5709
  msgstr ""
5710
 
5711
  #. Translators: Adds an arrow icon.
5712
+ #: languages/vue.php:466
5713
  msgid "View All Reports %s"
5714
  msgstr ""
5715
 
5716
+ #: languages/vue.php:469
5717
  msgid "You must connect with ExactMetrics before you can view reports."
5718
  msgstr ""
5719
 
5720
+ #: languages/vue.php:472
5721
  msgid "ExactMetrics makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5722
  msgstr ""
5723
 
5724
+ #: languages/vue.php:475
5725
  msgid "Launch Setup Wizard"
5726
  msgstr ""
5727
 
5728
+ #: languages/vue.php:478
5729
  msgid "Please ask your webmaster to connect ExactMetrics to Google Analytics."
5730
  msgstr ""
5731
 
5732
+ #: languages/vue.php:491
5733
  msgid "See Quick Links"
5734
  msgstr ""
5735
 
5736
+ #: languages/vue.php:494
5737
  msgid "Suggest a Feature"
5738
  msgstr ""
5739
 
5740
+ #: languages/vue.php:497
5741
  msgid "Join Our Community"
5742
  msgstr ""
5743
 
5744
+ #: languages/vue.php:500
5745
  msgid "Support & Docs"
5746
  msgstr ""
5747
 
5748
+ #: languages/vue.php:503
5749
  msgid "Upgrade to Pro &#187;"
5750
  msgstr ""
5751
 
5752
+ #: languages/vue.php:506
5753
  #: lite/includes/admin/reports/report-publisher.php:22
5754
  msgid "Publishers"
5755
  msgstr ""
5756
 
5757
+ #: languages/vue.php:509
5758
  #: lite/includes/admin/reports/report-ecommerce.php:22
5759
  msgid "eCommerce"
5760
  msgstr ""
5761
 
5762
+ #: languages/vue.php:512
5763
  msgid "Dimensions Report"
5764
  msgstr ""
5765
 
5766
+ #: languages/vue.php:515
5767
  #: lite/includes/admin/reports/report-forms.php:22
5768
  msgid "Forms"
5769
  msgstr ""
5770
 
5771
+ #: languages/vue.php:518
5772
  msgid "Real-Time"
5773
  msgstr ""
5774
 
5775
+ #: languages/vue.php:522
5776
  msgid "Site Speed Report"
5777
  msgstr ""
5778
 
5779
+ #: languages/vue.php:526
5780
  msgid "2020 Year in Review"
5781
  msgstr ""
5782
 
5783
+ #: languages/vue.php:530
5784
  msgid "Import Export"
5785
  msgstr ""
5786
 
5787
+ #: languages/vue.php:533
5788
  msgid "PrettyLinks Integration"
5789
  msgstr ""
5790
 
5791
+ #: languages/vue.php:539
5792
  msgid "Popular Posts Widget"
5793
  msgstr ""
5794
 
5795
+ #: languages/vue.php:542
5796
  msgid "Popular Products"
5797
  msgstr ""
5798
 
5799
+ #: languages/vue.php:548
5800
  msgid "Sub menu item for WooCommerce Analytics"
5801
  msgstr ""
5802
 
5803
+ #: languages/vue.php:554
5804
  msgid "Engagement"
5805
  msgstr ""
5806
 
5807
+ #: languages/vue.php:557
5808
  msgid "Publisher"
5809
  msgstr ""
5810
 
5811
+ #: languages/vue.php:560
5812
  msgid "Conversions"
5813
  msgstr ""
5814
 
5815
+ #: languages/vue.php:563
5816
  msgid "Advanced"
5817
  msgstr ""
5818
 
5819
+ #: languages/vue.php:567
5820
  msgid "URL Builder"
5821
  msgstr ""
5822
 
5823
  #. Translators: Adds a link to documentation.
5824
+ #: languages/vue.php:571
5825
  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"
5826
  msgstr ""
5827
 
5828
  #. Translators: Adds link to activate/install plugin and documentation.
5829
+ #: languages/vue.php:575
5830
  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"
5831
  msgstr ""
5832
 
5833
  #. Translators: Adds a link to documentation.
5834
+ #: languages/vue.php:579
5835
  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"
5836
  msgstr ""
5837
 
5838
  #. Translators: Adds link to activate/install plugin and documentation.
5839
+ #: languages/vue.php:583
5840
  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"
5841
  msgstr ""
5842
 
5843
+ #: languages/vue.php:586
5844
  msgid "Installing Addon"
5845
  msgstr ""
5846
 
5847
+ #: languages/vue.php:589
5848
  msgid "Activating Addon"
5849
  msgstr ""
5850
 
5851
+ #: languages/vue.php:592
5852
  msgid "Addon Activated"
5853
  msgstr ""
5854
 
5855
+ #: languages/vue.php:595
5856
  msgid "Loading report data"
5857
  msgstr ""
5858
 
5859
+ #: languages/vue.php:598
5860
  msgid "Please activate manually"
5861
  msgstr ""
5862
 
5863
  #. Translators: Adds the error status and status text.
5864
+ #: languages/vue.php:602
5865
  msgid "Error: %1$s, %2$s"
5866
  msgstr ""
5867
 
5868
+ #: languages/vue.php:605
5869
  msgid "Error Activating Addon"
5870
  msgstr ""
5871
 
5872
+ #: languages/vue.php:608
5873
  #: lite/includes/admin/wp-site-health.php:372
5874
  #: lite/includes/admin/wp-site-health.php:398
5875
  #: lite/includes/admin/wp-site-health.php:425
5876
  msgid "View Addons"
5877
  msgstr ""
5878
 
5879
+ #: languages/vue.php:611
5880
  msgid "Dismiss"
5881
  msgstr ""
5882
 
5883
+ #: languages/vue.php:614
5884
  msgid "Redirecting"
5885
  msgstr ""
5886
 
5887
+ #: languages/vue.php:617
5888
  msgid "Please wait"
5889
  msgstr ""
5890
 
5891
+ #: languages/vue.php:620
5892
  msgid "activate"
5893
  msgstr ""
5894
 
5895
+ #: languages/vue.php:623
5896
  msgid "install"
5897
  msgstr ""
5898
 
5899
+ #: languages/vue.php:626
5900
  msgid "Visit addons page"
5901
  msgstr ""
5902
 
5903
+ #: languages/vue.php:629
5904
  msgid "Report Unavailable"
5905
  msgstr ""
5906
 
5907
  #. Translators: Install/Activate the addon.
5908
+ #: languages/vue.php:633
5909
  msgid "%s Addon"
5910
  msgstr ""
5911
 
5912
+ #: languages/vue.php:636
5913
  msgid "Go Back To Reports"
5914
  msgstr ""
5915
 
5916
+ #: languages/vue.php:639
5917
  msgid "Enable Enhanced eCommerce"
5918
  msgstr ""
5919
 
5920
  #. Translators: Placeholders are replaced with the current step number out of the total number of steps.
5921
+ #: languages/vue.php:643
5922
  msgid "Step %1$s of %2$s"
5923
  msgstr ""
5924
 
5925
+ #: languages/vue.php:646
5926
  msgid "Go back"
5927
  msgstr ""
5928
 
5929
+ #: languages/vue.php:649
5930
  msgid "Welcome to ExactMetrics!"
5931
  msgstr ""
5932
 
5933
+ #: languages/vue.php:652
5934
  msgid "Let's get you set up."
5935
  msgstr ""
5936
 
5937
+ #: languages/vue.php:655
5938
  msgid "Save and Continue"
5939
  msgstr ""
5940
 
5941
+ #: languages/vue.php:658
5942
  msgid "Which category best describes your website?"
5943
  msgstr ""
5944
 
5945
+ #: languages/vue.php:661
5946
  msgid "We will recommend the optimal settings for ExactMetrics based on your choice."
5947
  msgstr ""
5948
 
5949
+ #: languages/vue.php:664
5950
  msgid "Business Website"
5951
  msgstr ""
5952
 
5953
  #. Translators: Make text bold.
5954
+ #: languages/vue.php:668
5955
  msgid "Publisher %1$s(Blog)%2$s"
5956
  msgstr ""
5957
 
5958
+ #: languages/vue.php:671
5959
  msgid "Ecommerce"
5960
  msgstr ""
5961
 
5962
+ #: languages/vue.php:674
5963
  msgid "Connect ExactMetrics to Your Website"
5964
  msgstr ""
5965
 
5966
+ #: languages/vue.php:677
5967
  msgid "ExactMetrics connects Google Analytics to WordPress and shows you stats that matter."
5968
  msgstr ""
5969
 
5970
+ #: languages/vue.php:680
5971
  msgid "Connect Google Analytics + WordPress"
5972
  msgstr ""
5973
 
5974
+ #: languages/vue.php:683
5975
  msgid "You will be taken to the ExactMetrics website where you'll need to connect your Analytics account."
5976
  msgstr ""
5977
 
5978
+ #: languages/vue.php:686
5979
  msgid "Whoops, something went wrong and we weren't able to connect to ExactMetrics. Please enter your Google UA code manually."
5980
  msgstr ""
5981
 
5982
+ #: languages/vue.php:689
5983
  msgid "Manually enter your UA code"
5984
  msgstr ""
5985
 
5986
+ #: languages/vue.php:692
5987
  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."
5988
  msgstr ""
5989
 
5990
+ #: languages/vue.php:695
5991
  msgid "UA code can't be empty"
5992
  msgstr ""
5993
 
5994
+ #: languages/vue.php:698
5995
  msgid "Saving UA code..."
5996
  msgstr ""
5997
 
5998
+ #: languages/vue.php:701
5999
  msgid "ExactMetrics Recommends WPForms"
6000
  msgstr ""
6001
 
6002
+ #: languages/vue.php:704
6003
  msgid "Built by the folks behind ExactMetrics, WPForms is the most beginner friendly form plugin in the market."
6004
  msgstr ""
6005
 
6006
+ #: languages/vue.php:707
6007
  msgid "Used on over 4,000,000 websites!"
6008
  msgstr ""
6009
 
6010
+ #: languages/vue.php:710
6011
  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!"
6012
  msgstr ""
6013
 
6014
+ #: languages/vue.php:713
6015
  msgid "Skip this Step"
6016
  msgstr ""
6017
 
6018
+ #: languages/vue.php:716
6019
  msgid "Continue & Install WPForms"
6020
  msgstr ""
6021
 
6022
+ #: languages/vue.php:719
6023
  msgid "Installing..."
6024
  msgstr ""
6025
 
6026
+ #: languages/vue.php:722
6027
  msgid "Recommended Settings"
6028
  msgstr ""
6029
 
6030
+ #: languages/vue.php:725
6031
  msgid "ExactMetrics recommends the following settings based on your configuration."
6032
  msgstr ""
6033
 
6034
+ #: languages/vue.php:728
6035
  msgid "Events Tracking"
6036
  msgstr ""
6037
 
6038
+ #: languages/vue.php:731
6039
  msgid "Must have for all click tracking on site."
6040
  msgstr ""
6041
 
6042
+ #: languages/vue.php:734
6043
  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."
6044
  msgstr ""
6045
 
6046
+ #: languages/vue.php:737
6047
  msgid "Enhanced Link Attribution"
6048
  msgstr ""
6049
 
6050
+ #: languages/vue.php:740
6051
  msgid "Improves the accuracy of your In-Page Analytics."
6052
  msgstr ""
6053
 
6054
+ #: languages/vue.php:743
6055
  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."
6056
  msgstr ""
6057
 
6058
+ #: languages/vue.php:746
6059
  msgid "Install Updates Automatically"
6060
  msgstr ""
6061
 
6062
+ #: languages/vue.php:749
6063
  msgid "Get the latest features, bug fixes, and security updates as they are released."
6064
  msgstr ""
6065
 
6066
+ #: languages/vue.php:752
6067
  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."
6068
  msgstr ""
6069
 
6070
+ #: languages/vue.php:755
6071
  msgid "File Download Tracking"
6072
  msgstr ""
6073
 
6074
+ #: languages/vue.php:758
6075
  msgid "Helps you see file downloads data."
6076
  msgstr ""
6077
 
6078
+ #: languages/vue.php:761
6079
  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."
6080
  msgstr ""
6081
 
6082
  #. Translators: Example path (/go/).
6083
+ #: languages/vue.php:765
6084
  msgid "Path (example: %s)"
6085
  msgstr ""
6086
 
6087
+ #: languages/vue.php:768
6088
  msgid "Path has to start with a / and have no spaces"
6089
  msgstr ""
6090
 
6091
  #. Translators: Example label (aff).
6092
+ #: languages/vue.php:772
6093
  msgid "Label (example: %s)"
6094
  msgstr ""
6095
 
6096
+ #: languages/vue.php:775
6097
  msgid "Label can't contain any spaces"
6098
  msgstr ""
6099
 
6100
+ #: languages/vue.php:778
6101
  msgid "Helps you increase affiliate revenue."
6102
  msgstr ""
6103
 
6104
+ #: languages/vue.php:781
6105
  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."
6106
  msgstr ""
6107
 
6108
+ #: languages/vue.php:784
6109
  msgid "Affiliate Link Tracking"
6110
  msgstr ""
6111
 
6112
+ #: languages/vue.php:787
6113
  msgid "Who Can See Reports"
6114
  msgstr ""
6115
 
6116
+ #: languages/vue.php:790
6117
  msgid "These user roles will be able to access ExactMetrics' reports in the WordPress admin area."
6118
  msgstr ""
6119
 
6120
+ #: languages/vue.php:793
6121
  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."
6122
  msgstr ""
6123
 
6124
+ #: languages/vue.php:796
6125
  msgid "Save and continue"
6126
  msgstr ""
6127
 
6128
+ #: languages/vue.php:799
6129
  msgid "Events Tracking is enabled the moment you set up ExactMetrics"
6130
  msgstr ""
6131
 
6132
+ #: languages/vue.php:802
6133
  msgid "Enhanced Link Attribution is enabled the moment you set up ExactMetrics"
6134
  msgstr ""
6135
 
6136
+ #: languages/vue.php:805
6137
  msgid "+ Add Role"
6138
  msgstr ""
6139
 
6140
  #. Translators: Placeholders are used for making text bold and adding a link.
6141
+ #: languages/vue.php:809
6142
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
6143
  msgstr ""
6144
 
6145
+ #: languages/vue.php:812
6146
  #: lite/includes/admin/reports/report-dimensions.php:22
6147
  msgid "Dimensions"
6148
  msgstr ""
6149
 
6150
+ #: languages/vue.php:815
6151
  msgid "Site Speed"
6152
  msgstr ""
6153
 
6154
+ #: languages/vue.php:818
6155
  msgid "License Key"
6156
  msgstr ""
6157
 
6158
  #. Translators: Add link to retrieve license key from account.
6159
+ #: languages/vue.php:822
6160
  msgid "Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6161
  msgstr ""
6162
 
6163
+ #: languages/vue.php:825
6164
  msgid "Google Authentication"
6165
  msgstr ""
6166
 
6167
+ #: languages/vue.php:828
6168
  msgid "Miscellaneous"
6169
  msgstr ""
6170
 
6171
+ #: languages/vue.php:831
6172
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6173
  msgstr ""
6174
 
6175
+ #: languages/vue.php:834
6176
  msgid "Hide Announcements"
6177
  msgstr ""
6178
 
6179
+ #: languages/vue.php:837
6180
  msgid "You're using ExactMetrics Lite – no license needed. Enjoy!"
6181
  msgstr ""
6182
 
6183
+ #. Translators: Add link to upgrade.
6184
+ #: languages/vue.php:842
6185
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
6186
  msgstr ""
6187
 
6188
+ #: languages/vue.php:845
6189
  msgid "Receive 50% off automatically applied at the checkout!"
6190
  msgstr ""
6191
 
6192
+ #: languages/vue.php:848
6193
  msgid "See all features"
6194
  msgstr ""
6195
 
6196
+ #: languages/vue.php:851
6197
  msgid "Setup Wizard"
6198
  msgstr ""
6199
 
6200
+ #: languages/vue.php:854
6201
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6202
  msgstr ""
6203
 
6204
+ #: languages/vue.php:857
6205
  msgid "Relaunch Setup Wizard"
6206
  msgstr ""
6207
 
6208
+ #: languages/vue.php:860
6209
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6210
  msgstr ""
6211
 
6212
+ #: languages/vue.php:863
6213
  msgid "No addons found."
6214
  msgstr ""
6215
 
6216
+ #: languages/vue.php:866
6217
  msgid "Refresh Addons"
6218
  msgstr ""
6219
 
6220
  #. Translators: Adds a line break.
6221
+ #: languages/vue.php:873
6222
  msgid "Upgrade to Pro to unlock addons and other great features."
6223
  msgstr ""
6224
 
6225
+ #: languages/vue.php:876
6226
  msgid "As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!"
6227
  msgstr ""
6228
 
6229
+ #: languages/vue.php:879
6230
  msgid "Refreshing Addons"
6231
  msgstr ""
6232
 
6233
+ #: languages/vue.php:882
6234
  msgid "Get ExactMetrics Pro Today and Unlock all the Powerful Features"
6235
  msgstr ""
6236
 
6237
  #. Translators: Placeholders make the text green.
6238
+ #: languages/vue.php:886
6239
  msgid "Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6240
  msgstr ""
6241
 
6242
+ #: languages/vue.php:889
6243
  msgid "How to Connect to Google Analytics"
6244
  msgstr ""
6245
 
6246
+ #: languages/vue.php:892
6247
  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."
6248
  msgstr ""
6249
 
6250
+ #: languages/vue.php:895
6251
  msgid "Guide and Checklist for Advanced Insights"
6252
  msgstr ""
6253
 
6254
+ #: languages/vue.php:898
6255
  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."
6256
  msgstr ""
6257
 
6258
+ #: languages/vue.php:901
6259
  msgid "GDPR Guide"
6260
  msgstr ""
6261
 
6262
+ #: languages/vue.php:904
6263
  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. "
6264
  msgstr ""
6265
 
6266
+ #: languages/vue.php:907
6267
  msgid "How to Install and Activate ExactMetrics Addons"
6268
  msgstr ""
6269
 
6270
+ #: languages/vue.php:910
6271
  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."
6272
  msgstr ""
6273
 
6274
+ #: languages/vue.php:913
6275
  msgid "Enabling eCommerce Tracking and Reports"
6276
  msgstr ""
6277
 
6278
+ #: languages/vue.php:916
6279
  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."
6280
  msgstr ""
6281
 
6282
+ #: languages/vue.php:919
6283
  msgid "Read Documentation"
6284
  msgstr ""
6285
 
6286
  #. Translators: Makes the text bold.
6287
+ #: languages/vue.php:923
6288
  msgid "%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress."
6289
  msgstr ""
6290
 
6291
  #. Translators: Makes the text bold.
6292
+ #: languages/vue.php:927
6293
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click."
6294
  msgstr ""
6295
 
6296
+ #: languages/vue.php:936
6297
  msgid "One-click Complete eCommerce tracking"
6298
  msgstr ""
6299
 
6300
+ #: languages/vue.php:939
6301
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
6302
  msgstr ""
6303
 
6304
+ #: languages/vue.php:942
6305
  msgid "Forms Tracking"
6306
  msgstr ""
6307
 
6308
+ #: languages/vue.php:945
6309
  msgid "One-click Form Events Tracking"
6310
  msgstr ""
6311
 
6312
+ #: languages/vue.php:948
6313
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
6314
  msgstr ""
6315
 
6316
+ #: languages/vue.php:951
6317
  msgid "WordPress Admin Area Reports"
6318
  msgstr ""
6319
 
6320
+ #: languages/vue.php:954
6321
  msgid "Standard Reports"
6322
  msgstr ""
6323
 
6324
+ #: languages/vue.php:957
6325
  msgid "Overview Reports for the last 30 days."
6326
  msgstr ""
6327
 
6328
+ #: languages/vue.php:960
6329
  msgid "Advanced Reports"
6330
  msgstr ""
6331
 
6332
+ #: languages/vue.php:963
6333
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
6334
  msgstr ""
6335
 
6336
+ #: languages/vue.php:966
6337
  msgid "Dashboard Widget"
6338
  msgstr ""
6339
 
6340
+ #: languages/vue.php:969
6341
  msgid "Basic Widget"
6342
  msgstr ""
6343
 
6344
+ #: languages/vue.php:972
6345
  msgid "Overview Report Synopsis"
6346
  msgstr ""
6347
 
6348
+ #: languages/vue.php:975
6349
  msgid "Advanced Dashboard Widget"
6350
  msgstr ""
6351
 
6352
+ #: languages/vue.php:978
6353
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
6354
  msgstr ""
6355
 
6356
+ #: languages/vue.php:981
6357
  msgid "Publisher Reports"
6358
  msgstr ""
6359
 
6360
+ #: languages/vue.php:984
6361
  msgid "Advanced Publisher Reports & Tracking"
6362
  msgstr ""
6363
 
6364
+ #: languages/vue.php:987
6365
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
6366
  msgstr ""
6367
 
6368
+ #: languages/vue.php:993
6369
  msgid "Email Summaries"
6370
  msgstr ""
6371
 
6372
+ #: languages/vue.php:996
6373
  msgid "Included"
6374
  msgstr ""
6375
 
6376
+ #: languages/vue.php:999
6377
  msgid "Get weekly traffic reports directly in your inbox."
6378
  msgstr ""
6379
 
6380
+ #: languages/vue.php:1005
6381
  msgid "Basic Options"
6382
  msgstr ""
6383
 
6384
+ #: languages/vue.php:1008
6385
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
6386
  msgstr ""
6387
 
6388
+ #: languages/vue.php:1011
6389
  msgid "Dynamic Popular Posts & Popular Products"
6390
  msgstr ""
6391
 
6392
+ #: languages/vue.php:1014
6393
  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."
6394
  msgstr ""
6395
 
6396
+ #: languages/vue.php:1017
6397
  msgid "Not Available"
6398
  msgstr ""
6399
 
6400
+ #: languages/vue.php:1020
6401
  msgid "Complete Custom Dimensions Tracking"
6402
  msgstr ""
6403
 
6404
+ #: languages/vue.php:1023
6405
  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"
6406
  msgstr ""
6407
 
6408
+ #: languages/vue.php:1029
6409
  msgid "Limited Support"
6410
  msgstr ""
6411
 
6412
+ #: languages/vue.php:1032
6413
  msgid "Priority Support"
6414
  msgstr ""
6415
 
6416
+ #: languages/vue.php:1035
6417
  msgid "Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features."
6418
  msgstr ""
6419
 
6420
+ #: languages/vue.php:1038
6421
  msgid "Feature"
6422
  msgstr ""
6423
 
6424
+ #: languages/vue.php:1041
6425
  msgid "Lite"
6426
  msgstr ""
6427
 
6428
+ #: languages/vue.php:1044
6429
  msgid "Pro"
6430
  msgstr ""
6431
 
6432
+ #: languages/vue.php:1047
6433
  msgid "Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout."
6434
  msgstr ""
6435
 
6436
+ #: languages/vue.php:1053
6437
  msgid "Universal Tracking"
6438
  msgstr ""
6439
 
6440
+ #: languages/vue.php:1056
6441
  msgid "Custom Google Analytics Link Tracking"
6442
  msgstr ""
6443
 
6444
+ #: languages/vue.php:1059
6445
  msgid "Standard Tracking"
6446
  msgstr ""
6447
 
6448
+ #: languages/vue.php:1062
6449
  msgid "Advanced Tracking"
6450
  msgstr ""
6451
 
6452
+ #: languages/vue.php:1065
6453
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
6454
  msgstr ""
6455
 
6456
+ #: languages/vue.php:1068
6457
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
6458
  msgstr ""
6459
 
6460
+ #: languages/vue.php:1071
6461
  msgid "No-Code-Needed Tracking Features"
6462
  msgstr ""
6463
 
6464
+ #: languages/vue.php:1074
6465
  msgid "Basic Tracking Options"
6466
  msgstr ""
6467
 
6468
+ #: languages/vue.php:1077
6469
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
6470
  msgstr ""
6471
 
6472
+ #: languages/vue.php:1080
6473
  msgid "Advanced Tracking Options"
6474
  msgstr ""
6475
 
6476
+ #: languages/vue.php:1083
6477
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
6478
  msgstr ""
6479
 
6480
+ #: languages/vue.php:1086
6481
  msgid "Inbox"
6482
  msgstr ""
6483
 
6484
+ #: languages/vue.php:1089
6485
  msgid "Back to Inbox"
6486
  msgstr ""
6487
 
6488
+ #: languages/vue.php:1092
6489
  msgid "View Dismissed"
6490
  msgstr ""
6491
 
6492
+ #: languages/vue.php:1095
6493
  msgid "Notifications"
6494
  msgstr ""
6495
 
6496
+ #: languages/vue.php:1098
6497
  msgid "Dismiss All"
6498
  msgstr ""
6499
 
6500
+ #: languages/vue.php:1101
6501
  msgid "Dismissed"
6502
  msgstr ""
6503
 
6504
+ #: languages/vue.php:1104
6505
  msgid "No Notifications"
6506
  msgstr ""
6507
 
6508
  #. Translators: Error status and error text.
6509
+ #: languages/vue.php:1108
6510
  msgid "Can't load settings. Error: %1$s, %2$s"
6511
  msgstr ""
6512
 
6513
+ #: languages/vue.php:1111
6514
  msgid "You appear to be offline."
6515
  msgstr ""
6516
 
6517
  #. Translators: Error status and error text.
6518
+ #: languages/vue.php:1115
6519
  msgid "Can't save settings. Error: %1$s, %2$s"
6520
  msgstr ""
6521
 
6522
+ #: languages/vue.php:1118
6523
  msgid "Network error encountered. Settings not saved."
6524
  msgstr ""
6525
 
6526
+ #: languages/vue.php:1121
6527
  msgid "Show in widget mode"
6528
  msgstr ""
6529
 
6530
+ #: languages/vue.php:1124
6531
  msgid "Show in full-width mode"
6532
  msgstr ""
6533
 
6534
+ #: languages/vue.php:1127
6535
  msgid "Show Overview Reports"
6536
  msgstr ""
6537
 
6538
+ #: languages/vue.php:1130
6539
  msgid "Show Publishers Reports"
6540
  msgstr ""
6541
 
6542
+ #: languages/vue.php:1133
6543
  msgid "Show eCommerce Reports"
6544
  msgstr ""
6545
 
6546
+ #: languages/vue.php:1136
6547
  msgid "Settings Menu"
6548
  msgstr ""
6549
 
6550
+ #: languages/vue.php:1139
6551
  msgid "Available in PRO version"
6552
  msgstr ""
6553
 
6554
+ #: languages/vue.php:1142
6555
  msgid "See All Reports"
6556
  msgstr ""
6557
 
6558
+ #: languages/vue.php:1145
6559
  msgid "Go to the Analytics Dashboard"
6560
  msgstr ""
6561
 
6562
+ #: languages/vue.php:1160
6563
  msgid "Cart Funnel"
6564
  msgstr ""
6565
 
6566
+ #: languages/vue.php:1163
6567
  msgid "Customer Insights"
6568
  msgstr ""
6569
 
6570
+ #: languages/vue.php:1166
6571
  msgid "Campaign Measurement"
6572
  msgstr ""
6573
 
6574
+ #: languages/vue.php:1169
6575
  msgid "Customer Profiles"
6576
  msgstr ""
6577
 
6578
+ #: languages/vue.php:1172
6579
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, revenue, and average order value, and more."
6580
  msgstr ""
6581
 
6582
+ #: languages/vue.php:1175
6583
  msgid "Truly Understand Your%1$s Customers With %2$sExactMetrics%3$s"
6584
  msgstr ""
6585
 
6586
+ #: languages/vue.php:1178
6587
  msgid "You never truly understand your customers until you used Enhanced %1$s eCommerce from ExactMetrics!"
6588
  msgstr ""
6589
 
6590
+ #: languages/vue.php:1181
6591
  msgid "Track all-new metrics!"
6592
  msgstr ""
6593
 
6594
+ #: languages/vue.php:1184
6595
  msgid "Get stats WooCommerce doesn’t give you like: Conversion Sources, Avg. Order Value, Revenue per Source, Total Add to Carts & More!"
6596
  msgstr ""
6597
 
6598
+ #: languages/vue.php:1187
6599
  msgid "FEATURES"
6600
  msgstr ""
6601
 
6602
+ #: languages/vue.php:1190
6603
  msgid "Get The Unique Metrics Neccessary for Growth"
6604
  msgstr ""
6605
 
6606
+ #: languages/vue.php:1193
6607
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, %1$srevenue, and average order value, and more."
6608
  msgstr ""
6609
 
6610
+ #: languages/vue.php:1196
6611
  msgid "Get Answers to the important questions %1$syou should know."
6612
  msgstr ""
6613
 
6614
+ #: languages/vue.php:1199
6615
  msgid "Did the login/registration step of the checkout put users off?"
6616
  msgstr ""
6617
 
6618
+ #: languages/vue.php:1202
6619
  msgid "Which ad campaign is driving the most revenue?"
6620
  msgstr ""
6621
 
6622
+ #: languages/vue.php:1205
6623
  msgid "Who is my typical customer?"
6624
  msgstr ""
6625
 
6626
+ #: languages/vue.php:1208
6627
  msgid "Level-up Your eCommerce store with %1$sExactMetrics + WooCommerce!%1$s"
6628
  msgstr ""
6629
 
6630
  #. Translators: Error status and error text.
6631
+ #: languages/vue.php:1212
6632
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
6633
  msgstr ""
6634
 
6635
  #. Translators: Error status and error text.
6636
+ #: languages/vue.php:1216
6637
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
6638
  msgstr ""
6639
 
6640
  #. Translators: Error status and error text.
6641
+ #: languages/vue.php:1220
6642
  msgid "Can't load license details. Error: %1$s, %2$s"
6643
  msgstr ""
6644
 
6645
+ #: languages/vue.php:1223
6646
  msgid "Error loading license details"
6647
  msgstr ""
6648
 
6649
  #. Translators: Error status and error text.
6650
+ #: languages/vue.php:1227
6651
  msgid "Can't verify the license. Error: %1$s, %2$s"
6652
  msgstr ""
6653
 
6654
  #. Translators: Error status and error text.
6655
+ #: languages/vue.php:1231
6656
  msgid "Can't validate the license. Error: %1$s, %2$s"
6657
  msgstr ""
6658
 
6659
+ #: languages/vue.php:1234
6660
  msgid "Reset to default"
6661
  msgstr ""
6662
 
6663
+ #: languages/vue.php:1237
6664
  msgid "The value entered does not match the required format"
6665
  msgstr ""
6666
 
6667
+ #: languages/vue.php:1240
6668
  msgid "Check out the newly added classic mode"
6669
  msgstr ""
6670
 
6671
  #. Translators: Placeholder adds a line break.
6672
+ #: languages/vue.php:1244
6673
  msgid "You can customize your %sdate range only in the PRO version."
6674
  msgstr ""
6675
 
6676
+ #: languages/vue.php:1247
6677
  msgid "Help Us Improve"
6678
  msgstr ""
6679
 
6680
+ #: languages/vue.php:1250
6681
  msgid "Help us better understand our users and their website needs."
6682
  msgstr ""
6683
 
6684
  #. Translators: Adds a link to the documentation.
6685
+ #: languages/vue.php:1254
6686
  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"
6687
  msgstr ""
6688
 
6689
  #. Translators: The name of the field that is throwing a validation error.
6690
+ #: languages/vue.php:1258
6691
  msgid "%s can't be empty."
6692
  msgstr ""
6693
 
6694
+ #: languages/vue.php:1261
6695
  msgid "Duplicate values are not allowed."
6696
  msgstr ""
6697
 
6698
+ #: languages/vue.php:1264
6699
  msgid "You can add maximum 5 items."
6700
  msgstr ""
6701
 
6702
+ #: languages/vue.php:1267
6703
  msgid "At least 0 item required."
6704
  msgstr ""
6705
 
6706
+ #: languages/vue.php:1270
6707
  msgid "Add Another Link Path"
6708
  msgstr ""
6709
 
6710
+ #: languages/vue.php:1273
6711
  msgid "Remove row"
6712
  msgstr ""
6713
 
6714
+ #: languages/vue.php:1277
6715
  msgid "Sessions"
6716
  msgstr ""
6717
 
6718
  #. Translators: Line break.
6719
+ #: languages/vue.php:1281
6720
  msgid "Unique %s Sessions"
6721
  msgstr ""
6722
 
6723
+ #: languages/vue.php:1284
6724
  msgid "Pageviews"
6725
  msgstr ""
6726
 
6727
  #. Translators: Line break.
6728
+ #: languages/vue.php:1288
6729
  msgid "Unique %s Pageviews"
6730
  msgstr ""
6731
 
6732
+ #: languages/vue.php:1291
6733
  msgid "A session is the browsing session of a single user to your site."
6734
  msgstr ""
6735
 
6736
+ #: languages/vue.php:1294
6737
  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."
6738
  msgstr ""
6739
 
6740
+ #: languages/vue.php:1297
6741
  msgid "Total duration of all sessions (in seconds) / number of sessions."
6742
  msgstr ""
6743
 
6744
+ #: languages/vue.php:1300
6745
  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."
6746
  msgstr ""
6747
 
6748
+ #: languages/vue.php:1303
6749
  msgid "The number of distinct tracked users"
6750
  msgstr ""
6751
 
6752
+ #: languages/vue.php:1306
6753
  msgid "Avg. Session Duration"
6754
  msgstr ""
6755
 
6756
+ #: languages/vue.php:1310
6757
  msgid "Bounce Rate"
6758
  msgstr ""
6759
 
6760
+ #: languages/vue.php:1314
6761
  msgid "Total Users"
6762
  msgstr ""
6763
 
6764
+ #: languages/vue.php:1317
6765
  msgid "No options available"
6766
  msgstr ""
6767
 
6768
  #. Translators: Placeholders make the text highlighted.
6769
+ #: languages/vue.php:1321
6770
  msgid "%1$sNeed%2$s to Grow FASTER??"
6771
  msgstr ""
6772
 
6773
+ #: languages/vue.php:1324
6774
  msgid "Get additional, actionable insights by going Pro."
6775
  msgstr ""
6776
 
6777
+ #: languages/vue.php:1327
6778
  msgid "Skip"
6779
  msgstr ""
6780
 
6781
+ #: languages/vue.php:1330
6782
  msgid "See All Features"
6783
  msgstr ""
6784
 
6785
+ #: languages/vue.php:1333
6786
  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."
6787
  msgstr ""
6788
 
6789
+ #: languages/vue.php:1336
6790
  msgid "Our Pro plan includes:"
6791
  msgstr ""
6792
 
6793
  #. Translators: Error status and error text.
6794
+ #: languages/vue.php:1340
6795
  msgid "Can't load errors. Error: %1$s, %2$s"
6796
  msgstr ""
6797
 
6798
+ #: languages/vue.php:1343
6799
  msgid "Real-Time Report"
6800
  msgstr ""
6801
 
6802
+ #: languages/vue.php:1346
6803
  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."
6804
  msgstr ""
6805
 
6806
  #. Translators: add link to blog.
6807
+ #: languages/vue.php:1350
6808
  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."
6809
  msgstr ""
6810
 
6811
+ #: languages/vue.php:1353
6812
  msgid "Here's what you get:"
6813
  msgstr ""
6814
 
6815
+ #: languages/vue.php:1356
6816
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
6817
  msgstr ""
6818
 
6819
+ #: languages/vue.php:1359
6820
  msgid "See Your Top Pages Immediately After Making Changes"
6821
  msgstr ""
6822
 
6823
+ #: languages/vue.php:1362
6824
  msgid "See Your Top Referral Sources and Adapt Faster"
6825
  msgstr ""
6826
 
6827
+ #: languages/vue.php:1365
6828
  msgid "See Your Traffic Demographics"
6829
  msgstr ""
6830
 
6831
+ #: languages/vue.php:1368
6832
  msgid "Get Fresh Report Data Every 60 Seconds"
6833
  msgstr ""
6834
 
6835
+ #: languages/vue.php:1371
6836
  msgid "See Where Your Visitors are Connecting From (country & city)"
6837
  msgstr ""
6838
 
6839
+ #: languages/vue.php:1374
6840
  msgid "Forms Report"
6841
  msgstr ""
6842
 
6843
+ #: languages/vue.php:1377
6844
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
6845
  msgstr ""
6846
 
6847
+ #: languages/vue.php:1380
6848
  msgid "See Your Top Converting Forms and Optimize"
6849
  msgstr ""
6850
 
6851
+ #: languages/vue.php:1383
6852
  msgid "See Your Forms Impressions Count to Find the Best Placement"
6853
  msgstr ""
6854
 
6855
+ #: languages/vue.php:1386
6856
  msgid "Awesome, You're All Set!"
6857
  msgstr ""
6858
 
6859
+ #: languages/vue.php:1389
6860
  msgid "ExactMetrics is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
6861
  msgstr ""
6862
 
6863
  #. Translators: Make the text bold.
6864
+ #: languages/vue.php:1393
6865
  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."
6866
  msgstr ""
6867
 
6868
  #. Translators: Add link to blog.
6869
+ #: languages/vue.php:1397
6870
  msgid "%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business."
6871
  msgstr ""
6872
 
6873
+ #: languages/vue.php:1400
6874
  msgid "Finish Setup & Exit Wizard"
6875
  msgstr ""
6876
 
6877
+ #: languages/vue.php:1403
6878
  msgid "Google Analytics"
6879
  msgstr ""
6880
 
6881
+ #: languages/vue.php:1406
6882
  msgid "Subscribe"
6883
  msgstr ""
6884
 
6885
+ #: languages/vue.php:1409
6886
  msgid "Checking your website..."
6887
  msgstr ""
6888
 
6889
+ #: languages/vue.php:1412
6890
  msgid "Recommended Addons"
6891
  msgstr ""
6892
 
6893
  #. Translators: Add a link to upgrade and make the text green.
6894
+ #: languages/vue.php:1416
6895
  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!"
6896
  msgstr ""
6897
 
6898
+ #: languages/vue.php:1419
6899
  msgid "Upgrade to PRO Now"
6900
  msgstr ""
6901
 
6902
+ #: languages/vue.php:1422
6903
  msgid "See who’s viewing and submitting your forms, so you can increase your conversion rate."
6904
  msgstr ""
6905
 
6906
+ #: languages/vue.php:1425
6907
  msgid "See All Your Important Store Metrics in One Place."
6908
  msgstr ""
6909
 
6910
+ #: languages/vue.php:1428
6911
  msgid "... and more:"
6912
  msgstr ""
6913
 
6914
+ #: languages/vue.php:1431
6915
  msgid "Dimensions- Track authors, categories, trags, searches, users and more."
6916
  msgstr ""
6917
 
6918
+ #: languages/vue.php:1434
6919
  msgid "EU Compliance- Improve compliance with GDPR and other privacy regulations."
6920
  msgstr ""
6921
 
6922
+ #: languages/vue.php:1437
6923
  msgid "AMP- ExactMetrics Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages."
6924
  msgstr ""
6925
 
6926
+ #: languages/vue.php:1440
6927
  msgid "Facebook Instant Articles- Integrate Google Analytics and Facebook Instant Articles with just one click."
6928
  msgstr ""
6929
 
6930
+ #: languages/vue.php:1443
6931
  msgid "eCommerce- Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores."
6932
  msgstr ""
6933
 
6934
+ #: languages/vue.php:1446
6935
  msgid "Google Optimize- Easily enable Google Optimize on your WordPress site."
6936
  msgstr ""
6937
 
6938
+ #: languages/vue.php:1449
6939
  msgid "Forms- Enable tracking of your form views, submissions and conversion rates."
6940
  msgstr ""
6941
 
6942
+ #: languages/vue.php:1452
6943
  msgid "Ads- See who’s clicking on your Google Adsense banner ads."
6944
  msgstr ""
6945
 
6946
+ #: languages/vue.php:1455
6947
  msgid "Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress."
6948
  msgstr ""
6949
 
6950
+ #: languages/vue.php:1458
6951
  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."
6952
  msgstr ""
6953
 
6954
+ #: languages/vue.php:1461
6955
  msgid "The ExactMetrics Team"
6956
  msgstr ""
6957
 
6958
+ #: languages/vue.php:1464
6959
  msgid "Custom Dimensions Report"
6960
  msgstr ""
6961
 
6962
+ #: languages/vue.php:1467
6963
  msgid "Unlock the Dimensions Report and decide what data is important using your own custom tracking parameters"
6964
  msgstr ""
6965
 
6966
+ #: languages/vue.php:1470
6967
  msgid "The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
6968
  msgstr ""
6969
 
6970
+ #: languages/vue.php:1473
6971
  msgid "Author tracking to see which author’s posts generate the most traffic"
6972
  msgstr ""
6973
 
6974
+ #: languages/vue.php:1476
6975
  msgid "Post Type tracking to see which WordPress post types perform better"
6976
  msgstr ""
6977
 
6978
+ #: languages/vue.php:1479
6979
  msgid "Category tracking to see which sections of your sites are the most popular"
6980
  msgstr ""
6981
 
6982
+ #: languages/vue.php:1482
6983
  msgid "SEO score tracking to see which blog SEO scores are the most popular"
6984
  msgstr ""
6985
 
6986
+ #: languages/vue.php:1485
6987
  msgid "Focus Keyword tracking to see which of your content is doing well in search engines."
6988
  msgstr ""
6989
 
6990
+ #: languages/vue.php:1488
6991
  msgid "Tag tracking to determine which topics are the most engaging to for your website visitors."
6992
  msgstr ""
6993
 
6994
  #. Translators: add link to blog.
6995
+ #: languages/vue.php:1492
6996
  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."
6997
  msgstr ""
6998
 
6999
+ #: languages/vue.php:1495
7000
  msgid "See Your Homepage's Overall Performance Score"
7001
  msgstr ""
7002
 
7003
+ #: languages/vue.php:1498
7004
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
7005
  msgstr ""
7006
 
7007
+ #: languages/vue.php:1501
7008
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
7009
  msgstr ""
7010
 
7011
+ #: languages/vue.php:1504
7012
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
7013
  msgstr ""
7014
 
7015
+ #: languages/vue.php:1507
7016
  msgid "Hide dashboard widget"
7017
  msgstr ""
7018
 
7019
+ #: languages/vue.php:1510
7020
  msgid "Are you sure you want to hide the ExactMetrics Dashboard Widget? "
7021
  msgstr ""
7022
 
7023
+ #: languages/vue.php:1513
7024
  msgid "Yes, hide it!"
7025
  msgstr ""
7026
 
7027
+ #: languages/vue.php:1516
7028
  msgid "No, cancel!"
7029
  msgstr ""
7030
 
7031
+ #: languages/vue.php:1519
7032
  msgid "ExactMetrics Widget Hidden"
7033
  msgstr ""
7034
 
7035
+ #: languages/vue.php:1522
7036
  msgid "You can re-enable the ExactMetrics widget at any time using the \"Screen Options\" menu on the top right of this page"
7037
  msgstr ""
7038
 
7039
  #. Translators: Error status and error text.
7040
+ #: languages/vue.php:1526
7041
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7042
  msgstr ""
7043
 
7044
  #. Translators: Error status and error text.
7045
+ #: languages/vue.php:1530
7046
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7047
  msgstr ""
7048
 
7049
+ #: languages/vue.php:1533
7050
  msgid "You appear to be offline. Settings not saved."
7051
  msgstr ""
7052
 
7053
  #. Translators: Error status and error text.
7054
+ #: languages/vue.php:1537
7055
  msgid "Can't authenticate. Error: %1$s, %2$s"
7056
  msgstr ""
7057
 
7058
  #. Translators: Error status and error text.
7059
+ #: languages/vue.php:1541
7060
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7061
  msgstr ""
7062
 
7063
  #. Translators: Error status and error text.
7064
+ #: languages/vue.php:1545
7065
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7066
  msgstr ""
7067
 
7068
+ #: languages/vue.php:1548
7069
  msgid "Still Calculating..."
7070
  msgstr ""
7071
 
7072
+ #: languages/vue.php:1551
7073
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
7074
  msgstr ""
7075
 
7076
+ #: languages/vue.php:1554
7077
  msgid "Back to Overview Report"
7078
  msgstr ""
7079
 
7080
+ #: languages/vue.php:1557
7081
  msgid "Your 2020 Analytics Report"
7082
  msgstr ""
7083
 
7084
+ #: languages/vue.php:1560
7085
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
7086
  msgstr ""
7087
 
7088
+ #: languages/vue.php:1563
7089
  msgid "Audience"
7090
  msgstr ""
7091
 
7092
+ #: languages/vue.php:1566
7093
  msgid "Congrats"
7094
  msgstr ""
7095
 
7096
+ #: languages/vue.php:1569
7097
  msgid "Your website was quite popular this year! "
7098
  msgstr ""
7099
 
7100
+ #: languages/vue.php:1572
7101
  msgid "You had "
7102
  msgstr ""
7103
 
7104
+ #: languages/vue.php:1575
7105
  msgid " visitors!"
7106
  msgstr ""
7107
 
7108
+ #: languages/vue.php:1578
7109
  msgid " visitors"
7110
  msgstr ""
7111
 
7112
+ #: languages/vue.php:1581
7113
  msgid "Total Visitors"
7114
  msgstr ""
7115
 
7116
+ #: languages/vue.php:1584
7117
  msgid "Total Sessions"
7118
  msgstr ""
7119
 
7120
+ #: languages/vue.php:1587
7121
  msgid "Visitors by Month"
7122
  msgstr ""
7123
 
7124
+ #: languages/vue.php:1590
7125
  msgid "January 1, 2020 - December 31, 2020"
7126
  msgstr ""
7127
 
7128
+ #: languages/vue.php:1593
7129
  msgid "A Tip for 2021"
7130
  msgstr ""
7131
 
7132
+ #: languages/vue.php:1596
7133
  msgid "Demographics"
7134
  msgstr ""
7135
 
7136
+ #: languages/vue.php:1599
7137
  msgid "#1"
7138
  msgstr ""
7139
 
7140
+ #: languages/vue.php:1602
7141
  msgid "You Top 5 Countries"
7142
  msgstr ""
7143
 
7144
+ #: languages/vue.php:1605
7145
  msgid "Let’s get to know your visitors a little better, shall we?"
7146
  msgstr ""
7147
 
7148
+ #: languages/vue.php:1608
7149
  msgid "Gender"
7150
  msgstr ""
7151
 
7152
+ #: languages/vue.php:1611
7153
  msgid "Female"
7154
  msgstr ""
7155
 
7156
+ #: languages/vue.php:1614
7157
  msgid "Women"
7158
  msgstr ""
7159
 
7160
+ #: languages/vue.php:1617
7161
  msgid "Male"
7162
  msgstr ""
7163
 
7164
+ #: languages/vue.php:1620
7165
  msgid "Average Age"
7166
  msgstr ""
7167
 
7168
+ #: languages/vue.php:1623
7169
  msgid "Behavior"
7170
  msgstr ""
7171
 
7172
+ #: languages/vue.php:1626
7173
  msgid "Your Top 5 Pages"
7174
  msgstr ""
7175
 
7176
+ #: languages/vue.php:1629
7177
  msgid "Time Spent on Site"
7178
  msgstr ""
7179
 
7180
+ #: languages/vue.php:1632
7181
  msgid "minutes"
7182
  msgstr ""
7183
 
7184
+ #: languages/vue.php:1635
7185
  msgid "Device Type"
7186
  msgstr ""
7187
 
7188
+ #: languages/vue.php:1638
7189
  msgid "A Tip For 2021"
7190
  msgstr ""
7191
 
7192
+ #: languages/vue.php:1641
7193
  msgid "Are you looking for a way to track your landing pages and see which one gets the most conversions on your website?"
7194
  msgstr ""
7195
 
7196
+ #: languages/vue.php:1644
7197
  msgid "Read - How to Track Google Analytics Landing Page Conversions"
7198
  msgstr ""
7199
 
7200
+ #: languages/vue.php:1647
7201
  msgid "So, where did all of these visitors come from?"
7202
  msgstr ""
7203
 
7204
+ #: languages/vue.php:1650
7205
  msgid "Clicks"
7206
  msgstr ""
7207
 
7208
+ #: languages/vue.php:1653
7209
  msgid "Your Top 5 Keywords"
7210
  msgstr ""
7211
 
7212
+ #: languages/vue.php:1656
7213
  msgid "What keywords visitors searched for to find your site"
7214
  msgstr ""
7215
 
7216
+ #: languages/vue.php:1659
7217
  msgid "Your Top 5 Referrals"
7218
  msgstr ""
7219
 
7220
+ #: languages/vue.php:1662
7221
  msgid "The websites that link back to your website"
7222
  msgstr ""
7223
 
7224
+ #: languages/vue.php:1665
7225
  msgid "Opportunity"
7226
  msgstr ""
7227
 
7228
+ #: languages/vue.php:1668
7229
  msgid "Learn how to boost your SEO rankings using ExactMetrics so more visitors reach your articles and increase engagement."
7230
  msgstr ""
7231
 
7232
+ #: languages/vue.php:1671
7233
  msgid "Read - 5 Ways to Skyrocket Your SEO Rankings with Google Analytics"
7234
  msgstr ""
7235
 
7236
+ #: languages/vue.php:1674
7237
  msgid "Thank you for using ExactMetrics!"
7238
  msgstr ""
7239
 
7240
+ #: languages/vue.php:1677
7241
  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."
7242
  msgstr ""
7243
 
7244
+ #: languages/vue.php:1680
7245
  msgid "Here's to an amazing 2021!"
7246
  msgstr ""
7247
 
7248
+ #: languages/vue.php:1683
7249
  msgid "Enjoying ExactMetrics"
7250
  msgstr ""
7251
 
7252
+ #: languages/vue.php:1686
7253
  msgid "Leave a five star review!"
7254
  msgstr ""
7255
 
7256
+ #: languages/vue.php:1689
7257
  msgid "Syed Balkhi"
7258
  msgstr ""
7259
 
7260
+ #: languages/vue.php:1692
7261
  msgid "Chris Christoff"
7262
  msgstr ""
7263
 
7264
+ #: languages/vue.php:1695
7265
  msgid "Write Review"
7266
  msgstr ""
7267
 
7268
+ #: languages/vue.php:1698
7269
  msgid "Did you know over 10 million websites use our plugins?"
7270
  msgstr ""
7271
 
7272
+ #: languages/vue.php:1701
7273
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
7274
  msgstr ""
7275
 
7276
+ #: languages/vue.php:1704
7277
  msgid "Join our Communities!"
7278
  msgstr ""
7279
 
7280
+ #: languages/vue.php:1707
7281
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
7282
  msgstr ""
7283
 
7284
+ #: languages/vue.php:1710
7285
  msgid "Facebook Group"
7286
  msgstr ""
7287
 
7288
+ #: languages/vue.php:1713
7289
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
7290
  msgstr ""
7291
 
7292
+ #: languages/vue.php:1716
7293
  msgid "Join Now...It’s Free!"
7294
  msgstr ""
7295
 
7296
+ #: languages/vue.php:1719
7297
  msgid "WordPress Tutorials by WPBeginner"
7298
  msgstr ""
7299
 
7300
+ #: languages/vue.php:1722
7301
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
7302
  msgstr ""
7303
 
7304
+ #: languages/vue.php:1725
7305
  msgid "Visit WPBeginner"
7306
  msgstr ""
7307
 
7308
+ #: languages/vue.php:1728
7309
  msgid "Follow Us!"
7310
  msgstr ""
7311
 
7312
+ #: languages/vue.php:1731
7313
  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."
7314
  msgstr ""
7315
 
7316
+ #: languages/vue.php:1734
7317
  msgid "Copyright ExactMetrics, 2021"
7318
  msgstr ""
7319
 
7320
+ #: languages/vue.php:1737
7321
  msgid "Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights"
7322
  msgstr ""
7323
 
7324
+ #: languages/vue.php:1743
7325
  msgid "January"
7326
  msgstr ""
7327
 
7328
+ #: languages/vue.php:1746
7329
  msgid "February"
7330
  msgstr ""
7331
 
7332
+ #: languages/vue.php:1749
7333
  msgid "March"
7334
  msgstr ""
7335
 
7336
+ #: languages/vue.php:1752
7337
  msgid "April"
7338
  msgstr ""
7339
 
7340
+ #: languages/vue.php:1755
7341
  msgid "May"
7342
  msgstr ""
7343
 
7344
+ #: languages/vue.php:1758
7345
  msgid "June"
7346
  msgstr ""
7347
 
7348
+ #: languages/vue.php:1761
7349
  msgid "July"
7350
  msgstr ""
7351
 
7352
+ #: languages/vue.php:1764
7353
  msgid "August"
7354
  msgstr ""
7355
 
7356
+ #: languages/vue.php:1767
7357
  msgid "September"
7358
  msgstr ""
7359
 
7360
+ #: languages/vue.php:1770
7361
  msgid "October"
7362
  msgstr ""
7363
 
7364
+ #: languages/vue.php:1773
7365
  msgid "November"
7366
  msgstr ""
7367
 
7368
+ #: languages/vue.php:1776
7369
  msgid "December"
7370
  msgstr ""
7371
 
7372
  #. Translators: Number of visitors.
7373
+ #: languages/vue.php:1780
7374
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
7375
  msgstr ""
7376
 
7377
+ #: languages/vue.php:1783
7378
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
7379
  msgstr ""
7380
 
7381
  #. Translators: Number of visitors.
7382
+ #: languages/vue.php:1787
7383
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
7384
  msgstr ""
7385
 
7386
  #. Translators: Number of visitors.
7387
+ #: languages/vue.php:1791
7388
  msgid "%s Visitors"
7389
  msgstr ""
7390
 
7391
  #. Translators: Percent and Number of visitors.
7392
+ #: languages/vue.php:1795
7393
  msgid "%1$s&#37 of your visitors were %2$s"
7394
  msgstr ""
7395
 
7396
  #. Translators: Number of visitors and their age.
7397
+ #: languages/vue.php:1799
7398
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7399
  msgstr ""
7400
 
7401
+ #: languages/vue.php:1802
7402
  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>"
7403
  msgstr ""
7404
 
7405
  #. Translators: Number of minutes spent on site.
7406
+ #: languages/vue.php:1806
7407
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
7408
  msgstr ""
7409
 
7410
  #. Translators: Name of device type.
7411
+ #: languages/vue.php:1810
7412
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7413
  msgstr ""
7414
 
7415
  #. Translators: Number of visitors and device percentage.
7416
+ #: languages/vue.php:1814
7417
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7418
  msgstr ""
7419
 
7420
+ #: languages/vue.php:1817
7421
  msgid "Desktop"
7422
  msgstr ""
7423
 
7424
+ #: languages/vue.php:1820
7425
  msgid "Tablet"
7426
  msgstr ""
7427
 
7428
+ #: languages/vue.php:1823
7429
  msgid "Mobile"
7430
  msgstr ""
7431
 
7432
+ #: languages/vue.php:1826
7433
  msgid "Force Deauthenticate"
7434
  msgstr ""
7435
 
7436
+ #: languages/vue.php:1829
7437
  msgid "Disconnect ExactMetrics"
7438
  msgstr ""
7439
 
7440
+ #: languages/vue.php:1832
7441
  msgid "Authenticating"
7442
  msgstr ""
7443
 
7444
+ #: languages/vue.php:1835
7445
  msgid "Verifying Credentials"
7446
  msgstr ""
7447
 
7448
+ #: languages/vue.php:1838
7449
  msgid "Your site is connected to ExactMetrics!"
7450
  msgstr ""
7451
 
7452
+ #: languages/vue.php:1841
7453
  msgid "Deauthenticating"
7454
  msgstr ""
7455
 
7456
+ #: languages/vue.php:1844
7457
  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."
7458
  msgstr ""
7459
 
7460
+ #: languages/vue.php:1847
7461
+ #: languages/vue.php:1919
7462
  msgid "Connect ExactMetrics"
7463
  msgstr ""
7464
 
7465
+ #: languages/vue.php:1850
7466
  msgid "Verify Credentials"
7467
  msgstr ""
7468
 
7469
+ #: languages/vue.php:1856
7470
  msgid "Website Profile"
7471
  msgstr ""
7472
 
7473
+ #: languages/vue.php:1859
7474
  msgid "Active Profile"
7475
  msgstr ""
7476
 
7477
+ #: languages/vue.php:1862
7478
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
7479
  msgstr ""
7480
 
7481
+ #: languages/vue.php:1865
7482
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
7483
  msgstr ""
7484
 
7485
+ #: languages/vue.php:1868
7486
  msgid "Dual Tracking Profile"
7487
  msgstr ""
7488
 
7489
+ #: languages/vue.php:1871
7490
  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."
7491
  msgstr ""
7492
 
7493
+ #: languages/vue.php:1874
7494
  msgid "Your Universal Analytics code should look like UA-XXXXXXXXXX where the X's are numbers."
7495
  msgstr ""
7496
 
7497
+ #: languages/vue.php:1877
7498
  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."
7499
  msgstr ""
7500
 
7501
+ #: languages/vue.php:1880
7502
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7503
  msgstr ""
7504
 
7505
+ #: languages/vue.php:1883
7506
  msgid "Measurement Protocol API Secret"
7507
  msgstr ""
7508
 
7509
+ #: languages/vue.php:1886
7510
  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."
7511
  msgstr ""
7512
 
7513
+ #: languages/vue.php:1889
7514
  msgid "Classic mode"
7515
  msgstr ""
7516
 
7517
+ #: languages/vue.php:1892
7518
  msgid "Proceed"
7519
  msgstr ""
7520
 
7521
+ #: languages/vue.php:1895
7522
  msgid "Connection Information"
7523
  msgstr ""
7524
 
7525
+ #: languages/vue.php:1898
7526
  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."
7527
  msgstr ""
7528
 
7529
+ #: languages/vue.php:1901
7530
  msgid "Hostname"
7531
  msgstr ""
7532
 
7533
+ #: languages/vue.php:1904
7534
  msgid "FTP Username"
7535
  msgstr ""
7536
 
7537
+ #: languages/vue.php:1907
7538
  msgid "FTP Password"
7539
  msgstr ""
7540
 
7541
+ #: languages/vue.php:1910
7542
  msgid "This password will not be stored on the server."
7543
  msgstr ""
7544
 
7545
+ #: languages/vue.php:1913
7546
  msgid "Connection Type"
7547
  msgstr ""
7548
 
7549
+ #: languages/vue.php:1916
7550
  msgid "Cancel"
7551
  msgstr ""
7552
 
7553
+ #: languages/vue.php:1922
7554
  msgid "Website profile"
7555
  msgstr ""
7556
 
7557
+ #: languages/vue.php:1925
7558
  msgid "Active profile"
7559
  msgstr ""
7560
 
7561
+ #: languages/vue.php:1928
7562
  msgid "Skip and Keep Connection"
7563
  msgstr ""
7564
 
7565
+ #. Translators: Number of days.
7566
+ #: languages/vue.php:1933
7567
  msgid "vs. Previous Day"
7568
  msgstr ""
7569
 
7570
+ #: languages/vue.php:1937
7571
  msgid "No change"
7572
  msgstr ""
7573
 
7574
+ #: languages/vue.php:1940
7575
  msgid "Choose Theme"
7576
  msgstr ""
7577
 
7578
+ #: languages/vue.php:1943
7579
  msgid "Widget Styling"
7580
  msgstr ""
7581
 
7582
+ #: languages/vue.php:1946
7583
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
7584
  msgstr ""
7585
 
7586
+ #: languages/vue.php:1949
7587
  msgid "Sort By"
7588
  msgstr ""
7589
 
7590
+ #: languages/vue.php:1952
7591
  msgid "Choose how you'd like the widget to determine your popular posts."
7592
  msgstr ""
7593
 
7594
+ #: languages/vue.php:1955
7595
  msgid "Display Title"
7596
  msgstr ""
7597
 
7598
+ #: languages/vue.php:1961
7599
  msgid "Title your widget and set its display preferences."
7600
  msgstr ""
7601
 
7602
+ #: languages/vue.php:1964
7603
  msgid "Include in Post Types"
7604
  msgstr ""
7605
 
7606
+ #: languages/vue.php:1967
7607
  msgid "Exclude from specific posts"
7608
  msgstr ""
7609
 
7610
  #. Translators: Placeholders make the text bold.
7611
+ #: languages/vue.php:1971
7612
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
7613
  msgstr ""
7614
 
7615
  #. Translators: Placeholders make the text bold.
7616
+ #: languages/vue.php:1975
7617
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
7618
  msgstr ""
7619
 
7620
+ #: languages/vue.php:1978
7621
  msgid "Loading Themes"
7622
  msgstr ""
7623
 
7624
  #. Translators: placeholders make text small.
7625
+ #: languages/vue.php:1982
7626
  msgid "Default Styles %1$s- As seen above.%2$s"
7627
  msgstr ""
7628
 
7629
  #. Translators: placeholders make text small.
7630
+ #: languages/vue.php:1986
7631
  msgid "No Styles %1$s- Use your own CSS.%2$s"
7632
  msgstr ""
7633
 
7634
  #. Translators: placeholders make text small.
7635
+ #: languages/vue.php:1990
7636
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
7637
  msgstr ""
7638
 
7639
  #. Translators: placeholders make text small.
7640
+ #: languages/vue.php:1994
7641
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
7642
  msgstr ""
7643
 
7644
  #. Translators: placeholders make text small.
7645
+ #: languages/vue.php:1998
7646
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
7647
  msgstr ""
7648
 
7649
+ #: languages/vue.php:2001
7650
  msgid "Placement"
7651
  msgstr ""
7652
 
7653
+ #: languages/vue.php:2004
7654
  msgid "Choose how you'd like to place the widget."
7655
  msgstr ""
7656
 
7657
+ #: languages/vue.php:2007
7658
  msgid "Insert After"
7659
  msgstr ""
7660
 
7661
+ #: languages/vue.php:2010
7662
  msgid "Choose where in the post body the widget will be placed."
7663
  msgstr ""
7664
 
7665
+ #: languages/vue.php:2014
7666
  msgid "Customize Design"
7667
  msgstr ""
7668
 
7669
+ #: languages/vue.php:2017
7670
  msgid "words"
7671
  msgstr ""
7672
 
7673
+ #: languages/vue.php:2020
7674
  msgid "Please select at least one post to display."
7675
  msgstr ""
7676
 
7677
  #. Translators: placeholders make text small.
7678
+ #: languages/vue.php:2024
7679
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
7680
  msgstr ""
7681
 
7682
  #. Translators: placeholders make text small.
7683
+ #: languages/vue.php:2028
7684
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
7685
  msgstr ""
7686
 
7687
+ #: languages/vue.php:2031
7688
  msgid "Caching"
7689
  msgstr ""
7690
 
7691
+ #: languages/vue.php:2034
7692
  msgid "Enable Data Caching"
7693
  msgstr ""
7694
 
7695
+ #: languages/vue.php:2037
7696
  msgid "Refresh Cache Every"
7697
  msgstr ""
7698
 
7699
+ #: languages/vue.php:2040
7700
  msgid "Choose how often to refresh the cache."
7701
  msgstr ""
7702
 
7703
+ #: languages/vue.php:2043
7704
  msgid "Enable Ajaxify"
7705
  msgstr ""
7706
 
7707
+ #: languages/vue.php:2046
7708
  msgid "Ajaxify Widget"
7709
  msgstr ""
7710
 
7711
+ #: languages/vue.php:2049
7712
  msgid "Use to bypass page caching."
7713
  msgstr ""
7714
 
7715
+ #: languages/vue.php:2052
7716
  msgid "Empty Cache"
7717
  msgstr ""
7718
 
7719
+ #: languages/vue.php:2055
7720
  msgid "Click to manually wipe the cache right now."
7721
  msgstr ""
7722
 
7723
+ #: languages/vue.php:2058
7724
  msgid "Popular posts cache emptied"
7725
  msgstr ""
7726
 
7727
+ #: languages/vue.php:2061
7728
  msgid "Error emptying the popular posts cache. Please try again."
7729
  msgstr ""
7730
 
7731
+ #: languages/vue.php:2064
7732
  msgid "Last 30 Days Analytics for "
7733
  msgstr ""
7734
 
7735
+ #: languages/vue.php:2067
7736
  msgid "Your Website"
7737
  msgstr ""
7738
 
7739
+ #: languages/vue.php:2070
7740
  msgid "Avg. Duration"
7741
  msgstr ""
7742
 
7743
+ #: languages/vue.php:2073
7744
  msgid "More data is available"
7745
  msgstr ""
7746
 
7747
+ #: languages/vue.php:2076
7748
  msgid "Want to see page-specific stats?"
7749
  msgstr ""
7750
 
7751
+ #: languages/vue.php:2079
7752
  msgid "You appear to be offline. WPForms not installed."
7753
  msgstr ""
7754
 
7755
  #. Translators: Error status and error text.
7756
+ #: languages/vue.php:2083
7757
  msgid "Can't activate addon. Error: %1$s, %2$s"
7758
  msgstr ""
7759
 
7760
+ #: languages/vue.php:2086
7761
  msgid "You appear to be offline. Addon not activated."
7762
  msgstr ""
7763
 
7764
  #. Translators: Error status and error text.
7765
+ #: languages/vue.php:2090
7766
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7767
  msgstr ""
7768
 
7769
+ #: languages/vue.php:2093
7770
  msgid "You appear to be offline. Addon not deactivated."
7771
  msgstr ""
7772
 
7773
  #. Translators: Error status and error text.
7774
+ #: languages/vue.php:2097
7775
  msgid "Can't install plugin. Error: %1$s, %2$s"
7776
  msgstr ""
7777
 
7778
+ #: languages/vue.php:2100
7779
  msgid "You appear to be offline. Plugin not installed."
7780
  msgstr ""
7781
 
7782
  #. Translators: Error status and error text.
7783
+ #: languages/vue.php:2104
7784
  msgid "Can't install addon. Error: %1$s, %2$s"
7785
  msgstr ""
7786
 
7787
+ #: languages/vue.php:2107
7788
  msgid "You appear to be offline. Addon not installed."
7789
  msgstr ""
7790
 
7791
  #. Translators: Error status and error text.
7792
+ #: languages/vue.php:2111
7793
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7794
  msgstr ""
7795
 
7796
+ #: languages/vue.php:2114
7797
  msgid "Network Active"
7798
  msgstr ""
7799
 
7800
+ #: languages/vue.php:2117
7801
  msgid "Active"
7802
  msgstr ""
7803
 
7804
+ #: languages/vue.php:2120
7805
  msgid "Inactive"
7806
  msgstr ""
7807
 
7808
  #. Translators: Placeholder for the addon status (installed, active, etc).
7809
+ #: languages/vue.php:2124
7810
  msgid "Status: %s"
7811
  msgstr ""
7812
 
7813
+ #: languages/vue.php:2127
7814
  msgid "Not Installed"
7815
  msgstr ""
7816
 
7817
  #. Translators: Makes text bold and adds smiley.
7818
+ #: languages/vue.php:2131
7819
  msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
7820
  msgstr ""
7821
 
7822
  #. Translators: Makes text green.
7823
+ #: languages/vue.php:2135
7824
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
7825
  msgstr ""
7826
 
7827
+ #: languages/vue.php:2138
7828
  msgid "Unlock All Features and Upgrade to Pro"
7829
  msgstr ""
7830
 
7831
  #. Translators: Make text green and add smiley face.
7832
+ #: languages/vue.php:2142
7833
  msgid "You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
7834
  msgstr ""
7835
 
7836
  #. Translators: Make text green.
7837
+ #: languages/vue.php:2146
7838
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
7839
  msgstr ""
7840
 
7841
+ #: languages/vue.php:2149
7842
  msgid "Unlock PRO Features Now"
7843
  msgstr ""
7844
 
7845
+ #: languages/vue.php:2152
7846
  msgid "Paste your license key here"
7847
  msgstr ""
7848
 
7849
+ #: languages/vue.php:2155
7850
  msgid "Verify"
7851
  msgstr ""
7852
 
7853
  #. Translators: Add link to retrieve license from account area.
7854
+ #: languages/vue.php:2159
7855
  msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s."
7856
  msgstr ""
7857
 
7858
+ #: languages/vue.php:2162
7859
  msgid "There was an error unlocking ExactMetrics PRO please try again or install manually."
7860
  msgstr ""
7861
 
7862
+ #: languages/vue.php:2165
7863
  msgid "%1$sAll-in-One SEO%2$s Makes SEO Simple. Gain Valuable Organic Traffic."
7864
  msgstr ""
7865
 
7866
+ #: languages/vue.php:2168
7867
  msgid "Automatically migrate all of your SEO settings with just 1 click!"
7868
  msgstr ""
7869
 
7870
+ #: languages/vue.php:2171
7871
  msgid "1,938"
7872
  msgstr ""
7873
 
7874
+ #: languages/vue.php:2174
7875
  msgid "2+ Million Active Installs"
7876
  msgstr ""
7877
 
7878
+ #: languages/vue.php:2177
7879
  msgid "AIOSEO is the DIY Solution for Managing your SEO"
7880
  msgstr ""
7881
 
7882
+ #: languages/vue.php:2180
7883
  msgid "Set up the proper SEO foundations in less than 10 minutes."
7884
  msgstr ""
7885
 
7886
+ #: languages/vue.php:2183
7887
  msgid "SEO Audit Checklist"
7888
  msgstr ""
7889
 
7890
+ #: languages/vue.php:2186
7891
  msgid "Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic."
7892
  msgstr ""
7893
 
7894
+ #: languages/vue.php:2189
7895
  msgid "Optimize Your Pages For Higher Rankings With TruSEO Score."
7896
  msgstr ""
7897
 
7898
+ #: languages/vue.php:2192
7899
  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."
7900
  msgstr ""
7901
 
7902
+ #: languages/vue.php:2195
7903
  msgid "Get AIOSEO for WordPress"
7904
  msgstr ""
7905
 
7906
+ #: languages/vue.php:2198
7907
  msgid "Get the #1 Most Powerful WordPress SEO Plugin Today"
7908
  msgstr ""
7909
 
7910
+ #: languages/vue.php:2201
7911
  msgid "Try it out today, for free."
7912
  msgstr ""
7913
 
7914
+ #: languages/vue.php:2204
7915
  msgid "Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings."
7916
  msgstr ""
7917
 
7918
+ #: languages/vue.php:2207
7919
  msgid "Activate and Install the Plugin with just one click!"
7920
  msgstr ""
7921
 
7922
+ #: languages/vue.php:2210
7923
  msgid "Installing AIOSEO..."
7924
  msgstr ""
7925
 
7926
+ #: languages/vue.php:2213
7927
  msgid "Congrats! All-in-One SEO Installed."
7928
  msgstr ""
7929
 
7930
+ #: languages/vue.php:2216
7931
  msgid "Switch to AIOSEO"
7932
  msgstr ""
7933
 
7934
+ #: languages/vue.php:2219
7935
  msgid "Installation Failed. Please refresh and try again."
7936
  msgstr ""
7937
 
7938
+ #: languages/vue.php:2222
7939
  msgid "Activating AIOSEO..."
7940
  msgstr ""
7941
 
7942
+ #: languages/vue.php:2225
7943
  msgid "Activate AIOSEO"
7944
  msgstr ""
7945
 
7946
+ #: languages/vue.php:2228
7947
  msgid "Activation Failed. Please refresh and try again."
7948
  msgstr ""
7949
 
7950
+ #: languages/vue.php:2231
7951
  msgid "Unlock Form Tracking"
7952
  msgstr ""
7953
 
7954
+ #: languages/vue.php:2234
7955
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
7956
  msgstr ""
7957
 
7958
+ #: languages/vue.php:2237
7959
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
7960
  msgstr ""
7961
 
7962
+ #: languages/vue.php:2240
7963
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
7964
  msgstr ""
7965
 
7966
+ #: languages/vue.php:2244
7967
  msgid "Show"
7968
  msgstr ""
7969
 
7970
+ #: languages/vue.php:2247
7971
  msgid "File imported"
7972
  msgstr ""
7973
 
7974
+ #: languages/vue.php:2250
7975
  msgid "Settings successfully updated!"
7976
  msgstr ""
7977
 
7978
+ #: languages/vue.php:2253
7979
  msgid "Error importing settings"
7980
  msgstr ""
7981
 
7982
+ #: languages/vue.php:2256
7983
  msgid "Please choose a .json file generated by a ExactMetrics settings export."
7984
  msgstr ""
7985
 
7986
+ #: languages/vue.php:2259
7987
  msgid "Import/Export"
7988
  msgstr ""
7989
 
7990
+ #: languages/vue.php:2262
7991
  msgid "Import"
7992
  msgstr ""
7993
 
7994
+ #: languages/vue.php:2265
7995
  msgid "Import settings from another ExactMetrics website."
7996
  msgstr ""
7997
 
7998
+ #: languages/vue.php:2268
7999
  msgid "Export"
8000
  msgstr ""
8001
 
8002
+ #: languages/vue.php:2271
8003
  msgid "Export settings to import into another ExactMetrics install."
8004
  msgstr ""
8005
 
8006
+ #: languages/vue.php:2274
8007
  msgid "Import Settings"
8008
  msgstr ""
8009
 
8010
+ #: languages/vue.php:2277
8011
  msgid "Export Settings"
8012
  msgstr ""
8013
 
8014
+ #: languages/vue.php:2280
8015
  msgid "Please choose a file to import"
8016
  msgstr ""
8017
 
8018
+ #: languages/vue.php:2283
8019
  msgid "Click Choose file below to select the settings export file from another site."
8020
  msgstr ""
8021
 
8022
+ #: languages/vue.php:2286
8023
  msgid "Use the button below to export a file with your ExactMetrics settings."
8024
  msgstr ""
8025
 
8026
+ #: languages/vue.php:2289
8027
  msgid "Choose file"
8028
  msgstr ""
8029
 
8030
+ #: languages/vue.php:2292
8031
  msgid "No file chosen"
8032
  msgstr ""
8033
 
8034
+ #: languages/vue.php:2295
8035
  msgid "Uploading file..."
8036
  msgstr ""
8037
 
8038
+ #: languages/vue.php:2298
8039
  msgid "Custom code"
8040
  msgstr ""
8041
 
8042
  #. Translators: Adds a link to the Google reference.
8043
+ #: languages/vue.php:2302
8044
  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."
8045
  msgstr ""
8046
 
8047
+ #: languages/vue.php:2308
8048
  msgid "Automatic Updates"
8049
  msgstr ""
8050
 
8051
+ #: languages/vue.php:2311
8052
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
8053
  msgstr ""
8054
 
8055
+ #: languages/vue.php:2314
8056
  msgid "Hide Admin Bar Reports"
8057
  msgstr ""
8058
 
8059
  #. Translators: placeholders make text small.
8060
+ #: languages/vue.php:2318
8061
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
8062
  msgstr ""
8063
 
8064
  #. Translators: placeholders make text small.
8065
+ #: languages/vue.php:2322
8066
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
8067
  msgstr ""
8068
 
8069
  #. Translators: placeholders make text small.
8070
+ #: languages/vue.php:2326
8071
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
8072
  msgstr ""
8073
 
8074
  #. Translators: placeholders make text small.
8075
+ #: languages/vue.php:2330
8076
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
8077
  msgstr ""
8078
 
8079
  #. Translators: placeholders make text small.
8080
+ #: languages/vue.php:2334
8081
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
8082
  msgstr ""
8083
 
8084
  #. Translators: placeholders make text small.
8085
+ #: languages/vue.php:2338
8086
  msgid "None %1$s- Manually update everything.%2$s"
8087
  msgstr ""
8088
 
8089
  #. Translators: Adds a link to the general settings tab.
8090
+ #: languages/vue.php:2342
8091
  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."
8092
  msgstr ""
8093
 
8094
+ #: languages/vue.php:2345
8095
  msgid "Permissions"
8096
  msgstr ""
8097
 
8098
+ #: languages/vue.php:2348
8099
  msgid "Export PDF Reports"
8100
  msgstr ""
8101
 
8102
+ #: languages/vue.php:2351
8103
  msgid "Allow These User Roles to See Reports"
8104
  msgstr ""
8105
 
8106
+ #: languages/vue.php:2354
8107
  msgid "Users that have at least one of these roles will be able to view the reports."
8108
  msgstr ""
8109
 
8110
+ #: languages/vue.php:2357
8111
  msgid "Allow These User Roles to Save Settings"
8112
  msgstr ""
8113
 
8114
+ #: languages/vue.php:2360
8115
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
8116
  msgstr ""
8117
 
8118
+ #: languages/vue.php:2363
8119
  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."
8120
  msgstr ""
8121
 
8122
+ #: languages/vue.php:2366
8123
  msgid "Exclude These User Roles From Tracking"
8124
  msgstr ""
8125
 
8126
+ #: languages/vue.php:2369
8127
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
8128
  msgstr ""
8129
 
8130
+ #: languages/vue.php:2372
8131
  msgid "Make your ExactMetrics campaign links prettier with Pretty Links!"
8132
  msgstr ""
8133
 
8134
+ #: languages/vue.php:2375
8135
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
8136
  msgstr ""
8137
 
8138
+ #: languages/vue.php:2378
8139
  msgid "Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!"
8140
  msgstr ""
8141
 
8142
+ #: languages/vue.php:2381
8143
  msgid "Over 200,000 websites use Pretty Links!"
8144
  msgstr ""
8145
 
8146
+ #: languages/vue.php:2384
8147
  msgid "Install Pretty Links"
8148
  msgstr ""
8149
 
8150
+ #: languages/vue.php:2387
8151
  msgid "Pretty Links Installed & Activated"
8152
  msgstr ""
8153
 
8154
+ #: languages/vue.php:2390
8155
  msgid "Download Pretty Links"
8156
  msgstr ""
8157
 
8158
+ #: languages/vue.php:2393
8159
  msgid "Install Pretty Links from the WordPress.org plugin repository."
8160
  msgstr ""
8161
 
8162
+ #: languages/vue.php:2396
8163
  msgid "Activate Pretty Links"
8164
  msgstr ""
8165
 
8166
+ #: languages/vue.php:2399
8167
  msgid "Activating Pretty Links..."
8168
  msgstr ""
8169
 
8170
+ #: languages/vue.php:2402
8171
  msgid "Create New Pretty Link"
8172
  msgstr ""
8173
 
8174
+ #: languages/vue.php:2405
8175
  msgid "Create a New Pretty Link"
8176
  msgstr ""
8177
 
8178
+ #: languages/vue.php:2408
8179
  msgid "Grab your campaign link and paste it into the Target URL field."
8180
  msgstr ""
8181
 
8182
+ #: languages/vue.php:2411
8183
  msgid "Custom Campaign Parameters"
8184
  msgstr ""
8185
 
8186
+ #: languages/vue.php:2414
8187
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
8188
  msgstr ""
8189
 
8190
+ #: languages/vue.php:2417
8191
  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."
8192
  msgstr ""
8193
 
8194
  #. Translators: Marks the field as required.
8195
+ #: languages/vue.php:2421
8196
  msgid "Website URL %s"
8197
  msgstr ""
8198
 
8199
  #. Translators: Display the current website url in italic.
8200
+ #: languages/vue.php:2425
8201
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
8202
  msgstr ""
8203
 
8204
  #. Translators: Marks the field as required.
8205
+ #: languages/vue.php:2429
8206
  msgid "Campaign Source %s"
8207
  msgstr ""
8208
 
8209
  #. Translators: Make the text italic.
8210
+ #: languages/vue.php:2433
8211
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
8212
  msgstr ""
8213
 
8214
  #. Translators: Make the text italic.
8215
+ #: languages/vue.php:2437
8216
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
8217
  msgstr ""
8218
 
8219
  #. Translators: Make the text italic.
8220
+ #: languages/vue.php:2441
8221
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
8222
  msgstr ""
8223
 
8224
+ #: languages/vue.php:2444
8225
  msgid "Enter the paid keyword"
8226
  msgstr ""
8227
 
8228
+ #: languages/vue.php:2447
8229
  msgid "Enter something to differentiate ads"
8230
  msgstr ""
8231
 
8232
+ #: languages/vue.php:2450
8233
  msgid "Use Fragment"
8234
  msgstr ""
8235
 
8236
  #. Translators: Make the text bold.
8237
+ #: languages/vue.php:2454
8238
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
8239
  msgstr ""
8240
 
8241
+ #: languages/vue.php:2457
8242
  msgid "URL to use"
8243
  msgstr ""
8244
 
8245
+ #: languages/vue.php:2460
8246
  msgid "(Updates automatically)"
8247
  msgstr ""
8248
 
8249
+ #: languages/vue.php:2463
8250
  msgid "Copy to Clipboard"
8251
  msgstr ""
8252
 
8253
+ #: languages/vue.php:2466
8254
  msgid "Copy to Pretty Links"
8255
  msgstr ""
8256
 
8257
+ #: languages/vue.php:2469
8258
  msgid "Make your campaign links prettier!"
8259
  msgstr ""
8260
 
8261
+ #: languages/vue.php:2472
8262
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
8263
  msgstr ""
8264
 
8265
+ #: languages/vue.php:2475
8266
  msgid "More Information & Examples"
8267
  msgstr ""
8268
 
8269
+ #: languages/vue.php:2478
8270
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
8271
  msgstr ""
8272
 
8273
+ #: languages/vue.php:2481
8274
  msgid "Campaign Source"
8275
  msgstr ""
8276
 
8277
+ #: languages/vue.php:2484
8278
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
8279
  msgstr ""
8280
 
8281
+ #: languages/vue.php:2487
8282
  msgid "Campaign Medium"
8283
  msgstr ""
8284
 
8285
+ #: languages/vue.php:2490
8286
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
8287
  msgstr ""
8288
 
8289
+ #: languages/vue.php:2493
8290
  msgid "Campaign Name"
8291
  msgstr ""
8292
 
8293
+ #: languages/vue.php:2496
8294
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
8295
  msgstr ""
8296
 
8297
+ #: languages/vue.php:2499
8298
  msgid "Campaign Term"
8299
  msgstr ""
8300
 
8301
+ #: languages/vue.php:2502
8302
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
8303
  msgstr ""
8304
 
8305
+ #: languages/vue.php:2505
8306
  msgid "Campaign Content"
8307
  msgstr ""
8308
 
8309
+ #: languages/vue.php:2508
8310
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
8311
  msgstr ""
8312
 
8313
  #. Translators: Example.
8314
+ #: languages/vue.php:2512
8315
  msgid "Example: %s"
8316
  msgstr ""
8317
 
8318
  #. Translators: Examples.
8319
+ #: languages/vue.php:2516
8320
  msgid "Examples: %s"
8321
  msgstr ""
8322
 
8323
+ #: languages/vue.php:2519
8324
  msgid "About Campaigns"
8325
  msgstr ""
8326
 
8327
+ #: languages/vue.php:2522
8328
  msgid "About Custom Campaigns"
8329
  msgstr ""
8330
 
8331
+ #: languages/vue.php:2525
8332
  msgid "Best Practices for Creating Custom Campaigns"
8333
  msgstr ""
8334
 
8335
+ #: languages/vue.php:2528
8336
  msgid "About the Referral Traffic Report"
8337
  msgstr ""
8338
 
8339
+ #: languages/vue.php:2531
8340
  msgid "About Traffic Source Dimensions"
8341
  msgstr ""
8342
 
8343
+ #: languages/vue.php:2534
8344
  msgid "AdWords Auto-Tagging"
8345
  msgstr ""
8346
 
8347
+ #: languages/vue.php:2537
8348
  msgid "Additional Information"
8349
  msgstr ""
8350
 
8351
+ #: languages/vue.php:2540
8352
  msgid "Affiliate Links"
8353
  msgstr ""
8354
 
8355
  #. Translators: Add links to documentation.
8356
+ #: languages/vue.php:2544
8357
  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."
8358
  msgstr ""
8359
 
8360
+ #: languages/vue.php:2547
8361
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
8362
  msgstr ""
8363
 
8364
+ #: languages/vue.php:2550
8365
  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."
8366
  msgstr ""
8367
 
8368
+ #: languages/vue.php:2553
8369
  msgid "Disable the Headline Analyzer"
8370
  msgstr ""
8371
 
8372
  #. Translators: Add line break.
8373
+ #: languages/vue.php:2557
8374
  msgid "See All Your Important Store%s Metrics in One Place"
8375
  msgstr ""
8376
 
8377
+ #: languages/vue.php:2560
8378
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
8379
  msgstr ""
8380
 
8381
+ #: languages/vue.php:2563
8382
  msgid "See Your Conversion Rate to Improve Funnel"
8383
  msgstr ""
8384
 
8385
+ #: languages/vue.php:2566
8386
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
8387
  msgstr ""
8388
 
8389
+ #: languages/vue.php:2569
8390
  msgid "See The Total Revenue to Track Growth"
8391
  msgstr ""
8392
 
8393
+ #: languages/vue.php:2572
8394
  msgid "See Average Order Value to Find Offer Opportunities"
8395
  msgstr ""
8396
 
8397
+ #: languages/vue.php:2575
8398
  msgid "See Your Top Products to See Individual Performance"
8399
  msgstr ""
8400
 
8401
+ #: languages/vue.php:2578
8402
  msgid "See your Top Conversion Sources and Focus on what's Working"
8403
  msgstr ""
8404
 
8405
+ #: languages/vue.php:2581
8406
  msgid "See The Time it Takes for Customers to Purchase"
8407
  msgstr ""
8408
 
8409
+ #: languages/vue.php:2584
8410
  msgid "See How Many Sessions are Needed for a Purchase"
8411
  msgstr ""
8412
 
8413
+ #: languages/vue.php:2587
8414
  msgid "Automatically Track Affiliate Sales"
8415
  msgstr ""
8416
 
8417
+ #: languages/vue.php:2590
8418
  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."
8419
  msgstr ""
8420
 
8421
+ #: languages/vue.php:2593
8422
  msgid "Works with WooCommerce, MemberPress, and EasyDigitalDownloads."
8423
  msgstr ""
8424
 
8425
+ #: languages/vue.php:2596
8426
  msgid "Cross Domain Tracking"
8427
  msgstr ""
8428
 
8429
  #. Translators: Add links to documentation.
8430
+ #: languages/vue.php:2600
8431
  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."
8432
  msgstr ""
8433
 
8434
+ #: languages/vue.php:2603
8435
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
8436
  msgstr ""
8437
 
8438
+ #: languages/vue.php:2606
8439
  msgid "Anonymize IP Addresses"
8440
  msgstr ""
8441
 
8442
+ #: languages/vue.php:2609
8443
  msgid "Link Attribution"
8444
  msgstr ""
8445
 
8446
+ #: languages/vue.php:2612
8447
  msgid "Enable Enhanced Link Attribution"
8448
  msgstr ""
8449
 
8450
+ #: languages/vue.php:2615
8451
  msgid "Enable Anchor Tracking"
8452
  msgstr ""
8453
 
8454
+ #: languages/vue.php:2618
8455
  msgid "Enable allowAnchor"
8456
  msgstr ""
8457
 
8458
+ #: languages/vue.php:2621
8459
  msgid "Enable allowLinker"
8460
  msgstr ""
8461
 
8462
+ #: languages/vue.php:2624
8463
  msgid "Enable Tag Links in RSS"
8464
  msgstr ""
8465
 
8466
+ #: languages/vue.php:2627
8467
  msgid "File Downloads"
8468
  msgstr ""
8469
 
8470
+ #: languages/vue.php:2630
8471
  msgid "Extensions of Files to Track as Downloads"
8472
  msgstr ""
8473
 
8474
+ #: languages/vue.php:2633
8475
  msgid "ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions."
8476
  msgstr ""
8477
 
8478
  #. Translators: Add links to documentation.
8479
+ #: languages/vue.php:2637
8480
  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."
8481
  msgstr ""
8482
 
8483
  #. Translators: Add links to documentation.
8484
+ #: languages/vue.php:2641
8485
  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."
8486
  msgstr ""
8487
 
8488
  #. Translators: Add links to documentation.
8489
+ #: languages/vue.php:2645
8490
  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."
8491
  msgstr ""
8492
 
8493
+ #: languages/vue.php:2648
8494
  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."
8495
  msgstr ""
8496
 
8497
  #. Translators: Add links to documentation.
8498
+ #: languages/vue.php:2652
8499
  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."
8500
  msgstr ""
8501
 
8502
  #. Translators: Add links to documentation.
8503
+ #: languages/vue.php:2656
8504
  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."
8505
  msgstr ""
8506
 
8507
  #. Translators: Add links to documentation.
8508
+ #: languages/vue.php:2660
8509
  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."
8510
  msgstr ""
8511
 
8512
+ #: languages/vue.php:2663
8513
  msgid "Add domain"
8514
  msgstr ""
8515
 
8516
  #. Translators: Domain name example.
8517
+ #: languages/vue.php:2667
8518
  msgid "Domain (example: %s)"
8519
  msgstr ""
8520
 
8521
  #. Translators: Current domain name that should not be used.
8522
+ #: languages/vue.php:2671
8523
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
8524
  msgstr ""
8525
 
8526
  #. Translators: Adds link to the account area to retreive license key.
8527
+ #: languages/vue.php:2675
8528
  msgid "Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s."
8529
  msgstr ""
8530
 
8531
+ #: languages/vue.php:2678
8532
  msgid "Connect ExactMetrics to Start Tracking Your Data"
8533
  msgstr ""
8534
 
8535
+ #: languages/vue.php:2681
8536
  msgid "Complete Upgrade"
8537
  msgstr ""
8538
 
8539
+ #: languages/vue.php:2684
8540
  msgid "Upgrade to Pro Version!"
8541
  msgstr ""
8542
 
8543
  #. Translators: Make text bold.
8544
+ #: languages/vue.php:2688
8545
  msgid "%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process."
8546
  msgstr ""
8547
 
8548
+ #: languages/vue.php:2691
8549
  msgid "Install All-in-One SEO"
8550
  msgstr ""
8551
 
8552
+ #: languages/vue.php:2694
8553
  msgid "Improve Your Website Search Rankings With All-In-One SEO"
8554
  msgstr ""
8555
 
8556
+ #: languages/vue.php:2697
8557
  msgid "If you’re not using a plugin to optimize your website’s SEO you’re missing out on valuable organic traffic!"
8558
  msgstr ""
8559
 
8560
+ #: languages/vue.php:2700
8561
  msgid "Finally, a WordPress SEO Plugin that’s Easy and Powerful!"
8562
  msgstr ""
8563
 
8564
+ #: languages/vue.php:2703
8565
  msgid "AIOSEO makes it easy to set up the proper SEO foundations in less than 10 minutes."
8566
  msgstr ""
8567
 
8568
+ #: languages/vue.php:2706
8569
  msgid "Local SEO"
8570
  msgstr ""
8571
 
8572
+ #: languages/vue.php:2709
8573
  msgid "All in One SEO gives you all the tools you need to improve your local SEO and rank higher on Google Maps."
8574
  msgstr ""
8575
 
8576
+ #: languages/vue.php:2712
8577
  msgid "WooCommerce SEO"
8578
  msgstr ""
8579
 
8580
+ #: languages/vue.php:2715
8581
  msgid "Advanced eCommerce SEO support for WooCommerce to optimize product pages, product categories, and more."
8582
  msgstr ""
8583
 
8584
+ #: languages/vue.php:2718
8585
  msgid "SEO Custom User Roles"
8586
  msgstr ""
8587
 
8588
+ #: languages/vue.php:2721
8589
  msgid "SEO user roles allow you to manage access to important SEO features without handing over control of your website."
8590
  msgstr ""
8591
 
8592
+ #: languages/vue.php:2724
8593
  msgid "Google News Sitemap"
8594
  msgstr ""
8595
 
8596
+ #: languages/vue.php:2727
8597
  msgid "Get higher rankings and unlock more traffic by submitting your latest news articles to Google News."
8598
  msgstr ""
8599
 
8600
+ #: languages/vue.php:2730
8601
  msgid "Smart XML Sitemaps"
8602
  msgstr ""
8603
 
8604
+ #: languages/vue.php:2733
8605
  msgid "Automatically generate a WordPress XML sitemap and notify all search engines of any updates."
8606
  msgstr ""
8607
 
8608
+ #: languages/vue.php:2736
8609
  msgid "Social Media Integration"
8610
  msgstr ""
8611
 
8612
+ #: languages/vue.php:2739
8613
  msgid "Easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks."
8614
  msgstr ""
8615
 
8616
+ #: languages/vue.php:2742
8617
  msgid "TruSEO On-Page Analysis"
8618
  msgstr ""
8619
 
8620
+ #: languages/vue.php:2745
8621
  msgid "Easily add title tags, meta descriptions, keywords, and everything else you need for proper on-page SEO optimization."
8622
  msgstr ""
8623
 
8624
+ #: languages/vue.php:2748
8625
  msgid "& Many More!"
8626
  msgstr ""
8627
 
8628
+ #: languages/vue.php:2751
8629
  msgid "Installing. Please wait.."
8630
  msgstr ""
8631
 
8632
+ #: languages/vue.php:2754
8633
  msgid "Install All-in-One-SEO"
8634
  msgstr ""
8635
 
8636
+ #: languages/vue.php:2757
8637
  msgid "Unlock the Publisher Report and Focus on the Content That Matters"
8638
  msgstr ""
8639
 
8640
+ #: languages/vue.php:2760
8641
  msgid "See Your Top Landing Pages to Improve Engagement"
8642
  msgstr ""
8643
 
8644
+ #: languages/vue.php:2763
8645
  msgid "See Your Top Exit Pages to Reduce Abandonment"
8646
  msgstr ""
8647
 
8648
+ #: languages/vue.php:2766
8649
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
8650
  msgstr ""
8651
 
8652
+ #: languages/vue.php:2769
8653
  msgid "See Your Top Affiliate Links and Focus on What’s Working"
8654
  msgstr ""
8655
 
8656
+ #: languages/vue.php:2772
8657
  msgid "See Your Top Downloads and Improve Conversions"
8658
  msgstr ""
8659
 
8660
+ #: languages/vue.php:2775
8661
  msgid "See Audience Demographic Report (Age / Gender / Interests)"
8662
  msgstr ""
8663
 
8664
+ #: languages/vue.php:2778
8665
  msgid "Welcome to the all-new ExactMetrics"
8666
  msgstr ""
8667
 
8668
+ #: languages/vue.php:2781
8669
  msgid "Redesigned from the ground up, ExactMetrics is built to bring a world-class analytics and reporting experience to WordPress."
8670
  msgstr ""
8671
 
8672
+ #: languages/vue.php:2784
8673
  msgid "The New & Improved ExactMetrics includes:"
8674
  msgstr ""
8675
 
8676
+ #: languages/vue.php:2787
8677
  msgid "All-New Design"
8678
  msgstr ""
8679
 
8680
+ #: languages/vue.php:2790
8681
  msgid "Better Reporting"
8682
  msgstr ""
8683
 
8684
+ #: languages/vue.php:2793
8685
  msgid "Better Tracking"
8686
  msgstr ""
8687
 
8688
+ #: languages/vue.php:2796
8689
  msgid "Better Support"
8690
  msgstr ""
8691
 
8692
+ #: languages/vue.php:2799
8693
  msgid "Continue"
8694
  msgstr ""
8695
 
8696
+ #: languages/vue.php:2802
8697
  msgid "Your settings have been automatically transferred."
8698
  msgstr ""
8699
 
8700
+ #: languages/vue.php:2805
8701
  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."
8702
  msgstr ""
8703
 
8704
+ #: languages/vue.php:2808
8705
  msgid "New"
8706
  msgstr ""
8707
 
8708
+ #: languages/vue.php:2811
8709
  msgid "Returning"
8710
  msgstr ""
8711
 
8712
+ #: languages/vue.php:2814
8713
  msgid "Top 10 Countries"
8714
  msgstr ""
8715
 
8716
+ #: languages/vue.php:2817
8717
  msgid "View Countries Report"
8718
  msgstr ""
8719
 
8720
+ #: languages/vue.php:2820
8721
  msgid "Top 10 Referrals"
8722
  msgstr ""
8723
 
8724
+ #: languages/vue.php:2823
8725
  msgid "View All Referral Sources"
8726
  msgstr ""
8727
 
8728
+ #: languages/vue.php:2826
8729
  msgid "View Full Posts/Pages Report"
8730
  msgstr ""
8731
 
8732
+ #: languages/vue.php:2829
8733
  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."
8734
  msgstr ""
8735
 
8736
+ #: languages/vue.php:2832
8737
  msgid "This list shows the top countries your website visitors are from."
8738
  msgstr ""
8739
 
8740
+ #: languages/vue.php:2835
8741
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
8742
  msgstr ""
8743
 
8744
+ #: languages/vue.php:2838
8745
  msgid "This feature requires ExactMetrics Pro"
8746
  msgstr ""
8747
 
8748
+ #: languages/vue.php:2841
8749
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
8750
  msgstr ""
8751
 
8752
+ #: languages/vue.php:2844
8753
  msgid "Upgrade to Pro and Unlock Popular Products"
8754
  msgstr ""
8755
 
8756
+ #: languages/vue.php:2847
8757
  msgid "View all Pro features"
8758
  msgstr ""
8759
 
8760
+ #: languages/vue.php:2850
8761
  msgid "View notifications"
8762
  msgstr ""
8763
 
8764
+ #: languages/vue.php:2853
8765
  msgid "Days"
8766
  msgstr ""
8767
 
8768
  #. Translators: placeholders make text small.
8769
+ #: languages/vue.php:2857
8770
  msgid "7 days"
8771
  msgstr ""
8772
 
8773
+ #: languages/vue.php:2860
8774
  msgid "30 days"
8775
  msgstr ""
8776
 
8777
+ #: languages/vue.php:2863
8778
  msgid "Custom"
8779
  msgstr ""
8780
 
8781
+ #: languages/vue.php:2866
8782
  msgid "2,000,000+ use AIOSEO to Improve Their Website Search Rankings"
8783
  msgstr ""
8784
 
8785
+ #: languages/vue.php:2869
8786
  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."
8787
  msgstr ""
8788
 
8789
+ #: languages/vue.php:2872
8790
  msgid "Jack Brown"
8791
  msgstr ""
8792
 
8793
+ #: languages/vue.php:2875
8794
  msgid "PJB Internet Marketing"
8795
  msgstr ""
8796
 
8797
+ #: languages/vue.php:2878
8798
  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."
8799
  msgstr ""
8800
 
8801
+ #: languages/vue.php:2881
8802
  msgid "Joel Steinmann"
8803
  msgstr ""
8804
 
8805
+ #: languages/vue.php:2884
8806
  msgid "CEO, Solergo"
8807
  msgstr ""
8808
 
8809
+ #: languages/vue.php:2887
8810
  msgid "Only Show Posts from These Categories"
8811
  msgstr ""
8812
 
8813
+ #: languages/vue.php:2890
8814
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
8815
  msgstr ""
8816
 
8817
+ #: languages/vue.php:2893
8818
  msgid "Activating..."
8819
  msgstr ""
8820
 
8821
+ #: languages/vue.php:2896
8822
  msgid "Deactivating..."
8823
  msgstr ""
8824
 
8825
+ #: languages/vue.php:2899
8826
  msgid "Deactivate"
8827
  msgstr ""
8828
 
8829
+ #: languages/vue.php:2902
8830
  msgid "Search Console Report"
8831
  msgstr ""
8832
 
8833
+ #: languages/vue.php:2905
8834
  msgid "See exactly how people find tour website, which keywords they searched for, how many times the results were viewed, and more."
8835
  msgstr ""
8836
 
8837
+ #: languages/vue.php:2908
8838
  msgid "See Your Top Google Search Terms and Optimize Content"
8839
  msgstr ""
8840
 
8841
+ #: languages/vue.php:2911
8842
  msgid "See The Number of Clicks and Track Interests"
8843
  msgstr ""
8844
 
8845
+ #: languages/vue.php:2914
8846
  msgid "See The Click-Through-Ratio and Improve SEO"
8847
  msgstr ""
8848
 
8849
+ #: languages/vue.php:2917
8850
  msgid "See The Average Results Position and Focus on what works."
8851
  msgstr ""
8852
 
8853
+ #: languages/vue.php:2920
8854
  msgid "Ecommerce Report"
8855
  msgstr ""
8856
 
8857
+ #: languages/vue.php:2923
8858
  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."
8859
  msgstr ""
8860
 
8861
+ #: languages/vue.php:2926
8862
  msgid "See Your Conversion Rate to Improve Your Funnel"
8863
  msgstr ""
8864
 
8865
+ #: languages/vue.php:2929
8866
  msgid "See Your Top Conversion Sources and Focus on What's Working"
8867
  msgstr ""
8868
 
8869
+ #: languages/vue.php:2932
8870
  msgid "Popular Posts data can be fetched correctly"
8871
  msgstr ""
8872
 
8873
+ #: languages/vue.php:2935
8874
  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."
8875
  msgstr ""
8876
 
8877
+ #: languages/vue.php:2938
8878
  msgid "Close"
8879
  msgstr ""
8880
 
8881
+ #: languages/vue.php:2942
8882
  msgid "Add Top 5 Posts from Google Analytics"
8883
  msgstr ""
8884
 
8885
+ #: languages/vue.php:2945
8886
  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."
8887
  msgstr ""
8888
 
8889
+ #: languages/vue.php:2948
8890
  msgid "Test Automated Posts"
8891
  msgstr ""
8892
 
8893
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8894
+ #: languages/vue.php:2952
8895
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8896
  msgstr ""
8897
 
8898
+ #: languages/vue.php:2956
8899
  msgid "Automated + Curated"
8900
  msgstr ""
8901
 
8902
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8903
+ #: languages/vue.php:2960
8904
  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."
8905
  msgstr ""
8906
 
8907
  #. Translators: Placeholder gets replaced with current license version.
8908
+ #: languages/vue.php:2964
8909
  msgid "Pro version is required."
8910
  msgstr ""
8911
 
8912
+ #: languages/vue.php:2967
8913
  msgid "Verifying Popular Posts data"
8914
  msgstr ""
8915
 
8916
+ #: languages/vue.php:2970
8917
  msgid "Multiple Entries"
8918
  msgstr ""
8919
 
8920
+ #: languages/vue.php:2973
8921
  msgid "Total Number of Widgets to Show"
8922
  msgstr ""
8923
 
8924
+ #: languages/vue.php:2976
8925
  msgid "Choose how many widgets will be placed in a single Post."
8926
  msgstr ""
8927
 
8928
+ #: languages/vue.php:2979
8929
  msgid "Minimum Distance Between Widgets"
8930
  msgstr ""
8931
 
8932
+ #: languages/vue.php:2982
8933
  msgid "Choose the distance between widgets."
8934
  msgstr ""
8935
 
8936
+ #: languages/vue.php:2985
8937
  msgid "Minimum Word Count to Display Multiple Widgets"
8938
  msgstr ""
8939
 
8940
+ #: languages/vue.php:2988
8941
  msgid "Choose the minimum word count for a Post to have multiple entries."
8942
  msgstr ""
8943
 
8944
+ #: languages/vue.php:2991
8945
  msgid "Pro version is required"
8946
  msgstr ""
8947
 
8948
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8949
+ #: languages/vue.php:2995
8950
  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)."
8951
  msgstr ""
8952
 
8953
+ #: languages/vue.php:2998
8954
  msgid "Select posts/search"
8955
  msgstr ""
8956
 
8957
+ #: languages/vue.php:3001
8958
  msgid "Oops! No posts found."
8959
  msgstr ""
8960
 
8961
+ #: languages/vue.php:3004
8962
  msgid "Search by post title"
8963
  msgstr ""
8964
 
8965
+ #: languages/vue.php:3007
8966
  msgid "Can't load posts."
8967
  msgstr ""
8968
 
8969
+ #: languages/vue.php:3010
8970
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
8971
  msgstr ""
8972
 
8973
+ #: languages/vue.php:3013
8974
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
8975
  msgstr ""
8976
 
8977
+ #: languages/vue.php:3016
8978
  msgid "Color"
8979
  msgstr ""
8980
 
8981
+ #: languages/vue.php:3019
8982
  msgid "Size"
8983
  msgstr ""
8984
 
8985
+ #: languages/vue.php:3022
8986
  msgid "Title"
8987
  msgstr ""
8988
 
8989
+ #: languages/vue.php:3025
8990
  msgid "Label"
8991
  msgstr ""
8992
 
8993
+ #: languages/vue.php:3028
8994
  msgid "Background"
8995
  msgstr ""
8996
 
8997
+ #: languages/vue.php:3031
8998
  msgid "Border"
8999
  msgstr ""
9000
 
9001
+ #: languages/vue.php:3034
9002
  msgid "Icon"
9003
  msgstr ""
9004
 
9005
+ #: languages/vue.php:3038
9006
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
9007
  msgid "Theme Preview"
9008
  msgstr ""
9009
 
9010
+ #: languages/vue.php:3041
9011
  msgid "SharedCount API Key"
9012
  msgstr ""
9013
 
9014
+ #: languages/vue.php:3044
9015
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
9016
  msgstr ""
9017
 
9018
+ #: languages/vue.php:3047
9019
  msgid "Start Indexing"
9020
  msgstr ""
9021
 
9022
+ #: languages/vue.php:3050
9023
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
9024
  msgstr ""
9025
 
9026
+ #: languages/vue.php:3053
9027
  msgid "Indexing completed, counts will update automatically every day."
9028
  msgstr ""
9029
 
9030
  #. Translators: Minimum and maximum number that can be used.
9031
+ #: languages/vue.php:3057
9032
  msgid "Please enter a value between %1$s and %2$s"
9033
  msgstr ""
9034
 
9035
  #. Translators: The minimum set value.
9036
+ #: languages/vue.php:3061
9037
  msgid "Please enter a value higher than %s"
9038
  msgstr ""
9039
 
9040
  #. Translators: The maximum set value.
9041
+ #: languages/vue.php:3065
9042
  msgid "Please enter a value lower than %s"
9043
  msgstr ""
9044
 
9045
+ #: languages/vue.php:3068
9046
  msgid "Please enter a number"
9047
  msgstr ""
9048
 
9049
+ #: languages/vue.php:3071
9050
  msgid "Value has to be a round number"
9051
  msgstr ""
9052
 
9053
+ #: languages/vue.php:3074
9054
  msgid "Author/Date"
9055
  msgstr ""
9056
 
9057
+ #: languages/vue.php:3086
9058
  msgid "Choose which content you would like displayed in the widget."
9059
  msgstr ""
9060
 
9061
+ #: languages/vue.php:3098
9062
  msgid "Comments"
9063
  msgstr ""
9064
 
9065
+ #: languages/vue.php:3104
9066
  msgid "Choose how many posts you’d like displayed in the widget."
9067
  msgstr ""
9068
 
9069
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
9070
+ #: languages/vue.php:3108
9071
  msgid "%1$sPage %3$s%2$s of %4$s"
9072
  msgstr ""
9073
 
9074
+ #: languages/vue.php:3111
9075
  msgid "Wide"
9076
  msgstr ""
9077
 
9078
+ #: languages/vue.php:3114
9079
  msgid "Narrow"
9080
  msgstr ""
9081
 
9082
  #. Translators: Make text green.
9083
+ #: languages/vue.php:3118
9084
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
9085
  msgstr ""
9086
 
9087
+ #: languages/vue.php:3124
9088
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
9089
  msgstr ""
9090
 
9091
+ #: languages/vue.php:3127
9092
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
9093
  msgstr ""
9094
 
9095
+ #: languages/vue.php:3130
9096
  msgid "Usage Tracking"
9097
  msgstr ""
9098
 
9099
+ #: languages/vue.php:3133
9100
  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."
9101
  msgstr ""
9102
 
9103
+ #: languages/vue.php:3136
9104
  msgid "Allow usage tracking"
9105
  msgstr ""
9106
 
9107
  #. Translators: Adds a link to the documentation.
9108
+ #: languages/vue.php:3140
9109
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
9110
  msgstr ""
9111
 
9112
+ #: languages/vue.php:3143
9113
  msgid "Facebook Instant Articles"
9114
  msgstr ""
9115
 
9116
+ #: languages/vue.php:3146
9117
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro."
9118
  msgstr ""
9119
 
9120
+ #: languages/vue.php:3149
9121
  msgid "Performance"
9122
  msgstr ""
9123
 
9124
+ #: languages/vue.php:3152
9125
  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."
9126
  msgstr ""
9127
 
9128
+ #: languages/vue.php:3155
9129
  msgid "Google AMP"
9130
  msgstr ""
9131
 
9132
+ #: languages/vue.php:3158
9133
  msgid "Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking."
9134
  msgstr ""
9135
 
9136
+ #: languages/vue.php:3161
9137
  msgid "Ads Tracking"
9138
  msgstr ""
9139
 
9140
+ #: languages/vue.php:3164
9141
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
9142
  msgstr ""
9143
 
9144
+ #: languages/vue.php:3167
9145
  msgid "Unlock with %s"
9146
  msgstr ""
9147
 
9148
+ #: languages/vue.php:3170
9149
  msgid "Scroll Tracking"
9150
  msgstr ""
9151
 
9152
+ #: languages/vue.php:3173
9153
  msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
9154
  msgstr ""
9155
 
9156
+ #: languages/vue.php:3176
9157
  msgid ""
9158
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
9159
  " and other privacy regulations."
9160
  msgstr ""
9161
 
9162
+ #: languages/vue.php:3180
9163
  msgid "EU Compliance"
9164
  msgstr ""
9165
 
9166
+ #: languages/vue.php:3183
9167
  msgid "Compatibility mode"
9168
  msgstr ""
9169
 
9170
+ #: languages/vue.php:3186
9171
  msgid "Enable _gtagTracker Compatibility"
9172
  msgstr ""
9173
 
9174
  #. Translators: Placeholder gets replaced with default GA js function.
9175
+ #: languages/vue.php:3190
9176
  msgid "This enables ExactMetrics to work with plugins that use %1$s and don't support %2$s"
9177
  msgstr ""
9178
 
9179
+ #: languages/vue.php:3193
9180
  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!"
9181
  msgstr ""
9182
 
9183
+ #: languages/vue.php:3196
9184
  msgid "To unlock more features consider upgrading to PRO."
9185
  msgstr ""
9186
 
9187
+ #: languages/vue.php:3199
9188
  msgid "Upgrade to"
9189
  msgstr ""
9190
 
9191
+ #: languages/vue.php:3202
9192
  msgid "Export PDF Report"
9193
  msgstr ""
9194
 
9195
+ #: languages/vue.php:3205
9196
  msgid "You can export PDF reports only in the PRO version."
9197
  msgstr ""
9198
 
9199
+ #: languages/vue.php:3208
9200
  msgid "Display Method"
9201
  msgstr ""
9202
 
9203
+ #: languages/vue.php:3211
9204
  msgid "There are two ways to manual include the widget in your posts."
9205
  msgstr ""
9206
 
9207
+ #: languages/vue.php:3214
9208
  msgid "Using the Gutenberg Block"
9209
  msgstr ""
9210
 
9211
+ #: languages/vue.php:3217
9212
  msgid "Using the Shortcode"
9213
  msgstr ""
9214
 
9215
+ #: languages/vue.php:3220
9216
  msgid "Learn how to insert the widget using Gutenberg blocks."
9217
  msgstr ""
9218
 
9219
+ #: languages/vue.php:3223
9220
  msgid "Learn how to insert the widget using out Shortcode."
9221
  msgstr ""
9222
 
9223
+ #: languages/vue.php:3226
9224
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
9225
  msgstr ""
9226
 
9227
+ #: languages/vue.php:3229
9228
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
9229
  msgstr ""
9230
 
9231
+ #: languages/vue.php:3232
9232
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”."
9233
  msgstr ""
9234
 
9235
+ #: languages/vue.php:3235
9236
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
9237
  msgstr ""
9238
 
9239
+ #: languages/vue.php:3238
9240
  msgid "Shortcode"
9241
  msgstr ""
9242
 
9243
+ #: languages/vue.php:3241
9244
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
9245
  msgstr ""
9246
 
9247
+ #: languages/vue.php:3244
9248
  msgid "Copy Shortcode"
9249
  msgstr ""
9250
 
9251
+ #: languages/vue.php:3247
9252
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
9253
  msgstr ""
9254
 
9255
+ #: languages/vue.php:3250
9256
  msgid "Automatic Placement"
9257
  msgstr ""
9258
 
9259
+ #: languages/vue.php:3253
9260
  msgid "Display using Gutenberg Blocks"
9261
  msgstr ""
9262
 
9263
+ #: languages/vue.php:3256
9264
  msgid "Embed Options"
9265
  msgstr ""
9266
 
9267
+ #: languages/vue.php:3259
9268
  msgid "All Embed Options can be used in conjunction with one another."
9269
  msgstr ""
9270
 
9271
+ #: languages/vue.php:3262
9272
  msgid "Using Automatic Embed"
9273
  msgstr ""
9274
 
9275
+ #: languages/vue.php:3265
9276
  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."
9277
  msgstr ""
9278
 
9279
+ #: languages/vue.php:3268
9280
  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."
9281
  msgstr ""
9282
 
9283
+ #: languages/vue.php:3271
9284
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
9285
  msgstr ""
9286
 
9287
+ #: languages/vue.php:3274
9288
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
9289
  msgstr ""
9290
 
9291
+ #: languages/vue.php:3277
9292
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
9293
  msgstr ""
9294
 
9295
+ #: languages/vue.php:3280
9296
  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."
9297
  msgstr ""
9298
 
9299
+ #: languages/vue.php:3283
9300
  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."
9301
  msgstr ""
9302
 
9303
+ #: languages/vue.php:3286
9304
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9305
  msgstr ""
9306
 
9307
+ #: languages/vue.php:3289
9308
  msgid "Display using a Shortcode"
9309
  msgstr ""
9310
 
9311
+ #: languages/vue.php:3292
9312
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9313
  msgstr ""
9314
 
9315
+ #: languages/vue.php:3295
9316
  msgid "Enable Automatic Placement"
9317
  msgstr ""
9318
 
9319
+ #: languages/vue.php:3298
9320
  msgid "Display in a Sidebar"
9321
  msgstr ""
9322
 
9323
+ #: languages/vue.php:3301
9324
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9325
  msgstr ""
9326
 
9327
+ #: languages/vue.php:3304
9328
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9329
  msgstr ""
9330
 
9331
  #. Translators: The number of results.
9332
+ #: languages/vue.php:3308
9333
  msgid "%s results"
9334
  msgstr ""
9335
 
9336
+ #: languages/vue.php:3311
9337
  msgid "Media"
9338
  msgstr ""
9339
 
9340
+ #: languages/vue.php:3314
9341
  msgid "Track how your users interact with videos on your website. Upgrade to ExactMetrics Pro."
9342
  msgstr ""
9343
 
9344
+ #: languages/vue.php:3317
9345
  msgid "2021 Year in Review"
9346
  msgstr ""
9347
 
9348
+ #: languages/vue.php:3320
9349
  msgid "Media- Track how your users interact with videos on your website."
9350
  msgstr ""
9351
 
9352
+ #: languages/vue.php:3323
9353
  msgid "Your 2021 Year in Review is still calculating. Please check back later to see how your website performed last year."
9354
  msgstr ""
9355
 
9356
+ #: languages/vue.php:3326
9357
  msgid "Your 2021 Analytics Report"
9358
  msgstr ""
9359
 
9360
+ #: languages/vue.php:3332
9361
  msgid "January 1, 2021 - December 31, 2021"
9362
  msgstr ""
9363
 
9364
+ #: languages/vue.php:3335
9365
  msgid "A Tip for 2022"
9366
  msgstr ""
9367
 
9368
+ #: languages/vue.php:3338
9369
  msgid "A Tip For 2022"
9370
  msgstr ""
9371
 
9372
+ #: languages/vue.php:3341
9373
  msgid "Here's to an amazing 2022!"
9374
  msgstr ""
9375
 
9376
+ #: languages/vue.php:3344
9377
  msgid "Try our other popular WordPress plugins to grow your website in 2022."
9378
  msgstr ""
9379
 
9380
+ #: languages/vue.php:3347
9381
  msgid "Become a WordPress expert in 2022. Join our amazing communities and take your website to the next level."
9382
  msgstr ""
9383
 
9384
+ #: languages/vue.php:3350
9385
  msgid "Copyright ExactMetrics, 2022"
9386
  msgstr ""
9387
 
9388
  #. Translators: Number of minutes spent on site.
9389
+ #: languages/vue.php:3354
9390
  msgid "Each visitor spent an average of %s minutes on your website in 2021."
9391
  msgstr ""
9392
 
9393
  #. Translators: Placeholders are used for making text bold and adding a link.
9394
+ #: languages/vue.php:3358
9395
  msgid "%1$sYou're using %2$s Lite%3$s. To unlock all reports, consider %4$supgrading to Pro%5$s."
9396
  msgstr ""
9397
 
9398
+ #: languages/vue.php:3361
9399
  msgid "With ExactMetrics Pro, you can easily measure individual affiliate performance inside Google Analytics, no coding needed. Track clicks, revenue, and more."
9400
  msgstr ""
9401
 
9402
+ #: languages/vue.php:3364
9403
  msgid "RafflePress"
9404
  msgstr ""
9405
 
9406
+ #: languages/vue.php:3367
9407
  msgid "Launch giveaways and raffle campaigns to grow your email lists, increase traffic, and get more social media followers."
9408
  msgstr ""
9409
 
9410
+ #: languages/vue.php:3370
9411
  msgid "Constant Contact"
9412
  msgstr ""
9413
 
9414
+ #: languages/vue.php:3373
9415
  msgid "Create amazing email marketing campaigns with drag and drop simplicity. Exclusive Offer: Save 20%."
9416
  msgstr ""
9417
 
9418
+ #: languages/vue.php:3376
9419
  msgid "SEMRUSH"
9420
  msgstr ""
9421
 
9422
+ #: languages/vue.php:3379
9423
  msgid "Perform SEO and content marketing research, track keywords, and much more. Special Offer: First 30 Days Free."
9424
  msgstr ""
9425
 
9426
+ #: languages/vue.php:3382
9427
  msgid "Engagement Tools"
9428
  msgstr ""
9429
 
9430
+ #: languages/vue.php:3385
9431
  msgid "WPForms"
9432
  msgstr ""
9433
 
9434
+ #: languages/vue.php:3388
9435
  msgid "The world’s most popular WordPress form builder, trusted by over 5 million websites. Easily build contact forms, payment forms, and more."
9436
  msgstr ""
9437
 
9438
+ #: languages/vue.php:3391
9439
  msgid "OptinMonster"
9440
  msgstr ""
9441
 
9442
+ #: languages/vue.php:3394
9443
  msgid "Convert and monetize more of your website traffic with engaging pop-up and gamified tools. Great for all types of websites."
9444
  msgstr ""
9445
 
9446
+ #: languages/vue.php:3397
9447
  msgid "Smash Balloon - Facebook"
9448
  msgstr ""
9449
 
9450
+ #: languages/vue.php:3400
9451
  msgid "Smash Balloon - Instagram"
9452
  msgstr ""
9453
 
9454
+ #: languages/vue.php:3403
9455
  msgid "Quickly add social media feeds from Facebook, Instagram, Twitter, and others to your website, with no coding needed."
9456
  msgstr ""
9457
 
9458
+ #: languages/vue.php:3406
9459
  msgid "Popular Posts by ExactMetrics"
9460
  msgstr ""
9461
 
9462
+ #: languages/vue.php:3409
9463
  msgid "Increase your visitor engagement by automatically embedding popular and related content from your website."
9464
  msgstr ""
9465
 
9466
+ #: languages/vue.php:3412
9467
  msgid "Popular Products by ExactMetrics"
9468
  msgstr ""
9469
 
9470
+ #: languages/vue.php:3415
9471
  msgid "Automatically show related products to increase conversion rates and increase cart sizes on your eCommerce website."
9472
  msgstr ""
9473
 
9474
+ #: languages/vue.php:3418
9475
  msgid "Revenue Tools"
9476
  msgstr ""
9477
 
9478
+ #: languages/vue.php:3421
9479
  msgid "SeedProd"
9480
  msgstr ""
9481
 
9482
+ #: languages/vue.php:3424
9483
  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."
9484
  msgstr ""
9485
 
9486
+ #: languages/vue.php:3427
9487
  msgid "Featured Tools"
9488
  msgstr ""
9489
 
9490
+ #: languages/vue.php:3430
9491
  msgid "Easy Affiliate"
9492
  msgstr ""
9493
 
9494
+ #: languages/vue.php:3433
9495
  msgid "Launch, grow, and manage an affiliate program, all right from your WordPress dashboard. Works automatically with ExactMetrics."
9496
  msgstr ""
9497
 
9498
+ #: languages/vue.php:3436
9499
  msgid "SearchWP"
9500
  msgstr ""
9501
 
9502
+ #: languages/vue.php:3439
9503
  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."
9504
  msgstr ""
9505
 
9506
+ #: languages/vue.php:3442
9507
  msgid "Easy Digital Downloads"
9508
  msgstr ""
9509
 
9510
+ #: languages/vue.php:3445
9511
  msgid "Easily sell digital products like ebooks, plugins, and courses with WordPress. Built-in payment processing, coupons, shopping cart, detailed reporting, and more."
9512
  msgstr ""
9513
 
9514
+ #: languages/vue.php:3448
9515
  msgid "MemberPress"
9516
  msgstr ""
9517
 
9518
+ #: languages/vue.php:3451
9519
  msgid "Create a membership website. Works automatically with ExactMetrics, no coding needed."
9520
  msgstr ""
9521
 
9522
+ #: languages/vue.php:3454
9523
  msgid "Thirsty Affiliates"
9524
  msgstr ""
9525
 
9526
+ #: languages/vue.php:3457
9527
  msgid "Manage all your affiliate links with features designed to help make bloggers more money."
9528
  msgstr ""
9529
 
9530
+ #: languages/vue.php:3460
9531
  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."
9532
  msgstr ""
9533
 
9534
+ #: languages/vue.php:3463
9535
  msgid "Advanced Coupons"
9536
  msgstr ""
9537
 
9538
+ #: languages/vue.php:3466
9539
  msgid "Create coupons, reward loyal customers, and schedule promotions for your eCommerce store."
9540
  msgstr ""
9541
 
9542
+ #: languages/vue.php:3469
9543
  msgid "PrettyLinks"
9544
  msgstr ""
9545
 
9546
+ #: languages/vue.php:3472
9547
  msgid "Automatically monetize your website content with affiliate links added automatically to your content."
9548
  msgstr ""
9549
 
9550
+ #: languages/vue.php:3475
9551
  msgid "Install Now"
9552
  msgstr ""
9553
 
9554
+ #: languages/vue.php:3478
9555
  msgid "Online Marketing Guides & Resources"
9556
  msgstr ""
9557
 
9558
+ #: languages/vue.php:3481
9559
  msgid "Read This Guide"
9560
  msgstr ""
9561
 
9562
+ #: languages/vue.php:3487
9563
  msgid "Upgrade to unlock eCommerce tracking, Custom Dimensions, Form Tracking, and much more. Special Offer: Save 50% today."
9564
  msgstr ""
9565
 
9566
+ #: languages/vue.php:3490
9567
  msgid "Traffic Tools"
9568
  msgstr ""
9569
 
9570
+ #: languages/vue.php:3493
9571
  msgid "All in One SEO (AIOSEO)"
9572
  msgstr ""
9573
 
9574
+ #: languages/vue.php:3496
9575
  msgid "The best WordPress SEO plugin that works automatically with ExactMetrics."
9576
  msgstr ""
9577
 
9578
+ #: languages/vue.php:3499
9579
  msgid "PushEngage"
9580
  msgstr ""
9581
 
9582
+ #: languages/vue.php:3502
9583
  msgid "Send push notifications to your visitors to drive more traffic and boost sales."
9584
  msgstr ""
9585
 
9586
+ #: languages/vue.php:3505
9587
  msgid "Featured"
9588
  msgstr ""
9589
 
9590
+ #: languages/vue.php:3508
9591
  msgid "Traffic"
9592
  msgstr ""
9593
 
9594
+ #: languages/vue.php:3511
9595
  msgid "Revenue"
9596
  msgstr ""
9597
 
9598
+ #: languages/vue.php:3514
9599
  msgid "Guides & Resources"
9600
  msgstr ""
9601
 
9602
+ #: languages/vue.php:3517
9603
  msgid "Media Tracking"
9604
  msgstr ""
9605
 
9606
+ #: languages/vue.php:3520
9607
  msgid "Get Started"
9608
  msgstr ""
9609
 
languages/vue.php CHANGED
@@ -11,7 +11,6 @@ $generated_i18n_strings = array(
11
  __( 'Loading Settings', 'google-analytics-dashboard-for-wp' ),
12
 
13
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:55
14
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:157
15
  __( 'Please wait...', 'google-analytics-dashboard-for-wp' ),
16
 
17
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:20
@@ -30,16 +29,16 @@ $generated_i18n_strings = array(
30
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
31
  __( 'Loading new report data', 'google-analytics-dashboard-for-wp' ),
32
 
33
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
34
- /* Translators: Adds an arrow icon. */
35
  __( 'Continue %s', 'google-analytics-dashboard-for-wp' ),
36
 
37
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:71
38
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:174
39
- // Reference: src/plugins/exactmetrics-frontend-helper-plugin.js:13
40
  __( 'Error', 'google-analytics-dashboard-for-wp' ),
41
 
42
- // Reference: src/plugins/exactmetrics-frontend-helper-plugin.js:14
43
  __( 'Please try again.', 'google-analytics-dashboard-for-wp' ),
44
 
45
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
@@ -52,10 +51,9 @@ $generated_i18n_strings = array(
52
  __( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-dashboard-for-wp' ),
53
 
54
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:32
55
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:186
56
  __( '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' ),
57
 
58
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:189
59
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-dashboard-for-wp' ),
60
 
61
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:190
@@ -67,10 +65,10 @@ $generated_i18n_strings = array(
67
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:194
68
  __( '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' ),
69
 
70
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:31
71
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-dashboard-for-wp' ),
72
 
73
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:32
74
  __( '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' ),
75
 
76
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:201
@@ -79,6 +77,7 @@ $generated_i18n_strings = array(
79
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:202
80
  __( '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' ),
81
 
 
82
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:205
83
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-dashboard-for-wp' ),
84
 
@@ -86,17 +85,14 @@ $generated_i18n_strings = array(
86
  __( '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' ),
87
 
88
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:31
89
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:209
90
  __( 'Unlock the Site Speed Report and Improve the Performance of Your Site', 'google-analytics-dashboard-for-wp' ),
91
 
92
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:32
93
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:210
94
  __( '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' ),
95
 
96
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:223
97
  __( 'Today', 'google-analytics-dashboard-for-wp' ),
98
 
99
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:67
100
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:229
101
  __( 'Yesterday', 'google-analytics-dashboard-for-wp' ),
102
 
@@ -109,7 +105,7 @@ $generated_i18n_strings = array(
109
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:247
110
  __( 'Last 7 days', 'google-analytics-dashboard-for-wp' ),
111
 
112
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:253
113
  __( 'Last 30 days', 'google-analytics-dashboard-for-wp' ),
114
 
115
  // Reference: src/plugins/exactmetrics-wizard-helper-plugin.js:19
@@ -126,6 +122,7 @@ $generated_i18n_strings = array(
126
  // Reference: src/modules/widget/components/WidgetReminder.vue:36
127
  __( 'See the full analytics report!', 'google-analytics-dashboard-for-wp' ),
128
 
 
129
  // Reference: src/modules/widget/widget.vue:25
130
  __( 'Overview Report', 'google-analytics-dashboard-for-wp' ),
131
 
@@ -157,14 +154,17 @@ $generated_i18n_strings = array(
157
  // Reference: src/plugins/exactmetrics-compatibility-plugin.js:59
158
  __( 'Learn more about updating WordPress', 'google-analytics-dashboard-for-wp' ),
159
 
 
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/settings/routes/site.js:133
 
165
  __( 'Getting Started', 'google-analytics-dashboard-for-wp' ),
166
 
167
- // Reference: src/modules/settings/routes/site.js:142
 
168
  __( 'Lite vs Pro', 'google-analytics-dashboard-for-wp' ),
169
 
170
  // Reference: src/modules/settings/exactmetrics-site.vue:77
@@ -184,118 +184,113 @@ $generated_i18n_strings = array(
184
  // Reference: src/modules/reports/api/index.js:28
185
  __( 'Error loading report data', 'google-analytics-dashboard-for-wp' ),
186
 
187
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:154
188
- /* Translators: Makes the text bold. */
189
  __( '%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code).', 'google-analytics-dashboard-for-wp' ),
190
 
191
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:159
192
- /* Translators: Makes the text bold. */
193
  __( '%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights.', 'google-analytics-dashboard-for-wp' ),
194
 
195
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:164
196
- /* Translators: Makes the text bold. */
197
  __( '%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more.', 'google-analytics-dashboard-for-wp' ),
198
 
199
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:117
200
  /* Translators: Makes text bold. */
201
  __( '%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress.', 'google-analytics-dashboard-for-wp' ),
202
 
203
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:174
204
- /* Translators: Makes the text bold. */
205
  __( '%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.', 'google-analytics-dashboard-for-wp' ),
206
 
207
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:179
208
- /* Translators: Makes the text bold. */
209
  __( '%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking.', 'google-analytics-dashboard-for-wp' ),
210
 
211
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:184
212
- /* Translators: Makes the text bold. */
213
  __( '%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically.', 'google-analytics-dashboard-for-wp' ),
214
 
215
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:137
216
  /* Translators: Makes text bold. */
217
  __( '%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click.', 'google-analytics-dashboard-for-wp' ),
218
 
219
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:194
220
- /* Translators: Adds a link and an arrow icon. */
221
  __( '%1$sSee All Features%2$s', 'google-analytics-dashboard-for-wp' ),
222
 
223
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:197
224
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:41
225
  __( 'Pro Plan', 'google-analytics-dashboard-for-wp' ),
226
 
227
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:198
228
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:42
229
  __( 'per year', 'google-analytics-dashboard-for-wp' ),
230
 
231
- // Reference: src/modules/addons/components/AddonButton.vue:30
232
- // Reference: src/modules/addons/components/exactmetrics-AddonBlock.vue:46
233
  __( 'Upgrade Now', 'google-analytics-dashboard-for-wp' ),
234
 
235
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:148
236
  __( 'Upgrade to ExactMetrics Pro Now', 'google-analytics-dashboard-for-wp' ),
237
 
238
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:204
239
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:63
240
  __( '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' ),
241
 
242
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:205
243
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:64
244
  __( 'Daniel Monaghan - Experienced', 'google-analytics-dashboard-for-wp' ),
245
 
246
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:209
247
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:68
248
  __( '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' ),
249
 
250
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:210
251
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:69
252
  __( 'Naomi Spirit - From This Day', 'google-analytics-dashboard-for-wp' ),
253
 
254
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:214
255
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:73
256
  __( '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' ),
257
 
258
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:215
259
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:74
260
  __( 'Julie Dupuis - Faraway Land Travel', 'google-analytics-dashboard-for-wp' ),
261
 
262
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:218
263
  __( 'Guides and Documentation:', 'google-analytics-dashboard-for-wp' ),
264
 
265
- // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewUpsell-Lite.vue:35
266
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:34
267
- // Reference: src/modules/settings/components/input/tab-engagement/exactmetrics-SettingsInputEUCompliance-Lite.vue:24
268
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:133
 
 
269
  __( 'Upgrade to PRO', 'google-analytics-dashboard-for-wp' ),
270
 
271
- // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:42
272
  __( 'eCommerce Tracking', 'google-analytics-dashboard-for-wp' ),
273
 
274
- // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:44
275
  __( 'Custom Dimensions', 'google-analytics-dashboard-for-wp' ),
276
 
277
- // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:46
 
278
  __( 'Form Tracking', 'google-analytics-dashboard-for-wp' ),
279
 
280
- // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:48
281
  __( 'AMP Support', 'google-analytics-dashboard-for-wp' ),
282
 
283
- // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:50
284
  __( 'Author Tracking', 'google-analytics-dashboard-for-wp' ),
285
 
286
- // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:43
287
  __( 'EU Compliance Addon', 'google-analytics-dashboard-for-wp' ),
288
 
289
- // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:45
290
  __( 'Real Time Report', 'google-analytics-dashboard-for-wp' ),
291
 
292
- // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:47
293
  __( 'Google Optimize', 'google-analytics-dashboard-for-wp' ),
294
 
295
- // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:49
296
  __( 'Search Console', 'google-analytics-dashboard-for-wp' ),
297
 
298
- // Reference: src/modules/wizard-onboarding/components/steps/MigrationStepUpsell.vue:51
299
  __( 'Custom Date Ranges', 'google-analytics-dashboard-for-wp' ),
300
 
301
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:84
@@ -304,43 +299,43 @@ $generated_i18n_strings = array(
304
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:85
305
  __( '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.', 'google-analytics-dashboard-for-wp' ),
306
 
307
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:87
308
  __( 'To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away.', 'google-analytics-dashboard-for-wp' ),
309
 
310
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:88
311
  __( '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!.', 'google-analytics-dashboard-for-wp' ),
312
 
313
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:89
314
  __( 'Launch the wizard!', 'google-analytics-dashboard-for-wp' ),
315
 
316
- // Reference: src/components/ContentIntroFullWidth.vue:46
317
  __( 'Welcome to', 'google-analytics-dashboard-for-wp' ),
318
 
319
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:144
320
  /* Translators: Adds a line break. */
321
  __( 'Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin', 'google-analytics-dashboard-for-wp' ),
322
 
323
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:146
324
- /* Translators: Makes the product name bold. */
325
  __( '%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.', 'google-analytics-dashboard-for-wp' ),
326
 
327
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:148
328
  __( 'ExactMetrics Features & Addons', 'google-analytics-dashboard-for-wp' ),
329
 
330
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:149
331
  __( 'Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market.', 'google-analytics-dashboard-for-wp' ),
332
 
333
  // Reference: src/modules/widget/components/WidgetFooter.vue:19
334
  /* Translators: Placeholder is replaced with WPForms. */
335
  __( 'Recommended Plugin: %s', 'google-analytics-dashboard-for-wp' ),
336
 
337
- // Reference: src/modules/addons/components/AddonButton.vue:54
338
  __( 'Install', 'google-analytics-dashboard-for-wp' ),
339
 
340
- // Reference: src/modules/addons/components/AddonButton.vue:50
341
  __( 'Activate', 'google-analytics-dashboard-for-wp' ),
342
 
343
- // Reference: src/modules/widget/components/WidgetFooter.vue:22
344
  __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
345
 
346
  // Reference: src/modules/reports/components/ReportReAuth.vue:19
@@ -349,13 +344,14 @@ $generated_i18n_strings = array(
349
  // Reference: src/modules/reports/components/ReportReAuth.vue:20
350
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-dashboard-for-wp' ),
351
 
352
- // Reference: src/modules/reports/components/ReportReAuth.vue:21
353
  __( 'Reconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
354
 
355
- // Reference: src/modules/reports/components/ReportReAuth.vue:30
356
  __( 'Re-Authenticating', 'google-analytics-dashboard-for-wp' ),
357
 
358
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:78
 
359
  __( 'Ok', 'google-analytics-dashboard-for-wp' ),
360
 
361
  // Reference: src/modules/addons/components/AddonsNavigation.vue:18
@@ -370,12 +366,14 @@ $generated_i18n_strings = array(
370
  // Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
371
  __( 'Exit Setup', 'google-analytics-dashboard-for-wp' ),
372
 
 
373
  // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:132
374
  __( 'Time to Purchase', 'google-analytics-dashboard-for-wp' ),
375
 
376
  // Reference: src/modules/widget/store/index.js:104
377
  __( 'This list shows how many days from first visit it took users to purchase products from your site.', 'google-analytics-dashboard-for-wp' ),
378
 
 
379
  // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:127
380
  __( 'Sessions to Purchase', 'google-analytics-dashboard-for-wp' ),
381
 
@@ -394,22 +392,22 @@ $generated_i18n_strings = array(
394
  // Reference: src/modules/widget/store/index.js:128
395
  __( 'This list shows the percentage of carts that never went through the checkout process.', 'google-analytics-dashboard-for-wp' ),
396
 
397
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:282
398
  __( 'Top Posts/Pages', 'google-analytics-dashboard-for-wp' ),
399
 
400
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:294
401
  __( 'This list shows the most viewed posts and pages on your website.', 'google-analytics-dashboard-for-wp' ),
402
 
403
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:276
404
  __( 'New vs. Returning Visitors', 'google-analytics-dashboard-for-wp' ),
405
 
406
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:290
407
  __( 'This graph shows what percent of your user sessions come from new versus repeat visitors.', 'google-analytics-dashboard-for-wp' ),
408
 
409
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:277
410
  __( 'Device Breakdown', 'google-analytics-dashboard-for-wp' ),
411
 
412
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:291
413
  __( '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' ),
414
 
415
  // Reference: src/modules/widget/store/index.js:41
@@ -442,8 +440,7 @@ $generated_i18n_strings = array(
442
  // Reference: src/modules/widget/store/index.js:71
443
  __( 'This list shows the download links your visitors clicked the most.', 'google-analytics-dashboard-for-wp' ),
444
 
445
- // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:42
446
- // Reference: src/modules/reports/routes/exactmetrics-routes.js:25
447
  __( 'Overview', 'google-analytics-dashboard-for-wp' ),
448
 
449
  // Reference: src/modules/widget/store/index.js:83
@@ -464,7 +461,7 @@ $generated_i18n_strings = array(
464
  // Reference: src/modules/widget/components/exactmetrics-WidgetAccordion-Lite.vue:218
465
  __( 'Analytics', 'google-analytics-dashboard-for-wp' ),
466
 
467
- // Reference: src/modules/widget/components/settings/exactmetrics-WidgetFullReportButton.vue:16
468
  /* Translators: Adds an arrow icon. */
469
  __( 'View All Reports %s', 'google-analytics-dashboard-for-wp' ),
470
 
@@ -474,7 +471,7 @@ $generated_i18n_strings = array(
474
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
475
  __( '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' ),
476
 
477
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:124
478
  __( 'Launch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
479
 
480
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
@@ -508,21 +505,20 @@ $generated_i18n_strings = array(
508
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:30
509
  __( 'Publishers', 'google-analytics-dashboard-for-wp' ),
510
 
511
- // Reference: src/modules/settings/routes/site.js:54
512
  __( 'eCommerce', 'google-analytics-dashboard-for-wp' ),
513
 
514
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:57
515
  __( 'Dimensions Report', 'google-analytics-dashboard-for-wp' ),
516
 
517
- // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:47
518
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:65
519
  __( 'Forms', 'google-analytics-dashboard-for-wp' ),
520
 
521
- // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:48
522
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:73
523
  __( 'Real-Time', 'google-analytics-dashboard-for-wp' ),
524
 
525
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:30
 
526
  __( 'Site Speed Report', 'google-analytics-dashboard-for-wp' ),
527
 
528
  // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:49
@@ -530,21 +526,19 @@ $generated_i18n_strings = array(
530
  __( '2020 Year in Review', 'google-analytics-dashboard-for-wp' ),
531
 
532
  // Reference: src/modules/settings/routes/site.js:103
 
533
  __( 'Import Export', 'google-analytics-dashboard-for-wp' ),
534
 
535
  // Reference: src/modules/settings/routes/site.js:111
536
  __( 'PrettyLinks Integration', 'google-analytics-dashboard-for-wp' ),
537
 
538
  // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:22
539
- // Reference: src/modules/settings/routes/site.js:163
540
  __( 'Inline Popular Posts', 'google-analytics-dashboard-for-wp' ),
541
 
542
  // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:23
543
- // Reference: src/modules/settings/routes/site.js:171
544
  __( 'Popular Posts Widget', 'google-analytics-dashboard-for-wp' ),
545
 
546
  // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:24
547
- // Reference: src/modules/settings/routes/site.js:180
548
  __( 'Popular Products', 'google-analytics-dashboard-for-wp' ),
549
 
550
  // Reference: src/modules/settings/routes/site.js:189
@@ -569,6 +563,7 @@ $generated_i18n_strings = array(
569
  __( 'Advanced', 'google-analytics-dashboard-for-wp' ),
570
 
571
  // Reference: src/modules/settings/routes/site.js:95
 
572
  __( 'URL Builder', 'google-analytics-dashboard-for-wp' ),
573
 
574
  // Reference: src/modules/addons/store/actions.js:33
@@ -672,7 +667,7 @@ $generated_i18n_strings = array(
672
  /* Translators: Make text bold. */
673
  __( 'Publisher %1$s(Blog)%2$s', 'google-analytics-dashboard-for-wp' ),
674
 
675
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:49
676
  __( 'Ecommerce', 'google-analytics-dashboard-for-wp' ),
677
 
678
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
@@ -681,10 +676,10 @@ $generated_i18n_strings = array(
681
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:49
682
  __( 'ExactMetrics connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-dashboard-for-wp' ),
683
 
684
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:118
685
  __( 'Connect Google Analytics + WordPress', 'google-analytics-dashboard-for-wp' ),
686
 
687
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:119
688
  __( 'You will be taken to the ExactMetrics website where you\'ll need to connect your Analytics account.', 'google-analytics-dashboard-for-wp' ),
689
 
690
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
@@ -720,7 +715,7 @@ $generated_i18n_strings = array(
720
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
721
  __( 'Continue & Install WPForms', 'google-analytics-dashboard-for-wp' ),
722
 
723
- // Reference: src/modules/addons/components/AddonButton.vue:42
724
  __( 'Installing...', 'google-analytics-dashboard-for-wp' ),
725
 
726
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:53
@@ -765,21 +760,17 @@ $generated_i18n_strings = array(
765
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:66
766
  __( '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.', 'google-analytics-dashboard-for-wp' ),
767
 
768
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:56
769
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:71
770
  /* Translators: Example path (/go/). */
771
  __( 'Path (example: %s)', 'google-analytics-dashboard-for-wp' ),
772
 
773
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:58
774
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:73
775
  __( 'Path has to start with a / and have no spaces', 'google-analytics-dashboard-for-wp' ),
776
 
777
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:63
778
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:78
779
  /* Translators: Example label (aff). */
780
  __( 'Label (example: %s)', 'google-analytics-dashboard-for-wp' ),
781
 
782
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:65
783
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:80
784
  __( 'Label can\'t contain any spaces', 'google-analytics-dashboard-for-wp' ),
785
 
@@ -823,14 +814,14 @@ $generated_i18n_strings = array(
823
  // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:50
824
  __( 'Site Speed', 'google-analytics-dashboard-for-wp' ),
825
 
826
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:110
827
  __( 'License Key', 'google-analytics-dashboard-for-wp' ),
828
 
829
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:62
830
  /* Translators: Add link to retrieve license key from account. */
831
  __( 'Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
832
 
833
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:114
834
  __( 'Google Authentication', 'google-analytics-dashboard-for-wp' ),
835
 
836
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:66
@@ -842,29 +833,27 @@ $generated_i18n_strings = array(
842
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:69
843
  __( 'Hide Announcements', 'google-analytics-dashboard-for-wp' ),
844
 
845
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:129
846
  __( 'You\'re using ExactMetrics Lite – no license needed. Enjoy!', 'google-analytics-dashboard-for-wp' ),
847
 
 
848
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:32
849
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:131
850
- /* Translators: Adds link to upgrade. */
851
  __( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-dashboard-for-wp' ),
852
 
853
- // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewUpsell-Lite.vue:34
854
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:132
855
  __( 'Receive 50% off automatically applied at the checkout!', 'google-analytics-dashboard-for-wp' ),
856
 
857
- // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewUpsell-Lite.vue:37
858
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:134
859
  __( 'See all features', 'google-analytics-dashboard-for-wp' ),
860
 
861
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:121
862
  __( 'Setup Wizard', 'google-analytics-dashboard-for-wp' ),
863
 
864
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:122
865
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-dashboard-for-wp' ),
866
 
867
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:123
868
  __( 'Relaunch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
869
 
870
  // Reference: src/modules/addons/exactmetrics-addons-Lite.vue:54
@@ -997,7 +986,7 @@ $generated_i18n_strings = array(
997
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:141
998
  __( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-dashboard-for-wp' ),
999
 
1000
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabPublisher.vue:73
1001
  __( 'Headline Analyzer', 'google-analytics-dashboard-for-wp' ),
1002
 
1003
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:79
@@ -1057,7 +1046,7 @@ $generated_i18n_strings = array(
1057
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:66
1058
  __( 'Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout.', 'google-analytics-dashboard-for-wp' ),
1059
 
1060
- // Reference: src/modules/addons/components/exactmetrics-AddonBlock.vue:61
1061
  __( 'Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
1062
 
1063
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:70
@@ -1118,15 +1107,14 @@ $generated_i18n_strings = array(
1118
  /* Translators: Error status and error text. */
1119
  __( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1120
 
1121
- // Reference: src/modules/license/api/index.js:149
1122
  // Reference: src/modules/settings/api/index.js:27
1123
  __( 'You appear to be offline.', 'google-analytics-dashboard-for-wp' ),
1124
 
1125
- // Reference: src/modules/popular-posts/api/index.js:43
1126
  /* Translators: Error status and error text. */
1127
  __( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1128
 
1129
- // Reference: src/modules/popular-posts/api/index.js:47
1130
  __( 'Network error encountered. Settings not saved.', 'google-analytics-dashboard-for-wp' ),
1131
 
1132
  // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
@@ -1285,13 +1273,13 @@ $generated_i18n_strings = array(
1285
  __( 'Remove row', 'google-analytics-dashboard-for-wp' ),
1286
 
1287
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:47
 
1288
  __( 'Sessions', 'google-analytics-dashboard-for-wp' ),
1289
 
1290
  // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:83
1291
  /* Translators: Line break. */
1292
  __( 'Unique %s Sessions', 'google-analytics-dashboard-for-wp' ),
1293
 
1294
- // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:48
1295
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:297
1296
  __( 'Pageviews', 'google-analytics-dashboard-for-wp' ),
1297
 
@@ -1299,28 +1287,30 @@ $generated_i18n_strings = array(
1299
  /* Translators: Line break. */
1300
  __( 'Unique %s Pageviews', 'google-analytics-dashboard-for-wp' ),
1301
 
1302
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:285
1303
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-dashboard-for-wp' ),
1304
 
1305
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:286
1306
  __( '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.', 'google-analytics-dashboard-for-wp' ),
1307
 
1308
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:287
1309
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-dashboard-for-wp' ),
1310
 
1311
  // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:90
1312
  __( '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.', 'google-analytics-dashboard-for-wp' ),
1313
 
1314
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:289
1315
  __( 'The number of distinct tracked users', 'google-analytics-dashboard-for-wp' ),
1316
 
1317
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:273
1318
  __( 'Avg. Session Duration', 'google-analytics-dashboard-for-wp' ),
1319
 
1320
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:50
 
1321
  __( 'Bounce Rate', 'google-analytics-dashboard-for-wp' ),
1322
 
1323
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:51
 
1324
  __( 'Total Users', 'google-analytics-dashboard-for-wp' ),
1325
 
1326
  // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
@@ -1359,7 +1349,7 @@ $generated_i18n_strings = array(
1359
  /* Translators: add link to blog. */
1360
  __( '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' ),
1361
 
1362
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:35
1363
  __( 'Here\'s what you get:', 'google-analytics-dashboard-for-wp' ),
1364
 
1365
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportRealTime-Lite.vue:41
@@ -1629,7 +1619,6 @@ $generated_i18n_strings = array(
1629
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:281
1630
  __( 'Average Age', 'google-analytics-dashboard-for-wp' ),
1631
 
1632
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:101
1633
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:282
1634
  __( 'Behavior', 'google-analytics-dashboard-for-wp' ),
1635
 
@@ -1839,7 +1828,6 @@ $generated_i18n_strings = array(
1839
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:111
1840
  __( 'Disconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
1841
 
1842
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:150
1843
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:79
1844
  __( 'Authenticating', 'google-analytics-dashboard-for-wp' ),
1845
 
@@ -1870,11 +1858,9 @@ $generated_i18n_strings = array(
1870
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:81
1871
  __( 'Active Profile', 'google-analytics-dashboard-for-wp' ),
1872
 
1873
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:82
1874
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
1875
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-dashboard-for-wp' ),
1876
 
1877
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:83
1878
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
1879
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-dashboard-for-wp' ),
1880
 
@@ -1942,25 +1928,27 @@ $generated_i18n_strings = array(
1942
  __( 'Skip and Keep Connection', 'google-analytics-dashboard-for-wp' ),
1943
 
1944
  // Reference: src/modules/frontend/components/FrontendInfoboxChange.vue:29
1945
- /* Translators: Replaced with the number of days */
 
1946
  __( 'vs. Previous Day', 'google-analytics-dashboard-for-wp' ),
1947
 
1948
  // Reference: src/modules/frontend/components/FrontendInfoboxChange.vue:46
 
1949
  __( 'No change', 'google-analytics-dashboard-for-wp' ),
1950
 
1951
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:100
1952
  __( 'Choose Theme', 'google-analytics-dashboard-for-wp' ),
1953
 
1954
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:102
1955
  __( 'Widget Styling', 'google-analytics-dashboard-for-wp' ),
1956
 
1957
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:103
1958
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-dashboard-for-wp' ),
1959
 
1960
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:104
1961
  __( 'Sort By', 'google-analytics-dashboard-for-wp' ),
1962
 
1963
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:105
1964
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-dashboard-for-wp' ),
1965
 
1966
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
@@ -1972,40 +1960,40 @@ $generated_i18n_strings = array(
1972
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:108
1973
  __( 'Title your widget and set its display preferences.', 'google-analytics-dashboard-for-wp' ),
1974
 
1975
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:109
1976
  __( 'Include in Post Types', 'google-analytics-dashboard-for-wp' ),
1977
 
1978
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:110
1979
  __( 'Exclude from specific posts', 'google-analytics-dashboard-for-wp' ),
1980
 
1981
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:112
1982
  /* Translators: Placeholders make the text bold. */
1983
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
1984
 
1985
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:114
1986
  /* Translators: Placeholders make the text bold. */
1987
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
1988
 
1989
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:115
1990
  __( 'Loading Themes', 'google-analytics-dashboard-for-wp' ),
1991
 
1992
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:120
1993
  /* Translators: placeholders make text small. */
1994
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-dashboard-for-wp' ),
1995
 
1996
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:125
1997
  /* Translators: placeholders make text small. */
1998
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-dashboard-for-wp' ),
1999
 
2000
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:132
2001
  /* Translators: placeholders make text small. */
2002
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-dashboard-for-wp' ),
2003
 
2004
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:137
2005
  /* Translators: placeholders make text small. */
2006
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-dashboard-for-wp' ),
2007
 
2008
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:142
2009
  /* Translators: placeholders make text small. */
2010
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-dashboard-for-wp' ),
2011
 
@@ -2021,8 +2009,8 @@ $generated_i18n_strings = array(
2021
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:114
2022
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-dashboard-for-wp' ),
2023
 
 
2024
  // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:109
2025
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:136
2026
  __( 'Customize Design', 'google-analytics-dashboard-for-wp' ),
2027
 
2028
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
@@ -2161,11 +2149,9 @@ $generated_i18n_strings = array(
2161
  __( 'Unlock PRO Features Now', 'google-analytics-dashboard-for-wp' ),
2162
 
2163
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:36
2164
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:113
2165
  __( 'Paste your license key here', 'google-analytics-dashboard-for-wp' ),
2166
 
2167
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:37
2168
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:115
2169
  __( 'Verify', 'google-analytics-dashboard-for-wp' ),
2170
 
2171
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:39
@@ -2173,7 +2159,6 @@ $generated_i18n_strings = array(
2173
  __( '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' ),
2174
 
2175
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:69
2176
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:172
2177
  __( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' ),
2178
 
2179
  // Reference: src/modules/seo/components/yoast.vue:137
@@ -2254,6 +2239,7 @@ $generated_i18n_strings = array(
2254
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabConversions-Lite.vue:50
2255
  __( 'Add Custom Dimensions and track who\'s the most popular author on your site, which post types get the most traffic, and more', 'google-analytics-dashboard-for-wp' ),
2256
 
 
2257
  // Reference: src/modules/reports/components/reports-year-in-review/ReportYearInReviewListBox.vue:38
2258
  __( 'Show', 'google-analytics-dashboard-for-wp' ),
2259
 
@@ -2319,7 +2305,6 @@ $generated_i18n_strings = array(
2319
  __( 'Reports', 'google-analytics-dashboard-for-wp' ),
2320
 
2321
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:91
2322
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:120
2323
  __( 'Automatic Updates', 'google-analytics-dashboard-for-wp' ),
2324
 
2325
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:105
@@ -2578,30 +2563,24 @@ $generated_i18n_strings = array(
2578
  __( 'See Your Conversion Rate to Improve Funnel', 'google-analytics-dashboard-for-wp' ),
2579
 
2580
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:43
2581
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:60
2582
  __( 'See The Number of Transactions and Make Data-Driven Decisions', 'google-analytics-dashboard-for-wp' ),
2583
 
2584
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:47
2585
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:64
2586
  __( 'See The Total Revenue to Track Growth', 'google-analytics-dashboard-for-wp' ),
2587
 
2588
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:51
2589
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:68
2590
  __( 'See Average Order Value to Find Offer Opportunities', 'google-analytics-dashboard-for-wp' ),
2591
 
2592
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:55
2593
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:72
2594
  __( 'See Your Top Products to See Individual Performance', 'google-analytics-dashboard-for-wp' ),
2595
 
2596
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:76
2597
  __( 'See your Top Conversion Sources and Focus on what\'s Working', 'google-analytics-dashboard-for-wp' ),
2598
 
2599
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:63
2600
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:80
2601
  __( 'See The Time it Takes for Customers to Purchase', 'google-analytics-dashboard-for-wp' ),
2602
 
2603
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:67
2604
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:84
2605
  __( 'See How Many Sessions are Needed for a Purchase', 'google-analytics-dashboard-for-wp' ),
2606
 
2607
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:88
@@ -2910,7 +2889,7 @@ $generated_i18n_strings = array(
2910
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:25
2911
  __( 'Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.', 'google-analytics-dashboard-for-wp' ),
2912
 
2913
- // Reference: src/modules/addons/components/AddonButton.vue:34
2914
  __( 'Activating...', 'google-analytics-dashboard-for-wp' ),
2915
 
2916
  // Reference: src/modules/addons/components/AddonButton.vue:38
@@ -2958,6 +2937,7 @@ $generated_i18n_strings = array(
2958
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
2959
  __( 'Close', 'google-analytics-dashboard-for-wp' ),
2960
 
 
2961
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:48
2962
  __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-dashboard-for-wp' ),
2963
 
@@ -2971,6 +2951,7 @@ $generated_i18n_strings = array(
2971
  /* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
2972
  __( 'Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.', 'google-analytics-dashboard-for-wp' ),
2973
 
 
2974
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:53
2975
  __( 'Automated + Curated', 'google-analytics-dashboard-for-wp' ),
2976
 
@@ -3025,33 +3006,34 @@ $generated_i18n_strings = array(
3025
  // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:92
3026
  __( 'Can\'t load posts.', 'google-analytics-dashboard-for-wp' ),
3027
 
3028
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:47
3029
  __( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-dashboard-for-wp' ),
3030
 
3031
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:48
3032
  __( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-dashboard-for-wp' ),
3033
 
3034
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:49
3035
  __( 'Color', 'google-analytics-dashboard-for-wp' ),
3036
 
3037
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:50
3038
  __( 'Size', 'google-analytics-dashboard-for-wp' ),
3039
 
3040
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:51
3041
  __( 'Title', 'google-analytics-dashboard-for-wp' ),
3042
 
3043
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:52
3044
  __( 'Label', 'google-analytics-dashboard-for-wp' ),
3045
 
3046
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:53
3047
  __( 'Background', 'google-analytics-dashboard-for-wp' ),
3048
 
3049
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:54
3050
  __( 'Border', 'google-analytics-dashboard-for-wp' ),
3051
 
3052
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:55
3053
  __( 'Icon', 'google-analytics-dashboard-for-wp' ),
3054
 
 
3055
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:60
3056
  __( 'Theme Preview', 'google-analytics-dashboard-for-wp' ),
3057
 
@@ -3135,7 +3117,7 @@ $generated_i18n_strings = array(
3135
  /* Translators: Make text green. */
3136
  __( 'Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s', 'google-analytics-dashboard-for-wp' ),
3137
 
3138
- // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:24
3139
  __( 'Upgrade', 'google-analytics-dashboard-for-wp' ),
3140
 
3141
  // Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputPdfReports-Lite.vue:17
11
  __( 'Loading Settings', 'google-analytics-dashboard-for-wp' ),
12
 
13
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:55
 
14
  __( 'Please wait...', 'google-analytics-dashboard-for-wp' ),
15
 
16
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:20
29
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
30
  __( 'Loading new report data', 'google-analytics-dashboard-for-wp' ),
31
 
32
+ // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:282
33
+ /* Translators: Placeholder gets replaced with an arrow icon. */
34
  __( 'Continue %s', 'google-analytics-dashboard-for-wp' ),
35
 
36
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:71
37
+ // Reference: src/modules/widget/components/WidgetReportError.vue:25
38
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:124
39
  __( 'Error', 'google-analytics-dashboard-for-wp' ),
40
 
41
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:151
42
  __( 'Please try again.', 'google-analytics-dashboard-for-wp' ),
43
 
44
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
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/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/plugins/exactmetrics-reports-helper-plugin.js:201
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
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:205
82
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-dashboard-for-wp' ),
83
 
85
  __( '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' ),
86
 
87
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:31
 
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
  __( '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' ),
92
 
93
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:223
94
  __( 'Today', 'google-analytics-dashboard-for-wp' ),
95
 
 
96
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:229
97
  __( 'Yesterday', 'google-analytics-dashboard-for-wp' ),
98
 
105
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:247
106
  __( 'Last 7 days', 'google-analytics-dashboard-for-wp' ),
107
 
108
+ // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewDatePicker-Lite.vue:48
109
  __( 'Last 30 days', 'google-analytics-dashboard-for-wp' ),
110
 
111
  // Reference: src/plugins/exactmetrics-wizard-helper-plugin.js:19
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/widget/store/index.js:14
126
  // Reference: src/modules/widget/widget.vue:25
127
  __( 'Overview Report', 'google-analytics-dashboard-for-wp' ),
128
 
154
  // Reference: src/plugins/exactmetrics-compatibility-plugin.js:59
155
  __( 'Learn more about updating WordPress', 'google-analytics-dashboard-for-wp' ),
156
 
157
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
158
  // Reference: src/modules/about/components/exactmetrics-AboutTabAboutUs.vue:36
159
+ // Reference: src/modules/settings/routes/network.js:35
160
  __( 'About Us', 'google-analytics-dashboard-for-wp' ),
161
 
162
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
163
+ // Reference: src/modules/settings/routes/network.js:43
164
  __( 'Getting Started', 'google-analytics-dashboard-for-wp' ),
165
 
166
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:17
167
+ // Reference: src/modules/settings/routes/network.js:52
168
  __( 'Lite vs Pro', 'google-analytics-dashboard-for-wp' ),
169
 
170
  // Reference: src/modules/settings/exactmetrics-site.vue:77
184
  // Reference: src/modules/reports/api/index.js:28
185
  __( 'Error loading report data', 'google-analytics-dashboard-for-wp' ),
186
 
187
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:102
188
+ /* Translators: Makes text bold. */
189
  __( '%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code).', 'google-analytics-dashboard-for-wp' ),
190
 
191
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:107
192
+ /* Translators: Makes text bold. */
193
  __( '%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights.', 'google-analytics-dashboard-for-wp' ),
194
 
195
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:112
196
+ /* Translators: Makes text bold. */
197
  __( '%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more.', 'google-analytics-dashboard-for-wp' ),
198
 
199
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:117
200
  /* Translators: Makes text bold. */
201
  __( '%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress.', 'google-analytics-dashboard-for-wp' ),
202
 
203
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:122
204
+ /* Translators: Makes text bold. */
205
  __( '%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.', 'google-analytics-dashboard-for-wp' ),
206
 
207
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:127
208
+ /* Translators: Makes text bold. */
209
  __( '%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking.', 'google-analytics-dashboard-for-wp' ),
210
 
211
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:132
212
+ /* Translators: Makes text bold. */
213
  __( '%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically.', 'google-analytics-dashboard-for-wp' ),
214
 
215
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:137
216
  /* Translators: Makes text bold. */
217
  __( '%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click.', 'google-analytics-dashboard-for-wp' ),
218
 
219
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:142
220
+ /* Translators: Adds link to the features page. */
221
  __( '%1$sSee All Features%2$s', 'google-analytics-dashboard-for-wp' ),
222
 
 
223
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:41
224
  __( 'Pro Plan', 'google-analytics-dashboard-for-wp' ),
225
 
 
226
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:42
227
  __( 'per year', 'google-analytics-dashboard-for-wp' ),
228
 
229
+ // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:22
230
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:43
231
  __( 'Upgrade Now', 'google-analytics-dashboard-for-wp' ),
232
 
233
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:148
234
  __( 'Upgrade to ExactMetrics Pro Now', 'google-analytics-dashboard-for-wp' ),
235
 
 
236
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:63
237
  __( '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' ),
238
 
 
239
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:64
240
  __( 'Daniel Monaghan - Experienced', 'google-analytics-dashboard-for-wp' ),
241
 
 
242
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:68
243
  __( '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' ),
244
 
 
245
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:69
246
  __( 'Naomi Spirit - From This Day', 'google-analytics-dashboard-for-wp' ),
247
 
 
248
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:73
249
  __( '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' ),
250
 
 
251
  // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:74
252
  __( 'Julie Dupuis - Faraway Land Travel', 'google-analytics-dashboard-for-wp' ),
253
 
254
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:167
255
  __( 'Guides and Documentation:', 'google-analytics-dashboard-for-wp' ),
256
 
257
+ // Reference: src/modules/frontend/components/FrontendUpsell-Lite.vue:11
258
+ // Reference: src/modules/reports/components/exactmetrics-ReportsPdfExport-Lite.vue:48
259
+ // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewDatePicker-Lite.vue:51
260
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:34
261
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:74
262
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:45
263
  __( 'Upgrade to PRO', 'google-analytics-dashboard-for-wp' ),
264
 
265
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:47
266
  __( 'eCommerce Tracking', 'google-analytics-dashboard-for-wp' ),
267
 
268
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:48
269
  __( 'Custom Dimensions', 'google-analytics-dashboard-for-wp' ),
270
 
271
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:49
272
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:60
273
  __( 'Form Tracking', 'google-analytics-dashboard-for-wp' ),
274
 
275
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:50
276
  __( 'AMP Support', 'google-analytics-dashboard-for-wp' ),
277
 
278
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:51
279
  __( 'Author Tracking', 'google-analytics-dashboard-for-wp' ),
280
 
281
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:54
282
  __( 'EU Compliance Addon', 'google-analytics-dashboard-for-wp' ),
283
 
284
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:55
285
  __( 'Real Time Report', 'google-analytics-dashboard-for-wp' ),
286
 
287
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:56
288
  __( 'Google Optimize', 'google-analytics-dashboard-for-wp' ),
289
 
290
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:57
291
  __( 'Search Console', 'google-analytics-dashboard-for-wp' ),
292
 
293
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:58
294
  __( 'Custom Date Ranges', 'google-analytics-dashboard-for-wp' ),
295
 
296
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:84
299
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:85
300
  __( '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.', 'google-analytics-dashboard-for-wp' ),
301
 
302
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:86
303
  __( 'To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away.', 'google-analytics-dashboard-for-wp' ),
304
 
305
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:87
306
  __( '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!.', 'google-analytics-dashboard-for-wp' ),
307
 
308
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:88
309
  __( 'Launch the wizard!', 'google-analytics-dashboard-for-wp' ),
310
 
311
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:90
312
  __( 'Welcome to', 'google-analytics-dashboard-for-wp' ),
313
 
314
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:92
315
  /* Translators: Adds a line break. */
316
  __( 'Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin', 'google-analytics-dashboard-for-wp' ),
317
 
318
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:94
319
+ /* Translators: Makes text bold. */
320
  __( '%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.', 'google-analytics-dashboard-for-wp' ),
321
 
322
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:96
323
  __( 'ExactMetrics Features & Addons', 'google-analytics-dashboard-for-wp' ),
324
 
325
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:97
326
  __( 'Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market.', 'google-analytics-dashboard-for-wp' ),
327
 
328
  // Reference: src/modules/widget/components/WidgetFooter.vue:19
329
  /* Translators: Placeholder is replaced with WPForms. */
330
  __( 'Recommended Plugin: %s', 'google-analytics-dashboard-for-wp' ),
331
 
332
+ // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:42
333
  __( 'Install', 'google-analytics-dashboard-for-wp' ),
334
 
335
+ // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:38
336
  __( 'Activate', 'google-analytics-dashboard-for-wp' ),
337
 
338
+ // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
339
  __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
340
 
341
  // Reference: src/modules/reports/components/ReportReAuth.vue:19
344
  // Reference: src/modules/reports/components/ReportReAuth.vue:20
345
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-dashboard-for-wp' ),
346
 
347
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:47
348
  __( 'Reconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
349
 
350
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:108
351
  __( 'Re-Authenticating', 'google-analytics-dashboard-for-wp' ),
352
 
353
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:78
354
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:126
355
  __( 'Ok', 'google-analytics-dashboard-for-wp' ),
356
 
357
  // Reference: src/modules/addons/components/AddonsNavigation.vue:18
366
  // Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
367
  __( 'Exit Setup', 'google-analytics-dashboard-for-wp' ),
368
 
369
+ // Reference: src/modules/widget/store/index.js:103
370
  // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:132
371
  __( 'Time to Purchase', 'google-analytics-dashboard-for-wp' ),
372
 
373
  // Reference: src/modules/widget/store/index.js:104
374
  __( 'This list shows how many days from first visit it took users to purchase products from your site.', 'google-analytics-dashboard-for-wp' ),
375
 
376
+ // Reference: src/modules/widget/store/index.js:111
377
  // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:127
378
  __( 'Sessions to Purchase', 'google-analytics-dashboard-for-wp' ),
379
 
392
  // Reference: src/modules/widget/store/index.js:128
393
  __( 'This list shows the percentage of carts that never went through the checkout process.', 'google-analytics-dashboard-for-wp' ),
394
 
395
+ // Reference: src/modules/widget/store/index.js:20
396
  __( 'Top Posts/Pages', 'google-analytics-dashboard-for-wp' ),
397
 
398
+ // Reference: src/modules/widget/store/index.js:21
399
  __( 'This list shows the most viewed posts and pages on your website.', 'google-analytics-dashboard-for-wp' ),
400
 
401
+ // Reference: src/modules/widget/store/index.js:27
402
  __( 'New vs. Returning Visitors', 'google-analytics-dashboard-for-wp' ),
403
 
404
+ // Reference: src/modules/widget/store/index.js:28
405
  __( 'This graph shows what percent of your user sessions come from new versus repeat visitors.', 'google-analytics-dashboard-for-wp' ),
406
 
407
+ // Reference: src/modules/widget/store/index.js:34
408
  __( 'Device Breakdown', 'google-analytics-dashboard-for-wp' ),
409
 
410
+ // Reference: src/modules/widget/store/index.js:35
411
  __( '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' ),
412
 
413
  // Reference: src/modules/widget/store/index.js:41
440
  // Reference: src/modules/widget/store/index.js:71
441
  __( 'This list shows the download links your visitors clicked the most.', 'google-analytics-dashboard-for-wp' ),
442
 
443
+ // Reference: src/modules/widget/store/index.js:77
 
444
  __( 'Overview', 'google-analytics-dashboard-for-wp' ),
445
 
446
  // Reference: src/modules/widget/store/index.js:83
461
  // Reference: src/modules/widget/components/exactmetrics-WidgetAccordion-Lite.vue:218
462
  __( 'Analytics', 'google-analytics-dashboard-for-wp' ),
463
 
464
+ // Reference: src/modules/widget/components/exactmetrics-WidgetAccordion-Lite.vue:65
465
  /* Translators: Adds an arrow icon. */
466
  __( 'View All Reports %s', 'google-analytics-dashboard-for-wp' ),
467
 
471
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
472
  __( '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' ),
473
 
474
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:79
475
  __( 'Launch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
476
 
477
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
505
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:30
506
  __( 'Publishers', 'google-analytics-dashboard-for-wp' ),
507
 
508
+ // Reference: src/modules/reports/routes/exactmetrics-routes.js:41
509
  __( 'eCommerce', 'google-analytics-dashboard-for-wp' ),
510
 
511
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:57
512
  __( 'Dimensions Report', 'google-analytics-dashboard-for-wp' ),
513
 
 
514
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:65
515
  __( 'Forms', 'google-analytics-dashboard-for-wp' ),
516
 
 
517
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:73
518
  __( 'Real-Time', 'google-analytics-dashboard-for-wp' ),
519
 
520
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:30
521
+ // Reference: src/modules/reports/routes/exactmetrics-routes.js:81
522
  __( 'Site Speed Report', 'google-analytics-dashboard-for-wp' ),
523
 
524
  // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:49
526
  __( '2020 Year in Review', 'google-analytics-dashboard-for-wp' ),
527
 
528
  // Reference: src/modules/settings/routes/site.js:103
529
+ // Reference: src/modules/tools/components/ToolsNavigation.vue:14
530
  __( 'Import Export', 'google-analytics-dashboard-for-wp' ),
531
 
532
  // Reference: src/modules/settings/routes/site.js:111
533
  __( 'PrettyLinks Integration', 'google-analytics-dashboard-for-wp' ),
534
 
535
  // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:22
 
536
  __( 'Inline Popular Posts', 'google-analytics-dashboard-for-wp' ),
537
 
538
  // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:23
 
539
  __( 'Popular Posts Widget', 'google-analytics-dashboard-for-wp' ),
540
 
541
  // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:24
 
542
  __( 'Popular Products', 'google-analytics-dashboard-for-wp' ),
543
 
544
  // Reference: src/modules/settings/routes/site.js:189
563
  __( 'Advanced', 'google-analytics-dashboard-for-wp' ),
564
 
565
  // Reference: src/modules/settings/routes/site.js:95
566
+ // Reference: src/modules/tools/components/ToolsNavigation.vue:15
567
  __( 'URL Builder', 'google-analytics-dashboard-for-wp' ),
568
 
569
  // Reference: src/modules/addons/store/actions.js:33
667
  /* Translators: Make text bold. */
668
  __( 'Publisher %1$s(Blog)%2$s', 'google-analytics-dashboard-for-wp' ),
669
 
670
+ // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:62
671
  __( 'Ecommerce', 'google-analytics-dashboard-for-wp' ),
672
 
673
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
676
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:49
677
  __( 'ExactMetrics connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-dashboard-for-wp' ),
678
 
679
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:64
680
  __( 'Connect Google Analytics + WordPress', 'google-analytics-dashboard-for-wp' ),
681
 
682
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:65
683
  __( 'You will be taken to the ExactMetrics website where you\'ll need to connect your Analytics account.', 'google-analytics-dashboard-for-wp' ),
684
 
685
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
715
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
716
  __( 'Continue & Install WPForms', 'google-analytics-dashboard-for-wp' ),
717
 
718
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
719
  __( 'Installing...', 'google-analytics-dashboard-for-wp' ),
720
 
721
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:53
760
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:66
761
  __( '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.', 'google-analytics-dashboard-for-wp' ),
762
 
 
763
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:71
764
  /* Translators: Example path (/go/). */
765
  __( 'Path (example: %s)', 'google-analytics-dashboard-for-wp' ),
766
 
 
767
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:73
768
  __( 'Path has to start with a / and have no spaces', 'google-analytics-dashboard-for-wp' ),
769
 
 
770
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:78
771
  /* Translators: Example label (aff). */
772
  __( 'Label (example: %s)', 'google-analytics-dashboard-for-wp' ),
773
 
 
774
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:80
775
  __( 'Label can\'t contain any spaces', 'google-analytics-dashboard-for-wp' ),
776
 
814
  // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:50
815
  __( 'Site Speed', 'google-analytics-dashboard-for-wp' ),
816
 
817
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:60
818
  __( 'License Key', 'google-analytics-dashboard-for-wp' ),
819
 
820
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:62
821
  /* Translators: Add link to retrieve license key from account. */
822
  __( 'Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
823
 
824
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:63
825
  __( 'Google Authentication', 'google-analytics-dashboard-for-wp' ),
826
 
827
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:66
833
  // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:69
834
  __( 'Hide Announcements', 'google-analytics-dashboard-for-wp' ),
835
 
836
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:70
837
  __( 'You\'re using ExactMetrics Lite – no license needed. Enjoy!', 'google-analytics-dashboard-for-wp' ),
838
 
839
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:72
840
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:32
841
+ /* Translators: Add link to upgrade. */
 
842
  __( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-dashboard-for-wp' ),
843
 
844
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:73
 
845
  __( 'Receive 50% off automatically applied at the checkout!', 'google-analytics-dashboard-for-wp' ),
846
 
847
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:75
 
848
  __( 'See all features', 'google-analytics-dashboard-for-wp' ),
849
 
850
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:76
851
  __( 'Setup Wizard', 'google-analytics-dashboard-for-wp' ),
852
 
853
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:77
854
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-dashboard-for-wp' ),
855
 
856
+ // Reference: src/modules/settings/components/exactmetrics-SettingsNetwork.vue:78
857
  __( 'Relaunch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
858
 
859
  // Reference: src/modules/addons/exactmetrics-addons-Lite.vue:54
986
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:141
987
  __( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-dashboard-for-wp' ),
988
 
989
+ // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:145
990
  __( 'Headline Analyzer', 'google-analytics-dashboard-for-wp' ),
991
 
992
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:79
1046
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:66
1047
  __( 'Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout.', 'google-analytics-dashboard-for-wp' ),
1048
 
1049
+ // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:101
1050
  __( 'Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
1051
 
1052
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:70
1107
  /* Translators: Error status and error text. */
1108
  __( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1109
 
 
1110
  // Reference: src/modules/settings/api/index.js:27
1111
  __( 'You appear to be offline.', 'google-analytics-dashboard-for-wp' ),
1112
 
1113
+ // Reference: src/modules/settings/api/index.js:77
1114
  /* Translators: Error status and error text. */
1115
  __( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1116
 
1117
+ // Reference: src/modules/settings/api/index.js:81
1118
  __( 'Network error encountered. Settings not saved.', 'google-analytics-dashboard-for-wp' ),
1119
 
1120
  // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
1273
  __( 'Remove row', 'google-analytics-dashboard-for-wp' ),
1274
 
1275
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:47
1276
+ // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:81
1277
  __( 'Sessions', 'google-analytics-dashboard-for-wp' ),
1278
 
1279
  // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:83
1280
  /* Translators: Line break. */
1281
  __( 'Unique %s Sessions', 'google-analytics-dashboard-for-wp' ),
1282
 
 
1283
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:297
1284
  __( 'Pageviews', 'google-analytics-dashboard-for-wp' ),
1285
 
1287
  /* Translators: Line break. */
1288
  __( 'Unique %s Pageviews', 'google-analytics-dashboard-for-wp' ),
1289
 
1290
+ // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:87
1291
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-dashboard-for-wp' ),
1292
 
1293
+ // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:88
1294
  __( '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.', 'google-analytics-dashboard-for-wp' ),
1295
 
1296
+ // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:89
1297
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-dashboard-for-wp' ),
1298
 
1299
  // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:90
1300
  __( '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.', 'google-analytics-dashboard-for-wp' ),
1301
 
1302
+ // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:91
1303
  __( 'The number of distinct tracked users', 'google-analytics-dashboard-for-wp' ),
1304
 
1305
+ // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:92
1306
  __( 'Avg. Session Duration', 'google-analytics-dashboard-for-wp' ),
1307
 
1308
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:50
1309
+ // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:93
1310
  __( 'Bounce Rate', 'google-analytics-dashboard-for-wp' ),
1311
 
1312
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:51
1313
+ // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:94
1314
  __( 'Total Users', 'google-analytics-dashboard-for-wp' ),
1315
 
1316
  // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
1349
  /* Translators: add link to blog. */
1350
  __( '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' ),
1351
 
1352
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:35
1353
  __( 'Here\'s what you get:', 'google-analytics-dashboard-for-wp' ),
1354
 
1355
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportRealTime-Lite.vue:41
1619
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:281
1620
  __( 'Average Age', 'google-analytics-dashboard-for-wp' ),
1621
 
 
1622
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:282
1623
  __( 'Behavior', 'google-analytics-dashboard-for-wp' ),
1624
 
1828
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:111
1829
  __( 'Disconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
1830
 
 
1831
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:79
1832
  __( 'Authenticating', 'google-analytics-dashboard-for-wp' ),
1833
 
1858
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:81
1859
  __( 'Active Profile', 'google-analytics-dashboard-for-wp' ),
1860
 
 
1861
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
1862
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-dashboard-for-wp' ),
1863
 
 
1864
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
1865
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-dashboard-for-wp' ),
1866
 
1928
  __( 'Skip and Keep Connection', 'google-analytics-dashboard-for-wp' ),
1929
 
1930
  // Reference: src/modules/frontend/components/FrontendInfoboxChange.vue:29
1931
+ // Reference: src/modules/reports/components/ReportInfobox.vue:41
1932
+ /* Translators: Number of days. */
1933
  __( 'vs. Previous Day', 'google-analytics-dashboard-for-wp' ),
1934
 
1935
  // Reference: src/modules/frontend/components/FrontendInfoboxChange.vue:46
1936
+ // Reference: src/modules/reports/components/ReportInfobox.vue:58
1937
  __( 'No change', 'google-analytics-dashboard-for-wp' ),
1938
 
1939
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:105
1940
  __( 'Choose Theme', 'google-analytics-dashboard-for-wp' ),
1941
 
1942
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:107
1943
  __( 'Widget Styling', 'google-analytics-dashboard-for-wp' ),
1944
 
1945
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:108
1946
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-dashboard-for-wp' ),
1947
 
1948
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:109
1949
  __( 'Sort By', 'google-analytics-dashboard-for-wp' ),
1950
 
1951
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:110
1952
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-dashboard-for-wp' ),
1953
 
1954
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
1960
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:108
1961
  __( 'Title your widget and set its display preferences.', 'google-analytics-dashboard-for-wp' ),
1962
 
1963
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:115
1964
  __( 'Include in Post Types', 'google-analytics-dashboard-for-wp' ),
1965
 
1966
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:116
1967
  __( 'Exclude from specific posts', 'google-analytics-dashboard-for-wp' ),
1968
 
1969
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:118
1970
  /* Translators: Placeholders make the text bold. */
1971
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
1972
 
1973
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:120
1974
  /* Translators: Placeholders make the text bold. */
1975
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
1976
 
1977
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:122
1978
  __( 'Loading Themes', 'google-analytics-dashboard-for-wp' ),
1979
 
1980
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:129
1981
  /* Translators: placeholders make text small. */
1982
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-dashboard-for-wp' ),
1983
 
1984
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:134
1985
  /* Translators: placeholders make text small. */
1986
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-dashboard-for-wp' ),
1987
 
1988
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:141
1989
  /* Translators: placeholders make text small. */
1990
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-dashboard-for-wp' ),
1991
 
1992
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:146
1993
  /* Translators: placeholders make text small. */
1994
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-dashboard-for-wp' ),
1995
 
1996
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:151
1997
  /* Translators: placeholders make text small. */
1998
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-dashboard-for-wp' ),
1999
 
2009
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:114
2010
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-dashboard-for-wp' ),
2011
 
2012
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:121
2013
  // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:109
 
2014
  __( 'Customize Design', 'google-analytics-dashboard-for-wp' ),
2015
 
2016
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
2149
  __( 'Unlock PRO Features Now', 'google-analytics-dashboard-for-wp' ),
2150
 
2151
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:36
 
2152
  __( 'Paste your license key here', 'google-analytics-dashboard-for-wp' ),
2153
 
2154
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:37
 
2155
  __( 'Verify', 'google-analytics-dashboard-for-wp' ),
2156
 
2157
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:39
2159
  __( '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' ),
2160
 
2161
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:69
 
2162
  __( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' ),
2163
 
2164
  // Reference: src/modules/seo/components/yoast.vue:137
2239
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabConversions-Lite.vue:50
2240
  __( 'Add Custom Dimensions and track who\'s the most popular author on your site, which post types get the most traffic, and more', 'google-analytics-dashboard-for-wp' ),
2241
 
2242
+ // Reference: src/modules/reports/components/exactmetrics-ReportsPagination.vue:25
2243
  // Reference: src/modules/reports/components/reports-year-in-review/ReportYearInReviewListBox.vue:38
2244
  __( 'Show', 'google-analytics-dashboard-for-wp' ),
2245
 
2305
  __( 'Reports', 'google-analytics-dashboard-for-wp' ),
2306
 
2307
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:91
 
2308
  __( 'Automatic Updates', 'google-analytics-dashboard-for-wp' ),
2309
 
2310
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:105
2563
  __( 'See Your Conversion Rate to Improve Funnel', 'google-analytics-dashboard-for-wp' ),
2564
 
2565
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:43
 
2566
  __( 'See The Number of Transactions and Make Data-Driven Decisions', 'google-analytics-dashboard-for-wp' ),
2567
 
2568
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:47
 
2569
  __( 'See The Total Revenue to Track Growth', 'google-analytics-dashboard-for-wp' ),
2570
 
2571
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:51
 
2572
  __( 'See Average Order Value to Find Offer Opportunities', 'google-analytics-dashboard-for-wp' ),
2573
 
2574
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:55
 
2575
  __( 'See Your Top Products to See Individual Performance', 'google-analytics-dashboard-for-wp' ),
2576
 
2577
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:76
2578
  __( 'See your Top Conversion Sources and Focus on what\'s Working', 'google-analytics-dashboard-for-wp' ),
2579
 
2580
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:63
 
2581
  __( 'See The Time it Takes for Customers to Purchase', 'google-analytics-dashboard-for-wp' ),
2582
 
2583
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:67
 
2584
  __( 'See How Many Sessions are Needed for a Purchase', 'google-analytics-dashboard-for-wp' ),
2585
 
2586
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:88
2889
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:25
2890
  __( 'Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.', 'google-analytics-dashboard-for-wp' ),
2891
 
2892
+ // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:26
2893
  __( 'Activating...', 'google-analytics-dashboard-for-wp' ),
2894
 
2895
  // Reference: src/modules/addons/components/AddonButton.vue:38
2937
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
2938
  __( 'Close', 'google-analytics-dashboard-for-wp' ),
2939
 
2940
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:28
2941
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:48
2942
  __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-dashboard-for-wp' ),
2943
 
2951
  /* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
2952
  __( 'Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.', 'google-analytics-dashboard-for-wp' ),
2953
 
2954
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:30
2955
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:53
2956
  __( 'Automated + Curated', 'google-analytics-dashboard-for-wp' ),
2957
 
3006
  // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:92
3007
  __( 'Can\'t load posts.', 'google-analytics-dashboard-for-wp' ),
3008
 
3009
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:100
3010
  __( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-dashboard-for-wp' ),
3011
 
3012
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:101
3013
  __( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-dashboard-for-wp' ),
3014
 
3015
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:102
3016
  __( 'Color', 'google-analytics-dashboard-for-wp' ),
3017
 
3018
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:103
3019
  __( 'Size', 'google-analytics-dashboard-for-wp' ),
3020
 
3021
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:104
3022
  __( 'Title', 'google-analytics-dashboard-for-wp' ),
3023
 
3024
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:105
3025
  __( 'Label', 'google-analytics-dashboard-for-wp' ),
3026
 
3027
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:106
3028
  __( 'Background', 'google-analytics-dashboard-for-wp' ),
3029
 
3030
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:107
3031
  __( 'Border', 'google-analytics-dashboard-for-wp' ),
3032
 
3033
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:108
3034
  __( 'Icon', 'google-analytics-dashboard-for-wp' ),
3035
 
3036
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:99
3037
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:60
3038
  __( 'Theme Preview', 'google-analytics-dashboard-for-wp' ),
3039
 
3117
  /* Translators: Make text green. */
3118
  __( 'Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s', 'google-analytics-dashboard-for-wp' ),
3119
 
3120
+ // Reference: src/modules/settings/components/SettingsAddonUpgrade.vue:37
3121
  __( 'Upgrade', 'google-analytics-dashboard-for-wp' ),
3122
 
3123
  // Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputPdfReports-Lite.vue:17
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.3.3
8
  Requires PHP: 5.5
9
  License: GPL v3
10
 
@@ -174,6 +174,9 @@ You can translate Google Analytics Dashboard for WP by ExactMetrics on [translat
174
  4. Want more features? <a href="https://www.exactmetrics.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase ExactMetrics Pro</a>!
175
 
176
  == Changelog ==
 
 
 
177
  = 7.3.3: February 09, 2022 =
178
  - Fixed: We fixed the PDF reports format.
179
  - Tweak: We optimized the Ajax requests for notifications.
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.3.4
8
  Requires PHP: 5.5
9
  License: GPL v3
10
 
174
  4. Want more features? <a href="https://www.exactmetrics.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase ExactMetrics Pro</a>!
175
 
176
  == Changelog ==
177
+ = 7.3.4: February 10, 2022 =
178
+ - Fixed: Resolved a PHP Notice message some users received after upgrading to 7.3.3
179
+
180
  = 7.3.3: February 09, 2022 =
181
  - Fixed: We fixed the PDF reports format.
182
  - Tweak: We optimized the Ajax requests for notifications.