Google Analytics for WordPress by MonsterInsights - Version 7.16.2

Version Description

= 7.0.0 =

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

= 6.0.0 =

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

Download this release

Release Info

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

Code changes from version 7.16.1 to 7.16.2

googleanalytics.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
8
  *
9
- * Version: 7.16.1
10
  * Requires at least: 3.8.0
11
  * Requires PHP: 5.2
12
  *
@@ -69,7 +69,7 @@ final class MonsterInsights_Lite {
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
- public $version = '7.16.1';
73
 
74
  /**
75
  * Plugin file.
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
8
  *
9
+ * Version: 7.16.2
10
  * Requires at least: 3.8.0
11
  * Requires PHP: 5.2
12
  *
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
+ public $version = '7.16.2';
73
 
74
  /**
75
  * Plugin file.
includes/frontend/tracking/class-tracking-gtag.php CHANGED
@@ -232,9 +232,7 @@ class MonsterInsights_Tracking_Gtag extends MonsterInsights_Tracking_Abstract {
232
  <?php } ?>
233
  window.dataLayer = window.dataLayer || [];
234
  if ( mi_track_user ) {
235
- function __gtagTracker() {
236
- dataLayer.push( arguments );
237
- }
238
  __gtagTracker( 'js', new Date() );
239
  __gtagTracker( 'set', {
240
  'developer_id.dZGIzZG' : true,
@@ -271,8 +269,8 @@ class MonsterInsights_Tracking_Gtag extends MonsterInsights_Tracking_Abstract {
271
  var noopfn = function () {
272
  return null;
273
  };
274
- var noopnullfn = function () {
275
- return null;
276
  };
277
  var Tracker = function () {
278
  return null;
@@ -280,7 +278,11 @@ class MonsterInsights_Tracking_Gtag extends MonsterInsights_Tracking_Abstract {
280
  var p = Tracker.prototype;
281
  p.get = noopfn;
282
  p.set = noopfn;
283
- p.send = noopfn;
 
 
 
 
284
  var __gaTracker = function () {
285
  var len = arguments.length;
286
  if ( len === 0 ) {
@@ -343,10 +345,8 @@ class MonsterInsights_Tracking_Gtag extends MonsterInsights_Tracking_Abstract {
343
  } catch ( ex ) {
344
  }
345
  };
346
- __gaTracker.create = function () {
347
- return new Tracker();
348
- };
349
- __gaTracker.getByName = noopnullfn;
350
  __gaTracker.getAll = function () {
351
  return [];
352
  };
232
  <?php } ?>
233
  window.dataLayer = window.dataLayer || [];
234
  if ( mi_track_user ) {
235
+ function __gtagTracker() {dataLayer.push( arguments );}
 
 
236
  __gtagTracker( 'js', new Date() );
237
  __gtagTracker( 'set', {
238
  'developer_id.dZGIzZG' : true,
269
  var noopfn = function () {
270
  return null;
271
  };
272
+ var newtracker = function () {
273
+ return new Tracker();
274
  };
275
  var Tracker = function () {
276
  return null;
278
  var p = Tracker.prototype;
279
  p.get = noopfn;
280
  p.set = noopfn;
281
+ p.send = function (){
282
+ var args = Array.prototype.slice.call(arguments);
283
+ args.unshift( 'send' );
284
+ __gaTracker.apply(null, args);
285
+ };
286
  var __gaTracker = function () {
287
  var len = arguments.length;
288
  if ( len === 0 ) {
345
  } catch ( ex ) {
346
  }
347
  };
348
+ __gaTracker.create = newtracker;
349
+ __gaTracker.getByName = newtracker;
 
 
350
  __gaTracker.getAll = function () {
351
  return [];
352
  };
languages/google-analytics-for-wordpress.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Google Analytics for WordPress by MonsterInsights plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Google Analytics for WordPress by MonsterInsights 7.16.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-for-wordpress\n"
7
  "Last-Translator: MonsterInsights Team <support@monsterinsights.com>\n"
8
  "Language-Team: MonsterInsights Team <support@monsterinsights.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-02-17T10:07:30+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
@@ -78,7 +78,7 @@ msgid "Theme:"
78
  msgstr ""
79
 
80
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
81
- #: languages/vue.php:2801
82
  msgid "Theme Preview"
83
  msgstr ""
84
 
@@ -155,7 +155,7 @@ msgid "MonsterInsights integrates your WordPress website with Google Analytics."
155
  msgstr ""
156
 
157
  #: lite/includes/admin/wp-site-health.php:253
158
- #: languages/vue.php:605
159
  msgid "View Reports"
160
  msgstr ""
161
 
@@ -232,7 +232,7 @@ msgstr ""
232
  #: lite/includes/admin/wp-site-health.php:372
233
  #: lite/includes/admin/wp-site-health.php:398
234
  #: lite/includes/admin/wp-site-health.php:425
235
- #: languages/vue.php:644
236
  msgid "View Addons"
237
  msgstr ""
238
 
@@ -365,7 +365,7 @@ msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal MonsterIn
365
  msgstr ""
366
 
367
  #: lite/includes/admin/helpers.php:83
368
- #: languages/vue.php:765
369
  msgid "Upgrade to MonsterInsights Pro"
370
  msgstr ""
371
 
@@ -384,12 +384,12 @@ msgid "You are not allowed to install plugins"
384
  msgstr ""
385
 
386
  #: lite/includes/admin/reports/report-queries.php:22
387
- #: languages/vue.php:558
388
  msgid "Search Console"
389
  msgstr ""
390
 
391
  #: lite/includes/admin/reports/report-ecommerce.php:22
392
- #: languages/vue.php:444
393
  msgid "eCommerce"
394
  msgstr ""
395
 
@@ -402,23 +402,23 @@ msgid "Real Time"
402
  msgstr ""
403
 
404
  #: lite/includes/admin/reports/report-publisher.php:22
405
- #: languages/vue.php:555
406
  msgid "Publishers"
407
  msgstr ""
408
 
409
  #: lite/includes/admin/reports/report-dimensions.php:22
410
- #: languages/vue.php:561
411
  msgid "Dimensions"
412
  msgstr ""
413
 
414
  #: lite/includes/admin/reports/report-forms.php:22
415
- #: languages/vue.php:564
416
  msgid "Forms"
417
  msgstr ""
418
 
419
  #: lite/includes/admin/welcome.php:56
420
  #: lite/includes/admin/welcome.php:57
421
- #: languages/vue.php:181
422
  msgid "Welcome to MonsterInsights"
423
  msgstr ""
424
 
@@ -674,7 +674,7 @@ msgid "Question"
674
  msgstr ""
675
 
676
  #: includes/gutenberg/headline-tool/headline-tool.php:302
677
- #: languages/vue.php:438
678
  msgid "General"
679
  msgstr ""
680
 
@@ -3207,7 +3207,7 @@ msgstr ""
3207
  #: includes/admin/notifications/notification-bounce-rate.php:40
3208
  #: includes/admin/notifications/notification-headline-analyzer.php:30
3209
  #: includes/admin/notifications/notification-audience.php:43
3210
- #: languages/vue.php:353
3211
  msgid "Learn More"
3212
  msgstr ""
3213
 
@@ -3234,7 +3234,7 @@ msgid "View 2020 Year in Review report!"
3234
  msgstr ""
3235
 
3236
  #: includes/admin/common.php:940
3237
- #: languages/vue.php:3086
3238
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
3239
  msgstr ""
3240
 
@@ -3242,14 +3242,14 @@ msgstr ""
3242
  #: includes/admin/admin.php:37
3243
  #: includes/admin/admin.php:45
3244
  #: includes/admin/admin.php:94
3245
- #: languages/vue.php:172
3246
  msgid "Insights"
3247
  msgstr ""
3248
 
3249
  #: includes/admin/admin.php:34
3250
  #: includes/admin/admin.php:42
3251
  #: includes/admin/admin.php:188
3252
- #: languages/vue.php:2457
3253
  msgid "Settings"
3254
  msgstr ""
3255
 
@@ -3265,7 +3265,7 @@ msgstr ""
3265
 
3266
  #: includes/admin/admin.php:39
3267
  #: includes/admin/admin.php:98
3268
- #: languages/vue.php:1107
3269
  msgid "Reports"
3270
  msgstr ""
3271
 
@@ -3275,7 +3275,7 @@ msgstr ""
3275
 
3276
  #: includes/admin/admin.php:51
3277
  #: languages/gutenberg.php:83
3278
- #: languages/vue.php:2841
3279
  msgid "Popular Posts"
3280
  msgstr ""
3281
 
@@ -3304,7 +3304,7 @@ msgstr ""
3304
 
3305
  #: includes/admin/admin.php:63
3306
  #: includes/admin/admin.php:106
3307
- #: languages/vue.php:428
3308
  msgid "About Us"
3309
  msgstr ""
3310
 
@@ -3337,7 +3337,7 @@ msgstr ""
3337
 
3338
  #: includes/admin/admin.php:178
3339
  #: includes/admin/admin.php:181
3340
- #: languages/vue.php:1552
3341
  msgid "Support"
3342
  msgstr ""
3343
 
@@ -3347,17 +3347,17 @@ msgid "Please rate %1$sMonsterInsights%2$s on %3$s %4$sWordPress.org%5$s to help
3347
  msgstr ""
3348
 
3349
  #: includes/admin/admin.php:284
3350
- #: languages/vue.php:371
3351
  msgid "Please Setup Website Analytics to See Audience Insights"
3352
  msgstr ""
3353
 
3354
  #: includes/admin/admin.php:285
3355
- #: languages/vue.php:377
3356
  msgid "Connect MonsterInsights and Setup Website Analytics"
3357
  msgstr ""
3358
 
3359
  #: includes/admin/admin.php:289
3360
- #: languages/vue.php:374
3361
  msgid "MonsterInsights, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 2 million website owners use MonsterInsights to see the stats that matter and grow their business."
3362
  msgstr ""
3363
 
@@ -3368,17 +3368,17 @@ msgstr ""
3368
 
3369
  #. Translators: Adds a link to the license renewal.
3370
  #: includes/admin/admin.php:310
3371
- #: languages/vue.php:587
3372
  msgid "Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
3373
  msgstr ""
3374
 
3375
  #: includes/admin/admin.php:312
3376
- #: languages/vue.php:590
3377
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
3378
  msgstr ""
3379
 
3380
  #: includes/admin/admin.php:314
3381
- #: languages/vue.php:593
3382
  msgid "Your license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
3383
  msgstr ""
3384
 
@@ -3522,7 +3522,7 @@ msgstr ""
3522
  #. Translators: visitors notification title
3523
  #. Translators: Number of visitors.
3524
  #: includes/admin/notifications/notification-visitors.php:37
3525
- #: languages/vue.php:320
3526
  msgid "See how %s visitors found your site!"
3527
  msgstr ""
3528
 
@@ -3613,12 +3613,12 @@ msgid "By upgrading to MonsterInsights Pro you get access to additional reports
3613
  msgstr ""
3614
 
3615
  #: includes/admin/notifications/notification-upgrade-to-pro.php:34
3616
- #: languages/vue.php:2357
3617
  msgid "Upgrade to Pro"
3618
  msgstr ""
3619
 
3620
  #: includes/admin/reports/overview.php:34
3621
- #: languages/vue.php:525
3622
  msgid "Overview"
3623
  msgstr ""
3624
 
@@ -3710,7 +3710,7 @@ msgid "Upgrading is easy! To upgrade, navigate to %1$ssour pricing page%2$s, pur
3710
  msgstr ""
3711
 
3712
  #: includes/admin/reports/abstract-report.php:383
3713
- #: languages/vue.php:213
3714
  msgid "Upgrade Now"
3715
  msgstr ""
3716
 
@@ -4905,7 +4905,7 @@ msgid "Theme"
4905
  msgstr ""
4906
 
4907
  #: languages/gutenberg.php:77
4908
- #: languages/vue.php:2446
4909
  msgid "Inline Popular Posts"
4910
  msgstr ""
4911
 
@@ -4942,7 +4942,7 @@ msgid "Comment Color"
4942
  msgstr ""
4943
 
4944
  #: languages/gutenberg.php:107
4945
- #: languages/vue.php:3031
4946
  msgid "Wide-Layout Options"
4947
  msgstr ""
4948
 
@@ -4951,12 +4951,12 @@ msgid "Choose Layout"
4951
  msgstr ""
4952
 
4953
  #: languages/gutenberg.php:113
4954
- #: languages/vue.php:3034
4955
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4956
  msgstr ""
4957
 
4958
  #: languages/gutenberg.php:116
4959
- #: languages/vue.php:3055
4960
  msgid "Post Count"
4961
  msgstr ""
4962
 
@@ -4965,7 +4965,7 @@ msgid "Number of posts displayed."
4965
  msgstr ""
4966
 
4967
  #: languages/gutenberg.php:122
4968
- #: languages/vue.php:3037
4969
  msgid "Display Options"
4970
  msgstr ""
4971
 
@@ -4978,7 +4978,7 @@ msgid "Display Widget Title"
4978
  msgstr ""
4979
 
4980
  #: languages/gutenberg.php:131
4981
- #: languages/vue.php:2668
4982
  msgid "Widget Title"
4983
  msgstr ""
4984
 
@@ -4987,17 +4987,17 @@ msgid "Only Show Posts From These Categories"
4987
  msgstr ""
4988
 
4989
  #: languages/gutenberg.php:137
4990
- #: languages/vue.php:3043
4991
  msgid "Display Author"
4992
  msgstr ""
4993
 
4994
  #: languages/gutenberg.php:140
4995
- #: languages/vue.php:3046
4996
  msgid "Display Date"
4997
  msgstr ""
4998
 
4999
  #: languages/gutenberg.php:143
5000
- #: languages/vue.php:3049
5001
  msgid "Display Comments"
5002
  msgstr ""
5003
 
@@ -5218,7 +5218,7 @@ msgid "Goal: "
5218
  msgstr ""
5219
 
5220
  #: languages/gutenberg.php:312
5221
- #: languages/vue.php:2481
5222
  msgid "Headline Analyzer"
5223
  msgstr ""
5224
 
@@ -5242,3893 +5242,3893 @@ msgstr ""
5242
  msgid "Loading settings"
5243
  msgstr ""
5244
 
5245
- #: languages/vue.php:15
5246
  msgid "Error"
5247
  msgstr ""
5248
 
5249
- #: languages/vue.php:18
5250
  msgid "Please try again."
5251
  msgstr ""
5252
 
5253
- #: languages/vue.php:21
5254
  msgid "Loading new report data"
5255
  msgstr ""
5256
 
5257
- #: languages/vue.php:24
5258
  msgid "Please wait..."
5259
  msgstr ""
5260
 
5261
  #. Translators: Adds an arrow icon.
5262
- #: languages/vue.php:28
5263
  msgid "Continue %s"
5264
  msgstr ""
5265
 
5266
- #: languages/vue.php:31
5267
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5268
  msgstr ""
5269
 
5270
- #: languages/vue.php:34
5271
  msgid "Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
5272
  msgstr ""
5273
 
5274
- #: languages/vue.php:37
5275
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5276
  msgstr ""
5277
 
5278
- #: languages/vue.php:40
5279
  msgid "Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions."
5280
  msgstr ""
5281
 
5282
- #: languages/vue.php:43
5283
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5284
  msgstr ""
5285
 
5286
- #: languages/vue.php:46
5287
  msgid "Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
5288
  msgstr ""
5289
 
5290
- #: languages/vue.php:49
5291
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5292
  msgstr ""
5293
 
5294
- #: languages/vue.php:52
5295
  msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
5296
  msgstr ""
5297
 
5298
- #: languages/vue.php:55
5299
  msgid "Unlock the Forms Report and Improve Conversions"
5300
  msgstr ""
5301
 
5302
- #: languages/vue.php:58
5303
  msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
5304
  msgstr ""
5305
 
5306
- #: languages/vue.php:61
5307
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5308
  msgstr ""
5309
 
5310
- #: languages/vue.php:64
5311
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5312
  msgstr ""
5313
 
5314
- #: languages/vue.php:67
5315
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5316
  msgstr ""
5317
 
5318
- #: languages/vue.php:70
5319
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it."
5320
  msgstr ""
5321
 
5322
- #: languages/vue.php:73
5323
  msgid "Refreshing Report"
5324
  msgstr ""
5325
 
5326
- #: languages/vue.php:76
5327
  msgid "Loading new report data..."
5328
  msgstr ""
5329
 
5330
- #: languages/vue.php:79
5331
  msgid "See Your Top Landing Pages to Improve Enagement"
5332
  msgstr ""
5333
 
5334
- #: languages/vue.php:82
5335
  msgid "See Your Top Exit Pages to Reduce Abandonment"
5336
  msgstr ""
5337
 
5338
- #: languages/vue.php:85
5339
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
5340
  msgstr ""
5341
 
5342
- #: languages/vue.php:88
5343
  msgid "See Your Top Affiliate Links and Focus on what's working"
5344
  msgstr ""
5345
 
5346
- #: languages/vue.php:91
5347
  msgid "See Your Top Downloads and Improve Conversions"
5348
  msgstr ""
5349
 
5350
- #: languages/vue.php:94
5351
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
5352
  msgstr ""
5353
 
5354
- #: languages/vue.php:97
5355
  msgid "See Your Conversion Rate to Improve Funnel"
5356
  msgstr ""
5357
 
5358
- #: languages/vue.php:100
5359
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
5360
  msgstr ""
5361
 
5362
- #: languages/vue.php:103
5363
  msgid "See The Total Revenue to Track Growth"
5364
  msgstr ""
5365
 
5366
- #: languages/vue.php:106
5367
  msgid "See Average Order Value to Find Offer Opportunities"
5368
  msgstr ""
5369
 
5370
- #: languages/vue.php:109
5371
  msgid "See Your Top Products to See Individual Performance"
5372
  msgstr ""
5373
 
5374
- #: languages/vue.php:112
5375
  msgid "See Your Top Conversion Sources and Focus on what's working"
5376
  msgstr ""
5377
 
5378
- #: languages/vue.php:115
5379
  msgid "See The Time it takes for Customers to Purchase"
5380
  msgstr ""
5381
 
5382
- #: languages/vue.php:118
5383
  msgid "See How Many Sessions are needed for a Purchase"
5384
  msgstr ""
5385
 
5386
- #: languages/vue.php:121
5387
  msgid "See Which Authors Generate the Most Traffic"
5388
  msgstr ""
5389
 
5390
- #: languages/vue.php:124
5391
  msgid "See Which Post Types Perform Better"
5392
  msgstr ""
5393
 
5394
- #: languages/vue.php:127
5395
  msgid "See Which Categories are the Most Popular"
5396
  msgstr ""
5397
 
5398
- #: languages/vue.php:130
5399
  msgid "See Your Blog's most popular SEO Scores"
5400
  msgstr ""
5401
 
5402
- #: languages/vue.php:133
5403
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
5404
  msgstr ""
5405
 
5406
- #: languages/vue.php:136
5407
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
5408
  msgstr ""
5409
 
5410
- #: languages/vue.php:139
5411
  msgid "See Your Top Converting Forms and Optimize"
5412
  msgstr ""
5413
 
5414
- #: languages/vue.php:142
5415
  msgid "See Your Forms Impressions Count to Find the Best Placement"
5416
  msgstr ""
5417
 
5418
- #: languages/vue.php:145
5419
  msgid "See Your Top Google Search Terms and Optimize Content"
5420
  msgstr ""
5421
 
5422
- #: languages/vue.php:148
5423
  msgid "See The Number of Clicks and Track Interests"
5424
  msgstr ""
5425
 
5426
- #: languages/vue.php:151
5427
  msgid "See The Click-Through-Ratio and Improve SEO"
5428
  msgstr ""
5429
 
5430
- #: languages/vue.php:154
5431
  msgid "See The Average Results Position and Focus on what works"
5432
  msgstr ""
5433
 
5434
- #: languages/vue.php:157
5435
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
5436
  msgstr ""
5437
 
5438
- #: languages/vue.php:160
5439
  msgid "See Your Top Pages Immediately After Making Changes"
5440
  msgstr ""
5441
 
5442
- #: languages/vue.php:163
5443
  msgid "See Your Top Referral Sources and Adapt Faster"
5444
  msgstr ""
5445
 
5446
- #: languages/vue.php:166
5447
  msgid "See Your Traffic Demographics and "
5448
  msgstr ""
5449
 
5450
- #: languages/vue.php:169
5451
  msgid "Get Fresh Reports Data Every 60 Seconds"
5452
  msgstr ""
5453
 
5454
- #: languages/vue.php:177
5455
  msgid "Overview Report"
5456
  msgstr ""
5457
 
5458
- #: languages/vue.php:184
5459
  msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
5460
  msgstr ""
5461
 
5462
- #: languages/vue.php:187
5463
  msgid "MonsterInsights makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
5464
  msgstr ""
5465
 
5466
- #: languages/vue.php:190
5467
  msgid "Launch the Wizard!"
5468
  msgstr ""
5469
 
5470
- #: languages/vue.php:193
5471
  msgid "Read the Full Guide"
5472
  msgstr ""
5473
 
5474
- #: languages/vue.php:196
5475
  msgid "MonsterInsights Features & Addons"
5476
  msgstr ""
5477
 
5478
- #: languages/vue.php:199
5479
  msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
5480
  msgstr ""
5481
 
5482
- #: languages/vue.php:202
5483
  msgid "See All Features"
5484
  msgstr ""
5485
 
5486
- #: languages/vue.php:206
5487
  msgid "Upgrade to PRO"
5488
  msgstr ""
5489
 
5490
- #: languages/vue.php:209
5491
  msgid "per year"
5492
  msgstr ""
5493
 
5494
- #: languages/vue.php:216
5495
  msgid "Testimonials"
5496
  msgstr ""
5497
 
5498
- #: languages/vue.php:219
5499
  msgid "Universal Tracking"
5500
  msgstr ""
5501
 
5502
- #: languages/vue.php:222
5503
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5504
  msgstr ""
5505
 
5506
- #: languages/vue.php:225
5507
  msgid "Google Analytics Dashboard"
5508
  msgstr ""
5509
 
5510
- #: languages/vue.php:228
5511
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
5512
  msgstr ""
5513
 
5514
- #: languages/vue.php:231
5515
  msgid "Real-time Stats"
5516
  msgstr ""
5517
 
5518
- #: languages/vue.php:234
5519
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
5520
  msgstr ""
5521
 
5522
- #: languages/vue.php:237
5523
  msgid "Enhanced Ecommerce Tracking"
5524
  msgstr ""
5525
 
5526
- #: languages/vue.php:240
5527
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
5528
  msgstr ""
5529
 
5530
- #: languages/vue.php:243
5531
  msgid "Page Level Analytics"
5532
  msgstr ""
5533
 
5534
- #: languages/vue.php:246
5535
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5536
  msgstr ""
5537
 
5538
- #: languages/vue.php:249
5539
  msgid "Affiliate Link & Ads Tracking"
5540
  msgstr ""
5541
 
5542
- #: languages/vue.php:252
5543
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5544
  msgstr ""
5545
 
5546
- #: languages/vue.php:255
5547
  msgid "EU Compliance (GDPR Friendly)"
5548
  msgstr ""
5549
 
5550
- #: languages/vue.php:258
5551
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5552
  msgstr ""
5553
 
5554
- #: languages/vue.php:261
5555
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
5556
  msgstr ""
5557
 
5558
- #: languages/vue.php:264
5559
  msgid "Ecommerce Report"
5560
  msgstr ""
5561
 
5562
- #: languages/vue.php:267
5563
  msgid "Form Conversions"
5564
  msgstr ""
5565
 
5566
- #: languages/vue.php:271
5567
  msgid "Custom Dimensions"
5568
  msgstr ""
5569
 
5570
- #: languages/vue.php:274
5571
  msgid "Author Tracking"
5572
  msgstr ""
5573
 
5574
- #: languages/vue.php:277
5575
  msgid "Google Optimize"
5576
  msgstr ""
5577
 
5578
- #: languages/vue.php:280
5579
  msgid "Category / Tags Tracking"
5580
  msgstr ""
5581
 
5582
- #: languages/vue.php:283
5583
  msgid "WooCommerce"
5584
  msgstr ""
5585
 
5586
- #: languages/vue.php:286
5587
  msgid "Easy Digital Downloads"
5588
  msgstr ""
5589
 
5590
- #: languages/vue.php:289
5591
  msgid "MemberPress"
5592
  msgstr ""
5593
 
5594
- #: languages/vue.php:292
5595
  msgid "LifterLMS"
5596
  msgstr ""
5597
 
5598
  #. Translators: Current WordPress version.
5599
- #: languages/vue.php:296
5600
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5601
  msgstr ""
5602
 
5603
- #: languages/vue.php:299
5604
  msgid "Yikes! PHP Update Required"
5605
  msgstr ""
5606
 
5607
  #. Translators: Current PHP version and recommended PHP version.
5608
- #: languages/vue.php:303
5609
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
5610
  msgstr ""
5611
 
5612
- #: languages/vue.php:306
5613
  msgid "Learn more about updating PHP"
5614
  msgstr ""
5615
 
5616
- #: languages/vue.php:309
5617
  msgid "Yikes! WordPress Update Required"
5618
  msgstr ""
5619
 
5620
  #. Translators: Current WordPress version.
5621
- #: languages/vue.php:313
5622
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in October, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5623
  msgstr ""
5624
 
5625
- #: languages/vue.php:316
5626
  msgid "Learn more about updating WordPress"
5627
  msgstr ""
5628
 
5629
  #. Translators: Number of visitors.
5630
- #: languages/vue.php:324
5631
  msgid "Your website was visited by %s users in the last 30 days."
5632
  msgstr ""
5633
 
5634
- #: languages/vue.php:327
5635
  msgid "See the full analytics report!"
5636
  msgstr ""
5637
 
5638
- #: languages/vue.php:330
5639
  msgid "Congratulations! "
5640
  msgstr ""
5641
 
5642
- #: languages/vue.php:333
5643
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
5644
  msgstr ""
5645
 
5646
  #. Translators: Error status and error text.
5647
- #: languages/vue.php:337
5648
  msgid "Can't load report data. Error: %1$s, %2$s"
5649
  msgstr ""
5650
 
5651
- #: languages/vue.php:340
5652
  msgid "Error loading report data"
5653
  msgstr ""
5654
 
5655
  #. Translators: Placeholder is replaced with WPForms.
5656
- #: languages/vue.php:344
5657
  msgid "Recommended Plugin: %s"
5658
  msgstr ""
5659
 
5660
- #: languages/vue.php:347
5661
  msgid "Install"
5662
  msgstr ""
5663
 
5664
- #: languages/vue.php:350
5665
  msgid "Activate"
5666
  msgstr ""
5667
 
5668
- #: languages/vue.php:356
5669
  msgid "See Quick Links"
5670
  msgstr ""
5671
 
5672
- #: languages/vue.php:359
5673
  msgid "Suggest a Feature"
5674
  msgstr ""
5675
 
5676
- #: languages/vue.php:362
5677
  msgid "Join Our Community"
5678
  msgstr ""
5679
 
5680
- #: languages/vue.php:365
5681
  msgid "Support & Docs"
5682
  msgstr ""
5683
 
5684
- #: languages/vue.php:368
5685
  msgid "Upgrade to Pro &#187;"
5686
  msgstr ""
5687
 
5688
- #: languages/vue.php:380
5689
  msgid "MonsterInsights encountered an error loading your report data"
5690
  msgstr ""
5691
 
5692
- #: languages/vue.php:383
5693
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5694
  msgstr ""
5695
 
5696
- #: languages/vue.php:386
5697
  msgid "Reconnect MonsterInsights"
5698
  msgstr ""
5699
 
5700
- #: languages/vue.php:389
5701
  msgid "Re-Authenticating"
5702
  msgstr ""
5703
 
5704
- #: languages/vue.php:392
5705
  msgid "Ok"
5706
  msgstr ""
5707
 
5708
  #. Translators: Number of days in interval.
5709
- #: languages/vue.php:396
5710
  msgid "Last %s days"
5711
  msgstr ""
5712
 
5713
- #: languages/vue.php:399
5714
  msgid "Powered by MonsterInsights"
5715
  msgstr ""
5716
 
5717
- #: languages/vue.php:402
5718
  msgid "Publishers Report"
5719
  msgstr ""
5720
 
5721
- #: languages/vue.php:406
5722
  msgid "eCommerce Report"
5723
  msgstr ""
5724
 
5725
- #: languages/vue.php:409
5726
  msgid "Search Console Report"
5727
  msgstr ""
5728
 
5729
- #: languages/vue.php:412
5730
  msgid "Dimensions Report"
5731
  msgstr ""
5732
 
5733
- #: languages/vue.php:415
5734
  msgid "Forms Report"
5735
  msgstr ""
5736
 
5737
- #: languages/vue.php:419
5738
  msgid "Real-Time Report"
5739
  msgstr ""
5740
 
5741
- #: languages/vue.php:424
5742
  msgid "2019 Year in Review"
5743
  msgstr ""
5744
 
5745
- #: languages/vue.php:432
5746
  msgid "Getting Started"
5747
  msgstr ""
5748
 
5749
- #: languages/vue.php:435
5750
  msgid "Lite vs Pro"
5751
  msgstr ""
5752
 
5753
- #: languages/vue.php:441
5754
  msgid "Engagement"
5755
  msgstr ""
5756
 
5757
- #: languages/vue.php:447
5758
  msgid "Publisher"
5759
  msgstr ""
5760
 
5761
- #: languages/vue.php:450
5762
  msgid "Conversions"
5763
  msgstr ""
5764
 
5765
- #: languages/vue.php:453
5766
  msgid "Advanced"
5767
  msgstr ""
5768
 
5769
- #: languages/vue.php:456
5770
  msgid "URL Builder"
5771
  msgstr ""
5772
 
5773
- #: languages/vue.php:459
5774
  msgid "Import Export"
5775
  msgstr ""
5776
 
5777
- #: languages/vue.php:462
5778
  msgid "Exit Setup"
5779
  msgstr ""
5780
 
5781
- #: languages/vue.php:465
5782
  msgid "Time to Purchase"
5783
  msgstr ""
5784
 
5785
- #: languages/vue.php:468
5786
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
5787
  msgstr ""
5788
 
5789
- #: languages/vue.php:471
5790
  msgid "Sessions to Purchase"
5791
  msgstr ""
5792
 
5793
- #: languages/vue.php:474
5794
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5795
  msgstr ""
5796
 
5797
- #: languages/vue.php:477
5798
  msgid "Top Posts/Pages"
5799
  msgstr ""
5800
 
5801
- #: languages/vue.php:480
5802
  msgid "This list shows the most viewed posts and pages on your website."
5803
  msgstr ""
5804
 
5805
- #: languages/vue.php:483
5806
  msgid "New vs. Returning Visitors"
5807
  msgstr ""
5808
 
5809
- #: languages/vue.php:486
5810
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5811
  msgstr ""
5812
 
5813
- #: languages/vue.php:489
5814
  msgid "Device Breakdown"
5815
  msgstr ""
5816
 
5817
- #: languages/vue.php:492
5818
  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."
5819
  msgstr ""
5820
 
5821
- #: languages/vue.php:495
5822
  msgid "Top Landing Pages"
5823
  msgstr ""
5824
 
5825
- #: languages/vue.php:498
5826
  msgid "This list shows the top pages users first land on when visiting your website."
5827
  msgstr ""
5828
 
5829
- #: languages/vue.php:501
5830
  msgid "Top Exit Pages"
5831
  msgstr ""
5832
 
5833
- #: languages/vue.php:504
5834
  msgid "This list shows the top pages users exit your website from."
5835
  msgstr ""
5836
 
5837
- #: languages/vue.php:507
5838
  msgid "Top Outbound Links"
5839
  msgstr ""
5840
 
5841
- #: languages/vue.php:510
5842
  msgid "This list shows the top links clicked on your website that go to another website."
5843
  msgstr ""
5844
 
5845
- #: languages/vue.php:513
5846
  msgid "Top Affiliate Links"
5847
  msgstr ""
5848
 
5849
- #: languages/vue.php:516
5850
  msgid "This list shows the top affiliate links your visitors clicked on."
5851
  msgstr ""
5852
 
5853
- #: languages/vue.php:519
5854
  msgid "Top Download Links"
5855
  msgstr ""
5856
 
5857
- #: languages/vue.php:522
5858
  msgid "This list shows the download links your visitors clicked the most."
5859
  msgstr ""
5860
 
5861
- #: languages/vue.php:528
5862
  msgid "Top Products"
5863
  msgstr ""
5864
 
5865
- #: languages/vue.php:531
5866
  msgid "This list shows the top selling products on your website."
5867
  msgstr ""
5868
 
5869
- #: languages/vue.php:534
5870
  msgid "Top Conversion Sources"
5871
  msgstr ""
5872
 
5873
- #: languages/vue.php:537
5874
  msgid "This list shows the top referral websites in terms of product revenue."
5875
  msgstr ""
5876
 
5877
- #: languages/vue.php:540
5878
  msgid "Total Add/Remove"
5879
  msgstr ""
5880
 
5881
- #: languages/vue.php:543
5882
  msgid "You must connect with MonsterInsights before you can view reports."
5883
  msgstr ""
5884
 
5885
- #: languages/vue.php:546
5886
  msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5887
  msgstr ""
5888
 
5889
- #: languages/vue.php:549
5890
  msgid "Launch Setup Wizard"
5891
  msgstr ""
5892
 
5893
- #: languages/vue.php:552
5894
  msgid "Please ask your webmaster to connect MonsterInsights to Google Analytics."
5895
  msgstr ""
5896
 
5897
- #: languages/vue.php:567
5898
  msgid "Real-Time"
5899
  msgstr ""
5900
 
5901
  #. Translators: Adds a link to documentation.
5902
- #: languages/vue.php:571
5903
  msgid "In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
5904
  msgstr ""
5905
 
5906
  #. Translators: Adds link to activate/install plugin and documentation.
5907
- #: languages/vue.php:575
5908
  msgid "In order for the MonsterInsights 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"
5909
  msgstr ""
5910
 
5911
  #. Translators: Adds a link to documentation.
5912
- #: languages/vue.php:579
5913
  msgid "In order for the MonsterInsights 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"
5914
  msgstr ""
5915
 
5916
  #. Translators: Adds link to activate/install plugin and documentation.
5917
- #: languages/vue.php:583
5918
  msgid "In order for the MonsterInsights 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"
5919
  msgstr ""
5920
 
5921
- #: languages/vue.php:596
5922
  msgid "MonsterInsights Addons"
5923
  msgstr ""
5924
 
5925
- #: languages/vue.php:599
5926
  msgid "Search Addons"
5927
  msgstr ""
5928
 
5929
- #: languages/vue.php:602
5930
  msgid "Save Changes"
5931
  msgstr ""
5932
 
5933
- #: languages/vue.php:608
5934
  msgid "Congratulations!"
5935
  msgstr ""
5936
 
5937
  #. Translators: Add link to YouTube video and Onboarding Wizard.
5938
- #: languages/vue.php:612
5939
  msgid "MonsterInsights makes it easy to connect your website with Google Analytics and see all important website stats right inside your WordPress dashboard. In order to setup website analytics, please take a look at our %1$sGetting started video%2$s or use our %3$s to get you quickly set up."
5940
  msgstr ""
5941
 
5942
  #. Translators: Add link to YouTube video and Onboarding Wizard.
5943
- #: languages/vue.php:616
5944
  msgid "Onboarding Wizard"
5945
  msgstr ""
5946
 
5947
- #: languages/vue.php:619
5948
  msgid "You are now connected with MonsterInsights. We make it effortless for you to implement Google Analytics tracking and see the stats that matter, right inside the WordPress dashboard."
5949
  msgstr ""
5950
 
5951
- #: languages/vue.php:622
5952
  msgid "Installing Addon"
5953
  msgstr ""
5954
 
5955
- #: languages/vue.php:625
5956
  msgid "Activating Addon"
5957
  msgstr ""
5958
 
5959
- #: languages/vue.php:628
5960
  msgid "Addon Activated"
5961
  msgstr ""
5962
 
5963
- #: languages/vue.php:631
5964
  msgid "Loading report data"
5965
  msgstr ""
5966
 
5967
- #: languages/vue.php:634
5968
  msgid "Please activate manually"
5969
  msgstr ""
5970
 
5971
  #. Translators: Adds the error status and status text.
5972
- #: languages/vue.php:638
5973
  msgid "Error: %1$s, %2$s"
5974
  msgstr ""
5975
 
5976
- #: languages/vue.php:641
5977
  msgid "Error Activating Addon"
5978
  msgstr ""
5979
 
5980
- #: languages/vue.php:647
5981
  msgid "Dismiss"
5982
  msgstr ""
5983
 
5984
- #: languages/vue.php:650
5985
  msgid "Redirecting"
5986
  msgstr ""
5987
 
5988
- #: languages/vue.php:653
5989
  msgid "Please wait"
5990
  msgstr ""
5991
 
5992
- #: languages/vue.php:656
5993
  msgid "activate"
5994
  msgstr ""
5995
 
5996
- #: languages/vue.php:659
5997
  msgid "install"
5998
  msgstr ""
5999
 
6000
- #: languages/vue.php:662
6001
  msgid "Visit addons page"
6002
  msgstr ""
6003
 
6004
- #: languages/vue.php:665
6005
  msgid "Report Unavailable"
6006
  msgstr ""
6007
 
6008
  #. Translators: Install/Activate the addon.
6009
- #: languages/vue.php:669
6010
  msgid "%s Addon"
6011
  msgstr ""
6012
 
6013
- #: languages/vue.php:672
6014
  msgid "Show in widget mode"
6015
  msgstr ""
6016
 
6017
- #: languages/vue.php:675
6018
  msgid "Show in full-width mode"
6019
  msgstr ""
6020
 
6021
- #: languages/vue.php:678
6022
  msgid "Show Overview Reports"
6023
  msgstr ""
6024
 
6025
- #: languages/vue.php:681
6026
  msgid "Show Publishers Reports"
6027
  msgstr ""
6028
 
6029
- #: languages/vue.php:684
6030
  msgid "Show eCommerce Reports"
6031
  msgstr ""
6032
 
6033
- #: languages/vue.php:687
6034
  msgid "Available in PRO version"
6035
  msgstr ""
6036
 
6037
- #: languages/vue.php:690
6038
  msgid "Last 30 Days Insights for:"
6039
  msgstr ""
6040
 
6041
- #: languages/vue.php:693
6042
  msgid "Your Website"
6043
  msgstr ""
6044
 
6045
- #: languages/vue.php:697
6046
  msgid "Sessions"
6047
  msgstr ""
6048
 
6049
- #: languages/vue.php:702
6050
  msgid "Pageviews"
6051
  msgstr ""
6052
 
6053
- #: languages/vue.php:705
6054
  msgid "Avg. Duration"
6055
  msgstr ""
6056
 
6057
- #: languages/vue.php:709
6058
  msgid "Bounce Rate"
6059
  msgstr ""
6060
 
6061
- #: languages/vue.php:712
6062
  msgid "More data is available"
6063
  msgstr ""
6064
 
6065
- #: languages/vue.php:715
6066
  msgid "Want to see page-specific stats?"
6067
  msgstr ""
6068
 
6069
- #: languages/vue.php:718
6070
  msgid "See All Reports"
6071
  msgstr ""
6072
 
6073
- #: languages/vue.php:721
6074
  msgid "Go to the Analytics Dashboard"
6075
  msgstr ""
6076
 
6077
- #: languages/vue.php:724
6078
  msgid "License Key"
6079
  msgstr ""
6080
 
6081
  #. Translators: Add link to retrieve license key from account.
6082
- #: languages/vue.php:728
6083
  msgid "Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6084
  msgstr ""
6085
 
6086
- #: languages/vue.php:731
6087
  msgid "Google Authentication"
6088
  msgstr ""
6089
 
6090
- #: languages/vue.php:734
6091
  msgid "Connect Google Analytics + WordPress"
6092
  msgstr ""
6093
 
6094
- #: languages/vue.php:737
6095
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
6096
  msgstr ""
6097
 
6098
- #: languages/vue.php:740
6099
  msgid "Miscellaneous"
6100
  msgstr ""
6101
 
6102
- #: languages/vue.php:743
6103
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6104
  msgstr ""
6105
 
6106
- #: languages/vue.php:746
6107
  msgid "Hide Announcements"
6108
  msgstr ""
6109
 
6110
- #: languages/vue.php:749
6111
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6112
  msgstr ""
6113
 
6114
- #: languages/vue.php:752
6115
  msgid "No addons found."
6116
  msgstr ""
6117
 
6118
- #: languages/vue.php:755
6119
  msgid "Refresh Addons"
6120
  msgstr ""
6121
 
6122
- #: languages/vue.php:758
6123
  msgid "Refreshing Addons"
6124
  msgstr ""
6125
 
6126
  #. Translators: Make text green.
6127
- #: languages/vue.php:762
6128
  msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
6129
  msgstr ""
6130
 
6131
  #. Translators: placeholders make text small.
6132
- #: languages/vue.php:769
6133
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
6134
  msgstr ""
6135
 
6136
  #. Translators: placeholders make text small.
6137
- #: languages/vue.php:773
6138
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
6139
  msgstr ""
6140
 
6141
  #. Translators: placeholders make text small.
6142
- #: languages/vue.php:777
6143
  msgid "None %1$s- Manually update everything.%2$s"
6144
  msgstr ""
6145
 
6146
- #: languages/vue.php:780
6147
  msgid "Automatic Updates"
6148
  msgstr ""
6149
 
6150
- #: languages/vue.php:783
6151
  msgid "Setup Wizard"
6152
  msgstr ""
6153
 
6154
- #: languages/vue.php:786
6155
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6156
  msgstr ""
6157
 
6158
  #. Translators: Line break.
6159
- #: languages/vue.php:790
6160
  msgid "Unique %s Sessions"
6161
  msgstr ""
6162
 
6163
- #. Translators: Number of unique pageviews.
6164
- #: languages/vue.php:794
6165
  msgid "Unique %s Pageviews"
6166
  msgstr ""
6167
 
6168
- #: languages/vue.php:797
6169
  msgid "A session is the browsing session of a single user to your site."
6170
  msgstr ""
6171
 
6172
- #: languages/vue.php:800
6173
  msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
6174
  msgstr ""
6175
 
6176
- #: languages/vue.php:803
6177
  msgid "Total duration of all sessions (in seconds) / number of sessions."
6178
  msgstr ""
6179
 
6180
- #: languages/vue.php:806
6181
  msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
6182
  msgstr ""
6183
 
6184
- #: languages/vue.php:809
6185
  msgid "Avg. Session Duration"
6186
  msgstr ""
6187
 
6188
- #: languages/vue.php:812
6189
  msgid "Demographics"
6190
  msgstr ""
6191
 
6192
- #: languages/vue.php:815
6193
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
6194
  msgstr ""
6195
 
6196
- #: languages/vue.php:818
6197
  msgid "Anonymize IP Addresses"
6198
  msgstr ""
6199
 
6200
- #: languages/vue.php:821
6201
  msgid "Link Attribution"
6202
  msgstr ""
6203
 
6204
- #: languages/vue.php:824
6205
  msgid "Enable Enhanced Link Attribution"
6206
  msgstr ""
6207
 
6208
- #: languages/vue.php:827
6209
  msgid "Enable Anchor Tracking"
6210
  msgstr ""
6211
 
6212
- #: languages/vue.php:830
6213
  msgid "Enable allowAnchor"
6214
  msgstr ""
6215
 
6216
- #: languages/vue.php:833
6217
  msgid "Enable allowLinker"
6218
  msgstr ""
6219
 
6220
- #: languages/vue.php:836
6221
  msgid "Enable Tag Links in RSS"
6222
  msgstr ""
6223
 
6224
- #: languages/vue.php:839
6225
  msgid "File Downloads"
6226
  msgstr ""
6227
 
6228
- #: languages/vue.php:842
6229
  msgid "Extensions of Files to Track as Downloads"
6230
  msgstr ""
6231
 
6232
- #: languages/vue.php:845
6233
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
6234
  msgstr ""
6235
 
6236
  #. Translators: Add links to the documentation.
6237
- #: languages/vue.php:849
6238
  msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
6239
  msgstr ""
6240
 
6241
  #. Translators: Adds a link to the documentation.
6242
- #: languages/vue.php:853
6243
  msgid "This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
6244
  msgstr ""
6245
 
6246
  #. Translators: Adds a link to the documentation.
6247
- #: languages/vue.php:857
6248
  msgid "Add %1$sEnhanced Link Attribution%2$s to your tracking code."
6249
  msgstr ""
6250
 
6251
- #: languages/vue.php:860
6252
  msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
6253
  msgstr ""
6254
 
6255
  #. Translators: Adds a link to the documentation.
6256
- #: languages/vue.php:864
6257
  msgid "This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
6258
  msgstr ""
6259
 
6260
  #. Translators: Adds a link to the documentation.
6261
- #: languages/vue.php:868
6262
  msgid "Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
6263
  msgstr ""
6264
 
6265
  #. Translators: Adds a link to the documentation.
6266
- #: languages/vue.php:872
6267
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."
6268
  msgstr ""
6269
 
6270
- #: languages/vue.php:875
6271
  msgid "Add domain"
6272
  msgstr ""
6273
 
6274
  #. Translators: Example domain.
6275
- #: languages/vue.php:879
6276
  msgid "Domain (example: %s)"
6277
  msgstr ""
6278
 
6279
  #. Translators: Current site domain to be avoided.
6280
- #: languages/vue.php:883
6281
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
6282
  msgstr ""
6283
 
6284
- #: languages/vue.php:886
6285
  msgid "Cross Domain Tracking"
6286
  msgstr ""
6287
 
6288
  #. Translators: Adds a link to the documentation.
6289
- #: languages/vue.php:890
6290
  msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s."
6291
  msgstr ""
6292
 
6293
- #: languages/vue.php:893
6294
  msgid "Right Now"
6295
  msgstr ""
6296
 
6297
- #: languages/vue.php:896
6298
  msgid "Active users on site"
6299
  msgstr ""
6300
 
6301
- #: languages/vue.php:899
6302
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
6303
  msgstr ""
6304
 
6305
- #: languages/vue.php:902
6306
  msgid "Important: this only includes users who are tracked in real-time. Not all users are tracked in real-time including (but not limited to) logged-in site administrators, certain mobile users, and users who match a Google Analytics filter."
6307
  msgstr ""
6308
 
6309
- #: languages/vue.php:905
6310
  msgid "The real-time report automatically updates approximately every 60 seconds."
6311
  msgstr ""
6312
 
6313
  #. Translators: Number of seconds that have passed since the report was refreshed.
6314
- #: languages/vue.php:909
6315
  msgid "The real-time report was last updated %s seconds ago."
6316
  msgstr ""
6317
 
6318
- #: languages/vue.php:912
6319
  msgid "The latest data will be automatically shown on this page when it becomes available."
6320
  msgstr ""
6321
 
6322
- #: languages/vue.php:915
6323
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
6324
  msgstr ""
6325
 
6326
- #: languages/vue.php:918
6327
  msgid "Pageviews Per Minute"
6328
  msgstr ""
6329
 
6330
- #: languages/vue.php:921
6331
  msgid "Top Pages"
6332
  msgstr ""
6333
 
6334
- #: languages/vue.php:924
6335
  msgid "No pageviews currently."
6336
  msgstr ""
6337
 
6338
- #: languages/vue.php:927
6339
  msgid "Page"
6340
  msgstr ""
6341
 
6342
- #: languages/vue.php:930
6343
  msgid "Pageview Count"
6344
  msgstr ""
6345
 
6346
- #: languages/vue.php:933
6347
  msgid "Percent of Total"
6348
  msgstr ""
6349
 
6350
- #: languages/vue.php:936
6351
  msgid "This is the number of active users currently on your site."
6352
  msgstr ""
6353
 
6354
- #: languages/vue.php:939
6355
  msgid "This graph shows the number of pageviews for each of the last 30 minutes."
6356
  msgstr ""
6357
 
6358
- #: languages/vue.php:942
6359
  msgid "This list shows the top pages users are currently viewing on your site."
6360
  msgstr ""
6361
 
6362
- #: languages/vue.php:945
6363
  msgid "View All Real-Time Pageviews"
6364
  msgstr ""
6365
 
6366
- #: languages/vue.php:948
6367
  msgid "View All Real-Time Traffic Sources"
6368
  msgstr ""
6369
 
6370
- #: languages/vue.php:951
6371
  msgid "View All Real-Time Traffic by Country"
6372
  msgstr ""
6373
 
6374
- #: languages/vue.php:954
6375
  msgid "View All Real-Time Traffic by City"
6376
  msgstr ""
6377
 
6378
- #: languages/vue.php:957
6379
  msgid "See All Your Important Store Metrics in One Place"
6380
  msgstr ""
6381
 
6382
- #: languages/vue.php:960
6383
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
6384
  msgstr ""
6385
 
6386
- #: languages/vue.php:963
6387
  msgid "ONE-CLICK INTEGRATIONS"
6388
  msgstr ""
6389
 
6390
- #: languages/vue.php:966
6391
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
6392
  msgstr ""
6393
 
6394
- #: languages/vue.php:969
6395
  msgid "MonsterInsights Ecommerce Addon makes it easy to setup enhanced eCommerce tracking, so you can see all your important eCommerce metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more in a single report right inside your WordPress dashboard."
6396
  msgstr ""
6397
 
6398
- #: languages/vue.php:972
6399
  msgid "GDPR Guide"
6400
  msgstr ""
6401
 
6402
- #: languages/vue.php:975
6403
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help MonsterInsights users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
6404
  msgstr ""
6405
 
6406
- #: languages/vue.php:978
6407
  msgid "How to Install and Activate MonsterInsights Addons"
6408
  msgstr ""
6409
 
6410
- #: languages/vue.php:981
6411
  msgid "The process for installing and activating addons is quick and easy after you install the MonsterInsights plugin. In this guide we’ll walk you through the process, step by step."
6412
  msgstr ""
6413
 
6414
- #: languages/vue.php:984
6415
  msgid "Enabling eCommerce Tracking and Reports"
6416
  msgstr ""
6417
 
6418
- #: languages/vue.php:987
6419
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with MonsterInsights? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
6420
  msgstr ""
6421
 
6422
- #: languages/vue.php:990
6423
  msgid "Read Documentation"
6424
  msgstr ""
6425
 
6426
- #: languages/vue.php:993
6427
  msgid "Getting Started with MonsterInsights"
6428
  msgstr ""
6429
 
6430
- #: languages/vue.php:996
6431
  msgid "MonsterInsights is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
6432
  msgstr ""
6433
 
6434
- #: languages/vue.php:999
6435
  msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
6436
  msgstr ""
6437
 
6438
- #: languages/vue.php:1002
6439
  msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
6440
  msgstr ""
6441
 
6442
- #: languages/vue.php:1005
6443
  msgid "Launch the wizard!"
6444
  msgstr ""
6445
 
6446
- #: languages/vue.php:1008
6447
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
6448
  msgstr ""
6449
 
6450
  #. Translators: Makes text bold.
6451
- #: languages/vue.php:1012
6452
  msgid "Thanks for being a loyal MonsterInsights Lite user. %1$sUpgrade to MonsterInsights Pro%2$s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."
6453
  msgstr ""
6454
 
6455
- #: languages/vue.php:1015
6456
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
6457
  msgstr ""
6458
 
6459
- #: languages/vue.php:1018
6460
  msgid "See your website analytics reports inside the WordPress dashboard"
6461
  msgstr ""
6462
 
6463
- #: languages/vue.php:1021
6464
  msgid "Get real-time stats right inside WordPress"
6465
  msgstr ""
6466
 
6467
- #: languages/vue.php:1024
6468
  msgid "1-click Google Analytics Enhanced eCommerce tracking"
6469
  msgstr ""
6470
 
6471
- #: languages/vue.php:1027
6472
  msgid "Get detailed stats for each post and page."
6473
  msgstr ""
6474
 
6475
- #: languages/vue.php:1030
6476
  msgid "Automatically track clicks on your affiliate links and ads."
6477
  msgstr ""
6478
 
6479
- #: languages/vue.php:1033
6480
  msgid "Make Google Analytics GDPR compliant automatically"
6481
  msgstr ""
6482
 
6483
- #: languages/vue.php:1036
6484
  msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
6485
  msgstr ""
6486
 
6487
- #: languages/vue.php:1039
6488
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
6489
  msgstr ""
6490
 
6491
- #: languages/vue.php:1042
6492
  msgid "More advanced features"
6493
  msgstr ""
6494
 
6495
- #: languages/vue.php:1046
6496
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
6497
  msgstr ""
6498
 
6499
  #. Translators: Makes text green.
6500
- #: languages/vue.php:1051
6501
  msgid "Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6502
  msgstr ""
6503
 
6504
- #: languages/vue.php:1054
6505
  msgid "How to Connect to Google Analytics"
6506
  msgstr ""
6507
 
6508
- #: languages/vue.php:1057
6509
  msgid "After you install MonsterInsights, you’ll need to connect your WordPress site with your Google Analytics account. MonsterInsights makes the process easy, with no coding required."
6510
  msgstr ""
6511
 
6512
- #: languages/vue.php:1060
6513
  msgid "Guide and Checklist for Advanced Insights"
6514
  msgstr ""
6515
 
6516
- #: languages/vue.php:1063
6517
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with MonsterInsights’ advanced tracking."
6518
  msgstr ""
6519
 
6520
  #. Translators: Adds a link to the general settings tab.
6521
- #: languages/vue.php:1067
6522
  msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab."
6523
  msgstr ""
6524
 
6525
- #: languages/vue.php:1070
6526
  msgid "Permissions"
6527
  msgstr ""
6528
 
6529
- #: languages/vue.php:1073
6530
  msgid "Allow These User Roles to See Reports"
6531
  msgstr ""
6532
 
6533
- #: languages/vue.php:1076
6534
  msgid "Users that have at least one of these roles will be able to view the reports."
6535
  msgstr ""
6536
 
6537
- #: languages/vue.php:1079
6538
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
6539
  msgstr ""
6540
 
6541
- #: languages/vue.php:1082
6542
  msgid "Allow These User Roles to Save Settings"
6543
  msgstr ""
6544
 
6545
- #: languages/vue.php:1085
6546
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
6547
  msgstr ""
6548
 
6549
- #: languages/vue.php:1088
6550
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
6551
  msgstr ""
6552
 
6553
- #: languages/vue.php:1091
6554
  msgid "Exclude These User Roles From Tracking"
6555
  msgstr ""
6556
 
6557
- #: languages/vue.php:1094
6558
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
6559
  msgstr ""
6560
 
6561
- #: languages/vue.php:1097
6562
  msgid "Performance"
6563
  msgstr ""
6564
 
6565
- #: languages/vue.php:1100
6566
  msgid "Custom code"
6567
  msgstr ""
6568
 
6569
  #. Translators: Adds a link to the Google reference.
6570
- #: languages/vue.php:1104
6571
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."
6572
  msgstr ""
6573
 
6574
- #: languages/vue.php:1110
6575
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
6576
  msgstr ""
6577
 
6578
- #: languages/vue.php:1113
6579
  msgid "Hide Admin Bar Reports"
6580
  msgstr ""
6581
 
6582
  #. Translators: placeholders make text small.
6583
- #: languages/vue.php:1117
6584
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
6585
  msgstr ""
6586
 
6587
  #. Translators: placeholders make text small.
6588
- #: languages/vue.php:1121
6589
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
6590
  msgstr ""
6591
 
6592
  #. Translators: placeholders make text small.
6593
- #: languages/vue.php:1125
6594
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
6595
  msgstr ""
6596
 
6597
- #: languages/vue.php:1128
6598
  msgid "New"
6599
  msgstr ""
6600
 
6601
- #: languages/vue.php:1131
6602
  msgid "Returning"
6603
  msgstr ""
6604
 
6605
- #: languages/vue.php:1134
6606
  msgid "Desktop"
6607
  msgstr ""
6608
 
6609
- #: languages/vue.php:1137
6610
  msgid "Tablet"
6611
  msgstr ""
6612
 
6613
- #: languages/vue.php:1140
6614
  msgid "Mobile"
6615
  msgstr ""
6616
 
6617
- #: languages/vue.php:1143
6618
  msgid "Top 10 Countries"
6619
  msgstr ""
6620
 
6621
- #: languages/vue.php:1146
6622
  msgid "View Countries Report"
6623
  msgstr ""
6624
 
6625
- #: languages/vue.php:1149
6626
  msgid "Top 10 Referrals"
6627
  msgstr ""
6628
 
6629
- #: languages/vue.php:1152
6630
  msgid "View All Referral Sources"
6631
  msgstr ""
6632
 
6633
- #: languages/vue.php:1155
6634
  msgid "View Full Posts/Pages Report"
6635
  msgstr ""
6636
 
6637
- #: languages/vue.php:1158
6638
  msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
6639
  msgstr ""
6640
 
6641
- #: languages/vue.php:1161
6642
  msgid "This list shows the top countries your website visitors are from."
6643
  msgstr ""
6644
 
6645
- #: languages/vue.php:1164
6646
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
6647
  msgstr ""
6648
 
6649
  #. Translators: Example path (/go/).
6650
- #: languages/vue.php:1168
6651
  msgid "Path (example: %s)"
6652
  msgstr ""
6653
 
6654
- #: languages/vue.php:1171
6655
  msgid "Path has to start with a / and have no spaces"
6656
  msgstr ""
6657
 
6658
  #. Translators: Example label (aff).
6659
- #: languages/vue.php:1175
6660
  msgid "Label (example: %s)"
6661
  msgstr ""
6662
 
6663
- #: languages/vue.php:1178
6664
  msgid "Label can't contain any spaces"
6665
  msgstr ""
6666
 
6667
- #: languages/vue.php:1181
6668
  msgid "Affiliate Links"
6669
  msgstr ""
6670
 
6671
  #. Translators: Add links to documentation.
6672
- #: languages/vue.php:1185
6673
  msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s."
6674
  msgstr ""
6675
 
6676
- #: languages/vue.php:1188
6677
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
6678
  msgstr ""
6679
 
6680
- #: languages/vue.php:1191
6681
  msgid "Still Calculating..."
6682
  msgstr ""
6683
 
6684
- #: languages/vue.php:1194
6685
  msgid "Your 2019 Year in Review is still calculating. Please check back later to see how your website performed last year."
6686
  msgstr ""
6687
 
6688
- #: languages/vue.php:1197
6689
  msgid "Back to Overview Report"
6690
  msgstr ""
6691
 
6692
- #: languages/vue.php:1200
6693
  msgid "Your 2019 Analytics Report"
6694
  msgstr ""
6695
 
6696
- #: languages/vue.php:1203
6697
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2020!"
6698
  msgstr ""
6699
 
6700
- #: languages/vue.php:1206
6701
  msgid "Audience"
6702
  msgstr ""
6703
 
6704
- #: languages/vue.php:1209
6705
  msgid "Congrats"
6706
  msgstr ""
6707
 
6708
- #: languages/vue.php:1212
6709
  msgid "Your website was quite popular this year! "
6710
  msgstr ""
6711
 
6712
- #: languages/vue.php:1215
6713
  msgid "You had "
6714
  msgstr ""
6715
 
6716
- #: languages/vue.php:1218
6717
  msgid " visitors!"
6718
  msgstr ""
6719
 
6720
- #: languages/vue.php:1221
6721
  msgid " visitors"
6722
  msgstr ""
6723
 
6724
- #: languages/vue.php:1224
6725
  msgid "Total Visitors"
6726
  msgstr ""
6727
 
6728
- #: languages/vue.php:1227
6729
  msgid "Total Sessions"
6730
  msgstr ""
6731
 
6732
- #: languages/vue.php:1230
6733
  msgid "Visitors by Month"
6734
  msgstr ""
6735
 
6736
- #: languages/vue.php:1233
6737
  msgid "January 1, 2019 - December 31, 2019"
6738
  msgstr ""
6739
 
6740
- #: languages/vue.php:1236
6741
  msgid "A Tip for 2020"
6742
  msgstr ""
6743
 
6744
- #: languages/vue.php:1239
6745
  msgid "See the top Traffic Sources and Top Pages for the Month of May in the Overview Report to replicate your success."
6746
  msgstr ""
6747
 
6748
- #: languages/vue.php:1242
6749
  msgid "#1"
6750
  msgstr ""
6751
 
6752
- #: languages/vue.php:1245
6753
  msgid "You Top 5 Countries"
6754
  msgstr ""
6755
 
6756
- #: languages/vue.php:1248
6757
  msgid "Let’s get to know your visitors a little better, shall we?"
6758
  msgstr ""
6759
 
6760
- #: languages/vue.php:1251
6761
  msgid "Gender"
6762
  msgstr ""
6763
 
6764
- #: languages/vue.php:1254
6765
  msgid "Female"
6766
  msgstr ""
6767
 
6768
- #: languages/vue.php:1257
6769
  msgid "Women"
6770
  msgstr ""
6771
 
6772
- #: languages/vue.php:1260
6773
  msgid "Male"
6774
  msgstr ""
6775
 
6776
- #: languages/vue.php:1263
6777
  msgid "Average Age"
6778
  msgstr ""
6779
 
6780
- #: languages/vue.php:1267
6781
  msgid "Behavior"
6782
  msgstr ""
6783
 
6784
- #: languages/vue.php:1270
6785
  msgid "Your Top 5 Pages"
6786
  msgstr ""
6787
 
6788
- #: languages/vue.php:1273
6789
  msgid "Time Spent on Site"
6790
  msgstr ""
6791
 
6792
- #: languages/vue.php:1276
6793
  msgid "minutes"
6794
  msgstr ""
6795
 
6796
- #: languages/vue.php:1279
6797
  msgid "Device Type"
6798
  msgstr ""
6799
 
6800
- #: languages/vue.php:1282
6801
  msgid "A Tip For 2020"
6802
  msgstr ""
6803
 
6804
- #: languages/vue.php:1285
6805
  msgid "Take advantage of what you’ve already built. See how to get more traffic from existing content in our 32 Marketing Hacks to Grow Your Traffic."
6806
  msgstr ""
6807
 
6808
- #: languages/vue.php:1288
6809
  msgid "Read - 32 Marketing Hacks to Grow Your Traffic"
6810
  msgstr ""
6811
 
6812
- #: languages/vue.php:1291
6813
  msgid "So, where did all of these visitors come from?"
6814
  msgstr ""
6815
 
6816
- #: languages/vue.php:1294
6817
  msgid "Clicks"
6818
  msgstr ""
6819
 
6820
- #: languages/vue.php:1297
6821
  msgid "Your Top 5 Keywords"
6822
  msgstr ""
6823
 
6824
- #: languages/vue.php:1300
6825
  msgid "What keywords visitors searched for to find your site"
6826
  msgstr ""
6827
 
6828
- #: languages/vue.php:1303
6829
  msgid "Your Top 5 Referrals"
6830
  msgstr ""
6831
 
6832
- #: languages/vue.php:1306
6833
  msgid "The websites that link back to your website"
6834
  msgstr ""
6835
 
6836
- #: languages/vue.php:1309
6837
  msgid "Opportunity"
6838
  msgstr ""
6839
 
6840
- #: languages/vue.php:1312
6841
  msgid "Use referral sources to create new partnerships or expand existing ones. See our guide on how to spy on your competitors and ethically steal their traffic."
6842
  msgstr ""
6843
 
6844
- #: languages/vue.php:1315
6845
  msgid "Read - How to Ethically Steal Your Competitor’s Traffic"
6846
  msgstr ""
6847
 
6848
- #: languages/vue.php:1318
6849
  msgid "Thank you for using MonsterInsights!"
6850
  msgstr ""
6851
 
6852
- #: languages/vue.php:1321
6853
  msgid "We’re grateful for your continued support. If there’s anything we can do to help you grow your business, please don’t hesitate to contact our team."
6854
  msgstr ""
6855
 
6856
- #: languages/vue.php:1324
6857
  msgid "Here's to an amazing 2020!"
6858
  msgstr ""
6859
 
6860
- #: languages/vue.php:1327
6861
  msgid "Enjoying MonsterInsights"
6862
  msgstr ""
6863
 
6864
- #: languages/vue.php:1330
6865
  msgid "Leave a five star review!"
6866
  msgstr ""
6867
 
6868
- #: languages/vue.php:1333
6869
  msgid "Syed Balkhi"
6870
  msgstr ""
6871
 
6872
- #: languages/vue.php:1336
6873
  msgid "Chris Christoff"
6874
  msgstr ""
6875
 
6876
- #: languages/vue.php:1339
6877
  msgid "Write Review"
6878
  msgstr ""
6879
 
6880
- #: languages/vue.php:1342
6881
  msgid "Did you know over 10 million websites use our plugins?"
6882
  msgstr ""
6883
 
6884
- #: languages/vue.php:1345
6885
  msgid "Try our other popular WordPress plugins to grow your website in 2020."
6886
  msgstr ""
6887
 
6888
- #: languages/vue.php:1348
6889
  msgid "Join our Communities!"
6890
  msgstr ""
6891
 
6892
- #: languages/vue.php:1351
6893
  msgid "Become a WordPress expert in 2020. Join our amazing communities and take your website to the next level."
6894
  msgstr ""
6895
 
6896
- #: languages/vue.php:1354
6897
  msgid "Facebook Group"
6898
  msgstr ""
6899
 
6900
- #: languages/vue.php:1357
6901
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
6902
  msgstr ""
6903
 
6904
- #: languages/vue.php:1360
6905
  msgid "Join Now...It’s Free!"
6906
  msgstr ""
6907
 
6908
- #: languages/vue.php:1363
6909
  msgid "WordPress Tutorials by WPBeginner"
6910
  msgstr ""
6911
 
6912
- #: languages/vue.php:1366
6913
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
6914
  msgstr ""
6915
 
6916
- #: languages/vue.php:1369
6917
  msgid "Visit WPBeginner"
6918
  msgstr ""
6919
 
6920
- #: languages/vue.php:1372
6921
  msgid "Follow Us!"
6922
  msgstr ""
6923
 
6924
- #: languages/vue.php:1375
6925
  msgid "Follow MonsterInsights on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
6926
  msgstr ""
6927
 
6928
- #: languages/vue.php:1378
6929
  msgid "Copyright MonsterInsights, 2020"
6930
  msgstr ""
6931
 
6932
- #: languages/vue.php:1381
6933
  msgid "Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights"
6934
  msgstr ""
6935
 
6936
- #: languages/vue.php:1384
6937
  msgid "January"
6938
  msgstr ""
6939
 
6940
- #: languages/vue.php:1387
6941
  msgid "February"
6942
  msgstr ""
6943
 
6944
- #: languages/vue.php:1390
6945
  msgid "March"
6946
  msgstr ""
6947
 
6948
- #: languages/vue.php:1393
6949
  msgid "April"
6950
  msgstr ""
6951
 
6952
- #: languages/vue.php:1396
6953
  msgid "May"
6954
  msgstr ""
6955
 
6956
- #: languages/vue.php:1399
6957
  msgid "June"
6958
  msgstr ""
6959
 
6960
- #: languages/vue.php:1402
6961
  msgid "July"
6962
  msgstr ""
6963
 
6964
- #: languages/vue.php:1405
6965
  msgid "August"
6966
  msgstr ""
6967
 
6968
- #: languages/vue.php:1408
6969
  msgid "September"
6970
  msgstr ""
6971
 
6972
- #: languages/vue.php:1411
6973
  msgid "October"
6974
  msgstr ""
6975
 
6976
- #: languages/vue.php:1414
6977
  msgid "November"
6978
  msgstr ""
6979
 
6980
- #: languages/vue.php:1417
6981
  msgid "December"
6982
  msgstr ""
6983
 
6984
  #. Translators: Number of visitors.
6985
- #: languages/vue.php:1421
6986
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
6987
  msgstr ""
6988
 
6989
  #. Translators: Number of visitors.
6990
- #: languages/vue.php:1425
6991
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
6992
  msgstr ""
6993
 
6994
  #. Translators: Number of visitors.
6995
- #: languages/vue.php:1429
6996
  msgid "%s Visitors"
6997
  msgstr ""
6998
 
6999
  #. Translators: Percent and Number of visitors.
7000
- #: languages/vue.php:1433
7001
  msgid "%1$s&#37 of your visitors were %2$s"
7002
  msgstr ""
7003
 
7004
  #. Translators: Number of visitors and their age.
7005
- #: languages/vue.php:1437
7006
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7007
  msgstr ""
7008
 
7009
  #. Translators: Number of visitors and number of pages.
7010
- #: languages/vue.php:1441
7011
  msgid "Your <strong>%1$s</strong> visitors viewed a total of <strong>%2$s</strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!</span>"
7012
  msgstr ""
7013
 
7014
  #. Translators: Number of minutes spent on site.
7015
- #: languages/vue.php:1445
7016
  msgid "Each visitor spent an average of %s minutes on your website in 2019."
7017
  msgstr ""
7018
 
7019
  #. Translators: Name of device type.
7020
- #: languages/vue.php:1449
7021
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7022
  msgstr ""
7023
 
7024
  #. Translators: Number of visitors and device percentage.
7025
- #: languages/vue.php:1453
7026
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7027
  msgstr ""
7028
 
7029
- #: languages/vue.php:1456
7030
  msgid "Import/Export"
7031
  msgstr ""
7032
 
7033
- #: languages/vue.php:1459
7034
  msgid "Import"
7035
  msgstr ""
7036
 
7037
- #: languages/vue.php:1462
7038
  msgid "Import settings from another ExactMetrics website."
7039
  msgstr ""
7040
 
7041
- #: languages/vue.php:1465
7042
  msgid "Export"
7043
  msgstr ""
7044
 
7045
- #: languages/vue.php:1468
7046
  msgid "Export settings to import into another ExactMetrics install."
7047
  msgstr ""
7048
 
7049
- #: languages/vue.php:1471
7050
  msgid "Import Settings"
7051
  msgstr ""
7052
 
7053
- #: languages/vue.php:1474
7054
  msgid "Export Settings"
7055
  msgstr ""
7056
 
7057
- #: languages/vue.php:1477
7058
  msgid "Please choose a file to import"
7059
  msgstr ""
7060
 
7061
- #: languages/vue.php:1480
7062
  msgid "Use the filepicker below to select the settings export file from another site."
7063
  msgstr ""
7064
 
7065
- #: languages/vue.php:1483
7066
  msgid "Use the button below to export a file with your MonsterInsights settings."
7067
  msgstr ""
7068
 
7069
- #: languages/vue.php:1486
7070
  msgid "Uploading file..."
7071
  msgstr ""
7072
 
7073
- #: languages/vue.php:1489
7074
  msgid "File imported"
7075
  msgstr ""
7076
 
7077
- #: languages/vue.php:1492
7078
  msgid "Settings successfully updated!"
7079
  msgstr ""
7080
 
7081
- #: languages/vue.php:1495
7082
  msgid "Error importing settings"
7083
  msgstr ""
7084
 
7085
- #: languages/vue.php:1498
7086
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
7087
  msgstr ""
7088
 
7089
- #: languages/vue.php:1501
7090
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
7091
  msgstr ""
7092
 
7093
- #: languages/vue.php:1504
7094
  msgid "WordPress Admin Area Reports"
7095
  msgstr ""
7096
 
7097
- #: languages/vue.php:1507
7098
  msgid "Standard Reports"
7099
  msgstr ""
7100
 
7101
- #: languages/vue.php:1510
7102
  msgid "Overview Reports for the last 30 days."
7103
  msgstr ""
7104
 
7105
- #: languages/vue.php:1513
7106
  msgid "Advanced Reports"
7107
  msgstr ""
7108
 
7109
- #: languages/vue.php:1516
7110
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
7111
  msgstr ""
7112
 
7113
- #: languages/vue.php:1519
7114
  msgid "Dashboard Widget"
7115
  msgstr ""
7116
 
7117
- #: languages/vue.php:1522
7118
  msgid "Basic Widget"
7119
  msgstr ""
7120
 
7121
- #: languages/vue.php:1525
7122
  msgid "Overview Report Synopsis"
7123
  msgstr ""
7124
 
7125
- #: languages/vue.php:1528
7126
  msgid "Advanced Dashboard Widget"
7127
  msgstr ""
7128
 
7129
- #: languages/vue.php:1531
7130
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
7131
  msgstr ""
7132
 
7133
- #: languages/vue.php:1534
7134
  msgid "Publisher Reports"
7135
  msgstr ""
7136
 
7137
- #: languages/vue.php:1537
7138
  msgid "Advanced Publisher Reports & Tracking"
7139
  msgstr ""
7140
 
7141
- #: languages/vue.php:1540
7142
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
7143
  msgstr ""
7144
 
7145
- #: languages/vue.php:1543
7146
  msgid "Not Available"
7147
  msgstr ""
7148
 
7149
- #: languages/vue.php:1546
7150
  msgid "Complete Custom Dimensions Tracking"
7151
  msgstr ""
7152
 
7153
- #: languages/vue.php:1549
7154
  msgid "Track and measure by the Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
7155
  msgstr ""
7156
 
7157
- #: languages/vue.php:1555
7158
  msgid "Limited Support"
7159
  msgstr ""
7160
 
7161
- #: languages/vue.php:1558
7162
  msgid "Priority Support"
7163
  msgstr ""
7164
 
7165
- #: languages/vue.php:1561
7166
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
7167
  msgstr ""
7168
 
7169
- #: languages/vue.php:1564
7170
  msgid "Feature"
7171
  msgstr ""
7172
 
7173
- #: languages/vue.php:1567
7174
  msgid "Lite"
7175
  msgstr ""
7176
 
7177
- #: languages/vue.php:1570
7178
  msgid "Pro"
7179
  msgstr ""
7180
 
7181
- #: languages/vue.php:1573
7182
  msgid "Included"
7183
  msgstr ""
7184
 
7185
- #: languages/vue.php:1576
7186
  msgid "Custom Google Analytics Link Tracking"
7187
  msgstr ""
7188
 
7189
- #: languages/vue.php:1579
7190
  msgid "Standard Tracking"
7191
  msgstr ""
7192
 
7193
- #: languages/vue.php:1582
7194
  msgid "Advanced Tracking"
7195
  msgstr ""
7196
 
7197
- #: languages/vue.php:1585
7198
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
7199
  msgstr ""
7200
 
7201
- #: languages/vue.php:1588
7202
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
7203
  msgstr ""
7204
 
7205
- #: languages/vue.php:1591
7206
  msgid "No-Code-Needed Tracking Features"
7207
  msgstr ""
7208
 
7209
- #: languages/vue.php:1594
7210
  msgid "Basic Tracking Options"
7211
  msgstr ""
7212
 
7213
- #: languages/vue.php:1597
7214
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
7215
  msgstr ""
7216
 
7217
- #: languages/vue.php:1600
7218
  msgid "Advanced Tracking Options"
7219
  msgstr ""
7220
 
7221
- #: languages/vue.php:1603
7222
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
7223
  msgstr ""
7224
 
7225
- #: languages/vue.php:1606
7226
  msgid "eCommerce Tracking"
7227
  msgstr ""
7228
 
7229
- #: languages/vue.php:1609
7230
  msgid "One-click Complete eCommerce tracking"
7231
  msgstr ""
7232
 
7233
- #: languages/vue.php:1612
7234
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
7235
  msgstr ""
7236
 
7237
- #: languages/vue.php:1616
7238
  msgid "Forms Tracking"
7239
  msgstr ""
7240
 
7241
- #: languages/vue.php:1619
7242
  msgid "One-click Form Events Tracking"
7243
  msgstr ""
7244
 
7245
- #: languages/vue.php:1622
7246
  msgid "Custom Campaign Parameters"
7247
  msgstr ""
7248
 
7249
- #: languages/vue.php:1625
7250
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
7251
  msgstr ""
7252
 
7253
- #: languages/vue.php:1628
7254
  msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content."
7255
  msgstr ""
7256
 
7257
  #. Translators: Marks the field as required.
7258
- #: languages/vue.php:1632
7259
  msgid "Website URL %s"
7260
  msgstr ""
7261
 
7262
  #. Translators: Display the current website url in italic.
7263
- #: languages/vue.php:1636
7264
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
7265
  msgstr ""
7266
 
7267
  #. Translators: Marks the field as required.
7268
- #: languages/vue.php:1640
7269
  msgid "Campaign Source %s"
7270
  msgstr ""
7271
 
7272
  #. Translators: Make the text italic.
7273
- #: languages/vue.php:1644
7274
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
7275
  msgstr ""
7276
 
7277
  #. Translators: Make the text italic.
7278
- #: languages/vue.php:1648
7279
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
7280
  msgstr ""
7281
 
7282
  #. Translators: Make the text italic.
7283
- #: languages/vue.php:1652
7284
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
7285
  msgstr ""
7286
 
7287
- #: languages/vue.php:1655
7288
  msgid "Enter the paid keyword"
7289
  msgstr ""
7290
 
7291
- #: languages/vue.php:1658
7292
  msgid "Enter something to differentiate ads"
7293
  msgstr ""
7294
 
7295
- #: languages/vue.php:1661
7296
  msgid "Use Fragment"
7297
  msgstr ""
7298
 
7299
  #. Translators: Make the text bold.
7300
- #: languages/vue.php:1665
7301
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
7302
  msgstr ""
7303
 
7304
- #: languages/vue.php:1668
7305
  msgid "URL to use"
7306
  msgstr ""
7307
 
7308
- #: languages/vue.php:1671
7309
  msgid "(Updates automatically)"
7310
  msgstr ""
7311
 
7312
- #: languages/vue.php:1674
7313
  msgid "Copy to Clipboard"
7314
  msgstr ""
7315
 
7316
- #: languages/vue.php:1677
7317
  msgid "More Information & Examples"
7318
  msgstr ""
7319
 
7320
- #: languages/vue.php:1680
7321
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
7322
  msgstr ""
7323
 
7324
- #: languages/vue.php:1683
7325
  msgid "Campaign Source"
7326
  msgstr ""
7327
 
7328
- #: languages/vue.php:1686
7329
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
7330
  msgstr ""
7331
 
7332
- #: languages/vue.php:1689
7333
  msgid "Campaign Medium"
7334
  msgstr ""
7335
 
7336
- #: languages/vue.php:1692
7337
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
7338
  msgstr ""
7339
 
7340
- #: languages/vue.php:1695
7341
  msgid "Campaign Name"
7342
  msgstr ""
7343
 
7344
- #: languages/vue.php:1698
7345
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
7346
  msgstr ""
7347
 
7348
- #: languages/vue.php:1701
7349
  msgid "Campaign Term"
7350
  msgstr ""
7351
 
7352
- #: languages/vue.php:1704
7353
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
7354
  msgstr ""
7355
 
7356
- #: languages/vue.php:1707
7357
  msgid "Campaign Content"
7358
  msgstr ""
7359
 
7360
- #: languages/vue.php:1710
7361
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
7362
  msgstr ""
7363
 
7364
  #. Translators: Example.
7365
- #: languages/vue.php:1714
7366
  msgid "Example: %s"
7367
  msgstr ""
7368
 
7369
  #. Translators: Examples.
7370
- #: languages/vue.php:1718
7371
  msgid "Examples: %s"
7372
  msgstr ""
7373
 
7374
- #: languages/vue.php:1721
7375
  msgid "About Campaigns"
7376
  msgstr ""
7377
 
7378
- #: languages/vue.php:1724
7379
  msgid "About Custom Campaigns"
7380
  msgstr ""
7381
 
7382
- #: languages/vue.php:1727
7383
  msgid "Best Practices for Creating Custom Campaigns"
7384
  msgstr ""
7385
 
7386
- #: languages/vue.php:1730
7387
  msgid "About the Referral Traffic Report"
7388
  msgstr ""
7389
 
7390
- #: languages/vue.php:1733
7391
  msgid "About Traffic Source Dimensions"
7392
  msgstr ""
7393
 
7394
- #: languages/vue.php:1736
7395
  msgid "AdWords Auto-Tagging"
7396
  msgstr ""
7397
 
7398
- #: languages/vue.php:1739
7399
  msgid "Additional Information"
7400
  msgstr ""
7401
 
7402
- #: languages/vue.php:1742
7403
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions."
7404
  msgstr ""
7405
 
7406
- #: languages/vue.php:1745
7407
  msgid "Over the years, we found that in order to get the most out of Google Analytics, you needed a full time developer who could implement custom tracking, so that Google Analytics would integrate with things like WooCommerce, and track things which Google doesn't by default, like outbound links."
7408
  msgstr ""
7409
 
7410
- #: languages/vue.php:1748
7411
  msgid "Our goal is to take the pain out of analytics, making it simple and easy, by eliminating the need to have to worry about code, putting the best reports directly into the area you already go to (your WordPress dashboard), and adding the most advanced insights and features without complicating our plugin with tons of settings. Quite simply, it should \"just work\"."
7412
  msgstr ""
7413
 
7414
- #: languages/vue.php:1751
7415
  msgid "MonsterInsights is brought to you by the same team that's behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms."
7416
  msgstr ""
7417
 
7418
- #: languages/vue.php:1754
7419
  msgid "Yup, we know a thing or two about building awesome products that customers love."
7420
  msgstr ""
7421
 
7422
- #: languages/vue.php:1757
7423
  msgid "The MonsterInsights Team"
7424
  msgstr ""
7425
 
7426
- #: languages/vue.php:1760
7427
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
7428
  msgstr ""
7429
 
7430
- #: languages/vue.php:1763
7431
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
7432
  msgstr ""
7433
 
7434
- #: languages/vue.php:1766
7435
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
7436
  msgstr ""
7437
 
7438
- #: languages/vue.php:1769
7439
  msgid "Loading Settings"
7440
  msgstr ""
7441
 
7442
- #: languages/vue.php:1772
7443
  msgid "Saving Changes..."
7444
  msgstr ""
7445
 
7446
- #: languages/vue.php:1775
7447
  msgid "Settings Updated"
7448
  msgstr ""
7449
 
7450
  #. Translators: Adds a link to the settings panel.
7451
- #: languages/vue.php:1779
7452
  msgid "You need to %1$sconnect MonsterInsights%2$s first"
7453
  msgstr ""
7454
 
7455
- #: languages/vue.php:1782
7456
  msgid "Could Not Save Changes"
7457
  msgstr ""
7458
 
7459
  #. Translators: Error status and error text.
7460
- #: languages/vue.php:1786
7461
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7462
  msgstr ""
7463
 
7464
- #: languages/vue.php:1790
7465
  msgid "You appear to be offline."
7466
  msgstr ""
7467
 
7468
  #. Translators: Error status and error text.
7469
- #: languages/vue.php:1794
7470
  msgid "Can't save settings. Error: %1$s, %2$s"
7471
  msgstr ""
7472
 
7473
- #: languages/vue.php:1797
7474
  msgid "You appear to be offline. Settings not saved."
7475
  msgstr ""
7476
 
7477
  #. Translators: Error status and error text.
7478
- #: languages/vue.php:1801
7479
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7480
  msgstr ""
7481
 
7482
  #. Translators: Error status and error text.
7483
- #: languages/vue.php:1805
7484
  msgid "Can't authenticate. Error: %1$s, %2$s"
7485
  msgstr ""
7486
 
7487
  #. Translators: Error status and error text.
7488
- #: languages/vue.php:1809
7489
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7490
  msgstr ""
7491
 
7492
  #. Translators: Error status and error text.
7493
- #: languages/vue.php:1813
7494
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7495
  msgstr ""
7496
 
7497
- #: languages/vue.php:1816
7498
  msgid "You appear to be offline. WPForms not installed."
7499
  msgstr ""
7500
 
7501
  #. Translators: Error status and error text.
7502
- #: languages/vue.php:1820
7503
  msgid "Can't activate addon. Error: %1$s, %2$s"
7504
  msgstr ""
7505
 
7506
- #: languages/vue.php:1823
7507
  msgid "You appear to be offline. Addon not activated."
7508
  msgstr ""
7509
 
7510
  #. Translators: Error status and error text.
7511
- #: languages/vue.php:1827
7512
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7513
  msgstr ""
7514
 
7515
- #: languages/vue.php:1830
7516
  msgid "You appear to be offline. Addon not deactivated."
7517
  msgstr ""
7518
 
7519
  #. Translators: Error status and error text.
7520
- #: languages/vue.php:1834
7521
  msgid "Can't install plugin. Error: %1$s, %2$s"
7522
  msgstr ""
7523
 
7524
- #: languages/vue.php:1837
7525
  msgid "You appear to be offline. Plugin not installed."
7526
  msgstr ""
7527
 
7528
  #. Translators: Error status and error text.
7529
- #: languages/vue.php:1841
7530
  msgid "Can't install addon. Error: %1$s, %2$s"
7531
  msgstr ""
7532
 
7533
- #: languages/vue.php:1844
7534
  msgid "You appear to be offline. Addon not installed."
7535
  msgstr ""
7536
 
7537
  #. Translators: Error status and error text.
7538
- #: languages/vue.php:1848
7539
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7540
  msgstr ""
7541
 
7542
  #. Translators: Error status and error text.
7543
- #: languages/vue.php:1852
7544
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
7545
  msgstr ""
7546
 
7547
  #. Translators: Error status and error text.
7548
- #: languages/vue.php:1856
7549
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
7550
  msgstr ""
7551
 
7552
  #. Translators: Error status and error text.
7553
- #: languages/vue.php:1860
7554
  msgid "Can't load license details. Error: %1$s, %2$s"
7555
  msgstr ""
7556
 
7557
- #: languages/vue.php:1863
7558
  msgid "Error loading license details"
7559
  msgstr ""
7560
 
7561
  #. Translators: Error status and error text.
7562
- #: languages/vue.php:1867
7563
  msgid "Can't verify the license. Error: %1$s, %2$s"
7564
  msgstr ""
7565
 
7566
  #. Translators: Error status and error text.
7567
- #: languages/vue.php:1871
7568
  msgid "Can't validate the license. Error: %1$s, %2$s"
7569
  msgstr ""
7570
 
7571
- #: languages/vue.php:1874
7572
  msgid "MonsterInsights Recommends WPForms"
7573
  msgstr ""
7574
 
7575
- #: languages/vue.php:1877
7576
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
7577
  msgstr ""
7578
 
7579
- #: languages/vue.php:1880
7580
  msgid "Used on over 1,000,000 websites!"
7581
  msgstr ""
7582
 
7583
- #: languages/vue.php:1883
7584
  msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
7585
  msgstr ""
7586
 
7587
- #: languages/vue.php:1886
7588
  msgid "Skip this Step"
7589
  msgstr ""
7590
 
7591
- #: languages/vue.php:1889
7592
  msgid "Continue & Install WPForms"
7593
  msgstr ""
7594
 
7595
- #: languages/vue.php:1892
7596
  msgid "Installing..."
7597
  msgstr ""
7598
 
7599
- #: languages/vue.php:1895
7600
  msgid "Awesome, You're All Set!"
7601
  msgstr ""
7602
 
7603
- #: languages/vue.php:1898
7604
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
7605
  msgstr ""
7606
 
7607
  #. Translators: Make text bold.
7608
- #: languages/vue.php:1902
7609
  msgid "%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
7610
  msgstr ""
7611
 
7612
  #. Translators: Link to our blog.
7613
- #: languages/vue.php:1906
7614
  msgid "%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business."
7615
  msgstr ""
7616
 
7617
- #: languages/vue.php:1909
7618
  msgid "Finish Setup & Exit Wizard"
7619
  msgstr ""
7620
 
7621
- #: languages/vue.php:1912
7622
  msgid "Checking your website..."
7623
  msgstr ""
7624
 
7625
- #: languages/vue.php:1915
7626
  msgid "Recommended Addons"
7627
  msgstr ""
7628
 
7629
- #: languages/vue.php:1918
7630
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
7631
  msgstr ""
7632
 
7633
- #: languages/vue.php:1921
7634
  msgid "Other Addons"
7635
  msgstr ""
7636
 
7637
- #: languages/vue.php:1924
7638
  msgid "View all MonsterInsights addons"
7639
  msgstr ""
7640
 
7641
- #: languages/vue.php:1927
7642
  msgid "Save and continue"
7643
  msgstr ""
7644
 
7645
- #: languages/vue.php:1930
7646
  msgid "Connect MonsterInsights to Your Website"
7647
  msgstr ""
7648
 
7649
- #: languages/vue.php:1933
7650
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
7651
  msgstr ""
7652
 
7653
- #: languages/vue.php:1936
7654
  msgid "Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually."
7655
  msgstr ""
7656
 
7657
- #: languages/vue.php:1939
7658
  msgid "Manually enter your UA code"
7659
  msgstr ""
7660
 
7661
- #: languages/vue.php:1942
7662
  msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
7663
  msgstr ""
7664
 
7665
- #: languages/vue.php:1945
7666
  msgid "Save and Continue"
7667
  msgstr ""
7668
 
7669
- #: languages/vue.php:1948
7670
  msgid "UA code can't be empty"
7671
  msgstr ""
7672
 
7673
- #: languages/vue.php:1951
7674
  msgid "Saving UA code..."
7675
  msgstr ""
7676
 
7677
- #: languages/vue.php:1954
7678
  msgid "Hide dashboard widget"
7679
  msgstr ""
7680
 
7681
- #: languages/vue.php:1957
7682
  msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
7683
  msgstr ""
7684
 
7685
- #: languages/vue.php:1960
7686
  msgid "Yes, hide it!"
7687
  msgstr ""
7688
 
7689
- #: languages/vue.php:1963
7690
  msgid "No, cancel!"
7691
  msgstr ""
7692
 
7693
- #: languages/vue.php:1966
7694
  msgid "MonsterInsights Widget Hidden"
7695
  msgstr ""
7696
 
7697
- #: languages/vue.php:1969
7698
  msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
7699
  msgstr ""
7700
 
7701
- #: languages/vue.php:1972
7702
  msgid "Recommended Settings"
7703
  msgstr ""
7704
 
7705
- #: languages/vue.php:1975
7706
  msgid "MonsterInsights recommends the following settings based on your configuration."
7707
  msgstr ""
7708
 
7709
- #: languages/vue.php:1978
7710
  msgid "Events Tracking"
7711
  msgstr ""
7712
 
7713
- #: languages/vue.php:1981
7714
  msgid "Must have for all click tracking on site."
7715
  msgstr ""
7716
 
7717
- #: languages/vue.php:1984
7718
  msgid "MonsterInsights uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
7719
  msgstr ""
7720
 
7721
- #: languages/vue.php:1987
7722
  msgid "Enhanced Link Attribution"
7723
  msgstr ""
7724
 
7725
- #: languages/vue.php:1990
7726
  msgid "Improves the accuracy of your In-Page Analytics."
7727
  msgstr ""
7728
 
7729
- #: languages/vue.php:1993
7730
  msgid "MonsterInsights will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
7731
  msgstr ""
7732
 
7733
- #: languages/vue.php:1996
7734
  msgid "Install Updates Automatically"
7735
  msgstr ""
7736
 
7737
- #: languages/vue.php:1999
7738
  msgid "Get the latest features, bug fixes, and security updates as they are released."
7739
  msgstr ""
7740
 
7741
- #: languages/vue.php:2002
7742
  msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
7743
  msgstr ""
7744
 
7745
- #: languages/vue.php:2005
7746
  msgid "File Download Tracking"
7747
  msgstr ""
7748
 
7749
- #: languages/vue.php:2008
7750
  msgid "Helps you see file downloads data."
7751
  msgstr ""
7752
 
7753
- #: languages/vue.php:2011
7754
  msgid "MonsterInsights will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? MonsterInsights makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
7755
  msgstr ""
7756
 
7757
- #: languages/vue.php:2014
7758
  msgid "Helps you increase affiliate revenue."
7759
  msgstr ""
7760
 
7761
- #: languages/vue.php:2017
7762
  msgid "MonsterInsights will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
7763
  msgstr ""
7764
 
7765
- #: languages/vue.php:2020
7766
  msgid "Affiliate Link Tracking"
7767
  msgstr ""
7768
 
7769
- #: languages/vue.php:2023
7770
  msgid "Who Can See Reports"
7771
  msgstr ""
7772
 
7773
- #: languages/vue.php:2026
7774
  msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
7775
  msgstr ""
7776
 
7777
- #: languages/vue.php:2029
7778
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
7779
  msgstr ""
7780
 
7781
- #: languages/vue.php:2032
7782
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
7783
  msgstr ""
7784
 
7785
- #: languages/vue.php:2035
7786
  msgid "Activating..."
7787
  msgstr ""
7788
 
7789
- #: languages/vue.php:2038
7790
  msgid "Deactivating..."
7791
  msgstr ""
7792
 
7793
- #: languages/vue.php:2041
7794
  msgid "Deactivate"
7795
  msgstr ""
7796
 
7797
  #. Translators: The status of the addon (installed/active/inactive).
7798
- #: languages/vue.php:2045
7799
  msgid "Status: %s"
7800
  msgstr ""
7801
 
7802
- #: languages/vue.php:2048
7803
  msgid "Not Installed"
7804
  msgstr ""
7805
 
7806
- #: languages/vue.php:2051
7807
  msgid "Network Active"
7808
  msgstr ""
7809
 
7810
- #: languages/vue.php:2054
7811
  msgid "Active"
7812
  msgstr ""
7813
 
7814
- #: languages/vue.php:2057
7815
  msgid "Inactive"
7816
  msgstr ""
7817
 
7818
- #: languages/vue.php:2060
7819
  msgid "Thank you for being a loyal MonsterInsights Lite user."
7820
  msgstr ""
7821
 
7822
- #: languages/vue.php:2063
7823
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
7824
  msgstr ""
7825
 
7826
  #. Translators: Gets replaced with the coupon code.
7827
- #: languages/vue.php:2067
7828
  msgid "Use coupon code %s to get 50%% off."
7829
  msgstr ""
7830
 
7831
- #: languages/vue.php:2070
7832
  msgid "Dashboard widget"
7833
  msgstr ""
7834
 
7835
- #: languages/vue.php:2073
7836
  msgid "Enhanced Ecommerce"
7837
  msgstr ""
7838
 
7839
- #: languages/vue.php:2076
7840
  msgid "Banner Ads"
7841
  msgstr ""
7842
 
7843
- #: languages/vue.php:2080
7844
  msgid "Google AMP"
7845
  msgstr ""
7846
 
7847
- #: languages/vue.php:2083
7848
  msgid "SEO Score Tracking"
7849
  msgstr ""
7850
 
7851
- #: languages/vue.php:2086
7852
  msgid "Welcome to MonsterInsights!"
7853
  msgstr ""
7854
 
7855
- #: languages/vue.php:2089
7856
  msgid "Let's get you set up."
7857
  msgstr ""
7858
 
7859
- #: languages/vue.php:2092
7860
  msgid "Which category best describes your website?"
7861
  msgstr ""
7862
 
7863
- #: languages/vue.php:2095
7864
  msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
7865
  msgstr ""
7866
 
7867
- #: languages/vue.php:2098
7868
  msgid "Business Website"
7869
  msgstr ""
7870
 
7871
  #. Translators: Make text bold.
7872
- #: languages/vue.php:2102
7873
  msgid "Publisher %1$s(Blog)%2$s"
7874
  msgstr ""
7875
 
7876
- #: languages/vue.php:2105
7877
  msgid "Ecommerce"
7878
  msgstr ""
7879
 
7880
- #: languages/vue.php:2108
7881
  msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions."
7882
  msgstr ""
7883
 
7884
- #: languages/vue.php:2111
7885
  msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc."
7886
  msgstr ""
7887
 
7888
- #: languages/vue.php:2114
7889
  msgid "Make Google Analytics GDPR compliant with our EU Compliance addon."
7890
  msgstr ""
7891
 
7892
- #: languages/vue.php:2117
7893
  msgid "Get real-time Google Analytics report right inside your WordPress dashboard."
7894
  msgstr ""
7895
 
7896
- #: languages/vue.php:2120
7897
  msgid "Use Google Optimize to easily perform A/B split tests on your site."
7898
  msgstr ""
7899
 
7900
- #: languages/vue.php:2123
7901
  msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking."
7902
  msgstr ""
7903
 
7904
- #: languages/vue.php:2126
7905
  msgid "Unlock search console report to see your top performing keywords in Google."
7906
  msgstr ""
7907
 
7908
- #: languages/vue.php:2129
7909
  msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress."
7910
  msgstr ""
7911
 
7912
- #: languages/vue.php:2132
7913
  msgid "Publishers Report shows your top performing pages, audience demographics, and more."
7914
  msgstr ""
7915
 
7916
- #: languages/vue.php:2135
7917
  msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving."
7918
  msgstr ""
7919
 
7920
- #: languages/vue.php:2138
7921
  msgid "Upgrade to Pro »"
7922
  msgstr ""
7923
 
7924
- #: languages/vue.php:2141
7925
  msgid "Pro Tip:"
7926
  msgstr ""
7927
 
7928
- #: languages/vue.php:2144
7929
  msgid "Reset to default"
7930
  msgstr ""
7931
 
7932
- #: languages/vue.php:2147
7933
  msgid "The value entered does not match the required format"
7934
  msgstr ""
7935
 
7936
- #: languages/vue.php:2152
7937
  msgid "Upgrade"
7938
  msgstr ""
7939
 
7940
- #: languages/vue.php:2155
7941
  msgid ""
7942
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
7943
  " and other privacy regulations."
7944
  msgstr ""
7945
 
7946
- #: languages/vue.php:2159
7947
  msgid "EU Compliance"
7948
  msgstr ""
7949
 
7950
- #: languages/vue.php:2162
7951
  msgid "Scroll Tracking"
7952
  msgstr ""
7953
 
7954
- #: languages/vue.php:2165
7955
  msgid "Scroll depth tracking allows you to see how far your users scroll before they leave a page. This is great for publishers (bloggers), and eCommerce websites to boost conversions."
7956
  msgstr ""
7957
 
7958
  #. Translators: Error status and error text.
7959
- #: languages/vue.php:2169
7960
  msgid "Can't load errors. Error: %1$s, %2$s"
7961
  msgstr ""
7962
 
7963
- #: languages/vue.php:2172
7964
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
7965
  msgstr ""
7966
 
7967
- #: languages/vue.php:2175
7968
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. MonsterInsights Pro shows you the stats that matter!"
7969
  msgstr ""
7970
 
7971
- #: languages/vue.php:2178
7972
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
7973
  msgstr ""
7974
 
7975
  #. Translators: Makes text bold.
7976
- #: languages/vue.php:2182
7977
  msgid "Use coupon code %1$sLITEUPGRADE%2$s"
7978
  msgstr ""
7979
 
7980
- #: languages/vue.php:2185
7981
  msgid "Ads Tracking"
7982
  msgstr ""
7983
 
7984
- #: languages/vue.php:2188
7985
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
7986
  msgstr ""
7987
 
7988
- #: languages/vue.php:2191
7989
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
7990
  msgstr ""
7991
 
7992
- #: languages/vue.php:2194
7993
  msgid "Facebook Instant Articles"
7994
  msgstr ""
7995
 
7996
- #: languages/vue.php:2197
7997
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
7998
  msgstr ""
7999
 
8000
  #. Translators: Error status and error text.
8001
- #: languages/vue.php:2201
8002
  msgid "Can't load settings. Error: %1$s, %2$s"
8003
  msgstr ""
8004
 
8005
- #: languages/vue.php:2204
8006
  msgid "Network error encountered. Settings not saved."
8007
  msgstr ""
8008
 
8009
  #. Translators: Make text green.
8010
- #: languages/vue.php:2208
8011
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
8012
  msgstr ""
8013
 
8014
- #: languages/vue.php:2211
8015
  msgid "Usage Tracking"
8016
  msgstr ""
8017
 
8018
- #: languages/vue.php:2214
8019
  msgid "Allow Usage Tracking"
8020
  msgstr ""
8021
 
8022
- #: languages/vue.php:2217
8023
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
8024
  msgstr ""
8025
 
8026
  #. Translators: Add links to documentation.
8027
- #: languages/vue.php:2221
8028
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
8029
  msgstr ""
8030
 
8031
- #: languages/vue.php:2224
8032
  msgid "Allow usage tracking"
8033
  msgstr ""
8034
 
8035
  #. Translators: Make text bold.
8036
- #: languages/vue.php:2228
8037
  msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy!"
8038
  msgstr ""
8039
 
8040
  #. Translators: Add link to upgrade.
8041
- #: languages/vue.php:2232
8042
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
8043
  msgstr ""
8044
 
8045
  #. Translators: Make text green.
8046
- #: languages/vue.php:2236
8047
  msgid "As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
8048
  msgstr ""
8049
 
8050
  #. Translators: Make text green and add smiley face.
8051
- #: languages/vue.php:2240
8052
  msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s"
8053
  msgstr ""
8054
 
8055
- #: languages/vue.php:2243
8056
  msgid "Unlock PRO Features Now"
8057
  msgstr ""
8058
 
8059
- #: languages/vue.php:2246
8060
  msgid "Paste your license key here"
8061
  msgstr ""
8062
 
8063
- #: languages/vue.php:2249
8064
  msgid "Verify"
8065
  msgstr ""
8066
 
8067
  #. Translators: Add link to retrieve license from account area.
8068
- #: languages/vue.php:2253
8069
  msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s."
8070
  msgstr ""
8071
 
8072
- #: languages/vue.php:2256
8073
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
8074
  msgstr ""
8075
 
8076
  #. Translators: Number of days.
8077
- #: languages/vue.php:2260
8078
  msgid "vs. Previous Day"
8079
  msgstr ""
8080
 
8081
- #: languages/vue.php:2263
8082
  msgid "No change"
8083
  msgstr ""
8084
 
8085
- #: languages/vue.php:2266
8086
  msgid "Authenticating"
8087
  msgstr ""
8088
 
8089
- #: languages/vue.php:2269
8090
  msgid "Verifying Credentials"
8091
  msgstr ""
8092
 
8093
- #: languages/vue.php:2272
8094
  msgid "Your site is connected to MonsterInsights!"
8095
  msgstr ""
8096
 
8097
- #: languages/vue.php:2275
8098
  msgid "Deauthenticating"
8099
  msgstr ""
8100
 
8101
- #: languages/vue.php:2278
8102
  msgid "You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
8103
  msgstr ""
8104
 
8105
- #: languages/vue.php:2281
8106
  msgid "Connect MonsterInsights"
8107
  msgstr ""
8108
 
8109
- #: languages/vue.php:2284
8110
  msgid "Verify Credentials"
8111
  msgstr ""
8112
 
8113
- #: languages/vue.php:2287
8114
  msgid "Website Profile"
8115
  msgstr ""
8116
 
8117
- #: languages/vue.php:2290
8118
  msgid "Active Profile"
8119
  msgstr ""
8120
 
8121
- #: languages/vue.php:2293
8122
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
8123
  msgstr ""
8124
 
8125
- #: languages/vue.php:2296
8126
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
8127
  msgstr ""
8128
 
8129
- #: languages/vue.php:2299
8130
  msgid "Or manually enter UA code (limited functionality)"
8131
  msgstr ""
8132
 
8133
- #: languages/vue.php:2302
8134
  msgid "Force Deauthenticate"
8135
  msgstr ""
8136
 
8137
- #: languages/vue.php:2305
8138
  msgid "Disconnect MonsterInsights"
8139
  msgstr ""
8140
 
8141
- #: languages/vue.php:2308
8142
  msgid "Proceed"
8143
  msgstr ""
8144
 
8145
- #: languages/vue.php:2311
8146
  msgid "Connection Information"
8147
  msgstr ""
8148
 
8149
- #: languages/vue.php:2314
8150
  msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
8151
  msgstr ""
8152
 
8153
- #: languages/vue.php:2317
8154
  msgid "Hostname"
8155
  msgstr ""
8156
 
8157
- #: languages/vue.php:2320
8158
  msgid "FTP Username"
8159
  msgstr ""
8160
 
8161
- #: languages/vue.php:2323
8162
  msgid "FTP Password"
8163
  msgstr ""
8164
 
8165
- #: languages/vue.php:2326
8166
  msgid "This password will not be stored on the server."
8167
  msgstr ""
8168
 
8169
- #: languages/vue.php:2329
8170
  msgid "Connection Type"
8171
  msgstr ""
8172
 
8173
- #: languages/vue.php:2332
8174
  msgid "Cancel"
8175
  msgstr ""
8176
 
8177
- #: languages/vue.php:2335
8178
  msgid "Show"
8179
  msgstr ""
8180
 
8181
- #: languages/vue.php:2338
8182
  msgid "No options available"
8183
  msgstr ""
8184
 
8185
- #: languages/vue.php:2341
8186
  msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
8187
  msgstr ""
8188
 
8189
  #. Translators: The name of the field that is throwing a validation error.
8190
- #: languages/vue.php:2345
8191
  msgid "%s can't be empty."
8192
  msgstr ""
8193
 
8194
- #: languages/vue.php:2348
8195
  msgid "Duplicate values are not allowed."
8196
  msgstr ""
8197
 
8198
- #: languages/vue.php:2351
8199
  msgid "Add Another Link Path"
8200
  msgstr ""
8201
 
8202
- #: languages/vue.php:2354
8203
  msgid "Remove row"
8204
  msgstr ""
8205
 
8206
- #: languages/vue.php:2360
8207
  msgid "Help Us Improve"
8208
  msgstr ""
8209
 
8210
- #: languages/vue.php:2363
8211
  msgid "Help us better understand our users and their website needs."
8212
  msgstr ""
8213
 
8214
  #. Translators: Adds a link to the documentation.
8215
- #: languages/vue.php:2367
8216
  msgid "If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %1$svisit our website.%2$s"
8217
  msgstr ""
8218
 
8219
  #. Translators: Makes text bold.
8220
- #: languages/vue.php:2371
8221
  msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy!"
8222
  msgstr ""
8223
 
8224
  #. Translators: Makes text green.
8225
- #: languages/vue.php:2375
8226
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
8227
  msgstr ""
8228
 
8229
- #: languages/vue.php:2378
8230
  msgid "Unlock All Features and Upgrade to Pro"
8231
  msgstr ""
8232
 
8233
- #: languages/vue.php:2381
8234
  msgid "Website profile"
8235
  msgstr ""
8236
 
8237
- #: languages/vue.php:2384
8238
  msgid "Active profile"
8239
  msgstr ""
8240
 
8241
- #: languages/vue.php:2387
8242
  msgid "Skip and Keep Connection"
8243
  msgstr ""
8244
 
8245
  #. Translators: Placeholders are used for making text bold and adding a link.
8246
- #: languages/vue.php:2391
8247
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
8248
  msgstr ""
8249
 
8250
- #: languages/vue.php:2394
8251
  msgid "Today"
8252
  msgstr ""
8253
 
8254
- #: languages/vue.php:2397
8255
  msgid "Yesterday"
8256
  msgstr ""
8257
 
8258
- #: languages/vue.php:2400
8259
  msgid "Last Week"
8260
  msgstr ""
8261
 
8262
- #: languages/vue.php:2403
8263
  msgid "Last Month"
8264
  msgstr ""
8265
 
8266
- #: languages/vue.php:2406
8267
  msgid "Last 7 days"
8268
  msgstr ""
8269
 
8270
- #: languages/vue.php:2409
8271
  msgid "Last 30 days"
8272
  msgstr ""
8273
 
8274
- #: languages/vue.php:2412
8275
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
8276
  msgstr ""
8277
 
8278
- #: languages/vue.php:2415
8279
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
8280
  msgstr ""
8281
 
8282
- #: languages/vue.php:2418
8283
  msgid "See Your Homepage's Overall Performance Score"
8284
  msgstr ""
8285
 
8286
- #: languages/vue.php:2421
8287
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
8288
  msgstr ""
8289
 
8290
- #: languages/vue.php:2424
8291
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
8292
  msgstr ""
8293
 
8294
- #: languages/vue.php:2427
8295
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
8296
  msgstr ""
8297
 
8298
  #. Translators: Current WordPress version.
8299
- #: languages/vue.php:2431
8300
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
8301
  msgstr ""
8302
 
8303
  #. Translators: Current PHP version and recommended PHP version.
8304
- #: languages/vue.php:2435
8305
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
8306
  msgstr ""
8307
 
8308
  #. Translators: Current WordPress version.
8309
- #: languages/vue.php:2439
8310
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
8311
  msgstr ""
8312
 
8313
- #: languages/vue.php:2442
8314
  msgid "PrettyLinks Integration"
8315
  msgstr ""
8316
 
8317
- #: languages/vue.php:2450
8318
  msgid "Popular Posts Widget"
8319
  msgstr ""
8320
 
8321
- #: languages/vue.php:2454
8322
  msgid "Popular Products"
8323
  msgstr ""
8324
 
8325
- #: languages/vue.php:2460
8326
  msgid "Inbox"
8327
  msgstr ""
8328
 
8329
- #: languages/vue.php:2463
8330
  msgid "Back to Inbox"
8331
  msgstr ""
8332
 
8333
- #: languages/vue.php:2466
8334
  msgid "View Dismissed"
8335
  msgstr ""
8336
 
8337
- #: languages/vue.php:2469
8338
  msgid "Notifications"
8339
  msgstr ""
8340
 
8341
- #: languages/vue.php:2472
8342
  msgid "Dismiss All"
8343
  msgstr ""
8344
 
8345
- #: languages/vue.php:2475
8346
  msgid "Dismissed"
8347
  msgstr ""
8348
 
8349
- #: languages/vue.php:2478
8350
  msgid "No Notifications"
8351
  msgstr ""
8352
 
8353
- #: languages/vue.php:2484
8354
  msgid "The MonsterInsights Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."
8355
  msgstr ""
8356
 
8357
- #: languages/vue.php:2487
8358
  msgid "Disable the Headline Analyzer"
8359
  msgstr ""
8360
 
8361
- #: languages/vue.php:2490
8362
  msgid "Caching"
8363
  msgstr ""
8364
 
8365
- #: languages/vue.php:2493
8366
  msgid "Enable Data Caching"
8367
  msgstr ""
8368
 
8369
- #: languages/vue.php:2496
8370
  msgid "Refresh Cache Every"
8371
  msgstr ""
8372
 
8373
- #: languages/vue.php:2499
8374
  msgid "Choose how often to refresh the cache."
8375
  msgstr ""
8376
 
8377
- #: languages/vue.php:2502
8378
  msgid "Enable Ajaxify"
8379
  msgstr ""
8380
 
8381
- #: languages/vue.php:2505
8382
  msgid "Ajaxify Widget"
8383
  msgstr ""
8384
 
8385
- #: languages/vue.php:2508
8386
  msgid "Use to bypass page caching."
8387
  msgstr ""
8388
 
8389
- #: languages/vue.php:2511
8390
  msgid "Empty Cache"
8391
  msgstr ""
8392
 
8393
- #: languages/vue.php:2514
8394
  msgid "Click to manually wipe the cache right now."
8395
  msgstr ""
8396
 
8397
- #: languages/vue.php:2517
8398
  msgid "Popular posts cache emptied"
8399
  msgstr ""
8400
 
8401
- #: languages/vue.php:2520
8402
  msgid "Error emptying the popular posts cache. Please try again."
8403
  msgstr ""
8404
 
8405
- #: languages/vue.php:2523
8406
  msgid "Import settings from another MonsterInsights website."
8407
  msgstr ""
8408
 
8409
- #: languages/vue.php:2526
8410
  msgid "Export settings to import into another MonsterInsights install."
8411
  msgstr ""
8412
 
8413
- #: languages/vue.php:2529
8414
  msgid "Make your MonsterInsights campaign links prettier with Pretty Links!"
8415
  msgstr ""
8416
 
8417
- #: languages/vue.php:2532
8418
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
8419
  msgstr ""
8420
 
8421
- #: languages/vue.php:2535
8422
  msgid "Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!"
8423
  msgstr ""
8424
 
8425
- #: languages/vue.php:2538
8426
  msgid "Over 200,000 websites use Pretty Links!"
8427
  msgstr ""
8428
 
8429
- #: languages/vue.php:2541
8430
  msgid "Install Pretty Links"
8431
  msgstr ""
8432
 
8433
- #: languages/vue.php:2544
8434
  msgid "Pretty Links Installed & Activated"
8435
  msgstr ""
8436
 
8437
- #: languages/vue.php:2547
8438
  msgid "Download Pretty Links"
8439
  msgstr ""
8440
 
8441
- #: languages/vue.php:2550
8442
  msgid "Install Pretty Links from the WordPress.org plugin repository."
8443
  msgstr ""
8444
 
8445
- #: languages/vue.php:2553
8446
  msgid "Activate Pretty Links"
8447
  msgstr ""
8448
 
8449
- #: languages/vue.php:2556
8450
  msgid "Activating Pretty Links..."
8451
  msgstr ""
8452
 
8453
- #: languages/vue.php:2559
8454
  msgid "Create New Pretty Link"
8455
  msgstr ""
8456
 
8457
- #: languages/vue.php:2562
8458
  msgid "Create a New Pretty Link"
8459
  msgstr ""
8460
 
8461
- #: languages/vue.php:2565
8462
  msgid "Grab your campaign link and paste it into the Target URL field."
8463
  msgstr ""
8464
 
8465
- #: languages/vue.php:2569
8466
  msgid "Choose Theme"
8467
  msgstr ""
8468
 
8469
- #: languages/vue.php:2573
8470
  msgid "Widget Styling"
8471
  msgstr ""
8472
 
8473
- #: languages/vue.php:2577
8474
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
8475
  msgstr ""
8476
 
8477
- #: languages/vue.php:2581
8478
  msgid "Sort By"
8479
  msgstr ""
8480
 
8481
- #: languages/vue.php:2585
8482
  msgid "Choose how you'd like the widget to determine your popular posts."
8483
  msgstr ""
8484
 
8485
- #: languages/vue.php:2588
8486
  msgid "Placement"
8487
  msgstr ""
8488
 
8489
- #: languages/vue.php:2591
8490
  msgid "Choose how you'd like to place the widget."
8491
  msgstr ""
8492
 
8493
- #: languages/vue.php:2594
8494
  msgid "Insert After"
8495
  msgstr ""
8496
 
8497
- #: languages/vue.php:2597
8498
  msgid "Choose where in the post body the widget will be placed."
8499
  msgstr ""
8500
 
8501
- #: languages/vue.php:2601
8502
  msgid "Include in Post Types"
8503
  msgstr ""
8504
 
8505
- #: languages/vue.php:2605
8506
  msgid "Exclude from specific posts"
8507
  msgstr ""
8508
 
8509
  #. Translators: Placeholders make the text bold.
8510
- #: languages/vue.php:2610
8511
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
8512
  msgstr ""
8513
 
8514
  #. Translators: Placeholders make the text bold.
8515
- #: languages/vue.php:2615
8516
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
8517
  msgstr ""
8518
 
8519
- #: languages/vue.php:2619
8520
  msgid "Customize Design"
8521
  msgstr ""
8522
 
8523
- #: languages/vue.php:2623
8524
  msgid "Loading Themes"
8525
  msgstr ""
8526
 
8527
- #: languages/vue.php:2626
8528
  msgid "words"
8529
  msgstr ""
8530
 
8531
- #: languages/vue.php:2629
8532
  msgid "Please select at least one post to display."
8533
  msgstr ""
8534
 
8535
  #. Translators: placeholders make text small.
8536
- #: languages/vue.php:2634
8537
  msgid "Default Styles %1$s- As seen above.%2$s"
8538
  msgstr ""
8539
 
8540
  #. Translators: placeholders make text small.
8541
- #: languages/vue.php:2639
8542
  msgid "No Styles %1$s- Use your own CSS.%2$s"
8543
  msgstr ""
8544
 
8545
  #. Translators: placeholders make text small.
8546
- #: languages/vue.php:2644
8547
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
8548
  msgstr ""
8549
 
8550
  #. Translators: placeholders make text small.
8551
- #: languages/vue.php:2649
8552
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
8553
  msgstr ""
8554
 
8555
  #. Translators: placeholders make text small.
8556
- #: languages/vue.php:2654
8557
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
8558
  msgstr ""
8559
 
8560
  #. Translators: placeholders make text small.
8561
- #: languages/vue.php:2658
8562
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
8563
  msgstr ""
8564
 
8565
  #. Translators: placeholders make text small.
8566
- #: languages/vue.php:2662
8567
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
8568
  msgstr ""
8569
 
8570
- #: languages/vue.php:2665
8571
  msgid "Display Title"
8572
  msgstr ""
8573
 
8574
- #: languages/vue.php:2671
8575
  msgid "Title your widget and set it’s display preferences."
8576
  msgstr ""
8577
 
8578
- #: languages/vue.php:2674
8579
  msgid "Go Back To Reports"
8580
  msgstr ""
8581
 
8582
- #: languages/vue.php:2677
8583
  msgid "Enable Enhanced eCommerce"
8584
  msgstr ""
8585
 
8586
- #: languages/vue.php:2680
8587
  msgid "+ Add Role"
8588
  msgstr ""
8589
 
8590
- #: languages/vue.php:2683
8591
  msgid "Copy to Pretty Links"
8592
  msgstr ""
8593
 
8594
- #: languages/vue.php:2686
8595
  msgid "Make your campaign links prettier!"
8596
  msgstr ""
8597
 
8598
- #: languages/vue.php:2689
8599
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
8600
  msgstr ""
8601
 
8602
- #: languages/vue.php:2692
8603
  msgid "Days"
8604
  msgstr ""
8605
 
8606
  #. Translators: placeholders make text small.
8607
- #: languages/vue.php:2696
8608
  msgid "7 days"
8609
  msgstr ""
8610
 
8611
- #: languages/vue.php:2699
8612
  msgid "30 days"
8613
  msgstr ""
8614
 
8615
- #: languages/vue.php:2702
8616
  msgid "Custom"
8617
  msgstr ""
8618
 
8619
- #: languages/vue.php:2705
8620
  msgid "Popular Posts data can be fetched correctly"
8621
  msgstr ""
8622
 
8623
- #: languages/vue.php:2708
8624
  msgid "Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics."
8625
  msgstr ""
8626
 
8627
- #: languages/vue.php:2711
8628
  msgid "Close"
8629
  msgstr ""
8630
 
8631
- #: languages/vue.php:2715
8632
  msgid "Add Top 5 Posts from Google Analytics"
8633
  msgstr ""
8634
 
8635
- #: languages/vue.php:2718
8636
  msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both MonsterInsights and Google Analytics settings. Please use the button below to confirm your configuration is correct."
8637
  msgstr ""
8638
 
8639
- #: languages/vue.php:2721
8640
  msgid "Test Automated Posts"
8641
  msgstr ""
8642
 
8643
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8644
- #: languages/vue.php:2725
8645
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8646
  msgstr ""
8647
 
8648
- #: languages/vue.php:2729
8649
  msgid "Automated + Curated"
8650
  msgstr ""
8651
 
8652
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8653
- #: languages/vue.php:2733
8654
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."
8655
  msgstr ""
8656
 
8657
  #. Translators: Placeholder gets replaced with current license version.
8658
- #: languages/vue.php:2737
8659
  msgid "Pro version is required. Your current license level is: %s"
8660
  msgstr ""
8661
 
8662
- #: languages/vue.php:2740
8663
  msgid "Verifying Popular Posts data"
8664
  msgstr ""
8665
 
8666
- #: languages/vue.php:2743
8667
  msgid "Select posts/search"
8668
  msgstr ""
8669
 
8670
- #: languages/vue.php:2746
8671
  msgid "Oops! No posts found."
8672
  msgstr ""
8673
 
8674
- #: languages/vue.php:2749
8675
  msgid "Search by post title"
8676
  msgstr ""
8677
 
8678
- #: languages/vue.php:2752
8679
  msgid "Can't load posts."
8680
  msgstr ""
8681
 
8682
- #: languages/vue.php:2755
8683
  msgid "Email Summaries"
8684
  msgstr ""
8685
 
8686
- #: languages/vue.php:2758
8687
  msgid "Export PDF Reports"
8688
  msgstr ""
8689
 
8690
- #: languages/vue.php:2761
8691
  msgid "Multiple Entries"
8692
  msgstr ""
8693
 
8694
- #: languages/vue.php:2764
8695
  msgid "Total Number of Widgets to Show"
8696
  msgstr ""
8697
 
8698
- #: languages/vue.php:2767
8699
  msgid "Choose how many widgets will be placed in a single Post."
8700
  msgstr ""
8701
 
8702
- #: languages/vue.php:2770
8703
  msgid "Minimum Distance Between Widgets"
8704
  msgstr ""
8705
 
8706
- #: languages/vue.php:2773
8707
  msgid "Choose the distance between widgets."
8708
  msgstr ""
8709
 
8710
- #: languages/vue.php:2776
8711
  msgid "Minimum Word Count to Display Multiple Widgets"
8712
  msgstr ""
8713
 
8714
- #: languages/vue.php:2779
8715
  msgid "Choose the minimum word count for a Post to have multiple entries."
8716
  msgstr ""
8717
 
8718
- #: languages/vue.php:2782
8719
  msgid "Used on over 4,000,000 websites!"
8720
  msgstr ""
8721
 
8722
- #: languages/vue.php:2785
8723
  msgid "This feature requires MonsterInsights Pro"
8724
  msgstr ""
8725
 
8726
- #: languages/vue.php:2788
8727
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
8728
  msgstr ""
8729
 
8730
- #: languages/vue.php:2791
8731
  msgid "Upgrade to Pro and Unlock Popular Products"
8732
  msgstr ""
8733
 
8734
- #: languages/vue.php:2794
8735
  msgid "View all Pro features"
8736
  msgstr ""
8737
 
8738
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
8739
- #: languages/vue.php:2798
8740
  msgid "%1$sPage %3$s%2$s of %4$s"
8741
  msgstr ""
8742
 
8743
- #: languages/vue.php:2804
8744
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
8745
  msgstr ""
8746
 
8747
- #: languages/vue.php:2807
8748
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
8749
  msgstr ""
8750
 
8751
- #: languages/vue.php:2810
8752
  msgid "Color"
8753
  msgstr ""
8754
 
8755
- #: languages/vue.php:2813
8756
  msgid "Size"
8757
  msgstr ""
8758
 
8759
- #: languages/vue.php:2816
8760
  msgid "Title"
8761
  msgstr ""
8762
 
8763
- #: languages/vue.php:2819
8764
  msgid "Label"
8765
  msgstr ""
8766
 
8767
- #: languages/vue.php:2822
8768
  msgid "Background"
8769
  msgstr ""
8770
 
8771
- #: languages/vue.php:2825
8772
  msgid "Border"
8773
  msgstr ""
8774
 
8775
- #: languages/vue.php:2828
8776
  msgid "Icon"
8777
  msgstr ""
8778
 
8779
- #: languages/vue.php:2831
8780
  msgid "Pro version is required"
8781
  msgstr ""
8782
 
8783
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8784
- #: languages/vue.php:2835
8785
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."
8786
  msgstr ""
8787
 
8788
- #: languages/vue.php:2838
8789
  msgid "Get weekly traffic reports directly in your inbox."
8790
  msgstr ""
8791
 
8792
- #: languages/vue.php:2844
8793
  msgid "Basic Options"
8794
  msgstr ""
8795
 
8796
- #: languages/vue.php:2847
8797
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
8798
  msgstr ""
8799
 
8800
- #: languages/vue.php:2850
8801
  msgid "Dynamic Popular Posts & Popular Products"
8802
  msgstr ""
8803
 
8804
- #: languages/vue.php:2853
8805
  msgid "Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks."
8806
  msgstr ""
8807
 
8808
- #: languages/vue.php:2856
8809
  msgid "Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
8810
  msgstr ""
8811
 
8812
  #. Translators: Adds a link to the documentation.
8813
- #: languages/vue.php:2860
8814
  msgid "Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
8815
  msgstr ""
8816
 
8817
  #. Translators: Minimum and maximum number that can be used.
8818
- #: languages/vue.php:2864
8819
  msgid "Please enter a value between %1$s and %2$s"
8820
  msgstr ""
8821
 
8822
  #. Translators: The minimum set value.
8823
- #: languages/vue.php:2868
8824
  msgid "Please enter a value higher than %s"
8825
  msgstr ""
8826
 
8827
  #. Translators: The maximum set value.
8828
- #: languages/vue.php:2872
8829
  msgid "Please enter a value lower than %s"
8830
  msgstr ""
8831
 
8832
- #: languages/vue.php:2875
8833
  msgid "Please enter a number"
8834
  msgstr ""
8835
 
8836
- #: languages/vue.php:2878
8837
  msgid "Value has to be a round number"
8838
  msgstr ""
8839
 
8840
- #: languages/vue.php:2881
8841
  msgid "SharedCount API Key"
8842
  msgstr ""
8843
 
8844
- #: languages/vue.php:2884
8845
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
8846
  msgstr ""
8847
 
8848
- #: languages/vue.php:2887
8849
  msgid "Start Indexing"
8850
  msgstr ""
8851
 
8852
- #: languages/vue.php:2890
8853
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
8854
  msgstr ""
8855
 
8856
- #: languages/vue.php:2893
8857
  msgid "Indexing completed, counts will update automatically every day."
8858
  msgstr ""
8859
 
8860
- #: languages/vue.php:2896
8861
  msgid "You can add maximum 5 items."
8862
  msgstr ""
8863
 
8864
- #: languages/vue.php:2899
8865
  msgid "At least 0 item required."
8866
  msgstr ""
8867
 
8868
- #: languages/vue.php:2902
8869
  msgid "Site Speed Report"
8870
  msgstr ""
8871
 
8872
- #: languages/vue.php:2905
8873
  msgid "2020 Year in Review"
8874
  msgstr ""
8875
 
8876
- #: languages/vue.php:2908
8877
  msgid "Display Method"
8878
  msgstr ""
8879
 
8880
- #: languages/vue.php:2911
8881
  msgid "There are two ways to manual include the widget in your posts."
8882
  msgstr ""
8883
 
8884
- #: languages/vue.php:2914
8885
  msgid "Using the Gutenberg Block"
8886
  msgstr ""
8887
 
8888
- #: languages/vue.php:2917
8889
  msgid "Using the Shortcode"
8890
  msgstr ""
8891
 
8892
- #: languages/vue.php:2920
8893
  msgid "Learn how to insert the widget using Gutenberg blocks."
8894
  msgstr ""
8895
 
8896
- #: languages/vue.php:2923
8897
  msgid "Learn how to insert the widget using out Shortcode."
8898
  msgstr ""
8899
 
8900
- #: languages/vue.php:2926
8901
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
8902
  msgstr ""
8903
 
8904
- #: languages/vue.php:2929
8905
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
8906
  msgstr ""
8907
 
8908
- #: languages/vue.php:2932
8909
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”."
8910
  msgstr ""
8911
 
8912
- #: languages/vue.php:2935
8913
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
8914
  msgstr ""
8915
 
8916
- #: languages/vue.php:2938
8917
  msgid "Shortcode"
8918
  msgstr ""
8919
 
8920
- #: languages/vue.php:2941
8921
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
8922
  msgstr ""
8923
 
8924
- #: languages/vue.php:2944
8925
  msgid "Copy Shortcode"
8926
  msgstr ""
8927
 
8928
- #: languages/vue.php:2947
8929
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
8930
  msgstr ""
8931
 
8932
- #: languages/vue.php:2950
8933
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
8934
  msgstr ""
8935
 
8936
- #: languages/vue.php:2953
8937
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
8938
  msgstr ""
8939
 
8940
- #: languages/vue.php:2956
8941
  msgid "Unlock with %s"
8942
  msgstr ""
8943
 
8944
- #: languages/vue.php:2959
8945
  msgid "Only Show Posts from These Categories"
8946
  msgstr ""
8947
 
8948
- #: languages/vue.php:2962
8949
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
8950
  msgstr ""
8951
 
8952
- #: languages/vue.php:2965
8953
  msgid "Wide"
8954
  msgstr ""
8955
 
8956
- #: languages/vue.php:2968
8957
  msgid "Narrow"
8958
  msgstr ""
8959
 
8960
- #: languages/vue.php:2971
8961
  msgid "Automatic Placement"
8962
  msgstr ""
8963
 
8964
- #: languages/vue.php:2974
8965
  msgid "Display using Gutenberg Blocks"
8966
  msgstr ""
8967
 
8968
- #: languages/vue.php:2977
8969
  msgid "Embed Options"
8970
  msgstr ""
8971
 
8972
- #: languages/vue.php:2980
8973
  msgid "All Embed Options can be used in conjunction with one another."
8974
  msgstr ""
8975
 
8976
- #: languages/vue.php:2983
8977
  msgid "Using Automatic Embed"
8978
  msgstr ""
8979
 
8980
- #: languages/vue.php:2986
8981
  msgid "Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."
8982
  msgstr ""
8983
 
8984
- #: languages/vue.php:2989
8985
  msgid "Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above."
8986
  msgstr ""
8987
 
8988
- #: languages/vue.php:2992
8989
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
8990
  msgstr ""
8991
 
8992
- #: languages/vue.php:2995
8993
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
8994
  msgstr ""
8995
 
8996
- #: languages/vue.php:2998
8997
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
8998
  msgstr ""
8999
 
9000
- #: languages/vue.php:3001
9001
  msgid "%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin."
9002
  msgstr ""
9003
 
9004
- #: languages/vue.php:3004
9005
  msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - MonsterInsights widget and drag it into the desired Sidebar on the right."
9006
  msgstr ""
9007
 
9008
- #: languages/vue.php:3007
9009
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9010
  msgstr ""
9011
 
9012
- #: languages/vue.php:3010
9013
  msgid "Display using a Shortcode"
9014
  msgstr ""
9015
 
9016
- #: languages/vue.php:3013
9017
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9018
  msgstr ""
9019
 
9020
- #: languages/vue.php:3016
9021
  msgid "Enable Automatic Placement"
9022
  msgstr ""
9023
 
9024
- #: languages/vue.php:3019
9025
  msgid "Display in a Sidebar"
9026
  msgstr ""
9027
 
9028
- #: languages/vue.php:3022
9029
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9030
  msgstr ""
9031
 
9032
- #: languages/vue.php:3025
9033
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9034
  msgstr ""
9035
 
9036
- #: languages/vue.php:3028
9037
  msgid "Author/Date"
9038
  msgstr ""
9039
 
9040
- #: languages/vue.php:3040
9041
  msgid "Choose which content you would like displayed in the widget."
9042
  msgstr ""
9043
 
9044
- #: languages/vue.php:3052
9045
  msgid "Comments"
9046
  msgstr ""
9047
 
9048
- #: languages/vue.php:3058
9049
  msgid "Choose how many posts you’d like displayed in the widget."
9050
  msgstr ""
9051
 
9052
- #: languages/vue.php:3061
9053
  msgid "Compatibility mode"
9054
  msgstr ""
9055
 
9056
- #: languages/vue.php:3064
9057
  msgid "Enable _gtagTracker Compatibility"
9058
  msgstr ""
9059
 
9060
  #. Translators: Placeholder gets replaced with default GA js function.
9061
- #: languages/vue.php:3068
9062
  msgid "This enables MonsterInsights to work with plugins that use %1$s and don't support %2$s"
9063
  msgstr ""
9064
 
9065
- #: languages/vue.php:3071
9066
  msgid "Site Speed"
9067
  msgstr ""
9068
 
9069
- #: languages/vue.php:3074
9070
  msgid "Export PDF Overview Report"
9071
  msgstr ""
9072
 
9073
- #: languages/vue.php:3077
9074
  msgid "View notifications"
9075
  msgstr ""
9076
 
9077
- #: languages/vue.php:3080
9078
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
9079
  msgstr ""
9080
 
9081
- #: languages/vue.php:3083
9082
  msgid "Your 2020 Analytics Report"
9083
  msgstr ""
9084
 
9085
- #: languages/vue.php:3089
9086
  msgid "January 1, 2020 - December 31, 2020"
9087
  msgstr ""
9088
 
9089
- #: languages/vue.php:3092
9090
  msgid "A Tip for 2021"
9091
  msgstr ""
9092
 
9093
- #: languages/vue.php:3095
9094
  msgid "A Tip For 2021"
9095
  msgstr ""
9096
 
9097
- #: languages/vue.php:3098
9098
  msgid "Here's to an amazing 2021!"
9099
  msgstr ""
9100
 
9101
- #: languages/vue.php:3101
9102
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
9103
  msgstr ""
9104
 
9105
- #: languages/vue.php:3104
9106
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
9107
  msgstr ""
9108
 
9109
- #: languages/vue.php:3107
9110
  msgid "Copyright MonsterInsights, 2021"
9111
  msgstr ""
9112
 
9113
- #: languages/vue.php:3110
9114
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
9115
  msgstr ""
9116
 
9117
  #. Translators: Number of minutes spent on site.
9118
- #: languages/vue.php:3114
9119
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
9120
  msgstr ""
9121
 
9122
- #: languages/vue.php:3117
9123
  msgid "Export PDF Report"
9124
  msgstr ""
9125
 
9126
- #: languages/vue.php:3120
9127
  msgid "You can export PDF reports only in the PRO version."
9128
  msgstr ""
9129
 
9130
  #. Translators: Placeholder adds a line break.
9131
- #: languages/vue.php:3124
9132
  msgid "You can customize your %sdate range only in the PRO version."
9133
  msgstr ""
9134
 
2
  # This file is distributed under the same license as the Google Analytics for WordPress by MonsterInsights plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Google Analytics for WordPress by MonsterInsights 7.16.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-for-wordpress\n"
7
  "Last-Translator: MonsterInsights Team <support@monsterinsights.com>\n"
8
  "Language-Team: MonsterInsights Team <support@monsterinsights.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-02-22T13:02:49+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
78
  msgstr ""
79
 
80
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
81
+ #: languages/vue.php:2803
82
  msgid "Theme Preview"
83
  msgstr ""
84
 
155
  msgstr ""
156
 
157
  #: lite/includes/admin/wp-site-health.php:253
158
+ #: languages/vue.php:621
159
  msgid "View Reports"
160
  msgstr ""
161
 
232
  #: lite/includes/admin/wp-site-health.php:372
233
  #: lite/includes/admin/wp-site-health.php:398
234
  #: lite/includes/admin/wp-site-health.php:425
235
+ #: languages/vue.php:660
236
  msgid "View Addons"
237
  msgstr ""
238
 
365
  msgstr ""
366
 
367
  #: lite/includes/admin/helpers.php:83
368
+ #: languages/vue.php:777
369
  msgid "Upgrade to MonsterInsights Pro"
370
  msgstr ""
371
 
384
  msgstr ""
385
 
386
  #: lite/includes/admin/reports/report-queries.php:22
387
+ #: languages/vue.php:574
388
  msgid "Search Console"
389
  msgstr ""
390
 
391
  #: lite/includes/admin/reports/report-ecommerce.php:22
392
+ #: languages/vue.php:460
393
  msgid "eCommerce"
394
  msgstr ""
395
 
402
  msgstr ""
403
 
404
  #: lite/includes/admin/reports/report-publisher.php:22
405
+ #: languages/vue.php:571
406
  msgid "Publishers"
407
  msgstr ""
408
 
409
  #: lite/includes/admin/reports/report-dimensions.php:22
410
+ #: languages/vue.php:577
411
  msgid "Dimensions"
412
  msgstr ""
413
 
414
  #: lite/includes/admin/reports/report-forms.php:22
415
+ #: languages/vue.php:580
416
  msgid "Forms"
417
  msgstr ""
418
 
419
  #: lite/includes/admin/welcome.php:56
420
  #: lite/includes/admin/welcome.php:57
421
+ #: languages/vue.php:195
422
  msgid "Welcome to MonsterInsights"
423
  msgstr ""
424
 
674
  msgstr ""
675
 
676
  #: includes/gutenberg/headline-tool/headline-tool.php:302
677
+ #: languages/vue.php:454
678
  msgid "General"
679
  msgstr ""
680
 
3207
  #: includes/admin/notifications/notification-bounce-rate.php:40
3208
  #: includes/admin/notifications/notification-headline-analyzer.php:30
3209
  #: includes/admin/notifications/notification-audience.php:43
3210
+ #: languages/vue.php:367
3211
  msgid "Learn More"
3212
  msgstr ""
3213
 
3234
  msgstr ""
3235
 
3236
  #: includes/admin/common.php:940
3237
+ #: languages/vue.php:3093
3238
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
3239
  msgstr ""
3240
 
3242
  #: includes/admin/admin.php:37
3243
  #: includes/admin/admin.php:45
3244
  #: includes/admin/admin.php:94
3245
+ #: languages/vue.php:188
3246
  msgid "Insights"
3247
  msgstr ""
3248
 
3249
  #: includes/admin/admin.php:34
3250
  #: includes/admin/admin.php:42
3251
  #: includes/admin/admin.php:188
3252
+ #: languages/vue.php:2476
3253
  msgid "Settings"
3254
  msgstr ""
3255
 
3265
 
3266
  #: includes/admin/admin.php:39
3267
  #: includes/admin/admin.php:98
3268
+ #: languages/vue.php:1117
3269
  msgid "Reports"
3270
  msgstr ""
3271
 
3275
 
3276
  #: includes/admin/admin.php:51
3277
  #: languages/gutenberg.php:83
3278
+ #: languages/vue.php:2843
3279
  msgid "Popular Posts"
3280
  msgstr ""
3281
 
3304
 
3305
  #: includes/admin/admin.php:63
3306
  #: includes/admin/admin.php:106
3307
+ #: languages/vue.php:444
3308
  msgid "About Us"
3309
  msgstr ""
3310
 
3337
 
3338
  #: includes/admin/admin.php:178
3339
  #: includes/admin/admin.php:181
3340
+ #: languages/vue.php:1562
3341
  msgid "Support"
3342
  msgstr ""
3343
 
3347
  msgstr ""
3348
 
3349
  #: includes/admin/admin.php:284
3350
+ #: languages/vue.php:385
3351
  msgid "Please Setup Website Analytics to See Audience Insights"
3352
  msgstr ""
3353
 
3354
  #: includes/admin/admin.php:285
3355
+ #: languages/vue.php:391
3356
  msgid "Connect MonsterInsights and Setup Website Analytics"
3357
  msgstr ""
3358
 
3359
  #: includes/admin/admin.php:289
3360
+ #: languages/vue.php:388
3361
  msgid "MonsterInsights, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 2 million website owners use MonsterInsights to see the stats that matter and grow their business."
3362
  msgstr ""
3363
 
3368
 
3369
  #. Translators: Adds a link to the license renewal.
3370
  #: includes/admin/admin.php:310
3371
+ #: languages/vue.php:603
3372
  msgid "Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
3373
  msgstr ""
3374
 
3375
  #: includes/admin/admin.php:312
3376
+ #: languages/vue.php:606
3377
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
3378
  msgstr ""
3379
 
3380
  #: includes/admin/admin.php:314
3381
+ #: languages/vue.php:609
3382
  msgid "Your license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
3383
  msgstr ""
3384
 
3522
  #. Translators: visitors notification title
3523
  #. Translators: Number of visitors.
3524
  #: includes/admin/notifications/notification-visitors.php:37
3525
+ #: languages/vue.php:332
3526
  msgid "See how %s visitors found your site!"
3527
  msgstr ""
3528
 
3613
  msgstr ""
3614
 
3615
  #: includes/admin/notifications/notification-upgrade-to-pro.php:34
3616
+ #: languages/vue.php:2369
3617
  msgid "Upgrade to Pro"
3618
  msgstr ""
3619
 
3620
  #: includes/admin/reports/overview.php:34
3621
+ #: languages/vue.php:541
3622
  msgid "Overview"
3623
  msgstr ""
3624
 
3710
  msgstr ""
3711
 
3712
  #: includes/admin/reports/abstract-report.php:383
3713
+ #: languages/vue.php:226
3714
  msgid "Upgrade Now"
3715
  msgstr ""
3716
 
4905
  msgstr ""
4906
 
4907
  #: languages/gutenberg.php:77
4908
+ #: languages/vue.php:2465
4909
  msgid "Inline Popular Posts"
4910
  msgstr ""
4911
 
4942
  msgstr ""
4943
 
4944
  #: languages/gutenberg.php:107
4945
+ #: languages/vue.php:3038
4946
  msgid "Wide-Layout Options"
4947
  msgstr ""
4948
 
4951
  msgstr ""
4952
 
4953
  #: languages/gutenberg.php:113
4954
+ #: languages/vue.php:3041
4955
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4956
  msgstr ""
4957
 
4958
  #: languages/gutenberg.php:116
4959
+ #: languages/vue.php:3062
4960
  msgid "Post Count"
4961
  msgstr ""
4962
 
4965
  msgstr ""
4966
 
4967
  #: languages/gutenberg.php:122
4968
+ #: languages/vue.php:3044
4969
  msgid "Display Options"
4970
  msgstr ""
4971
 
4978
  msgstr ""
4979
 
4980
  #: languages/gutenberg.php:131
4981
+ #: languages/vue.php:2672
4982
  msgid "Widget Title"
4983
  msgstr ""
4984
 
4987
  msgstr ""
4988
 
4989
  #: languages/gutenberg.php:137
4990
+ #: languages/vue.php:3050
4991
  msgid "Display Author"
4992
  msgstr ""
4993
 
4994
  #: languages/gutenberg.php:140
4995
+ #: languages/vue.php:3053
4996
  msgid "Display Date"
4997
  msgstr ""
4998
 
4999
  #: languages/gutenberg.php:143
5000
+ #: languages/vue.php:3056
5001
  msgid "Display Comments"
5002
  msgstr ""
5003
 
5218
  msgstr ""
5219
 
5220
  #: languages/gutenberg.php:312
5221
+ #: languages/vue.php:2500
5222
  msgid "Headline Analyzer"
5223
  msgstr ""
5224
 
5242
  msgid "Loading settings"
5243
  msgstr ""
5244
 
5245
+ #: languages/vue.php:17
5246
  msgid "Error"
5247
  msgstr ""
5248
 
5249
+ #: languages/vue.php:20
5250
  msgid "Please try again."
5251
  msgstr ""
5252
 
5253
+ #: languages/vue.php:23
5254
  msgid "Loading new report data"
5255
  msgstr ""
5256
 
5257
+ #: languages/vue.php:26
5258
  msgid "Please wait..."
5259
  msgstr ""
5260
 
5261
  #. Translators: Adds an arrow icon.
5262
+ #: languages/vue.php:30
5263
  msgid "Continue %s"
5264
  msgstr ""
5265
 
5266
+ #: languages/vue.php:34
5267
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5268
  msgstr ""
5269
 
5270
+ #: languages/vue.php:38
5271
  msgid "Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
5272
  msgstr ""
5273
 
5274
+ #: languages/vue.php:42
5275
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5276
  msgstr ""
5277
 
5278
+ #: languages/vue.php:46
5279
  msgid "Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions."
5280
  msgstr ""
5281
 
5282
+ #: languages/vue.php:50
5283
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5284
  msgstr ""
5285
 
5286
+ #: languages/vue.php:54
5287
  msgid "Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
5288
  msgstr ""
5289
 
5290
+ #: languages/vue.php:58
5291
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5292
  msgstr ""
5293
 
5294
+ #: languages/vue.php:62
5295
  msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
5296
  msgstr ""
5297
 
5298
+ #: languages/vue.php:66
5299
  msgid "Unlock the Forms Report and Improve Conversions"
5300
  msgstr ""
5301
 
5302
+ #: languages/vue.php:70
5303
  msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
5304
  msgstr ""
5305
 
5306
+ #: languages/vue.php:74
5307
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5308
  msgstr ""
5309
 
5310
+ #: languages/vue.php:78
5311
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5312
  msgstr ""
5313
 
5314
+ #: languages/vue.php:82
5315
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5316
  msgstr ""
5317
 
5318
+ #: languages/vue.php:86
5319
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it."
5320
  msgstr ""
5321
 
5322
+ #: languages/vue.php:89
5323
  msgid "Refreshing Report"
5324
  msgstr ""
5325
 
5326
+ #: languages/vue.php:92
5327
  msgid "Loading new report data..."
5328
  msgstr ""
5329
 
5330
+ #: languages/vue.php:95
5331
  msgid "See Your Top Landing Pages to Improve Enagement"
5332
  msgstr ""
5333
 
5334
+ #: languages/vue.php:98
5335
  msgid "See Your Top Exit Pages to Reduce Abandonment"
5336
  msgstr ""
5337
 
5338
+ #: languages/vue.php:101
5339
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
5340
  msgstr ""
5341
 
5342
+ #: languages/vue.php:104
5343
  msgid "See Your Top Affiliate Links and Focus on what's working"
5344
  msgstr ""
5345
 
5346
+ #: languages/vue.php:107
5347
  msgid "See Your Top Downloads and Improve Conversions"
5348
  msgstr ""
5349
 
5350
+ #: languages/vue.php:110
5351
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
5352
  msgstr ""
5353
 
5354
+ #: languages/vue.php:113
5355
  msgid "See Your Conversion Rate to Improve Funnel"
5356
  msgstr ""
5357
 
5358
+ #: languages/vue.php:116
5359
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
5360
  msgstr ""
5361
 
5362
+ #: languages/vue.php:119
5363
  msgid "See The Total Revenue to Track Growth"
5364
  msgstr ""
5365
 
5366
+ #: languages/vue.php:122
5367
  msgid "See Average Order Value to Find Offer Opportunities"
5368
  msgstr ""
5369
 
5370
+ #: languages/vue.php:125
5371
  msgid "See Your Top Products to See Individual Performance"
5372
  msgstr ""
5373
 
5374
+ #: languages/vue.php:128
5375
  msgid "See Your Top Conversion Sources and Focus on what's working"
5376
  msgstr ""
5377
 
5378
+ #: languages/vue.php:131
5379
  msgid "See The Time it takes for Customers to Purchase"
5380
  msgstr ""
5381
 
5382
+ #: languages/vue.php:134
5383
  msgid "See How Many Sessions are needed for a Purchase"
5384
  msgstr ""
5385
 
5386
+ #: languages/vue.php:137
5387
  msgid "See Which Authors Generate the Most Traffic"
5388
  msgstr ""
5389
 
5390
+ #: languages/vue.php:140
5391
  msgid "See Which Post Types Perform Better"
5392
  msgstr ""
5393
 
5394
+ #: languages/vue.php:143
5395
  msgid "See Which Categories are the Most Popular"
5396
  msgstr ""
5397
 
5398
+ #: languages/vue.php:146
5399
  msgid "See Your Blog's most popular SEO Scores"
5400
  msgstr ""
5401
 
5402
+ #: languages/vue.php:149
5403
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
5404
  msgstr ""
5405
 
5406
+ #: languages/vue.php:152
5407
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
5408
  msgstr ""
5409
 
5410
+ #: languages/vue.php:155
5411
  msgid "See Your Top Converting Forms and Optimize"
5412
  msgstr ""
5413
 
5414
+ #: languages/vue.php:158
5415
  msgid "See Your Forms Impressions Count to Find the Best Placement"
5416
  msgstr ""
5417
 
5418
+ #: languages/vue.php:161
5419
  msgid "See Your Top Google Search Terms and Optimize Content"
5420
  msgstr ""
5421
 
5422
+ #: languages/vue.php:164
5423
  msgid "See The Number of Clicks and Track Interests"
5424
  msgstr ""
5425
 
5426
+ #: languages/vue.php:167
5427
  msgid "See The Click-Through-Ratio and Improve SEO"
5428
  msgstr ""
5429
 
5430
+ #: languages/vue.php:170
5431
  msgid "See The Average Results Position and Focus on what works"
5432
  msgstr ""
5433
 
5434
+ #: languages/vue.php:173
5435
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
5436
  msgstr ""
5437
 
5438
+ #: languages/vue.php:176
5439
  msgid "See Your Top Pages Immediately After Making Changes"
5440
  msgstr ""
5441
 
5442
+ #: languages/vue.php:179
5443
  msgid "See Your Top Referral Sources and Adapt Faster"
5444
  msgstr ""
5445
 
5446
+ #: languages/vue.php:182
5447
  msgid "See Your Traffic Demographics and "
5448
  msgstr ""
5449
 
5450
+ #: languages/vue.php:185
5451
  msgid "Get Fresh Reports Data Every 60 Seconds"
5452
  msgstr ""
5453
 
5454
+ #: languages/vue.php:192
5455
  msgid "Overview Report"
5456
  msgstr ""
5457
 
5458
+ #: languages/vue.php:198
5459
  msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
5460
  msgstr ""
5461
 
5462
+ #: languages/vue.php:201
5463
  msgid "MonsterInsights makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
5464
  msgstr ""
5465
 
5466
+ #: languages/vue.php:204
5467
  msgid "Launch the Wizard!"
5468
  msgstr ""
5469
 
5470
+ #: languages/vue.php:207
5471
  msgid "Read the Full Guide"
5472
  msgstr ""
5473
 
5474
+ #: languages/vue.php:210
5475
  msgid "MonsterInsights Features & Addons"
5476
  msgstr ""
5477
 
5478
+ #: languages/vue.php:213
5479
  msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
5480
  msgstr ""
5481
 
5482
+ #: languages/vue.php:216
5483
  msgid "See All Features"
5484
  msgstr ""
5485
 
5486
+ #: languages/vue.php:220
5487
  msgid "Upgrade to PRO"
5488
  msgstr ""
5489
 
5490
+ #: languages/vue.php:223
5491
  msgid "per year"
5492
  msgstr ""
5493
 
5494
+ #: languages/vue.php:229
5495
  msgid "Testimonials"
5496
  msgstr ""
5497
 
5498
+ #: languages/vue.php:232
5499
  msgid "Universal Tracking"
5500
  msgstr ""
5501
 
5502
+ #: languages/vue.php:235
5503
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5504
  msgstr ""
5505
 
5506
+ #: languages/vue.php:238
5507
  msgid "Google Analytics Dashboard"
5508
  msgstr ""
5509
 
5510
+ #: languages/vue.php:241
5511
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
5512
  msgstr ""
5513
 
5514
+ #: languages/vue.php:244
5515
  msgid "Real-time Stats"
5516
  msgstr ""
5517
 
5518
+ #: languages/vue.php:247
5519
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
5520
  msgstr ""
5521
 
5522
+ #: languages/vue.php:250
5523
  msgid "Enhanced Ecommerce Tracking"
5524
  msgstr ""
5525
 
5526
+ #: languages/vue.php:253
5527
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
5528
  msgstr ""
5529
 
5530
+ #: languages/vue.php:256
5531
  msgid "Page Level Analytics"
5532
  msgstr ""
5533
 
5534
+ #: languages/vue.php:259
5535
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5536
  msgstr ""
5537
 
5538
+ #: languages/vue.php:262
5539
  msgid "Affiliate Link & Ads Tracking"
5540
  msgstr ""
5541
 
5542
+ #: languages/vue.php:265
5543
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5544
  msgstr ""
5545
 
5546
+ #: languages/vue.php:268
5547
  msgid "EU Compliance (GDPR Friendly)"
5548
  msgstr ""
5549
 
5550
+ #: languages/vue.php:271
5551
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5552
  msgstr ""
5553
 
5554
+ #: languages/vue.php:274
5555
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
5556
  msgstr ""
5557
 
5558
+ #: languages/vue.php:277
5559
  msgid "Ecommerce Report"
5560
  msgstr ""
5561
 
5562
+ #: languages/vue.php:280
5563
  msgid "Form Conversions"
5564
  msgstr ""
5565
 
5566
+ #: languages/vue.php:283
5567
  msgid "Custom Dimensions"
5568
  msgstr ""
5569
 
5570
+ #: languages/vue.php:286
5571
  msgid "Author Tracking"
5572
  msgstr ""
5573
 
5574
+ #: languages/vue.php:289
5575
  msgid "Google Optimize"
5576
  msgstr ""
5577
 
5578
+ #: languages/vue.php:292
5579
  msgid "Category / Tags Tracking"
5580
  msgstr ""
5581
 
5582
+ #: languages/vue.php:295
5583
  msgid "WooCommerce"
5584
  msgstr ""
5585
 
5586
+ #: languages/vue.php:298
5587
  msgid "Easy Digital Downloads"
5588
  msgstr ""
5589
 
5590
+ #: languages/vue.php:301
5591
  msgid "MemberPress"
5592
  msgstr ""
5593
 
5594
+ #: languages/vue.php:304
5595
  msgid "LifterLMS"
5596
  msgstr ""
5597
 
5598
  #. Translators: Current WordPress version.
5599
+ #: languages/vue.php:308
5600
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5601
  msgstr ""
5602
 
5603
+ #: languages/vue.php:311
5604
  msgid "Yikes! PHP Update Required"
5605
  msgstr ""
5606
 
5607
  #. Translators: Current PHP version and recommended PHP version.
5608
+ #: languages/vue.php:315
5609
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
5610
  msgstr ""
5611
 
5612
+ #: languages/vue.php:318
5613
  msgid "Learn more about updating PHP"
5614
  msgstr ""
5615
 
5616
+ #: languages/vue.php:321
5617
  msgid "Yikes! WordPress Update Required"
5618
  msgstr ""
5619
 
5620
  #. Translators: Current WordPress version.
5621
+ #: languages/vue.php:325
5622
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in October, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5623
  msgstr ""
5624
 
5625
+ #: languages/vue.php:328
5626
  msgid "Learn more about updating WordPress"
5627
  msgstr ""
5628
 
5629
  #. Translators: Number of visitors.
5630
+ #: languages/vue.php:336
5631
  msgid "Your website was visited by %s users in the last 30 days."
5632
  msgstr ""
5633
 
5634
+ #: languages/vue.php:339
5635
  msgid "See the full analytics report!"
5636
  msgstr ""
5637
 
5638
+ #: languages/vue.php:342
5639
  msgid "Congratulations! "
5640
  msgstr ""
5641
 
5642
+ #: languages/vue.php:345
5643
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
5644
  msgstr ""
5645
 
5646
  #. Translators: Error status and error text.
5647
+ #: languages/vue.php:349
5648
  msgid "Can't load report data. Error: %1$s, %2$s"
5649
  msgstr ""
5650
 
5651
+ #: languages/vue.php:352
5652
  msgid "Error loading report data"
5653
  msgstr ""
5654
 
5655
  #. Translators: Placeholder is replaced with WPForms.
5656
+ #: languages/vue.php:356
5657
  msgid "Recommended Plugin: %s"
5658
  msgstr ""
5659
 
5660
+ #: languages/vue.php:360
5661
  msgid "Install"
5662
  msgstr ""
5663
 
5664
+ #: languages/vue.php:364
5665
  msgid "Activate"
5666
  msgstr ""
5667
 
5668
+ #: languages/vue.php:370
5669
  msgid "See Quick Links"
5670
  msgstr ""
5671
 
5672
+ #: languages/vue.php:373
5673
  msgid "Suggest a Feature"
5674
  msgstr ""
5675
 
5676
+ #: languages/vue.php:376
5677
  msgid "Join Our Community"
5678
  msgstr ""
5679
 
5680
+ #: languages/vue.php:379
5681
  msgid "Support & Docs"
5682
  msgstr ""
5683
 
5684
+ #: languages/vue.php:382
5685
  msgid "Upgrade to Pro &#187;"
5686
  msgstr ""
5687
 
5688
+ #: languages/vue.php:394
5689
  msgid "MonsterInsights encountered an error loading your report data"
5690
  msgstr ""
5691
 
5692
+ #: languages/vue.php:397
5693
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5694
  msgstr ""
5695
 
5696
+ #: languages/vue.php:401
5697
  msgid "Reconnect MonsterInsights"
5698
  msgstr ""
5699
 
5700
+ #: languages/vue.php:405
5701
  msgid "Re-Authenticating"
5702
  msgstr ""
5703
 
5704
+ #: languages/vue.php:409
5705
  msgid "Ok"
5706
  msgstr ""
5707
 
5708
  #. Translators: Number of days in interval.
5709
+ #: languages/vue.php:413
5710
  msgid "Last %s days"
5711
  msgstr ""
5712
 
5713
+ #: languages/vue.php:416
5714
  msgid "Powered by MonsterInsights"
5715
  msgstr ""
5716
 
5717
+ #: languages/vue.php:419
5718
  msgid "Publishers Report"
5719
  msgstr ""
5720
 
5721
+ #: languages/vue.php:423
5722
  msgid "eCommerce Report"
5723
  msgstr ""
5724
 
5725
+ #: languages/vue.php:427
5726
  msgid "Search Console Report"
5727
  msgstr ""
5728
 
5729
+ #: languages/vue.php:430
5730
  msgid "Dimensions Report"
5731
  msgstr ""
5732
 
5733
+ #: languages/vue.php:433
5734
  msgid "Forms Report"
5735
  msgstr ""
5736
 
5737
+ #: languages/vue.php:436
5738
  msgid "Real-Time Report"
5739
  msgstr ""
5740
 
5741
+ #: languages/vue.php:441
5742
  msgid "2019 Year in Review"
5743
  msgstr ""
5744
 
5745
+ #: languages/vue.php:447
5746
  msgid "Getting Started"
5747
  msgstr ""
5748
 
5749
+ #: languages/vue.php:451
5750
  msgid "Lite vs Pro"
5751
  msgstr ""
5752
 
5753
+ #: languages/vue.php:457
5754
  msgid "Engagement"
5755
  msgstr ""
5756
 
5757
+ #: languages/vue.php:463
5758
  msgid "Publisher"
5759
  msgstr ""
5760
 
5761
+ #: languages/vue.php:466
5762
  msgid "Conversions"
5763
  msgstr ""
5764
 
5765
+ #: languages/vue.php:469
5766
  msgid "Advanced"
5767
  msgstr ""
5768
 
5769
+ #: languages/vue.php:472
5770
  msgid "URL Builder"
5771
  msgstr ""
5772
 
5773
+ #: languages/vue.php:475
5774
  msgid "Import Export"
5775
  msgstr ""
5776
 
5777
+ #: languages/vue.php:478
5778
  msgid "Exit Setup"
5779
  msgstr ""
5780
 
5781
+ #: languages/vue.php:481
5782
  msgid "Time to Purchase"
5783
  msgstr ""
5784
 
5785
+ #: languages/vue.php:484
5786
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
5787
  msgstr ""
5788
 
5789
+ #: languages/vue.php:487
5790
  msgid "Sessions to Purchase"
5791
  msgstr ""
5792
 
5793
+ #: languages/vue.php:490
5794
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5795
  msgstr ""
5796
 
5797
+ #: languages/vue.php:493
5798
  msgid "Top Posts/Pages"
5799
  msgstr ""
5800
 
5801
+ #: languages/vue.php:496
5802
  msgid "This list shows the most viewed posts and pages on your website."
5803
  msgstr ""
5804
 
5805
+ #: languages/vue.php:499
5806
  msgid "New vs. Returning Visitors"
5807
  msgstr ""
5808
 
5809
+ #: languages/vue.php:502
5810
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5811
  msgstr ""
5812
 
5813
+ #: languages/vue.php:505
5814
  msgid "Device Breakdown"
5815
  msgstr ""
5816
 
5817
+ #: languages/vue.php:508
5818
  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."
5819
  msgstr ""
5820
 
5821
+ #: languages/vue.php:511
5822
  msgid "Top Landing Pages"
5823
  msgstr ""
5824
 
5825
+ #: languages/vue.php:514
5826
  msgid "This list shows the top pages users first land on when visiting your website."
5827
  msgstr ""
5828
 
5829
+ #: languages/vue.php:517
5830
  msgid "Top Exit Pages"
5831
  msgstr ""
5832
 
5833
+ #: languages/vue.php:520
5834
  msgid "This list shows the top pages users exit your website from."
5835
  msgstr ""
5836
 
5837
+ #: languages/vue.php:523
5838
  msgid "Top Outbound Links"
5839
  msgstr ""
5840
 
5841
+ #: languages/vue.php:526
5842
  msgid "This list shows the top links clicked on your website that go to another website."
5843
  msgstr ""
5844
 
5845
+ #: languages/vue.php:529
5846
  msgid "Top Affiliate Links"
5847
  msgstr ""
5848
 
5849
+ #: languages/vue.php:532
5850
  msgid "This list shows the top affiliate links your visitors clicked on."
5851
  msgstr ""
5852
 
5853
+ #: languages/vue.php:535
5854
  msgid "Top Download Links"
5855
  msgstr ""
5856
 
5857
+ #: languages/vue.php:538
5858
  msgid "This list shows the download links your visitors clicked the most."
5859
  msgstr ""
5860
 
5861
+ #: languages/vue.php:544
5862
  msgid "Top Products"
5863
  msgstr ""
5864
 
5865
+ #: languages/vue.php:547
5866
  msgid "This list shows the top selling products on your website."
5867
  msgstr ""
5868
 
5869
+ #: languages/vue.php:550
5870
  msgid "Top Conversion Sources"
5871
  msgstr ""
5872
 
5873
+ #: languages/vue.php:553
5874
  msgid "This list shows the top referral websites in terms of product revenue."
5875
  msgstr ""
5876
 
5877
+ #: languages/vue.php:556
5878
  msgid "Total Add/Remove"
5879
  msgstr ""
5880
 
5881
+ #: languages/vue.php:559
5882
  msgid "You must connect with MonsterInsights before you can view reports."
5883
  msgstr ""
5884
 
5885
+ #: languages/vue.php:562
5886
  msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5887
  msgstr ""
5888
 
5889
+ #: languages/vue.php:565
5890
  msgid "Launch Setup Wizard"
5891
  msgstr ""
5892
 
5893
+ #: languages/vue.php:568
5894
  msgid "Please ask your webmaster to connect MonsterInsights to Google Analytics."
5895
  msgstr ""
5896
 
5897
+ #: languages/vue.php:583
5898
  msgid "Real-Time"
5899
  msgstr ""
5900
 
5901
  #. Translators: Adds a link to documentation.
5902
+ #: languages/vue.php:587
5903
  msgid "In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
5904
  msgstr ""
5905
 
5906
  #. Translators: Adds link to activate/install plugin and documentation.
5907
+ #: languages/vue.php:591
5908
  msgid "In order for the MonsterInsights 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"
5909
  msgstr ""
5910
 
5911
  #. Translators: Adds a link to documentation.
5912
+ #: languages/vue.php:595
5913
  msgid "In order for the MonsterInsights 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"
5914
  msgstr ""
5915
 
5916
  #. Translators: Adds link to activate/install plugin and documentation.
5917
+ #: languages/vue.php:599
5918
  msgid "In order for the MonsterInsights 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"
5919
  msgstr ""
5920
 
5921
+ #: languages/vue.php:612
5922
  msgid "MonsterInsights Addons"
5923
  msgstr ""
5924
 
5925
+ #: languages/vue.php:615
5926
  msgid "Search Addons"
5927
  msgstr ""
5928
 
5929
+ #: languages/vue.php:618
5930
  msgid "Save Changes"
5931
  msgstr ""
5932
 
5933
+ #: languages/vue.php:624
5934
  msgid "Congratulations!"
5935
  msgstr ""
5936
 
5937
  #. Translators: Add link to YouTube video and Onboarding Wizard.
5938
+ #: languages/vue.php:628
5939
  msgid "MonsterInsights makes it easy to connect your website with Google Analytics and see all important website stats right inside your WordPress dashboard. In order to setup website analytics, please take a look at our %1$sGetting started video%2$s or use our %3$s to get you quickly set up."
5940
  msgstr ""
5941
 
5942
  #. Translators: Add link to YouTube video and Onboarding Wizard.
5943
+ #: languages/vue.php:632
5944
  msgid "Onboarding Wizard"
5945
  msgstr ""
5946
 
5947
+ #: languages/vue.php:635
5948
  msgid "You are now connected with MonsterInsights. We make it effortless for you to implement Google Analytics tracking and see the stats that matter, right inside the WordPress dashboard."
5949
  msgstr ""
5950
 
5951
+ #: languages/vue.php:638
5952
  msgid "Installing Addon"
5953
  msgstr ""
5954
 
5955
+ #: languages/vue.php:641
5956
  msgid "Activating Addon"
5957
  msgstr ""
5958
 
5959
+ #: languages/vue.php:644
5960
  msgid "Addon Activated"
5961
  msgstr ""
5962
 
5963
+ #: languages/vue.php:647
5964
  msgid "Loading report data"
5965
  msgstr ""
5966
 
5967
+ #: languages/vue.php:650
5968
  msgid "Please activate manually"
5969
  msgstr ""
5970
 
5971
  #. Translators: Adds the error status and status text.
5972
+ #: languages/vue.php:654
5973
  msgid "Error: %1$s, %2$s"
5974
  msgstr ""
5975
 
5976
+ #: languages/vue.php:657
5977
  msgid "Error Activating Addon"
5978
  msgstr ""
5979
 
5980
+ #: languages/vue.php:663
5981
  msgid "Dismiss"
5982
  msgstr ""
5983
 
5984
+ #: languages/vue.php:666
5985
  msgid "Redirecting"
5986
  msgstr ""
5987
 
5988
+ #: languages/vue.php:669
5989
  msgid "Please wait"
5990
  msgstr ""
5991
 
5992
+ #: languages/vue.php:672
5993
  msgid "activate"
5994
  msgstr ""
5995
 
5996
+ #: languages/vue.php:675
5997
  msgid "install"
5998
  msgstr ""
5999
 
6000
+ #: languages/vue.php:678
6001
  msgid "Visit addons page"
6002
  msgstr ""
6003
 
6004
+ #: languages/vue.php:681
6005
  msgid "Report Unavailable"
6006
  msgstr ""
6007
 
6008
  #. Translators: Install/Activate the addon.
6009
+ #: languages/vue.php:685
6010
  msgid "%s Addon"
6011
  msgstr ""
6012
 
6013
+ #: languages/vue.php:688
6014
  msgid "Show in widget mode"
6015
  msgstr ""
6016
 
6017
+ #: languages/vue.php:691
6018
  msgid "Show in full-width mode"
6019
  msgstr ""
6020
 
6021
+ #: languages/vue.php:694
6022
  msgid "Show Overview Reports"
6023
  msgstr ""
6024
 
6025
+ #: languages/vue.php:697
6026
  msgid "Show Publishers Reports"
6027
  msgstr ""
6028
 
6029
+ #: languages/vue.php:700
6030
  msgid "Show eCommerce Reports"
6031
  msgstr ""
6032
 
6033
+ #: languages/vue.php:703
6034
  msgid "Available in PRO version"
6035
  msgstr ""
6036
 
6037
+ #: languages/vue.php:706
6038
  msgid "Last 30 Days Insights for:"
6039
  msgstr ""
6040
 
6041
+ #: languages/vue.php:709
6042
  msgid "Your Website"
6043
  msgstr ""
6044
 
6045
+ #: languages/vue.php:712
6046
  msgid "Sessions"
6047
  msgstr ""
6048
 
6049
+ #: languages/vue.php:715
6050
  msgid "Pageviews"
6051
  msgstr ""
6052
 
6053
+ #: languages/vue.php:718
6054
  msgid "Avg. Duration"
6055
  msgstr ""
6056
 
6057
+ #: languages/vue.php:721
6058
  msgid "Bounce Rate"
6059
  msgstr ""
6060
 
6061
+ #: languages/vue.php:724
6062
  msgid "More data is available"
6063
  msgstr ""
6064
 
6065
+ #: languages/vue.php:727
6066
  msgid "Want to see page-specific stats?"
6067
  msgstr ""
6068
 
6069
+ #: languages/vue.php:730
6070
  msgid "See All Reports"
6071
  msgstr ""
6072
 
6073
+ #: languages/vue.php:733
6074
  msgid "Go to the Analytics Dashboard"
6075
  msgstr ""
6076
 
6077
+ #: languages/vue.php:736
6078
  msgid "License Key"
6079
  msgstr ""
6080
 
6081
  #. Translators: Add link to retrieve license key from account.
6082
+ #: languages/vue.php:740
6083
  msgid "Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6084
  msgstr ""
6085
 
6086
+ #: languages/vue.php:743
6087
  msgid "Google Authentication"
6088
  msgstr ""
6089
 
6090
+ #: languages/vue.php:746
6091
  msgid "Connect Google Analytics + WordPress"
6092
  msgstr ""
6093
 
6094
+ #: languages/vue.php:749
6095
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
6096
  msgstr ""
6097
 
6098
+ #: languages/vue.php:752
6099
  msgid "Miscellaneous"
6100
  msgstr ""
6101
 
6102
+ #: languages/vue.php:755
6103
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6104
  msgstr ""
6105
 
6106
+ #: languages/vue.php:758
6107
  msgid "Hide Announcements"
6108
  msgstr ""
6109
 
6110
+ #: languages/vue.php:761
6111
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6112
  msgstr ""
6113
 
6114
+ #: languages/vue.php:764
6115
  msgid "No addons found."
6116
  msgstr ""
6117
 
6118
+ #: languages/vue.php:767
6119
  msgid "Refresh Addons"
6120
  msgstr ""
6121
 
6122
+ #: languages/vue.php:770
6123
  msgid "Refreshing Addons"
6124
  msgstr ""
6125
 
6126
  #. Translators: Make text green.
6127
+ #: languages/vue.php:774
6128
  msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
6129
  msgstr ""
6130
 
6131
  #. Translators: placeholders make text small.
6132
+ #: languages/vue.php:781
6133
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
6134
  msgstr ""
6135
 
6136
  #. Translators: placeholders make text small.
6137
+ #: languages/vue.php:785
6138
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
6139
  msgstr ""
6140
 
6141
  #. Translators: placeholders make text small.
6142
+ #: languages/vue.php:789
6143
  msgid "None %1$s- Manually update everything.%2$s"
6144
  msgstr ""
6145
 
6146
+ #: languages/vue.php:792
6147
  msgid "Automatic Updates"
6148
  msgstr ""
6149
 
6150
+ #: languages/vue.php:795
6151
  msgid "Setup Wizard"
6152
  msgstr ""
6153
 
6154
+ #: languages/vue.php:798
6155
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6156
  msgstr ""
6157
 
6158
  #. Translators: Line break.
6159
+ #: languages/vue.php:802
6160
  msgid "Unique %s Sessions"
6161
  msgstr ""
6162
 
6163
+ #. Translators: Line break.
6164
+ #: languages/vue.php:806
6165
  msgid "Unique %s Pageviews"
6166
  msgstr ""
6167
 
6168
+ #: languages/vue.php:809
6169
  msgid "A session is the browsing session of a single user to your site."
6170
  msgstr ""
6171
 
6172
+ #: languages/vue.php:812
6173
  msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
6174
  msgstr ""
6175
 
6176
+ #: languages/vue.php:815
6177
  msgid "Total duration of all sessions (in seconds) / number of sessions."
6178
  msgstr ""
6179
 
6180
+ #: languages/vue.php:818
6181
  msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
6182
  msgstr ""
6183
 
6184
+ #: languages/vue.php:821
6185
  msgid "Avg. Session Duration"
6186
  msgstr ""
6187
 
6188
+ #: languages/vue.php:824
6189
  msgid "Demographics"
6190
  msgstr ""
6191
 
6192
+ #: languages/vue.php:827
6193
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
6194
  msgstr ""
6195
 
6196
+ #: languages/vue.php:830
6197
  msgid "Anonymize IP Addresses"
6198
  msgstr ""
6199
 
6200
+ #: languages/vue.php:833
6201
  msgid "Link Attribution"
6202
  msgstr ""
6203
 
6204
+ #: languages/vue.php:836
6205
  msgid "Enable Enhanced Link Attribution"
6206
  msgstr ""
6207
 
6208
+ #: languages/vue.php:839
6209
  msgid "Enable Anchor Tracking"
6210
  msgstr ""
6211
 
6212
+ #: languages/vue.php:842
6213
  msgid "Enable allowAnchor"
6214
  msgstr ""
6215
 
6216
+ #: languages/vue.php:845
6217
  msgid "Enable allowLinker"
6218
  msgstr ""
6219
 
6220
+ #: languages/vue.php:848
6221
  msgid "Enable Tag Links in RSS"
6222
  msgstr ""
6223
 
6224
+ #: languages/vue.php:851
6225
  msgid "File Downloads"
6226
  msgstr ""
6227
 
6228
+ #: languages/vue.php:854
6229
  msgid "Extensions of Files to Track as Downloads"
6230
  msgstr ""
6231
 
6232
+ #: languages/vue.php:857
6233
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
6234
  msgstr ""
6235
 
6236
  #. Translators: Add links to the documentation.
6237
+ #: languages/vue.php:861
6238
  msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
6239
  msgstr ""
6240
 
6241
  #. Translators: Adds a link to the documentation.
6242
+ #: languages/vue.php:865
6243
  msgid "This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
6244
  msgstr ""
6245
 
6246
  #. Translators: Adds a link to the documentation.
6247
+ #: languages/vue.php:869
6248
  msgid "Add %1$sEnhanced Link Attribution%2$s to your tracking code."
6249
  msgstr ""
6250
 
6251
+ #: languages/vue.php:872
6252
  msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
6253
  msgstr ""
6254
 
6255
  #. Translators: Adds a link to the documentation.
6256
+ #: languages/vue.php:876
6257
  msgid "This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
6258
  msgstr ""
6259
 
6260
  #. Translators: Adds a link to the documentation.
6261
+ #: languages/vue.php:880
6262
  msgid "Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
6263
  msgstr ""
6264
 
6265
  #. Translators: Adds a link to the documentation.
6266
+ #: languages/vue.php:884
6267
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."
6268
  msgstr ""
6269
 
6270
+ #: languages/vue.php:887
6271
  msgid "Add domain"
6272
  msgstr ""
6273
 
6274
  #. Translators: Example domain.
6275
+ #: languages/vue.php:891
6276
  msgid "Domain (example: %s)"
6277
  msgstr ""
6278
 
6279
  #. Translators: Current site domain to be avoided.
6280
+ #: languages/vue.php:895
6281
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
6282
  msgstr ""
6283
 
6284
+ #: languages/vue.php:898
6285
  msgid "Cross Domain Tracking"
6286
  msgstr ""
6287
 
6288
  #. Translators: Adds a link to the documentation.
6289
+ #: languages/vue.php:902
6290
  msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s."
6291
  msgstr ""
6292
 
6293
+ #: languages/vue.php:905
6294
  msgid "Right Now"
6295
  msgstr ""
6296
 
6297
+ #: languages/vue.php:908
6298
  msgid "Active users on site"
6299
  msgstr ""
6300
 
6301
+ #: languages/vue.php:911
6302
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
6303
  msgstr ""
6304
 
6305
+ #: languages/vue.php:914
6306
  msgid "Important: this only includes users who are tracked in real-time. Not all users are tracked in real-time including (but not limited to) logged-in site administrators, certain mobile users, and users who match a Google Analytics filter."
6307
  msgstr ""
6308
 
6309
+ #: languages/vue.php:917
6310
  msgid "The real-time report automatically updates approximately every 60 seconds."
6311
  msgstr ""
6312
 
6313
  #. Translators: Number of seconds that have passed since the report was refreshed.
6314
+ #: languages/vue.php:921
6315
  msgid "The real-time report was last updated %s seconds ago."
6316
  msgstr ""
6317
 
6318
+ #: languages/vue.php:924
6319
  msgid "The latest data will be automatically shown on this page when it becomes available."
6320
  msgstr ""
6321
 
6322
+ #: languages/vue.php:927
6323
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
6324
  msgstr ""
6325
 
6326
+ #: languages/vue.php:930
6327
  msgid "Pageviews Per Minute"
6328
  msgstr ""
6329
 
6330
+ #: languages/vue.php:933
6331
  msgid "Top Pages"
6332
  msgstr ""
6333
 
6334
+ #: languages/vue.php:936
6335
  msgid "No pageviews currently."
6336
  msgstr ""
6337
 
6338
+ #: languages/vue.php:939
6339
  msgid "Page"
6340
  msgstr ""
6341
 
6342
+ #: languages/vue.php:942
6343
  msgid "Pageview Count"
6344
  msgstr ""
6345
 
6346
+ #: languages/vue.php:945
6347
  msgid "Percent of Total"
6348
  msgstr ""
6349
 
6350
+ #: languages/vue.php:948
6351
  msgid "This is the number of active users currently on your site."
6352
  msgstr ""
6353
 
6354
+ #: languages/vue.php:951
6355
  msgid "This graph shows the number of pageviews for each of the last 30 minutes."
6356
  msgstr ""
6357
 
6358
+ #: languages/vue.php:954
6359
  msgid "This list shows the top pages users are currently viewing on your site."
6360
  msgstr ""
6361
 
6362
+ #: languages/vue.php:957
6363
  msgid "View All Real-Time Pageviews"
6364
  msgstr ""
6365
 
6366
+ #: languages/vue.php:960
6367
  msgid "View All Real-Time Traffic Sources"
6368
  msgstr ""
6369
 
6370
+ #: languages/vue.php:963
6371
  msgid "View All Real-Time Traffic by Country"
6372
  msgstr ""
6373
 
6374
+ #: languages/vue.php:966
6375
  msgid "View All Real-Time Traffic by City"
6376
  msgstr ""
6377
 
6378
+ #: languages/vue.php:969
6379
  msgid "See All Your Important Store Metrics in One Place"
6380
  msgstr ""
6381
 
6382
+ #: languages/vue.php:972
6383
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
6384
  msgstr ""
6385
 
6386
+ #: languages/vue.php:975
6387
  msgid "ONE-CLICK INTEGRATIONS"
6388
  msgstr ""
6389
 
6390
+ #: languages/vue.php:978
6391
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
6392
  msgstr ""
6393
 
6394
+ #: languages/vue.php:981
6395
  msgid "MonsterInsights Ecommerce Addon makes it easy to setup enhanced eCommerce tracking, so you can see all your important eCommerce metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more in a single report right inside your WordPress dashboard."
6396
  msgstr ""
6397
 
6398
+ #: languages/vue.php:984
6399
  msgid "GDPR Guide"
6400
  msgstr ""
6401
 
6402
+ #: languages/vue.php:987
6403
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help MonsterInsights users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
6404
  msgstr ""
6405
 
6406
+ #: languages/vue.php:990
6407
  msgid "How to Install and Activate MonsterInsights Addons"
6408
  msgstr ""
6409
 
6410
+ #: languages/vue.php:993
6411
  msgid "The process for installing and activating addons is quick and easy after you install the MonsterInsights plugin. In this guide we’ll walk you through the process, step by step."
6412
  msgstr ""
6413
 
6414
+ #: languages/vue.php:996
6415
  msgid "Enabling eCommerce Tracking and Reports"
6416
  msgstr ""
6417
 
6418
+ #: languages/vue.php:999
6419
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with MonsterInsights? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
6420
  msgstr ""
6421
 
6422
+ #: languages/vue.php:1002
6423
  msgid "Read Documentation"
6424
  msgstr ""
6425
 
6426
+ #: languages/vue.php:1005
6427
  msgid "Getting Started with MonsterInsights"
6428
  msgstr ""
6429
 
6430
+ #: languages/vue.php:1008
6431
  msgid "MonsterInsights is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
6432
  msgstr ""
6433
 
6434
+ #: languages/vue.php:1011
6435
  msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
6436
  msgstr ""
6437
 
6438
+ #: languages/vue.php:1014
6439
  msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
6440
  msgstr ""
6441
 
6442
+ #: languages/vue.php:1017
6443
  msgid "Launch the wizard!"
6444
  msgstr ""
6445
 
6446
+ #: languages/vue.php:1020
6447
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
6448
  msgstr ""
6449
 
6450
  #. Translators: Makes text bold.
6451
+ #: languages/vue.php:1024
6452
  msgid "Thanks for being a loyal MonsterInsights Lite user. %1$sUpgrade to MonsterInsights Pro%2$s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."
6453
  msgstr ""
6454
 
6455
+ #: languages/vue.php:1027
6456
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
6457
  msgstr ""
6458
 
6459
+ #: languages/vue.php:1030
6460
  msgid "See your website analytics reports inside the WordPress dashboard"
6461
  msgstr ""
6462
 
6463
+ #: languages/vue.php:1033
6464
  msgid "Get real-time stats right inside WordPress"
6465
  msgstr ""
6466
 
6467
+ #: languages/vue.php:1036
6468
  msgid "1-click Google Analytics Enhanced eCommerce tracking"
6469
  msgstr ""
6470
 
6471
+ #: languages/vue.php:1039
6472
  msgid "Get detailed stats for each post and page."
6473
  msgstr ""
6474
 
6475
+ #: languages/vue.php:1042
6476
  msgid "Automatically track clicks on your affiliate links and ads."
6477
  msgstr ""
6478
 
6479
+ #: languages/vue.php:1045
6480
  msgid "Make Google Analytics GDPR compliant automatically"
6481
  msgstr ""
6482
 
6483
+ #: languages/vue.php:1048
6484
  msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
6485
  msgstr ""
6486
 
6487
+ #: languages/vue.php:1051
6488
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
6489
  msgstr ""
6490
 
6491
+ #: languages/vue.php:1054
6492
  msgid "More advanced features"
6493
  msgstr ""
6494
 
6495
+ #: languages/vue.php:1057
6496
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
6497
  msgstr ""
6498
 
6499
  #. Translators: Makes text green.
6500
+ #: languages/vue.php:1061
6501
  msgid "Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6502
  msgstr ""
6503
 
6504
+ #: languages/vue.php:1064
6505
  msgid "How to Connect to Google Analytics"
6506
  msgstr ""
6507
 
6508
+ #: languages/vue.php:1067
6509
  msgid "After you install MonsterInsights, you’ll need to connect your WordPress site with your Google Analytics account. MonsterInsights makes the process easy, with no coding required."
6510
  msgstr ""
6511
 
6512
+ #: languages/vue.php:1070
6513
  msgid "Guide and Checklist for Advanced Insights"
6514
  msgstr ""
6515
 
6516
+ #: languages/vue.php:1073
6517
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with MonsterInsights’ advanced tracking."
6518
  msgstr ""
6519
 
6520
  #. Translators: Adds a link to the general settings tab.
6521
+ #: languages/vue.php:1077
6522
  msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab."
6523
  msgstr ""
6524
 
6525
+ #: languages/vue.php:1080
6526
  msgid "Permissions"
6527
  msgstr ""
6528
 
6529
+ #: languages/vue.php:1083
6530
  msgid "Allow These User Roles to See Reports"
6531
  msgstr ""
6532
 
6533
+ #: languages/vue.php:1086
6534
  msgid "Users that have at least one of these roles will be able to view the reports."
6535
  msgstr ""
6536
 
6537
+ #: languages/vue.php:1089
6538
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
6539
  msgstr ""
6540
 
6541
+ #: languages/vue.php:1092
6542
  msgid "Allow These User Roles to Save Settings"
6543
  msgstr ""
6544
 
6545
+ #: languages/vue.php:1095
6546
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
6547
  msgstr ""
6548
 
6549
+ #: languages/vue.php:1098
6550
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
6551
  msgstr ""
6552
 
6553
+ #: languages/vue.php:1101
6554
  msgid "Exclude These User Roles From Tracking"
6555
  msgstr ""
6556
 
6557
+ #: languages/vue.php:1104
6558
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
6559
  msgstr ""
6560
 
6561
+ #: languages/vue.php:1107
6562
  msgid "Performance"
6563
  msgstr ""
6564
 
6565
+ #: languages/vue.php:1110
6566
  msgid "Custom code"
6567
  msgstr ""
6568
 
6569
  #. Translators: Adds a link to the Google reference.
6570
+ #: languages/vue.php:1114
6571
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."
6572
  msgstr ""
6573
 
6574
+ #: languages/vue.php:1120
6575
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
6576
  msgstr ""
6577
 
6578
+ #: languages/vue.php:1123
6579
  msgid "Hide Admin Bar Reports"
6580
  msgstr ""
6581
 
6582
  #. Translators: placeholders make text small.
6583
+ #: languages/vue.php:1127
6584
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
6585
  msgstr ""
6586
 
6587
  #. Translators: placeholders make text small.
6588
+ #: languages/vue.php:1131
6589
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
6590
  msgstr ""
6591
 
6592
  #. Translators: placeholders make text small.
6593
+ #: languages/vue.php:1135
6594
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
6595
  msgstr ""
6596
 
6597
+ #: languages/vue.php:1138
6598
  msgid "New"
6599
  msgstr ""
6600
 
6601
+ #: languages/vue.php:1141
6602
  msgid "Returning"
6603
  msgstr ""
6604
 
6605
+ #: languages/vue.php:1144
6606
  msgid "Desktop"
6607
  msgstr ""
6608
 
6609
+ #: languages/vue.php:1147
6610
  msgid "Tablet"
6611
  msgstr ""
6612
 
6613
+ #: languages/vue.php:1150
6614
  msgid "Mobile"
6615
  msgstr ""
6616
 
6617
+ #: languages/vue.php:1153
6618
  msgid "Top 10 Countries"
6619
  msgstr ""
6620
 
6621
+ #: languages/vue.php:1156
6622
  msgid "View Countries Report"
6623
  msgstr ""
6624
 
6625
+ #: languages/vue.php:1159
6626
  msgid "Top 10 Referrals"
6627
  msgstr ""
6628
 
6629
+ #: languages/vue.php:1162
6630
  msgid "View All Referral Sources"
6631
  msgstr ""
6632
 
6633
+ #: languages/vue.php:1165
6634
  msgid "View Full Posts/Pages Report"
6635
  msgstr ""
6636
 
6637
+ #: languages/vue.php:1168
6638
  msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
6639
  msgstr ""
6640
 
6641
+ #: languages/vue.php:1171
6642
  msgid "This list shows the top countries your website visitors are from."
6643
  msgstr ""
6644
 
6645
+ #: languages/vue.php:1174
6646
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
6647
  msgstr ""
6648
 
6649
  #. Translators: Example path (/go/).
6650
+ #: languages/vue.php:1178
6651
  msgid "Path (example: %s)"
6652
  msgstr ""
6653
 
6654
+ #: languages/vue.php:1181
6655
  msgid "Path has to start with a / and have no spaces"
6656
  msgstr ""
6657
 
6658
  #. Translators: Example label (aff).
6659
+ #: languages/vue.php:1185
6660
  msgid "Label (example: %s)"
6661
  msgstr ""
6662
 
6663
+ #: languages/vue.php:1188
6664
  msgid "Label can't contain any spaces"
6665
  msgstr ""
6666
 
6667
+ #: languages/vue.php:1192
6668
  msgid "Affiliate Links"
6669
  msgstr ""
6670
 
6671
  #. Translators: Add links to documentation.
6672
+ #: languages/vue.php:1196
6673
  msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s."
6674
  msgstr ""
6675
 
6676
+ #: languages/vue.php:1199
6677
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
6678
  msgstr ""
6679
 
6680
+ #: languages/vue.php:1202
6681
  msgid "Still Calculating..."
6682
  msgstr ""
6683
 
6684
+ #: languages/vue.php:1205
6685
  msgid "Your 2019 Year in Review is still calculating. Please check back later to see how your website performed last year."
6686
  msgstr ""
6687
 
6688
+ #: languages/vue.php:1208
6689
  msgid "Back to Overview Report"
6690
  msgstr ""
6691
 
6692
+ #: languages/vue.php:1211
6693
  msgid "Your 2019 Analytics Report"
6694
  msgstr ""
6695
 
6696
+ #: languages/vue.php:1214
6697
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2020!"
6698
  msgstr ""
6699
 
6700
+ #: languages/vue.php:1217
6701
  msgid "Audience"
6702
  msgstr ""
6703
 
6704
+ #: languages/vue.php:1220
6705
  msgid "Congrats"
6706
  msgstr ""
6707
 
6708
+ #: languages/vue.php:1223
6709
  msgid "Your website was quite popular this year! "
6710
  msgstr ""
6711
 
6712
+ #: languages/vue.php:1226
6713
  msgid "You had "
6714
  msgstr ""
6715
 
6716
+ #: languages/vue.php:1229
6717
  msgid " visitors!"
6718
  msgstr ""
6719
 
6720
+ #: languages/vue.php:1232
6721
  msgid " visitors"
6722
  msgstr ""
6723
 
6724
+ #: languages/vue.php:1235
6725
  msgid "Total Visitors"
6726
  msgstr ""
6727
 
6728
+ #: languages/vue.php:1238
6729
  msgid "Total Sessions"
6730
  msgstr ""
6731
 
6732
+ #: languages/vue.php:1241
6733
  msgid "Visitors by Month"
6734
  msgstr ""
6735
 
6736
+ #: languages/vue.php:1244
6737
  msgid "January 1, 2019 - December 31, 2019"
6738
  msgstr ""
6739
 
6740
+ #: languages/vue.php:1247
6741
  msgid "A Tip for 2020"
6742
  msgstr ""
6743
 
6744
+ #: languages/vue.php:1250
6745
  msgid "See the top Traffic Sources and Top Pages for the Month of May in the Overview Report to replicate your success."
6746
  msgstr ""
6747
 
6748
+ #: languages/vue.php:1253
6749
  msgid "#1"
6750
  msgstr ""
6751
 
6752
+ #: languages/vue.php:1256
6753
  msgid "You Top 5 Countries"
6754
  msgstr ""
6755
 
6756
+ #: languages/vue.php:1259
6757
  msgid "Let’s get to know your visitors a little better, shall we?"
6758
  msgstr ""
6759
 
6760
+ #: languages/vue.php:1262
6761
  msgid "Gender"
6762
  msgstr ""
6763
 
6764
+ #: languages/vue.php:1265
6765
  msgid "Female"
6766
  msgstr ""
6767
 
6768
+ #: languages/vue.php:1268
6769
  msgid "Women"
6770
  msgstr ""
6771
 
6772
+ #: languages/vue.php:1271
6773
  msgid "Male"
6774
  msgstr ""
6775
 
6776
+ #: languages/vue.php:1274
6777
  msgid "Average Age"
6778
  msgstr ""
6779
 
6780
+ #: languages/vue.php:1277
6781
  msgid "Behavior"
6782
  msgstr ""
6783
 
6784
+ #: languages/vue.php:1280
6785
  msgid "Your Top 5 Pages"
6786
  msgstr ""
6787
 
6788
+ #: languages/vue.php:1283
6789
  msgid "Time Spent on Site"
6790
  msgstr ""
6791
 
6792
+ #: languages/vue.php:1286
6793
  msgid "minutes"
6794
  msgstr ""
6795
 
6796
+ #: languages/vue.php:1289
6797
  msgid "Device Type"
6798
  msgstr ""
6799
 
6800
+ #: languages/vue.php:1292
6801
  msgid "A Tip For 2020"
6802
  msgstr ""
6803
 
6804
+ #: languages/vue.php:1295
6805
  msgid "Take advantage of what you’ve already built. See how to get more traffic from existing content in our 32 Marketing Hacks to Grow Your Traffic."
6806
  msgstr ""
6807
 
6808
+ #: languages/vue.php:1298
6809
  msgid "Read - 32 Marketing Hacks to Grow Your Traffic"
6810
  msgstr ""
6811
 
6812
+ #: languages/vue.php:1301
6813
  msgid "So, where did all of these visitors come from?"
6814
  msgstr ""
6815
 
6816
+ #: languages/vue.php:1304
6817
  msgid "Clicks"
6818
  msgstr ""
6819
 
6820
+ #: languages/vue.php:1307
6821
  msgid "Your Top 5 Keywords"
6822
  msgstr ""
6823
 
6824
+ #: languages/vue.php:1310
6825
  msgid "What keywords visitors searched for to find your site"
6826
  msgstr ""
6827
 
6828
+ #: languages/vue.php:1313
6829
  msgid "Your Top 5 Referrals"
6830
  msgstr ""
6831
 
6832
+ #: languages/vue.php:1316
6833
  msgid "The websites that link back to your website"
6834
  msgstr ""
6835
 
6836
+ #: languages/vue.php:1319
6837
  msgid "Opportunity"
6838
  msgstr ""
6839
 
6840
+ #: languages/vue.php:1322
6841
  msgid "Use referral sources to create new partnerships or expand existing ones. See our guide on how to spy on your competitors and ethically steal their traffic."
6842
  msgstr ""
6843
 
6844
+ #: languages/vue.php:1325
6845
  msgid "Read - How to Ethically Steal Your Competitor’s Traffic"
6846
  msgstr ""
6847
 
6848
+ #: languages/vue.php:1328
6849
  msgid "Thank you for using MonsterInsights!"
6850
  msgstr ""
6851
 
6852
+ #: languages/vue.php:1331
6853
  msgid "We’re grateful for your continued support. If there’s anything we can do to help you grow your business, please don’t hesitate to contact our team."
6854
  msgstr ""
6855
 
6856
+ #: languages/vue.php:1334
6857
  msgid "Here's to an amazing 2020!"
6858
  msgstr ""
6859
 
6860
+ #: languages/vue.php:1337
6861
  msgid "Enjoying MonsterInsights"
6862
  msgstr ""
6863
 
6864
+ #: languages/vue.php:1340
6865
  msgid "Leave a five star review!"
6866
  msgstr ""
6867
 
6868
+ #: languages/vue.php:1343
6869
  msgid "Syed Balkhi"
6870
  msgstr ""
6871
 
6872
+ #: languages/vue.php:1346
6873
  msgid "Chris Christoff"
6874
  msgstr ""
6875
 
6876
+ #: languages/vue.php:1349
6877
  msgid "Write Review"
6878
  msgstr ""
6879
 
6880
+ #: languages/vue.php:1352
6881
  msgid "Did you know over 10 million websites use our plugins?"
6882
  msgstr ""
6883
 
6884
+ #: languages/vue.php:1355
6885
  msgid "Try our other popular WordPress plugins to grow your website in 2020."
6886
  msgstr ""
6887
 
6888
+ #: languages/vue.php:1358
6889
  msgid "Join our Communities!"
6890
  msgstr ""
6891
 
6892
+ #: languages/vue.php:1361
6893
  msgid "Become a WordPress expert in 2020. Join our amazing communities and take your website to the next level."
6894
  msgstr ""
6895
 
6896
+ #: languages/vue.php:1364
6897
  msgid "Facebook Group"
6898
  msgstr ""
6899
 
6900
+ #: languages/vue.php:1367
6901
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
6902
  msgstr ""
6903
 
6904
+ #: languages/vue.php:1370
6905
  msgid "Join Now...It’s Free!"
6906
  msgstr ""
6907
 
6908
+ #: languages/vue.php:1373
6909
  msgid "WordPress Tutorials by WPBeginner"
6910
  msgstr ""
6911
 
6912
+ #: languages/vue.php:1376
6913
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
6914
  msgstr ""
6915
 
6916
+ #: languages/vue.php:1379
6917
  msgid "Visit WPBeginner"
6918
  msgstr ""
6919
 
6920
+ #: languages/vue.php:1382
6921
  msgid "Follow Us!"
6922
  msgstr ""
6923
 
6924
+ #: languages/vue.php:1385
6925
  msgid "Follow MonsterInsights on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
6926
  msgstr ""
6927
 
6928
+ #: languages/vue.php:1388
6929
  msgid "Copyright MonsterInsights, 2020"
6930
  msgstr ""
6931
 
6932
+ #: languages/vue.php:1391
6933
  msgid "Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights"
6934
  msgstr ""
6935
 
6936
+ #: languages/vue.php:1394
6937
  msgid "January"
6938
  msgstr ""
6939
 
6940
+ #: languages/vue.php:1397
6941
  msgid "February"
6942
  msgstr ""
6943
 
6944
+ #: languages/vue.php:1400
6945
  msgid "March"
6946
  msgstr ""
6947
 
6948
+ #: languages/vue.php:1403
6949
  msgid "April"
6950
  msgstr ""
6951
 
6952
+ #: languages/vue.php:1406
6953
  msgid "May"
6954
  msgstr ""
6955
 
6956
+ #: languages/vue.php:1409
6957
  msgid "June"
6958
  msgstr ""
6959
 
6960
+ #: languages/vue.php:1412
6961
  msgid "July"
6962
  msgstr ""
6963
 
6964
+ #: languages/vue.php:1415
6965
  msgid "August"
6966
  msgstr ""
6967
 
6968
+ #: languages/vue.php:1418
6969
  msgid "September"
6970
  msgstr ""
6971
 
6972
+ #: languages/vue.php:1421
6973
  msgid "October"
6974
  msgstr ""
6975
 
6976
+ #: languages/vue.php:1424
6977
  msgid "November"
6978
  msgstr ""
6979
 
6980
+ #: languages/vue.php:1427
6981
  msgid "December"
6982
  msgstr ""
6983
 
6984
  #. Translators: Number of visitors.
6985
+ #: languages/vue.php:1431
6986
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
6987
  msgstr ""
6988
 
6989
  #. Translators: Number of visitors.
6990
+ #: languages/vue.php:1435
6991
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
6992
  msgstr ""
6993
 
6994
  #. Translators: Number of visitors.
6995
+ #: languages/vue.php:1439
6996
  msgid "%s Visitors"
6997
  msgstr ""
6998
 
6999
  #. Translators: Percent and Number of visitors.
7000
+ #: languages/vue.php:1443
7001
  msgid "%1$s&#37 of your visitors were %2$s"
7002
  msgstr ""
7003
 
7004
  #. Translators: Number of visitors and their age.
7005
+ #: languages/vue.php:1447
7006
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7007
  msgstr ""
7008
 
7009
  #. Translators: Number of visitors and number of pages.
7010
+ #: languages/vue.php:1451
7011
  msgid "Your <strong>%1$s</strong> visitors viewed a total of <strong>%2$s</strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!</span>"
7012
  msgstr ""
7013
 
7014
  #. Translators: Number of minutes spent on site.
7015
+ #: languages/vue.php:1455
7016
  msgid "Each visitor spent an average of %s minutes on your website in 2019."
7017
  msgstr ""
7018
 
7019
  #. Translators: Name of device type.
7020
+ #: languages/vue.php:1459
7021
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7022
  msgstr ""
7023
 
7024
  #. Translators: Number of visitors and device percentage.
7025
+ #: languages/vue.php:1463
7026
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7027
  msgstr ""
7028
 
7029
+ #: languages/vue.php:1466
7030
  msgid "Import/Export"
7031
  msgstr ""
7032
 
7033
+ #: languages/vue.php:1469
7034
  msgid "Import"
7035
  msgstr ""
7036
 
7037
+ #: languages/vue.php:1472
7038
  msgid "Import settings from another ExactMetrics website."
7039
  msgstr ""
7040
 
7041
+ #: languages/vue.php:1475
7042
  msgid "Export"
7043
  msgstr ""
7044
 
7045
+ #: languages/vue.php:1478
7046
  msgid "Export settings to import into another ExactMetrics install."
7047
  msgstr ""
7048
 
7049
+ #: languages/vue.php:1481
7050
  msgid "Import Settings"
7051
  msgstr ""
7052
 
7053
+ #: languages/vue.php:1484
7054
  msgid "Export Settings"
7055
  msgstr ""
7056
 
7057
+ #: languages/vue.php:1487
7058
  msgid "Please choose a file to import"
7059
  msgstr ""
7060
 
7061
+ #: languages/vue.php:1490
7062
  msgid "Use the filepicker below to select the settings export file from another site."
7063
  msgstr ""
7064
 
7065
+ #: languages/vue.php:1493
7066
  msgid "Use the button below to export a file with your MonsterInsights settings."
7067
  msgstr ""
7068
 
7069
+ #: languages/vue.php:1496
7070
  msgid "Uploading file..."
7071
  msgstr ""
7072
 
7073
+ #: languages/vue.php:1499
7074
  msgid "File imported"
7075
  msgstr ""
7076
 
7077
+ #: languages/vue.php:1502
7078
  msgid "Settings successfully updated!"
7079
  msgstr ""
7080
 
7081
+ #: languages/vue.php:1505
7082
  msgid "Error importing settings"
7083
  msgstr ""
7084
 
7085
+ #: languages/vue.php:1508
7086
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
7087
  msgstr ""
7088
 
7089
+ #: languages/vue.php:1511
7090
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
7091
  msgstr ""
7092
 
7093
+ #: languages/vue.php:1514
7094
  msgid "WordPress Admin Area Reports"
7095
  msgstr ""
7096
 
7097
+ #: languages/vue.php:1517
7098
  msgid "Standard Reports"
7099
  msgstr ""
7100
 
7101
+ #: languages/vue.php:1520
7102
  msgid "Overview Reports for the last 30 days."
7103
  msgstr ""
7104
 
7105
+ #: languages/vue.php:1523
7106
  msgid "Advanced Reports"
7107
  msgstr ""
7108
 
7109
+ #: languages/vue.php:1526
7110
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
7111
  msgstr ""
7112
 
7113
+ #: languages/vue.php:1529
7114
  msgid "Dashboard Widget"
7115
  msgstr ""
7116
 
7117
+ #: languages/vue.php:1532
7118
  msgid "Basic Widget"
7119
  msgstr ""
7120
 
7121
+ #: languages/vue.php:1535
7122
  msgid "Overview Report Synopsis"
7123
  msgstr ""
7124
 
7125
+ #: languages/vue.php:1538
7126
  msgid "Advanced Dashboard Widget"
7127
  msgstr ""
7128
 
7129
+ #: languages/vue.php:1541
7130
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
7131
  msgstr ""
7132
 
7133
+ #: languages/vue.php:1544
7134
  msgid "Publisher Reports"
7135
  msgstr ""
7136
 
7137
+ #: languages/vue.php:1547
7138
  msgid "Advanced Publisher Reports & Tracking"
7139
  msgstr ""
7140
 
7141
+ #: languages/vue.php:1550
7142
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
7143
  msgstr ""
7144
 
7145
+ #: languages/vue.php:1553
7146
  msgid "Not Available"
7147
  msgstr ""
7148
 
7149
+ #: languages/vue.php:1556
7150
  msgid "Complete Custom Dimensions Tracking"
7151
  msgstr ""
7152
 
7153
+ #: languages/vue.php:1559
7154
  msgid "Track and measure by the Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
7155
  msgstr ""
7156
 
7157
+ #: languages/vue.php:1565
7158
  msgid "Limited Support"
7159
  msgstr ""
7160
 
7161
+ #: languages/vue.php:1568
7162
  msgid "Priority Support"
7163
  msgstr ""
7164
 
7165
+ #: languages/vue.php:1571
7166
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
7167
  msgstr ""
7168
 
7169
+ #: languages/vue.php:1574
7170
  msgid "Feature"
7171
  msgstr ""
7172
 
7173
+ #: languages/vue.php:1577
7174
  msgid "Lite"
7175
  msgstr ""
7176
 
7177
+ #: languages/vue.php:1580
7178
  msgid "Pro"
7179
  msgstr ""
7180
 
7181
+ #: languages/vue.php:1583
7182
  msgid "Included"
7183
  msgstr ""
7184
 
7185
+ #: languages/vue.php:1586
7186
  msgid "Custom Google Analytics Link Tracking"
7187
  msgstr ""
7188
 
7189
+ #: languages/vue.php:1589
7190
  msgid "Standard Tracking"
7191
  msgstr ""
7192
 
7193
+ #: languages/vue.php:1592
7194
  msgid "Advanced Tracking"
7195
  msgstr ""
7196
 
7197
+ #: languages/vue.php:1595
7198
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
7199
  msgstr ""
7200
 
7201
+ #: languages/vue.php:1598
7202
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
7203
  msgstr ""
7204
 
7205
+ #: languages/vue.php:1601
7206
  msgid "No-Code-Needed Tracking Features"
7207
  msgstr ""
7208
 
7209
+ #: languages/vue.php:1604
7210
  msgid "Basic Tracking Options"
7211
  msgstr ""
7212
 
7213
+ #: languages/vue.php:1607
7214
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
7215
  msgstr ""
7216
 
7217
+ #: languages/vue.php:1610
7218
  msgid "Advanced Tracking Options"
7219
  msgstr ""
7220
 
7221
+ #: languages/vue.php:1613
7222
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
7223
  msgstr ""
7224
 
7225
+ #: languages/vue.php:1616
7226
  msgid "eCommerce Tracking"
7227
  msgstr ""
7228
 
7229
+ #: languages/vue.php:1619
7230
  msgid "One-click Complete eCommerce tracking"
7231
  msgstr ""
7232
 
7233
+ #: languages/vue.php:1622
7234
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
7235
  msgstr ""
7236
 
7237
+ #: languages/vue.php:1625
7238
  msgid "Forms Tracking"
7239
  msgstr ""
7240
 
7241
+ #: languages/vue.php:1628
7242
  msgid "One-click Form Events Tracking"
7243
  msgstr ""
7244
 
7245
+ #: languages/vue.php:1631
7246
  msgid "Custom Campaign Parameters"
7247
  msgstr ""
7248
 
7249
+ #: languages/vue.php:1634
7250
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
7251
  msgstr ""
7252
 
7253
+ #: languages/vue.php:1637
7254
  msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content."
7255
  msgstr ""
7256
 
7257
  #. Translators: Marks the field as required.
7258
+ #: languages/vue.php:1641
7259
  msgid "Website URL %s"
7260
  msgstr ""
7261
 
7262
  #. Translators: Display the current website url in italic.
7263
+ #: languages/vue.php:1645
7264
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
7265
  msgstr ""
7266
 
7267
  #. Translators: Marks the field as required.
7268
+ #: languages/vue.php:1649
7269
  msgid "Campaign Source %s"
7270
  msgstr ""
7271
 
7272
  #. Translators: Make the text italic.
7273
+ #: languages/vue.php:1653
7274
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
7275
  msgstr ""
7276
 
7277
  #. Translators: Make the text italic.
7278
+ #: languages/vue.php:1657
7279
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
7280
  msgstr ""
7281
 
7282
  #. Translators: Make the text italic.
7283
+ #: languages/vue.php:1661
7284
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
7285
  msgstr ""
7286
 
7287
+ #: languages/vue.php:1664
7288
  msgid "Enter the paid keyword"
7289
  msgstr ""
7290
 
7291
+ #: languages/vue.php:1667
7292
  msgid "Enter something to differentiate ads"
7293
  msgstr ""
7294
 
7295
+ #: languages/vue.php:1670
7296
  msgid "Use Fragment"
7297
  msgstr ""
7298
 
7299
  #. Translators: Make the text bold.
7300
+ #: languages/vue.php:1674
7301
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
7302
  msgstr ""
7303
 
7304
+ #: languages/vue.php:1677
7305
  msgid "URL to use"
7306
  msgstr ""
7307
 
7308
+ #: languages/vue.php:1680
7309
  msgid "(Updates automatically)"
7310
  msgstr ""
7311
 
7312
+ #: languages/vue.php:1683
7313
  msgid "Copy to Clipboard"
7314
  msgstr ""
7315
 
7316
+ #: languages/vue.php:1686
7317
  msgid "More Information & Examples"
7318
  msgstr ""
7319
 
7320
+ #: languages/vue.php:1689
7321
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
7322
  msgstr ""
7323
 
7324
+ #: languages/vue.php:1692
7325
  msgid "Campaign Source"
7326
  msgstr ""
7327
 
7328
+ #: languages/vue.php:1695
7329
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
7330
  msgstr ""
7331
 
7332
+ #: languages/vue.php:1698
7333
  msgid "Campaign Medium"
7334
  msgstr ""
7335
 
7336
+ #: languages/vue.php:1701
7337
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
7338
  msgstr ""
7339
 
7340
+ #: languages/vue.php:1704
7341
  msgid "Campaign Name"
7342
  msgstr ""
7343
 
7344
+ #: languages/vue.php:1707
7345
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
7346
  msgstr ""
7347
 
7348
+ #: languages/vue.php:1710
7349
  msgid "Campaign Term"
7350
  msgstr ""
7351
 
7352
+ #: languages/vue.php:1713
7353
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
7354
  msgstr ""
7355
 
7356
+ #: languages/vue.php:1716
7357
  msgid "Campaign Content"
7358
  msgstr ""
7359
 
7360
+ #: languages/vue.php:1719
7361
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
7362
  msgstr ""
7363
 
7364
  #. Translators: Example.
7365
+ #: languages/vue.php:1723
7366
  msgid "Example: %s"
7367
  msgstr ""
7368
 
7369
  #. Translators: Examples.
7370
+ #: languages/vue.php:1727
7371
  msgid "Examples: %s"
7372
  msgstr ""
7373
 
7374
+ #: languages/vue.php:1730
7375
  msgid "About Campaigns"
7376
  msgstr ""
7377
 
7378
+ #: languages/vue.php:1733
7379
  msgid "About Custom Campaigns"
7380
  msgstr ""
7381
 
7382
+ #: languages/vue.php:1736
7383
  msgid "Best Practices for Creating Custom Campaigns"
7384
  msgstr ""
7385
 
7386
+ #: languages/vue.php:1739
7387
  msgid "About the Referral Traffic Report"
7388
  msgstr ""
7389
 
7390
+ #: languages/vue.php:1742
7391
  msgid "About Traffic Source Dimensions"
7392
  msgstr ""
7393
 
7394
+ #: languages/vue.php:1745
7395
  msgid "AdWords Auto-Tagging"
7396
  msgstr ""
7397
 
7398
+ #: languages/vue.php:1748
7399
  msgid "Additional Information"
7400
  msgstr ""
7401
 
7402
+ #: languages/vue.php:1751
7403
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions."
7404
  msgstr ""
7405
 
7406
+ #: languages/vue.php:1754
7407
  msgid "Over the years, we found that in order to get the most out of Google Analytics, you needed a full time developer who could implement custom tracking, so that Google Analytics would integrate with things like WooCommerce, and track things which Google doesn't by default, like outbound links."
7408
  msgstr ""
7409
 
7410
+ #: languages/vue.php:1757
7411
  msgid "Our goal is to take the pain out of analytics, making it simple and easy, by eliminating the need to have to worry about code, putting the best reports directly into the area you already go to (your WordPress dashboard), and adding the most advanced insights and features without complicating our plugin with tons of settings. Quite simply, it should \"just work\"."
7412
  msgstr ""
7413
 
7414
+ #: languages/vue.php:1760
7415
  msgid "MonsterInsights is brought to you by the same team that's behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms."
7416
  msgstr ""
7417
 
7418
+ #: languages/vue.php:1763
7419
  msgid "Yup, we know a thing or two about building awesome products that customers love."
7420
  msgstr ""
7421
 
7422
+ #: languages/vue.php:1766
7423
  msgid "The MonsterInsights Team"
7424
  msgstr ""
7425
 
7426
+ #: languages/vue.php:1769
7427
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
7428
  msgstr ""
7429
 
7430
+ #: languages/vue.php:1772
7431
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
7432
  msgstr ""
7433
 
7434
+ #: languages/vue.php:1775
7435
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
7436
  msgstr ""
7437
 
7438
+ #: languages/vue.php:1778
7439
  msgid "Loading Settings"
7440
  msgstr ""
7441
 
7442
+ #: languages/vue.php:1781
7443
  msgid "Saving Changes..."
7444
  msgstr ""
7445
 
7446
+ #: languages/vue.php:1784
7447
  msgid "Settings Updated"
7448
  msgstr ""
7449
 
7450
  #. Translators: Adds a link to the settings panel.
7451
+ #: languages/vue.php:1788
7452
  msgid "You need to %1$sconnect MonsterInsights%2$s first"
7453
  msgstr ""
7454
 
7455
+ #: languages/vue.php:1791
7456
  msgid "Could Not Save Changes"
7457
  msgstr ""
7458
 
7459
  #. Translators: Error status and error text.
7460
+ #: languages/vue.php:1795
7461
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7462
  msgstr ""
7463
 
7464
+ #: languages/vue.php:1799
7465
  msgid "You appear to be offline."
7466
  msgstr ""
7467
 
7468
  #. Translators: Error status and error text.
7469
+ #: languages/vue.php:1803
7470
  msgid "Can't save settings. Error: %1$s, %2$s"
7471
  msgstr ""
7472
 
7473
+ #: languages/vue.php:1806
7474
  msgid "You appear to be offline. Settings not saved."
7475
  msgstr ""
7476
 
7477
  #. Translators: Error status and error text.
7478
+ #: languages/vue.php:1810
7479
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7480
  msgstr ""
7481
 
7482
  #. Translators: Error status and error text.
7483
+ #: languages/vue.php:1814
7484
  msgid "Can't authenticate. Error: %1$s, %2$s"
7485
  msgstr ""
7486
 
7487
  #. Translators: Error status and error text.
7488
+ #: languages/vue.php:1818
7489
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7490
  msgstr ""
7491
 
7492
  #. Translators: Error status and error text.
7493
+ #: languages/vue.php:1822
7494
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7495
  msgstr ""
7496
 
7497
+ #: languages/vue.php:1825
7498
  msgid "You appear to be offline. WPForms not installed."
7499
  msgstr ""
7500
 
7501
  #. Translators: Error status and error text.
7502
+ #: languages/vue.php:1829
7503
  msgid "Can't activate addon. Error: %1$s, %2$s"
7504
  msgstr ""
7505
 
7506
+ #: languages/vue.php:1832
7507
  msgid "You appear to be offline. Addon not activated."
7508
  msgstr ""
7509
 
7510
  #. Translators: Error status and error text.
7511
+ #: languages/vue.php:1836
7512
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7513
  msgstr ""
7514
 
7515
+ #: languages/vue.php:1839
7516
  msgid "You appear to be offline. Addon not deactivated."
7517
  msgstr ""
7518
 
7519
  #. Translators: Error status and error text.
7520
+ #: languages/vue.php:1843
7521
  msgid "Can't install plugin. Error: %1$s, %2$s"
7522
  msgstr ""
7523
 
7524
+ #: languages/vue.php:1846
7525
  msgid "You appear to be offline. Plugin not installed."
7526
  msgstr ""
7527
 
7528
  #. Translators: Error status and error text.
7529
+ #: languages/vue.php:1850
7530
  msgid "Can't install addon. Error: %1$s, %2$s"
7531
  msgstr ""
7532
 
7533
+ #: languages/vue.php:1853
7534
  msgid "You appear to be offline. Addon not installed."
7535
  msgstr ""
7536
 
7537
  #. Translators: Error status and error text.
7538
+ #: languages/vue.php:1857
7539
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7540
  msgstr ""
7541
 
7542
  #. Translators: Error status and error text.
7543
+ #: languages/vue.php:1861
7544
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
7545
  msgstr ""
7546
 
7547
  #. Translators: Error status and error text.
7548
+ #: languages/vue.php:1865
7549
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
7550
  msgstr ""
7551
 
7552
  #. Translators: Error status and error text.
7553
+ #: languages/vue.php:1869
7554
  msgid "Can't load license details. Error: %1$s, %2$s"
7555
  msgstr ""
7556
 
7557
+ #: languages/vue.php:1872
7558
  msgid "Error loading license details"
7559
  msgstr ""
7560
 
7561
  #. Translators: Error status and error text.
7562
+ #: languages/vue.php:1876
7563
  msgid "Can't verify the license. Error: %1$s, %2$s"
7564
  msgstr ""
7565
 
7566
  #. Translators: Error status and error text.
7567
+ #: languages/vue.php:1880
7568
  msgid "Can't validate the license. Error: %1$s, %2$s"
7569
  msgstr ""
7570
 
7571
+ #: languages/vue.php:1883
7572
  msgid "MonsterInsights Recommends WPForms"
7573
  msgstr ""
7574
 
7575
+ #: languages/vue.php:1886
7576
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
7577
  msgstr ""
7578
 
7579
+ #: languages/vue.php:1889
7580
  msgid "Used on over 1,000,000 websites!"
7581
  msgstr ""
7582
 
7583
+ #: languages/vue.php:1892
7584
  msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
7585
  msgstr ""
7586
 
7587
+ #: languages/vue.php:1895
7588
  msgid "Skip this Step"
7589
  msgstr ""
7590
 
7591
+ #: languages/vue.php:1898
7592
  msgid "Continue & Install WPForms"
7593
  msgstr ""
7594
 
7595
+ #: languages/vue.php:1902
7596
  msgid "Installing..."
7597
  msgstr ""
7598
 
7599
+ #: languages/vue.php:1905
7600
  msgid "Awesome, You're All Set!"
7601
  msgstr ""
7602
 
7603
+ #: languages/vue.php:1908
7604
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
7605
  msgstr ""
7606
 
7607
  #. Translators: Make text bold.
7608
+ #: languages/vue.php:1912
7609
  msgid "%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
7610
  msgstr ""
7611
 
7612
  #. Translators: Link to our blog.
7613
+ #: languages/vue.php:1916
7614
  msgid "%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business."
7615
  msgstr ""
7616
 
7617
+ #: languages/vue.php:1919
7618
  msgid "Finish Setup & Exit Wizard"
7619
  msgstr ""
7620
 
7621
+ #: languages/vue.php:1922
7622
  msgid "Checking your website..."
7623
  msgstr ""
7624
 
7625
+ #: languages/vue.php:1925
7626
  msgid "Recommended Addons"
7627
  msgstr ""
7628
 
7629
+ #: languages/vue.php:1928
7630
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
7631
  msgstr ""
7632
 
7633
+ #: languages/vue.php:1931
7634
  msgid "Other Addons"
7635
  msgstr ""
7636
 
7637
+ #: languages/vue.php:1934
7638
  msgid "View all MonsterInsights addons"
7639
  msgstr ""
7640
 
7641
+ #: languages/vue.php:1937
7642
  msgid "Save and continue"
7643
  msgstr ""
7644
 
7645
+ #: languages/vue.php:1940
7646
  msgid "Connect MonsterInsights to Your Website"
7647
  msgstr ""
7648
 
7649
+ #: languages/vue.php:1943
7650
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
7651
  msgstr ""
7652
 
7653
+ #: languages/vue.php:1946
7654
  msgid "Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually."
7655
  msgstr ""
7656
 
7657
+ #: languages/vue.php:1949
7658
  msgid "Manually enter your UA code"
7659
  msgstr ""
7660
 
7661
+ #: languages/vue.php:1952
7662
  msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
7663
  msgstr ""
7664
 
7665
+ #: languages/vue.php:1955
7666
  msgid "Save and Continue"
7667
  msgstr ""
7668
 
7669
+ #: languages/vue.php:1958
7670
  msgid "UA code can't be empty"
7671
  msgstr ""
7672
 
7673
+ #: languages/vue.php:1961
7674
  msgid "Saving UA code..."
7675
  msgstr ""
7676
 
7677
+ #: languages/vue.php:1964
7678
  msgid "Hide dashboard widget"
7679
  msgstr ""
7680
 
7681
+ #: languages/vue.php:1967
7682
  msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
7683
  msgstr ""
7684
 
7685
+ #: languages/vue.php:1970
7686
  msgid "Yes, hide it!"
7687
  msgstr ""
7688
 
7689
+ #: languages/vue.php:1973
7690
  msgid "No, cancel!"
7691
  msgstr ""
7692
 
7693
+ #: languages/vue.php:1976
7694
  msgid "MonsterInsights Widget Hidden"
7695
  msgstr ""
7696
 
7697
+ #: languages/vue.php:1979
7698
  msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
7699
  msgstr ""
7700
 
7701
+ #: languages/vue.php:1982
7702
  msgid "Recommended Settings"
7703
  msgstr ""
7704
 
7705
+ #: languages/vue.php:1985
7706
  msgid "MonsterInsights recommends the following settings based on your configuration."
7707
  msgstr ""
7708
 
7709
+ #: languages/vue.php:1988
7710
  msgid "Events Tracking"
7711
  msgstr ""
7712
 
7713
+ #: languages/vue.php:1991
7714
  msgid "Must have for all click tracking on site."
7715
  msgstr ""
7716
 
7717
+ #: languages/vue.php:1994
7718
  msgid "MonsterInsights uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
7719
  msgstr ""
7720
 
7721
+ #: languages/vue.php:1997
7722
  msgid "Enhanced Link Attribution"
7723
  msgstr ""
7724
 
7725
+ #: languages/vue.php:2000
7726
  msgid "Improves the accuracy of your In-Page Analytics."
7727
  msgstr ""
7728
 
7729
+ #: languages/vue.php:2003
7730
  msgid "MonsterInsights will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
7731
  msgstr ""
7732
 
7733
+ #: languages/vue.php:2006
7734
  msgid "Install Updates Automatically"
7735
  msgstr ""
7736
 
7737
+ #: languages/vue.php:2009
7738
  msgid "Get the latest features, bug fixes, and security updates as they are released."
7739
  msgstr ""
7740
 
7741
+ #: languages/vue.php:2012
7742
  msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
7743
  msgstr ""
7744
 
7745
+ #: languages/vue.php:2015
7746
  msgid "File Download Tracking"
7747
  msgstr ""
7748
 
7749
+ #: languages/vue.php:2018
7750
  msgid "Helps you see file downloads data."
7751
  msgstr ""
7752
 
7753
+ #: languages/vue.php:2021
7754
  msgid "MonsterInsights will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? MonsterInsights makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
7755
  msgstr ""
7756
 
7757
+ #: languages/vue.php:2024
7758
  msgid "Helps you increase affiliate revenue."
7759
  msgstr ""
7760
 
7761
+ #: languages/vue.php:2027
7762
  msgid "MonsterInsights will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
7763
  msgstr ""
7764
 
7765
+ #: languages/vue.php:2030
7766
  msgid "Affiliate Link Tracking"
7767
  msgstr ""
7768
 
7769
+ #: languages/vue.php:2033
7770
  msgid "Who Can See Reports"
7771
  msgstr ""
7772
 
7773
+ #: languages/vue.php:2036
7774
  msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
7775
  msgstr ""
7776
 
7777
+ #: languages/vue.php:2039
7778
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
7779
  msgstr ""
7780
 
7781
+ #: languages/vue.php:2042
7782
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
7783
  msgstr ""
7784
 
7785
+ #: languages/vue.php:2045
7786
  msgid "Activating..."
7787
  msgstr ""
7788
 
7789
+ #: languages/vue.php:2048
7790
  msgid "Deactivating..."
7791
  msgstr ""
7792
 
7793
+ #: languages/vue.php:2051
7794
  msgid "Deactivate"
7795
  msgstr ""
7796
 
7797
  #. Translators: The status of the addon (installed/active/inactive).
7798
+ #: languages/vue.php:2055
7799
  msgid "Status: %s"
7800
  msgstr ""
7801
 
7802
+ #: languages/vue.php:2058
7803
  msgid "Not Installed"
7804
  msgstr ""
7805
 
7806
+ #: languages/vue.php:2061
7807
  msgid "Network Active"
7808
  msgstr ""
7809
 
7810
+ #: languages/vue.php:2064
7811
  msgid "Active"
7812
  msgstr ""
7813
 
7814
+ #: languages/vue.php:2067
7815
  msgid "Inactive"
7816
  msgstr ""
7817
 
7818
+ #: languages/vue.php:2070
7819
  msgid "Thank you for being a loyal MonsterInsights Lite user."
7820
  msgstr ""
7821
 
7822
+ #: languages/vue.php:2073
7823
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
7824
  msgstr ""
7825
 
7826
  #. Translators: Gets replaced with the coupon code.
7827
+ #: languages/vue.php:2077
7828
  msgid "Use coupon code %s to get 50%% off."
7829
  msgstr ""
7830
 
7831
+ #: languages/vue.php:2080
7832
  msgid "Dashboard widget"
7833
  msgstr ""
7834
 
7835
+ #: languages/vue.php:2083
7836
  msgid "Enhanced Ecommerce"
7837
  msgstr ""
7838
 
7839
+ #: languages/vue.php:2086
7840
  msgid "Banner Ads"
7841
  msgstr ""
7842
 
7843
+ #: languages/vue.php:2090
7844
  msgid "Google AMP"
7845
  msgstr ""
7846
 
7847
+ #: languages/vue.php:2093
7848
  msgid "SEO Score Tracking"
7849
  msgstr ""
7850
 
7851
+ #: languages/vue.php:2096
7852
  msgid "Welcome to MonsterInsights!"
7853
  msgstr ""
7854
 
7855
+ #: languages/vue.php:2099
7856
  msgid "Let's get you set up."
7857
  msgstr ""
7858
 
7859
+ #: languages/vue.php:2102
7860
  msgid "Which category best describes your website?"
7861
  msgstr ""
7862
 
7863
+ #: languages/vue.php:2105
7864
  msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
7865
  msgstr ""
7866
 
7867
+ #: languages/vue.php:2108
7868
  msgid "Business Website"
7869
  msgstr ""
7870
 
7871
  #. Translators: Make text bold.
7872
+ #: languages/vue.php:2112
7873
  msgid "Publisher %1$s(Blog)%2$s"
7874
  msgstr ""
7875
 
7876
+ #: languages/vue.php:2115
7877
  msgid "Ecommerce"
7878
  msgstr ""
7879
 
7880
+ #: languages/vue.php:2118
7881
  msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions."
7882
  msgstr ""
7883
 
7884
+ #: languages/vue.php:2121
7885
  msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc."
7886
  msgstr ""
7887
 
7888
+ #: languages/vue.php:2124
7889
  msgid "Make Google Analytics GDPR compliant with our EU Compliance addon."
7890
  msgstr ""
7891
 
7892
+ #: languages/vue.php:2127
7893
  msgid "Get real-time Google Analytics report right inside your WordPress dashboard."
7894
  msgstr ""
7895
 
7896
+ #: languages/vue.php:2130
7897
  msgid "Use Google Optimize to easily perform A/B split tests on your site."
7898
  msgstr ""
7899
 
7900
+ #: languages/vue.php:2133
7901
  msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking."
7902
  msgstr ""
7903
 
7904
+ #: languages/vue.php:2136
7905
  msgid "Unlock search console report to see your top performing keywords in Google."
7906
  msgstr ""
7907
 
7908
+ #: languages/vue.php:2139
7909
  msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress."
7910
  msgstr ""
7911
 
7912
+ #: languages/vue.php:2142
7913
  msgid "Publishers Report shows your top performing pages, audience demographics, and more."
7914
  msgstr ""
7915
 
7916
+ #: languages/vue.php:2145
7917
  msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving."
7918
  msgstr ""
7919
 
7920
+ #: languages/vue.php:2148
7921
  msgid "Upgrade to Pro »"
7922
  msgstr ""
7923
 
7924
+ #: languages/vue.php:2151
7925
  msgid "Pro Tip:"
7926
  msgstr ""
7927
 
7928
+ #: languages/vue.php:2154
7929
  msgid "Reset to default"
7930
  msgstr ""
7931
 
7932
+ #: languages/vue.php:2157
7933
  msgid "The value entered does not match the required format"
7934
  msgstr ""
7935
 
7936
+ #: languages/vue.php:2160
7937
  msgid "Upgrade"
7938
  msgstr ""
7939
 
7940
+ #: languages/vue.php:2163
7941
  msgid ""
7942
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
7943
  " and other privacy regulations."
7944
  msgstr ""
7945
 
7946
+ #: languages/vue.php:2167
7947
  msgid "EU Compliance"
7948
  msgstr ""
7949
 
7950
+ #: languages/vue.php:2170
7951
  msgid "Scroll Tracking"
7952
  msgstr ""
7953
 
7954
+ #: languages/vue.php:2173
7955
  msgid "Scroll depth tracking allows you to see how far your users scroll before they leave a page. This is great for publishers (bloggers), and eCommerce websites to boost conversions."
7956
  msgstr ""
7957
 
7958
  #. Translators: Error status and error text.
7959
+ #: languages/vue.php:2177
7960
  msgid "Can't load errors. Error: %1$s, %2$s"
7961
  msgstr ""
7962
 
7963
+ #: languages/vue.php:2180
7964
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
7965
  msgstr ""
7966
 
7967
+ #: languages/vue.php:2183
7968
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. MonsterInsights Pro shows you the stats that matter!"
7969
  msgstr ""
7970
 
7971
+ #: languages/vue.php:2186
7972
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
7973
  msgstr ""
7974
 
7975
  #. Translators: Makes text bold.
7976
+ #: languages/vue.php:2190
7977
  msgid "Use coupon code %1$sLITEUPGRADE%2$s"
7978
  msgstr ""
7979
 
7980
+ #: languages/vue.php:2193
7981
  msgid "Ads Tracking"
7982
  msgstr ""
7983
 
7984
+ #: languages/vue.php:2196
7985
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
7986
  msgstr ""
7987
 
7988
+ #: languages/vue.php:2199
7989
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
7990
  msgstr ""
7991
 
7992
+ #: languages/vue.php:2202
7993
  msgid "Facebook Instant Articles"
7994
  msgstr ""
7995
 
7996
+ #: languages/vue.php:2205
7997
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
7998
  msgstr ""
7999
 
8000
  #. Translators: Error status and error text.
8001
+ #: languages/vue.php:2209
8002
  msgid "Can't load settings. Error: %1$s, %2$s"
8003
  msgstr ""
8004
 
8005
+ #: languages/vue.php:2212
8006
  msgid "Network error encountered. Settings not saved."
8007
  msgstr ""
8008
 
8009
  #. Translators: Make text green.
8010
+ #: languages/vue.php:2216
8011
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
8012
  msgstr ""
8013
 
8014
+ #: languages/vue.php:2219
8015
  msgid "Usage Tracking"
8016
  msgstr ""
8017
 
8018
+ #: languages/vue.php:2222
8019
  msgid "Allow Usage Tracking"
8020
  msgstr ""
8021
 
8022
+ #: languages/vue.php:2225
8023
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
8024
  msgstr ""
8025
 
8026
  #. Translators: Add links to documentation.
8027
+ #: languages/vue.php:2229
8028
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
8029
  msgstr ""
8030
 
8031
+ #: languages/vue.php:2232
8032
  msgid "Allow usage tracking"
8033
  msgstr ""
8034
 
8035
  #. Translators: Make text bold.
8036
+ #: languages/vue.php:2236
8037
  msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy!"
8038
  msgstr ""
8039
 
8040
  #. Translators: Add link to upgrade.
8041
+ #: languages/vue.php:2240
8042
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
8043
  msgstr ""
8044
 
8045
  #. Translators: Make text green.
8046
+ #: languages/vue.php:2244
8047
  msgid "As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
8048
  msgstr ""
8049
 
8050
  #. Translators: Make text green and add smiley face.
8051
+ #: languages/vue.php:2248
8052
  msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s"
8053
  msgstr ""
8054
 
8055
+ #: languages/vue.php:2251
8056
  msgid "Unlock PRO Features Now"
8057
  msgstr ""
8058
 
8059
+ #: languages/vue.php:2254
8060
  msgid "Paste your license key here"
8061
  msgstr ""
8062
 
8063
+ #: languages/vue.php:2257
8064
  msgid "Verify"
8065
  msgstr ""
8066
 
8067
  #. Translators: Add link to retrieve license from account area.
8068
+ #: languages/vue.php:2261
8069
  msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s."
8070
  msgstr ""
8071
 
8072
+ #: languages/vue.php:2264
8073
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
8074
  msgstr ""
8075
 
8076
  #. Translators: Number of days.
8077
+ #: languages/vue.php:2268
8078
  msgid "vs. Previous Day"
8079
  msgstr ""
8080
 
8081
+ #: languages/vue.php:2271
8082
  msgid "No change"
8083
  msgstr ""
8084
 
8085
+ #: languages/vue.php:2275
8086
  msgid "Authenticating"
8087
  msgstr ""
8088
 
8089
+ #: languages/vue.php:2278
8090
  msgid "Verifying Credentials"
8091
  msgstr ""
8092
 
8093
+ #: languages/vue.php:2281
8094
  msgid "Your site is connected to MonsterInsights!"
8095
  msgstr ""
8096
 
8097
+ #: languages/vue.php:2284
8098
  msgid "Deauthenticating"
8099
  msgstr ""
8100
 
8101
+ #: languages/vue.php:2287
8102
  msgid "You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
8103
  msgstr ""
8104
 
8105
+ #: languages/vue.php:2291
8106
  msgid "Connect MonsterInsights"
8107
  msgstr ""
8108
 
8109
+ #: languages/vue.php:2294
8110
  msgid "Verify Credentials"
8111
  msgstr ""
8112
 
8113
+ #: languages/vue.php:2297
8114
  msgid "Website Profile"
8115
  msgstr ""
8116
 
8117
+ #: languages/vue.php:2300
8118
  msgid "Active Profile"
8119
  msgstr ""
8120
 
8121
+ #: languages/vue.php:2304
8122
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
8123
  msgstr ""
8124
 
8125
+ #: languages/vue.php:2308
8126
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
8127
  msgstr ""
8128
 
8129
+ #: languages/vue.php:2311
8130
  msgid "Or manually enter UA code (limited functionality)"
8131
  msgstr ""
8132
 
8133
+ #: languages/vue.php:2314
8134
  msgid "Force Deauthenticate"
8135
  msgstr ""
8136
 
8137
+ #: languages/vue.php:2317
8138
  msgid "Disconnect MonsterInsights"
8139
  msgstr ""
8140
 
8141
+ #: languages/vue.php:2320
8142
  msgid "Proceed"
8143
  msgstr ""
8144
 
8145
+ #: languages/vue.php:2323
8146
  msgid "Connection Information"
8147
  msgstr ""
8148
 
8149
+ #: languages/vue.php:2326
8150
  msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
8151
  msgstr ""
8152
 
8153
+ #: languages/vue.php:2329
8154
  msgid "Hostname"
8155
  msgstr ""
8156
 
8157
+ #: languages/vue.php:2332
8158
  msgid "FTP Username"
8159
  msgstr ""
8160
 
8161
+ #: languages/vue.php:2335
8162
  msgid "FTP Password"
8163
  msgstr ""
8164
 
8165
+ #: languages/vue.php:2338
8166
  msgid "This password will not be stored on the server."
8167
  msgstr ""
8168
 
8169
+ #: languages/vue.php:2341
8170
  msgid "Connection Type"
8171
  msgstr ""
8172
 
8173
+ #: languages/vue.php:2344
8174
  msgid "Cancel"
8175
  msgstr ""
8176
 
8177
+ #: languages/vue.php:2347
8178
  msgid "Show"
8179
  msgstr ""
8180
 
8181
+ #: languages/vue.php:2350
8182
  msgid "No options available"
8183
  msgstr ""
8184
 
8185
+ #: languages/vue.php:2353
8186
  msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
8187
  msgstr ""
8188
 
8189
  #. Translators: The name of the field that is throwing a validation error.
8190
+ #: languages/vue.php:2357
8191
  msgid "%s can't be empty."
8192
  msgstr ""
8193
 
8194
+ #: languages/vue.php:2360
8195
  msgid "Duplicate values are not allowed."
8196
  msgstr ""
8197
 
8198
+ #: languages/vue.php:2363
8199
  msgid "Add Another Link Path"
8200
  msgstr ""
8201
 
8202
+ #: languages/vue.php:2366
8203
  msgid "Remove row"
8204
  msgstr ""
8205
 
8206
+ #: languages/vue.php:2372
8207
  msgid "Help Us Improve"
8208
  msgstr ""
8209
 
8210
+ #: languages/vue.php:2375
8211
  msgid "Help us better understand our users and their website needs."
8212
  msgstr ""
8213
 
8214
  #. Translators: Adds a link to the documentation.
8215
+ #: languages/vue.php:2379
8216
  msgid "If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %1$svisit our website.%2$s"
8217
  msgstr ""
8218
 
8219
  #. Translators: Makes text bold.
8220
+ #: languages/vue.php:2383
8221
  msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy!"
8222
  msgstr ""
8223
 
8224
  #. Translators: Makes text green.
8225
+ #: languages/vue.php:2387
8226
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
8227
  msgstr ""
8228
 
8229
+ #: languages/vue.php:2390
8230
  msgid "Unlock All Features and Upgrade to Pro"
8231
  msgstr ""
8232
 
8233
+ #: languages/vue.php:2393
8234
  msgid "Website profile"
8235
  msgstr ""
8236
 
8237
+ #: languages/vue.php:2396
8238
  msgid "Active profile"
8239
  msgstr ""
8240
 
8241
+ #: languages/vue.php:2399
8242
  msgid "Skip and Keep Connection"
8243
  msgstr ""
8244
 
8245
  #. Translators: Placeholders are used for making text bold and adding a link.
8246
+ #: languages/vue.php:2403
8247
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
8248
  msgstr ""
8249
 
8250
+ #: languages/vue.php:2407
8251
  msgid "Today"
8252
  msgstr ""
8253
 
8254
+ #: languages/vue.php:2410
8255
  msgid "Yesterday"
8256
  msgstr ""
8257
 
8258
+ #: languages/vue.php:2414
8259
  msgid "Last Week"
8260
  msgstr ""
8261
 
8262
+ #: languages/vue.php:2418
8263
  msgid "Last Month"
8264
  msgstr ""
8265
 
8266
+ #: languages/vue.php:2422
8267
  msgid "Last 7 days"
8268
  msgstr ""
8269
 
8270
+ #: languages/vue.php:2426
8271
  msgid "Last 30 days"
8272
  msgstr ""
8273
 
8274
+ #: languages/vue.php:2430
8275
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
8276
  msgstr ""
8277
 
8278
+ #: languages/vue.php:2434
8279
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
8280
  msgstr ""
8281
 
8282
+ #: languages/vue.php:2437
8283
  msgid "See Your Homepage's Overall Performance Score"
8284
  msgstr ""
8285
 
8286
+ #: languages/vue.php:2440
8287
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
8288
  msgstr ""
8289
 
8290
+ #: languages/vue.php:2443
8291
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
8292
  msgstr ""
8293
 
8294
+ #: languages/vue.php:2446
8295
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
8296
  msgstr ""
8297
 
8298
  #. Translators: Current WordPress version.
8299
+ #: languages/vue.php:2450
8300
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
8301
  msgstr ""
8302
 
8303
  #. Translators: Current PHP version and recommended PHP version.
8304
+ #: languages/vue.php:2454
8305
  msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
8306
  msgstr ""
8307
 
8308
  #. Translators: Current WordPress version.
8309
+ #: languages/vue.php:2458
8310
  msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
8311
  msgstr ""
8312
 
8313
+ #: languages/vue.php:2461
8314
  msgid "PrettyLinks Integration"
8315
  msgstr ""
8316
 
8317
+ #: languages/vue.php:2469
8318
  msgid "Popular Posts Widget"
8319
  msgstr ""
8320
 
8321
+ #: languages/vue.php:2473
8322
  msgid "Popular Products"
8323
  msgstr ""
8324
 
8325
+ #: languages/vue.php:2479
8326
  msgid "Inbox"
8327
  msgstr ""
8328
 
8329
+ #: languages/vue.php:2482
8330
  msgid "Back to Inbox"
8331
  msgstr ""
8332
 
8333
+ #: languages/vue.php:2485
8334
  msgid "View Dismissed"
8335
  msgstr ""
8336
 
8337
+ #: languages/vue.php:2488
8338
  msgid "Notifications"
8339
  msgstr ""
8340
 
8341
+ #: languages/vue.php:2491
8342
  msgid "Dismiss All"
8343
  msgstr ""
8344
 
8345
+ #: languages/vue.php:2494
8346
  msgid "Dismissed"
8347
  msgstr ""
8348
 
8349
+ #: languages/vue.php:2497
8350
  msgid "No Notifications"
8351
  msgstr ""
8352
 
8353
+ #: languages/vue.php:2503
8354
  msgid "The MonsterInsights Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."
8355
  msgstr ""
8356
 
8357
+ #: languages/vue.php:2506
8358
  msgid "Disable the Headline Analyzer"
8359
  msgstr ""
8360
 
8361
+ #: languages/vue.php:2509
8362
  msgid "Caching"
8363
  msgstr ""
8364
 
8365
+ #: languages/vue.php:2512
8366
  msgid "Enable Data Caching"
8367
  msgstr ""
8368
 
8369
+ #: languages/vue.php:2515
8370
  msgid "Refresh Cache Every"
8371
  msgstr ""
8372
 
8373
+ #: languages/vue.php:2518
8374
  msgid "Choose how often to refresh the cache."
8375
  msgstr ""
8376
 
8377
+ #: languages/vue.php:2521
8378
  msgid "Enable Ajaxify"
8379
  msgstr ""
8380
 
8381
+ #: languages/vue.php:2524
8382
  msgid "Ajaxify Widget"
8383
  msgstr ""
8384
 
8385
+ #: languages/vue.php:2527
8386
  msgid "Use to bypass page caching."
8387
  msgstr ""
8388
 
8389
+ #: languages/vue.php:2530
8390
  msgid "Empty Cache"
8391
  msgstr ""
8392
 
8393
+ #: languages/vue.php:2533
8394
  msgid "Click to manually wipe the cache right now."
8395
  msgstr ""
8396
 
8397
+ #: languages/vue.php:2536
8398
  msgid "Popular posts cache emptied"
8399
  msgstr ""
8400
 
8401
+ #: languages/vue.php:2539
8402
  msgid "Error emptying the popular posts cache. Please try again."
8403
  msgstr ""
8404
 
8405
+ #: languages/vue.php:2542
8406
  msgid "Import settings from another MonsterInsights website."
8407
  msgstr ""
8408
 
8409
+ #: languages/vue.php:2545
8410
  msgid "Export settings to import into another MonsterInsights install."
8411
  msgstr ""
8412
 
8413
+ #: languages/vue.php:2548
8414
  msgid "Make your MonsterInsights campaign links prettier with Pretty Links!"
8415
  msgstr ""
8416
 
8417
+ #: languages/vue.php:2551
8418
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
8419
  msgstr ""
8420
 
8421
+ #: languages/vue.php:2554
8422
  msgid "Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!"
8423
  msgstr ""
8424
 
8425
+ #: languages/vue.php:2557
8426
  msgid "Over 200,000 websites use Pretty Links!"
8427
  msgstr ""
8428
 
8429
+ #: languages/vue.php:2560
8430
  msgid "Install Pretty Links"
8431
  msgstr ""
8432
 
8433
+ #: languages/vue.php:2563
8434
  msgid "Pretty Links Installed & Activated"
8435
  msgstr ""
8436
 
8437
+ #: languages/vue.php:2566
8438
  msgid "Download Pretty Links"
8439
  msgstr ""
8440
 
8441
+ #: languages/vue.php:2569
8442
  msgid "Install Pretty Links from the WordPress.org plugin repository."
8443
  msgstr ""
8444
 
8445
+ #: languages/vue.php:2572
8446
  msgid "Activate Pretty Links"
8447
  msgstr ""
8448
 
8449
+ #: languages/vue.php:2575
8450
  msgid "Activating Pretty Links..."
8451
  msgstr ""
8452
 
8453
+ #: languages/vue.php:2578
8454
  msgid "Create New Pretty Link"
8455
  msgstr ""
8456
 
8457
+ #: languages/vue.php:2581
8458
  msgid "Create a New Pretty Link"
8459
  msgstr ""
8460
 
8461
+ #: languages/vue.php:2584
8462
  msgid "Grab your campaign link and paste it into the Target URL field."
8463
  msgstr ""
8464
 
8465
+ #: languages/vue.php:2587
8466
  msgid "Choose Theme"
8467
  msgstr ""
8468
 
8469
+ #: languages/vue.php:2590
8470
  msgid "Widget Styling"
8471
  msgstr ""
8472
 
8473
+ #: languages/vue.php:2593
8474
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
8475
  msgstr ""
8476
 
8477
+ #: languages/vue.php:2596
8478
  msgid "Sort By"
8479
  msgstr ""
8480
 
8481
+ #: languages/vue.php:2599
8482
  msgid "Choose how you'd like the widget to determine your popular posts."
8483
  msgstr ""
8484
 
8485
+ #: languages/vue.php:2602
8486
  msgid "Placement"
8487
  msgstr ""
8488
 
8489
+ #: languages/vue.php:2605
8490
  msgid "Choose how you'd like to place the widget."
8491
  msgstr ""
8492
 
8493
+ #: languages/vue.php:2608
8494
  msgid "Insert After"
8495
  msgstr ""
8496
 
8497
+ #: languages/vue.php:2611
8498
  msgid "Choose where in the post body the widget will be placed."
8499
  msgstr ""
8500
 
8501
+ #: languages/vue.php:2614
8502
  msgid "Include in Post Types"
8503
  msgstr ""
8504
 
8505
+ #: languages/vue.php:2617
8506
  msgid "Exclude from specific posts"
8507
  msgstr ""
8508
 
8509
  #. Translators: Placeholders make the text bold.
8510
+ #: languages/vue.php:2621
8511
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
8512
  msgstr ""
8513
 
8514
  #. Translators: Placeholders make the text bold.
8515
+ #: languages/vue.php:2625
8516
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
8517
  msgstr ""
8518
 
8519
+ #: languages/vue.php:2629
8520
  msgid "Customize Design"
8521
  msgstr ""
8522
 
8523
+ #: languages/vue.php:2632
8524
  msgid "Loading Themes"
8525
  msgstr ""
8526
 
8527
+ #: languages/vue.php:2635
8528
  msgid "words"
8529
  msgstr ""
8530
 
8531
+ #: languages/vue.php:2638
8532
  msgid "Please select at least one post to display."
8533
  msgstr ""
8534
 
8535
  #. Translators: placeholders make text small.
8536
+ #: languages/vue.php:2642
8537
  msgid "Default Styles %1$s- As seen above.%2$s"
8538
  msgstr ""
8539
 
8540
  #. Translators: placeholders make text small.
8541
+ #: languages/vue.php:2646
8542
  msgid "No Styles %1$s- Use your own CSS.%2$s"
8543
  msgstr ""
8544
 
8545
  #. Translators: placeholders make text small.
8546
+ #: languages/vue.php:2650
8547
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
8548
  msgstr ""
8549
 
8550
  #. Translators: placeholders make text small.
8551
+ #: languages/vue.php:2654
8552
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
8553
  msgstr ""
8554
 
8555
  #. Translators: placeholders make text small.
8556
+ #: languages/vue.php:2658
8557
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
8558
  msgstr ""
8559
 
8560
  #. Translators: placeholders make text small.
8561
+ #: languages/vue.php:2662
8562
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
8563
  msgstr ""
8564
 
8565
  #. Translators: placeholders make text small.
8566
+ #: languages/vue.php:2666
8567
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
8568
  msgstr ""
8569
 
8570
+ #: languages/vue.php:2669
8571
  msgid "Display Title"
8572
  msgstr ""
8573
 
8574
+ #: languages/vue.php:2675
8575
  msgid "Title your widget and set it’s display preferences."
8576
  msgstr ""
8577
 
8578
+ #: languages/vue.php:2678
8579
  msgid "Go Back To Reports"
8580
  msgstr ""
8581
 
8582
+ #: languages/vue.php:2681
8583
  msgid "Enable Enhanced eCommerce"
8584
  msgstr ""
8585
 
8586
+ #: languages/vue.php:2684
8587
  msgid "+ Add Role"
8588
  msgstr ""
8589
 
8590
+ #: languages/vue.php:2687
8591
  msgid "Copy to Pretty Links"
8592
  msgstr ""
8593
 
8594
+ #: languages/vue.php:2690
8595
  msgid "Make your campaign links prettier!"
8596
  msgstr ""
8597
 
8598
+ #: languages/vue.php:2693
8599
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
8600
  msgstr ""
8601
 
8602
+ #: languages/vue.php:2696
8603
  msgid "Days"
8604
  msgstr ""
8605
 
8606
  #. Translators: placeholders make text small.
8607
+ #: languages/vue.php:2700
8608
  msgid "7 days"
8609
  msgstr ""
8610
 
8611
+ #: languages/vue.php:2703
8612
  msgid "30 days"
8613
  msgstr ""
8614
 
8615
+ #: languages/vue.php:2706
8616
  msgid "Custom"
8617
  msgstr ""
8618
 
8619
+ #: languages/vue.php:2709
8620
  msgid "Popular Posts data can be fetched correctly"
8621
  msgstr ""
8622
 
8623
+ #: languages/vue.php:2712
8624
  msgid "Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics."
8625
  msgstr ""
8626
 
8627
+ #: languages/vue.php:2715
8628
  msgid "Close"
8629
  msgstr ""
8630
 
8631
+ #: languages/vue.php:2718
8632
  msgid "Add Top 5 Posts from Google Analytics"
8633
  msgstr ""
8634
 
8635
+ #: languages/vue.php:2721
8636
  msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both MonsterInsights and Google Analytics settings. Please use the button below to confirm your configuration is correct."
8637
  msgstr ""
8638
 
8639
+ #: languages/vue.php:2724
8640
  msgid "Test Automated Posts"
8641
  msgstr ""
8642
 
8643
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8644
+ #: languages/vue.php:2728
8645
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8646
  msgstr ""
8647
 
8648
+ #: languages/vue.php:2731
8649
  msgid "Automated + Curated"
8650
  msgstr ""
8651
 
8652
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8653
+ #: languages/vue.php:2735
8654
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."
8655
  msgstr ""
8656
 
8657
  #. Translators: Placeholder gets replaced with current license version.
8658
+ #: languages/vue.php:2739
8659
  msgid "Pro version is required. Your current license level is: %s"
8660
  msgstr ""
8661
 
8662
+ #: languages/vue.php:2742
8663
  msgid "Verifying Popular Posts data"
8664
  msgstr ""
8665
 
8666
+ #: languages/vue.php:2745
8667
  msgid "Select posts/search"
8668
  msgstr ""
8669
 
8670
+ #: languages/vue.php:2748
8671
  msgid "Oops! No posts found."
8672
  msgstr ""
8673
 
8674
+ #: languages/vue.php:2751
8675
  msgid "Search by post title"
8676
  msgstr ""
8677
 
8678
+ #: languages/vue.php:2754
8679
  msgid "Can't load posts."
8680
  msgstr ""
8681
 
8682
+ #: languages/vue.php:2757
8683
  msgid "Email Summaries"
8684
  msgstr ""
8685
 
8686
+ #: languages/vue.php:2760
8687
  msgid "Export PDF Reports"
8688
  msgstr ""
8689
 
8690
+ #: languages/vue.php:2763
8691
  msgid "Multiple Entries"
8692
  msgstr ""
8693
 
8694
+ #: languages/vue.php:2766
8695
  msgid "Total Number of Widgets to Show"
8696
  msgstr ""
8697
 
8698
+ #: languages/vue.php:2769
8699
  msgid "Choose how many widgets will be placed in a single Post."
8700
  msgstr ""
8701
 
8702
+ #: languages/vue.php:2772
8703
  msgid "Minimum Distance Between Widgets"
8704
  msgstr ""
8705
 
8706
+ #: languages/vue.php:2775
8707
  msgid "Choose the distance between widgets."
8708
  msgstr ""
8709
 
8710
+ #: languages/vue.php:2778
8711
  msgid "Minimum Word Count to Display Multiple Widgets"
8712
  msgstr ""
8713
 
8714
+ #: languages/vue.php:2781
8715
  msgid "Choose the minimum word count for a Post to have multiple entries."
8716
  msgstr ""
8717
 
8718
+ #: languages/vue.php:2784
8719
  msgid "Used on over 4,000,000 websites!"
8720
  msgstr ""
8721
 
8722
+ #: languages/vue.php:2787
8723
  msgid "This feature requires MonsterInsights Pro"
8724
  msgstr ""
8725
 
8726
+ #: languages/vue.php:2790
8727
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
8728
  msgstr ""
8729
 
8730
+ #: languages/vue.php:2793
8731
  msgid "Upgrade to Pro and Unlock Popular Products"
8732
  msgstr ""
8733
 
8734
+ #: languages/vue.php:2796
8735
  msgid "View all Pro features"
8736
  msgstr ""
8737
 
8738
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
8739
+ #: languages/vue.php:2800
8740
  msgid "%1$sPage %3$s%2$s of %4$s"
8741
  msgstr ""
8742
 
8743
+ #: languages/vue.php:2806
8744
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
8745
  msgstr ""
8746
 
8747
+ #: languages/vue.php:2809
8748
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
8749
  msgstr ""
8750
 
8751
+ #: languages/vue.php:2812
8752
  msgid "Color"
8753
  msgstr ""
8754
 
8755
+ #: languages/vue.php:2815
8756
  msgid "Size"
8757
  msgstr ""
8758
 
8759
+ #: languages/vue.php:2818
8760
  msgid "Title"
8761
  msgstr ""
8762
 
8763
+ #: languages/vue.php:2821
8764
  msgid "Label"
8765
  msgstr ""
8766
 
8767
+ #: languages/vue.php:2824
8768
  msgid "Background"
8769
  msgstr ""
8770
 
8771
+ #: languages/vue.php:2827
8772
  msgid "Border"
8773
  msgstr ""
8774
 
8775
+ #: languages/vue.php:2830
8776
  msgid "Icon"
8777
  msgstr ""
8778
 
8779
+ #: languages/vue.php:2833
8780
  msgid "Pro version is required"
8781
  msgstr ""
8782
 
8783
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8784
+ #: languages/vue.php:2837
8785
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."
8786
  msgstr ""
8787
 
8788
+ #: languages/vue.php:2840
8789
  msgid "Get weekly traffic reports directly in your inbox."
8790
  msgstr ""
8791
 
8792
+ #: languages/vue.php:2846
8793
  msgid "Basic Options"
8794
  msgstr ""
8795
 
8796
+ #: languages/vue.php:2849
8797
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
8798
  msgstr ""
8799
 
8800
+ #: languages/vue.php:2852
8801
  msgid "Dynamic Popular Posts & Popular Products"
8802
  msgstr ""
8803
 
8804
+ #: languages/vue.php:2855
8805
  msgid "Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks."
8806
  msgstr ""
8807
 
8808
+ #: languages/vue.php:2858
8809
  msgid "Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
8810
  msgstr ""
8811
 
8812
  #. Translators: Adds a link to the documentation.
8813
+ #: languages/vue.php:2862
8814
  msgid "Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
8815
  msgstr ""
8816
 
8817
  #. Translators: Minimum and maximum number that can be used.
8818
+ #: languages/vue.php:2866
8819
  msgid "Please enter a value between %1$s and %2$s"
8820
  msgstr ""
8821
 
8822
  #. Translators: The minimum set value.
8823
+ #: languages/vue.php:2870
8824
  msgid "Please enter a value higher than %s"
8825
  msgstr ""
8826
 
8827
  #. Translators: The maximum set value.
8828
+ #: languages/vue.php:2874
8829
  msgid "Please enter a value lower than %s"
8830
  msgstr ""
8831
 
8832
+ #: languages/vue.php:2877
8833
  msgid "Please enter a number"
8834
  msgstr ""
8835
 
8836
+ #: languages/vue.php:2880
8837
  msgid "Value has to be a round number"
8838
  msgstr ""
8839
 
8840
+ #: languages/vue.php:2883
8841
  msgid "SharedCount API Key"
8842
  msgstr ""
8843
 
8844
+ #: languages/vue.php:2886
8845
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
8846
  msgstr ""
8847
 
8848
+ #: languages/vue.php:2889
8849
  msgid "Start Indexing"
8850
  msgstr ""
8851
 
8852
+ #: languages/vue.php:2892
8853
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
8854
  msgstr ""
8855
 
8856
+ #: languages/vue.php:2895
8857
  msgid "Indexing completed, counts will update automatically every day."
8858
  msgstr ""
8859
 
8860
+ #: languages/vue.php:2898
8861
  msgid "You can add maximum 5 items."
8862
  msgstr ""
8863
 
8864
+ #: languages/vue.php:2901
8865
  msgid "At least 0 item required."
8866
  msgstr ""
8867
 
8868
+ #: languages/vue.php:2904
8869
  msgid "Site Speed Report"
8870
  msgstr ""
8871
 
8872
+ #: languages/vue.php:2907
8873
  msgid "2020 Year in Review"
8874
  msgstr ""
8875
 
8876
+ #: languages/vue.php:2910
8877
  msgid "Display Method"
8878
  msgstr ""
8879
 
8880
+ #: languages/vue.php:2913
8881
  msgid "There are two ways to manual include the widget in your posts."
8882
  msgstr ""
8883
 
8884
+ #: languages/vue.php:2917
8885
  msgid "Using the Gutenberg Block"
8886
  msgstr ""
8887
 
8888
+ #: languages/vue.php:2920
8889
  msgid "Using the Shortcode"
8890
  msgstr ""
8891
 
8892
+ #: languages/vue.php:2923
8893
  msgid "Learn how to insert the widget using Gutenberg blocks."
8894
  msgstr ""
8895
 
8896
+ #: languages/vue.php:2926
8897
  msgid "Learn how to insert the widget using out Shortcode."
8898
  msgstr ""
8899
 
8900
+ #: languages/vue.php:2929
8901
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
8902
  msgstr ""
8903
 
8904
+ #: languages/vue.php:2933
8905
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
8906
  msgstr ""
8907
 
8908
+ #: languages/vue.php:2936
8909
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”."
8910
  msgstr ""
8911
 
8912
+ #: languages/vue.php:2940
8913
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
8914
  msgstr ""
8915
 
8916
+ #: languages/vue.php:2943
8917
  msgid "Shortcode"
8918
  msgstr ""
8919
 
8920
+ #: languages/vue.php:2947
8921
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
8922
  msgstr ""
8923
 
8924
+ #: languages/vue.php:2951
8925
  msgid "Copy Shortcode"
8926
  msgstr ""
8927
 
8928
+ #: languages/vue.php:2954
8929
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
8930
  msgstr ""
8931
 
8932
+ #: languages/vue.php:2957
8933
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
8934
  msgstr ""
8935
 
8936
+ #: languages/vue.php:2960
8937
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
8938
  msgstr ""
8939
 
8940
+ #: languages/vue.php:2963
8941
  msgid "Unlock with %s"
8942
  msgstr ""
8943
 
8944
+ #: languages/vue.php:2966
8945
  msgid "Only Show Posts from These Categories"
8946
  msgstr ""
8947
 
8948
+ #: languages/vue.php:2969
8949
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
8950
  msgstr ""
8951
 
8952
+ #: languages/vue.php:2972
8953
  msgid "Wide"
8954
  msgstr ""
8955
 
8956
+ #: languages/vue.php:2975
8957
  msgid "Narrow"
8958
  msgstr ""
8959
 
8960
+ #: languages/vue.php:2978
8961
  msgid "Automatic Placement"
8962
  msgstr ""
8963
 
8964
+ #: languages/vue.php:2981
8965
  msgid "Display using Gutenberg Blocks"
8966
  msgstr ""
8967
 
8968
+ #: languages/vue.php:2984
8969
  msgid "Embed Options"
8970
  msgstr ""
8971
 
8972
+ #: languages/vue.php:2987
8973
  msgid "All Embed Options can be used in conjunction with one another."
8974
  msgstr ""
8975
 
8976
+ #: languages/vue.php:2990
8977
  msgid "Using Automatic Embed"
8978
  msgstr ""
8979
 
8980
+ #: languages/vue.php:2993
8981
  msgid "Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."
8982
  msgstr ""
8983
 
8984
+ #: languages/vue.php:2996
8985
  msgid "Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above."
8986
  msgstr ""
8987
 
8988
+ #: languages/vue.php:2999
8989
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
8990
  msgstr ""
8991
 
8992
+ #: languages/vue.php:3002
8993
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
8994
  msgstr ""
8995
 
8996
+ #: languages/vue.php:3005
8997
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
8998
  msgstr ""
8999
 
9000
+ #: languages/vue.php:3008
9001
  msgid "%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin."
9002
  msgstr ""
9003
 
9004
+ #: languages/vue.php:3011
9005
  msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - MonsterInsights widget and drag it into the desired Sidebar on the right."
9006
  msgstr ""
9007
 
9008
+ #: languages/vue.php:3014
9009
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9010
  msgstr ""
9011
 
9012
+ #: languages/vue.php:3017
9013
  msgid "Display using a Shortcode"
9014
  msgstr ""
9015
 
9016
+ #: languages/vue.php:3020
9017
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9018
  msgstr ""
9019
 
9020
+ #: languages/vue.php:3023
9021
  msgid "Enable Automatic Placement"
9022
  msgstr ""
9023
 
9024
+ #: languages/vue.php:3026
9025
  msgid "Display in a Sidebar"
9026
  msgstr ""
9027
 
9028
+ #: languages/vue.php:3029
9029
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9030
  msgstr ""
9031
 
9032
+ #: languages/vue.php:3032
9033
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9034
  msgstr ""
9035
 
9036
+ #: languages/vue.php:3035
9037
  msgid "Author/Date"
9038
  msgstr ""
9039
 
9040
+ #: languages/vue.php:3047
9041
  msgid "Choose which content you would like displayed in the widget."
9042
  msgstr ""
9043
 
9044
+ #: languages/vue.php:3059
9045
  msgid "Comments"
9046
  msgstr ""
9047
 
9048
+ #: languages/vue.php:3065
9049
  msgid "Choose how many posts you’d like displayed in the widget."
9050
  msgstr ""
9051
 
9052
+ #: languages/vue.php:3068
9053
  msgid "Compatibility mode"
9054
  msgstr ""
9055
 
9056
+ #: languages/vue.php:3071
9057
  msgid "Enable _gtagTracker Compatibility"
9058
  msgstr ""
9059
 
9060
  #. Translators: Placeholder gets replaced with default GA js function.
9061
+ #: languages/vue.php:3075
9062
  msgid "This enables MonsterInsights to work with plugins that use %1$s and don't support %2$s"
9063
  msgstr ""
9064
 
9065
+ #: languages/vue.php:3078
9066
  msgid "Site Speed"
9067
  msgstr ""
9068
 
9069
+ #: languages/vue.php:3081
9070
  msgid "Export PDF Overview Report"
9071
  msgstr ""
9072
 
9073
+ #: languages/vue.php:3084
9074
  msgid "View notifications"
9075
  msgstr ""
9076
 
9077
+ #: languages/vue.php:3087
9078
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
9079
  msgstr ""
9080
 
9081
+ #: languages/vue.php:3090
9082
  msgid "Your 2020 Analytics Report"
9083
  msgstr ""
9084
 
9085
+ #: languages/vue.php:3096
9086
  msgid "January 1, 2020 - December 31, 2020"
9087
  msgstr ""
9088
 
9089
+ #: languages/vue.php:3099
9090
  msgid "A Tip for 2021"
9091
  msgstr ""
9092
 
9093
+ #: languages/vue.php:3102
9094
  msgid "A Tip For 2021"
9095
  msgstr ""
9096
 
9097
+ #: languages/vue.php:3105
9098
  msgid "Here's to an amazing 2021!"
9099
  msgstr ""
9100
 
9101
+ #: languages/vue.php:3108
9102
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
9103
  msgstr ""
9104
 
9105
+ #: languages/vue.php:3111
9106
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
9107
  msgstr ""
9108
 
9109
+ #: languages/vue.php:3114
9110
  msgid "Copyright MonsterInsights, 2021"
9111
  msgstr ""
9112
 
9113
+ #: languages/vue.php:3117
9114
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
9115
  msgstr ""
9116
 
9117
  #. Translators: Number of minutes spent on site.
9118
+ #: languages/vue.php:3121
9119
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
9120
  msgstr ""
9121
 
9122
+ #: languages/vue.php:3124
9123
  msgid "Export PDF Report"
9124
  msgstr ""
9125
 
9126
+ #: languages/vue.php:3127
9127
  msgid "You can export PDF reports only in the PRO version."
9128
  msgstr ""
9129
 
9130
  #. Translators: Placeholder adds a line break.
9131
+ #: languages/vue.php:3131
9132
  msgid "You can customize your %sdate range only in the PRO version."
9133
  msgstr ""
9134
 
languages/vue.php CHANGED
@@ -10,8 +10,10 @@ $generated_i18n_strings = array(
10
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
11
  __( 'Loading settings', 'google-analytics-for-wordpress' ),
12
 
13
- // Reference: src/modules/reports/components/ReportReAuth.vue:45
 
14
  // Reference: src/modules/widget/components/WidgetReportError.vue:25
 
15
  __( 'Error', 'google-analytics-for-wordpress' ),
16
 
17
  // Reference: src/plugins/monsterinsights-frontend-helper-plugin.js:14
@@ -20,52 +22,66 @@ $generated_i18n_strings = array(
20
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
21
  __( 'Loading new report data', 'google-analytics-for-wordpress' ),
22
 
23
- // Reference: src/components/TheAppFTPForm.vue:110
24
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
25
 
26
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
27
  /* Translators: Adds an arrow icon. */
28
  __( 'Continue %s', 'google-analytics-for-wordpress' ),
29
 
 
30
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:236
31
  __( 'Unlock the Publishers Report and Focus on the Content that Matters', 'google-analytics-for-wordpress' ),
32
 
 
33
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:237
34
  __( 'Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
35
 
 
36
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:248
37
  __( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-for-wordpress' ),
38
 
 
39
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:249
40
  __( 'Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
41
 
 
42
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:260
43
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-for-wordpress' ),
44
 
 
45
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:261
46
  __( 'Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more.', 'google-analytics-for-wordpress' ),
47
 
 
48
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:274
49
  __( 'Unlock the Dimensions Report and Track Your Own Custom Data', 'google-analytics-for-wordpress' ),
50
 
 
51
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:275
52
  __( 'Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what\'s working right inside your WordPress dashboard.', 'google-analytics-for-wordpress' ),
53
 
 
54
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:285
55
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-for-wordpress' ),
56
 
 
57
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:286
58
  __( 'Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.', 'google-analytics-for-wordpress' ),
59
 
 
60
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:294
61
  __( 'Unlock the Search Console Report and See How People Find Your Website', 'google-analytics-for-wordpress' ),
62
 
 
63
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:295
64
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-for-wordpress' ),
65
 
 
66
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:304
67
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-for-wordpress' ),
68
 
 
69
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:305
70
  __( 'Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it.', 'google-analytics-for-wordpress' ),
71
 
@@ -173,10 +189,8 @@ $generated_i18n_strings = array(
173
 
174
  // Reference: src/modules/reports/routes/index.js:25
175
  // Reference: src/modules/widget/store/index.js:14
176
- // Reference: src/modules/widget/widget.vue:25
177
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
178
 
179
- // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:41
180
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:125
181
  __( 'Welcome to MonsterInsights', 'google-analytics-for-wordpress' ),
182
 
@@ -201,21 +215,20 @@ $generated_i18n_strings = array(
201
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:132
202
  __( 'See All Features', 'google-analytics-for-wordpress' ),
203
 
204
- // Reference: src/modules/frontend/components/FrontendUpsell-Lite.vue:11
205
- // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:51
206
  __( 'Upgrade to PRO', 'google-analytics-for-wordpress' ),
207
 
208
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:134
209
  __( 'per year', 'google-analytics-for-wordpress' ),
210
 
211
- // Reference: src/modules/addons/components/AddonButton.vue:27
212
- // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:22
213
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
214
 
215
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:136
216
  __( 'Testimonials', 'google-analytics-for-wordpress' ),
217
 
218
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:62
219
  __( 'Universal Tracking', 'google-analytics-for-wordpress' ),
220
 
221
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:141
@@ -266,14 +279,13 @@ $generated_i18n_strings = array(
266
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:182
267
  __( 'Form Conversions', 'google-analytics-for-wordpress' ),
268
 
269
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:153
270
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:35
271
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
272
 
273
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:184
274
  __( 'Author Tracking', 'google-analytics-for-wordpress' ),
275
 
276
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:33
277
  __( 'Google Optimize', 'google-analytics-for-wordpress' ),
278
 
279
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:186
@@ -344,12 +356,14 @@ $generated_i18n_strings = array(
344
  __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
345
 
346
  // Reference: src/modules/addons/components/AddonButton.vue:51
 
347
  __( 'Install', 'google-analytics-for-wordpress' ),
348
 
349
  // Reference: src/modules/addons/components/AddonButton.vue:47
 
350
  __( 'Activate', 'google-analytics-for-wordpress' ),
351
 
352
- // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
353
  __( 'Learn More', 'google-analytics-for-wordpress' ),
354
 
355
  // Reference: src/components/TheQuickLinks.vue:31
@@ -382,13 +396,16 @@ $generated_i18n_strings = array(
382
  // Reference: src/modules/reports/components/ReportReAuth.vue:20
383
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-for-wordpress' ),
384
 
385
- // Reference: src/modules/reports/components/ReportReAuth.vue:21
 
386
  __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
387
 
388
- // Reference: src/modules/reports/components/ReportReAuth.vue:30
 
389
  __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
390
 
391
- // Reference: src/modules/reports/components/ReportReAuth.vue:47
 
392
  __( 'Ok', 'google-analytics-for-wordpress' ),
393
 
394
  // Reference: src/modules/widget/components/monsterinsights-WidgetSettings-Lite.vue:19
@@ -405,6 +422,7 @@ $generated_i18n_strings = array(
405
  // Reference: src/modules/reports/routes/index.js:41
406
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
407
 
 
408
  // Reference: src/modules/reports/routes/index.js:49
409
  __( 'Search Console Report', 'google-analytics-for-wordpress' ),
410
 
@@ -414,7 +432,6 @@ $generated_i18n_strings = array(
414
  // Reference: src/modules/reports/routes/index.js:65
415
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
416
 
417
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:51
418
  // Reference: src/modules/reports/routes/index.js:73
419
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
420
 
@@ -423,15 +440,14 @@ $generated_i18n_strings = array(
423
  // Reference: src/modules/reports/routes/index.js:85
424
  __( '2019 Year in Review', 'google-analytics-for-wordpress' ),
425
 
426
- // Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
427
- // Reference: src/modules/settings/routes/network.js:35
428
  __( 'About Us', 'google-analytics-for-wordpress' ),
429
 
430
- // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
431
- // Reference: src/modules/settings/routes/network.js:43
432
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
433
 
434
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:52
 
435
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
436
 
437
  // Reference: src/modules/settings/routes/site.js:35
@@ -545,19 +561,19 @@ $generated_i18n_strings = array(
545
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
546
  __( 'MonsterInsights makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-for-wordpress' ),
547
 
548
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:57
549
  __( 'Launch Setup Wizard', 'google-analytics-for-wordpress' ),
550
 
551
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
552
  __( 'Please ask your webmaster to connect MonsterInsights to Google Analytics.', 'google-analytics-for-wordpress' ),
553
 
554
- // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:44
555
  __( 'Publishers', 'google-analytics-for-wordpress' ),
556
 
557
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:46
558
  __( 'Search Console', 'google-analytics-for-wordpress' ),
559
 
560
- // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:47
561
  __( 'Dimensions', 'google-analytics-for-wordpress' ),
562
 
563
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:48
@@ -652,13 +668,13 @@ $generated_i18n_strings = array(
652
  // Reference: src/modules/reports/store/actions.js:212
653
  __( 'Please wait', 'google-analytics-for-wordpress' ),
654
 
655
- // Reference: src/modules/reports/store/actions.js:52
656
  __( 'activate', 'google-analytics-for-wordpress' ),
657
 
658
- // Reference: src/modules/reports/store/actions.js:52
659
  __( 'install', 'google-analytics-for-wordpress' ),
660
 
661
- // Reference: src/modules/reports/store/actions.js:56
662
  __( 'Visit addons page', 'google-analytics-for-wordpress' ),
663
 
664
  // Reference: src/modules/reports/store/actions.js:64
@@ -692,19 +708,15 @@ $generated_i18n_strings = array(
692
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:29
693
  __( 'Your Website', 'google-analytics-for-wordpress' ),
694
 
695
- // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:30
696
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:62
697
  __( 'Sessions', 'google-analytics-for-wordpress' ),
698
 
699
- // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:31
700
- // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:300
701
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:65
702
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
703
 
704
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:32
705
  __( 'Avg. Duration', 'google-analytics-for-wordpress' ),
706
 
707
- // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:33
708
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:73
709
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
710
 
@@ -720,20 +732,20 @@ $generated_i18n_strings = array(
720
  // Reference: src/modules/widget/components/WidgetReportsLink.vue:18
721
  __( 'Go to the Analytics Dashboard', 'google-analytics-for-wordpress' ),
722
 
723
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:45
724
  __( 'License Key', 'google-analytics-for-wordpress' ),
725
 
726
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:47
727
  /* Translators: Add link to retrieve license key from account. */
728
  __( 'Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-for-wordpress' ),
729
 
730
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:48
731
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
732
 
733
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:49
734
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
735
 
736
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:50
737
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
738
 
739
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:51
@@ -761,36 +773,36 @@ $generated_i18n_strings = array(
761
  /* Translators: Make text green. */
762
  __( 'Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
763
 
764
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:33
765
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
766
 
767
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:105
768
  /* Translators: placeholders make text small. */
769
  __( 'Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s', 'google-analytics-for-wordpress' ),
770
 
771
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:110
772
  /* Translators: placeholders make text small. */
773
  __( 'Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s', 'google-analytics-for-wordpress' ),
774
 
775
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:115
776
  /* Translators: placeholders make text small. */
777
  __( 'None %1$s- Manually update everything.%2$s', 'google-analytics-for-wordpress' ),
778
 
779
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:81
780
  __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
781
 
782
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:55
783
  __( 'Setup Wizard', 'google-analytics-for-wordpress' ),
784
 
785
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:56
786
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-for-wordpress' ),
787
 
788
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:64
789
  /* Translators: Line break. */
790
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
791
 
792
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:63
793
- /* Translators: Number of unique pageviews. */
794
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
795
 
796
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:68
@@ -808,7 +820,7 @@ $generated_i18n_strings = array(
808
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:72
809
  __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
810
 
811
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:59
812
  __( 'Demographics', 'google-analytics-for-wordpress' ),
813
 
814
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:60
@@ -1042,11 +1054,9 @@ $generated_i18n_strings = array(
1042
  __( 'More advanced features', 'google-analytics-for-wordpress' ),
1043
 
1044
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:86
1045
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:57
1046
  __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
1047
 
1048
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:88
1049
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:59
1050
  /* Translators: Makes text green. */
1051
  __( 'Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
1052
 
@@ -1075,7 +1085,7 @@ $generated_i18n_strings = array(
1075
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:68
1076
  __( 'Users that have at least one of these roles will be able to view the reports.', 'google-analytics-for-wordpress' ),
1077
 
1078
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:69
1079
  __( 'Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.', 'google-analytics-for-wordpress' ),
1080
 
1081
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:70
@@ -1163,20 +1173,21 @@ $generated_i18n_strings = array(
1163
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:263
1164
  __( 'This list shows the top websites that send your website traffic, known as referral traffic.', 'google-analytics-for-wordpress' ),
1165
 
1166
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:50
1167
  /* Translators: Example path (/go/). */
1168
  __( 'Path (example: %s)', 'google-analytics-for-wordpress' ),
1169
 
1170
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:52
1171
  __( 'Path has to start with a / and have no spaces', 'google-analytics-for-wordpress' ),
1172
 
1173
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:57
1174
  /* Translators: Example label (aff). */
1175
  __( 'Label (example: %s)', 'google-analytics-for-wordpress' ),
1176
 
1177
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:59
1178
  __( 'Label can\'t contain any spaces', 'google-analytics-for-wordpress' ),
1179
 
 
1180
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:62
1181
  __( 'Affiliate Links', 'google-analytics-for-wordpress' ),
1182
 
@@ -1262,8 +1273,7 @@ $generated_i18n_strings = array(
1262
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:284
1263
  __( 'Average Age', 'google-analytics-for-wordpress' ),
1264
 
1265
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:106
1266
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:101
1267
  __( 'Behavior', 'google-analytics-for-wordpress' ),
1268
 
1269
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:286
@@ -1612,7 +1622,6 @@ $generated_i18n_strings = array(
1612
  __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
1613
 
1614
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:95
1615
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:31
1616
  __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
1617
 
1618
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:99
@@ -1786,7 +1795,7 @@ $generated_i18n_strings = array(
1786
  __( 'Can\'t deauthenticate. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1787
 
1788
  // Reference: src/modules/license/api/index.js:149
1789
- // Reference: src/modules/wizard-onboarding/api/index.js:22
1790
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
1791
 
1792
  // Reference: src/modules/settings/api/index.js:73
@@ -1889,6 +1898,7 @@ $generated_i18n_strings = array(
1889
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1890
 
1891
  // Reference: src/modules/addons/components/AddonButton.vue:39
 
1892
  __( 'Installing...', 'google-analytics-for-wordpress' ),
1893
 
1894
  // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:31
@@ -1923,7 +1933,7 @@ $generated_i18n_strings = array(
1923
  // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:48
1924
  __( 'View all MonsterInsights addons', 'google-analytics-for-wordpress' ),
1925
 
1926
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:49
1927
  __( 'Save and continue', 'google-analytics-for-wordpress' ),
1928
 
1929
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
@@ -1941,7 +1951,7 @@ $generated_i18n_strings = array(
1941
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:75
1942
  __( 'Warning: If you use a manual UA code, you won\'t be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X\'s are numbers.', 'google-analytics-for-wordpress' ),
1943
 
1944
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:34
1945
  __( 'Save and Continue', 'google-analytics-for-wordpress' ),
1946
 
1947
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:81
@@ -2140,15 +2150,13 @@ $generated_i18n_strings = array(
2140
  // Reference: src/modules/widget/components/WidgetTips.vue:70
2141
  __( 'Pro Tip:', 'google-analytics-for-wordpress' ),
2142
 
2143
- // Reference: src/modules/settings/components/input/SettingsInputText.vue:46
2144
  __( 'Reset to default', 'google-analytics-for-wordpress' ),
2145
 
2146
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:47
2147
  __( 'The value entered does not match the required format', 'google-analytics-for-wordpress' ),
2148
 
2149
- // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:24
2150
  // Reference: src/modules/settings/components/SettingsAddonUpgrade.vue:37
2151
- // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:26
2152
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
2153
 
2154
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:27
@@ -2263,6 +2271,7 @@ $generated_i18n_strings = array(
2263
  __( 'No change', 'google-analytics-for-wordpress' ),
2264
 
2265
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:116
 
2266
  __( 'Authenticating', 'google-analytics-for-wordpress' ),
2267
 
2268
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:170
@@ -2278,6 +2287,7 @@ $generated_i18n_strings = array(
2278
  __( 'You\'ve disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won\'t see reports anymore.', 'google-analytics-for-wordpress' ),
2279
 
2280
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:67
 
2281
  __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
2282
 
2283
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:68
@@ -2290,9 +2300,11 @@ $generated_i18n_strings = array(
2290
  __( 'Active Profile', 'google-analytics-for-wordpress' ),
2291
 
2292
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:72
 
2293
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
2294
 
2295
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:73
 
2296
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
2297
 
2298
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:76
@@ -2390,27 +2402,34 @@ $generated_i18n_strings = array(
2390
  /* Translators: Placeholders are used for making text bold and adding a link. */
2391
  __( 'You\'re using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s.', 'google-analytics-for-wordpress' ),
2392
 
 
2393
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:335
2394
  __( 'Today', 'google-analytics-for-wordpress' ),
2395
 
2396
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:67
2397
  __( 'Yesterday', 'google-analytics-for-wordpress' ),
2398
 
 
2399
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:347
2400
  __( 'Last Week', 'google-analytics-for-wordpress' ),
2401
 
 
2402
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:353
2403
  __( 'Last Month', 'google-analytics-for-wordpress' ),
2404
 
 
2405
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:359
2406
  __( 'Last 7 days', 'google-analytics-for-wordpress' ),
2407
 
2408
- // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:48
 
2409
  __( 'Last 30 days', 'google-analytics-for-wordpress' ),
2410
 
 
2411
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:315
2412
  __( 'Unlock the Site Speed Report and Improve the Performance of Your Site', 'google-analytics-for-wordpress' ),
2413
 
 
2414
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:316
2415
  __( 'See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking', 'google-analytics-for-wordpress' ),
2416
 
@@ -2565,23 +2584,18 @@ $generated_i18n_strings = array(
2565
  __( 'Grab your campaign link and paste it into the Target URL field.', 'google-analytics-for-wordpress' ),
2566
 
2567
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:105
2568
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:100
2569
  __( 'Choose Theme', 'google-analytics-for-wordpress' ),
2570
 
2571
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:107
2572
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:102
2573
  __( 'Widget Styling', 'google-analytics-for-wordpress' ),
2574
 
2575
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:108
2576
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:103
2577
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-for-wordpress' ),
2578
 
2579
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:109
2580
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:104
2581
  __( 'Sort By', 'google-analytics-for-wordpress' ),
2582
 
2583
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:110
2584
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:105
2585
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-for-wordpress' ),
2586
 
2587
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:111
@@ -2597,20 +2611,16 @@ $generated_i18n_strings = array(
2597
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-for-wordpress' ),
2598
 
2599
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:115
2600
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:109
2601
  __( 'Include in Post Types', 'google-analytics-for-wordpress' ),
2602
 
2603
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:116
2604
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:110
2605
  __( 'Exclude from specific posts', 'google-analytics-for-wordpress' ),
2606
 
2607
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:118
2608
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:112
2609
  /* Translators: Placeholders make the text bold. */
2610
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-for-wordpress' ),
2611
 
2612
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:120
2613
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:114
2614
  /* Translators: Placeholders make the text bold. */
2615
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-for-wordpress' ),
2616
 
@@ -2619,7 +2629,6 @@ $generated_i18n_strings = array(
2619
  __( 'Customize Design', 'google-analytics-for-wordpress' ),
2620
 
2621
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:122
2622
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:115
2623
  __( 'Loading Themes', 'google-analytics-for-wordpress' ),
2624
 
2625
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
@@ -2629,27 +2638,22 @@ $generated_i18n_strings = array(
2629
  __( 'Please select at least one post to display.', 'google-analytics-for-wordpress' ),
2630
 
2631
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:129
2632
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:120
2633
  /* Translators: placeholders make text small. */
2634
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-for-wordpress' ),
2635
 
2636
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:134
2637
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:125
2638
  /* Translators: placeholders make text small. */
2639
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-for-wordpress' ),
2640
 
2641
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:141
2642
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:132
2643
  /* Translators: placeholders make text small. */
2644
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-for-wordpress' ),
2645
 
2646
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:146
2647
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:137
2648
  /* Translators: placeholders make text small. */
2649
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-for-wordpress' ),
2650
 
2651
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:151
2652
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:142
2653
  /* Translators: placeholders make text small. */
2654
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-for-wordpress' ),
2655
 
@@ -2710,7 +2714,6 @@ $generated_i18n_strings = array(
2710
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
2711
  __( 'Close', 'google-analytics-for-wordpress' ),
2712
 
2713
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:28
2714
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:48
2715
  __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-for-wordpress' ),
2716
 
@@ -2724,7 +2727,6 @@ $generated_i18n_strings = array(
2724
  /* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
2725
  __( 'Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.', 'google-analytics-for-wordpress' ),
2726
 
2727
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:30
2728
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:53
2729
  __( 'Automated + Curated', 'google-analytics-for-wordpress' ),
2730
 
@@ -2797,7 +2799,7 @@ $generated_i18n_strings = array(
2797
  /* Translators: Page number of total pages. 1 & 2 make the first part of the text bold. */
2798
  __( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-for-wordpress' ),
2799
 
2800
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:46
2801
  __( 'Theme Preview', 'google-analytics-for-wordpress' ),
2802
 
2803
  // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:47
@@ -2910,6 +2912,7 @@ $generated_i18n_strings = array(
2910
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:76
2911
  __( 'There are two ways to manual include the widget in your posts.', 'google-analytics-for-wordpress' ),
2912
 
 
2913
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:105
2914
  __( 'Using the Gutenberg Block', 'google-analytics-for-wordpress' ),
2915
 
@@ -2925,21 +2928,25 @@ $generated_i18n_strings = array(
2925
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:81
2926
  __( '%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg', 'google-analytics-for-wordpress' ),
2927
 
 
2928
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:113
2929
  __( '%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.', 'google-analytics-for-wordpress' ),
2930
 
2931
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:84
2932
  __( '%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”.', 'google-analytics-for-wordpress' ),
2933
 
 
2934
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:115
2935
  __( '%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.', 'google-analytics-for-wordpress' ),
2936
 
2937
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:87
2938
  __( 'Shortcode', 'google-analytics-for-wordpress' ),
2939
 
 
2940
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:123
2941
  __( 'Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.', 'google-analytics-for-wordpress' ),
2942
 
 
2943
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:124
2944
  __( 'Copy Shortcode', 'google-analytics-for-wordpress' ),
2945
 
@@ -3067,7 +3074,7 @@ $generated_i18n_strings = array(
3067
  /* Translators: Placeholder gets replaced with default GA js function. */
3068
  __( 'This enables MonsterInsights to work with plugins that use %1$s and don\'t support %2$s', 'google-analytics-for-wordpress' ),
3069
 
3070
- // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:50
3071
  __( 'Site Speed', 'google-analytics-for-wordpress' ),
3072
 
3073
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:265
10
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
11
  __( 'Loading settings', 'google-analytics-for-wordpress' ),
12
 
13
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:71
14
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:227
15
  // Reference: src/modules/widget/components/WidgetReportError.vue:25
16
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:124
17
  __( 'Error', 'google-analytics-for-wordpress' ),
18
 
19
  // Reference: src/plugins/monsterinsights-frontend-helper-plugin.js:14
22
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
23
  __( 'Loading new report data', 'google-analytics-for-wordpress' ),
24
 
25
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:55
26
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
27
 
28
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
29
  /* Translators: Adds an arrow icon. */
30
  __( 'Continue %s', 'google-analytics-for-wordpress' ),
31
 
32
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
33
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:236
34
  __( 'Unlock the Publishers Report and Focus on the Content that Matters', 'google-analytics-for-wordpress' ),
35
 
36
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:182
37
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:237
38
  __( 'Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
39
 
40
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:185
41
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:248
42
  __( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-for-wordpress' ),
43
 
44
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:186
45
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:249
46
  __( 'Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
47
 
48
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:189
49
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:260
50
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-for-wordpress' ),
51
 
52
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:190
53
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:261
54
  __( 'Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more.', 'google-analytics-for-wordpress' ),
55
 
56
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:193
57
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:274
58
  __( 'Unlock the Dimensions Report and Track Your Own Custom Data', 'google-analytics-for-wordpress' ),
59
 
60
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:194
61
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:275
62
  __( 'Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what\'s working right inside your WordPress dashboard.', 'google-analytics-for-wordpress' ),
63
 
64
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:197
65
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:285
66
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-for-wordpress' ),
67
 
68
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:198
69
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:286
70
  __( 'Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.', 'google-analytics-for-wordpress' ),
71
 
72
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:201
73
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:294
74
  __( 'Unlock the Search Console Report and See How People Find Your Website', 'google-analytics-for-wordpress' ),
75
 
76
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:202
77
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:295
78
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-for-wordpress' ),
79
 
80
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:205
81
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:304
82
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-for-wordpress' ),
83
 
84
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
85
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:305
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-for-wordpress' ),
87
 
189
 
190
  // Reference: src/modules/reports/routes/index.js:25
191
  // Reference: src/modules/widget/store/index.js:14
 
192
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
193
 
 
194
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:125
195
  __( 'Welcome to MonsterInsights', 'google-analytics-for-wordpress' ),
196
 
215
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:132
216
  __( 'See All Features', 'google-analytics-for-wordpress' ),
217
 
218
+ // Reference: src/modules/reports/components/monsterinsights-ReportsPdfExport-Lite.vue:48
219
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:133
220
  __( 'Upgrade to PRO', 'google-analytics-for-wordpress' ),
221
 
222
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:134
223
  __( 'per year', 'google-analytics-for-wordpress' ),
224
 
225
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:135
 
226
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
227
 
228
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:136
229
  __( 'Testimonials', 'google-analytics-for-wordpress' ),
230
 
231
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:140
232
  __( 'Universal Tracking', 'google-analytics-for-wordpress' ),
233
 
234
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:141
279
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:182
280
  __( 'Form Conversions', 'google-analytics-for-wordpress' ),
281
 
282
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:183
 
283
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
284
 
285
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:184
286
  __( 'Author Tracking', 'google-analytics-for-wordpress' ),
287
 
288
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:185
289
  __( 'Google Optimize', 'google-analytics-for-wordpress' ),
290
 
291
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:186
356
  __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
357
 
358
  // Reference: src/modules/addons/components/AddonButton.vue:51
359
+ // Reference: src/modules/widget/components/WidgetFooter.vue:20
360
  __( 'Install', 'google-analytics-for-wordpress' ),
361
 
362
  // Reference: src/modules/addons/components/AddonButton.vue:47
363
+ // Reference: src/modules/widget/components/WidgetFooter.vue:21
364
  __( 'Activate', 'google-analytics-for-wordpress' ),
365
 
366
+ // Reference: src/modules/widget/components/WidgetFooter.vue:22
367
  __( 'Learn More', 'google-analytics-for-wordpress' ),
368
 
369
  // Reference: src/components/TheQuickLinks.vue:31
396
  // Reference: src/modules/reports/components/ReportReAuth.vue:20
397
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-for-wordpress' ),
398
 
399
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:69
400
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:47
401
  __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
402
 
403
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:143
404
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:108
405
  __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
406
 
407
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:229
408
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:126
409
  __( 'Ok', 'google-analytics-for-wordpress' ),
410
 
411
  // Reference: src/modules/widget/components/monsterinsights-WidgetSettings-Lite.vue:19
422
  // Reference: src/modules/reports/routes/index.js:41
423
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
424
 
425
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportSearchConsole-Lite.vue:26
426
  // Reference: src/modules/reports/routes/index.js:49
427
  __( 'Search Console Report', 'google-analytics-for-wordpress' ),
428
 
432
  // Reference: src/modules/reports/routes/index.js:65
433
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
434
 
 
435
  // Reference: src/modules/reports/routes/index.js:73
436
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
437
 
440
  // Reference: src/modules/reports/routes/index.js:85
441
  __( '2019 Year in Review', 'google-analytics-for-wordpress' ),
442
 
443
+ // Reference: src/modules/settings/routes/site.js:122
 
444
  __( 'About Us', 'google-analytics-for-wordpress' ),
445
 
446
+ // Reference: src/modules/settings/routes/site.js:130
 
447
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
448
 
449
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:52
450
+ // Reference: src/modules/settings/routes/site.js:139
451
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
452
 
453
  // Reference: src/modules/settings/routes/site.js:35
561
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
562
  __( 'MonsterInsights makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-for-wordpress' ),
563
 
564
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:98
565
  __( 'Launch Setup Wizard', 'google-analytics-for-wordpress' ),
566
 
567
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
568
  __( 'Please ask your webmaster to connect MonsterInsights to Google Analytics.', 'google-analytics-for-wordpress' ),
569
 
570
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportPublishers-Lite.vue:25
571
  __( 'Publishers', 'google-analytics-for-wordpress' ),
572
 
573
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:46
574
  __( 'Search Console', 'google-analytics-for-wordpress' ),
575
 
576
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportDimensions-Lite.vue:22
577
  __( 'Dimensions', 'google-analytics-for-wordpress' ),
578
 
579
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:48
668
  // Reference: src/modules/reports/store/actions.js:212
669
  __( 'Please wait', 'google-analytics-for-wordpress' ),
670
 
671
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
672
  __( 'activate', 'google-analytics-for-wordpress' ),
673
 
674
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
675
  __( 'install', 'google-analytics-for-wordpress' ),
676
 
677
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:127
678
  __( 'Visit addons page', 'google-analytics-for-wordpress' ),
679
 
680
  // Reference: src/modules/reports/store/actions.js:64
708
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:29
709
  __( 'Your Website', 'google-analytics-for-wordpress' ),
710
 
 
711
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:62
712
  __( 'Sessions', 'google-analytics-for-wordpress' ),
713
 
 
 
714
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:65
715
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
716
 
717
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:32
718
  __( 'Avg. Duration', 'google-analytics-for-wordpress' ),
719
 
 
720
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:73
721
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
722
 
732
  // Reference: src/modules/widget/components/WidgetReportsLink.vue:18
733
  __( 'Go to the Analytics Dashboard', 'google-analytics-for-wordpress' ),
734
 
735
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:91
736
  __( 'License Key', 'google-analytics-for-wordpress' ),
737
 
738
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:47
739
  /* Translators: Add link to retrieve license key from account. */
740
  __( 'Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-for-wordpress' ),
741
 
742
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:92
743
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
744
 
745
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:93
746
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
747
 
748
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:94
749
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
750
 
751
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:51
773
  /* Translators: Make text green. */
774
  __( 'Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
775
 
776
+ // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewUpsell-Lite.vue:31
777
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
778
 
779
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:78
780
  /* Translators: placeholders make text small. */
781
  __( 'Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s', 'google-analytics-for-wordpress' ),
782
 
783
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:83
784
  /* Translators: placeholders make text small. */
785
  __( 'Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s', 'google-analytics-for-wordpress' ),
786
 
787
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:88
788
  /* Translators: placeholders make text small. */
789
  __( 'None %1$s- Manually update everything.%2$s', 'google-analytics-for-wordpress' ),
790
 
791
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:95
792
  __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
793
 
794
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:96
795
  __( 'Setup Wizard', 'google-analytics-for-wordpress' ),
796
 
797
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:97
798
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-for-wordpress' ),
799
 
800
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:64
801
  /* Translators: Line break. */
802
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
803
 
804
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:67
805
+ /* Translators: Line break. */
806
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
807
 
808
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:68
820
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:72
821
  __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
822
 
823
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:276
824
  __( 'Demographics', 'google-analytics-for-wordpress' ),
825
 
826
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:60
1054
  __( 'More advanced features', 'google-analytics-for-wordpress' ),
1055
 
1056
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:86
 
1057
  __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
1058
 
1059
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:88
 
1060
  /* Translators: Makes text green. */
1061
  __( 'Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
1062
 
1085
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:68
1086
  __( 'Users that have at least one of these roles will be able to view the reports.', 'google-analytics-for-wordpress' ),
1087
 
1088
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:88
1089
  __( 'Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.', 'google-analytics-for-wordpress' ),
1090
 
1091
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:70
1173
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:263
1174
  __( 'This list shows the top websites that send your website traffic, known as referral traffic.', 'google-analytics-for-wordpress' ),
1175
 
1176
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:71
1177
  /* Translators: Example path (/go/). */
1178
  __( 'Path (example: %s)', 'google-analytics-for-wordpress' ),
1179
 
1180
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:73
1181
  __( 'Path has to start with a / and have no spaces', 'google-analytics-for-wordpress' ),
1182
 
1183
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:78
1184
  /* Translators: Example label (aff). */
1185
  __( 'Label (example: %s)', 'google-analytics-for-wordpress' ),
1186
 
1187
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:80
1188
  __( 'Label can\'t contain any spaces', 'google-analytics-for-wordpress' ),
1189
 
1190
+ // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:25
1191
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:62
1192
  __( 'Affiliate Links', 'google-analytics-for-wordpress' ),
1193
 
1273
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:284
1274
  __( 'Average Age', 'google-analytics-for-wordpress' ),
1275
 
1276
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:285
 
1277
  __( 'Behavior', 'google-analytics-for-wordpress' ),
1278
 
1279
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:286
1622
  __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
1623
 
1624
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:95
 
1625
  __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
1626
 
1627
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:99
1795
  __( 'Can\'t deauthenticate. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1796
 
1797
  // Reference: src/modules/license/api/index.js:149
1798
+ // Reference: src/modules/settings/api/index.js:23
1799
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
1800
 
1801
  // Reference: src/modules/settings/api/index.js:73
1898
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1899
 
1900
  // Reference: src/modules/addons/components/AddonButton.vue:39
1901
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
1902
  __( 'Installing...', 'google-analytics-for-wordpress' ),
1903
 
1904
  // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:31
1933
  // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:48
1934
  __( 'View all MonsterInsights addons', 'google-analytics-for-wordpress' ),
1935
 
1936
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
1937
  __( 'Save and continue', 'google-analytics-for-wordpress' ),
1938
 
1939
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
1951
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:75
1952
  __( 'Warning: If you use a manual UA code, you won\'t be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X\'s are numbers.', 'google-analytics-for-wordpress' ),
1953
 
1954
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:55
1955
  __( 'Save and Continue', 'google-analytics-for-wordpress' ),
1956
 
1957
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:81
2150
  // Reference: src/modules/widget/components/WidgetTips.vue:70
2151
  __( 'Pro Tip:', 'google-analytics-for-wordpress' ),
2152
 
2153
+ // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:56
2154
  __( 'Reset to default', 'google-analytics-for-wordpress' ),
2155
 
2156
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:47
2157
  __( 'The value entered does not match the required format', 'google-analytics-for-wordpress' ),
2158
 
 
2159
  // Reference: src/modules/settings/components/SettingsAddonUpgrade.vue:37
 
2160
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
2161
 
2162
  // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:27
2271
  __( 'No change', 'google-analytics-for-wordpress' ),
2272
 
2273
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:116
2274
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:79
2275
  __( 'Authenticating', 'google-analytics-for-wordpress' ),
2276
 
2277
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:170
2287
  __( 'You\'ve disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won\'t see reports anymore.', 'google-analytics-for-wordpress' ),
2288
 
2289
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:67
2290
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:46
2291
  __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
2292
 
2293
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:68
2300
  __( 'Active Profile', 'google-analytics-for-wordpress' ),
2301
 
2302
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:72
2303
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
2304
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
2305
 
2306
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:73
2307
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
2308
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
2309
 
2310
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:76
2402
  /* Translators: Placeholders are used for making text bold and adding a link. */
2403
  __( 'You\'re using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s.', 'google-analytics-for-wordpress' ),
2404
 
2405
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:223
2406
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:335
2407
  __( 'Today', 'google-analytics-for-wordpress' ),
2408
 
2409
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:67
2410
  __( 'Yesterday', 'google-analytics-for-wordpress' ),
2411
 
2412
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:235
2413
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:347
2414
  __( 'Last Week', 'google-analytics-for-wordpress' ),
2415
 
2416
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:241
2417
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:353
2418
  __( 'Last Month', 'google-analytics-for-wordpress' ),
2419
 
2420
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:247
2421
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:359
2422
  __( 'Last 7 days', 'google-analytics-for-wordpress' ),
2423
 
2424
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:253
2425
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:365
2426
  __( 'Last 30 days', 'google-analytics-for-wordpress' ),
2427
 
2428
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:209
2429
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:315
2430
  __( 'Unlock the Site Speed Report and Improve the Performance of Your Site', 'google-analytics-for-wordpress' ),
2431
 
2432
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:210
2433
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:316
2434
  __( 'See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking', 'google-analytics-for-wordpress' ),
2435
 
2584
  __( 'Grab your campaign link and paste it into the Target URL field.', 'google-analytics-for-wordpress' ),
2585
 
2586
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:105
 
2587
  __( 'Choose Theme', 'google-analytics-for-wordpress' ),
2588
 
2589
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:107
 
2590
  __( 'Widget Styling', 'google-analytics-for-wordpress' ),
2591
 
2592
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:108
 
2593
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-for-wordpress' ),
2594
 
2595
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:109
 
2596
  __( 'Sort By', 'google-analytics-for-wordpress' ),
2597
 
2598
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:110
 
2599
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-for-wordpress' ),
2600
 
2601
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:111
2611
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-for-wordpress' ),
2612
 
2613
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:115
 
2614
  __( 'Include in Post Types', 'google-analytics-for-wordpress' ),
2615
 
2616
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:116
 
2617
  __( 'Exclude from specific posts', 'google-analytics-for-wordpress' ),
2618
 
2619
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:118
 
2620
  /* Translators: Placeholders make the text bold. */
2621
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-for-wordpress' ),
2622
 
2623
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:120
 
2624
  /* Translators: Placeholders make the text bold. */
2625
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-for-wordpress' ),
2626
 
2629
  __( 'Customize Design', 'google-analytics-for-wordpress' ),
2630
 
2631
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:122
 
2632
  __( 'Loading Themes', 'google-analytics-for-wordpress' ),
2633
 
2634
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
2638
  __( 'Please select at least one post to display.', 'google-analytics-for-wordpress' ),
2639
 
2640
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:129
 
2641
  /* Translators: placeholders make text small. */
2642
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-for-wordpress' ),
2643
 
2644
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:134
 
2645
  /* Translators: placeholders make text small. */
2646
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-for-wordpress' ),
2647
 
2648
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:141
 
2649
  /* Translators: placeholders make text small. */
2650
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-for-wordpress' ),
2651
 
2652
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:146
 
2653
  /* Translators: placeholders make text small. */
2654
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-for-wordpress' ),
2655
 
2656
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:151
 
2657
  /* Translators: placeholders make text small. */
2658
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-for-wordpress' ),
2659
 
2714
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
2715
  __( 'Close', 'google-analytics-for-wordpress' ),
2716
 
 
2717
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:48
2718
  __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-for-wordpress' ),
2719
 
2727
  /* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
2728
  __( 'Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.', 'google-analytics-for-wordpress' ),
2729
 
 
2730
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:53
2731
  __( 'Automated + Curated', 'google-analytics-for-wordpress' ),
2732
 
2799
  /* Translators: Page number of total pages. 1 & 2 make the first part of the text bold. */
2800
  __( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-for-wordpress' ),
2801
 
2802
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:60
2803
  __( 'Theme Preview', 'google-analytics-for-wordpress' ),
2804
 
2805
  // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:47
2912
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:76
2913
  __( 'There are two ways to manual include the widget in your posts.', 'google-analytics-for-wordpress' ),
2914
 
2915
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:77
2916
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:105
2917
  __( 'Using the Gutenberg Block', 'google-analytics-for-wordpress' ),
2918
 
2928
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:81
2929
  __( '%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg', 'google-analytics-for-wordpress' ),
2930
 
2931
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:83
2932
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:113
2933
  __( '%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.', 'google-analytics-for-wordpress' ),
2934
 
2935
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:84
2936
  __( '%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”.', 'google-analytics-for-wordpress' ),
2937
 
2938
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:85
2939
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:115
2940
  __( '%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.', 'google-analytics-for-wordpress' ),
2941
 
2942
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:87
2943
  __( 'Shortcode', 'google-analytics-for-wordpress' ),
2944
 
2945
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:88
2946
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:123
2947
  __( 'Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.', 'google-analytics-for-wordpress' ),
2948
 
2949
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:89
2950
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:124
2951
  __( 'Copy Shortcode', 'google-analytics-for-wordpress' ),
2952
 
3074
  /* Translators: Placeholder gets replaced with default GA js function. */
3075
  __( 'This enables MonsterInsights to work with plugins that use %1$s and don\'t support %2$s', 'google-analytics-for-wordpress' ),
3076
 
3077
+ // Reference: src/modules/reports/components/reports/monsterinsights-SiteSpeed-Lite.vue:23
3078
  __( 'Site Speed', 'google-analytics-for-wordpress' ),
3079
 
3080
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:265
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: chriscct7, smub
3
  Donate link: http://www.wpbeginner.com/wpbeginner-needs-your-help/
4
  Tags: WordPress analytics, google analytics, google analytics dashboard, google analytics widget, WooCommerce stats, analytics dashboard, universal google analytics, statistics, tracking, stats, google, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
5
  Requires at least: 3.8.0
6
- Tested up to: 5.6
7
- Stable tag: 7.16.1
8
  Requires PHP: 5.2
9
  License: GPL v3
10
 
@@ -285,6 +285,9 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
285
  4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
286
 
287
  == Changelog ==
 
 
 
288
  = 7.16.1: February 17, 2021 =
289
  - Tweak: We made an adjustment to our gtag.js compatibility layer to improve support for all analytics.js event sending syntax.
290
  - Fix: We fixed an issue with lightbox scripts using images hosted on external CDN servers.
3
  Donate link: http://www.wpbeginner.com/wpbeginner-needs-your-help/
4
  Tags: WordPress analytics, google analytics, google analytics dashboard, google analytics widget, WooCommerce stats, analytics dashboard, universal google analytics, statistics, tracking, stats, google, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
5
  Requires at least: 3.8.0
6
+ Tested up to: 5.7
7
+ Stable tag: 7.16.2
8
  Requires PHP: 5.2
9
  License: GPL v3
10
 
285
  4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
286
 
287
  == Changelog ==
288
+ = 7.16.2: February 22, 2021 =
289
+ - Tweak: We improved our gtag.js compatibility layer with support for custom trackers used in the analytics.js format for some integrations.
290
+
291
  = 7.16.1: February 17, 2021 =
292
  - Tweak: We made an adjustment to our gtag.js compatibility layer to improve support for all analytics.js event sending syntax.
293
  - Fix: We fixed an issue with lightbox scripts using images hosted on external CDN servers.