Google Analytics for WordPress by MonsterInsights - Version 8.3.4

Version Description

Download this release

Release Info

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

Code changes from version 8.3.3 to 8.3.4

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: 8.3.3
10
  * Requires at least: 4.8.0
11
  * Requires PHP: 5.5
12
  *
@@ -69,7 +69,7 @@ final class MonsterInsights_Lite {
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
- public $version = '8.3.3';
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: 8.3.4
10
  * Requires at least: 4.8.0
11
  * Requires PHP: 5.5
12
  *
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
+ public $version = '8.3.4';
73
 
74
  /**
75
  * Plugin file.
includes/admin/notifications.php CHANGED
@@ -337,7 +337,7 @@ class MonsterInsights_Notifications {
337
  $displayed = array();
338
 
339
  foreach ( $all_active as $notification ) {
340
- if ( $notification['priority'] === 1 || count( $displayed ) < 5 ) {
341
  $displayed[] = $notification;
342
  }
343
  }
@@ -423,12 +423,16 @@ class MonsterInsights_Notifications {
423
 
424
  // Sort notifications by priority
425
  usort( $notifications, function( $a, $b ) {
426
- if ( $a['priority'] == $b['priority'] ) {
427
- return 0;
428
- }
 
 
 
 
429
 
430
- return $a['priority'] < $b['priority'] ? -1 : 1;
431
- });
432
 
433
  update_option(
434
  $this->option_name,
337
  $displayed = array();
338
 
339
  foreach ( $all_active as $notification ) {
340
+ if ( ( isset( $notification['priority'] ) && $notification['priority'] === 1 ) || count( $displayed ) < 5 ) {
341
  $displayed[] = $notification;
342
  }
343
  }
423
 
424
  // Sort notifications by priority
425
  usort( $notifications, function( $a, $b ) {
426
+ if ( ! isset( $a['priority'] ) || ! isset( $b['priority'] ) ) {
427
+ return 0;
428
+ }
429
+
430
+ if ( $a['priority'] == $b['priority'] ) {
431
+ return 0;
432
+ }
433
 
434
+ return $a['priority'] < $b['priority'] ? -1 : 1;
435
+ });
436
 
437
  update_option(
438
  $this->option_name,
languages/google-analytics-for-wordpress.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the ExactMetrics Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: ExactMetrics Pro 7.3.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/monsterinsights-temp\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-02-09T15:49:52+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
@@ -119,14 +119,14 @@ msgstr ""
119
  #: includes/admin/admin.php:126
120
  #: includes/admin/em-admin.php:18
121
  #: includes/admin/em-admin.php:21
122
- #: languages/vue.php:248
123
  msgid "Insights"
124
  msgstr ""
125
 
126
  #: includes/admin/admin.php:34
127
  #: includes/admin/admin.php:42
128
  #: includes/admin/admin.php:222
129
- #: languages/vue.php:523
130
  msgid "Settings"
131
  msgstr ""
132
 
@@ -142,7 +142,7 @@ msgstr ""
142
 
143
  #: includes/admin/admin.php:39
144
  #: includes/admin/admin.php:130
145
- #: languages/vue.php:1981
146
  msgid "Reports"
147
  msgstr ""
148
 
@@ -152,7 +152,7 @@ msgstr ""
152
 
153
  #: includes/admin/admin.php:51
154
  #: languages/gutenberg.php:83
155
- #: languages/vue.php:885
156
  msgid "Popular Posts"
157
  msgstr ""
158
 
@@ -186,7 +186,7 @@ msgstr ""
186
 
187
  #: includes/admin/admin.php:71
188
  #: includes/admin/admin.php:146
189
- #: languages/vue.php:502
190
  msgid "About Us"
191
  msgstr ""
192
 
@@ -205,7 +205,7 @@ msgstr ""
205
  #: includes/admin/admin.php:76
206
  #: includes/admin/notifications/notification-upgrade-to-pro-high-traffic.php:41
207
  #: includes/admin/notifications/notification-upgrade-to-pro.php:33
208
- #: languages/vue.php:1409
209
  msgid "Upgrade to Pro"
210
  msgstr ""
211
 
@@ -233,7 +233,7 @@ msgstr ""
233
 
234
  #: includes/admin/admin.php:212
235
  #: includes/admin/admin.php:215
236
- #: languages/vue.php:909
237
  msgid "Support"
238
  msgstr ""
239
 
@@ -245,7 +245,7 @@ msgstr ""
245
  #: includes/admin/notifications/notification-upgrade-for-google-optimize.php:32
246
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:32
247
  #: includes/admin/reports/abstract-report.php:418
248
- #: languages/vue.php:1406
249
  msgid "Get MonsterInsights Pro"
250
  msgstr ""
251
 
@@ -255,12 +255,12 @@ msgid "Please rate %1$sMonsterInsights%2$s on %3$s %4$sWordPress.org%5$s to help
255
  msgstr ""
256
 
257
  #: includes/admin/admin.php:324
258
- #: languages/vue.php:487
259
  msgid "Please Setup Website Analytics to See Audience Insights"
260
  msgstr ""
261
 
262
  #: includes/admin/admin.php:325
263
- #: languages/vue.php:493
264
  msgid "Connect MonsterInsights and Setup Website Analytics"
265
  msgstr ""
266
 
@@ -275,12 +275,12 @@ msgstr ""
275
  #: includes/admin/notifications/notification-mobile-device-low-traffic.php:41
276
  #: includes/admin/notifications/notification-returning-visitors.php:43
277
  #: includes/admin/notifications/notification-traffic-dropping.php:43
278
- #: languages/vue.php:440
279
  msgid "Learn More"
280
  msgstr ""
281
 
282
  #: includes/admin/admin.php:329
283
- #: languages/vue.php:490
284
  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 3 million website owners use MonsterInsights to see the stats that matter and grow their business."
285
  msgstr ""
286
 
@@ -291,17 +291,17 @@ msgstr ""
291
 
292
  #. Translators: Adds a link to the license renewal.
293
  #: includes/admin/admin.php:350
294
- #: languages/vue.php:713
295
  msgid "Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
296
  msgstr ""
297
 
298
  #: includes/admin/admin.php:352
299
- #: languages/vue.php:716
300
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
301
  msgstr ""
302
 
303
  #: includes/admin/admin.php:354
304
- #: languages/vue.php:719
305
  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."
306
  msgstr ""
307
 
@@ -505,7 +505,7 @@ msgid "View 2021 Year in Review report!"
505
  msgstr ""
506
 
507
  #: includes/admin/common.php:951
508
- #: languages/vue.php:3465
509
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2022!"
510
  msgstr ""
511
 
@@ -526,7 +526,7 @@ msgstr ""
526
 
527
  #: includes/admin/exclude-page-metabox.php:102
528
  #: languages/gutenberg.php:149
529
- #: languages/vue.php:2375
530
  msgid "Upgrade"
531
  msgstr ""
532
 
@@ -720,7 +720,7 @@ msgstr ""
720
  #: includes/admin/notifications/notification-upgrade-for-custom-dimensions.php:26
721
  #: includes/admin/notifications/notification-upgrade-for-events-reporting.php:26
722
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:26
723
- #: languages/vue.php:1264
724
  #: lite/includes/admin/helpers.php:83
725
  msgid "Upgrade to MonsterInsights Pro"
726
  msgstr ""
@@ -756,7 +756,7 @@ msgstr ""
756
  #: includes/admin/notifications/notification-upgrade-for-form-conversion.php:31
757
  #: includes/admin/notifications/notification-upgrade-for-search-console.php:32
758
  #: includes/admin/reports/abstract-report.php:415
759
- #: languages/vue.php:286
760
  msgid "Upgrade Now"
761
  msgstr ""
762
 
@@ -933,7 +933,7 @@ msgid "Please ask your webmaster to enable this addon."
933
  msgstr ""
934
 
935
  #: includes/admin/reports/overview.php:34
936
- #: languages/vue.php:571
937
  msgid "Overview"
938
  msgstr ""
939
 
@@ -1426,7 +1426,7 @@ msgid "Question"
1426
  msgstr ""
1427
 
1428
  #: includes/gutenberg/headline-tool/headline-tool.php:290
1429
- #: languages/vue.php:529
1430
  msgid "General"
1431
  msgstr ""
1432
 
@@ -4826,7 +4826,7 @@ msgid "Theme"
4826
  msgstr ""
4827
 
4828
  #: languages/gutenberg.php:77
4829
- #: languages/vue.php:512
4830
  msgid "Inline Popular Posts"
4831
  msgstr ""
4832
 
@@ -4863,7 +4863,7 @@ msgid "Comment Color"
4863
  msgstr ""
4864
 
4865
  #: languages/gutenberg.php:107
4866
- #: languages/vue.php:2969
4867
  msgid "Wide-Layout Options"
4868
  msgstr ""
4869
 
@@ -4872,12 +4872,12 @@ msgid "Choose Layout"
4872
  msgstr ""
4873
 
4874
  #: languages/gutenberg.php:113
4875
- #: languages/vue.php:2972
4876
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4877
  msgstr ""
4878
 
4879
  #: languages/gutenberg.php:116
4880
- #: languages/vue.php:2993
4881
  msgid "Post Count"
4882
  msgstr ""
4883
 
@@ -4886,7 +4886,7 @@ msgid "Number of posts displayed."
4886
  msgstr ""
4887
 
4888
  #: languages/gutenberg.php:122
4889
- #: languages/vue.php:2975
4890
  msgid "Display Options"
4891
  msgstr ""
4892
 
@@ -4899,7 +4899,7 @@ msgid "Display Widget Title"
4899
  msgstr ""
4900
 
4901
  #: languages/gutenberg.php:131
4902
- #: languages/vue.php:2791
4903
  msgid "Widget Title"
4904
  msgstr ""
4905
 
@@ -4908,17 +4908,17 @@ msgid "Only Show Posts From These Categories"
4908
  msgstr ""
4909
 
4910
  #: languages/gutenberg.php:137
4911
- #: languages/vue.php:2981
4912
  msgid "Display Author"
4913
  msgstr ""
4914
 
4915
  #: languages/gutenberg.php:140
4916
- #: languages/vue.php:2984
4917
  msgid "Display Date"
4918
  msgstr ""
4919
 
4920
  #: languages/gutenberg.php:143
4921
- #: languages/vue.php:2987
4922
  msgid "Display Comments"
4923
  msgstr ""
4924
 
@@ -5139,7 +5139,7 @@ msgid "Goal: "
5139
  msgstr ""
5140
 
5141
  #: languages/gutenberg.php:324
5142
- #: languages/vue.php:864
5143
  msgid "Headline Analyzer"
5144
  msgstr ""
5145
 
@@ -5159,1222 +5159,1222 @@ msgstr ""
5159
  msgid "2"
5160
  msgstr ""
5161
 
5162
- #: languages/vue.php:14
5163
  msgid "Error"
5164
  msgstr ""
5165
 
5166
- #: languages/vue.php:17
5167
  msgid "Please try again."
5168
  msgstr ""
5169
 
5170
- #: languages/vue.php:20
5171
  msgid "Today"
5172
  msgstr ""
5173
 
5174
- #: languages/vue.php:23
5175
  msgid "Yesterday"
5176
  msgstr ""
5177
 
5178
- #: languages/vue.php:26
5179
  msgid "Last Week"
5180
  msgstr ""
5181
 
5182
- #: languages/vue.php:29
5183
  msgid "Last Month"
5184
  msgstr ""
5185
 
5186
- #: languages/vue.php:32
5187
  msgid "Last 7 days"
5188
  msgstr ""
5189
 
5190
- #: languages/vue.php:36
5191
  msgid "Last 30 days"
5192
  msgstr ""
5193
 
5194
- #: languages/vue.php:39
5195
  msgid "Loading settings"
5196
  msgstr ""
5197
 
5198
- #: languages/vue.php:42
5199
  msgid "Loading new report data"
5200
  msgstr ""
5201
 
5202
- #: languages/vue.php:46
5203
  msgid "Please wait..."
5204
  msgstr ""
5205
 
5206
  #. Translators: Adds an arrow icon.
5207
- #: languages/vue.php:50
5208
  msgid "Continue %s"
5209
  msgstr ""
5210
 
5211
- #: languages/vue.php:53
5212
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5213
  msgstr ""
5214
 
5215
- #: languages/vue.php:56
5216
  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."
5217
  msgstr ""
5218
 
5219
- #: languages/vue.php:59
5220
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5221
  msgstr ""
5222
 
5223
- #: languages/vue.php:62
5224
  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."
5225
  msgstr ""
5226
 
5227
- #: languages/vue.php:65
5228
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5229
  msgstr ""
5230
 
5231
- #: languages/vue.php:68
5232
  msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
5233
  msgstr ""
5234
 
5235
- #: languages/vue.php:71
5236
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5237
  msgstr ""
5238
 
5239
- #: languages/vue.php:74
5240
  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."
5241
  msgstr ""
5242
 
5243
- #: languages/vue.php:77
5244
  msgid "Unlock the Forms Report and Improve Conversions"
5245
  msgstr ""
5246
 
5247
- #: languages/vue.php:80
5248
  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."
5249
  msgstr ""
5250
 
5251
- #: languages/vue.php:83
5252
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5253
  msgstr ""
5254
 
5255
- #: languages/vue.php:86
5256
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5257
  msgstr ""
5258
 
5259
- #: languages/vue.php:89
5260
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5261
  msgstr ""
5262
 
5263
- #: languages/vue.php:92
5264
  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."
5265
  msgstr ""
5266
 
5267
- #: languages/vue.php:95
5268
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
5269
  msgstr ""
5270
 
5271
- #: languages/vue.php:98
5272
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
5273
  msgstr ""
5274
 
5275
- #: languages/vue.php:101
5276
  msgid "Loading Settings"
5277
  msgstr ""
5278
 
5279
- #: languages/vue.php:104
5280
  msgid "Saving Changes..."
5281
  msgstr ""
5282
 
5283
- #: languages/vue.php:107
5284
  msgid "Settings Updated"
5285
  msgstr ""
5286
 
5287
  #. Translators: Adds a link to the settings panel.
5288
- #: languages/vue.php:111
5289
  msgid "You need to %1$sconnect MonsterInsights%2$s first"
5290
  msgstr ""
5291
 
5292
- #: languages/vue.php:114
5293
  msgid "Could Not Save Changes"
5294
  msgstr ""
5295
 
5296
- #: languages/vue.php:117
5297
  msgid "Refreshing Report"
5298
  msgstr ""
5299
 
5300
- #: languages/vue.php:120
5301
  msgid "Loading new report data..."
5302
  msgstr ""
5303
 
5304
- #: languages/vue.php:123
5305
  msgid "See Your Top Landing Pages to Improve Engagement"
5306
  msgstr ""
5307
 
5308
- #: languages/vue.php:126
5309
  msgid "See Your Top Exit Pages to Reduce Abandonment"
5310
  msgstr ""
5311
 
5312
- #: languages/vue.php:129
5313
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
5314
  msgstr ""
5315
 
5316
- #: languages/vue.php:132
5317
  msgid "See Your Top Affiliate Links and Focus on What's Working"
5318
  msgstr ""
5319
 
5320
- #: languages/vue.php:135
5321
  msgid "See Your Top Downloads and Improve Conversions"
5322
  msgstr ""
5323
 
5324
- #: languages/vue.php:138
5325
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
5326
  msgstr ""
5327
 
5328
- #: languages/vue.php:141
5329
  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."
5330
  msgstr ""
5331
 
5332
- #: languages/vue.php:144
5333
  msgid "See Your Conversion Rate to Improve Your Funnel"
5334
  msgstr ""
5335
 
5336
- #: languages/vue.php:147
5337
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
5338
  msgstr ""
5339
 
5340
- #: languages/vue.php:150
5341
  msgid "See The Total Revenue to Track Growth"
5342
  msgstr ""
5343
 
5344
- #: languages/vue.php:153
5345
  msgid "See Average Order Value to Find Offer Opportunities"
5346
  msgstr ""
5347
 
5348
- #: languages/vue.php:156
5349
  msgid "See Your Top Products to See Individual Performance"
5350
  msgstr ""
5351
 
5352
- #: languages/vue.php:159
5353
  msgid "See Your Top Conversion Sources and Focus on What's Working"
5354
  msgstr ""
5355
 
5356
- #: languages/vue.php:162
5357
  msgid "See The Time it Takes for Customers to Purchase"
5358
  msgstr ""
5359
 
5360
- #: languages/vue.php:165
5361
  msgid "See How Many Sessions are Needed for a Purchase"
5362
  msgstr ""
5363
 
5364
- #: languages/vue.php:168
5365
  msgid "See Which Authors Generate the Most Traffic"
5366
  msgstr ""
5367
 
5368
- #: languages/vue.php:171
5369
  msgid "See Which Post Types Perform Better"
5370
  msgstr ""
5371
 
5372
- #: languages/vue.php:174
5373
  msgid "See Which Categories are the Most Popular"
5374
  msgstr ""
5375
 
5376
- #: languages/vue.php:177
5377
  msgid "See Your Blog's Most Popular SEO Scores"
5378
  msgstr ""
5379
 
5380
- #: languages/vue.php:180
5381
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
5382
  msgstr ""
5383
 
5384
- #: languages/vue.php:183
5385
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
5386
  msgstr ""
5387
 
5388
- #: languages/vue.php:186
5389
  msgid "See Your Top Converting Forms and Optimize"
5390
  msgstr ""
5391
 
5392
- #: languages/vue.php:189
5393
  msgid "See Your Forms Impressions Count to Find the Best Placement"
5394
  msgstr ""
5395
 
5396
- #: languages/vue.php:192
5397
  msgid "See Your Top Google Search Terms and Optimize Content"
5398
  msgstr ""
5399
 
5400
- #: languages/vue.php:195
5401
  msgid "See The Number of Clicks and Track Interests"
5402
  msgstr ""
5403
 
5404
- #: languages/vue.php:198
5405
  msgid "See The Click-Through-Ratio and Improve SEO"
5406
  msgstr ""
5407
 
5408
- #: languages/vue.php:201
5409
  msgid "See The Average Results Position and Focus on what works"
5410
  msgstr ""
5411
 
5412
- #: languages/vue.php:204
5413
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
5414
  msgstr ""
5415
 
5416
- #: languages/vue.php:207
5417
  msgid "See Your Top Pages Immediately After Making Changes"
5418
  msgstr ""
5419
 
5420
- #: languages/vue.php:210
5421
  msgid "See Your Top Referral Sources and Adapt Faster"
5422
  msgstr ""
5423
 
5424
- #: languages/vue.php:213
5425
  msgid "See Your Traffic Demographics"
5426
  msgstr ""
5427
 
5428
- #: languages/vue.php:216
5429
  msgid "Get Fresh Report Data Every 60 Seconds"
5430
  msgstr ""
5431
 
5432
- #: languages/vue.php:219
5433
  msgid "See Your Homepage's Overall Performance Score"
5434
  msgstr ""
5435
 
5436
- #: languages/vue.php:222
5437
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
5438
  msgstr ""
5439
 
5440
- #: languages/vue.php:225
5441
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
5442
  msgstr ""
5443
 
5444
- #: languages/vue.php:228
5445
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
5446
  msgstr ""
5447
 
5448
  #. Translators: Number of visitors.
5449
- #: languages/vue.php:232
5450
  msgid "See how %s visitors found your site!"
5451
  msgstr ""
5452
 
5453
  #. Translators: Number of visitors.
5454
- #: languages/vue.php:236
5455
  msgid "Your website was visited by %s users in the last 30 days."
5456
  msgstr ""
5457
 
5458
- #: languages/vue.php:239
5459
  msgid "See the full analytics report!"
5460
  msgstr ""
5461
 
5462
- #: languages/vue.php:242
5463
  msgid "Congratulations! "
5464
  msgstr ""
5465
 
5466
- #: languages/vue.php:245
5467
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
5468
  msgstr ""
5469
 
5470
- #: languages/vue.php:252
5471
  msgid "Overview Report"
5472
  msgstr ""
5473
 
5474
- #: languages/vue.php:255
5475
  #: lite/includes/admin/welcome.php:56
5476
  #: lite/includes/admin/welcome.php:57
5477
  msgid "Welcome to MonsterInsights"
5478
  msgstr ""
5479
 
5480
- #: languages/vue.php:258
5481
  msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
5482
  msgstr ""
5483
 
5484
- #: languages/vue.php:261
5485
  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."
5486
  msgstr ""
5487
 
5488
- #: languages/vue.php:264
5489
  msgid "Launch the Wizard!"
5490
  msgstr ""
5491
 
5492
- #: languages/vue.php:267
5493
  msgid "Read the Full Guide"
5494
  msgstr ""
5495
 
5496
- #: languages/vue.php:270
5497
  msgid "MonsterInsights Features & Addons"
5498
  msgstr ""
5499
 
5500
- #: languages/vue.php:273
5501
  msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
5502
  msgstr ""
5503
 
5504
- #: languages/vue.php:276
5505
  msgid "See All Features"
5506
  msgstr ""
5507
 
5508
- #: languages/vue.php:279
5509
  msgid "Upgrade to PRO"
5510
  msgstr ""
5511
 
5512
- #: languages/vue.php:282
5513
  msgid "per year"
5514
  msgstr ""
5515
 
5516
- #: languages/vue.php:289
5517
  msgid "Testimonials"
5518
  msgstr ""
5519
 
5520
- #: languages/vue.php:293
5521
  msgid "Universal Tracking"
5522
  msgstr ""
5523
 
5524
- #: languages/vue.php:296
5525
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5526
  msgstr ""
5527
 
5528
- #: languages/vue.php:299
5529
  msgid "Google Analytics Dashboard"
5530
  msgstr ""
5531
 
5532
- #: languages/vue.php:302
5533
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
5534
  msgstr ""
5535
 
5536
- #: languages/vue.php:305
5537
  msgid "Real-time Stats"
5538
  msgstr ""
5539
 
5540
- #: languages/vue.php:308
5541
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
5542
  msgstr ""
5543
 
5544
- #: languages/vue.php:311
5545
  msgid "Enhanced Ecommerce Tracking"
5546
  msgstr ""
5547
 
5548
- #: languages/vue.php:314
5549
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
5550
  msgstr ""
5551
 
5552
- #: languages/vue.php:317
5553
  msgid "Page Level Analytics"
5554
  msgstr ""
5555
 
5556
- #: languages/vue.php:320
5557
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5558
  msgstr ""
5559
 
5560
- #: languages/vue.php:323
5561
  msgid "Affiliate Link & Ads Tracking"
5562
  msgstr ""
5563
 
5564
- #: languages/vue.php:326
5565
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5566
  msgstr ""
5567
 
5568
- #: languages/vue.php:329
5569
  msgid "EU Compliance (GDPR Friendly)"
5570
  msgstr ""
5571
 
5572
- #: languages/vue.php:332
5573
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5574
  msgstr ""
5575
 
5576
- #: languages/vue.php:335
5577
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
5578
  msgstr ""
5579
 
5580
- #: languages/vue.php:338
5581
  msgid "Ecommerce Report"
5582
  msgstr ""
5583
 
5584
- #: languages/vue.php:341
5585
  msgid "Form Conversions"
5586
  msgstr ""
5587
 
5588
- #: languages/vue.php:345
5589
  msgid "Custom Dimensions"
5590
  msgstr ""
5591
 
5592
- #: languages/vue.php:348
5593
  msgid "Author Tracking"
5594
  msgstr ""
5595
 
5596
- #: languages/vue.php:351
5597
  msgid "Google Optimize"
5598
  msgstr ""
5599
 
5600
- #: languages/vue.php:354
5601
  msgid "Category / Tags Tracking"
5602
  msgstr ""
5603
 
5604
- #: languages/vue.php:357
5605
  msgid "WooCommerce"
5606
  msgstr ""
5607
 
5608
- #: languages/vue.php:361
5609
  msgid "Easy Digital Downloads"
5610
  msgstr ""
5611
 
5612
- #: languages/vue.php:365
5613
  msgid "MemberPress"
5614
  msgstr ""
5615
 
5616
- #: languages/vue.php:368
5617
  msgid "LifterLMS"
5618
  msgstr ""
5619
 
5620
  #. Translators: Current PHP version and recommended PHP version.
5621
- #: languages/vue.php:372
5622
  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."
5623
  msgstr ""
5624
 
5625
  #. Translators: Current WordPress version.
5626
- #: languages/vue.php:376
5627
  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."
5628
  msgstr ""
5629
 
5630
- #: languages/vue.php:379
5631
  msgid "Yikes! PHP Update Required"
5632
  msgstr ""
5633
 
5634
  #. Translators: Current PHP version and recommended PHP version.
5635
- #: languages/vue.php:383
5636
  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."
5637
  msgstr ""
5638
 
5639
- #: languages/vue.php:386
5640
  msgid "Learn more about updating PHP"
5641
  msgstr ""
5642
 
5643
- #: languages/vue.php:389
5644
  msgid "Yikes! WordPress Update Required"
5645
  msgstr ""
5646
 
5647
  #. Translators: Current WordPress version.
5648
- #: languages/vue.php:393
5649
  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."
5650
  msgstr ""
5651
 
5652
- #: languages/vue.php:396
5653
  msgid "Learn more about updating WordPress"
5654
  msgstr ""
5655
 
5656
- #: languages/vue.php:399
5657
  msgid "MonsterInsights encountered an error loading your report data"
5658
  msgstr ""
5659
 
5660
- #: languages/vue.php:402
5661
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5662
  msgstr ""
5663
 
5664
- #: languages/vue.php:405
5665
  msgid "Reconnect MonsterInsights"
5666
  msgstr ""
5667
 
5668
- #: languages/vue.php:408
5669
  msgid "Re-Authenticating"
5670
  msgstr ""
5671
 
5672
- #: languages/vue.php:412
5673
  msgid "Ok"
5674
  msgstr ""
5675
 
5676
- #: languages/vue.php:415
5677
  msgid "See Quick Links"
5678
  msgstr ""
5679
 
5680
- #: languages/vue.php:418
5681
  msgid "Suggest a Feature"
5682
  msgstr ""
5683
 
5684
- #: languages/vue.php:421
5685
  msgid "Join Our Community"
5686
  msgstr ""
5687
 
5688
- #: languages/vue.php:424
5689
  msgid "Support & Docs"
5690
  msgstr ""
5691
 
5692
- #: languages/vue.php:427
5693
  msgid "Upgrade to Pro &#187;"
5694
  msgstr ""
5695
 
5696
  #. Translators: Placeholder is replaced with WPForms.
5697
- #: languages/vue.php:431
5698
  msgid "Recommended Plugin: %s"
5699
  msgstr ""
5700
 
5701
- #: languages/vue.php:434
5702
  msgid "Install"
5703
  msgstr ""
5704
 
5705
- #: languages/vue.php:437
5706
  msgid "Activate"
5707
  msgstr ""
5708
 
5709
- #: languages/vue.php:443
5710
  msgid "Powered by MonsterInsights"
5711
  msgstr ""
5712
 
5713
- #: languages/vue.php:446
5714
  #: lite/includes/admin/wp-site-health.php:253
5715
  msgid "View Reports"
5716
  msgstr ""
5717
 
5718
- #: languages/vue.php:449
5719
  msgid "Congratulations!"
5720
  msgstr ""
5721
 
5722
  #. Translators: Add link to YouTube video and Onboarding Wizard.
5723
- #: languages/vue.php:453
5724
  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."
5725
  msgstr ""
5726
 
5727
  #. Translators: Add link to YouTube video and Onboarding Wizard.
5728
- #: languages/vue.php:457
5729
  msgid "Onboarding Wizard"
5730
  msgstr ""
5731
 
5732
- #: languages/vue.php:460
5733
  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."
5734
  msgstr ""
5735
 
5736
- #: languages/vue.php:463
5737
  msgid "Save Changes"
5738
  msgstr ""
5739
 
5740
- #: languages/vue.php:466
5741
  msgid "Inbox"
5742
  msgstr ""
5743
 
5744
- #: languages/vue.php:469
5745
  msgid "Back to Inbox"
5746
  msgstr ""
5747
 
5748
- #: languages/vue.php:472
5749
  msgid "View Dismissed"
5750
  msgstr ""
5751
 
5752
- #: languages/vue.php:475
5753
  msgid "Notifications"
5754
  msgstr ""
5755
 
5756
- #: languages/vue.php:478
5757
  msgid "Dismiss All"
5758
  msgstr ""
5759
 
5760
- #: languages/vue.php:481
5761
  msgid "Dismissed"
5762
  msgstr ""
5763
 
5764
- #: languages/vue.php:484
5765
  msgid "No Notifications"
5766
  msgstr ""
5767
 
5768
- #: languages/vue.php:496
5769
  msgid "Import Export"
5770
  msgstr ""
5771
 
5772
- #: languages/vue.php:499
5773
  msgid "PrettyLinks Integration"
5774
  msgstr ""
5775
 
5776
- #: languages/vue.php:505
5777
  msgid "Getting Started"
5778
  msgstr ""
5779
 
5780
- #: languages/vue.php:508
5781
  msgid "Lite vs Pro"
5782
  msgstr ""
5783
 
5784
- #: languages/vue.php:516
5785
  msgid "Popular Posts Widget"
5786
  msgstr ""
5787
 
5788
- #: languages/vue.php:520
5789
  msgid "Popular Products"
5790
  msgstr ""
5791
 
5792
- #: languages/vue.php:526
5793
  msgid "Sub menu item for WooCommerce Analytics"
5794
  msgstr ""
5795
 
5796
- #: languages/vue.php:532
5797
  msgid "Engagement"
5798
  msgstr ""
5799
 
5800
- #: languages/vue.php:535
5801
  #: lite/includes/admin/reports/report-ecommerce.php:22
5802
  msgid "eCommerce"
5803
  msgstr ""
5804
 
5805
- #: languages/vue.php:538
5806
  msgid "Publisher"
5807
  msgstr ""
5808
 
5809
- #: languages/vue.php:541
5810
  msgid "Conversions"
5811
  msgstr ""
5812
 
5813
- #: languages/vue.php:544
5814
  msgid "Advanced"
5815
  msgstr ""
5816
 
5817
- #: languages/vue.php:547
5818
  msgid "URL Builder"
5819
  msgstr ""
5820
 
5821
- #: languages/vue.php:550
5822
  msgid "MonsterInsights Addons"
5823
  msgstr ""
5824
 
5825
- #: languages/vue.php:553
5826
  msgid "Search Addons"
5827
  msgstr ""
5828
 
5829
- #: languages/vue.php:556
5830
  msgid "Exit Setup"
5831
  msgstr ""
5832
 
5833
- #: languages/vue.php:559
5834
  msgid "You must connect with MonsterInsights before you can view reports."
5835
  msgstr ""
5836
 
5837
- #: languages/vue.php:562
5838
  msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5839
  msgstr ""
5840
 
5841
- #: languages/vue.php:565
5842
  msgid "Launch Setup Wizard"
5843
  msgstr ""
5844
 
5845
- #: languages/vue.php:568
5846
  msgid "Please ask your webmaster to connect MonsterInsights to Google Analytics."
5847
  msgstr ""
5848
 
5849
- #: languages/vue.php:574
5850
  #: lite/includes/admin/reports/report-publisher.php:22
5851
  msgid "Publishers"
5852
  msgstr ""
5853
 
5854
- #: languages/vue.php:577
5855
  #: lite/includes/admin/reports/report-queries.php:22
5856
  msgid "Search Console"
5857
  msgstr ""
5858
 
5859
- #: languages/vue.php:581
5860
  #: lite/includes/admin/reports/report-dimensions.php:22
5861
  msgid "Dimensions"
5862
  msgstr ""
5863
 
5864
- #: languages/vue.php:584
5865
  #: lite/includes/admin/reports/report-forms.php:22
5866
  msgid "Forms"
5867
  msgstr ""
5868
 
5869
- #: languages/vue.php:587
5870
  msgid "Real-Time"
5871
  msgstr ""
5872
 
5873
- #: languages/vue.php:590
5874
  msgid "Site Speed"
5875
  msgstr ""
5876
 
5877
- #: languages/vue.php:593
5878
  msgid "2020 Year in Review"
5879
  msgstr ""
5880
 
5881
  #. Translators: Error status and error text.
5882
- #: languages/vue.php:597
5883
  msgid "Can't load report data. Error: %1$s, %2$s"
5884
  msgstr ""
5885
 
5886
- #: languages/vue.php:600
5887
  msgid "Error loading report data"
5888
  msgstr ""
5889
 
5890
- #: languages/vue.php:603
5891
  msgid "Publishers Report"
5892
  msgstr ""
5893
 
5894
- #: languages/vue.php:607
5895
  msgid "eCommerce Report"
5896
  msgstr ""
5897
 
5898
- #: languages/vue.php:610
5899
  msgid "Search Console Report"
5900
  msgstr ""
5901
 
5902
- #: languages/vue.php:613
5903
  msgid "Dimensions Report"
5904
  msgstr ""
5905
 
5906
- #: languages/vue.php:616
5907
  msgid "Forms Report"
5908
  msgstr ""
5909
 
5910
- #: languages/vue.php:619
5911
  msgid "Real-Time Report"
5912
  msgstr ""
5913
 
5914
- #: languages/vue.php:622
5915
  msgid "Site Speed Report"
5916
  msgstr ""
5917
 
5918
- #: languages/vue.php:625
5919
  msgid "Time to Purchase"
5920
  msgstr ""
5921
 
5922
- #: languages/vue.php:628
5923
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
5924
  msgstr ""
5925
 
5926
- #: languages/vue.php:631
5927
  msgid "Sessions to Purchase"
5928
  msgstr ""
5929
 
5930
- #: languages/vue.php:634
5931
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5932
  msgstr ""
5933
 
5934
- #: languages/vue.php:637
5935
  msgid "New Customers"
5936
  msgstr ""
5937
 
5938
- #: languages/vue.php:640
5939
  msgid "This list shows the percentage of new customers who purchased a product from your website."
5940
  msgstr ""
5941
 
5942
- #: languages/vue.php:643
5943
  msgid "Abandoned Checkouts"
5944
  msgstr ""
5945
 
5946
- #: languages/vue.php:646
5947
  msgid "This list shows the percentage of carts that never went through the checkout process."
5948
  msgstr ""
5949
 
5950
- #: languages/vue.php:649
5951
  msgid "Top Posts/Pages"
5952
  msgstr ""
5953
 
5954
- #: languages/vue.php:652
5955
  msgid "This list shows the most viewed posts and pages on your website."
5956
  msgstr ""
5957
 
5958
- #: languages/vue.php:655
5959
  msgid "New vs. Returning Visitors"
5960
  msgstr ""
5961
 
5962
- #: languages/vue.php:658
5963
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5964
  msgstr ""
5965
 
5966
- #: languages/vue.php:661
5967
  msgid "Device Breakdown"
5968
  msgstr ""
5969
 
5970
- #: languages/vue.php:664
5971
  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."
5972
  msgstr ""
5973
 
5974
- #: languages/vue.php:667
5975
  msgid "Top Landing Pages"
5976
  msgstr ""
5977
 
5978
- #: languages/vue.php:670
5979
  msgid "This list shows the top pages users first land on when visiting your website."
5980
  msgstr ""
5981
 
5982
- #: languages/vue.php:673
5983
  msgid "Top Exit Pages"
5984
  msgstr ""
5985
 
5986
- #: languages/vue.php:676
5987
  msgid "This list shows the top pages users exit your website from."
5988
  msgstr ""
5989
 
5990
- #: languages/vue.php:679
5991
  msgid "Top Outbound Links"
5992
  msgstr ""
5993
 
5994
- #: languages/vue.php:682
5995
  msgid "This list shows the top links clicked on your website that go to another website."
5996
  msgstr ""
5997
 
5998
- #: languages/vue.php:685
5999
  msgid "Top Affiliate Links"
6000
  msgstr ""
6001
 
6002
- #: languages/vue.php:688
6003
  msgid "This list shows the top affiliate links your visitors clicked on."
6004
  msgstr ""
6005
 
6006
- #: languages/vue.php:691
6007
  msgid "Top Download Links"
6008
  msgstr ""
6009
 
6010
- #: languages/vue.php:694
6011
  msgid "This list shows the download links your visitors clicked the most."
6012
  msgstr ""
6013
 
6014
- #: languages/vue.php:697
6015
  msgid "Top Products"
6016
  msgstr ""
6017
 
6018
- #: languages/vue.php:700
6019
  msgid "This list shows the top selling products on your website."
6020
  msgstr ""
6021
 
6022
- #: languages/vue.php:703
6023
  msgid "Top Conversion Sources"
6024
  msgstr ""
6025
 
6026
- #: languages/vue.php:706
6027
  msgid "This list shows the top referral websites in terms of product revenue."
6028
  msgstr ""
6029
 
6030
- #: languages/vue.php:709
6031
  msgid "Total Add/Remove"
6032
  msgstr ""
6033
 
6034
  #. Translators: Adds a link to documentation.
6035
- #: languages/vue.php:723
6036
  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"
6037
  msgstr ""
6038
 
6039
  #. Translators: Adds link to activate/install plugin and documentation.
6040
- #: languages/vue.php:727
6041
  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"
6042
  msgstr ""
6043
 
6044
  #. Translators: Adds a link to documentation.
6045
- #: languages/vue.php:731
6046
  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"
6047
  msgstr ""
6048
 
6049
  #. Translators: Adds link to activate/install plugin and documentation.
6050
- #: languages/vue.php:735
6051
  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"
6052
  msgstr ""
6053
 
6054
- #: languages/vue.php:738
6055
  msgid "GDPR Guide"
6056
  msgstr ""
6057
 
6058
- #: languages/vue.php:741
6059
  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. "
6060
  msgstr ""
6061
 
6062
- #: languages/vue.php:744
6063
  msgid "How to Install and Activate MonsterInsights Addons"
6064
  msgstr ""
6065
 
6066
- #: languages/vue.php:747
6067
  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."
6068
  msgstr ""
6069
 
6070
- #: languages/vue.php:750
6071
  msgid "Enabling eCommerce Tracking and Reports"
6072
  msgstr ""
6073
 
6074
- #: languages/vue.php:753
6075
  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."
6076
  msgstr ""
6077
 
6078
- #: languages/vue.php:756
6079
  msgid "Read Documentation"
6080
  msgstr ""
6081
 
6082
- #: languages/vue.php:759
6083
  msgid "Getting Started with MonsterInsights"
6084
  msgstr ""
6085
 
6086
- #: languages/vue.php:762
6087
  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."
6088
  msgstr ""
6089
 
6090
- #: languages/vue.php:765
6091
  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."
6092
  msgstr ""
6093
 
6094
- #: languages/vue.php:768
6095
  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!."
6096
  msgstr ""
6097
 
6098
- #: languages/vue.php:771
6099
  msgid "Launch the wizard!"
6100
  msgstr ""
6101
 
6102
- #: languages/vue.php:774
6103
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
6104
  msgstr ""
6105
 
6106
  #. Translators: Makes text bold.
6107
- #: languages/vue.php:778
6108
  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."
6109
  msgstr ""
6110
 
6111
- #: languages/vue.php:781
6112
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
6113
  msgstr ""
6114
 
6115
- #: languages/vue.php:784
6116
  msgid "See your website analytics reports inside the WordPress dashboard"
6117
  msgstr ""
6118
 
6119
- #: languages/vue.php:787
6120
  msgid "Get real-time stats right inside WordPress"
6121
  msgstr ""
6122
 
6123
- #: languages/vue.php:790
6124
  msgid "1-click Google Analytics Enhanced eCommerce tracking"
6125
  msgstr ""
6126
 
6127
- #: languages/vue.php:793
6128
  msgid "Get detailed stats for each post and page."
6129
  msgstr ""
6130
 
6131
- #: languages/vue.php:796
6132
  msgid "Automatically track clicks on your affiliate links and ads."
6133
  msgstr ""
6134
 
6135
- #: languages/vue.php:799
6136
  msgid "Make Google Analytics GDPR compliant automatically"
6137
  msgstr ""
6138
 
6139
- #: languages/vue.php:802
6140
  msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
6141
  msgstr ""
6142
 
6143
- #: languages/vue.php:805
6144
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
6145
  msgstr ""
6146
 
6147
- #: languages/vue.php:808
6148
  msgid "More advanced features"
6149
  msgstr ""
6150
 
6151
- #: languages/vue.php:811
6152
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
6153
  msgstr ""
6154
 
6155
  #. Translators: Makes text green.
6156
- #: languages/vue.php:815
6157
  msgid "Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6158
  msgstr ""
6159
 
6160
- #: languages/vue.php:818
6161
  msgid "How to Connect to Google Analytics"
6162
  msgstr ""
6163
 
6164
- #: languages/vue.php:821
6165
  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."
6166
  msgstr ""
6167
 
6168
- #: languages/vue.php:824
6169
  msgid "Guide and Checklist for Advanced Insights"
6170
  msgstr ""
6171
 
6172
- #: languages/vue.php:827
6173
  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."
6174
  msgstr ""
6175
 
6176
- #: languages/vue.php:830
6177
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
6178
  msgstr ""
6179
 
6180
- #: languages/vue.php:833
6181
  msgid "WordPress Admin Area Reports"
6182
  msgstr ""
6183
 
6184
- #: languages/vue.php:836
6185
  msgid "Standard Reports"
6186
  msgstr ""
6187
 
6188
- #: languages/vue.php:839
6189
  msgid "Overview Reports for the last 30 days."
6190
  msgstr ""
6191
 
6192
- #: languages/vue.php:842
6193
  msgid "Advanced Reports"
6194
  msgstr ""
6195
 
6196
- #: languages/vue.php:845
6197
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
6198
  msgstr ""
6199
 
6200
- #: languages/vue.php:848
6201
  msgid "Dashboard Widget"
6202
  msgstr ""
6203
 
6204
- #: languages/vue.php:851
6205
  msgid "Basic Widget"
6206
  msgstr ""
6207
 
6208
- #: languages/vue.php:854
6209
  msgid "Overview Report Synopsis"
6210
  msgstr ""
6211
 
6212
- #: languages/vue.php:857
6213
  msgid "Advanced Dashboard Widget"
6214
  msgstr ""
6215
 
6216
- #: languages/vue.php:860
6217
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
6218
  msgstr ""
6219
 
6220
- #: languages/vue.php:867
6221
  msgid "Email Summaries"
6222
  msgstr ""
6223
 
6224
- #: languages/vue.php:870
6225
  msgid "Included"
6226
  msgstr ""
6227
 
6228
- #: languages/vue.php:873
6229
  msgid "Get weekly traffic reports directly in your inbox."
6230
  msgstr ""
6231
 
6232
- #: languages/vue.php:876
6233
  msgid "Publisher Reports"
6234
  msgstr ""
6235
 
6236
- #: languages/vue.php:879
6237
  msgid "Advanced Publisher Reports & Tracking"
6238
  msgstr ""
6239
 
6240
- #: languages/vue.php:882
6241
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
6242
  msgstr ""
6243
 
6244
- #: languages/vue.php:888
6245
  msgid "Basic Options"
6246
  msgstr ""
6247
 
6248
- #: languages/vue.php:891
6249
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
6250
  msgstr ""
6251
 
6252
- #: languages/vue.php:894
6253
  msgid "Dynamic Popular Posts & Popular Products"
6254
  msgstr ""
6255
 
6256
- #: languages/vue.php:897
6257
  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."
6258
  msgstr ""
6259
 
6260
- #: languages/vue.php:900
6261
  msgid "Not Available"
6262
  msgstr ""
6263
 
6264
- #: languages/vue.php:903
6265
  msgid "Complete Custom Dimensions Tracking"
6266
  msgstr ""
6267
 
6268
- #: languages/vue.php:906
6269
  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"
6270
  msgstr ""
6271
 
6272
- #: languages/vue.php:912
6273
  msgid "Limited Support"
6274
  msgstr ""
6275
 
6276
- #: languages/vue.php:915
6277
  msgid "Priority Support"
6278
  msgstr ""
6279
 
6280
- #: languages/vue.php:918
6281
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
6282
  msgstr ""
6283
 
6284
- #: languages/vue.php:921
6285
  msgid "Feature"
6286
  msgstr ""
6287
 
6288
- #: languages/vue.php:924
6289
  msgid "Lite"
6290
  msgstr ""
6291
 
6292
- #: languages/vue.php:927
6293
  msgid "Pro"
6294
  msgstr ""
6295
 
6296
- #: languages/vue.php:930
6297
  msgid "Custom Google Analytics Link Tracking"
6298
  msgstr ""
6299
 
6300
- #: languages/vue.php:933
6301
  msgid "Standard Tracking"
6302
  msgstr ""
6303
 
6304
- #: languages/vue.php:936
6305
  msgid "Advanced Tracking"
6306
  msgstr ""
6307
 
6308
- #: languages/vue.php:939
6309
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
6310
  msgstr ""
6311
 
6312
- #: languages/vue.php:942
6313
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
6314
  msgstr ""
6315
 
6316
- #: languages/vue.php:945
6317
  msgid "No-Code-Needed Tracking Features"
6318
  msgstr ""
6319
 
6320
- #: languages/vue.php:948
6321
  msgid "Basic Tracking Options"
6322
  msgstr ""
6323
 
6324
- #: languages/vue.php:951
6325
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
6326
  msgstr ""
6327
 
6328
- #: languages/vue.php:954
6329
  msgid "Advanced Tracking Options"
6330
  msgstr ""
6331
 
6332
- #: languages/vue.php:957
6333
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
6334
  msgstr ""
6335
 
6336
- #: languages/vue.php:960
6337
  msgid "eCommerce Tracking"
6338
  msgstr ""
6339
 
6340
- #: languages/vue.php:963
6341
  msgid "One-click Complete eCommerce tracking"
6342
  msgstr ""
6343
 
6344
- #: languages/vue.php:966
6345
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
6346
  msgstr ""
6347
 
6348
- #: languages/vue.php:969
6349
  msgid "Forms Tracking"
6350
  msgstr ""
6351
 
6352
- #: languages/vue.php:972
6353
  msgid "One-click Form Events Tracking"
6354
  msgstr ""
6355
 
6356
- #: languages/vue.php:975
6357
  msgid "License Key"
6358
  msgstr ""
6359
 
6360
  #. Translators: Add link to retrieve license key from account.
6361
- #: languages/vue.php:979
6362
  msgid "Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6363
  msgstr ""
6364
 
6365
- #: languages/vue.php:982
6366
  msgid "Google Authentication"
6367
  msgstr ""
6368
 
6369
- #: languages/vue.php:985
6370
  msgid "Connect Google Analytics + WordPress"
6371
  msgstr ""
6372
 
6373
- #: languages/vue.php:988
6374
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
6375
  msgstr ""
6376
 
6377
- #: languages/vue.php:991
6378
  msgid "Miscellaneous"
6379
  msgstr ""
6380
 
@@ -6382,3428 +6382,3428 @@ msgstr ""
6382
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6383
  msgstr ""
6384
 
6385
- #: languages/vue.php:997
6386
  msgid "Hide Announcements"
6387
  msgstr ""
6388
 
6389
- #: languages/vue.php:1000
6390
  msgid "Setup Wizard"
6391
  msgstr ""
6392
 
6393
- #: languages/vue.php:1003
6394
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6395
  msgstr ""
6396
 
6397
- #: languages/vue.php:1006
6398
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
6399
  msgstr ""
6400
 
6401
- #: languages/vue.php:1009
6402
  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."
6403
  msgstr ""
6404
 
6405
- #: languages/vue.php:1012
6406
  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\"."
6407
  msgstr ""
6408
 
6409
- #: languages/vue.php:1015
6410
  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."
6411
  msgstr ""
6412
 
6413
- #: languages/vue.php:1018
6414
  msgid "Yup, we know a thing or two about building awesome products that customers love."
6415
  msgstr ""
6416
 
6417
- #: languages/vue.php:1021
6418
  msgid "The MonsterInsights Team"
6419
  msgstr ""
6420
 
6421
- #: languages/vue.php:1024
6422
  msgid "Make your MonsterInsights campaign links prettier with Pretty Links!"
6423
  msgstr ""
6424
 
6425
- #: languages/vue.php:1027
6426
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
6427
  msgstr ""
6428
 
6429
- #: languages/vue.php:1030
6430
  msgid "Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!"
6431
  msgstr ""
6432
 
6433
- #: languages/vue.php:1033
6434
  msgid "Over 200,000 websites use Pretty Links!"
6435
  msgstr ""
6436
 
6437
- #: languages/vue.php:1036
6438
  msgid "Install Pretty Links"
6439
  msgstr ""
6440
 
6441
- #: languages/vue.php:1039
6442
  msgid "Pretty Links Installed & Activated"
6443
  msgstr ""
6444
 
6445
- #: languages/vue.php:1042
6446
  msgid "Download Pretty Links"
6447
  msgstr ""
6448
 
6449
- #: languages/vue.php:1045
6450
  msgid "Install Pretty Links from the WordPress.org plugin repository."
6451
  msgstr ""
6452
 
6453
- #: languages/vue.php:1048
6454
  msgid "Activate Pretty Links"
6455
  msgstr ""
6456
 
6457
- #: languages/vue.php:1051
6458
  msgid "Activating Pretty Links..."
6459
  msgstr ""
6460
 
6461
- #: languages/vue.php:1054
6462
  msgid "Create New Pretty Link"
6463
  msgstr ""
6464
 
6465
- #: languages/vue.php:1057
6466
  msgid "Create a New Pretty Link"
6467
  msgstr ""
6468
 
6469
- #: languages/vue.php:1060
6470
  msgid "Grab your campaign link and paste it into the Target URL field."
6471
  msgstr ""
6472
 
6473
- #: languages/vue.php:1063
6474
  msgid "Custom Campaign Parameters"
6475
  msgstr ""
6476
 
6477
- #: languages/vue.php:1066
6478
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
6479
  msgstr ""
6480
 
6481
- #: languages/vue.php:1069
6482
  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."
6483
  msgstr ""
6484
 
6485
  #. Translators: Marks the field as required.
6486
- #: languages/vue.php:1073
6487
  msgid "Website URL %s"
6488
  msgstr ""
6489
 
6490
  #. Translators: Display the current website url in italic.
6491
- #: languages/vue.php:1077
6492
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
6493
  msgstr ""
6494
 
6495
  #. Translators: Marks the field as required.
6496
- #: languages/vue.php:1081
6497
  msgid "Campaign Source %s"
6498
  msgstr ""
6499
 
6500
  #. Translators: Make the text italic.
6501
- #: languages/vue.php:1085
6502
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
6503
  msgstr ""
6504
 
6505
  #. Translators: Make the text italic.
6506
- #: languages/vue.php:1089
6507
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
6508
  msgstr ""
6509
 
6510
  #. Translators: Make the text italic.
6511
- #: languages/vue.php:1093
6512
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
6513
  msgstr ""
6514
 
6515
- #: languages/vue.php:1096
6516
  msgid "Enter the paid keyword"
6517
  msgstr ""
6518
 
6519
- #: languages/vue.php:1099
6520
  msgid "Enter something to differentiate ads"
6521
  msgstr ""
6522
 
6523
- #: languages/vue.php:1102
6524
  msgid "Use Fragment"
6525
  msgstr ""
6526
 
6527
  #. Translators: Make the text bold.
6528
- #: languages/vue.php:1106
6529
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
6530
  msgstr ""
6531
 
6532
- #: languages/vue.php:1109
6533
  msgid "URL to use"
6534
  msgstr ""
6535
 
6536
- #: languages/vue.php:1112
6537
  msgid "(Updates automatically)"
6538
  msgstr ""
6539
 
6540
- #: languages/vue.php:1115
6541
  msgid "Copy to Clipboard"
6542
  msgstr ""
6543
 
6544
- #: languages/vue.php:1118
6545
  msgid "Copy to Pretty Links"
6546
  msgstr ""
6547
 
6548
- #: languages/vue.php:1121
6549
  msgid "Make your campaign links prettier!"
6550
  msgstr ""
6551
 
6552
- #: languages/vue.php:1124
6553
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
6554
  msgstr ""
6555
 
6556
- #: languages/vue.php:1127
6557
  msgid "More Information & Examples"
6558
  msgstr ""
6559
 
6560
- #: languages/vue.php:1130
6561
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
6562
  msgstr ""
6563
 
6564
- #: languages/vue.php:1133
6565
  msgid "Campaign Source"
6566
  msgstr ""
6567
 
6568
- #: languages/vue.php:1136
6569
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
6570
  msgstr ""
6571
 
6572
- #: languages/vue.php:1139
6573
  msgid "Campaign Medium"
6574
  msgstr ""
6575
 
6576
- #: languages/vue.php:1142
6577
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
6578
  msgstr ""
6579
 
6580
- #: languages/vue.php:1145
6581
  msgid "Campaign Name"
6582
  msgstr ""
6583
 
6584
- #: languages/vue.php:1148
6585
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
6586
  msgstr ""
6587
 
6588
- #: languages/vue.php:1151
6589
  msgid "Campaign Term"
6590
  msgstr ""
6591
 
6592
- #: languages/vue.php:1154
6593
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
6594
  msgstr ""
6595
 
6596
- #: languages/vue.php:1157
6597
  msgid "Campaign Content"
6598
  msgstr ""
6599
 
6600
- #: languages/vue.php:1160
6601
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
6602
  msgstr ""
6603
 
6604
  #. Translators: Example.
6605
- #: languages/vue.php:1164
6606
  msgid "Example: %s"
6607
  msgstr ""
6608
 
6609
  #. Translators: Examples.
6610
- #: languages/vue.php:1168
6611
  msgid "Examples: %s"
6612
  msgstr ""
6613
 
6614
- #: languages/vue.php:1171
6615
  msgid "About Campaigns"
6616
  msgstr ""
6617
 
6618
- #: languages/vue.php:1174
6619
  msgid "About Custom Campaigns"
6620
  msgstr ""
6621
 
6622
- #: languages/vue.php:1177
6623
  msgid "Best Practices for Creating Custom Campaigns"
6624
  msgstr ""
6625
 
6626
- #: languages/vue.php:1180
6627
  msgid "About the Referral Traffic Report"
6628
  msgstr ""
6629
 
6630
- #: languages/vue.php:1183
6631
  msgid "About Traffic Source Dimensions"
6632
  msgstr ""
6633
 
6634
- #: languages/vue.php:1186
6635
  msgid "AdWords Auto-Tagging"
6636
  msgstr ""
6637
 
6638
- #: languages/vue.php:1189
6639
  msgid "Additional Information"
6640
  msgstr ""
6641
 
6642
- #: languages/vue.php:1192
6643
  msgid "Import/Export"
6644
  msgstr ""
6645
 
6646
- #: languages/vue.php:1195
6647
  msgid "Import"
6648
  msgstr ""
6649
 
6650
- #: languages/vue.php:1198
6651
  msgid "Import settings from another MonsterInsights website."
6652
  msgstr ""
6653
 
6654
- #: languages/vue.php:1201
6655
  msgid "Export"
6656
  msgstr ""
6657
 
6658
- #: languages/vue.php:1204
6659
  msgid "Export settings to import into another MonsterInsights install."
6660
  msgstr ""
6661
 
6662
- #: languages/vue.php:1207
6663
  msgid "Import Settings"
6664
  msgstr ""
6665
 
6666
- #: languages/vue.php:1210
6667
  msgid "Export Settings"
6668
  msgstr ""
6669
 
6670
- #: languages/vue.php:1213
6671
  msgid "Please choose a file to import"
6672
  msgstr ""
6673
 
6674
- #: languages/vue.php:1216
6675
  msgid "Click Choose file below to select the settings export file from another site."
6676
  msgstr ""
6677
 
6678
- #: languages/vue.php:1219
6679
  msgid "Use the button below to export a file with your MonsterInsights settings."
6680
  msgstr ""
6681
 
6682
- #: languages/vue.php:1222
6683
  msgid "Uploading file..."
6684
  msgstr ""
6685
 
6686
- #: languages/vue.php:1225
6687
  msgid "File imported"
6688
  msgstr ""
6689
 
6690
- #: languages/vue.php:1228
6691
  msgid "Settings successfully updated!"
6692
  msgstr ""
6693
 
6694
- #: languages/vue.php:1231
6695
  msgid "Error importing settings"
6696
  msgstr ""
6697
 
6698
- #: languages/vue.php:1234
6699
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
6700
  msgstr ""
6701
 
6702
- #: languages/vue.php:1237
6703
  msgid "MonsterInsights Recommends WPForms"
6704
  msgstr ""
6705
 
6706
- #: languages/vue.php:1240
6707
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
6708
  msgstr ""
6709
 
6710
- #: languages/vue.php:1243
6711
  msgid "Used on over 4,000,000 websites!"
6712
  msgstr ""
6713
 
6714
- #: languages/vue.php:1246
6715
  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!"
6716
  msgstr ""
6717
 
6718
- #: languages/vue.php:1249
6719
  msgid "Skip this Step"
6720
  msgstr ""
6721
 
6722
- #: languages/vue.php:1252
6723
  msgid "Continue & Install WPForms"
6724
  msgstr ""
6725
 
6726
- #: languages/vue.php:1255
6727
  msgid "Installing..."
6728
  msgstr ""
6729
 
6730
- #: languages/vue.php:1258
6731
  msgid "Show in widget mode"
6732
  msgstr ""
6733
 
6734
- #: languages/vue.php:1261
6735
  msgid "Show in full-width mode"
6736
  msgstr ""
6737
 
6738
- #: languages/vue.php:1267
6739
  msgid "Installing Addon"
6740
  msgstr ""
6741
 
6742
- #: languages/vue.php:1270
6743
  msgid "Activating Addon"
6744
  msgstr ""
6745
 
6746
- #: languages/vue.php:1273
6747
  msgid "Addon Activated"
6748
  msgstr ""
6749
 
6750
- #: languages/vue.php:1276
6751
  msgid "Loading report data"
6752
  msgstr ""
6753
 
6754
- #: languages/vue.php:1279
6755
  msgid "Please activate manually"
6756
  msgstr ""
6757
 
6758
  #. Translators: Adds the error status and status text.
6759
- #: languages/vue.php:1283
6760
  msgid "Error: %1$s, %2$s"
6761
  msgstr ""
6762
 
6763
- #: languages/vue.php:1286
6764
  msgid "Error Activating Addon"
6765
  msgstr ""
6766
 
6767
- #: languages/vue.php:1289
6768
  #: lite/includes/admin/wp-site-health.php:372
6769
  #: lite/includes/admin/wp-site-health.php:398
6770
  #: lite/includes/admin/wp-site-health.php:425
6771
  msgid "View Addons"
6772
  msgstr ""
6773
 
6774
- #: languages/vue.php:1292
6775
  msgid "Dismiss"
6776
  msgstr ""
6777
 
6778
- #: languages/vue.php:1295
6779
  msgid "Redirecting"
6780
  msgstr ""
6781
 
6782
- #: languages/vue.php:1298
6783
  msgid "Please wait"
6784
  msgstr ""
6785
 
6786
- #: languages/vue.php:1301
6787
  msgid "activate"
6788
  msgstr ""
6789
 
6790
- #: languages/vue.php:1304
6791
  msgid "install"
6792
  msgstr ""
6793
 
6794
- #: languages/vue.php:1307
6795
  msgid "Visit addons page"
6796
  msgstr ""
6797
 
6798
- #: languages/vue.php:1310
6799
  msgid "Report Unavailable"
6800
  msgstr ""
6801
 
6802
  #. Translators: Install/Activate the addon.
6803
- #: languages/vue.php:1314
6804
  msgid "%s Addon"
6805
  msgstr ""
6806
 
6807
- #: languages/vue.php:1317
6808
  msgid "Go Back To Reports"
6809
  msgstr ""
6810
 
6811
- #: languages/vue.php:1320
6812
  msgid "Enable Enhanced eCommerce"
6813
  msgstr ""
6814
 
6815
  #. Translators: Placeholders are used for making text bold and adding a link.
6816
- #: languages/vue.php:1324
6817
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
6818
  msgstr ""
6819
 
6820
- #: languages/vue.php:1327
6821
  msgid "Last 30 Days Insights for:"
6822
  msgstr ""
6823
 
6824
- #: languages/vue.php:1330
6825
  msgid "Your Website"
6826
  msgstr ""
6827
 
6828
- #: languages/vue.php:1333
6829
  msgid "Sessions"
6830
  msgstr ""
6831
 
6832
- #: languages/vue.php:1336
6833
  msgid "Pageviews"
6834
  msgstr ""
6835
 
6836
- #: languages/vue.php:1339
6837
  msgid "Avg. Duration"
6838
  msgstr ""
6839
 
6840
- #: languages/vue.php:1342
6841
  msgid "Bounce Rate"
6842
  msgstr ""
6843
 
6844
- #: languages/vue.php:1345
6845
  msgid "Total Users"
6846
  msgstr ""
6847
 
6848
- #: languages/vue.php:1348
6849
  msgid "More data is available"
6850
  msgstr ""
6851
 
6852
- #: languages/vue.php:1351
6853
  msgid "Want to see page-specific stats?"
6854
  msgstr ""
6855
 
6856
- #: languages/vue.php:1354
6857
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6858
  msgstr ""
6859
 
6860
- #: languages/vue.php:1357
6861
  msgid "No addons found."
6862
  msgstr ""
6863
 
6864
- #: languages/vue.php:1360
6865
  msgid "Refresh Addons"
6866
  msgstr ""
6867
 
6868
- #: languages/vue.php:1363
6869
  msgid "Refreshing Addons"
6870
  msgstr ""
6871
 
6872
  #. Translators: Make text green.
6873
- #: languages/vue.php:1367
6874
  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!"
6875
  msgstr ""
6876
 
6877
- #: languages/vue.php:1370
6878
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
6879
  msgstr ""
6880
 
6881
- #: languages/vue.php:1373
6882
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
6883
  msgstr ""
6884
 
6885
- #: languages/vue.php:1376
6886
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
6887
  msgstr ""
6888
 
6889
- #: languages/vue.php:1379
6890
  msgid "See All Your Important Store Metrics in One Place"
6891
  msgstr ""
6892
 
6893
- #: languages/vue.php:1382
6894
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
6895
  msgstr ""
6896
 
6897
- #: languages/vue.php:1385
6898
  msgid "ONE-CLICK INTEGRATIONS"
6899
  msgstr ""
6900
 
6901
- #: languages/vue.php:1388
6902
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
6903
  msgstr ""
6904
 
6905
- #: languages/vue.php:1391
6906
  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."
6907
  msgstr ""
6908
 
6909
- #: languages/vue.php:1394
6910
  msgid "Affiliate Tracking"
6911
  msgstr ""
6912
 
6913
- #: languages/vue.php:1397
6914
  msgid "Automatically Track Affiliate Sales"
6915
  msgstr ""
6916
 
6917
- #: languages/vue.php:1400
6918
  msgid "The MonsterInsights eCommerce addon works with EasyAffiliate to automatically attribute orders originating from an EasyAffiliate link in Google Analytics. Gain valuable insights into your top affiliates with no coding required."
6919
  msgstr ""
6920
 
6921
- #: languages/vue.php:1403
6922
  msgid "Works with WooCommerce, MemberPress and Easy Digital Downloads."
6923
  msgstr ""
6924
 
6925
- #: languages/vue.php:1412
6926
  msgid "Cart Funnel"
6927
  msgstr ""
6928
 
6929
- #: languages/vue.php:1415
6930
  msgid "Customer Insights"
6931
  msgstr ""
6932
 
6933
- #: languages/vue.php:1418
6934
  msgid "Campaign Measurement"
6935
  msgstr ""
6936
 
6937
- #: languages/vue.php:1421
6938
  msgid "Customer Profiles"
6939
  msgstr ""
6940
 
6941
- #: languages/vue.php:1424
6942
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, revenue, and average order value, and more."
6943
  msgstr ""
6944
 
6945
- #: languages/vue.php:1427
6946
  msgid "Truly Understand Your%1$s Customers With %2$sMonsterInsights%3$s"
6947
  msgstr ""
6948
 
6949
- #: languages/vue.php:1430
6950
  msgid "You never truly understand your customers until you used Enhanced %1$s eCommerce from MonsterInsights!"
6951
  msgstr ""
6952
 
6953
- #: languages/vue.php:1433
6954
  msgid "Track all-new metrics!"
6955
  msgstr ""
6956
 
6957
- #: languages/vue.php:1436
6958
  msgid "Get stats WooCommerce doesn’t give you like: Conversion Sources, Avg. Order Value, Revenue per Source, Total Add to Carts & More!"
6959
  msgstr ""
6960
 
6961
- #: languages/vue.php:1439
6962
  msgid "FEATURES"
6963
  msgstr ""
6964
 
6965
- #: languages/vue.php:1442
6966
  msgid "Get The Unique Metrics Neccessary for Growth"
6967
  msgstr ""
6968
 
6969
- #: languages/vue.php:1445
6970
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, %1$srevenue, and average order value, and more."
6971
  msgstr ""
6972
 
6973
- #: languages/vue.php:1448
6974
  msgid "Get Answers to the important questions %1$syou should know."
6975
  msgstr ""
6976
 
6977
- #: languages/vue.php:1451
6978
  msgid "Did the login/registration step of the checkout put users off?"
6979
  msgstr ""
6980
 
6981
- #: languages/vue.php:1454
6982
  msgid "Which ad campaign is driving the most revenue?"
6983
  msgstr ""
6984
 
6985
- #: languages/vue.php:1457
6986
  msgid "Who is my typical customer?"
6987
  msgstr ""
6988
 
6989
- #: languages/vue.php:1460
6990
  msgid "Level-up Your eCommerce store with %1$sMonsterInsights + WooCommerce!%1$s"
6991
  msgstr ""
6992
 
6993
  #. Translators: placeholders make text small.
6994
- #: languages/vue.php:1464
6995
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
6996
  msgstr ""
6997
 
6998
  #. Translators: placeholders make text small.
6999
- #: languages/vue.php:1468
7000
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
7001
  msgstr ""
7002
 
7003
  #. Translators: placeholders make text small.
7004
- #: languages/vue.php:1472
7005
  msgid "None %1$s- Manually update everything.%2$s"
7006
  msgstr ""
7007
 
7008
- #: languages/vue.php:1475
7009
  msgid "Automatic Updates"
7010
  msgstr ""
7011
 
7012
- #: languages/vue.php:1478
7013
  msgid "Awesome, You're All Set!"
7014
  msgstr ""
7015
 
7016
- #: languages/vue.php:1481
7017
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
7018
  msgstr ""
7019
 
7020
  #. Translators: Make text bold.
7021
- #: languages/vue.php:1485
7022
  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."
7023
  msgstr ""
7024
 
7025
  #. Translators: Link to our blog.
7026
- #: languages/vue.php:1489
7027
  msgid "%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business."
7028
  msgstr ""
7029
 
7030
- #: languages/vue.php:1492
7031
  msgid "Finish Setup & Exit Wizard"
7032
  msgstr ""
7033
 
7034
- #: languages/vue.php:1495
7035
  msgid "Checking your website..."
7036
  msgstr ""
7037
 
7038
- #: languages/vue.php:1498
7039
  msgid "See All Reports"
7040
  msgstr ""
7041
 
7042
- #: languages/vue.php:1501
7043
  msgid "Go to the Analytics Dashboard"
7044
  msgstr ""
7045
 
7046
- #. Translators: Placeholder adds a line break.
7047
- #: languages/vue.php:1505
7048
  msgid "Unique %s Sessions"
7049
  msgstr ""
7050
 
7051
- #. Translators: Placeholder adds a line break.
7052
- #: languages/vue.php:1509
7053
  msgid "Unique %s Pageviews"
7054
  msgstr ""
7055
 
7056
- #: languages/vue.php:1512
7057
  msgid "A session is the browsing session of a single user to your site."
7058
  msgstr ""
7059
 
7060
- #: languages/vue.php:1515
7061
  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."
7062
  msgstr ""
7063
 
7064
- #: languages/vue.php:1518
7065
  msgid "Total duration of all sessions (in seconds) / number of sessions."
7066
  msgstr ""
7067
 
7068
- #: languages/vue.php:1521
7069
  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."
7070
  msgstr ""
7071
 
7072
- #: languages/vue.php:1524
7073
  msgid "The number of distinct tracked users"
7074
  msgstr ""
7075
 
7076
- #: languages/vue.php:1527
7077
  msgid "Avg. Session Duration"
7078
  msgstr ""
7079
 
7080
- #: languages/vue.php:1530
7081
  msgid "Still Calculating..."
7082
  msgstr ""
7083
 
7084
- #: languages/vue.php:1533
7085
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
7086
  msgstr ""
7087
 
7088
- #: languages/vue.php:1536
7089
  msgid "Back to Overview Report"
7090
  msgstr ""
7091
 
7092
- #: languages/vue.php:1539
7093
  msgid "Your 2020 Analytics Report"
7094
  msgstr ""
7095
 
7096
- #: languages/vue.php:1542
7097
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
7098
  msgstr ""
7099
 
7100
- #: languages/vue.php:1545
7101
  msgid "Audience"
7102
  msgstr ""
7103
 
7104
- #: languages/vue.php:1548
7105
  msgid "Congrats"
7106
  msgstr ""
7107
 
7108
- #: languages/vue.php:1551
7109
  msgid "Your website was quite popular this year! "
7110
  msgstr ""
7111
 
7112
- #: languages/vue.php:1554
7113
  msgid "You had "
7114
  msgstr ""
7115
 
7116
- #: languages/vue.php:1557
7117
  msgid " visitors!"
7118
  msgstr ""
7119
 
7120
- #: languages/vue.php:1560
7121
  msgid " visitors"
7122
  msgstr ""
7123
 
7124
- #: languages/vue.php:1563
7125
  msgid "Total Visitors"
7126
  msgstr ""
7127
 
7128
- #: languages/vue.php:1566
7129
  msgid "Total Sessions"
7130
  msgstr ""
7131
 
7132
- #: languages/vue.php:1569
7133
  msgid "Visitors by Month"
7134
  msgstr ""
7135
 
7136
- #: languages/vue.php:1572
7137
  msgid "January 1, 2020 - December 31, 2020"
7138
  msgstr ""
7139
 
7140
- #: languages/vue.php:1575
7141
  msgid "A Tip for 2021"
7142
  msgstr ""
7143
 
7144
- #: languages/vue.php:1578
7145
  msgid "Demographics"
7146
  msgstr ""
7147
 
7148
- #: languages/vue.php:1581
7149
  msgid "#1"
7150
  msgstr ""
7151
 
7152
- #: languages/vue.php:1584
7153
  msgid "You Top 5 Countries"
7154
  msgstr ""
7155
 
7156
- #: languages/vue.php:1587
7157
  msgid "Let’s get to know your visitors a little better, shall we?"
7158
  msgstr ""
7159
 
7160
- #: languages/vue.php:1590
7161
  msgid "Gender"
7162
  msgstr ""
7163
 
7164
- #: languages/vue.php:1593
7165
  msgid "Female"
7166
  msgstr ""
7167
 
7168
- #: languages/vue.php:1596
7169
  msgid "Women"
7170
  msgstr ""
7171
 
7172
- #: languages/vue.php:1599
7173
  msgid "Male"
7174
  msgstr ""
7175
 
7176
- #: languages/vue.php:1602
7177
  msgid "Average Age"
7178
  msgstr ""
7179
 
7180
- #: languages/vue.php:1605
7181
  msgid "Behavior"
7182
  msgstr ""
7183
 
7184
- #: languages/vue.php:1608
7185
  msgid "Your Top 5 Pages"
7186
  msgstr ""
7187
 
7188
- #: languages/vue.php:1611
7189
  msgid "Time Spent on Site"
7190
  msgstr ""
7191
 
7192
- #: languages/vue.php:1614
7193
  msgid "minutes"
7194
  msgstr ""
7195
 
7196
- #: languages/vue.php:1617
7197
  msgid "Device Type"
7198
  msgstr ""
7199
 
7200
- #: languages/vue.php:1620
7201
  msgid "A Tip For 2021"
7202
  msgstr ""
7203
 
7204
- #: languages/vue.php:1623
7205
  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."
7206
  msgstr ""
7207
 
7208
- #: languages/vue.php:1626
7209
  msgid "Read - 32 Marketing Hacks to Grow Your Traffic"
7210
  msgstr ""
7211
 
7212
- #: languages/vue.php:1629
7213
  msgid "So, where did all of these visitors come from?"
7214
  msgstr ""
7215
 
7216
- #: languages/vue.php:1632
7217
  msgid "Clicks"
7218
  msgstr ""
7219
 
7220
- #: languages/vue.php:1635
7221
  msgid "Your Top 5 Keywords"
7222
  msgstr ""
7223
 
7224
- #: languages/vue.php:1638
7225
  msgid "What keywords visitors searched for to find your site"
7226
  msgstr ""
7227
 
7228
- #: languages/vue.php:1641
7229
  msgid "Your Top 5 Referrals"
7230
  msgstr ""
7231
 
7232
- #: languages/vue.php:1644
7233
  msgid "The websites that link back to your website"
7234
  msgstr ""
7235
 
7236
- #: languages/vue.php:1647
7237
  msgid "Opportunity"
7238
  msgstr ""
7239
 
7240
- #: languages/vue.php:1650
7241
  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."
7242
  msgstr ""
7243
 
7244
- #: languages/vue.php:1653
7245
  msgid "Read - How to Ethically Steal Your Competitor’s Traffic"
7246
  msgstr ""
7247
 
7248
- #: languages/vue.php:1656
7249
  msgid "Thank you for using MonsterInsights!"
7250
  msgstr ""
7251
 
7252
- #: languages/vue.php:1659
7253
  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."
7254
  msgstr ""
7255
 
7256
- #: languages/vue.php:1662
7257
  msgid "Here's to an amazing 2021!"
7258
  msgstr ""
7259
 
7260
- #: languages/vue.php:1665
7261
  msgid "Enjoying MonsterInsights"
7262
  msgstr ""
7263
 
7264
- #: languages/vue.php:1668
7265
  msgid "Leave a five star review!"
7266
  msgstr ""
7267
 
7268
- #: languages/vue.php:1671
7269
  msgid "Syed Balkhi"
7270
  msgstr ""
7271
 
7272
- #: languages/vue.php:1674
7273
  msgid "Chris Christoff"
7274
  msgstr ""
7275
 
7276
- #: languages/vue.php:1677
7277
  msgid "Write Review"
7278
  msgstr ""
7279
 
7280
- #: languages/vue.php:1680
7281
  msgid "Did you know over 10 million websites use our plugins?"
7282
  msgstr ""
7283
 
7284
- #: languages/vue.php:1683
7285
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
7286
  msgstr ""
7287
 
7288
- #: languages/vue.php:1686
7289
  msgid "Join our Communities!"
7290
  msgstr ""
7291
 
7292
- #: languages/vue.php:1689
7293
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
7294
  msgstr ""
7295
 
7296
- #: languages/vue.php:1692
7297
  msgid "Facebook Group"
7298
  msgstr ""
7299
 
7300
- #: languages/vue.php:1695
7301
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
7302
  msgstr ""
7303
 
7304
- #: languages/vue.php:1698
7305
  msgid "Join Now...It’s Free!"
7306
  msgstr ""
7307
 
7308
- #: languages/vue.php:1701
7309
  msgid "WordPress Tutorials by WPBeginner"
7310
  msgstr ""
7311
 
7312
- #: languages/vue.php:1704
7313
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
7314
  msgstr ""
7315
 
7316
- #: languages/vue.php:1707
7317
  msgid "Visit WPBeginner"
7318
  msgstr ""
7319
 
7320
- #: languages/vue.php:1710
7321
  msgid "Follow Us!"
7322
  msgstr ""
7323
 
7324
- #: languages/vue.php:1713
7325
  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."
7326
  msgstr ""
7327
 
7328
- #: languages/vue.php:1716
7329
  msgid "Copyright MonsterInsights, 2021"
7330
  msgstr ""
7331
 
7332
- #: languages/vue.php:1719
7333
  msgid "Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights"
7334
  msgstr ""
7335
 
7336
- #: languages/vue.php:1722
7337
  msgid "January"
7338
  msgstr ""
7339
 
7340
- #: languages/vue.php:1725
7341
  msgid "February"
7342
  msgstr ""
7343
 
7344
- #: languages/vue.php:1728
7345
  msgid "March"
7346
  msgstr ""
7347
 
7348
- #: languages/vue.php:1731
7349
  msgid "April"
7350
  msgstr ""
7351
 
7352
- #: languages/vue.php:1734
7353
  msgid "May"
7354
  msgstr ""
7355
 
7356
- #: languages/vue.php:1737
7357
  msgid "June"
7358
  msgstr ""
7359
 
7360
- #: languages/vue.php:1740
7361
  msgid "July"
7362
  msgstr ""
7363
 
7364
- #: languages/vue.php:1743
7365
  msgid "August"
7366
  msgstr ""
7367
 
7368
- #: languages/vue.php:1746
7369
  msgid "September"
7370
  msgstr ""
7371
 
7372
- #: languages/vue.php:1749
7373
  msgid "October"
7374
  msgstr ""
7375
 
7376
- #: languages/vue.php:1752
7377
  msgid "November"
7378
  msgstr ""
7379
 
7380
- #: languages/vue.php:1755
7381
  msgid "December"
7382
  msgstr ""
7383
 
7384
  #. Translators: Number of visitors.
7385
- #: languages/vue.php:1759
7386
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
7387
  msgstr ""
7388
 
7389
- #: languages/vue.php:1762
7390
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
7391
  msgstr ""
7392
 
7393
  #. Translators: Number of visitors.
7394
- #: languages/vue.php:1766
7395
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
7396
  msgstr ""
7397
 
7398
  #. Translators: Number of visitors.
7399
- #: languages/vue.php:1770
7400
  msgid "%s Visitors"
7401
  msgstr ""
7402
 
7403
  #. Translators: Percent and Number of visitors.
7404
- #: languages/vue.php:1774
7405
  msgid "%1$s&#37 of your visitors were %2$s"
7406
  msgstr ""
7407
 
7408
  #. Translators: Number of visitors and their age.
7409
- #: languages/vue.php:1778
7410
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7411
  msgstr ""
7412
 
7413
- #: languages/vue.php:1781
7414
  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>"
7415
  msgstr ""
7416
 
7417
  #. Translators: Number of minutes spent on site.
7418
- #: languages/vue.php:1785
7419
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
7420
  msgstr ""
7421
 
7422
  #. Translators: Name of device type.
7423
- #: languages/vue.php:1789
7424
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7425
  msgstr ""
7426
 
7427
  #. Translators: Number of visitors and device percentage.
7428
- #: languages/vue.php:1793
7429
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7430
  msgstr ""
7431
 
7432
- #: languages/vue.php:1796
7433
  msgid "Desktop"
7434
  msgstr ""
7435
 
7436
- #: languages/vue.php:1799
7437
  msgid "Tablet"
7438
  msgstr ""
7439
 
7440
- #: languages/vue.php:1802
7441
  msgid "Mobile"
7442
  msgstr ""
7443
 
7444
- #: languages/vue.php:1805
7445
  msgid "Right Now"
7446
  msgstr ""
7447
 
7448
- #: languages/vue.php:1808
7449
  msgid "Active users on site"
7450
  msgstr ""
7451
 
7452
- #: languages/vue.php:1811
7453
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
7454
  msgstr ""
7455
 
7456
- #: languages/vue.php:1814
7457
  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."
7458
  msgstr ""
7459
 
7460
- #: languages/vue.php:1817
7461
  msgid "The real-time report automatically updates approximately every 60 seconds."
7462
  msgstr ""
7463
 
7464
  #. Translators: Number of seconds that have passed since the report was refreshed.
7465
- #: languages/vue.php:1821
7466
  msgid "The real-time report was last updated %s seconds ago."
7467
  msgstr ""
7468
 
7469
- #: languages/vue.php:1824
7470
  msgid "The latest data will be automatically shown on this page when it becomes available."
7471
  msgstr ""
7472
 
7473
- #: languages/vue.php:1827
7474
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
7475
  msgstr ""
7476
 
7477
- #: languages/vue.php:1830
7478
  msgid "Pageviews Per Minute"
7479
  msgstr ""
7480
 
7481
- #: languages/vue.php:1833
7482
  msgid "Top Pages"
7483
  msgstr ""
7484
 
7485
- #: languages/vue.php:1836
7486
  msgid "No pageviews currently."
7487
  msgstr ""
7488
 
7489
- #: languages/vue.php:1839
7490
  msgid "Page"
7491
  msgstr ""
7492
 
7493
- #: languages/vue.php:1842
7494
  msgid "Pageview Count"
7495
  msgstr ""
7496
 
7497
- #: languages/vue.php:1845
7498
  msgid "Percent of Total"
7499
  msgstr ""
7500
 
7501
- #: languages/vue.php:1848
7502
  msgid "This is the number of active users currently on your site."
7503
  msgstr ""
7504
 
7505
- #: languages/vue.php:1851
7506
  msgid "This graph shows the number of pageviews for each of the last 30 minutes."
7507
  msgstr ""
7508
 
7509
- #: languages/vue.php:1854
7510
  msgid "This list shows the top pages users are currently viewing on your site."
7511
  msgstr ""
7512
 
7513
- #: languages/vue.php:1857
7514
  msgid "View All Real-Time Pageviews"
7515
  msgstr ""
7516
 
7517
- #: languages/vue.php:1860
7518
  msgid "View All Real-Time Traffic Sources"
7519
  msgstr ""
7520
 
7521
- #: languages/vue.php:1863
7522
  msgid "View All Real-Time Traffic by Country"
7523
  msgstr ""
7524
 
7525
- #: languages/vue.php:1866
7526
  msgid "View All Real-Time Traffic by City"
7527
  msgstr ""
7528
 
7529
- #: languages/vue.php:1869
7530
  msgid "Show Overview Reports"
7531
  msgstr ""
7532
 
7533
- #: languages/vue.php:1872
7534
  msgid "Show Publishers Reports"
7535
  msgstr ""
7536
 
7537
- #: languages/vue.php:1875
7538
  msgid "Show eCommerce Reports"
7539
  msgstr ""
7540
 
7541
- #: languages/vue.php:1878
7542
  msgid "Settings Menu"
7543
  msgstr ""
7544
 
7545
- #: languages/vue.php:1881
7546
  msgid "Available in PRO version"
7547
  msgstr ""
7548
 
7549
- #: languages/vue.php:1884
7550
  msgid "Thank you for being a loyal MonsterInsights Lite user."
7551
  msgstr ""
7552
 
7553
- #: languages/vue.php:1887
7554
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
7555
  msgstr ""
7556
 
7557
  #. Translators: Gets replaced with the coupon code.
7558
- #: languages/vue.php:1891
7559
  msgid "Use coupon code %s to get 50%% off."
7560
  msgstr ""
7561
 
7562
- #: languages/vue.php:1894
7563
  msgid "Dashboard widget"
7564
  msgstr ""
7565
 
7566
- #: languages/vue.php:1897
7567
  msgid "Affiliate Links"
7568
  msgstr ""
7569
 
7570
- #: languages/vue.php:1900
7571
  msgid "Enhanced Ecommerce"
7572
  msgstr ""
7573
 
7574
- #: languages/vue.php:1903
7575
  msgid "Banner Ads"
7576
  msgstr ""
7577
 
7578
- #: languages/vue.php:1906
7579
  msgid "Google AMP"
7580
  msgstr ""
7581
 
7582
- #: languages/vue.php:1909
7583
  msgid "SEO Score Tracking"
7584
  msgstr ""
7585
 
7586
- #: languages/vue.php:1912
7587
  msgid "Activating..."
7588
  msgstr ""
7589
 
7590
- #: languages/vue.php:1915
7591
  msgid "Deactivating..."
7592
  msgstr ""
7593
 
7594
- #: languages/vue.php:1918
7595
  msgid "Deactivate"
7596
  msgstr ""
7597
 
7598
  #. Translators: The status of the addon (installed/active/inactive).
7599
- #: languages/vue.php:1922
7600
  msgid "Status: %s"
7601
  msgstr ""
7602
 
7603
- #: languages/vue.php:1925
7604
  msgid "Not Installed"
7605
  msgstr ""
7606
 
7607
- #: languages/vue.php:1928
7608
  msgid "Network Active"
7609
  msgstr ""
7610
 
7611
- #: languages/vue.php:1931
7612
  msgid "Active"
7613
  msgstr ""
7614
 
7615
- #: languages/vue.php:1934
7616
  msgid "Inactive"
7617
  msgstr ""
7618
 
7619
  #. Translators: Adds a link to the general settings tab.
7620
- #: languages/vue.php:1938
7621
  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."
7622
  msgstr ""
7623
 
7624
- #: languages/vue.php:1941
7625
  msgid "Export PDF Reports"
7626
  msgstr ""
7627
 
7628
- #: languages/vue.php:1944
7629
  msgid "Permissions"
7630
  msgstr ""
7631
 
7632
- #: languages/vue.php:1947
7633
  msgid "Allow These User Roles to See Reports"
7634
  msgstr ""
7635
 
7636
- #: languages/vue.php:1950
7637
  msgid "Users that have at least one of these roles will be able to view the reports."
7638
  msgstr ""
7639
 
7640
- #: languages/vue.php:1953
7641
  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."
7642
  msgstr ""
7643
 
7644
- #: languages/vue.php:1956
7645
  msgid "Allow These User Roles to Save Settings"
7646
  msgstr ""
7647
 
7648
- #: languages/vue.php:1959
7649
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
7650
  msgstr ""
7651
 
7652
- #: languages/vue.php:1962
7653
  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."
7654
  msgstr ""
7655
 
7656
- #: languages/vue.php:1965
7657
  msgid "Exclude These User Roles From Tracking"
7658
  msgstr ""
7659
 
7660
- #: languages/vue.php:1968
7661
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
7662
  msgstr ""
7663
 
7664
- #: languages/vue.php:1971
7665
  msgid "Performance"
7666
  msgstr ""
7667
 
7668
- #: languages/vue.php:1974
7669
  msgid "Custom code"
7670
  msgstr ""
7671
 
7672
  #. Translators: Adds a link to the Google reference.
7673
- #: languages/vue.php:1978
7674
  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."
7675
  msgstr ""
7676
 
7677
- #: languages/vue.php:1984
7678
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
7679
  msgstr ""
7680
 
7681
- #: languages/vue.php:1987
7682
  msgid "Hide Admin Bar Reports"
7683
  msgstr ""
7684
 
7685
  #. Translators: placeholders make text small.
7686
- #: languages/vue.php:1991
7687
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
7688
  msgstr ""
7689
 
7690
  #. Translators: placeholders make text small.
7691
- #: languages/vue.php:1995
7692
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
7693
  msgstr ""
7694
 
7695
  #. Translators: placeholders make text small.
7696
- #: languages/vue.php:1999
7697
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
7698
  msgstr ""
7699
 
7700
- #: languages/vue.php:2002
7701
  msgid "View notifications"
7702
  msgstr ""
7703
 
7704
  #. Translators: Error status and error text.
7705
- #: languages/vue.php:2006
7706
  msgid "Can't load settings. Error: %1$s, %2$s"
7707
  msgstr ""
7708
 
7709
- #: languages/vue.php:2009
7710
  msgid "You appear to be offline."
7711
  msgstr ""
7712
 
7713
  #. Translators: Error status and error text.
7714
- #: languages/vue.php:2014
7715
  msgid "Can't save settings. Error: %1$s, %2$s"
7716
  msgstr ""
7717
 
7718
- #: languages/vue.php:2018
7719
  msgid "Network error encountered. Settings not saved."
7720
  msgstr ""
7721
 
7722
  #. Translators: Error status and error text.
7723
- #: languages/vue.php:2022
7724
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
7725
  msgstr ""
7726
 
7727
  #. Translators: Error status and error text.
7728
- #: languages/vue.php:2026
7729
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
7730
  msgstr ""
7731
 
7732
  #. Translators: Error status and error text.
7733
- #: languages/vue.php:2030
7734
  msgid "Can't load license details. Error: %1$s, %2$s"
7735
  msgstr ""
7736
 
7737
- #: languages/vue.php:2033
7738
  msgid "Error loading license details"
7739
  msgstr ""
7740
 
7741
  #. Translators: Error status and error text.
7742
- #: languages/vue.php:2037
7743
  msgid "Can't verify the license. Error: %1$s, %2$s"
7744
  msgstr ""
7745
 
7746
  #. Translators: Error status and error text.
7747
- #: languages/vue.php:2041
7748
  msgid "Can't validate the license. Error: %1$s, %2$s"
7749
  msgstr ""
7750
 
7751
  #. Translators: Error status and error text.
7752
- #: languages/vue.php:2045
7753
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7754
  msgstr ""
7755
 
7756
  #. Translators: Error status and error text.
7757
- #: languages/vue.php:2049
7758
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7759
  msgstr ""
7760
 
7761
- #: languages/vue.php:2052
7762
  msgid "You appear to be offline. Settings not saved."
7763
  msgstr ""
7764
 
7765
  #. Translators: Error status and error text.
7766
- #: languages/vue.php:2056
7767
  msgid "Can't authenticate. Error: %1$s, %2$s"
7768
  msgstr ""
7769
 
7770
  #. Translators: Error status and error text.
7771
- #: languages/vue.php:2060
7772
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7773
  msgstr ""
7774
 
7775
  #. Translators: Error status and error text.
7776
- #: languages/vue.php:2064
7777
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7778
  msgstr ""
7779
 
7780
- #: languages/vue.php:2067
7781
  msgid "Proceed"
7782
  msgstr ""
7783
 
7784
- #: languages/vue.php:2070
7785
  msgid "Connection Information"
7786
  msgstr ""
7787
 
7788
- #: languages/vue.php:2073
7789
  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."
7790
  msgstr ""
7791
 
7792
- #: languages/vue.php:2076
7793
  msgid "Hostname"
7794
  msgstr ""
7795
 
7796
- #: languages/vue.php:2079
7797
  msgid "FTP Username"
7798
  msgstr ""
7799
 
7800
- #: languages/vue.php:2082
7801
  msgid "FTP Password"
7802
  msgstr ""
7803
 
7804
- #: languages/vue.php:2085
7805
  msgid "This password will not be stored on the server."
7806
  msgstr ""
7807
 
7808
- #: languages/vue.php:2088
7809
  msgid "Connection Type"
7810
  msgstr ""
7811
 
7812
- #: languages/vue.php:2091
7813
  msgid "Cancel"
7814
  msgstr ""
7815
 
7816
- #: languages/vue.php:2094
7817
  msgid "You appear to be offline. WPForms not installed."
7818
  msgstr ""
7819
 
7820
  #. Translators: Error status and error text.
7821
- #: languages/vue.php:2098
7822
  msgid "Can't activate addon. Error: %1$s, %2$s"
7823
  msgstr ""
7824
 
7825
- #: languages/vue.php:2101
7826
  msgid "You appear to be offline. Addon not activated."
7827
  msgstr ""
7828
 
7829
  #. Translators: Error status and error text.
7830
- #: languages/vue.php:2105
7831
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7832
  msgstr ""
7833
 
7834
- #: languages/vue.php:2108
7835
  msgid "You appear to be offline. Addon not deactivated."
7836
  msgstr ""
7837
 
7838
  #. Translators: Error status and error text.
7839
- #: languages/vue.php:2112
7840
  msgid "Can't install plugin. Error: %1$s, %2$s"
7841
  msgstr ""
7842
 
7843
- #: languages/vue.php:2115
7844
  msgid "You appear to be offline. Plugin not installed."
7845
  msgstr ""
7846
 
7847
  #. Translators: Error status and error text.
7848
- #: languages/vue.php:2119
7849
  msgid "Can't install addon. Error: %1$s, %2$s"
7850
  msgstr ""
7851
 
7852
- #: languages/vue.php:2122
7853
  msgid "You appear to be offline. Addon not installed."
7854
  msgstr ""
7855
 
7856
  #. Translators: Error status and error text.
7857
- #: languages/vue.php:2126
7858
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7859
  msgstr ""
7860
 
7861
  #. Translators: Example path (/go/).
7862
- #: languages/vue.php:2130
7863
  msgid "Path (example: %s)"
7864
  msgstr ""
7865
 
7866
- #: languages/vue.php:2133
7867
  msgid "Path has to start with a / and have no spaces"
7868
  msgstr ""
7869
 
7870
  #. Translators: Example label (aff).
7871
- #: languages/vue.php:2137
7872
  msgid "Label (example: %s)"
7873
  msgstr ""
7874
 
7875
- #: languages/vue.php:2140
7876
  msgid "Label can't contain any spaces"
7877
  msgstr ""
7878
 
7879
  #. Translators: Add links to documentation.
7880
- #: languages/vue.php:2144
7881
  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."
7882
  msgstr ""
7883
 
7884
- #: languages/vue.php:2147
7885
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
7886
  msgstr ""
7887
 
7888
- #: languages/vue.php:2150
7889
  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."
7890
  msgstr ""
7891
 
7892
- #: languages/vue.php:2153
7893
  msgid "Disable the Headline Analyzer"
7894
  msgstr ""
7895
 
7896
- #: languages/vue.php:2156
7897
  msgid "Warning: If you use a manual GA4 Measurement ID, you won't be able to use any of the reporting and some of the tracking features. Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7898
  msgstr ""
7899
 
7900
- #: languages/vue.php:2159
7901
  msgid "Or manually enter UA code (limited functionality)"
7902
  msgstr ""
7903
 
7904
- #: languages/vue.php:2162
7905
  msgid "Dual Tracking Profile"
7906
  msgstr ""
7907
 
7908
- #: languages/vue.php:2165
7909
  msgid "The dual tracking feature allows you to continue tracking this site into an existing GAv3 property so you can continue to use the GA reports you are used to already. Learn more about this feature %1$shere%2$s."
7910
  msgstr ""
7911
 
7912
- #: languages/vue.php:2168
7913
  msgid "Your Universal Analytics code should look like UA-XXXXXXXXXX where the X's are numbers."
7914
  msgstr ""
7915
 
7916
- #: languages/vue.php:2171
7917
  msgid "The dual tracking feature allows you to begin tracking this site into a GAv4 property to take advantage of the new GAv4 analysis tools. Learn more about this feature %1$shere%2$s."
7918
  msgstr ""
7919
 
7920
- #: languages/vue.php:2174
7921
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7922
  msgstr ""
7923
 
7924
- #: languages/vue.php:2177
7925
  msgid "Measurement Protocol API Secret"
7926
  msgstr ""
7927
 
7928
- #: languages/vue.php:2180
7929
  msgid "The Measurement Protocol API secret allows your site to send tracking data to Google Analytics. To retrieve your Measurement Protocol API Secret, follow %1$sthis guide%2$s."
7930
  msgstr ""
7931
 
7932
- #: languages/vue.php:2183
7933
  msgid "Force Deauthenticate"
7934
  msgstr ""
7935
 
7936
- #: languages/vue.php:2186
7937
  msgid "Disconnect MonsterInsights"
7938
  msgstr ""
7939
 
7940
- #: languages/vue.php:2189
7941
  msgid "Authenticating"
7942
  msgstr ""
7943
 
7944
- #: languages/vue.php:2192
7945
  msgid "Verifying Credentials"
7946
  msgstr ""
7947
 
7948
- #: languages/vue.php:2195
7949
  msgid "Your site is connected to MonsterInsights!"
7950
  msgstr ""
7951
 
7952
- #: languages/vue.php:2198
7953
  msgid "Deauthenticating"
7954
  msgstr ""
7955
 
7956
- #: languages/vue.php:2201
7957
  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."
7958
  msgstr ""
7959
 
7960
- #: languages/vue.php:2204
7961
  msgid "Connect MonsterInsights"
7962
  msgstr ""
7963
 
7964
- #: languages/vue.php:2207
7965
  msgid "Verify Credentials"
7966
  msgstr ""
7967
 
7968
- #: languages/vue.php:2210
7969
  msgid "Website Profile"
7970
  msgstr ""
7971
 
7972
- #: languages/vue.php:2213
7973
  msgid "Active Profile"
7974
  msgstr ""
7975
 
7976
- #: languages/vue.php:2216
7977
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
7978
  msgstr ""
7979
 
7980
- #: languages/vue.php:2219
7981
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
7982
  msgstr ""
7983
 
7984
- #: languages/vue.php:2223
7985
  msgid "Manually enter your UA code"
7986
  msgstr ""
7987
 
7988
- #: languages/vue.php:2227
7989
  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."
7990
  msgstr ""
7991
 
7992
- #: languages/vue.php:2230
7993
  msgid "Manually enter your GA4 Measurement ID"
7994
  msgstr ""
7995
 
7996
- #: languages/vue.php:2233
7997
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
7998
  msgstr ""
7999
 
8000
- #: languages/vue.php:2236
8001
  msgid "Anonymize IP Addresses"
8002
  msgstr ""
8003
 
8004
- #: languages/vue.php:2239
8005
  msgid "Link Attribution"
8006
  msgstr ""
8007
 
8008
- #: languages/vue.php:2242
8009
  msgid "Enable Enhanced Link Attribution"
8010
  msgstr ""
8011
 
8012
- #: languages/vue.php:2245
8013
  msgid "Enable Anchor Tracking"
8014
  msgstr ""
8015
 
8016
- #: languages/vue.php:2248
8017
  msgid "Enable allowAnchor"
8018
  msgstr ""
8019
 
8020
- #: languages/vue.php:2251
8021
  msgid "Enable allowLinker"
8022
  msgstr ""
8023
 
8024
- #: languages/vue.php:2254
8025
  msgid "Enable Tag Links in RSS"
8026
  msgstr ""
8027
 
8028
- #: languages/vue.php:2257
8029
  msgid "File Downloads"
8030
  msgstr ""
8031
 
8032
- #: languages/vue.php:2260
8033
  msgid "Extensions of Files to Track as Downloads"
8034
  msgstr ""
8035
 
8036
- #: languages/vue.php:2263
8037
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
8038
  msgstr ""
8039
 
8040
  #. Translators: Add links to the documentation.
8041
- #: languages/vue.php:2267
8042
  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."
8043
  msgstr ""
8044
 
8045
  #. Translators: Adds a link to the documentation.
8046
- #: languages/vue.php:2271
8047
  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."
8048
  msgstr ""
8049
 
8050
  #. Translators: Adds a link to the documentation.
8051
- #: languages/vue.php:2275
8052
  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."
8053
  msgstr ""
8054
 
8055
- #: languages/vue.php:2278
8056
  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."
8057
  msgstr ""
8058
 
8059
  #. Translators: Adds a link to the documentation.
8060
- #: languages/vue.php:2282
8061
  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."
8062
  msgstr ""
8063
 
8064
  #. Translators: Adds a link to the documentation.
8065
- #: languages/vue.php:2286
8066
  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."
8067
  msgstr ""
8068
 
8069
  #. Translators: Adds a link to the documentation.
8070
- #: languages/vue.php:2290
8071
  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."
8072
  msgstr ""
8073
 
8074
- #: languages/vue.php:2293
8075
  msgid "Add domain"
8076
  msgstr ""
8077
 
8078
  #. Translators: Example domain.
8079
- #: languages/vue.php:2297
8080
  msgid "Domain (example: %s)"
8081
  msgstr ""
8082
 
8083
  #. Translators: Current site domain to be avoided.
8084
- #: languages/vue.php:2301
8085
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
8086
  msgstr ""
8087
 
8088
- #: languages/vue.php:2304
8089
  msgid "Cross Domain Tracking"
8090
  msgstr ""
8091
 
8092
  #. Translators: Adds a link to the documentation.
8093
- #: languages/vue.php:2308
8094
  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."
8095
  msgstr ""
8096
 
8097
  #. Translators: Number of days.
8098
- #: languages/vue.php:2312
8099
  msgid "vs. Previous Day"
8100
  msgstr ""
8101
 
8102
- #: languages/vue.php:2315
8103
  msgid "No change"
8104
  msgstr ""
8105
 
8106
- #: languages/vue.php:2318
8107
  msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions."
8108
  msgstr ""
8109
 
8110
- #: languages/vue.php:2321
8111
  msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc."
8112
  msgstr ""
8113
 
8114
- #: languages/vue.php:2324
8115
  msgid "Make Google Analytics GDPR compliant with our EU Compliance addon."
8116
  msgstr ""
8117
 
8118
- #: languages/vue.php:2327
8119
  msgid "Get real-time Google Analytics report right inside your WordPress dashboard."
8120
  msgstr ""
8121
 
8122
- #: languages/vue.php:2330
8123
  msgid "Use Google Optimize to easily perform A/B split tests on your site."
8124
  msgstr ""
8125
 
8126
- #: languages/vue.php:2333
8127
  msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking."
8128
  msgstr ""
8129
 
8130
- #: languages/vue.php:2336
8131
  msgid "Unlock search console report to see your top performing keywords in Google."
8132
  msgstr ""
8133
 
8134
- #: languages/vue.php:2339
8135
  msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress."
8136
  msgstr ""
8137
 
8138
- #: languages/vue.php:2342
8139
  msgid "Publishers Report shows your top performing pages, audience demographics, and more."
8140
  msgstr ""
8141
 
8142
- #: languages/vue.php:2345
8143
  msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving."
8144
  msgstr ""
8145
 
8146
- #: languages/vue.php:2348
8147
  msgid "Upgrade to Pro »"
8148
  msgstr ""
8149
 
8150
- #: languages/vue.php:2351
8151
  msgid "Pro Tip:"
8152
  msgstr ""
8153
 
8154
- #: languages/vue.php:2354
8155
  msgid "Show"
8156
  msgstr ""
8157
 
8158
- #: languages/vue.php:2357
8159
  msgid "Hide dashboard widget"
8160
  msgstr ""
8161
 
8162
- #: languages/vue.php:2360
8163
  msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
8164
  msgstr ""
8165
 
8166
- #: languages/vue.php:2363
8167
  msgid "Yes, hide it!"
8168
  msgstr ""
8169
 
8170
- #: languages/vue.php:2366
8171
  msgid "No, cancel!"
8172
  msgstr ""
8173
 
8174
- #: languages/vue.php:2369
8175
  msgid "MonsterInsights Widget Hidden"
8176
  msgstr ""
8177
 
8178
- #: languages/vue.php:2372
8179
  msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
8180
  msgstr ""
8181
 
8182
- #: languages/vue.php:2379
8183
  msgid "Usage Tracking"
8184
  msgstr ""
8185
 
8186
- #: languages/vue.php:2382
8187
  msgid "Allow Usage Tracking"
8188
  msgstr ""
8189
 
8190
- #: languages/vue.php:2386
8191
  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."
8192
  msgstr ""
8193
 
8194
  #. Translators: Add links to documentation.
8195
- #: languages/vue.php:2391
8196
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
8197
  msgstr ""
8198
 
8199
  #. Translators: Make text green and add smiley face.
8200
- #: languages/vue.php:2395
8201
  msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s"
8202
  msgstr ""
8203
 
8204
  #. Translators: Add link to upgrade.
8205
- #: languages/vue.php:2399
8206
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
8207
  msgstr ""
8208
 
8209
  #. Translators: Make text green.
8210
- #: languages/vue.php:2403
8211
  msgid "As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
8212
  msgstr ""
8213
 
8214
- #: languages/vue.php:2406
8215
  msgid "Unlock PRO Features Now"
8216
  msgstr ""
8217
 
8218
- #: languages/vue.php:2409
8219
  msgid "Paste your license key here"
8220
  msgstr ""
8221
 
8222
- #: languages/vue.php:2412
8223
  msgid "Verify"
8224
  msgstr ""
8225
 
8226
  #. Translators: Add link to retrieve license from account area.
8227
- #: languages/vue.php:2416
8228
  msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s."
8229
  msgstr ""
8230
 
8231
- #: languages/vue.php:2419
8232
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
8233
  msgstr ""
8234
 
8235
  #. Translators: Error status and error text.
8236
- #: languages/vue.php:2423
8237
  msgid "Can't load errors. Error: %1$s, %2$s"
8238
  msgstr ""
8239
 
8240
- #: languages/vue.php:2426
8241
  msgid "No options available"
8242
  msgstr ""
8243
 
8244
- #: languages/vue.php:2429
8245
  msgid "%1$sAll-in-One SEO%2$s Makes SEO Simple. Gain Valuable Organic Traffic."
8246
  msgstr ""
8247
 
8248
- #: languages/vue.php:2432
8249
  msgid "Automatically migrate all of your SEO settings with just 1 click!"
8250
  msgstr ""
8251
 
8252
- #: languages/vue.php:2435
8253
  msgid "1,938"
8254
  msgstr ""
8255
 
8256
- #: languages/vue.php:2438
8257
  msgid "2+ Million Active Installs"
8258
  msgstr ""
8259
 
8260
- #: languages/vue.php:2441
8261
  msgid "AIOSEO is the DIY Solution for Managing your SEO"
8262
  msgstr ""
8263
 
8264
- #: languages/vue.php:2444
8265
  msgid "Set up the proper SEO foundations in less than 10 minutes."
8266
  msgstr ""
8267
 
8268
- #: languages/vue.php:2447
8269
  msgid "SEO Audit Checklist"
8270
  msgstr ""
8271
 
8272
- #: languages/vue.php:2450
8273
  msgid "Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic."
8274
  msgstr ""
8275
 
8276
- #: languages/vue.php:2453
8277
  msgid "Optimize Your Pages For Higher Rankings With TruSEO Score."
8278
  msgstr ""
8279
 
8280
- #: languages/vue.php:2456
8281
  msgid "TruSEO Score gives you a more in-depth analysis into your optimization efforts than just a pass or fail. Our actionable checklist helps you to unlock maximum traffic with each page."
8282
  msgstr ""
8283
 
8284
- #: languages/vue.php:2459
8285
  msgid "Get AIOSEO for WordPress"
8286
  msgstr ""
8287
 
8288
- #: languages/vue.php:2462
8289
  msgid "Get the #1 Most Powerful WordPress SEO Plugin Today"
8290
  msgstr ""
8291
 
8292
- #: languages/vue.php:2465
8293
  msgid "Try it out today, for free."
8294
  msgstr ""
8295
 
8296
- #: languages/vue.php:2468
8297
  msgid "Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings."
8298
  msgstr ""
8299
 
8300
- #: languages/vue.php:2471
8301
  msgid "Activate and Install the Plugin with just one click!"
8302
  msgstr ""
8303
 
8304
- #: languages/vue.php:2474
8305
  msgid "Installing AIOSEO..."
8306
  msgstr ""
8307
 
8308
- #: languages/vue.php:2477
8309
  msgid "Congrats! All-in-One SEO Installed."
8310
  msgstr ""
8311
 
8312
- #: languages/vue.php:2480
8313
  msgid "Switch to AIOSEO"
8314
  msgstr ""
8315
 
8316
- #: languages/vue.php:2483
8317
  msgid "Installation Failed. Please refresh and try again."
8318
  msgstr ""
8319
 
8320
- #: languages/vue.php:2486
8321
  msgid "Activating AIOSEO..."
8322
  msgstr ""
8323
 
8324
- #: languages/vue.php:2489
8325
  msgid "Activate AIOSEO"
8326
  msgstr ""
8327
 
8328
- #: languages/vue.php:2492
8329
  msgid "Activation Failed. Please refresh and try again."
8330
  msgstr ""
8331
 
8332
  #. Translators: The name of the field that is throwing a validation error.
8333
- #: languages/vue.php:2496
8334
  msgid "%s can't be empty."
8335
  msgstr ""
8336
 
8337
- #: languages/vue.php:2499
8338
  msgid "Duplicate values are not allowed."
8339
  msgstr ""
8340
 
8341
- #: languages/vue.php:2502
8342
  msgid "You can add maximum 5 items."
8343
  msgstr ""
8344
 
8345
- #: languages/vue.php:2505
8346
  msgid "At least 0 item required."
8347
  msgstr ""
8348
 
8349
- #: languages/vue.php:2508
8350
  msgid "Add Another Link Path"
8351
  msgstr ""
8352
 
8353
- #: languages/vue.php:2511
8354
  msgid "Remove row"
8355
  msgstr ""
8356
 
8357
- #: languages/vue.php:2514
8358
  msgid "New"
8359
  msgstr ""
8360
 
8361
- #: languages/vue.php:2517
8362
  msgid "Returning"
8363
  msgstr ""
8364
 
8365
- #: languages/vue.php:2520
8366
  msgid "Top 10 Countries"
8367
  msgstr ""
8368
 
8369
- #: languages/vue.php:2523
8370
  msgid "View Countries Report"
8371
  msgstr ""
8372
 
8373
- #: languages/vue.php:2526
8374
  msgid "Top 10 Referrals"
8375
  msgstr ""
8376
 
8377
- #: languages/vue.php:2529
8378
  msgid "View All Referral Sources"
8379
  msgstr ""
8380
 
8381
- #: languages/vue.php:2532
8382
  msgid "View Full Posts/Pages Report"
8383
  msgstr ""
8384
 
8385
- #: languages/vue.php:2535
8386
  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."
8387
  msgstr ""
8388
 
8389
- #: languages/vue.php:2538
8390
  msgid "This list shows the top countries your website visitors are from."
8391
  msgstr ""
8392
 
8393
- #: languages/vue.php:2541
8394
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
8395
  msgstr ""
8396
 
8397
- #: languages/vue.php:2544
8398
  msgid "Export PDF Overview Report"
8399
  msgstr ""
8400
 
8401
- #: languages/vue.php:2547
8402
  msgid "Reset to default"
8403
  msgstr ""
8404
 
8405
- #: languages/vue.php:2550
8406
  msgid "The value entered does not match the required format"
8407
  msgstr ""
8408
 
8409
- #: languages/vue.php:2553
8410
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
8411
  msgstr ""
8412
 
8413
- #: languages/vue.php:2556
8414
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
8415
  msgstr ""
8416
 
8417
- #: languages/vue.php:2559
8418
  msgid "Recommended Settings"
8419
  msgstr ""
8420
 
8421
- #: languages/vue.php:2562
8422
  msgid "MonsterInsights recommends the following settings based on your configuration."
8423
  msgstr ""
8424
 
8425
- #: languages/vue.php:2565
8426
  msgid "Events Tracking"
8427
  msgstr ""
8428
 
8429
- #: languages/vue.php:2568
8430
  msgid "Must have for all click tracking on site."
8431
  msgstr ""
8432
 
8433
- #: languages/vue.php:2571
8434
  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."
8435
  msgstr ""
8436
 
8437
- #: languages/vue.php:2574
8438
  msgid "Enhanced Link Attribution"
8439
  msgstr ""
8440
 
8441
- #: languages/vue.php:2577
8442
  msgid "Improves the accuracy of your In-Page Analytics."
8443
  msgstr ""
8444
 
8445
- #: languages/vue.php:2580
8446
  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."
8447
  msgstr ""
8448
 
8449
- #: languages/vue.php:2583
8450
  msgid "Install Updates Automatically"
8451
  msgstr ""
8452
 
8453
- #: languages/vue.php:2586
8454
  msgid "Get the latest features, bug fixes, and security updates as they are released."
8455
  msgstr ""
8456
 
8457
- #: languages/vue.php:2589
8458
  msgid "To ensure you get the latest bug fixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
8459
  msgstr ""
8460
 
8461
- #: languages/vue.php:2592
8462
  msgid "File Download Tracking"
8463
  msgstr ""
8464
 
8465
- #: languages/vue.php:2595
8466
  msgid "Helps you see file downloads data."
8467
  msgstr ""
8468
 
8469
- #: languages/vue.php:2598
8470
  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."
8471
  msgstr ""
8472
 
8473
- #: languages/vue.php:2601
8474
  msgid "Helps you increase affiliate revenue."
8475
  msgstr ""
8476
 
8477
- #: languages/vue.php:2604
8478
  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."
8479
  msgstr ""
8480
 
8481
- #: languages/vue.php:2607
8482
  msgid "Affiliate Link Tracking"
8483
  msgstr ""
8484
 
8485
- #: languages/vue.php:2610
8486
  msgid "Who Can See Reports"
8487
  msgstr ""
8488
 
8489
- #: languages/vue.php:2613
8490
  msgid "These user roles will be able to access MonsterInsights' reports in the WordPress admin area."
8491
  msgstr ""
8492
 
8493
- #: languages/vue.php:2616
8494
  msgid "Save and continue"
8495
  msgstr ""
8496
 
8497
- #: languages/vue.php:2619
8498
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
8499
  msgstr ""
8500
 
8501
- #: languages/vue.php:2622
8502
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
8503
  msgstr ""
8504
 
8505
- #: languages/vue.php:2625
8506
  msgid "+ Add Role"
8507
  msgstr ""
8508
 
8509
- #: languages/vue.php:2628
8510
  msgid "Connect MonsterInsights to Your Website"
8511
  msgstr ""
8512
 
8513
- #: languages/vue.php:2631
8514
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
8515
  msgstr ""
8516
 
8517
- #: languages/vue.php:2634
8518
  msgid "Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually."
8519
  msgstr ""
8520
 
8521
- #: languages/vue.php:2637
8522
  msgid "Save and Continue"
8523
  msgstr ""
8524
 
8525
- #: languages/vue.php:2640
8526
  msgid "UA code can't be empty"
8527
  msgstr ""
8528
 
8529
- #: languages/vue.php:2643
8530
  msgid "Saving UA code..."
8531
  msgstr ""
8532
 
8533
- #: languages/vue.php:2646
8534
  msgid "Allow usage tracking"
8535
  msgstr ""
8536
 
8537
- #: languages/vue.php:2649
8538
  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."
8539
  msgstr ""
8540
 
8541
- #: languages/vue.php:2652
8542
  msgid "Install All-in-One SEO"
8543
  msgstr ""
8544
 
8545
- #: languages/vue.php:2655
8546
  msgid "Improve Your Website Search Rankings With All-In-One SEO"
8547
  msgstr ""
8548
 
8549
- #: languages/vue.php:2658
8550
  msgid "If you’re not using a plugin to optimize your website’s SEO you’re missing out on valuable organic traffic!"
8551
  msgstr ""
8552
 
8553
- #: languages/vue.php:2661
8554
  msgid "Finally, a WordPress SEO Plugin that’s Easy and Powerful!"
8555
  msgstr ""
8556
 
8557
- #: languages/vue.php:2664
8558
  msgid "AIOSEO makes it easy to set up the proper SEO foundations in less than 10 minutes."
8559
  msgstr ""
8560
 
8561
- #: languages/vue.php:2667
8562
  msgid "Local SEO"
8563
  msgstr ""
8564
 
8565
- #: languages/vue.php:2670
8566
  msgid "All in One SEO gives you all the tools you need to improve your local SEO and rank higher on Google Maps."
8567
  msgstr ""
8568
 
8569
- #: languages/vue.php:2673
8570
  msgid "WooCommerce SEO"
8571
  msgstr ""
8572
 
8573
- #: languages/vue.php:2676
8574
  msgid "Advanced eCommerce SEO support for WooCommerce to optimize product pages, product categories, and more."
8575
  msgstr ""
8576
 
8577
- #: languages/vue.php:2679
8578
  msgid "SEO Custom User Roles"
8579
  msgstr ""
8580
 
8581
- #: languages/vue.php:2682
8582
  msgid "SEO user roles allow you to manage access to important SEO features without handing over control of your website."
8583
  msgstr ""
8584
 
8585
- #: languages/vue.php:2685
8586
  msgid "Google News Sitemap"
8587
  msgstr ""
8588
 
8589
- #: languages/vue.php:2688
8590
  msgid "Get higher rankings and unlock more traffic by submitting your latest news articles to Google News."
8591
  msgstr ""
8592
 
8593
- #: languages/vue.php:2691
8594
  msgid "Smart XML Sitemaps"
8595
  msgstr ""
8596
 
8597
- #: languages/vue.php:2694
8598
  msgid "Automatically generate a WordPress XML sitemap and notify all search engines of any updates."
8599
  msgstr ""
8600
 
8601
- #: languages/vue.php:2697
8602
  msgid "Social Media Integration"
8603
  msgstr ""
8604
 
8605
- #: languages/vue.php:2700
8606
  msgid "Easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks."
8607
  msgstr ""
8608
 
8609
- #: languages/vue.php:2703
8610
  msgid "TruSEO On-Page Analysis"
8611
  msgstr ""
8612
 
8613
- #: languages/vue.php:2706
8614
  msgid "Easily add title tags, meta descriptions, keywords, and everything else you need for proper on-page SEO optimization."
8615
  msgstr ""
8616
 
8617
- #: languages/vue.php:2709
8618
  msgid "& Many More!"
8619
  msgstr ""
8620
 
8621
- #: languages/vue.php:2712
8622
  msgid "Installing. Please wait.."
8623
  msgstr ""
8624
 
8625
- #: languages/vue.php:2715
8626
  msgid "Install All-in-One-SEO"
8627
  msgstr ""
8628
 
8629
- #: languages/vue.php:2718
8630
  msgid "Welcome to MonsterInsights!"
8631
  msgstr ""
8632
 
8633
- #: languages/vue.php:2721
8634
  msgid "Let's get you set up."
8635
  msgstr ""
8636
 
8637
- #: languages/vue.php:2724
8638
  msgid "Which category best describes your website?"
8639
  msgstr ""
8640
 
8641
- #: languages/vue.php:2727
8642
  msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
8643
  msgstr ""
8644
 
8645
- #: languages/vue.php:2730
8646
  msgid "Business Website"
8647
  msgstr ""
8648
 
8649
  #. Translators: Make text bold.
8650
- #: languages/vue.php:2734
8651
  msgid "Publisher %1$s(Blog)%2$s"
8652
  msgstr ""
8653
 
8654
- #: languages/vue.php:2737
8655
  msgid "Ecommerce"
8656
  msgstr ""
8657
 
8658
- #: languages/vue.php:2740
8659
  msgid "Caching"
8660
  msgstr ""
8661
 
8662
- #: languages/vue.php:2743
8663
  msgid "Enable Data Caching"
8664
  msgstr ""
8665
 
8666
- #: languages/vue.php:2746
8667
  msgid "Refresh Cache Every"
8668
  msgstr ""
8669
 
8670
- #: languages/vue.php:2749
8671
  msgid "Choose how often to refresh the cache."
8672
  msgstr ""
8673
 
8674
- #: languages/vue.php:2752
8675
  msgid "Enable Ajaxify"
8676
  msgstr ""
8677
 
8678
- #: languages/vue.php:2755
8679
  msgid "Ajaxify Widget"
8680
  msgstr ""
8681
 
8682
- #: languages/vue.php:2758
8683
  msgid "Use to bypass page caching."
8684
  msgstr ""
8685
 
8686
- #: languages/vue.php:2761
8687
  msgid "Empty Cache"
8688
  msgstr ""
8689
 
8690
- #: languages/vue.php:2764
8691
  msgid "Click to manually wipe the cache right now."
8692
  msgstr ""
8693
 
8694
- #: languages/vue.php:2767
8695
  msgid "Popular posts cache emptied"
8696
  msgstr ""
8697
 
8698
- #: languages/vue.php:2770
8699
  msgid "Error emptying the popular posts cache. Please try again."
8700
  msgstr ""
8701
 
8702
- #: languages/vue.php:2773
8703
  msgid "Choose Theme"
8704
  msgstr ""
8705
 
8706
- #: languages/vue.php:2776
8707
  msgid "Widget Styling"
8708
  msgstr ""
8709
 
8710
- #: languages/vue.php:2779
8711
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
8712
  msgstr ""
8713
 
8714
- #: languages/vue.php:2782
8715
  msgid "Sort By"
8716
  msgstr ""
8717
 
8718
- #: languages/vue.php:2785
8719
  msgid "Choose how you'd like the widget to determine your popular posts."
8720
  msgstr ""
8721
 
8722
- #: languages/vue.php:2788
8723
  msgid "Display Title"
8724
  msgstr ""
8725
 
8726
- #: languages/vue.php:2794
8727
  msgid "Title your widget and set its display preferences."
8728
  msgstr ""
8729
 
8730
- #: languages/vue.php:2797
8731
  msgid "Include in Post Types"
8732
  msgstr ""
8733
 
8734
- #: languages/vue.php:2800
8735
  msgid "Exclude from specific posts"
8736
  msgstr ""
8737
 
8738
  #. Translators: Placeholders make the text bold.
8739
- #: languages/vue.php:2804
8740
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
8741
  msgstr ""
8742
 
8743
  #. Translators: Placeholders make the text bold.
8744
- #: languages/vue.php:2808
8745
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
8746
  msgstr ""
8747
 
8748
- #: languages/vue.php:2811
8749
  msgid "Loading Themes"
8750
  msgstr ""
8751
 
8752
  #. Translators: placeholders make text small.
8753
- #: languages/vue.php:2815
8754
  msgid "Default Styles %1$s- As seen above.%2$s"
8755
  msgstr ""
8756
 
8757
  #. Translators: placeholders make text small.
8758
- #: languages/vue.php:2819
8759
  msgid "No Styles %1$s- Use your own CSS.%2$s"
8760
  msgstr ""
8761
 
8762
  #. Translators: placeholders make text small.
8763
- #: languages/vue.php:2823
8764
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
8765
  msgstr ""
8766
 
8767
  #. Translators: placeholders make text small.
8768
- #: languages/vue.php:2827
8769
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
8770
  msgstr ""
8771
 
8772
  #. Translators: placeholders make text small.
8773
- #: languages/vue.php:2831
8774
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
8775
  msgstr ""
8776
 
8777
- #: languages/vue.php:2834
8778
  msgid "Placement"
8779
  msgstr ""
8780
 
8781
- #: languages/vue.php:2837
8782
  msgid "Choose how you'd like to place the widget."
8783
  msgstr ""
8784
 
8785
- #: languages/vue.php:2840
8786
  msgid "Insert After"
8787
  msgstr ""
8788
 
8789
- #: languages/vue.php:2843
8790
  msgid "Choose where in the post body the widget will be placed."
8791
  msgstr ""
8792
 
8793
- #: languages/vue.php:2847
8794
  msgid "Customize Design"
8795
  msgstr ""
8796
 
8797
- #: languages/vue.php:2850
8798
  msgid "words"
8799
  msgstr ""
8800
 
8801
- #: languages/vue.php:2853
8802
  msgid "Please select at least one post to display."
8803
  msgstr ""
8804
 
8805
  #. Translators: placeholders make text small.
8806
- #: languages/vue.php:2857
8807
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
8808
  msgstr ""
8809
 
8810
  #. Translators: placeholders make text small.
8811
- #: languages/vue.php:2861
8812
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
8813
  msgstr ""
8814
 
8815
- #: languages/vue.php:2864
8816
  msgid "Facebook Instant Articles"
8817
  msgstr ""
8818
 
8819
- #: languages/vue.php:2867
8820
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
8821
  msgstr ""
8822
 
8823
- #: languages/vue.php:2870
8824
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
8825
  msgstr ""
8826
 
8827
- #: languages/vue.php:2873
8828
  msgid "Ads Tracking"
8829
  msgstr ""
8830
 
8831
- #: languages/vue.php:2876
8832
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
8833
  msgstr ""
8834
 
8835
- #: languages/vue.php:2879
8836
  msgid "2,000,000+ use AIOSEO to Improve Their Website Search Rankings"
8837
  msgstr ""
8838
 
8839
- #: languages/vue.php:2882
8840
  msgid "All-in-One SEO is a great product. I have been using it on all my WP sites for several years. I highly recommend it."
8841
  msgstr ""
8842
 
8843
- #: languages/vue.php:2885
8844
  msgid "Jack Brown"
8845
  msgstr ""
8846
 
8847
- #: languages/vue.php:2888
8848
  msgid "PJB Internet Marketing"
8849
  msgstr ""
8850
 
8851
- #: languages/vue.php:2891
8852
  msgid "I’m a professional SEO and used many tools and extensions. Regarding simplicity, individuality and configurability All in One SEO Pro is by far the best SEO plugin out there for WordPress."
8853
  msgstr ""
8854
 
8855
- #: languages/vue.php:2894
8856
  msgid "Joel Steinmann"
8857
  msgstr ""
8858
 
8859
- #: languages/vue.php:2897
8860
  msgid "CEO, Solergo"
8861
  msgstr ""
8862
 
8863
- #: languages/vue.php:2900
8864
  msgid "Recommended Addons"
8865
  msgstr ""
8866
 
8867
- #: languages/vue.php:2903
8868
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
8869
  msgstr ""
8870
 
8871
- #: languages/vue.php:2906
8872
  msgid "Other Addons"
8873
  msgstr ""
8874
 
8875
- #: languages/vue.php:2909
8876
  msgid "View all MonsterInsights addons"
8877
  msgstr ""
8878
 
8879
- #: languages/vue.php:2912
8880
  msgid "Scroll Tracking"
8881
  msgstr ""
8882
 
8883
- #: languages/vue.php:2915
8884
  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."
8885
  msgstr ""
8886
 
8887
- #: languages/vue.php:2918
8888
  msgid ""
8889
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
8890
  " and other privacy regulations."
8891
  msgstr ""
8892
 
8893
- #: languages/vue.php:2922
8894
  msgid "EU Compliance"
8895
  msgstr ""
8896
 
8897
- #: languages/vue.php:2925
8898
  msgid "Compatibility mode"
8899
  msgstr ""
8900
 
8901
- #: languages/vue.php:2928
8902
  msgid "Enable _gtagTracker Compatibility"
8903
  msgstr ""
8904
 
8905
  #. Translators: Placeholder gets replaced with default GA js function.
8906
- #: languages/vue.php:2932
8907
  msgid "This enables MonsterInsights to work with plugins that use %1$s and don't support %2$s"
8908
  msgstr ""
8909
 
8910
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
8911
- #: languages/vue.php:2936
8912
  msgid "%1$sPage %3$s%2$s of %4$s"
8913
  msgstr ""
8914
 
8915
- #: languages/vue.php:2939
8916
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
8917
  msgid "Theme Preview"
8918
  msgstr ""
8919
 
8920
- #: languages/vue.php:2942
8921
  msgid "Wide"
8922
  msgstr ""
8923
 
8924
- #: languages/vue.php:2945
8925
  msgid "Narrow"
8926
  msgstr ""
8927
 
8928
- #: languages/vue.php:2948
8929
  msgid "Title"
8930
  msgstr ""
8931
 
8932
- #: languages/vue.php:2951
8933
  msgid "Color"
8934
  msgstr ""
8935
 
8936
- #: languages/vue.php:2954
8937
  msgid "Size"
8938
  msgstr ""
8939
 
8940
- #: languages/vue.php:2957
8941
  msgid "Border"
8942
  msgstr ""
8943
 
8944
- #: languages/vue.php:2960
8945
  msgid "Author/Date"
8946
  msgstr ""
8947
 
8948
- #: languages/vue.php:2963
8949
  msgid "Label"
8950
  msgstr ""
8951
 
8952
- #: languages/vue.php:2966
8953
  msgid "Background"
8954
  msgstr ""
8955
 
8956
- #: languages/vue.php:2978
8957
  msgid "Choose which content you would like displayed in the widget."
8958
  msgstr ""
8959
 
8960
- #: languages/vue.php:2990
8961
  msgid "Comments"
8962
  msgstr ""
8963
 
8964
- #: languages/vue.php:2996
8965
  msgid "Choose how many posts you’d like displayed in the widget."
8966
  msgstr ""
8967
 
8968
- #: languages/vue.php:2999
8969
  msgid "Popular Posts data can be fetched correctly"
8970
  msgstr ""
8971
 
8972
- #: languages/vue.php:3002
8973
  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."
8974
  msgstr ""
8975
 
8976
- #: languages/vue.php:3005
8977
  msgid "Close"
8978
  msgstr ""
8979
 
8980
- #: languages/vue.php:3008
8981
  msgid "Add Top 5 Posts from Google Analytics"
8982
  msgstr ""
8983
 
8984
- #: languages/vue.php:3011
8985
  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."
8986
  msgstr ""
8987
 
8988
- #: languages/vue.php:3014
8989
  msgid "Test Automated Posts"
8990
  msgstr ""
8991
 
8992
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8993
- #: languages/vue.php:3018
8994
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8995
  msgstr ""
8996
 
8997
- #: languages/vue.php:3021
8998
  msgid "Automated + Curated"
8999
  msgstr ""
9000
 
9001
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
9002
- #: languages/vue.php:3025
9003
  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."
9004
  msgstr ""
9005
 
9006
  #. Translators: Placeholder gets replaced with current license version.
9007
- #: languages/vue.php:3029
9008
  msgid "Pro version is required."
9009
  msgstr ""
9010
 
9011
- #: languages/vue.php:3032
9012
  msgid "Verifying Popular Posts data"
9013
  msgstr ""
9014
 
9015
- #: languages/vue.php:3035
9016
  msgid "Select posts/search"
9017
  msgstr ""
9018
 
9019
- #: languages/vue.php:3038
9020
  msgid "Oops! No posts found."
9021
  msgstr ""
9022
 
9023
- #: languages/vue.php:3041
9024
  msgid "Search by post title"
9025
  msgstr ""
9026
 
9027
- #: languages/vue.php:3044
9028
  msgid "Can't load posts."
9029
  msgstr ""
9030
 
9031
- #: languages/vue.php:3047
9032
  msgid "SharedCount API Key"
9033
  msgstr ""
9034
 
9035
- #: languages/vue.php:3050
9036
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
9037
  msgstr ""
9038
 
9039
- #: languages/vue.php:3053
9040
  msgid "Start Indexing"
9041
  msgstr ""
9042
 
9043
- #: languages/vue.php:3056
9044
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
9045
  msgstr ""
9046
 
9047
- #: languages/vue.php:3059
9048
  msgid "Indexing completed, counts will update automatically every day."
9049
  msgstr ""
9050
 
9051
- #: languages/vue.php:3062
9052
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
9053
  msgstr ""
9054
 
9055
- #: languages/vue.php:3065
9056
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
9057
  msgstr ""
9058
 
9059
- #: languages/vue.php:3068
9060
  msgid "Icon"
9061
  msgstr ""
9062
 
9063
  #. Translators: Minimum and maximum number that can be used.
9064
- #: languages/vue.php:3072
9065
  msgid "Please enter a value between %1$s and %2$s"
9066
  msgstr ""
9067
 
9068
  #. Translators: The minimum set value.
9069
- #: languages/vue.php:3076
9070
  msgid "Please enter a value higher than %s"
9071
  msgstr ""
9072
 
9073
  #. Translators: The maximum set value.
9074
- #: languages/vue.php:3080
9075
  msgid "Please enter a value lower than %s"
9076
  msgstr ""
9077
 
9078
- #: languages/vue.php:3083
9079
  msgid "Please enter a number"
9080
  msgstr ""
9081
 
9082
- #: languages/vue.php:3086
9083
  msgid "Value has to be a round number"
9084
  msgstr ""
9085
 
9086
- #: languages/vue.php:3089
9087
  msgid "Export PDF Report"
9088
  msgstr ""
9089
 
9090
- #: languages/vue.php:3092
9091
  msgid "You can export PDF reports only in the PRO version."
9092
  msgstr ""
9093
 
9094
- #: languages/vue.php:3095
9095
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
9096
  msgstr ""
9097
 
9098
- #: languages/vue.php:3098
9099
  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!"
9100
  msgstr ""
9101
 
9102
- #: languages/vue.php:3101
9103
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
9104
  msgstr ""
9105
 
9106
  #. Translators: Makes text bold.
9107
- #: languages/vue.php:3105
9108
  msgid "Use coupon code %1$sLITEUPGRADE%2$s"
9109
  msgstr ""
9110
 
9111
  #. Translators: Make text green.
9112
- #: languages/vue.php:3109
9113
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
9114
  msgstr ""
9115
 
9116
  #. Translators: Placeholder adds a line break.
9117
- #: languages/vue.php:3113
9118
  msgid "You can customize your %sdate range only in the PRO version."
9119
  msgstr ""
9120
 
9121
- #: languages/vue.php:3116
9122
  msgid "Help Us Improve"
9123
  msgstr ""
9124
 
9125
- #: languages/vue.php:3119
9126
  msgid "Help us better understand our users and their website needs."
9127
  msgstr ""
9128
 
9129
  #. Translators: Adds a link to the documentation.
9130
- #: languages/vue.php:3123
9131
  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"
9132
  msgstr ""
9133
 
9134
- #: languages/vue.php:3126
9135
  msgid "Website profile"
9136
  msgstr ""
9137
 
9138
- #: languages/vue.php:3129
9139
  msgid "Active profile"
9140
  msgstr ""
9141
 
9142
- #: languages/vue.php:3132
9143
  msgid "Skip and Keep Connection"
9144
  msgstr ""
9145
 
9146
- #: languages/vue.php:3135
9147
  msgid "This feature requires MonsterInsights Pro"
9148
  msgstr ""
9149
 
9150
- #: languages/vue.php:3138
9151
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
9152
  msgstr ""
9153
 
9154
- #: languages/vue.php:3141
9155
  msgid "Upgrade to Pro and Unlock Popular Products"
9156
  msgstr ""
9157
 
9158
- #: languages/vue.php:3144
9159
  msgid "View all Pro features"
9160
  msgstr ""
9161
 
9162
- #: languages/vue.php:3147
9163
  msgid "Days"
9164
  msgstr ""
9165
 
9166
  #. Translators: placeholders make text small.
9167
- #: languages/vue.php:3151
9168
  msgid "7 days"
9169
  msgstr ""
9170
 
9171
- #: languages/vue.php:3154
9172
  msgid "30 days"
9173
  msgstr ""
9174
 
9175
- #: languages/vue.php:3157
9176
  msgid "Custom"
9177
  msgstr ""
9178
 
9179
- #: languages/vue.php:3160
9180
  msgid "Only Show Posts from These Categories"
9181
  msgstr ""
9182
 
9183
- #: languages/vue.php:3163
9184
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
9185
  msgstr ""
9186
 
9187
- #: languages/vue.php:3166
9188
  msgid "Multiple Entries"
9189
  msgstr ""
9190
 
9191
- #: languages/vue.php:3169
9192
  msgid "Total Number of Widgets to Show"
9193
  msgstr ""
9194
 
9195
- #: languages/vue.php:3172
9196
  msgid "Choose how many widgets will be placed in a single Post."
9197
  msgstr ""
9198
 
9199
- #: languages/vue.php:3175
9200
  msgid "Minimum Distance Between Widgets"
9201
  msgstr ""
9202
 
9203
- #: languages/vue.php:3178
9204
  msgid "Choose the distance between widgets."
9205
  msgstr ""
9206
 
9207
- #: languages/vue.php:3181
9208
  msgid "Minimum Word Count to Display Multiple Widgets"
9209
  msgstr ""
9210
 
9211
- #: languages/vue.php:3184
9212
  msgid "Choose the minimum word count for a Post to have multiple entries."
9213
  msgstr ""
9214
 
9215
- #: languages/vue.php:3187
9216
  msgid "Pro version is required"
9217
  msgstr ""
9218
 
9219
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
9220
- #: languages/vue.php:3191
9221
  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)."
9222
  msgstr ""
9223
 
9224
- #: languages/vue.php:3194
9225
  msgid "Unlock with %s"
9226
  msgstr ""
9227
 
9228
- #: languages/vue.php:3197
9229
  msgid "Automatic Placement"
9230
  msgstr ""
9231
 
9232
- #: languages/vue.php:3200
9233
  msgid "Display using Gutenberg Blocks"
9234
  msgstr ""
9235
 
9236
- #: languages/vue.php:3203
9237
  msgid "Embed Options"
9238
  msgstr ""
9239
 
9240
- #: languages/vue.php:3206
9241
  msgid "All Embed Options can be used in conjunction with one another."
9242
  msgstr ""
9243
 
9244
- #: languages/vue.php:3209
9245
  msgid "Using the Gutenberg Block"
9246
  msgstr ""
9247
 
9248
- #: languages/vue.php:3212
9249
  msgid "Using Automatic Embed"
9250
  msgstr ""
9251
 
9252
- #: languages/vue.php:3215
9253
  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."
9254
  msgstr ""
9255
 
9256
- #: languages/vue.php:3218
9257
  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."
9258
  msgstr ""
9259
 
9260
- #: languages/vue.php:3221
9261
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
9262
  msgstr ""
9263
 
9264
- #: languages/vue.php:3224
9265
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
9266
  msgstr ""
9267
 
9268
- #: languages/vue.php:3227
9269
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
9270
  msgstr ""
9271
 
9272
- #: languages/vue.php:3230
9273
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
9274
  msgstr ""
9275
 
9276
- #: languages/vue.php:3233
9277
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
9278
  msgstr ""
9279
 
9280
- #: languages/vue.php:3236
9281
  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."
9282
  msgstr ""
9283
 
9284
- #: languages/vue.php:3239
9285
  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."
9286
  msgstr ""
9287
 
9288
- #: languages/vue.php:3242
9289
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9290
  msgstr ""
9291
 
9292
- #: languages/vue.php:3245
9293
  msgid "Display using a Shortcode"
9294
  msgstr ""
9295
 
9296
- #: languages/vue.php:3248
9297
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
9298
  msgstr ""
9299
 
9300
- #: languages/vue.php:3251
9301
  msgid "Copy Shortcode"
9302
  msgstr ""
9303
 
9304
- #: languages/vue.php:3254
9305
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9306
  msgstr ""
9307
 
9308
- #: languages/vue.php:3257
9309
  msgid "Enable Automatic Placement"
9310
  msgstr ""
9311
 
9312
- #: languages/vue.php:3260
9313
  msgid "Display in a Sidebar"
9314
  msgstr ""
9315
 
9316
- #: languages/vue.php:3263
9317
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9318
  msgstr ""
9319
 
9320
- #: languages/vue.php:3266
9321
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9322
  msgstr ""
9323
 
9324
- #: languages/vue.php:3269
9325
  msgid "Display Method"
9326
  msgstr ""
9327
 
9328
- #: languages/vue.php:3272
9329
  msgid "There are two ways to manual include the widget in your posts."
9330
  msgstr ""
9331
 
9332
- #: languages/vue.php:3275
9333
  msgid "Using the Shortcode"
9334
  msgstr ""
9335
 
9336
- #: languages/vue.php:3278
9337
  msgid "Learn how to insert the widget using Gutenberg blocks."
9338
  msgstr ""
9339
 
9340
- #: languages/vue.php:3281
9341
  msgid "Learn how to insert the widget using out Shortcode."
9342
  msgstr ""
9343
 
9344
- #: languages/vue.php:3284
9345
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
9346
  msgstr ""
9347
 
9348
- #: languages/vue.php:3287
9349
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”."
9350
  msgstr ""
9351
 
9352
- #: languages/vue.php:3290
9353
  msgid "Shortcode"
9354
  msgstr ""
9355
 
9356
- #: languages/vue.php:3293
9357
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
9358
  msgstr ""
9359
 
9360
- #: languages/vue.php:3296
9361
  msgid "Facebook Instant Articleasdasdasds"
9362
  msgstr ""
9363
 
9364
- #: languages/vue.php:3299
9365
  msgid "Media"
9366
  msgstr ""
9367
 
9368
- #: languages/vue.php:3302
9369
  msgid "Track how your users interact with videos on your website. Upgrade to MonsterInsights Pro."
9370
  msgstr ""
9371
 
9372
- #: languages/vue.php:3305
9373
  msgid "Improve Your Conversion Rate With Insights Into Which Content Works Best."
9374
  msgstr ""
9375
 
9376
- #: languages/vue.php:3308
9377
  msgid "Top Affilliate Links"
9378
  msgstr ""
9379
 
9380
- #: languages/vue.php:3311
9381
  msgid "Scroll Depth"
9382
  msgstr ""
9383
 
9384
- #: languages/vue.php:3314
9385
  msgid "Increase Sales and Make More Money With Enhanced eCommerce Insights."
9386
  msgstr ""
9387
 
9388
- #: languages/vue.php:3317
9389
  msgid "10+ eCommerce Integrations"
9390
  msgstr ""
9391
 
9392
- #: languages/vue.php:3320
9393
  msgid "Average Order Value"
9394
  msgstr ""
9395
 
9396
- #: languages/vue.php:3323
9397
  msgid "Total Revenue"
9398
  msgstr ""
9399
 
9400
- #: languages/vue.php:3326
9401
  msgid "Number of Transactions"
9402
  msgstr ""
9403
 
9404
- #: languages/vue.php:3329
9405
  msgid "Increase Engagement and Unlock New Insights About Your Site."
9406
  msgstr ""
9407
 
9408
- #: languages/vue.php:3332
9409
  msgid "User ID Tracking"
9410
  msgstr ""
9411
 
9412
- #: languages/vue.php:3335
9413
  msgid "Post Types"
9414
  msgstr ""
9415
 
9416
- #: languages/vue.php:3338
9417
  msgid "Tag Tracking"
9418
  msgstr ""
9419
 
9420
- #: languages/vue.php:3341
9421
  msgid "Categories"
9422
  msgstr ""
9423
 
9424
- #: languages/vue.php:3344
9425
  msgid "SEO Scores"
9426
  msgstr ""
9427
 
9428
- #: languages/vue.php:3347
9429
  msgid "Publish Times"
9430
  msgstr ""
9431
 
9432
- #: languages/vue.php:3350
9433
  msgid "Focus Keywords"
9434
  msgstr ""
9435
 
9436
- #: languages/vue.php:3353
9437
  msgid "Track Every Type of Web Form and Gain Visibility Into Your Customer Journey."
9438
  msgstr ""
9439
 
9440
- #: languages/vue.php:3356
9441
  msgid "Conversion Counts"
9442
  msgstr ""
9443
 
9444
- #: languages/vue.php:3359
9445
  msgid "Impression Counts"
9446
  msgstr ""
9447
 
9448
- #: languages/vue.php:3362
9449
  msgid "Conversion Rates"
9450
  msgstr ""
9451
 
9452
- #: languages/vue.php:3365
9453
  msgid "See Exactly How Visitors Find Your Website From Google."
9454
  msgstr ""
9455
 
9456
- #: languages/vue.php:3368
9457
  msgid "Top Google Search Terms"
9458
  msgstr ""
9459
 
9460
- #: languages/vue.php:3371
9461
  msgid "Number of Clicks"
9462
  msgstr ""
9463
 
9464
- #: languages/vue.php:3374
9465
  msgid "Click-through Ratio"
9466
  msgstr ""
9467
 
9468
- #: languages/vue.php:3377
9469
  msgid "Average Results Position"
9470
  msgstr ""
9471
 
9472
- #: languages/vue.php:3380
9473
  msgid "Realtime Report"
9474
  msgstr ""
9475
 
9476
- #: languages/vue.php:3383
9477
  msgid "See Who And What is Happening on Your Website in Realtime."
9478
  msgstr ""
9479
 
9480
- #: languages/vue.php:3386
9481
  msgid "Top Page Views"
9482
  msgstr ""
9483
 
9484
- #: languages/vue.php:3389
9485
  msgid "Current Active Users"
9486
  msgstr ""
9487
 
9488
- #: languages/vue.php:3392
9489
  msgid "Top Referral Sources"
9490
  msgstr ""
9491
 
9492
- #: languages/vue.php:3395
9493
  msgid "Top Countries"
9494
  msgstr ""
9495
 
9496
- #: languages/vue.php:3398
9497
  msgid "Top Cities"
9498
  msgstr ""
9499
 
9500
- #: languages/vue.php:3401
9501
  msgid "Improve Your User Experience and Improve Search Engine Rankings."
9502
  msgstr ""
9503
 
9504
- #: languages/vue.php:3404
9505
  msgid "Overall Site Speed Score"
9506
  msgstr ""
9507
 
9508
- #: languages/vue.php:3407
9509
  msgid "Server Response Times"
9510
  msgstr ""
9511
 
9512
- #: languages/vue.php:3410
9513
  msgid "Mobile and Desktop Scores"
9514
  msgstr ""
9515
 
9516
- #: languages/vue.php:3413
9517
  msgid "First Contentful Paint"
9518
  msgstr ""
9519
 
9520
- #: languages/vue.php:3416
9521
  msgid "Automatic Recommendations"
9522
  msgstr ""
9523
 
9524
- #: languages/vue.php:3419
9525
  msgid "Total Blocking Time"
9526
  msgstr ""
9527
 
9528
- #: languages/vue.php:3422
9529
  msgid "On-Demand Audits"
9530
  msgstr ""
9531
 
9532
- #: languages/vue.php:3425
9533
  msgid "Time to Interactive"
9534
  msgstr ""
9535
 
9536
- #: languages/vue.php:3428
9537
  msgid "2021 Year in Review"
9538
  msgstr ""
9539
 
9540
- #: languages/vue.php:3431
9541
  msgid "Realtime"
9542
  msgstr ""
9543
 
9544
  #. Translators: Placeholders are used for making text bold and adding a link.
9545
- #: languages/vue.php:3435
9546
  msgid "%1$sYou're using %2$s Lite%3$s. To unlock all reports, consider %4$supgrading to Pro%5$s."
9547
  msgstr ""
9548
 
9549
- #: languages/vue.php:3438
9550
  msgid "Featured"
9551
  msgstr ""
9552
 
9553
- #: languages/vue.php:3441
9554
  msgid "Traffic"
9555
  msgstr ""
9556
 
9557
- #: languages/vue.php:3444
9558
  msgid "Revenue"
9559
  msgstr ""
9560
 
9561
- #: languages/vue.php:3447
9562
  msgid "Guides & Resources"
9563
  msgstr ""
9564
 
9565
- #: languages/vue.php:3450
9566
  msgid "Upgrade and Unlock"
9567
  msgstr ""
9568
 
9569
- #: languages/vue.php:3453
9570
  msgid "What’s in the %1$s?"
9571
  msgstr ""
9572
 
9573
- #: languages/vue.php:3456
9574
  msgid "%1$sPlus%2$s, upgrading to Pro will unlock %1$sall%2$s advanced reports, tracking, and integrations. %3$sLearn more about Pro%4$s"
9575
  msgstr ""
9576
 
9577
- #: languages/vue.php:3459
9578
  msgid "Your 2021 Year in Review is still calculating. Please check back later to see how your website performed last year."
9579
  msgstr ""
9580
 
9581
- #: languages/vue.php:3462
9582
  msgid "Your 2021 Analytics Report"
9583
  msgstr ""
9584
 
9585
- #: languages/vue.php:3468
9586
  msgid "January 1, 2021 - December 31, 2021"
9587
  msgstr ""
9588
 
9589
- #: languages/vue.php:3471
9590
  msgid "A Tip for 2022"
9591
  msgstr ""
9592
 
9593
- #: languages/vue.php:3474
9594
  msgid "A Tip For 2022"
9595
  msgstr ""
9596
 
9597
- #: languages/vue.php:3477
9598
  msgid "Here's to an amazing 2022!"
9599
  msgstr ""
9600
 
9601
- #: languages/vue.php:3480
9602
  msgid "Try our other popular WordPress plugins to grow your website in 2022."
9603
  msgstr ""
9604
 
9605
- #: languages/vue.php:3483
9606
  msgid "Become a WordPress expert in 2022. Join our amazing communities and take your website to the next level."
9607
  msgstr ""
9608
 
9609
- #: languages/vue.php:3486
9610
  msgid "Copyright MonsterInsights, 2022"
9611
  msgstr ""
9612
 
9613
  #. Translators: Number of minutes spent on site.
9614
- #: languages/vue.php:3490
9615
  msgid "Each visitor spent an average of %s minutes on your website in 2021."
9616
  msgstr ""
9617
 
9618
- #: languages/vue.php:3493
9619
  msgid "RafflePress"
9620
  msgstr ""
9621
 
9622
- #: languages/vue.php:3496
9623
  msgid "Launch giveaways and raffle campaigns to grow your email lists, increase traffic, and get more social media followers."
9624
  msgstr ""
9625
 
9626
- #: languages/vue.php:3499
9627
  msgid "Constant Contact"
9628
  msgstr ""
9629
 
9630
- #: languages/vue.php:3502
9631
  msgid "Create amazing email marketing campaigns with drag and drop simplicity. Exclusive Offer: Save 20%."
9632
  msgstr ""
9633
 
9634
- #: languages/vue.php:3505
9635
  msgid "SEMRUSH"
9636
  msgstr ""
9637
 
9638
- #: languages/vue.php:3508
9639
  msgid "Perform SEO and content marketing research, track keywords, and much more. Special Offer: First 30 Days Free."
9640
  msgstr ""
9641
 
9642
- #: languages/vue.php:3511
9643
  msgid "Engagement Tools"
9644
  msgstr ""
9645
 
9646
- #: languages/vue.php:3514
9647
  msgid "WPForms"
9648
  msgstr ""
9649
 
9650
- #: languages/vue.php:3517
9651
  msgid "The world’s most popular WordPress form builder, trusted by over 5 million websites. Easily build contact forms, payment forms, and more."
9652
  msgstr ""
9653
 
9654
- #: languages/vue.php:3520
9655
  msgid "OptinMonster"
9656
  msgstr ""
9657
 
9658
- #: languages/vue.php:3523
9659
  msgid "Convert and monetize more of your website traffic with engaging pop-up and gamified tools. Great for all types of websites."
9660
  msgstr ""
9661
 
9662
- #: languages/vue.php:3526
9663
  msgid "Smash Balloon - Facebook"
9664
  msgstr ""
9665
 
9666
- #: languages/vue.php:3529
9667
  msgid "Smash Balloon - Instagram"
9668
  msgstr ""
9669
 
9670
- #: languages/vue.php:3532
9671
  msgid "Quickly add social media feeds from Facebook, Instagram, Twitter, and others to your website, with no coding needed."
9672
  msgstr ""
9673
 
9674
- #: languages/vue.php:3535
9675
  msgid "Popular Posts by MonsterInsights"
9676
  msgstr ""
9677
 
9678
- #: languages/vue.php:3538
9679
  msgid "Increase your visitor engagement by automatically embedding popular and related content from your website."
9680
  msgstr ""
9681
 
9682
- #: languages/vue.php:3541
9683
  msgid "Popular Products by MonsterInsights"
9684
  msgstr ""
9685
 
9686
- #: languages/vue.php:3544
9687
  msgid "Automatically show related products to increase conversion rates and increase cart sizes on your eCommerce website."
9688
  msgstr ""
9689
 
9690
- #: languages/vue.php:3547
9691
  msgid "Revenue Tools"
9692
  msgstr ""
9693
 
9694
- #: languages/vue.php:3550
9695
  msgid "SeedProd"
9696
  msgstr ""
9697
 
9698
- #: languages/vue.php:3553
9699
  msgid "Use the best drag-and-drop landing page builder for WordPress to instantly build coming soon pages, sales pages, opt-in pages, webinar pages, maintenance pages, and more. Includes 100+ free templates."
9700
  msgstr ""
9701
 
9702
- #: languages/vue.php:3556
9703
  msgid "Featured Tools"
9704
  msgstr ""
9705
 
9706
- #: languages/vue.php:3559
9707
  msgid "Easy Affiliate"
9708
  msgstr ""
9709
 
9710
- #: languages/vue.php:3562
9711
  msgid "Launch, grow, and manage an affiliate program, all right from your WordPress dashboard. Works automatically with MonsterInsights."
9712
  msgstr ""
9713
 
9714
- #: languages/vue.php:3565
9715
  msgid "SearchWP"
9716
  msgstr ""
9717
 
9718
- #: languages/vue.php:3568
9719
  msgid "Unlock better search results for your website. Perfect for any information or eCommerce store to help users find exactly what content and products they’re looking for."
9720
  msgstr ""
9721
 
9722
- #: languages/vue.php:3571
9723
  msgid "Easily sell digital products like ebooks, plugins, and courses with WordPress. Built-in payment processing, coupons, shopping cart, detailed reporting, and more."
9724
  msgstr ""
9725
 
9726
- #: languages/vue.php:3574
9727
  msgid "Create a membership website. Works automatically with MonsterInsights, no coding needed."
9728
  msgstr ""
9729
 
9730
- #: languages/vue.php:3577
9731
  msgid "Thirsty Affiliates"
9732
  msgstr ""
9733
 
9734
- #: languages/vue.php:3580
9735
  msgid "Manage all your affiliate links with features designed to help make bloggers more money."
9736
  msgstr ""
9737
 
9738
- #: languages/vue.php:3583
9739
  msgid "Upgrade to unlock advanced reporting and features designed to help you get more traffic and make more money from your website. Special Offer: Save 50% today."
9740
  msgstr ""
9741
 
9742
- #: languages/vue.php:3586
9743
  msgid "Advanced Coupons"
9744
  msgstr ""
9745
 
9746
- #: languages/vue.php:3589
9747
  msgid "Create coupons, reward loyal customers, and schedule promotions for your eCommerce store."
9748
  msgstr ""
9749
 
9750
- #: languages/vue.php:3592
9751
  msgid "PrettyLinks"
9752
  msgstr ""
9753
 
9754
- #: languages/vue.php:3595
9755
  msgid "Automatically monetize your website content with affiliate links added automatically to your content."
9756
  msgstr ""
9757
 
9758
- #: languages/vue.php:3598
9759
  msgid "Install Now"
9760
  msgstr ""
9761
 
9762
- #: languages/vue.php:3601
9763
  msgid "Online Marketing Guides & Resources"
9764
  msgstr ""
9765
 
9766
- #: languages/vue.php:3604
9767
  msgid "MonsterInsights Pro"
9768
  msgstr ""
9769
 
9770
- #: languages/vue.php:3607
9771
  msgid "Upgrade to unlock eCommerce tracking, Custom Dimensions, Form Tracking, and much more. Special Offer: Save 50% today."
9772
  msgstr ""
9773
 
9774
- #: languages/vue.php:3610
9775
  msgid "Traffic Tools"
9776
  msgstr ""
9777
 
9778
- #: languages/vue.php:3613
9779
  msgid "All in One SEO (AIOSEO)"
9780
  msgstr ""
9781
 
9782
- #: languages/vue.php:3616
9783
  msgid "The best WordPress SEO plugin that works automatically with MonsterInsights."
9784
  msgstr ""
9785
 
9786
- #: languages/vue.php:3619
9787
  msgid "PushEngage"
9788
  msgstr ""
9789
 
9790
- #: languages/vue.php:3622
9791
  msgid "Send push notifications to your visitors to drive more traffic and boost sales."
9792
  msgstr ""
9793
 
9794
- #: languages/vue.php:3625
9795
  msgid "With MonsterInsights Pro, you can easily measure individual affiliate performance inside Google Analytics, no coding needed. Track clicks, revenue, and more."
9796
  msgstr ""
9797
 
9798
- #: languages/vue.php:3628
9799
  msgid "Works automatically with WooCommerce, MemberPress, and EasyDigitalDownloads."
9800
  msgstr ""
9801
 
9802
- #: languages/vue.php:3631
9803
  msgid "Media Tracking"
9804
  msgstr ""
9805
 
9806
- #: languages/vue.php:3634
9807
  msgid "Get Started"
9808
  msgstr ""
9809
 
2
  # This file is distributed under the same license as the ExactMetrics Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: ExactMetrics Pro 7.3.4\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/monsterinsights-temp\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-02-10T19:22:10+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
119
  #: includes/admin/admin.php:126
120
  #: includes/admin/em-admin.php:18
121
  #: includes/admin/em-admin.php:21
122
+ #: languages/vue.php:243
123
  msgid "Insights"
124
  msgstr ""
125
 
126
  #: includes/admin/admin.php:34
127
  #: includes/admin/admin.php:42
128
  #: includes/admin/admin.php:222
129
+ #: languages/vue.php:518
130
  msgid "Settings"
131
  msgstr ""
132
 
142
 
143
  #: includes/admin/admin.php:39
144
  #: includes/admin/admin.php:130
145
+ #: languages/vue.php:1993
146
  msgid "Reports"
147
  msgstr ""
148
 
152
 
153
  #: includes/admin/admin.php:51
154
  #: languages/gutenberg.php:83
155
+ #: languages/vue.php:883
156
  msgid "Popular Posts"
157
  msgstr ""
158
 
186
 
187
  #: includes/admin/admin.php:71
188
  #: includes/admin/admin.php:146
189
+ #: languages/vue.php:500
190
  msgid "About Us"
191
  msgstr ""
192
 
205
  #: includes/admin/admin.php:76
206
  #: includes/admin/notifications/notification-upgrade-to-pro-high-traffic.php:41
207
  #: includes/admin/notifications/notification-upgrade-to-pro.php:33
208
+ #: languages/vue.php:1416
209
  msgid "Upgrade to Pro"
210
  msgstr ""
211
 
233
 
234
  #: includes/admin/admin.php:212
235
  #: includes/admin/admin.php:215
236
+ #: languages/vue.php:907
237
  msgid "Support"
238
  msgstr ""
239
 
245
  #: includes/admin/notifications/notification-upgrade-for-google-optimize.php:32
246
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:32
247
  #: includes/admin/reports/abstract-report.php:418
248
+ #: languages/vue.php:1413
249
  msgid "Get MonsterInsights Pro"
250
  msgstr ""
251
 
255
  msgstr ""
256
 
257
  #: includes/admin/admin.php:324
258
+ #: languages/vue.php:484
259
  msgid "Please Setup Website Analytics to See Audience Insights"
260
  msgstr ""
261
 
262
  #: includes/admin/admin.php:325
263
+ #: languages/vue.php:490
264
  msgid "Connect MonsterInsights and Setup Website Analytics"
265
  msgstr ""
266
 
275
  #: includes/admin/notifications/notification-mobile-device-low-traffic.php:41
276
  #: includes/admin/notifications/notification-returning-visitors.php:43
277
  #: includes/admin/notifications/notification-traffic-dropping.php:43
278
+ #: languages/vue.php:437
279
  msgid "Learn More"
280
  msgstr ""
281
 
282
  #: includes/admin/admin.php:329
283
+ #: languages/vue.php:487
284
  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 3 million website owners use MonsterInsights to see the stats that matter and grow their business."
285
  msgstr ""
286
 
291
 
292
  #. Translators: Adds a link to the license renewal.
293
  #: includes/admin/admin.php:350
294
+ #: languages/vue.php:711
295
  msgid "Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
296
  msgstr ""
297
 
298
  #: includes/admin/admin.php:352
299
+ #: languages/vue.php:714
300
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
301
  msgstr ""
302
 
303
  #: includes/admin/admin.php:354
304
+ #: languages/vue.php:717
305
  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."
306
  msgstr ""
307
 
505
  msgstr ""
506
 
507
  #: includes/admin/common.php:951
508
+ #: languages/vue.php:3473
509
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2022!"
510
  msgstr ""
511
 
526
 
527
  #: includes/admin/exclude-page-metabox.php:102
528
  #: languages/gutenberg.php:149
529
+ #: languages/vue.php:2386
530
  msgid "Upgrade"
531
  msgstr ""
532
 
720
  #: includes/admin/notifications/notification-upgrade-for-custom-dimensions.php:26
721
  #: includes/admin/notifications/notification-upgrade-for-events-reporting.php:26
722
  #: includes/admin/notifications/notification-upgrade-for-post-templates.php:26
723
+ #: languages/vue.php:1268
724
  #: lite/includes/admin/helpers.php:83
725
  msgid "Upgrade to MonsterInsights Pro"
726
  msgstr ""
756
  #: includes/admin/notifications/notification-upgrade-for-form-conversion.php:31
757
  #: includes/admin/notifications/notification-upgrade-for-search-console.php:32
758
  #: includes/admin/reports/abstract-report.php:415
759
+ #: languages/vue.php:280
760
  msgid "Upgrade Now"
761
  msgstr ""
762
 
933
  msgstr ""
934
 
935
  #: includes/admin/reports/overview.php:34
936
+ #: languages/vue.php:568
937
  msgid "Overview"
938
  msgstr ""
939
 
1426
  msgstr ""
1427
 
1428
  #: includes/gutenberg/headline-tool/headline-tool.php:290
1429
+ #: languages/vue.php:524
1430
  msgid "General"
1431
  msgstr ""
1432
 
4826
  msgstr ""
4827
 
4828
  #: languages/gutenberg.php:77
4829
+ #: languages/vue.php:509
4830
  msgid "Inline Popular Posts"
4831
  msgstr ""
4832
 
4863
  msgstr ""
4864
 
4865
  #: languages/gutenberg.php:107
4866
+ #: languages/vue.php:2976
4867
  msgid "Wide-Layout Options"
4868
  msgstr ""
4869
 
4872
  msgstr ""
4873
 
4874
  #: languages/gutenberg.php:113
4875
+ #: languages/vue.php:2979
4876
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4877
  msgstr ""
4878
 
4879
  #: languages/gutenberg.php:116
4880
+ #: languages/vue.php:3000
4881
  msgid "Post Count"
4882
  msgstr ""
4883
 
4886
  msgstr ""
4887
 
4888
  #: languages/gutenberg.php:122
4889
+ #: languages/vue.php:2982
4890
  msgid "Display Options"
4891
  msgstr ""
4892
 
4899
  msgstr ""
4900
 
4901
  #: languages/gutenberg.php:131
4902
+ #: languages/vue.php:2799
4903
  msgid "Widget Title"
4904
  msgstr ""
4905
 
4908
  msgstr ""
4909
 
4910
  #: languages/gutenberg.php:137
4911
+ #: languages/vue.php:2988
4912
  msgid "Display Author"
4913
  msgstr ""
4914
 
4915
  #: languages/gutenberg.php:140
4916
+ #: languages/vue.php:2991
4917
  msgid "Display Date"
4918
  msgstr ""
4919
 
4920
  #: languages/gutenberg.php:143
4921
+ #: languages/vue.php:2994
4922
  msgid "Display Comments"
4923
  msgstr ""
4924
 
5139
  msgstr ""
5140
 
5141
  #: languages/gutenberg.php:324
5142
+ #: languages/vue.php:861
5143
  msgid "Headline Analyzer"
5144
  msgstr ""
5145
 
5159
  msgid "2"
5160
  msgstr ""
5161
 
5162
+ #: languages/vue.php:11
5163
  msgid "Error"
5164
  msgstr ""
5165
 
5166
+ #: languages/vue.php:14
5167
  msgid "Please try again."
5168
  msgstr ""
5169
 
5170
+ #: languages/vue.php:17
5171
  msgid "Today"
5172
  msgstr ""
5173
 
5174
+ #: languages/vue.php:20
5175
  msgid "Yesterday"
5176
  msgstr ""
5177
 
5178
+ #: languages/vue.php:23
5179
  msgid "Last Week"
5180
  msgstr ""
5181
 
5182
+ #: languages/vue.php:26
5183
  msgid "Last Month"
5184
  msgstr ""
5185
 
5186
+ #: languages/vue.php:29
5187
  msgid "Last 7 days"
5188
  msgstr ""
5189
 
5190
+ #: languages/vue.php:32
5191
  msgid "Last 30 days"
5192
  msgstr ""
5193
 
5194
+ #: languages/vue.php:35
5195
  msgid "Loading settings"
5196
  msgstr ""
5197
 
5198
+ #: languages/vue.php:38
5199
  msgid "Loading new report data"
5200
  msgstr ""
5201
 
5202
+ #: languages/vue.php:41
5203
  msgid "Please wait..."
5204
  msgstr ""
5205
 
5206
  #. Translators: Adds an arrow icon.
5207
+ #: languages/vue.php:45
5208
  msgid "Continue %s"
5209
  msgstr ""
5210
 
5211
+ #: languages/vue.php:48
5212
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5213
  msgstr ""
5214
 
5215
+ #: languages/vue.php:51
5216
  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."
5217
  msgstr ""
5218
 
5219
+ #: languages/vue.php:54
5220
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5221
  msgstr ""
5222
 
5223
+ #: languages/vue.php:57
5224
  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."
5225
  msgstr ""
5226
 
5227
+ #: languages/vue.php:60
5228
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5229
  msgstr ""
5230
 
5231
+ #: languages/vue.php:63
5232
  msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
5233
  msgstr ""
5234
 
5235
+ #: languages/vue.php:66
5236
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5237
  msgstr ""
5238
 
5239
+ #: languages/vue.php:69
5240
  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."
5241
  msgstr ""
5242
 
5243
+ #: languages/vue.php:72
5244
  msgid "Unlock the Forms Report and Improve Conversions"
5245
  msgstr ""
5246
 
5247
+ #: languages/vue.php:75
5248
  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."
5249
  msgstr ""
5250
 
5251
+ #: languages/vue.php:78
5252
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5253
  msgstr ""
5254
 
5255
+ #: languages/vue.php:81
5256
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5257
  msgstr ""
5258
 
5259
+ #: languages/vue.php:84
5260
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5261
  msgstr ""
5262
 
5263
+ #: languages/vue.php:87
5264
  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."
5265
  msgstr ""
5266
 
5267
+ #: languages/vue.php:90
5268
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
5269
  msgstr ""
5270
 
5271
+ #: languages/vue.php:93
5272
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
5273
  msgstr ""
5274
 
5275
+ #: languages/vue.php:96
5276
  msgid "Loading Settings"
5277
  msgstr ""
5278
 
5279
+ #: languages/vue.php:99
5280
  msgid "Saving Changes..."
5281
  msgstr ""
5282
 
5283
+ #: languages/vue.php:102
5284
  msgid "Settings Updated"
5285
  msgstr ""
5286
 
5287
  #. Translators: Adds a link to the settings panel.
5288
+ #: languages/vue.php:106
5289
  msgid "You need to %1$sconnect MonsterInsights%2$s first"
5290
  msgstr ""
5291
 
5292
+ #: languages/vue.php:109
5293
  msgid "Could Not Save Changes"
5294
  msgstr ""
5295
 
5296
+ #: languages/vue.php:112
5297
  msgid "Refreshing Report"
5298
  msgstr ""
5299
 
5300
+ #: languages/vue.php:115
5301
  msgid "Loading new report data..."
5302
  msgstr ""
5303
 
5304
+ #: languages/vue.php:118
5305
  msgid "See Your Top Landing Pages to Improve Engagement"
5306
  msgstr ""
5307
 
5308
+ #: languages/vue.php:121
5309
  msgid "See Your Top Exit Pages to Reduce Abandonment"
5310
  msgstr ""
5311
 
5312
+ #: languages/vue.php:124
5313
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
5314
  msgstr ""
5315
 
5316
+ #: languages/vue.php:127
5317
  msgid "See Your Top Affiliate Links and Focus on What's Working"
5318
  msgstr ""
5319
 
5320
+ #: languages/vue.php:130
5321
  msgid "See Your Top Downloads and Improve Conversions"
5322
  msgstr ""
5323
 
5324
+ #: languages/vue.php:133
5325
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
5326
  msgstr ""
5327
 
5328
+ #: languages/vue.php:136
5329
  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."
5330
  msgstr ""
5331
 
5332
+ #: languages/vue.php:139
5333
  msgid "See Your Conversion Rate to Improve Your Funnel"
5334
  msgstr ""
5335
 
5336
+ #: languages/vue.php:142
5337
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
5338
  msgstr ""
5339
 
5340
+ #: languages/vue.php:145
5341
  msgid "See The Total Revenue to Track Growth"
5342
  msgstr ""
5343
 
5344
+ #: languages/vue.php:148
5345
  msgid "See Average Order Value to Find Offer Opportunities"
5346
  msgstr ""
5347
 
5348
+ #: languages/vue.php:151
5349
  msgid "See Your Top Products to See Individual Performance"
5350
  msgstr ""
5351
 
5352
+ #: languages/vue.php:154
5353
  msgid "See Your Top Conversion Sources and Focus on What's Working"
5354
  msgstr ""
5355
 
5356
+ #: languages/vue.php:157
5357
  msgid "See The Time it Takes for Customers to Purchase"
5358
  msgstr ""
5359
 
5360
+ #: languages/vue.php:160
5361
  msgid "See How Many Sessions are Needed for a Purchase"
5362
  msgstr ""
5363
 
5364
+ #: languages/vue.php:163
5365
  msgid "See Which Authors Generate the Most Traffic"
5366
  msgstr ""
5367
 
5368
+ #: languages/vue.php:166
5369
  msgid "See Which Post Types Perform Better"
5370
  msgstr ""
5371
 
5372
+ #: languages/vue.php:169
5373
  msgid "See Which Categories are the Most Popular"
5374
  msgstr ""
5375
 
5376
+ #: languages/vue.php:172
5377
  msgid "See Your Blog's Most Popular SEO Scores"
5378
  msgstr ""
5379
 
5380
+ #: languages/vue.php:175
5381
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
5382
  msgstr ""
5383
 
5384
+ #: languages/vue.php:178
5385
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
5386
  msgstr ""
5387
 
5388
+ #: languages/vue.php:181
5389
  msgid "See Your Top Converting Forms and Optimize"
5390
  msgstr ""
5391
 
5392
+ #: languages/vue.php:184
5393
  msgid "See Your Forms Impressions Count to Find the Best Placement"
5394
  msgstr ""
5395
 
5396
+ #: languages/vue.php:187
5397
  msgid "See Your Top Google Search Terms and Optimize Content"
5398
  msgstr ""
5399
 
5400
+ #: languages/vue.php:190
5401
  msgid "See The Number of Clicks and Track Interests"
5402
  msgstr ""
5403
 
5404
+ #: languages/vue.php:193
5405
  msgid "See The Click-Through-Ratio and Improve SEO"
5406
  msgstr ""
5407
 
5408
+ #: languages/vue.php:196
5409
  msgid "See The Average Results Position and Focus on what works"
5410
  msgstr ""
5411
 
5412
+ #: languages/vue.php:199
5413
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
5414
  msgstr ""
5415
 
5416
+ #: languages/vue.php:202
5417
  msgid "See Your Top Pages Immediately After Making Changes"
5418
  msgstr ""
5419
 
5420
+ #: languages/vue.php:205
5421
  msgid "See Your Top Referral Sources and Adapt Faster"
5422
  msgstr ""
5423
 
5424
+ #: languages/vue.php:208
5425
  msgid "See Your Traffic Demographics"
5426
  msgstr ""
5427
 
5428
+ #: languages/vue.php:211
5429
  msgid "Get Fresh Report Data Every 60 Seconds"
5430
  msgstr ""
5431
 
5432
+ #: languages/vue.php:214
5433
  msgid "See Your Homepage's Overall Performance Score"
5434
  msgstr ""
5435
 
5436
+ #: languages/vue.php:217
5437
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
5438
  msgstr ""
5439
 
5440
+ #: languages/vue.php:220
5441
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
5442
  msgstr ""
5443
 
5444
+ #: languages/vue.php:223
5445
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
5446
  msgstr ""
5447
 
5448
  #. Translators: Number of visitors.
5449
+ #: languages/vue.php:227
5450
  msgid "See how %s visitors found your site!"
5451
  msgstr ""
5452
 
5453
  #. Translators: Number of visitors.
5454
+ #: languages/vue.php:231
5455
  msgid "Your website was visited by %s users in the last 30 days."
5456
  msgstr ""
5457
 
5458
+ #: languages/vue.php:234
5459
  msgid "See the full analytics report!"
5460
  msgstr ""
5461
 
5462
+ #: languages/vue.php:237
5463
  msgid "Congratulations! "
5464
  msgstr ""
5465
 
5466
+ #: languages/vue.php:240
5467
  msgid "You Successfully Unlocked the most powerful Analytics plugin"
5468
  msgstr ""
5469
 
5470
+ #: languages/vue.php:247
5471
  msgid "Overview Report"
5472
  msgstr ""
5473
 
5474
+ #: languages/vue.php:250
5475
  #: lite/includes/admin/welcome.php:56
5476
  #: lite/includes/admin/welcome.php:57
5477
  msgid "Welcome to MonsterInsights"
5478
  msgstr ""
5479
 
5480
+ #: languages/vue.php:253
5481
  msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
5482
  msgstr ""
5483
 
5484
+ #: languages/vue.php:256
5485
  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."
5486
  msgstr ""
5487
 
5488
+ #: languages/vue.php:259
5489
  msgid "Launch the Wizard!"
5490
  msgstr ""
5491
 
5492
+ #: languages/vue.php:262
5493
  msgid "Read the Full Guide"
5494
  msgstr ""
5495
 
5496
+ #: languages/vue.php:265
5497
  msgid "MonsterInsights Features & Addons"
5498
  msgstr ""
5499
 
5500
+ #: languages/vue.php:268
5501
  msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
5502
  msgstr ""
5503
 
5504
+ #: languages/vue.php:271
5505
  msgid "See All Features"
5506
  msgstr ""
5507
 
5508
+ #: languages/vue.php:274
5509
  msgid "Upgrade to PRO"
5510
  msgstr ""
5511
 
5512
+ #: languages/vue.php:277
5513
  msgid "per year"
5514
  msgstr ""
5515
 
5516
+ #: languages/vue.php:283
5517
  msgid "Testimonials"
5518
  msgstr ""
5519
 
5520
+ #: languages/vue.php:287
5521
  msgid "Universal Tracking"
5522
  msgstr ""
5523
 
5524
+ #: languages/vue.php:290
5525
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5526
  msgstr ""
5527
 
5528
+ #: languages/vue.php:293
5529
  msgid "Google Analytics Dashboard"
5530
  msgstr ""
5531
 
5532
+ #: languages/vue.php:296
5533
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
5534
  msgstr ""
5535
 
5536
+ #: languages/vue.php:299
5537
  msgid "Real-time Stats"
5538
  msgstr ""
5539
 
5540
+ #: languages/vue.php:302
5541
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
5542
  msgstr ""
5543
 
5544
+ #: languages/vue.php:305
5545
  msgid "Enhanced Ecommerce Tracking"
5546
  msgstr ""
5547
 
5548
+ #: languages/vue.php:308
5549
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
5550
  msgstr ""
5551
 
5552
+ #: languages/vue.php:311
5553
  msgid "Page Level Analytics"
5554
  msgstr ""
5555
 
5556
+ #: languages/vue.php:314
5557
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5558
  msgstr ""
5559
 
5560
+ #: languages/vue.php:317
5561
  msgid "Affiliate Link & Ads Tracking"
5562
  msgstr ""
5563
 
5564
+ #: languages/vue.php:320
5565
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5566
  msgstr ""
5567
 
5568
+ #: languages/vue.php:323
5569
  msgid "EU Compliance (GDPR Friendly)"
5570
  msgstr ""
5571
 
5572
+ #: languages/vue.php:326
5573
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5574
  msgstr ""
5575
 
5576
+ #: languages/vue.php:329
5577
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
5578
  msgstr ""
5579
 
5580
+ #: languages/vue.php:332
5581
  msgid "Ecommerce Report"
5582
  msgstr ""
5583
 
5584
+ #: languages/vue.php:335
5585
  msgid "Form Conversions"
5586
  msgstr ""
5587
 
5588
+ #: languages/vue.php:338
5589
  msgid "Custom Dimensions"
5590
  msgstr ""
5591
 
5592
+ #: languages/vue.php:341
5593
  msgid "Author Tracking"
5594
  msgstr ""
5595
 
5596
+ #: languages/vue.php:344
5597
  msgid "Google Optimize"
5598
  msgstr ""
5599
 
5600
+ #: languages/vue.php:347
5601
  msgid "Category / Tags Tracking"
5602
  msgstr ""
5603
 
5604
+ #: languages/vue.php:350
5605
  msgid "WooCommerce"
5606
  msgstr ""
5607
 
5608
+ #: languages/vue.php:353
5609
  msgid "Easy Digital Downloads"
5610
  msgstr ""
5611
 
5612
+ #: languages/vue.php:356
5613
  msgid "MemberPress"
5614
  msgstr ""
5615
 
5616
+ #: languages/vue.php:359
5617
  msgid "LifterLMS"
5618
  msgstr ""
5619
 
5620
  #. Translators: Current PHP version and recommended PHP version.
5621
+ #: languages/vue.php:363
5622
  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."
5623
  msgstr ""
5624
 
5625
  #. Translators: Current WordPress version.
5626
+ #: languages/vue.php:367
5627
  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."
5628
  msgstr ""
5629
 
5630
+ #: languages/vue.php:370
5631
  msgid "Yikes! PHP Update Required"
5632
  msgstr ""
5633
 
5634
  #. Translators: Current PHP version and recommended PHP version.
5635
+ #: languages/vue.php:374
5636
  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."
5637
  msgstr ""
5638
 
5639
+ #: languages/vue.php:377
5640
  msgid "Learn more about updating PHP"
5641
  msgstr ""
5642
 
5643
+ #: languages/vue.php:380
5644
  msgid "Yikes! WordPress Update Required"
5645
  msgstr ""
5646
 
5647
  #. Translators: Current WordPress version.
5648
+ #: languages/vue.php:384
5649
  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."
5650
  msgstr ""
5651
 
5652
+ #: languages/vue.php:387
5653
  msgid "Learn more about updating WordPress"
5654
  msgstr ""
5655
 
5656
+ #: languages/vue.php:390
5657
  msgid "MonsterInsights encountered an error loading your report data"
5658
  msgstr ""
5659
 
5660
+ #: languages/vue.php:393
5661
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5662
  msgstr ""
5663
 
5664
+ #: languages/vue.php:397
5665
  msgid "Reconnect MonsterInsights"
5666
  msgstr ""
5667
 
5668
+ #: languages/vue.php:401
5669
  msgid "Re-Authenticating"
5670
  msgstr ""
5671
 
5672
+ #: languages/vue.php:407
5673
  msgid "Ok"
5674
  msgstr ""
5675
 
5676
+ #: languages/vue.php:410
5677
  msgid "See Quick Links"
5678
  msgstr ""
5679
 
5680
+ #: languages/vue.php:413
5681
  msgid "Suggest a Feature"
5682
  msgstr ""
5683
 
5684
+ #: languages/vue.php:416
5685
  msgid "Join Our Community"
5686
  msgstr ""
5687
 
5688
+ #: languages/vue.php:419
5689
  msgid "Support & Docs"
5690
  msgstr ""
5691
 
5692
+ #: languages/vue.php:422
5693
  msgid "Upgrade to Pro &#187;"
5694
  msgstr ""
5695
 
5696
  #. Translators: Placeholder is replaced with WPForms.
5697
+ #: languages/vue.php:426
5698
  msgid "Recommended Plugin: %s"
5699
  msgstr ""
5700
 
5701
+ #: languages/vue.php:430
5702
  msgid "Install"
5703
  msgstr ""
5704
 
5705
+ #: languages/vue.php:434
5706
  msgid "Activate"
5707
  msgstr ""
5708
 
5709
+ #: languages/vue.php:440
5710
  msgid "Powered by MonsterInsights"
5711
  msgstr ""
5712
 
5713
+ #: languages/vue.php:443
5714
  #: lite/includes/admin/wp-site-health.php:253
5715
  msgid "View Reports"
5716
  msgstr ""
5717
 
5718
+ #: languages/vue.php:446
5719
  msgid "Congratulations!"
5720
  msgstr ""
5721
 
5722
  #. Translators: Add link to YouTube video and Onboarding Wizard.
5723
+ #: languages/vue.php:450
5724
  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."
5725
  msgstr ""
5726
 
5727
  #. Translators: Add link to YouTube video and Onboarding Wizard.
5728
+ #: languages/vue.php:454
5729
  msgid "Onboarding Wizard"
5730
  msgstr ""
5731
 
5732
+ #: languages/vue.php:457
5733
  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."
5734
  msgstr ""
5735
 
5736
+ #: languages/vue.php:460
5737
  msgid "Save Changes"
5738
  msgstr ""
5739
 
5740
+ #: languages/vue.php:463
5741
  msgid "Inbox"
5742
  msgstr ""
5743
 
5744
+ #: languages/vue.php:466
5745
  msgid "Back to Inbox"
5746
  msgstr ""
5747
 
5748
+ #: languages/vue.php:469
5749
  msgid "View Dismissed"
5750
  msgstr ""
5751
 
5752
+ #: languages/vue.php:472
5753
  msgid "Notifications"
5754
  msgstr ""
5755
 
5756
+ #: languages/vue.php:475
5757
  msgid "Dismiss All"
5758
  msgstr ""
5759
 
5760
+ #: languages/vue.php:478
5761
  msgid "Dismissed"
5762
  msgstr ""
5763
 
5764
+ #: languages/vue.php:481
5765
  msgid "No Notifications"
5766
  msgstr ""
5767
 
5768
+ #: languages/vue.php:494
5769
  msgid "Import Export"
5770
  msgstr ""
5771
 
5772
+ #: languages/vue.php:497
5773
  msgid "PrettyLinks Integration"
5774
  msgstr ""
5775
 
5776
+ #: languages/vue.php:503
5777
  msgid "Getting Started"
5778
  msgstr ""
5779
 
5780
+ #: languages/vue.php:506
5781
  msgid "Lite vs Pro"
5782
  msgstr ""
5783
 
5784
+ #: languages/vue.php:512
5785
  msgid "Popular Posts Widget"
5786
  msgstr ""
5787
 
5788
+ #: languages/vue.php:515
5789
  msgid "Popular Products"
5790
  msgstr ""
5791
 
5792
+ #: languages/vue.php:521
5793
  msgid "Sub menu item for WooCommerce Analytics"
5794
  msgstr ""
5795
 
5796
+ #: languages/vue.php:527
5797
  msgid "Engagement"
5798
  msgstr ""
5799
 
5800
+ #: languages/vue.php:531
5801
  #: lite/includes/admin/reports/report-ecommerce.php:22
5802
  msgid "eCommerce"
5803
  msgstr ""
5804
 
5805
+ #: languages/vue.php:534
5806
  msgid "Publisher"
5807
  msgstr ""
5808
 
5809
+ #: languages/vue.php:537
5810
  msgid "Conversions"
5811
  msgstr ""
5812
 
5813
+ #: languages/vue.php:540
5814
  msgid "Advanced"
5815
  msgstr ""
5816
 
5817
+ #: languages/vue.php:544
5818
  msgid "URL Builder"
5819
  msgstr ""
5820
 
5821
+ #: languages/vue.php:547
5822
  msgid "MonsterInsights Addons"
5823
  msgstr ""
5824
 
5825
+ #: languages/vue.php:550
5826
  msgid "Search Addons"
5827
  msgstr ""
5828
 
5829
+ #: languages/vue.php:553
5830
  msgid "Exit Setup"
5831
  msgstr ""
5832
 
5833
+ #: languages/vue.php:556
5834
  msgid "You must connect with MonsterInsights before you can view reports."
5835
  msgstr ""
5836
 
5837
+ #: languages/vue.php:559
5838
  msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5839
  msgstr ""
5840
 
5841
+ #: languages/vue.php:562
5842
  msgid "Launch Setup Wizard"
5843
  msgstr ""
5844
 
5845
+ #: languages/vue.php:565
5846
  msgid "Please ask your webmaster to connect MonsterInsights to Google Analytics."
5847
  msgstr ""
5848
 
5849
+ #: languages/vue.php:571
5850
  #: lite/includes/admin/reports/report-publisher.php:22
5851
  msgid "Publishers"
5852
  msgstr ""
5853
 
5854
+ #: languages/vue.php:574
5855
  #: lite/includes/admin/reports/report-queries.php:22
5856
  msgid "Search Console"
5857
  msgstr ""
5858
 
5859
+ #: languages/vue.php:577
5860
  #: lite/includes/admin/reports/report-dimensions.php:22
5861
  msgid "Dimensions"
5862
  msgstr ""
5863
 
5864
+ #: languages/vue.php:580
5865
  #: lite/includes/admin/reports/report-forms.php:22
5866
  msgid "Forms"
5867
  msgstr ""
5868
 
5869
+ #: languages/vue.php:583
5870
  msgid "Real-Time"
5871
  msgstr ""
5872
 
5873
+ #: languages/vue.php:586
5874
  msgid "Site Speed"
5875
  msgstr ""
5876
 
5877
+ #: languages/vue.php:589
5878
  msgid "2020 Year in Review"
5879
  msgstr ""
5880
 
5881
  #. Translators: Error status and error text.
5882
+ #: languages/vue.php:593
5883
  msgid "Can't load report data. Error: %1$s, %2$s"
5884
  msgstr ""
5885
 
5886
+ #: languages/vue.php:596
5887
  msgid "Error loading report data"
5888
  msgstr ""
5889
 
5890
+ #: languages/vue.php:599
5891
  msgid "Publishers Report"
5892
  msgstr ""
5893
 
5894
+ #: languages/vue.php:602
5895
  msgid "eCommerce Report"
5896
  msgstr ""
5897
 
5898
+ #: languages/vue.php:605
5899
  msgid "Search Console Report"
5900
  msgstr ""
5901
 
5902
+ #: languages/vue.php:608
5903
  msgid "Dimensions Report"
5904
  msgstr ""
5905
 
5906
+ #: languages/vue.php:611
5907
  msgid "Forms Report"
5908
  msgstr ""
5909
 
5910
+ #: languages/vue.php:615
5911
  msgid "Real-Time Report"
5912
  msgstr ""
5913
 
5914
+ #: languages/vue.php:618
5915
  msgid "Site Speed Report"
5916
  msgstr ""
5917
 
5918
+ #: languages/vue.php:622
5919
  msgid "Time to Purchase"
5920
  msgstr ""
5921
 
5922
+ #: languages/vue.php:625
5923
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
5924
  msgstr ""
5925
 
5926
+ #: languages/vue.php:629
5927
  msgid "Sessions to Purchase"
5928
  msgstr ""
5929
 
5930
+ #: languages/vue.php:632
5931
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5932
  msgstr ""
5933
 
5934
+ #: languages/vue.php:635
5935
  msgid "New Customers"
5936
  msgstr ""
5937
 
5938
+ #: languages/vue.php:638
5939
  msgid "This list shows the percentage of new customers who purchased a product from your website."
5940
  msgstr ""
5941
 
5942
+ #: languages/vue.php:641
5943
  msgid "Abandoned Checkouts"
5944
  msgstr ""
5945
 
5946
+ #: languages/vue.php:644
5947
  msgid "This list shows the percentage of carts that never went through the checkout process."
5948
  msgstr ""
5949
 
5950
+ #: languages/vue.php:647
5951
  msgid "Top Posts/Pages"
5952
  msgstr ""
5953
 
5954
+ #: languages/vue.php:650
5955
  msgid "This list shows the most viewed posts and pages on your website."
5956
  msgstr ""
5957
 
5958
+ #: languages/vue.php:653
5959
  msgid "New vs. Returning Visitors"
5960
  msgstr ""
5961
 
5962
+ #: languages/vue.php:656
5963
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5964
  msgstr ""
5965
 
5966
+ #: languages/vue.php:659
5967
  msgid "Device Breakdown"
5968
  msgstr ""
5969
 
5970
+ #: languages/vue.php:662
5971
  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."
5972
  msgstr ""
5973
 
5974
+ #: languages/vue.php:665
5975
  msgid "Top Landing Pages"
5976
  msgstr ""
5977
 
5978
+ #: languages/vue.php:668
5979
  msgid "This list shows the top pages users first land on when visiting your website."
5980
  msgstr ""
5981
 
5982
+ #: languages/vue.php:671
5983
  msgid "Top Exit Pages"
5984
  msgstr ""
5985
 
5986
+ #: languages/vue.php:674
5987
  msgid "This list shows the top pages users exit your website from."
5988
  msgstr ""
5989
 
5990
+ #: languages/vue.php:677
5991
  msgid "Top Outbound Links"
5992
  msgstr ""
5993
 
5994
+ #: languages/vue.php:680
5995
  msgid "This list shows the top links clicked on your website that go to another website."
5996
  msgstr ""
5997
 
5998
+ #: languages/vue.php:683
5999
  msgid "Top Affiliate Links"
6000
  msgstr ""
6001
 
6002
+ #: languages/vue.php:686
6003
  msgid "This list shows the top affiliate links your visitors clicked on."
6004
  msgstr ""
6005
 
6006
+ #: languages/vue.php:689
6007
  msgid "Top Download Links"
6008
  msgstr ""
6009
 
6010
+ #: languages/vue.php:692
6011
  msgid "This list shows the download links your visitors clicked the most."
6012
  msgstr ""
6013
 
6014
+ #: languages/vue.php:695
6015
  msgid "Top Products"
6016
  msgstr ""
6017
 
6018
+ #: languages/vue.php:698
6019
  msgid "This list shows the top selling products on your website."
6020
  msgstr ""
6021
 
6022
+ #: languages/vue.php:701
6023
  msgid "Top Conversion Sources"
6024
  msgstr ""
6025
 
6026
+ #: languages/vue.php:704
6027
  msgid "This list shows the top referral websites in terms of product revenue."
6028
  msgstr ""
6029
 
6030
+ #: languages/vue.php:707
6031
  msgid "Total Add/Remove"
6032
  msgstr ""
6033
 
6034
  #. Translators: Adds a link to documentation.
6035
+ #: languages/vue.php:721
6036
  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"
6037
  msgstr ""
6038
 
6039
  #. Translators: Adds link to activate/install plugin and documentation.
6040
+ #: languages/vue.php:725
6041
  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"
6042
  msgstr ""
6043
 
6044
  #. Translators: Adds a link to documentation.
6045
+ #: languages/vue.php:729
6046
  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"
6047
  msgstr ""
6048
 
6049
  #. Translators: Adds link to activate/install plugin and documentation.
6050
+ #: languages/vue.php:733
6051
  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"
6052
  msgstr ""
6053
 
6054
+ #: languages/vue.php:736
6055
  msgid "GDPR Guide"
6056
  msgstr ""
6057
 
6058
+ #: languages/vue.php:739
6059
  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. "
6060
  msgstr ""
6061
 
6062
+ #: languages/vue.php:742
6063
  msgid "How to Install and Activate MonsterInsights Addons"
6064
  msgstr ""
6065
 
6066
+ #: languages/vue.php:745
6067
  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."
6068
  msgstr ""
6069
 
6070
+ #: languages/vue.php:748
6071
  msgid "Enabling eCommerce Tracking and Reports"
6072
  msgstr ""
6073
 
6074
+ #: languages/vue.php:751
6075
  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."
6076
  msgstr ""
6077
 
6078
+ #: languages/vue.php:754
6079
  msgid "Read Documentation"
6080
  msgstr ""
6081
 
6082
+ #: languages/vue.php:757
6083
  msgid "Getting Started with MonsterInsights"
6084
  msgstr ""
6085
 
6086
+ #: languages/vue.php:760
6087
  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."
6088
  msgstr ""
6089
 
6090
+ #: languages/vue.php:763
6091
  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."
6092
  msgstr ""
6093
 
6094
+ #: languages/vue.php:766
6095
  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!."
6096
  msgstr ""
6097
 
6098
+ #: languages/vue.php:769
6099
  msgid "Launch the wizard!"
6100
  msgstr ""
6101
 
6102
+ #: languages/vue.php:772
6103
  msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
6104
  msgstr ""
6105
 
6106
  #. Translators: Makes text bold.
6107
+ #: languages/vue.php:776
6108
  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."
6109
  msgstr ""
6110
 
6111
+ #: languages/vue.php:779
6112
  msgid "Universal Tracking across devices and campaigns with just a few clicks."
6113
  msgstr ""
6114
 
6115
+ #: languages/vue.php:782
6116
  msgid "See your website analytics reports inside the WordPress dashboard"
6117
  msgstr ""
6118
 
6119
+ #: languages/vue.php:785
6120
  msgid "Get real-time stats right inside WordPress"
6121
  msgstr ""
6122
 
6123
+ #: languages/vue.php:788
6124
  msgid "1-click Google Analytics Enhanced eCommerce tracking"
6125
  msgstr ""
6126
 
6127
+ #: languages/vue.php:791
6128
  msgid "Get detailed stats for each post and page."
6129
  msgstr ""
6130
 
6131
+ #: languages/vue.php:794
6132
  msgid "Automatically track clicks on your affiliate links and ads."
6133
  msgstr ""
6134
 
6135
+ #: languages/vue.php:797
6136
  msgid "Make Google Analytics GDPR compliant automatically"
6137
  msgstr ""
6138
 
6139
+ #: languages/vue.php:800
6140
  msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
6141
  msgstr ""
6142
 
6143
+ #: languages/vue.php:803
6144
  msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
6145
  msgstr ""
6146
 
6147
+ #: languages/vue.php:806
6148
  msgid "More advanced features"
6149
  msgstr ""
6150
 
6151
+ #: languages/vue.php:809
6152
  msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
6153
  msgstr ""
6154
 
6155
  #. Translators: Makes text green.
6156
+ #: languages/vue.php:813
6157
  msgid "Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6158
  msgstr ""
6159
 
6160
+ #: languages/vue.php:816
6161
  msgid "How to Connect to Google Analytics"
6162
  msgstr ""
6163
 
6164
+ #: languages/vue.php:819
6165
  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."
6166
  msgstr ""
6167
 
6168
+ #: languages/vue.php:822
6169
  msgid "Guide and Checklist for Advanced Insights"
6170
  msgstr ""
6171
 
6172
+ #: languages/vue.php:825
6173
  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."
6174
  msgstr ""
6175
 
6176
+ #: languages/vue.php:828
6177
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
6178
  msgstr ""
6179
 
6180
+ #: languages/vue.php:831
6181
  msgid "WordPress Admin Area Reports"
6182
  msgstr ""
6183
 
6184
+ #: languages/vue.php:834
6185
  msgid "Standard Reports"
6186
  msgstr ""
6187
 
6188
+ #: languages/vue.php:837
6189
  msgid "Overview Reports for the last 30 days."
6190
  msgstr ""
6191
 
6192
+ #: languages/vue.php:840
6193
  msgid "Advanced Reports"
6194
  msgstr ""
6195
 
6196
+ #: languages/vue.php:843
6197
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
6198
  msgstr ""
6199
 
6200
+ #: languages/vue.php:846
6201
  msgid "Dashboard Widget"
6202
  msgstr ""
6203
 
6204
+ #: languages/vue.php:849
6205
  msgid "Basic Widget"
6206
  msgstr ""
6207
 
6208
+ #: languages/vue.php:852
6209
  msgid "Overview Report Synopsis"
6210
  msgstr ""
6211
 
6212
+ #: languages/vue.php:855
6213
  msgid "Advanced Dashboard Widget"
6214
  msgstr ""
6215
 
6216
+ #: languages/vue.php:858
6217
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
6218
  msgstr ""
6219
 
6220
+ #: languages/vue.php:865
6221
  msgid "Email Summaries"
6222
  msgstr ""
6223
 
6224
+ #: languages/vue.php:868
6225
  msgid "Included"
6226
  msgstr ""
6227
 
6228
+ #: languages/vue.php:871
6229
  msgid "Get weekly traffic reports directly in your inbox."
6230
  msgstr ""
6231
 
6232
+ #: languages/vue.php:874
6233
  msgid "Publisher Reports"
6234
  msgstr ""
6235
 
6236
+ #: languages/vue.php:877
6237
  msgid "Advanced Publisher Reports & Tracking"
6238
  msgstr ""
6239
 
6240
+ #: languages/vue.php:880
6241
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
6242
  msgstr ""
6243
 
6244
+ #: languages/vue.php:886
6245
  msgid "Basic Options"
6246
  msgstr ""
6247
 
6248
+ #: languages/vue.php:889
6249
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
6250
  msgstr ""
6251
 
6252
+ #: languages/vue.php:892
6253
  msgid "Dynamic Popular Posts & Popular Products"
6254
  msgstr ""
6255
 
6256
+ #: languages/vue.php:895
6257
  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."
6258
  msgstr ""
6259
 
6260
+ #: languages/vue.php:898
6261
  msgid "Not Available"
6262
  msgstr ""
6263
 
6264
+ #: languages/vue.php:901
6265
  msgid "Complete Custom Dimensions Tracking"
6266
  msgstr ""
6267
 
6268
+ #: languages/vue.php:904
6269
  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"
6270
  msgstr ""
6271
 
6272
+ #: languages/vue.php:910
6273
  msgid "Limited Support"
6274
  msgstr ""
6275
 
6276
+ #: languages/vue.php:913
6277
  msgid "Priority Support"
6278
  msgstr ""
6279
 
6280
+ #: languages/vue.php:916
6281
  msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
6282
  msgstr ""
6283
 
6284
+ #: languages/vue.php:919
6285
  msgid "Feature"
6286
  msgstr ""
6287
 
6288
+ #: languages/vue.php:922
6289
  msgid "Lite"
6290
  msgstr ""
6291
 
6292
+ #: languages/vue.php:925
6293
  msgid "Pro"
6294
  msgstr ""
6295
 
6296
+ #: languages/vue.php:928
6297
  msgid "Custom Google Analytics Link Tracking"
6298
  msgstr ""
6299
 
6300
+ #: languages/vue.php:931
6301
  msgid "Standard Tracking"
6302
  msgstr ""
6303
 
6304
+ #: languages/vue.php:934
6305
  msgid "Advanced Tracking"
6306
  msgstr ""
6307
 
6308
+ #: languages/vue.php:937
6309
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
6310
  msgstr ""
6311
 
6312
+ #: languages/vue.php:940
6313
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
6314
  msgstr ""
6315
 
6316
+ #: languages/vue.php:943
6317
  msgid "No-Code-Needed Tracking Features"
6318
  msgstr ""
6319
 
6320
+ #: languages/vue.php:946
6321
  msgid "Basic Tracking Options"
6322
  msgstr ""
6323
 
6324
+ #: languages/vue.php:949
6325
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
6326
  msgstr ""
6327
 
6328
+ #: languages/vue.php:952
6329
  msgid "Advanced Tracking Options"
6330
  msgstr ""
6331
 
6332
+ #: languages/vue.php:955
6333
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
6334
  msgstr ""
6335
 
6336
+ #: languages/vue.php:958
6337
  msgid "eCommerce Tracking"
6338
  msgstr ""
6339
 
6340
+ #: languages/vue.php:961
6341
  msgid "One-click Complete eCommerce tracking"
6342
  msgstr ""
6343
 
6344
+ #: languages/vue.php:964
6345
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
6346
  msgstr ""
6347
 
6348
+ #: languages/vue.php:967
6349
  msgid "Forms Tracking"
6350
  msgstr ""
6351
 
6352
+ #: languages/vue.php:970
6353
  msgid "One-click Form Events Tracking"
6354
  msgstr ""
6355
 
6356
+ #: languages/vue.php:973
6357
  msgid "License Key"
6358
  msgstr ""
6359
 
6360
  #. Translators: Add link to retrieve license key from account.
6361
+ #: languages/vue.php:977
6362
  msgid "Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
6363
  msgstr ""
6364
 
6365
+ #: languages/vue.php:980
6366
  msgid "Google Authentication"
6367
  msgstr ""
6368
 
6369
+ #: languages/vue.php:983
6370
  msgid "Connect Google Analytics + WordPress"
6371
  msgstr ""
6372
 
6373
+ #: languages/vue.php:986
6374
  msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
6375
  msgstr ""
6376
 
6377
+ #: languages/vue.php:990
6378
  msgid "Miscellaneous"
6379
  msgstr ""
6380
 
6382
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6383
  msgstr ""
6384
 
6385
+ #: languages/vue.php:998
6386
  msgid "Hide Announcements"
6387
  msgstr ""
6388
 
6389
+ #: languages/vue.php:1001
6390
  msgid "Setup Wizard"
6391
  msgstr ""
6392
 
6393
+ #: languages/vue.php:1004
6394
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6395
  msgstr ""
6396
 
6397
+ #: languages/vue.php:1007
6398
  msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
6399
  msgstr ""
6400
 
6401
+ #: languages/vue.php:1010
6402
  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."
6403
  msgstr ""
6404
 
6405
+ #: languages/vue.php:1013
6406
  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\"."
6407
  msgstr ""
6408
 
6409
+ #: languages/vue.php:1016
6410
  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."
6411
  msgstr ""
6412
 
6413
+ #: languages/vue.php:1019
6414
  msgid "Yup, we know a thing or two about building awesome products that customers love."
6415
  msgstr ""
6416
 
6417
+ #: languages/vue.php:1022
6418
  msgid "The MonsterInsights Team"
6419
  msgstr ""
6420
 
6421
+ #: languages/vue.php:1025
6422
  msgid "Make your MonsterInsights campaign links prettier with Pretty Links!"
6423
  msgstr ""
6424
 
6425
+ #: languages/vue.php:1028
6426
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
6427
  msgstr ""
6428
 
6429
+ #: languages/vue.php:1031
6430
  msgid "Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!"
6431
  msgstr ""
6432
 
6433
+ #: languages/vue.php:1034
6434
  msgid "Over 200,000 websites use Pretty Links!"
6435
  msgstr ""
6436
 
6437
+ #: languages/vue.php:1037
6438
  msgid "Install Pretty Links"
6439
  msgstr ""
6440
 
6441
+ #: languages/vue.php:1040
6442
  msgid "Pretty Links Installed & Activated"
6443
  msgstr ""
6444
 
6445
+ #: languages/vue.php:1043
6446
  msgid "Download Pretty Links"
6447
  msgstr ""
6448
 
6449
+ #: languages/vue.php:1046
6450
  msgid "Install Pretty Links from the WordPress.org plugin repository."
6451
  msgstr ""
6452
 
6453
+ #: languages/vue.php:1049
6454
  msgid "Activate Pretty Links"
6455
  msgstr ""
6456
 
6457
+ #: languages/vue.php:1052
6458
  msgid "Activating Pretty Links..."
6459
  msgstr ""
6460
 
6461
+ #: languages/vue.php:1055
6462
  msgid "Create New Pretty Link"
6463
  msgstr ""
6464
 
6465
+ #: languages/vue.php:1058
6466
  msgid "Create a New Pretty Link"
6467
  msgstr ""
6468
 
6469
+ #: languages/vue.php:1061
6470
  msgid "Grab your campaign link and paste it into the Target URL field."
6471
  msgstr ""
6472
 
6473
+ #: languages/vue.php:1064
6474
  msgid "Custom Campaign Parameters"
6475
  msgstr ""
6476
 
6477
+ #: languages/vue.php:1067
6478
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
6479
  msgstr ""
6480
 
6481
+ #: languages/vue.php:1070
6482
  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."
6483
  msgstr ""
6484
 
6485
  #. Translators: Marks the field as required.
6486
+ #: languages/vue.php:1074
6487
  msgid "Website URL %s"
6488
  msgstr ""
6489
 
6490
  #. Translators: Display the current website url in italic.
6491
+ #: languages/vue.php:1078
6492
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
6493
  msgstr ""
6494
 
6495
  #. Translators: Marks the field as required.
6496
+ #: languages/vue.php:1082
6497
  msgid "Campaign Source %s"
6498
  msgstr ""
6499
 
6500
  #. Translators: Make the text italic.
6501
+ #: languages/vue.php:1086
6502
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
6503
  msgstr ""
6504
 
6505
  #. Translators: Make the text italic.
6506
+ #: languages/vue.php:1090
6507
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
6508
  msgstr ""
6509
 
6510
  #. Translators: Make the text italic.
6511
+ #: languages/vue.php:1094
6512
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
6513
  msgstr ""
6514
 
6515
+ #: languages/vue.php:1097
6516
  msgid "Enter the paid keyword"
6517
  msgstr ""
6518
 
6519
+ #: languages/vue.php:1100
6520
  msgid "Enter something to differentiate ads"
6521
  msgstr ""
6522
 
6523
+ #: languages/vue.php:1103
6524
  msgid "Use Fragment"
6525
  msgstr ""
6526
 
6527
  #. Translators: Make the text bold.
6528
+ #: languages/vue.php:1107
6529
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
6530
  msgstr ""
6531
 
6532
+ #: languages/vue.php:1110
6533
  msgid "URL to use"
6534
  msgstr ""
6535
 
6536
+ #: languages/vue.php:1113
6537
  msgid "(Updates automatically)"
6538
  msgstr ""
6539
 
6540
+ #: languages/vue.php:1116
6541
  msgid "Copy to Clipboard"
6542
  msgstr ""
6543
 
6544
+ #: languages/vue.php:1119
6545
  msgid "Copy to Pretty Links"
6546
  msgstr ""
6547
 
6548
+ #: languages/vue.php:1122
6549
  msgid "Make your campaign links prettier!"
6550
  msgstr ""
6551
 
6552
+ #: languages/vue.php:1125
6553
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
6554
  msgstr ""
6555
 
6556
+ #: languages/vue.php:1128
6557
  msgid "More Information & Examples"
6558
  msgstr ""
6559
 
6560
+ #: languages/vue.php:1131
6561
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
6562
  msgstr ""
6563
 
6564
+ #: languages/vue.php:1134
6565
  msgid "Campaign Source"
6566
  msgstr ""
6567
 
6568
+ #: languages/vue.php:1137
6569
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
6570
  msgstr ""
6571
 
6572
+ #: languages/vue.php:1140
6573
  msgid "Campaign Medium"
6574
  msgstr ""
6575
 
6576
+ #: languages/vue.php:1143
6577
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
6578
  msgstr ""
6579
 
6580
+ #: languages/vue.php:1146
6581
  msgid "Campaign Name"
6582
  msgstr ""
6583
 
6584
+ #: languages/vue.php:1149
6585
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
6586
  msgstr ""
6587
 
6588
+ #: languages/vue.php:1152
6589
  msgid "Campaign Term"
6590
  msgstr ""
6591
 
6592
+ #: languages/vue.php:1155
6593
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
6594
  msgstr ""
6595
 
6596
+ #: languages/vue.php:1158
6597
  msgid "Campaign Content"
6598
  msgstr ""
6599
 
6600
+ #: languages/vue.php:1161
6601
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
6602
  msgstr ""
6603
 
6604
  #. Translators: Example.
6605
+ #: languages/vue.php:1165
6606
  msgid "Example: %s"
6607
  msgstr ""
6608
 
6609
  #. Translators: Examples.
6610
+ #: languages/vue.php:1169
6611
  msgid "Examples: %s"
6612
  msgstr ""
6613
 
6614
+ #: languages/vue.php:1172
6615
  msgid "About Campaigns"
6616
  msgstr ""
6617
 
6618
+ #: languages/vue.php:1175
6619
  msgid "About Custom Campaigns"
6620
  msgstr ""
6621
 
6622
+ #: languages/vue.php:1178
6623
  msgid "Best Practices for Creating Custom Campaigns"
6624
  msgstr ""
6625
 
6626
+ #: languages/vue.php:1181
6627
  msgid "About the Referral Traffic Report"
6628
  msgstr ""
6629
 
6630
+ #: languages/vue.php:1184
6631
  msgid "About Traffic Source Dimensions"
6632
  msgstr ""
6633
 
6634
+ #: languages/vue.php:1187
6635
  msgid "AdWords Auto-Tagging"
6636
  msgstr ""
6637
 
6638
+ #: languages/vue.php:1190
6639
  msgid "Additional Information"
6640
  msgstr ""
6641
 
6642
+ #: languages/vue.php:1193
6643
  msgid "Import/Export"
6644
  msgstr ""
6645
 
6646
+ #: languages/vue.php:1196
6647
  msgid "Import"
6648
  msgstr ""
6649
 
6650
+ #: languages/vue.php:1199
6651
  msgid "Import settings from another MonsterInsights website."
6652
  msgstr ""
6653
 
6654
+ #: languages/vue.php:1202
6655
  msgid "Export"
6656
  msgstr ""
6657
 
6658
+ #: languages/vue.php:1205
6659
  msgid "Export settings to import into another MonsterInsights install."
6660
  msgstr ""
6661
 
6662
+ #: languages/vue.php:1208
6663
  msgid "Import Settings"
6664
  msgstr ""
6665
 
6666
+ #: languages/vue.php:1211
6667
  msgid "Export Settings"
6668
  msgstr ""
6669
 
6670
+ #: languages/vue.php:1214
6671
  msgid "Please choose a file to import"
6672
  msgstr ""
6673
 
6674
+ #: languages/vue.php:1217
6675
  msgid "Click Choose file below to select the settings export file from another site."
6676
  msgstr ""
6677
 
6678
+ #: languages/vue.php:1220
6679
  msgid "Use the button below to export a file with your MonsterInsights settings."
6680
  msgstr ""
6681
 
6682
+ #: languages/vue.php:1223
6683
  msgid "Uploading file..."
6684
  msgstr ""
6685
 
6686
+ #: languages/vue.php:1226
6687
  msgid "File imported"
6688
  msgstr ""
6689
 
6690
+ #: languages/vue.php:1229
6691
  msgid "Settings successfully updated!"
6692
  msgstr ""
6693
 
6694
+ #: languages/vue.php:1232
6695
  msgid "Error importing settings"
6696
  msgstr ""
6697
 
6698
+ #: languages/vue.php:1235
6699
  msgid "Please choose a .json file generated by a MonsterInsights settings export."
6700
  msgstr ""
6701
 
6702
+ #: languages/vue.php:1238
6703
  msgid "MonsterInsights Recommends WPForms"
6704
  msgstr ""
6705
 
6706
+ #: languages/vue.php:1241
6707
  msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
6708
  msgstr ""
6709
 
6710
+ #: languages/vue.php:1244
6711
  msgid "Used on over 4,000,000 websites!"
6712
  msgstr ""
6713
 
6714
+ #: languages/vue.php:1247
6715
  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!"
6716
  msgstr ""
6717
 
6718
+ #: languages/vue.php:1250
6719
  msgid "Skip this Step"
6720
  msgstr ""
6721
 
6722
+ #: languages/vue.php:1253
6723
  msgid "Continue & Install WPForms"
6724
  msgstr ""
6725
 
6726
+ #: languages/vue.php:1258
6727
  msgid "Installing..."
6728
  msgstr ""
6729
 
6730
+ #: languages/vue.php:1261
6731
  msgid "Show in widget mode"
6732
  msgstr ""
6733
 
6734
+ #: languages/vue.php:1264
6735
  msgid "Show in full-width mode"
6736
  msgstr ""
6737
 
6738
+ #: languages/vue.php:1271
6739
  msgid "Installing Addon"
6740
  msgstr ""
6741
 
6742
+ #: languages/vue.php:1274
6743
  msgid "Activating Addon"
6744
  msgstr ""
6745
 
6746
+ #: languages/vue.php:1277
6747
  msgid "Addon Activated"
6748
  msgstr ""
6749
 
6750
+ #: languages/vue.php:1280
6751
  msgid "Loading report data"
6752
  msgstr ""
6753
 
6754
+ #: languages/vue.php:1283
6755
  msgid "Please activate manually"
6756
  msgstr ""
6757
 
6758
  #. Translators: Adds the error status and status text.
6759
+ #: languages/vue.php:1287
6760
  msgid "Error: %1$s, %2$s"
6761
  msgstr ""
6762
 
6763
+ #: languages/vue.php:1290
6764
  msgid "Error Activating Addon"
6765
  msgstr ""
6766
 
6767
+ #: languages/vue.php:1293
6768
  #: lite/includes/admin/wp-site-health.php:372
6769
  #: lite/includes/admin/wp-site-health.php:398
6770
  #: lite/includes/admin/wp-site-health.php:425
6771
  msgid "View Addons"
6772
  msgstr ""
6773
 
6774
+ #: languages/vue.php:1296
6775
  msgid "Dismiss"
6776
  msgstr ""
6777
 
6778
+ #: languages/vue.php:1299
6779
  msgid "Redirecting"
6780
  msgstr ""
6781
 
6782
+ #: languages/vue.php:1302
6783
  msgid "Please wait"
6784
  msgstr ""
6785
 
6786
+ #: languages/vue.php:1305
6787
  msgid "activate"
6788
  msgstr ""
6789
 
6790
+ #: languages/vue.php:1308
6791
  msgid "install"
6792
  msgstr ""
6793
 
6794
+ #: languages/vue.php:1311
6795
  msgid "Visit addons page"
6796
  msgstr ""
6797
 
6798
+ #: languages/vue.php:1314
6799
  msgid "Report Unavailable"
6800
  msgstr ""
6801
 
6802
  #. Translators: Install/Activate the addon.
6803
+ #: languages/vue.php:1318
6804
  msgid "%s Addon"
6805
  msgstr ""
6806
 
6807
+ #: languages/vue.php:1321
6808
  msgid "Go Back To Reports"
6809
  msgstr ""
6810
 
6811
+ #: languages/vue.php:1324
6812
  msgid "Enable Enhanced eCommerce"
6813
  msgstr ""
6814
 
6815
  #. Translators: Placeholders are used for making text bold and adding a link.
6816
+ #: languages/vue.php:1328
6817
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
6818
  msgstr ""
6819
 
6820
+ #: languages/vue.php:1331
6821
  msgid "Last 30 Days Insights for:"
6822
  msgstr ""
6823
 
6824
+ #: languages/vue.php:1334
6825
  msgid "Your Website"
6826
  msgstr ""
6827
 
6828
+ #: languages/vue.php:1338
6829
  msgid "Sessions"
6830
  msgstr ""
6831
 
6832
+ #: languages/vue.php:1341
6833
  msgid "Pageviews"
6834
  msgstr ""
6835
 
6836
+ #: languages/vue.php:1344
6837
  msgid "Avg. Duration"
6838
  msgstr ""
6839
 
6840
+ #: languages/vue.php:1348
6841
  msgid "Bounce Rate"
6842
  msgstr ""
6843
 
6844
+ #: languages/vue.php:1352
6845
  msgid "Total Users"
6846
  msgstr ""
6847
 
6848
+ #: languages/vue.php:1355
6849
  msgid "More data is available"
6850
  msgstr ""
6851
 
6852
+ #: languages/vue.php:1358
6853
  msgid "Want to see page-specific stats?"
6854
  msgstr ""
6855
 
6856
+ #: languages/vue.php:1361
6857
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6858
  msgstr ""
6859
 
6860
+ #: languages/vue.php:1364
6861
  msgid "No addons found."
6862
  msgstr ""
6863
 
6864
+ #: languages/vue.php:1367
6865
  msgid "Refresh Addons"
6866
  msgstr ""
6867
 
6868
+ #: languages/vue.php:1370
6869
  msgid "Refreshing Addons"
6870
  msgstr ""
6871
 
6872
  #. Translators: Make text green.
6873
+ #: languages/vue.php:1374
6874
  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!"
6875
  msgstr ""
6876
 
6877
+ #: languages/vue.php:1377
6878
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
6879
  msgstr ""
6880
 
6881
+ #: languages/vue.php:1380
6882
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
6883
  msgstr ""
6884
 
6885
+ #: languages/vue.php:1383
6886
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
6887
  msgstr ""
6888
 
6889
+ #: languages/vue.php:1386
6890
  msgid "See All Your Important Store Metrics in One Place"
6891
  msgstr ""
6892
 
6893
+ #: languages/vue.php:1389
6894
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
6895
  msgstr ""
6896
 
6897
+ #: languages/vue.php:1392
6898
  msgid "ONE-CLICK INTEGRATIONS"
6899
  msgstr ""
6900
 
6901
+ #: languages/vue.php:1395
6902
  msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
6903
  msgstr ""
6904
 
6905
+ #: languages/vue.php:1398
6906
  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."
6907
  msgstr ""
6908
 
6909
+ #: languages/vue.php:1401
6910
  msgid "Affiliate Tracking"
6911
  msgstr ""
6912
 
6913
+ #: languages/vue.php:1404
6914
  msgid "Automatically Track Affiliate Sales"
6915
  msgstr ""
6916
 
6917
+ #: languages/vue.php:1407
6918
  msgid "The MonsterInsights eCommerce addon works with EasyAffiliate to automatically attribute orders originating from an EasyAffiliate link in Google Analytics. Gain valuable insights into your top affiliates with no coding required."
6919
  msgstr ""
6920
 
6921
+ #: languages/vue.php:1410
6922
  msgid "Works with WooCommerce, MemberPress and Easy Digital Downloads."
6923
  msgstr ""
6924
 
6925
+ #: languages/vue.php:1419
6926
  msgid "Cart Funnel"
6927
  msgstr ""
6928
 
6929
+ #: languages/vue.php:1422
6930
  msgid "Customer Insights"
6931
  msgstr ""
6932
 
6933
+ #: languages/vue.php:1425
6934
  msgid "Campaign Measurement"
6935
  msgstr ""
6936
 
6937
+ #: languages/vue.php:1428
6938
  msgid "Customer Profiles"
6939
  msgstr ""
6940
 
6941
+ #: languages/vue.php:1431
6942
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, revenue, and average order value, and more."
6943
  msgstr ""
6944
 
6945
+ #: languages/vue.php:1434
6946
  msgid "Truly Understand Your%1$s Customers With %2$sMonsterInsights%3$s"
6947
  msgstr ""
6948
 
6949
+ #: languages/vue.php:1437
6950
  msgid "You never truly understand your customers until you used Enhanced %1$s eCommerce from MonsterInsights!"
6951
  msgstr ""
6952
 
6953
+ #: languages/vue.php:1440
6954
  msgid "Track all-new metrics!"
6955
  msgstr ""
6956
 
6957
+ #: languages/vue.php:1443
6958
  msgid "Get stats WooCommerce doesn’t give you like: Conversion Sources, Avg. Order Value, Revenue per Source, Total Add to Carts & More!"
6959
  msgstr ""
6960
 
6961
+ #: languages/vue.php:1446
6962
  msgid "FEATURES"
6963
  msgstr ""
6964
 
6965
+ #: languages/vue.php:1449
6966
  msgid "Get The Unique Metrics Neccessary for Growth"
6967
  msgstr ""
6968
 
6969
+ #: languages/vue.php:1452
6970
  msgid "See all the critical eCommerce data you need at a glance: your conversion rate, transactions, %1$srevenue, and average order value, and more."
6971
  msgstr ""
6972
 
6973
+ #: languages/vue.php:1455
6974
  msgid "Get Answers to the important questions %1$syou should know."
6975
  msgstr ""
6976
 
6977
+ #: languages/vue.php:1458
6978
  msgid "Did the login/registration step of the checkout put users off?"
6979
  msgstr ""
6980
 
6981
+ #: languages/vue.php:1461
6982
  msgid "Which ad campaign is driving the most revenue?"
6983
  msgstr ""
6984
 
6985
+ #: languages/vue.php:1464
6986
  msgid "Who is my typical customer?"
6987
  msgstr ""
6988
 
6989
+ #: languages/vue.php:1467
6990
  msgid "Level-up Your eCommerce store with %1$sMonsterInsights + WooCommerce!%1$s"
6991
  msgstr ""
6992
 
6993
  #. Translators: placeholders make text small.
6994
+ #: languages/vue.php:1471
6995
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
6996
  msgstr ""
6997
 
6998
  #. Translators: placeholders make text small.
6999
+ #: languages/vue.php:1475
7000
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
7001
  msgstr ""
7002
 
7003
  #. Translators: placeholders make text small.
7004
+ #: languages/vue.php:1479
7005
  msgid "None %1$s- Manually update everything.%2$s"
7006
  msgstr ""
7007
 
7008
+ #: languages/vue.php:1482
7009
  msgid "Automatic Updates"
7010
  msgstr ""
7011
 
7012
+ #: languages/vue.php:1485
7013
  msgid "Awesome, You're All Set!"
7014
  msgstr ""
7015
 
7016
+ #: languages/vue.php:1488
7017
  msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
7018
  msgstr ""
7019
 
7020
  #. Translators: Make text bold.
7021
+ #: languages/vue.php:1492
7022
  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."
7023
  msgstr ""
7024
 
7025
  #. Translators: Link to our blog.
7026
+ #: languages/vue.php:1496
7027
  msgid "%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business."
7028
  msgstr ""
7029
 
7030
+ #: languages/vue.php:1499
7031
  msgid "Finish Setup & Exit Wizard"
7032
  msgstr ""
7033
 
7034
+ #: languages/vue.php:1502
7035
  msgid "Checking your website..."
7036
  msgstr ""
7037
 
7038
+ #: languages/vue.php:1505
7039
  msgid "See All Reports"
7040
  msgstr ""
7041
 
7042
+ #: languages/vue.php:1508
7043
  msgid "Go to the Analytics Dashboard"
7044
  msgstr ""
7045
 
7046
+ #. Translators: Line break.
7047
+ #: languages/vue.php:1512
7048
  msgid "Unique %s Sessions"
7049
  msgstr ""
7050
 
7051
+ #. Translators: Number of unique pageviews.
7052
+ #: languages/vue.php:1516
7053
  msgid "Unique %s Pageviews"
7054
  msgstr ""
7055
 
7056
+ #: languages/vue.php:1519
7057
  msgid "A session is the browsing session of a single user to your site."
7058
  msgstr ""
7059
 
7060
+ #: languages/vue.php:1522
7061
  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."
7062
  msgstr ""
7063
 
7064
+ #: languages/vue.php:1525
7065
  msgid "Total duration of all sessions (in seconds) / number of sessions."
7066
  msgstr ""
7067
 
7068
+ #: languages/vue.php:1528
7069
  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."
7070
  msgstr ""
7071
 
7072
+ #: languages/vue.php:1531
7073
  msgid "The number of distinct tracked users"
7074
  msgstr ""
7075
 
7076
+ #: languages/vue.php:1534
7077
  msgid "Avg. Session Duration"
7078
  msgstr ""
7079
 
7080
+ #: languages/vue.php:1537
7081
  msgid "Still Calculating..."
7082
  msgstr ""
7083
 
7084
+ #: languages/vue.php:1540
7085
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
7086
  msgstr ""
7087
 
7088
+ #: languages/vue.php:1543
7089
  msgid "Back to Overview Report"
7090
  msgstr ""
7091
 
7092
+ #: languages/vue.php:1546
7093
  msgid "Your 2020 Analytics Report"
7094
  msgstr ""
7095
 
7096
+ #: languages/vue.php:1549
7097
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
7098
  msgstr ""
7099
 
7100
+ #: languages/vue.php:1552
7101
  msgid "Audience"
7102
  msgstr ""
7103
 
7104
+ #: languages/vue.php:1555
7105
  msgid "Congrats"
7106
  msgstr ""
7107
 
7108
+ #: languages/vue.php:1558
7109
  msgid "Your website was quite popular this year! "
7110
  msgstr ""
7111
 
7112
+ #: languages/vue.php:1561
7113
  msgid "You had "
7114
  msgstr ""
7115
 
7116
+ #: languages/vue.php:1564
7117
  msgid " visitors!"
7118
  msgstr ""
7119
 
7120
+ #: languages/vue.php:1567
7121
  msgid " visitors"
7122
  msgstr ""
7123
 
7124
+ #: languages/vue.php:1570
7125
  msgid "Total Visitors"
7126
  msgstr ""
7127
 
7128
+ #: languages/vue.php:1573
7129
  msgid "Total Sessions"
7130
  msgstr ""
7131
 
7132
+ #: languages/vue.php:1576
7133
  msgid "Visitors by Month"
7134
  msgstr ""
7135
 
7136
+ #: languages/vue.php:1579
7137
  msgid "January 1, 2020 - December 31, 2020"
7138
  msgstr ""
7139
 
7140
+ #: languages/vue.php:1582
7141
  msgid "A Tip for 2021"
7142
  msgstr ""
7143
 
7144
+ #: languages/vue.php:1585
7145
  msgid "Demographics"
7146
  msgstr ""
7147
 
7148
+ #: languages/vue.php:1588
7149
  msgid "#1"
7150
  msgstr ""
7151
 
7152
+ #: languages/vue.php:1591
7153
  msgid "You Top 5 Countries"
7154
  msgstr ""
7155
 
7156
+ #: languages/vue.php:1594
7157
  msgid "Let’s get to know your visitors a little better, shall we?"
7158
  msgstr ""
7159
 
7160
+ #: languages/vue.php:1597
7161
  msgid "Gender"
7162
  msgstr ""
7163
 
7164
+ #: languages/vue.php:1600
7165
  msgid "Female"
7166
  msgstr ""
7167
 
7168
+ #: languages/vue.php:1603
7169
  msgid "Women"
7170
  msgstr ""
7171
 
7172
+ #: languages/vue.php:1606
7173
  msgid "Male"
7174
  msgstr ""
7175
 
7176
+ #: languages/vue.php:1609
7177
  msgid "Average Age"
7178
  msgstr ""
7179
 
7180
+ #: languages/vue.php:1613
7181
  msgid "Behavior"
7182
  msgstr ""
7183
 
7184
+ #: languages/vue.php:1616
7185
  msgid "Your Top 5 Pages"
7186
  msgstr ""
7187
 
7188
+ #: languages/vue.php:1619
7189
  msgid "Time Spent on Site"
7190
  msgstr ""
7191
 
7192
+ #: languages/vue.php:1622
7193
  msgid "minutes"
7194
  msgstr ""
7195
 
7196
+ #: languages/vue.php:1625
7197
  msgid "Device Type"
7198
  msgstr ""
7199
 
7200
+ #: languages/vue.php:1628
7201
  msgid "A Tip For 2021"
7202
  msgstr ""
7203
 
7204
+ #: languages/vue.php:1631
7205
  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."
7206
  msgstr ""
7207
 
7208
+ #: languages/vue.php:1634
7209
  msgid "Read - 32 Marketing Hacks to Grow Your Traffic"
7210
  msgstr ""
7211
 
7212
+ #: languages/vue.php:1637
7213
  msgid "So, where did all of these visitors come from?"
7214
  msgstr ""
7215
 
7216
+ #: languages/vue.php:1640
7217
  msgid "Clicks"
7218
  msgstr ""
7219
 
7220
+ #: languages/vue.php:1643
7221
  msgid "Your Top 5 Keywords"
7222
  msgstr ""
7223
 
7224
+ #: languages/vue.php:1646
7225
  msgid "What keywords visitors searched for to find your site"
7226
  msgstr ""
7227
 
7228
+ #: languages/vue.php:1649
7229
  msgid "Your Top 5 Referrals"
7230
  msgstr ""
7231
 
7232
+ #: languages/vue.php:1652
7233
  msgid "The websites that link back to your website"
7234
  msgstr ""
7235
 
7236
+ #: languages/vue.php:1655
7237
  msgid "Opportunity"
7238
  msgstr ""
7239
 
7240
+ #: languages/vue.php:1658
7241
  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."
7242
  msgstr ""
7243
 
7244
+ #: languages/vue.php:1661
7245
  msgid "Read - How to Ethically Steal Your Competitor’s Traffic"
7246
  msgstr ""
7247
 
7248
+ #: languages/vue.php:1664
7249
  msgid "Thank you for using MonsterInsights!"
7250
  msgstr ""
7251
 
7252
+ #: languages/vue.php:1667
7253
  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."
7254
  msgstr ""
7255
 
7256
+ #: languages/vue.php:1670
7257
  msgid "Here's to an amazing 2021!"
7258
  msgstr ""
7259
 
7260
+ #: languages/vue.php:1673
7261
  msgid "Enjoying MonsterInsights"
7262
  msgstr ""
7263
 
7264
+ #: languages/vue.php:1676
7265
  msgid "Leave a five star review!"
7266
  msgstr ""
7267
 
7268
+ #: languages/vue.php:1679
7269
  msgid "Syed Balkhi"
7270
  msgstr ""
7271
 
7272
+ #: languages/vue.php:1682
7273
  msgid "Chris Christoff"
7274
  msgstr ""
7275
 
7276
+ #: languages/vue.php:1685
7277
  msgid "Write Review"
7278
  msgstr ""
7279
 
7280
+ #: languages/vue.php:1688
7281
  msgid "Did you know over 10 million websites use our plugins?"
7282
  msgstr ""
7283
 
7284
+ #: languages/vue.php:1691
7285
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
7286
  msgstr ""
7287
 
7288
+ #: languages/vue.php:1694
7289
  msgid "Join our Communities!"
7290
  msgstr ""
7291
 
7292
+ #: languages/vue.php:1697
7293
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
7294
  msgstr ""
7295
 
7296
+ #: languages/vue.php:1700
7297
  msgid "Facebook Group"
7298
  msgstr ""
7299
 
7300
+ #: languages/vue.php:1703
7301
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
7302
  msgstr ""
7303
 
7304
+ #: languages/vue.php:1706
7305
  msgid "Join Now...It’s Free!"
7306
  msgstr ""
7307
 
7308
+ #: languages/vue.php:1709
7309
  msgid "WordPress Tutorials by WPBeginner"
7310
  msgstr ""
7311
 
7312
+ #: languages/vue.php:1712
7313
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
7314
  msgstr ""
7315
 
7316
+ #: languages/vue.php:1715
7317
  msgid "Visit WPBeginner"
7318
  msgstr ""
7319
 
7320
+ #: languages/vue.php:1718
7321
  msgid "Follow Us!"
7322
  msgstr ""
7323
 
7324
+ #: languages/vue.php:1721
7325
  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."
7326
  msgstr ""
7327
 
7328
+ #: languages/vue.php:1724
7329
  msgid "Copyright MonsterInsights, 2021"
7330
  msgstr ""
7331
 
7332
+ #: languages/vue.php:1727
7333
  msgid "Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights"
7334
  msgstr ""
7335
 
7336
+ #: languages/vue.php:1730
7337
  msgid "January"
7338
  msgstr ""
7339
 
7340
+ #: languages/vue.php:1733
7341
  msgid "February"
7342
  msgstr ""
7343
 
7344
+ #: languages/vue.php:1736
7345
  msgid "March"
7346
  msgstr ""
7347
 
7348
+ #: languages/vue.php:1739
7349
  msgid "April"
7350
  msgstr ""
7351
 
7352
+ #: languages/vue.php:1742
7353
  msgid "May"
7354
  msgstr ""
7355
 
7356
+ #: languages/vue.php:1745
7357
  msgid "June"
7358
  msgstr ""
7359
 
7360
+ #: languages/vue.php:1748
7361
  msgid "July"
7362
  msgstr ""
7363
 
7364
+ #: languages/vue.php:1751
7365
  msgid "August"
7366
  msgstr ""
7367
 
7368
+ #: languages/vue.php:1754
7369
  msgid "September"
7370
  msgstr ""
7371
 
7372
+ #: languages/vue.php:1757
7373
  msgid "October"
7374
  msgstr ""
7375
 
7376
+ #: languages/vue.php:1760
7377
  msgid "November"
7378
  msgstr ""
7379
 
7380
+ #: languages/vue.php:1763
7381
  msgid "December"
7382
  msgstr ""
7383
 
7384
  #. Translators: Number of visitors.
7385
+ #: languages/vue.php:1767
7386
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
7387
  msgstr ""
7388
 
7389
+ #: languages/vue.php:1770
7390
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
7391
  msgstr ""
7392
 
7393
  #. Translators: Number of visitors.
7394
+ #: languages/vue.php:1774
7395
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
7396
  msgstr ""
7397
 
7398
  #. Translators: Number of visitors.
7399
+ #: languages/vue.php:1778
7400
  msgid "%s Visitors"
7401
  msgstr ""
7402
 
7403
  #. Translators: Percent and Number of visitors.
7404
+ #: languages/vue.php:1782
7405
  msgid "%1$s&#37 of your visitors were %2$s"
7406
  msgstr ""
7407
 
7408
  #. Translators: Number of visitors and their age.
7409
+ #: languages/vue.php:1786
7410
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
7411
  msgstr ""
7412
 
7413
+ #: languages/vue.php:1789
7414
  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>"
7415
  msgstr ""
7416
 
7417
  #. Translators: Number of minutes spent on site.
7418
+ #: languages/vue.php:1793
7419
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
7420
  msgstr ""
7421
 
7422
  #. Translators: Name of device type.
7423
+ #: languages/vue.php:1797
7424
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7425
  msgstr ""
7426
 
7427
  #. Translators: Number of visitors and device percentage.
7428
+ #: languages/vue.php:1801
7429
  msgid "%1$s&#37 of your visitors were on a %2$s device."
7430
  msgstr ""
7431
 
7432
+ #: languages/vue.php:1804
7433
  msgid "Desktop"
7434
  msgstr ""
7435
 
7436
+ #: languages/vue.php:1807
7437
  msgid "Tablet"
7438
  msgstr ""
7439
 
7440
+ #: languages/vue.php:1810
7441
  msgid "Mobile"
7442
  msgstr ""
7443
 
7444
+ #: languages/vue.php:1813
7445
  msgid "Right Now"
7446
  msgstr ""
7447
 
7448
+ #: languages/vue.php:1816
7449
  msgid "Active users on site"
7450
  msgstr ""
7451
 
7452
+ #: languages/vue.php:1819
7453
  msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
7454
  msgstr ""
7455
 
7456
+ #: languages/vue.php:1822
7457
  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."
7458
  msgstr ""
7459
 
7460
+ #: languages/vue.php:1825
7461
  msgid "The real-time report automatically updates approximately every 60 seconds."
7462
  msgstr ""
7463
 
7464
  #. Translators: Number of seconds that have passed since the report was refreshed.
7465
+ #: languages/vue.php:1829
7466
  msgid "The real-time report was last updated %s seconds ago."
7467
  msgstr ""
7468
 
7469
+ #: languages/vue.php:1832
7470
  msgid "The latest data will be automatically shown on this page when it becomes available."
7471
  msgstr ""
7472
 
7473
+ #: languages/vue.php:1835
7474
  msgid "There is no need to refresh the browser (doing so won't have any effect)."
7475
  msgstr ""
7476
 
7477
+ #: languages/vue.php:1838
7478
  msgid "Pageviews Per Minute"
7479
  msgstr ""
7480
 
7481
+ #: languages/vue.php:1841
7482
  msgid "Top Pages"
7483
  msgstr ""
7484
 
7485
+ #: languages/vue.php:1844
7486
  msgid "No pageviews currently."
7487
  msgstr ""
7488
 
7489
+ #: languages/vue.php:1847
7490
  msgid "Page"
7491
  msgstr ""
7492
 
7493
+ #: languages/vue.php:1850
7494
  msgid "Pageview Count"
7495
  msgstr ""
7496
 
7497
+ #: languages/vue.php:1853
7498
  msgid "Percent of Total"
7499
  msgstr ""
7500
 
7501
+ #: languages/vue.php:1856
7502
  msgid "This is the number of active users currently on your site."
7503
  msgstr ""
7504
 
7505
+ #: languages/vue.php:1859
7506
  msgid "This graph shows the number of pageviews for each of the last 30 minutes."
7507
  msgstr ""
7508
 
7509
+ #: languages/vue.php:1862
7510
  msgid "This list shows the top pages users are currently viewing on your site."
7511
  msgstr ""
7512
 
7513
+ #: languages/vue.php:1865
7514
  msgid "View All Real-Time Pageviews"
7515
  msgstr ""
7516
 
7517
+ #: languages/vue.php:1868
7518
  msgid "View All Real-Time Traffic Sources"
7519
  msgstr ""
7520
 
7521
+ #: languages/vue.php:1871
7522
  msgid "View All Real-Time Traffic by Country"
7523
  msgstr ""
7524
 
7525
+ #: languages/vue.php:1874
7526
  msgid "View All Real-Time Traffic by City"
7527
  msgstr ""
7528
 
7529
+ #: languages/vue.php:1877
7530
  msgid "Show Overview Reports"
7531
  msgstr ""
7532
 
7533
+ #: languages/vue.php:1880
7534
  msgid "Show Publishers Reports"
7535
  msgstr ""
7536
 
7537
+ #: languages/vue.php:1883
7538
  msgid "Show eCommerce Reports"
7539
  msgstr ""
7540
 
7541
+ #: languages/vue.php:1886
7542
  msgid "Settings Menu"
7543
  msgstr ""
7544
 
7545
+ #: languages/vue.php:1889
7546
  msgid "Available in PRO version"
7547
  msgstr ""
7548
 
7549
+ #: languages/vue.php:1892
7550
  msgid "Thank you for being a loyal MonsterInsights Lite user."
7551
  msgstr ""
7552
 
7553
+ #: languages/vue.php:1895
7554
  msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
7555
  msgstr ""
7556
 
7557
  #. Translators: Gets replaced with the coupon code.
7558
+ #: languages/vue.php:1899
7559
  msgid "Use coupon code %s to get 50%% off."
7560
  msgstr ""
7561
 
7562
+ #: languages/vue.php:1902
7563
  msgid "Dashboard widget"
7564
  msgstr ""
7565
 
7566
+ #: languages/vue.php:1906
7567
  msgid "Affiliate Links"
7568
  msgstr ""
7569
 
7570
+ #: languages/vue.php:1909
7571
  msgid "Enhanced Ecommerce"
7572
  msgstr ""
7573
 
7574
+ #: languages/vue.php:1912
7575
  msgid "Banner Ads"
7576
  msgstr ""
7577
 
7578
+ #: languages/vue.php:1916
7579
  msgid "Google AMP"
7580
  msgstr ""
7581
 
7582
+ #: languages/vue.php:1919
7583
  msgid "SEO Score Tracking"
7584
  msgstr ""
7585
 
7586
+ #: languages/vue.php:1923
7587
  msgid "Activating..."
7588
  msgstr ""
7589
 
7590
+ #: languages/vue.php:1926
7591
  msgid "Deactivating..."
7592
  msgstr ""
7593
 
7594
+ #: languages/vue.php:1929
7595
  msgid "Deactivate"
7596
  msgstr ""
7597
 
7598
  #. Translators: The status of the addon (installed/active/inactive).
7599
+ #: languages/vue.php:1933
7600
  msgid "Status: %s"
7601
  msgstr ""
7602
 
7603
+ #: languages/vue.php:1936
7604
  msgid "Not Installed"
7605
  msgstr ""
7606
 
7607
+ #: languages/vue.php:1939
7608
  msgid "Network Active"
7609
  msgstr ""
7610
 
7611
+ #: languages/vue.php:1942
7612
  msgid "Active"
7613
  msgstr ""
7614
 
7615
+ #: languages/vue.php:1945
7616
  msgid "Inactive"
7617
  msgstr ""
7618
 
7619
  #. Translators: Adds a link to the general settings tab.
7620
+ #: languages/vue.php:1949
7621
  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."
7622
  msgstr ""
7623
 
7624
+ #: languages/vue.php:1952
7625
  msgid "Export PDF Reports"
7626
  msgstr ""
7627
 
7628
+ #: languages/vue.php:1955
7629
  msgid "Permissions"
7630
  msgstr ""
7631
 
7632
+ #: languages/vue.php:1958
7633
  msgid "Allow These User Roles to See Reports"
7634
  msgstr ""
7635
 
7636
+ #: languages/vue.php:1961
7637
  msgid "Users that have at least one of these roles will be able to view the reports."
7638
  msgstr ""
7639
 
7640
+ #: languages/vue.php:1965
7641
  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."
7642
  msgstr ""
7643
 
7644
+ #: languages/vue.php:1968
7645
  msgid "Allow These User Roles to Save Settings"
7646
  msgstr ""
7647
 
7648
+ #: languages/vue.php:1971
7649
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
7650
  msgstr ""
7651
 
7652
+ #: languages/vue.php:1974
7653
  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."
7654
  msgstr ""
7655
 
7656
+ #: languages/vue.php:1977
7657
  msgid "Exclude These User Roles From Tracking"
7658
  msgstr ""
7659
 
7660
+ #: languages/vue.php:1980
7661
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
7662
  msgstr ""
7663
 
7664
+ #: languages/vue.php:1983
7665
  msgid "Performance"
7666
  msgstr ""
7667
 
7668
+ #: languages/vue.php:1986
7669
  msgid "Custom code"
7670
  msgstr ""
7671
 
7672
  #. Translators: Adds a link to the Google reference.
7673
+ #: languages/vue.php:1990
7674
  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."
7675
  msgstr ""
7676
 
7677
+ #: languages/vue.php:1996
7678
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
7679
  msgstr ""
7680
 
7681
+ #: languages/vue.php:1999
7682
  msgid "Hide Admin Bar Reports"
7683
  msgstr ""
7684
 
7685
  #. Translators: placeholders make text small.
7686
+ #: languages/vue.php:2003
7687
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
7688
  msgstr ""
7689
 
7690
  #. Translators: placeholders make text small.
7691
+ #: languages/vue.php:2007
7692
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
7693
  msgstr ""
7694
 
7695
  #. Translators: placeholders make text small.
7696
+ #: languages/vue.php:2011
7697
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
7698
  msgstr ""
7699
 
7700
+ #: languages/vue.php:2014
7701
  msgid "View notifications"
7702
  msgstr ""
7703
 
7704
  #. Translators: Error status and error text.
7705
+ #: languages/vue.php:2018
7706
  msgid "Can't load settings. Error: %1$s, %2$s"
7707
  msgstr ""
7708
 
7709
+ #: languages/vue.php:2021
7710
  msgid "You appear to be offline."
7711
  msgstr ""
7712
 
7713
  #. Translators: Error status and error text.
7714
+ #: languages/vue.php:2025
7715
  msgid "Can't save settings. Error: %1$s, %2$s"
7716
  msgstr ""
7717
 
7718
+ #: languages/vue.php:2028
7719
  msgid "Network error encountered. Settings not saved."
7720
  msgstr ""
7721
 
7722
  #. Translators: Error status and error text.
7723
+ #: languages/vue.php:2032
7724
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
7725
  msgstr ""
7726
 
7727
  #. Translators: Error status and error text.
7728
+ #: languages/vue.php:2036
7729
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
7730
  msgstr ""
7731
 
7732
  #. Translators: Error status and error text.
7733
+ #: languages/vue.php:2040
7734
  msgid "Can't load license details. Error: %1$s, %2$s"
7735
  msgstr ""
7736
 
7737
+ #: languages/vue.php:2043
7738
  msgid "Error loading license details"
7739
  msgstr ""
7740
 
7741
  #. Translators: Error status and error text.
7742
+ #: languages/vue.php:2047
7743
  msgid "Can't verify the license. Error: %1$s, %2$s"
7744
  msgstr ""
7745
 
7746
  #. Translators: Error status and error text.
7747
+ #: languages/vue.php:2051
7748
  msgid "Can't validate the license. Error: %1$s, %2$s"
7749
  msgstr ""
7750
 
7751
  #. Translators: Error status and error text.
7752
+ #: languages/vue.php:2055
7753
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
7754
  msgstr ""
7755
 
7756
  #. Translators: Error status and error text.
7757
+ #: languages/vue.php:2059
7758
  msgid "Can't load authentication details. Error: %1$s, %2$s"
7759
  msgstr ""
7760
 
7761
+ #: languages/vue.php:2062
7762
  msgid "You appear to be offline. Settings not saved."
7763
  msgstr ""
7764
 
7765
  #. Translators: Error status and error text.
7766
+ #: languages/vue.php:2066
7767
  msgid "Can't authenticate. Error: %1$s, %2$s"
7768
  msgstr ""
7769
 
7770
  #. Translators: Error status and error text.
7771
+ #: languages/vue.php:2070
7772
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
7773
  msgstr ""
7774
 
7775
  #. Translators: Error status and error text.
7776
+ #: languages/vue.php:2074
7777
  msgid "Can't verify credentials. Error: %1$s, %2$s"
7778
  msgstr ""
7779
 
7780
+ #: languages/vue.php:2077
7781
  msgid "Proceed"
7782
  msgstr ""
7783
 
7784
+ #: languages/vue.php:2080
7785
  msgid "Connection Information"
7786
  msgstr ""
7787
 
7788
+ #: languages/vue.php:2083
7789
  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."
7790
  msgstr ""
7791
 
7792
+ #: languages/vue.php:2086
7793
  msgid "Hostname"
7794
  msgstr ""
7795
 
7796
+ #: languages/vue.php:2089
7797
  msgid "FTP Username"
7798
  msgstr ""
7799
 
7800
+ #: languages/vue.php:2092
7801
  msgid "FTP Password"
7802
  msgstr ""
7803
 
7804
+ #: languages/vue.php:2095
7805
  msgid "This password will not be stored on the server."
7806
  msgstr ""
7807
 
7808
+ #: languages/vue.php:2098
7809
  msgid "Connection Type"
7810
  msgstr ""
7811
 
7812
+ #: languages/vue.php:2101
7813
  msgid "Cancel"
7814
  msgstr ""
7815
 
7816
+ #: languages/vue.php:2104
7817
  msgid "You appear to be offline. WPForms not installed."
7818
  msgstr ""
7819
 
7820
  #. Translators: Error status and error text.
7821
+ #: languages/vue.php:2108
7822
  msgid "Can't activate addon. Error: %1$s, %2$s"
7823
  msgstr ""
7824
 
7825
+ #: languages/vue.php:2111
7826
  msgid "You appear to be offline. Addon not activated."
7827
  msgstr ""
7828
 
7829
  #. Translators: Error status and error text.
7830
+ #: languages/vue.php:2115
7831
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
7832
  msgstr ""
7833
 
7834
+ #: languages/vue.php:2118
7835
  msgid "You appear to be offline. Addon not deactivated."
7836
  msgstr ""
7837
 
7838
  #. Translators: Error status and error text.
7839
+ #: languages/vue.php:2122
7840
  msgid "Can't install plugin. Error: %1$s, %2$s"
7841
  msgstr ""
7842
 
7843
+ #: languages/vue.php:2125
7844
  msgid "You appear to be offline. Plugin not installed."
7845
  msgstr ""
7846
 
7847
  #. Translators: Error status and error text.
7848
+ #: languages/vue.php:2129
7849
  msgid "Can't install addon. Error: %1$s, %2$s"
7850
  msgstr ""
7851
 
7852
+ #: languages/vue.php:2132
7853
  msgid "You appear to be offline. Addon not installed."
7854
  msgstr ""
7855
 
7856
  #. Translators: Error status and error text.
7857
+ #: languages/vue.php:2136
7858
  msgid "Can't install WPForms. Error: %1$s, %2$s"
7859
  msgstr ""
7860
 
7861
  #. Translators: Example path (/go/).
7862
+ #: languages/vue.php:2140
7863
  msgid "Path (example: %s)"
7864
  msgstr ""
7865
 
7866
+ #: languages/vue.php:2143
7867
  msgid "Path has to start with a / and have no spaces"
7868
  msgstr ""
7869
 
7870
  #. Translators: Example label (aff).
7871
+ #: languages/vue.php:2147
7872
  msgid "Label (example: %s)"
7873
  msgstr ""
7874
 
7875
+ #: languages/vue.php:2150
7876
  msgid "Label can't contain any spaces"
7877
  msgstr ""
7878
 
7879
  #. Translators: Add links to documentation.
7880
+ #: languages/vue.php:2154
7881
  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."
7882
  msgstr ""
7883
 
7884
+ #: languages/vue.php:2157
7885
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
7886
  msgstr ""
7887
 
7888
+ #: languages/vue.php:2160
7889
  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."
7890
  msgstr ""
7891
 
7892
+ #: languages/vue.php:2163
7893
  msgid "Disable the Headline Analyzer"
7894
  msgstr ""
7895
 
7896
+ #: languages/vue.php:2166
7897
  msgid "Warning: If you use a manual GA4 Measurement ID, you won't be able to use any of the reporting and some of the tracking features. Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7898
  msgstr ""
7899
 
7900
+ #: languages/vue.php:2169
7901
  msgid "Or manually enter UA code (limited functionality)"
7902
  msgstr ""
7903
 
7904
+ #: languages/vue.php:2172
7905
  msgid "Dual Tracking Profile"
7906
  msgstr ""
7907
 
7908
+ #: languages/vue.php:2175
7909
  msgid "The dual tracking feature allows you to continue tracking this site into an existing GAv3 property so you can continue to use the GA reports you are used to already. Learn more about this feature %1$shere%2$s."
7910
  msgstr ""
7911
 
7912
+ #: languages/vue.php:2178
7913
  msgid "Your Universal Analytics code should look like UA-XXXXXXXXXX where the X's are numbers."
7914
  msgstr ""
7915
 
7916
+ #: languages/vue.php:2181
7917
  msgid "The dual tracking feature allows you to begin tracking this site into a GAv4 property to take advantage of the new GAv4 analysis tools. Learn more about this feature %1$shere%2$s."
7918
  msgstr ""
7919
 
7920
+ #: languages/vue.php:2184
7921
  msgid "Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers."
7922
  msgstr ""
7923
 
7924
+ #: languages/vue.php:2187
7925
  msgid "Measurement Protocol API Secret"
7926
  msgstr ""
7927
 
7928
+ #: languages/vue.php:2190
7929
  msgid "The Measurement Protocol API secret allows your site to send tracking data to Google Analytics. To retrieve your Measurement Protocol API Secret, follow %1$sthis guide%2$s."
7930
  msgstr ""
7931
 
7932
+ #: languages/vue.php:2193
7933
  msgid "Force Deauthenticate"
7934
  msgstr ""
7935
 
7936
+ #: languages/vue.php:2196
7937
  msgid "Disconnect MonsterInsights"
7938
  msgstr ""
7939
 
7940
+ #: languages/vue.php:2199
7941
  msgid "Authenticating"
7942
  msgstr ""
7943
 
7944
+ #: languages/vue.php:2202
7945
  msgid "Verifying Credentials"
7946
  msgstr ""
7947
 
7948
+ #: languages/vue.php:2205
7949
  msgid "Your site is connected to MonsterInsights!"
7950
  msgstr ""
7951
 
7952
+ #: languages/vue.php:2208
7953
  msgid "Deauthenticating"
7954
  msgstr ""
7955
 
7956
+ #: languages/vue.php:2211
7957
  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."
7958
  msgstr ""
7959
 
7960
+ #: languages/vue.php:2214
7961
  msgid "Connect MonsterInsights"
7962
  msgstr ""
7963
 
7964
+ #: languages/vue.php:2217
7965
  msgid "Verify Credentials"
7966
  msgstr ""
7967
 
7968
+ #: languages/vue.php:2220
7969
  msgid "Website Profile"
7970
  msgstr ""
7971
 
7972
+ #: languages/vue.php:2223
7973
  msgid "Active Profile"
7974
  msgstr ""
7975
 
7976
+ #: languages/vue.php:2226
7977
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
7978
  msgstr ""
7979
 
7980
+ #: languages/vue.php:2229
7981
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
7982
  msgstr ""
7983
 
7984
+ #: languages/vue.php:2233
7985
  msgid "Manually enter your UA code"
7986
  msgstr ""
7987
 
7988
+ #: languages/vue.php:2237
7989
  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."
7990
  msgstr ""
7991
 
7992
+ #: languages/vue.php:2240
7993
  msgid "Manually enter your GA4 Measurement ID"
7994
  msgstr ""
7995
 
7996
+ #: languages/vue.php:2243
7997
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
7998
  msgstr ""
7999
 
8000
+ #: languages/vue.php:2246
8001
  msgid "Anonymize IP Addresses"
8002
  msgstr ""
8003
 
8004
+ #: languages/vue.php:2249
8005
  msgid "Link Attribution"
8006
  msgstr ""
8007
 
8008
+ #: languages/vue.php:2252
8009
  msgid "Enable Enhanced Link Attribution"
8010
  msgstr ""
8011
 
8012
+ #: languages/vue.php:2255
8013
  msgid "Enable Anchor Tracking"
8014
  msgstr ""
8015
 
8016
+ #: languages/vue.php:2258
8017
  msgid "Enable allowAnchor"
8018
  msgstr ""
8019
 
8020
+ #: languages/vue.php:2261
8021
  msgid "Enable allowLinker"
8022
  msgstr ""
8023
 
8024
+ #: languages/vue.php:2264
8025
  msgid "Enable Tag Links in RSS"
8026
  msgstr ""
8027
 
8028
+ #: languages/vue.php:2267
8029
  msgid "File Downloads"
8030
  msgstr ""
8031
 
8032
+ #: languages/vue.php:2270
8033
  msgid "Extensions of Files to Track as Downloads"
8034
  msgstr ""
8035
 
8036
+ #: languages/vue.php:2273
8037
  msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
8038
  msgstr ""
8039
 
8040
  #. Translators: Add links to the documentation.
8041
+ #: languages/vue.php:2277
8042
  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."
8043
  msgstr ""
8044
 
8045
  #. Translators: Adds a link to the documentation.
8046
+ #: languages/vue.php:2281
8047
  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."
8048
  msgstr ""
8049
 
8050
  #. Translators: Adds a link to the documentation.
8051
+ #: languages/vue.php:2285
8052
  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."
8053
  msgstr ""
8054
 
8055
+ #: languages/vue.php:2288
8056
  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."
8057
  msgstr ""
8058
 
8059
  #. Translators: Adds a link to the documentation.
8060
+ #: languages/vue.php:2292
8061
  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."
8062
  msgstr ""
8063
 
8064
  #. Translators: Adds a link to the documentation.
8065
+ #: languages/vue.php:2296
8066
  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."
8067
  msgstr ""
8068
 
8069
  #. Translators: Adds a link to the documentation.
8070
+ #: languages/vue.php:2300
8071
  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."
8072
  msgstr ""
8073
 
8074
+ #: languages/vue.php:2303
8075
  msgid "Add domain"
8076
  msgstr ""
8077
 
8078
  #. Translators: Example domain.
8079
+ #: languages/vue.php:2307
8080
  msgid "Domain (example: %s)"
8081
  msgstr ""
8082
 
8083
  #. Translators: Current site domain to be avoided.
8084
+ #: languages/vue.php:2311
8085
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
8086
  msgstr ""
8087
 
8088
+ #: languages/vue.php:2314
8089
  msgid "Cross Domain Tracking"
8090
  msgstr ""
8091
 
8092
  #. Translators: Adds a link to the documentation.
8093
+ #: languages/vue.php:2318
8094
  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."
8095
  msgstr ""
8096
 
8097
  #. Translators: Number of days.
8098
+ #: languages/vue.php:2322
8099
  msgid "vs. Previous Day"
8100
  msgstr ""
8101
 
8102
+ #: languages/vue.php:2325
8103
  msgid "No change"
8104
  msgstr ""
8105
 
8106
+ #: languages/vue.php:2328
8107
  msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions."
8108
  msgstr ""
8109
 
8110
+ #: languages/vue.php:2331
8111
  msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc."
8112
  msgstr ""
8113
 
8114
+ #: languages/vue.php:2334
8115
  msgid "Make Google Analytics GDPR compliant with our EU Compliance addon."
8116
  msgstr ""
8117
 
8118
+ #: languages/vue.php:2337
8119
  msgid "Get real-time Google Analytics report right inside your WordPress dashboard."
8120
  msgstr ""
8121
 
8122
+ #: languages/vue.php:2340
8123
  msgid "Use Google Optimize to easily perform A/B split tests on your site."
8124
  msgstr ""
8125
 
8126
+ #: languages/vue.php:2343
8127
  msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking."
8128
  msgstr ""
8129
 
8130
+ #: languages/vue.php:2346
8131
  msgid "Unlock search console report to see your top performing keywords in Google."
8132
  msgstr ""
8133
 
8134
+ #: languages/vue.php:2349
8135
  msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress."
8136
  msgstr ""
8137
 
8138
+ #: languages/vue.php:2352
8139
  msgid "Publishers Report shows your top performing pages, audience demographics, and more."
8140
  msgstr ""
8141
 
8142
+ #: languages/vue.php:2355
8143
  msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving."
8144
  msgstr ""
8145
 
8146
+ #: languages/vue.php:2358
8147
  msgid "Upgrade to Pro »"
8148
  msgstr ""
8149
 
8150
+ #: languages/vue.php:2361
8151
  msgid "Pro Tip:"
8152
  msgstr ""
8153
 
8154
+ #: languages/vue.php:2364
8155
  msgid "Show"
8156
  msgstr ""
8157
 
8158
+ #: languages/vue.php:2367
8159
  msgid "Hide dashboard widget"
8160
  msgstr ""
8161
 
8162
+ #: languages/vue.php:2370
8163
  msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
8164
  msgstr ""
8165
 
8166
+ #: languages/vue.php:2373
8167
  msgid "Yes, hide it!"
8168
  msgstr ""
8169
 
8170
+ #: languages/vue.php:2376
8171
  msgid "No, cancel!"
8172
  msgstr ""
8173
 
8174
+ #: languages/vue.php:2379
8175
  msgid "MonsterInsights Widget Hidden"
8176
  msgstr ""
8177
 
8178
+ #: languages/vue.php:2382
8179
  msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
8180
  msgstr ""
8181
 
8182
+ #: languages/vue.php:2389
8183
  msgid "Usage Tracking"
8184
  msgstr ""
8185
 
8186
+ #: languages/vue.php:2392
8187
  msgid "Allow Usage Tracking"
8188
  msgstr ""
8189
 
8190
+ #: languages/vue.php:2395
8191
  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."
8192
  msgstr ""
8193
 
8194
  #. Translators: Add links to documentation.
8195
+ #: languages/vue.php:2399
8196
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
8197
  msgstr ""
8198
 
8199
  #. Translators: Make text green and add smiley face.
8200
+ #: languages/vue.php:2403
8201
  msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s"
8202
  msgstr ""
8203
 
8204
  #. Translators: Add link to upgrade.
8205
+ #: languages/vue.php:2407
8206
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
8207
  msgstr ""
8208
 
8209
  #. Translators: Make text green.
8210
+ #: languages/vue.php:2411
8211
  msgid "As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
8212
  msgstr ""
8213
 
8214
+ #: languages/vue.php:2414
8215
  msgid "Unlock PRO Features Now"
8216
  msgstr ""
8217
 
8218
+ #: languages/vue.php:2417
8219
  msgid "Paste your license key here"
8220
  msgstr ""
8221
 
8222
+ #: languages/vue.php:2420
8223
  msgid "Verify"
8224
  msgstr ""
8225
 
8226
  #. Translators: Add link to retrieve license from account area.
8227
+ #: languages/vue.php:2424
8228
  msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s."
8229
  msgstr ""
8230
 
8231
+ #: languages/vue.php:2427
8232
  msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
8233
  msgstr ""
8234
 
8235
  #. Translators: Error status and error text.
8236
+ #: languages/vue.php:2431
8237
  msgid "Can't load errors. Error: %1$s, %2$s"
8238
  msgstr ""
8239
 
8240
+ #: languages/vue.php:2434
8241
  msgid "No options available"
8242
  msgstr ""
8243
 
8244
+ #: languages/vue.php:2437
8245
  msgid "%1$sAll-in-One SEO%2$s Makes SEO Simple. Gain Valuable Organic Traffic."
8246
  msgstr ""
8247
 
8248
+ #: languages/vue.php:2440
8249
  msgid "Automatically migrate all of your SEO settings with just 1 click!"
8250
  msgstr ""
8251
 
8252
+ #: languages/vue.php:2443
8253
  msgid "1,938"
8254
  msgstr ""
8255
 
8256
+ #: languages/vue.php:2446
8257
  msgid "2+ Million Active Installs"
8258
  msgstr ""
8259
 
8260
+ #: languages/vue.php:2449
8261
  msgid "AIOSEO is the DIY Solution for Managing your SEO"
8262
  msgstr ""
8263
 
8264
+ #: languages/vue.php:2452
8265
  msgid "Set up the proper SEO foundations in less than 10 minutes."
8266
  msgstr ""
8267
 
8268
+ #: languages/vue.php:2455
8269
  msgid "SEO Audit Checklist"
8270
  msgstr ""
8271
 
8272
+ #: languages/vue.php:2458
8273
  msgid "Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic."
8274
  msgstr ""
8275
 
8276
+ #: languages/vue.php:2461
8277
  msgid "Optimize Your Pages For Higher Rankings With TruSEO Score."
8278
  msgstr ""
8279
 
8280
+ #: languages/vue.php:2464
8281
  msgid "TruSEO Score gives you a more in-depth analysis into your optimization efforts than just a pass or fail. Our actionable checklist helps you to unlock maximum traffic with each page."
8282
  msgstr ""
8283
 
8284
+ #: languages/vue.php:2467
8285
  msgid "Get AIOSEO for WordPress"
8286
  msgstr ""
8287
 
8288
+ #: languages/vue.php:2470
8289
  msgid "Get the #1 Most Powerful WordPress SEO Plugin Today"
8290
  msgstr ""
8291
 
8292
+ #: languages/vue.php:2473
8293
  msgid "Try it out today, for free."
8294
  msgstr ""
8295
 
8296
+ #: languages/vue.php:2476
8297
  msgid "Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings."
8298
  msgstr ""
8299
 
8300
+ #: languages/vue.php:2479
8301
  msgid "Activate and Install the Plugin with just one click!"
8302
  msgstr ""
8303
 
8304
+ #: languages/vue.php:2482
8305
  msgid "Installing AIOSEO..."
8306
  msgstr ""
8307
 
8308
+ #: languages/vue.php:2485
8309
  msgid "Congrats! All-in-One SEO Installed."
8310
  msgstr ""
8311
 
8312
+ #: languages/vue.php:2488
8313
  msgid "Switch to AIOSEO"
8314
  msgstr ""
8315
 
8316
+ #: languages/vue.php:2491
8317
  msgid "Installation Failed. Please refresh and try again."
8318
  msgstr ""
8319
 
8320
+ #: languages/vue.php:2494
8321
  msgid "Activating AIOSEO..."
8322
  msgstr ""
8323
 
8324
+ #: languages/vue.php:2497
8325
  msgid "Activate AIOSEO"
8326
  msgstr ""
8327
 
8328
+ #: languages/vue.php:2500
8329
  msgid "Activation Failed. Please refresh and try again."
8330
  msgstr ""
8331
 
8332
  #. Translators: The name of the field that is throwing a validation error.
8333
+ #: languages/vue.php:2504
8334
  msgid "%s can't be empty."
8335
  msgstr ""
8336
 
8337
+ #: languages/vue.php:2507
8338
  msgid "Duplicate values are not allowed."
8339
  msgstr ""
8340
 
8341
+ #: languages/vue.php:2510
8342
  msgid "You can add maximum 5 items."
8343
  msgstr ""
8344
 
8345
+ #: languages/vue.php:2513
8346
  msgid "At least 0 item required."
8347
  msgstr ""
8348
 
8349
+ #: languages/vue.php:2516
8350
  msgid "Add Another Link Path"
8351
  msgstr ""
8352
 
8353
+ #: languages/vue.php:2519
8354
  msgid "Remove row"
8355
  msgstr ""
8356
 
8357
+ #: languages/vue.php:2522
8358
  msgid "New"
8359
  msgstr ""
8360
 
8361
+ #: languages/vue.php:2525
8362
  msgid "Returning"
8363
  msgstr ""
8364
 
8365
+ #: languages/vue.php:2528
8366
  msgid "Top 10 Countries"
8367
  msgstr ""
8368
 
8369
+ #: languages/vue.php:2531
8370
  msgid "View Countries Report"
8371
  msgstr ""
8372
 
8373
+ #: languages/vue.php:2534
8374
  msgid "Top 10 Referrals"
8375
  msgstr ""
8376
 
8377
+ #: languages/vue.php:2537
8378
  msgid "View All Referral Sources"
8379
  msgstr ""
8380
 
8381
+ #: languages/vue.php:2540
8382
  msgid "View Full Posts/Pages Report"
8383
  msgstr ""
8384
 
8385
+ #: languages/vue.php:2543
8386
  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."
8387
  msgstr ""
8388
 
8389
+ #: languages/vue.php:2546
8390
  msgid "This list shows the top countries your website visitors are from."
8391
  msgstr ""
8392
 
8393
+ #: languages/vue.php:2549
8394
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
8395
  msgstr ""
8396
 
8397
+ #: languages/vue.php:2552
8398
  msgid "Export PDF Overview Report"
8399
  msgstr ""
8400
 
8401
+ #: languages/vue.php:2555
8402
  msgid "Reset to default"
8403
  msgstr ""
8404
 
8405
+ #: languages/vue.php:2558
8406
  msgid "The value entered does not match the required format"
8407
  msgstr ""
8408
 
8409
+ #: languages/vue.php:2561
8410
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
8411
  msgstr ""
8412
 
8413
+ #: languages/vue.php:2564
8414
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
8415
  msgstr ""
8416
 
8417
+ #: languages/vue.php:2567
8418
  msgid "Recommended Settings"
8419
  msgstr ""
8420
 
8421
+ #: languages/vue.php:2570
8422
  msgid "MonsterInsights recommends the following settings based on your configuration."
8423
  msgstr ""
8424
 
8425
+ #: languages/vue.php:2573
8426
  msgid "Events Tracking"
8427
  msgstr ""
8428
 
8429
+ #: languages/vue.php:2576
8430
  msgid "Must have for all click tracking on site."
8431
  msgstr ""
8432
 
8433
+ #: languages/vue.php:2579
8434
  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."
8435
  msgstr ""
8436
 
8437
+ #: languages/vue.php:2582
8438
  msgid "Enhanced Link Attribution"
8439
  msgstr ""
8440
 
8441
+ #: languages/vue.php:2585
8442
  msgid "Improves the accuracy of your In-Page Analytics."
8443
  msgstr ""
8444
 
8445
+ #: languages/vue.php:2588
8446
  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."
8447
  msgstr ""
8448
 
8449
+ #: languages/vue.php:2591
8450
  msgid "Install Updates Automatically"
8451
  msgstr ""
8452
 
8453
+ #: languages/vue.php:2594
8454
  msgid "Get the latest features, bug fixes, and security updates as they are released."
8455
  msgstr ""
8456
 
8457
+ #: languages/vue.php:2597
8458
  msgid "To ensure you get the latest bug fixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
8459
  msgstr ""
8460
 
8461
+ #: languages/vue.php:2600
8462
  msgid "File Download Tracking"
8463
  msgstr ""
8464
 
8465
+ #: languages/vue.php:2603
8466
  msgid "Helps you see file downloads data."
8467
  msgstr ""
8468
 
8469
+ #: languages/vue.php:2606
8470
  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."
8471
  msgstr ""
8472
 
8473
+ #: languages/vue.php:2609
8474
  msgid "Helps you increase affiliate revenue."
8475
  msgstr ""
8476
 
8477
+ #: languages/vue.php:2612
8478
  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."
8479
  msgstr ""
8480
 
8481
+ #: languages/vue.php:2615
8482
  msgid "Affiliate Link Tracking"
8483
  msgstr ""
8484
 
8485
+ #: languages/vue.php:2618
8486
  msgid "Who Can See Reports"
8487
  msgstr ""
8488
 
8489
+ #: languages/vue.php:2621
8490
  msgid "These user roles will be able to access MonsterInsights' reports in the WordPress admin area."
8491
  msgstr ""
8492
 
8493
+ #: languages/vue.php:2624
8494
  msgid "Save and continue"
8495
  msgstr ""
8496
 
8497
+ #: languages/vue.php:2627
8498
  msgid "Events Tracking is enabled the moment you set up MonsterInsights"
8499
  msgstr ""
8500
 
8501
+ #: languages/vue.php:2630
8502
  msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
8503
  msgstr ""
8504
 
8505
+ #: languages/vue.php:2633
8506
  msgid "+ Add Role"
8507
  msgstr ""
8508
 
8509
+ #: languages/vue.php:2636
8510
  msgid "Connect MonsterInsights to Your Website"
8511
  msgstr ""
8512
 
8513
+ #: languages/vue.php:2639
8514
  msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
8515
  msgstr ""
8516
 
8517
+ #: languages/vue.php:2642
8518
  msgid "Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually."
8519
  msgstr ""
8520
 
8521
+ #: languages/vue.php:2645
8522
  msgid "Save and Continue"
8523
  msgstr ""
8524
 
8525
+ #: languages/vue.php:2648
8526
  msgid "UA code can't be empty"
8527
  msgstr ""
8528
 
8529
+ #: languages/vue.php:2651
8530
  msgid "Saving UA code..."
8531
  msgstr ""
8532
 
8533
+ #: languages/vue.php:2654
8534
  msgid "Allow usage tracking"
8535
  msgstr ""
8536
 
8537
+ #: languages/vue.php:2657
8538
  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."
8539
  msgstr ""
8540
 
8541
+ #: languages/vue.php:2660
8542
  msgid "Install All-in-One SEO"
8543
  msgstr ""
8544
 
8545
+ #: languages/vue.php:2663
8546
  msgid "Improve Your Website Search Rankings With All-In-One SEO"
8547
  msgstr ""
8548
 
8549
+ #: languages/vue.php:2666
8550
  msgid "If you’re not using a plugin to optimize your website’s SEO you’re missing out on valuable organic traffic!"
8551
  msgstr ""
8552
 
8553
+ #: languages/vue.php:2669
8554
  msgid "Finally, a WordPress SEO Plugin that’s Easy and Powerful!"
8555
  msgstr ""
8556
 
8557
+ #: languages/vue.php:2672
8558
  msgid "AIOSEO makes it easy to set up the proper SEO foundations in less than 10 minutes."
8559
  msgstr ""
8560
 
8561
+ #: languages/vue.php:2675
8562
  msgid "Local SEO"
8563
  msgstr ""
8564
 
8565
+ #: languages/vue.php:2678
8566
  msgid "All in One SEO gives you all the tools you need to improve your local SEO and rank higher on Google Maps."
8567
  msgstr ""
8568
 
8569
+ #: languages/vue.php:2681
8570
  msgid "WooCommerce SEO"
8571
  msgstr ""
8572
 
8573
+ #: languages/vue.php:2684
8574
  msgid "Advanced eCommerce SEO support for WooCommerce to optimize product pages, product categories, and more."
8575
  msgstr ""
8576
 
8577
+ #: languages/vue.php:2687
8578
  msgid "SEO Custom User Roles"
8579
  msgstr ""
8580
 
8581
+ #: languages/vue.php:2690
8582
  msgid "SEO user roles allow you to manage access to important SEO features without handing over control of your website."
8583
  msgstr ""
8584
 
8585
+ #: languages/vue.php:2693
8586
  msgid "Google News Sitemap"
8587
  msgstr ""
8588
 
8589
+ #: languages/vue.php:2696
8590
  msgid "Get higher rankings and unlock more traffic by submitting your latest news articles to Google News."
8591
  msgstr ""
8592
 
8593
+ #: languages/vue.php:2699
8594
  msgid "Smart XML Sitemaps"
8595
  msgstr ""
8596
 
8597
+ #: languages/vue.php:2702
8598
  msgid "Automatically generate a WordPress XML sitemap and notify all search engines of any updates."
8599
  msgstr ""
8600
 
8601
+ #: languages/vue.php:2705
8602
  msgid "Social Media Integration"
8603
  msgstr ""
8604
 
8605
+ #: languages/vue.php:2708
8606
  msgid "Easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks."
8607
  msgstr ""
8608
 
8609
+ #: languages/vue.php:2711
8610
  msgid "TruSEO On-Page Analysis"
8611
  msgstr ""
8612
 
8613
+ #: languages/vue.php:2714
8614
  msgid "Easily add title tags, meta descriptions, keywords, and everything else you need for proper on-page SEO optimization."
8615
  msgstr ""
8616
 
8617
+ #: languages/vue.php:2717
8618
  msgid "& Many More!"
8619
  msgstr ""
8620
 
8621
+ #: languages/vue.php:2720
8622
  msgid "Installing. Please wait.."
8623
  msgstr ""
8624
 
8625
+ #: languages/vue.php:2723
8626
  msgid "Install All-in-One-SEO"
8627
  msgstr ""
8628
 
8629
+ #: languages/vue.php:2726
8630
  msgid "Welcome to MonsterInsights!"
8631
  msgstr ""
8632
 
8633
+ #: languages/vue.php:2729
8634
  msgid "Let's get you set up."
8635
  msgstr ""
8636
 
8637
+ #: languages/vue.php:2732
8638
  msgid "Which category best describes your website?"
8639
  msgstr ""
8640
 
8641
+ #: languages/vue.php:2735
8642
  msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
8643
  msgstr ""
8644
 
8645
+ #: languages/vue.php:2738
8646
  msgid "Business Website"
8647
  msgstr ""
8648
 
8649
  #. Translators: Make text bold.
8650
+ #: languages/vue.php:2742
8651
  msgid "Publisher %1$s(Blog)%2$s"
8652
  msgstr ""
8653
 
8654
+ #: languages/vue.php:2745
8655
  msgid "Ecommerce"
8656
  msgstr ""
8657
 
8658
+ #: languages/vue.php:2748
8659
  msgid "Caching"
8660
  msgstr ""
8661
 
8662
+ #: languages/vue.php:2751
8663
  msgid "Enable Data Caching"
8664
  msgstr ""
8665
 
8666
+ #: languages/vue.php:2754
8667
  msgid "Refresh Cache Every"
8668
  msgstr ""
8669
 
8670
+ #: languages/vue.php:2757
8671
  msgid "Choose how often to refresh the cache."
8672
  msgstr ""
8673
 
8674
+ #: languages/vue.php:2760
8675
  msgid "Enable Ajaxify"
8676
  msgstr ""
8677
 
8678
+ #: languages/vue.php:2763
8679
  msgid "Ajaxify Widget"
8680
  msgstr ""
8681
 
8682
+ #: languages/vue.php:2766
8683
  msgid "Use to bypass page caching."
8684
  msgstr ""
8685
 
8686
+ #: languages/vue.php:2769
8687
  msgid "Empty Cache"
8688
  msgstr ""
8689
 
8690
+ #: languages/vue.php:2772
8691
  msgid "Click to manually wipe the cache right now."
8692
  msgstr ""
8693
 
8694
+ #: languages/vue.php:2775
8695
  msgid "Popular posts cache emptied"
8696
  msgstr ""
8697
 
8698
+ #: languages/vue.php:2778
8699
  msgid "Error emptying the popular posts cache. Please try again."
8700
  msgstr ""
8701
 
8702
+ #: languages/vue.php:2781
8703
  msgid "Choose Theme"
8704
  msgstr ""
8705
 
8706
+ #: languages/vue.php:2784
8707
  msgid "Widget Styling"
8708
  msgstr ""
8709
 
8710
+ #: languages/vue.php:2787
8711
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
8712
  msgstr ""
8713
 
8714
+ #: languages/vue.php:2790
8715
  msgid "Sort By"
8716
  msgstr ""
8717
 
8718
+ #: languages/vue.php:2793
8719
  msgid "Choose how you'd like the widget to determine your popular posts."
8720
  msgstr ""
8721
 
8722
+ #: languages/vue.php:2796
8723
  msgid "Display Title"
8724
  msgstr ""
8725
 
8726
+ #: languages/vue.php:2802
8727
  msgid "Title your widget and set its display preferences."
8728
  msgstr ""
8729
 
8730
+ #: languages/vue.php:2805
8731
  msgid "Include in Post Types"
8732
  msgstr ""
8733
 
8734
+ #: languages/vue.php:2808
8735
  msgid "Exclude from specific posts"
8736
  msgstr ""
8737
 
8738
  #. Translators: Placeholders make the text bold.
8739
+ #: languages/vue.php:2812
8740
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
8741
  msgstr ""
8742
 
8743
  #. Translators: Placeholders make the text bold.
8744
+ #: languages/vue.php:2816
8745
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
8746
  msgstr ""
8747
 
8748
+ #: languages/vue.php:2819
8749
  msgid "Loading Themes"
8750
  msgstr ""
8751
 
8752
  #. Translators: placeholders make text small.
8753
+ #: languages/vue.php:2823
8754
  msgid "Default Styles %1$s- As seen above.%2$s"
8755
  msgstr ""
8756
 
8757
  #. Translators: placeholders make text small.
8758
+ #: languages/vue.php:2827
8759
  msgid "No Styles %1$s- Use your own CSS.%2$s"
8760
  msgstr ""
8761
 
8762
  #. Translators: placeholders make text small.
8763
+ #: languages/vue.php:2831
8764
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
8765
  msgstr ""
8766
 
8767
  #. Translators: placeholders make text small.
8768
+ #: languages/vue.php:2835
8769
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
8770
  msgstr ""
8771
 
8772
  #. Translators: placeholders make text small.
8773
+ #: languages/vue.php:2839
8774
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
8775
  msgstr ""
8776
 
8777
+ #: languages/vue.php:2842
8778
  msgid "Placement"
8779
  msgstr ""
8780
 
8781
+ #: languages/vue.php:2845
8782
  msgid "Choose how you'd like to place the widget."
8783
  msgstr ""
8784
 
8785
+ #: languages/vue.php:2848
8786
  msgid "Insert After"
8787
  msgstr ""
8788
 
8789
+ #: languages/vue.php:2851
8790
  msgid "Choose where in the post body the widget will be placed."
8791
  msgstr ""
8792
 
8793
+ #: languages/vue.php:2854
8794
  msgid "Customize Design"
8795
  msgstr ""
8796
 
8797
+ #: languages/vue.php:2857
8798
  msgid "words"
8799
  msgstr ""
8800
 
8801
+ #: languages/vue.php:2860
8802
  msgid "Please select at least one post to display."
8803
  msgstr ""
8804
 
8805
  #. Translators: placeholders make text small.
8806
+ #: languages/vue.php:2864
8807
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
8808
  msgstr ""
8809
 
8810
  #. Translators: placeholders make text small.
8811
+ #: languages/vue.php:2868
8812
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
8813
  msgstr ""
8814
 
8815
+ #: languages/vue.php:2871
8816
  msgid "Facebook Instant Articles"
8817
  msgstr ""
8818
 
8819
+ #: languages/vue.php:2874
8820
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
8821
  msgstr ""
8822
 
8823
+ #: languages/vue.php:2877
8824
  msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
8825
  msgstr ""
8826
 
8827
+ #: languages/vue.php:2880
8828
  msgid "Ads Tracking"
8829
  msgstr ""
8830
 
8831
+ #: languages/vue.php:2883
8832
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
8833
  msgstr ""
8834
 
8835
+ #: languages/vue.php:2886
8836
  msgid "2,000,000+ use AIOSEO to Improve Their Website Search Rankings"
8837
  msgstr ""
8838
 
8839
+ #: languages/vue.php:2889
8840
  msgid "All-in-One SEO is a great product. I have been using it on all my WP sites for several years. I highly recommend it."
8841
  msgstr ""
8842
 
8843
+ #: languages/vue.php:2892
8844
  msgid "Jack Brown"
8845
  msgstr ""
8846
 
8847
+ #: languages/vue.php:2895
8848
  msgid "PJB Internet Marketing"
8849
  msgstr ""
8850
 
8851
+ #: languages/vue.php:2898
8852
  msgid "I’m a professional SEO and used many tools and extensions. Regarding simplicity, individuality and configurability All in One SEO Pro is by far the best SEO plugin out there for WordPress."
8853
  msgstr ""
8854
 
8855
+ #: languages/vue.php:2901
8856
  msgid "Joel Steinmann"
8857
  msgstr ""
8858
 
8859
+ #: languages/vue.php:2904
8860
  msgid "CEO, Solergo"
8861
  msgstr ""
8862
 
8863
+ #: languages/vue.php:2907
8864
  msgid "Recommended Addons"
8865
  msgstr ""
8866
 
8867
+ #: languages/vue.php:2910
8868
  msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
8869
  msgstr ""
8870
 
8871
+ #: languages/vue.php:2913
8872
  msgid "Other Addons"
8873
  msgstr ""
8874
 
8875
+ #: languages/vue.php:2916
8876
  msgid "View all MonsterInsights addons"
8877
  msgstr ""
8878
 
8879
+ #: languages/vue.php:2919
8880
  msgid "Scroll Tracking"
8881
  msgstr ""
8882
 
8883
+ #: languages/vue.php:2922
8884
  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."
8885
  msgstr ""
8886
 
8887
+ #: languages/vue.php:2925
8888
  msgid ""
8889
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
8890
  " and other privacy regulations."
8891
  msgstr ""
8892
 
8893
+ #: languages/vue.php:2929
8894
  msgid "EU Compliance"
8895
  msgstr ""
8896
 
8897
+ #: languages/vue.php:2932
8898
  msgid "Compatibility mode"
8899
  msgstr ""
8900
 
8901
+ #: languages/vue.php:2935
8902
  msgid "Enable _gtagTracker Compatibility"
8903
  msgstr ""
8904
 
8905
  #. Translators: Placeholder gets replaced with default GA js function.
8906
+ #: languages/vue.php:2939
8907
  msgid "This enables MonsterInsights to work with plugins that use %1$s and don't support %2$s"
8908
  msgstr ""
8909
 
8910
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
8911
+ #: languages/vue.php:2943
8912
  msgid "%1$sPage %3$s%2$s of %4$s"
8913
  msgstr ""
8914
 
8915
+ #: languages/vue.php:2946
8916
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
8917
  msgid "Theme Preview"
8918
  msgstr ""
8919
 
8920
+ #: languages/vue.php:2949
8921
  msgid "Wide"
8922
  msgstr ""
8923
 
8924
+ #: languages/vue.php:2952
8925
  msgid "Narrow"
8926
  msgstr ""
8927
 
8928
+ #: languages/vue.php:2955
8929
  msgid "Title"
8930
  msgstr ""
8931
 
8932
+ #: languages/vue.php:2958
8933
  msgid "Color"
8934
  msgstr ""
8935
 
8936
+ #: languages/vue.php:2961
8937
  msgid "Size"
8938
  msgstr ""
8939
 
8940
+ #: languages/vue.php:2964
8941
  msgid "Border"
8942
  msgstr ""
8943
 
8944
+ #: languages/vue.php:2967
8945
  msgid "Author/Date"
8946
  msgstr ""
8947
 
8948
+ #: languages/vue.php:2970
8949
  msgid "Label"
8950
  msgstr ""
8951
 
8952
+ #: languages/vue.php:2973
8953
  msgid "Background"
8954
  msgstr ""
8955
 
8956
+ #: languages/vue.php:2985
8957
  msgid "Choose which content you would like displayed in the widget."
8958
  msgstr ""
8959
 
8960
+ #: languages/vue.php:2997
8961
  msgid "Comments"
8962
  msgstr ""
8963
 
8964
+ #: languages/vue.php:3003
8965
  msgid "Choose how many posts you’d like displayed in the widget."
8966
  msgstr ""
8967
 
8968
+ #: languages/vue.php:3006
8969
  msgid "Popular Posts data can be fetched correctly"
8970
  msgstr ""
8971
 
8972
+ #: languages/vue.php:3009
8973
  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."
8974
  msgstr ""
8975
 
8976
+ #: languages/vue.php:3012
8977
  msgid "Close"
8978
  msgstr ""
8979
 
8980
+ #: languages/vue.php:3015
8981
  msgid "Add Top 5 Posts from Google Analytics"
8982
  msgstr ""
8983
 
8984
+ #: languages/vue.php:3018
8985
  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."
8986
  msgstr ""
8987
 
8988
+ #: languages/vue.php:3021
8989
  msgid "Test Automated Posts"
8990
  msgstr ""
8991
 
8992
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8993
+ #: languages/vue.php:3025
8994
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8995
  msgstr ""
8996
 
8997
+ #: languages/vue.php:3028
8998
  msgid "Automated + Curated"
8999
  msgstr ""
9000
 
9001
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
9002
+ #: languages/vue.php:3032
9003
  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."
9004
  msgstr ""
9005
 
9006
  #. Translators: Placeholder gets replaced with current license version.
9007
+ #: languages/vue.php:3036
9008
  msgid "Pro version is required."
9009
  msgstr ""
9010
 
9011
+ #: languages/vue.php:3039
9012
  msgid "Verifying Popular Posts data"
9013
  msgstr ""
9014
 
9015
+ #: languages/vue.php:3042
9016
  msgid "Select posts/search"
9017
  msgstr ""
9018
 
9019
+ #: languages/vue.php:3045
9020
  msgid "Oops! No posts found."
9021
  msgstr ""
9022
 
9023
+ #: languages/vue.php:3048
9024
  msgid "Search by post title"
9025
  msgstr ""
9026
 
9027
+ #: languages/vue.php:3051
9028
  msgid "Can't load posts."
9029
  msgstr ""
9030
 
9031
+ #: languages/vue.php:3054
9032
  msgid "SharedCount API Key"
9033
  msgstr ""
9034
 
9035
+ #: languages/vue.php:3057
9036
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
9037
  msgstr ""
9038
 
9039
+ #: languages/vue.php:3060
9040
  msgid "Start Indexing"
9041
  msgstr ""
9042
 
9043
+ #: languages/vue.php:3063
9044
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
9045
  msgstr ""
9046
 
9047
+ #: languages/vue.php:3066
9048
  msgid "Indexing completed, counts will update automatically every day."
9049
  msgstr ""
9050
 
9051
+ #: languages/vue.php:3069
9052
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
9053
  msgstr ""
9054
 
9055
+ #: languages/vue.php:3072
9056
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
9057
  msgstr ""
9058
 
9059
+ #: languages/vue.php:3075
9060
  msgid "Icon"
9061
  msgstr ""
9062
 
9063
  #. Translators: Minimum and maximum number that can be used.
9064
+ #: languages/vue.php:3079
9065
  msgid "Please enter a value between %1$s and %2$s"
9066
  msgstr ""
9067
 
9068
  #. Translators: The minimum set value.
9069
+ #: languages/vue.php:3083
9070
  msgid "Please enter a value higher than %s"
9071
  msgstr ""
9072
 
9073
  #. Translators: The maximum set value.
9074
+ #: languages/vue.php:3087
9075
  msgid "Please enter a value lower than %s"
9076
  msgstr ""
9077
 
9078
+ #: languages/vue.php:3090
9079
  msgid "Please enter a number"
9080
  msgstr ""
9081
 
9082
+ #: languages/vue.php:3093
9083
  msgid "Value has to be a round number"
9084
  msgstr ""
9085
 
9086
+ #: languages/vue.php:3096
9087
  msgid "Export PDF Report"
9088
  msgstr ""
9089
 
9090
+ #: languages/vue.php:3099
9091
  msgid "You can export PDF reports only in the PRO version."
9092
  msgstr ""
9093
 
9094
+ #: languages/vue.php:3102
9095
  msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
9096
  msgstr ""
9097
 
9098
+ #: languages/vue.php:3105
9099
  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!"
9100
  msgstr ""
9101
 
9102
+ #: languages/vue.php:3108
9103
  msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
9104
  msgstr ""
9105
 
9106
  #. Translators: Makes text bold.
9107
+ #: languages/vue.php:3112
9108
  msgid "Use coupon code %1$sLITEUPGRADE%2$s"
9109
  msgstr ""
9110
 
9111
  #. Translators: Make text green.
9112
+ #: languages/vue.php:3116
9113
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
9114
  msgstr ""
9115
 
9116
  #. Translators: Placeholder adds a line break.
9117
+ #: languages/vue.php:3120
9118
  msgid "You can customize your %sdate range only in the PRO version."
9119
  msgstr ""
9120
 
9121
+ #: languages/vue.php:3123
9122
  msgid "Help Us Improve"
9123
  msgstr ""
9124
 
9125
+ #: languages/vue.php:3126
9126
  msgid "Help us better understand our users and their website needs."
9127
  msgstr ""
9128
 
9129
  #. Translators: Adds a link to the documentation.
9130
+ #: languages/vue.php:3130
9131
  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"
9132
  msgstr ""
9133
 
9134
+ #: languages/vue.php:3133
9135
  msgid "Website profile"
9136
  msgstr ""
9137
 
9138
+ #: languages/vue.php:3136
9139
  msgid "Active profile"
9140
  msgstr ""
9141
 
9142
+ #: languages/vue.php:3139
9143
  msgid "Skip and Keep Connection"
9144
  msgstr ""
9145
 
9146
+ #: languages/vue.php:3142
9147
  msgid "This feature requires MonsterInsights Pro"
9148
  msgstr ""
9149
 
9150
+ #: languages/vue.php:3145
9151
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
9152
  msgstr ""
9153
 
9154
+ #: languages/vue.php:3148
9155
  msgid "Upgrade to Pro and Unlock Popular Products"
9156
  msgstr ""
9157
 
9158
+ #: languages/vue.php:3151
9159
  msgid "View all Pro features"
9160
  msgstr ""
9161
 
9162
+ #: languages/vue.php:3154
9163
  msgid "Days"
9164
  msgstr ""
9165
 
9166
  #. Translators: placeholders make text small.
9167
+ #: languages/vue.php:3158
9168
  msgid "7 days"
9169
  msgstr ""
9170
 
9171
+ #: languages/vue.php:3161
9172
  msgid "30 days"
9173
  msgstr ""
9174
 
9175
+ #: languages/vue.php:3164
9176
  msgid "Custom"
9177
  msgstr ""
9178
 
9179
+ #: languages/vue.php:3167
9180
  msgid "Only Show Posts from These Categories"
9181
  msgstr ""
9182
 
9183
+ #: languages/vue.php:3170
9184
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
9185
  msgstr ""
9186
 
9187
+ #: languages/vue.php:3173
9188
  msgid "Multiple Entries"
9189
  msgstr ""
9190
 
9191
+ #: languages/vue.php:3176
9192
  msgid "Total Number of Widgets to Show"
9193
  msgstr ""
9194
 
9195
+ #: languages/vue.php:3179
9196
  msgid "Choose how many widgets will be placed in a single Post."
9197
  msgstr ""
9198
 
9199
+ #: languages/vue.php:3182
9200
  msgid "Minimum Distance Between Widgets"
9201
  msgstr ""
9202
 
9203
+ #: languages/vue.php:3185
9204
  msgid "Choose the distance between widgets."
9205
  msgstr ""
9206
 
9207
+ #: languages/vue.php:3188
9208
  msgid "Minimum Word Count to Display Multiple Widgets"
9209
  msgstr ""
9210
 
9211
+ #: languages/vue.php:3191
9212
  msgid "Choose the minimum word count for a Post to have multiple entries."
9213
  msgstr ""
9214
 
9215
+ #: languages/vue.php:3194
9216
  msgid "Pro version is required"
9217
  msgstr ""
9218
 
9219
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
9220
+ #: languages/vue.php:3198
9221
  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)."
9222
  msgstr ""
9223
 
9224
+ #: languages/vue.php:3201
9225
  msgid "Unlock with %s"
9226
  msgstr ""
9227
 
9228
+ #: languages/vue.php:3204
9229
  msgid "Automatic Placement"
9230
  msgstr ""
9231
 
9232
+ #: languages/vue.php:3207
9233
  msgid "Display using Gutenberg Blocks"
9234
  msgstr ""
9235
 
9236
+ #: languages/vue.php:3210
9237
  msgid "Embed Options"
9238
  msgstr ""
9239
 
9240
+ #: languages/vue.php:3213
9241
  msgid "All Embed Options can be used in conjunction with one another."
9242
  msgstr ""
9243
 
9244
+ #: languages/vue.php:3216
9245
  msgid "Using the Gutenberg Block"
9246
  msgstr ""
9247
 
9248
+ #: languages/vue.php:3219
9249
  msgid "Using Automatic Embed"
9250
  msgstr ""
9251
 
9252
+ #: languages/vue.php:3222
9253
  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."
9254
  msgstr ""
9255
 
9256
+ #: languages/vue.php:3225
9257
  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."
9258
  msgstr ""
9259
 
9260
+ #: languages/vue.php:3228
9261
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
9262
  msgstr ""
9263
 
9264
+ #: languages/vue.php:3231
9265
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
9266
  msgstr ""
9267
 
9268
+ #: languages/vue.php:3234
9269
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
9270
  msgstr ""
9271
 
9272
+ #: languages/vue.php:3237
9273
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
9274
  msgstr ""
9275
 
9276
+ #: languages/vue.php:3240
9277
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
9278
  msgstr ""
9279
 
9280
+ #: languages/vue.php:3243
9281
  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."
9282
  msgstr ""
9283
 
9284
+ #: languages/vue.php:3246
9285
  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."
9286
  msgstr ""
9287
 
9288
+ #: languages/vue.php:3249
9289
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9290
  msgstr ""
9291
 
9292
+ #: languages/vue.php:3252
9293
  msgid "Display using a Shortcode"
9294
  msgstr ""
9295
 
9296
+ #: languages/vue.php:3255
9297
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
9298
  msgstr ""
9299
 
9300
+ #: languages/vue.php:3258
9301
  msgid "Copy Shortcode"
9302
  msgstr ""
9303
 
9304
+ #: languages/vue.php:3261
9305
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9306
  msgstr ""
9307
 
9308
+ #: languages/vue.php:3264
9309
  msgid "Enable Automatic Placement"
9310
  msgstr ""
9311
 
9312
+ #: languages/vue.php:3267
9313
  msgid "Display in a Sidebar"
9314
  msgstr ""
9315
 
9316
+ #: languages/vue.php:3270
9317
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9318
  msgstr ""
9319
 
9320
+ #: languages/vue.php:3273
9321
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9322
  msgstr ""
9323
 
9324
+ #: languages/vue.php:3276
9325
  msgid "Display Method"
9326
  msgstr ""
9327
 
9328
+ #: languages/vue.php:3279
9329
  msgid "There are two ways to manual include the widget in your posts."
9330
  msgstr ""
9331
 
9332
+ #: languages/vue.php:3282
9333
  msgid "Using the Shortcode"
9334
  msgstr ""
9335
 
9336
+ #: languages/vue.php:3285
9337
  msgid "Learn how to insert the widget using Gutenberg blocks."
9338
  msgstr ""
9339
 
9340
+ #: languages/vue.php:3288
9341
  msgid "Learn how to insert the widget using out Shortcode."
9342
  msgstr ""
9343
 
9344
+ #: languages/vue.php:3291
9345
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
9346
  msgstr ""
9347
 
9348
+ #: languages/vue.php:3294
9349
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”."
9350
  msgstr ""
9351
 
9352
+ #: languages/vue.php:3297
9353
  msgid "Shortcode"
9354
  msgstr ""
9355
 
9356
+ #: languages/vue.php:3300
9357
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
9358
  msgstr ""
9359
 
9360
+ #: languages/vue.php:3303
9361
  msgid "Facebook Instant Articleasdasdasds"
9362
  msgstr ""
9363
 
9364
+ #: languages/vue.php:3306
9365
  msgid "Media"
9366
  msgstr ""
9367
 
9368
+ #: languages/vue.php:3309
9369
  msgid "Track how your users interact with videos on your website. Upgrade to MonsterInsights Pro."
9370
  msgstr ""
9371
 
9372
+ #: languages/vue.php:3312
9373
  msgid "Improve Your Conversion Rate With Insights Into Which Content Works Best."
9374
  msgstr ""
9375
 
9376
+ #: languages/vue.php:3315
9377
  msgid "Top Affilliate Links"
9378
  msgstr ""
9379
 
9380
+ #: languages/vue.php:3318
9381
  msgid "Scroll Depth"
9382
  msgstr ""
9383
 
9384
+ #: languages/vue.php:3321
9385
  msgid "Increase Sales and Make More Money With Enhanced eCommerce Insights."
9386
  msgstr ""
9387
 
9388
+ #: languages/vue.php:3324
9389
  msgid "10+ eCommerce Integrations"
9390
  msgstr ""
9391
 
9392
+ #: languages/vue.php:3327
9393
  msgid "Average Order Value"
9394
  msgstr ""
9395
 
9396
+ #: languages/vue.php:3330
9397
  msgid "Total Revenue"
9398
  msgstr ""
9399
 
9400
+ #: languages/vue.php:3333
9401
  msgid "Number of Transactions"
9402
  msgstr ""
9403
 
9404
+ #: languages/vue.php:3336
9405
  msgid "Increase Engagement and Unlock New Insights About Your Site."
9406
  msgstr ""
9407
 
9408
+ #: languages/vue.php:3339
9409
  msgid "User ID Tracking"
9410
  msgstr ""
9411
 
9412
+ #: languages/vue.php:3342
9413
  msgid "Post Types"
9414
  msgstr ""
9415
 
9416
+ #: languages/vue.php:3345
9417
  msgid "Tag Tracking"
9418
  msgstr ""
9419
 
9420
+ #: languages/vue.php:3348
9421
  msgid "Categories"
9422
  msgstr ""
9423
 
9424
+ #: languages/vue.php:3351
9425
  msgid "SEO Scores"
9426
  msgstr ""
9427
 
9428
+ #: languages/vue.php:3354
9429
  msgid "Publish Times"
9430
  msgstr ""
9431
 
9432
+ #: languages/vue.php:3357
9433
  msgid "Focus Keywords"
9434
  msgstr ""
9435
 
9436
+ #: languages/vue.php:3360
9437
  msgid "Track Every Type of Web Form and Gain Visibility Into Your Customer Journey."
9438
  msgstr ""
9439
 
9440
+ #: languages/vue.php:3363
9441
  msgid "Conversion Counts"
9442
  msgstr ""
9443
 
9444
+ #: languages/vue.php:3366
9445
  msgid "Impression Counts"
9446
  msgstr ""
9447
 
9448
+ #: languages/vue.php:3369
9449
  msgid "Conversion Rates"
9450
  msgstr ""
9451
 
9452
+ #: languages/vue.php:3372
9453
  msgid "See Exactly How Visitors Find Your Website From Google."
9454
  msgstr ""
9455
 
9456
+ #: languages/vue.php:3375
9457
  msgid "Top Google Search Terms"
9458
  msgstr ""
9459
 
9460
+ #: languages/vue.php:3378
9461
  msgid "Number of Clicks"
9462
  msgstr ""
9463
 
9464
+ #: languages/vue.php:3381
9465
  msgid "Click-through Ratio"
9466
  msgstr ""
9467
 
9468
+ #: languages/vue.php:3384
9469
  msgid "Average Results Position"
9470
  msgstr ""
9471
 
9472
+ #: languages/vue.php:3387
9473
  msgid "Realtime Report"
9474
  msgstr ""
9475
 
9476
+ #: languages/vue.php:3390
9477
  msgid "See Who And What is Happening on Your Website in Realtime."
9478
  msgstr ""
9479
 
9480
+ #: languages/vue.php:3393
9481
  msgid "Top Page Views"
9482
  msgstr ""
9483
 
9484
+ #: languages/vue.php:3396
9485
  msgid "Current Active Users"
9486
  msgstr ""
9487
 
9488
+ #: languages/vue.php:3399
9489
  msgid "Top Referral Sources"
9490
  msgstr ""
9491
 
9492
+ #: languages/vue.php:3402
9493
  msgid "Top Countries"
9494
  msgstr ""
9495
 
9496
+ #: languages/vue.php:3405
9497
  msgid "Top Cities"
9498
  msgstr ""
9499
 
9500
+ #: languages/vue.php:3408
9501
  msgid "Improve Your User Experience and Improve Search Engine Rankings."
9502
  msgstr ""
9503
 
9504
+ #: languages/vue.php:3411
9505
  msgid "Overall Site Speed Score"
9506
  msgstr ""
9507
 
9508
+ #: languages/vue.php:3414
9509
  msgid "Server Response Times"
9510
  msgstr ""
9511
 
9512
+ #: languages/vue.php:3417
9513
  msgid "Mobile and Desktop Scores"
9514
  msgstr ""
9515
 
9516
+ #: languages/vue.php:3420
9517
  msgid "First Contentful Paint"
9518
  msgstr ""
9519
 
9520
+ #: languages/vue.php:3423
9521
  msgid "Automatic Recommendations"
9522
  msgstr ""
9523
 
9524
+ #: languages/vue.php:3426
9525
  msgid "Total Blocking Time"
9526
  msgstr ""
9527
 
9528
+ #: languages/vue.php:3429
9529
  msgid "On-Demand Audits"
9530
  msgstr ""
9531
 
9532
+ #: languages/vue.php:3432
9533
  msgid "Time to Interactive"
9534
  msgstr ""
9535
 
9536
+ #: languages/vue.php:3436
9537
  msgid "2021 Year in Review"
9538
  msgstr ""
9539
 
9540
+ #: languages/vue.php:3439
9541
  msgid "Realtime"
9542
  msgstr ""
9543
 
9544
  #. Translators: Placeholders are used for making text bold and adding a link.
9545
+ #: languages/vue.php:3443
9546
  msgid "%1$sYou're using %2$s Lite%3$s. To unlock all reports, consider %4$supgrading to Pro%5$s."
9547
  msgstr ""
9548
 
9549
+ #: languages/vue.php:3446
9550
  msgid "Featured"
9551
  msgstr ""
9552
 
9553
+ #: languages/vue.php:3449
9554
  msgid "Traffic"
9555
  msgstr ""
9556
 
9557
+ #: languages/vue.php:3452
9558
  msgid "Revenue"
9559
  msgstr ""
9560
 
9561
+ #: languages/vue.php:3455
9562
  msgid "Guides & Resources"
9563
  msgstr ""
9564
 
9565
+ #: languages/vue.php:3458
9566
  msgid "Upgrade and Unlock"
9567
  msgstr ""
9568
 
9569
+ #: languages/vue.php:3461
9570
  msgid "What’s in the %1$s?"
9571
  msgstr ""
9572
 
9573
+ #: languages/vue.php:3464
9574
  msgid "%1$sPlus%2$s, upgrading to Pro will unlock %1$sall%2$s advanced reports, tracking, and integrations. %3$sLearn more about Pro%4$s"
9575
  msgstr ""
9576
 
9577
+ #: languages/vue.php:3467
9578
  msgid "Your 2021 Year in Review is still calculating. Please check back later to see how your website performed last year."
9579
  msgstr ""
9580
 
9581
+ #: languages/vue.php:3470
9582
  msgid "Your 2021 Analytics Report"
9583
  msgstr ""
9584
 
9585
+ #: languages/vue.php:3476
9586
  msgid "January 1, 2021 - December 31, 2021"
9587
  msgstr ""
9588
 
9589
+ #: languages/vue.php:3479
9590
  msgid "A Tip for 2022"
9591
  msgstr ""
9592
 
9593
+ #: languages/vue.php:3482
9594
  msgid "A Tip For 2022"
9595
  msgstr ""
9596
 
9597
+ #: languages/vue.php:3485
9598
  msgid "Here's to an amazing 2022!"
9599
  msgstr ""
9600
 
9601
+ #: languages/vue.php:3488
9602
  msgid "Try our other popular WordPress plugins to grow your website in 2022."
9603
  msgstr ""
9604
 
9605
+ #: languages/vue.php:3491
9606
  msgid "Become a WordPress expert in 2022. Join our amazing communities and take your website to the next level."
9607
  msgstr ""
9608
 
9609
+ #: languages/vue.php:3494
9610
  msgid "Copyright MonsterInsights, 2022"
9611
  msgstr ""
9612
 
9613
  #. Translators: Number of minutes spent on site.
9614
+ #: languages/vue.php:3498
9615
  msgid "Each visitor spent an average of %s minutes on your website in 2021."
9616
  msgstr ""
9617
 
9618
+ #: languages/vue.php:3501
9619
  msgid "RafflePress"
9620
  msgstr ""
9621
 
9622
+ #: languages/vue.php:3504
9623
  msgid "Launch giveaways and raffle campaigns to grow your email lists, increase traffic, and get more social media followers."
9624
  msgstr ""
9625
 
9626
+ #: languages/vue.php:3507
9627
  msgid "Constant Contact"
9628
  msgstr ""
9629
 
9630
+ #: languages/vue.php:3510
9631
  msgid "Create amazing email marketing campaigns with drag and drop simplicity. Exclusive Offer: Save 20%."
9632
  msgstr ""
9633
 
9634
+ #: languages/vue.php:3513
9635
  msgid "SEMRUSH"
9636
  msgstr ""
9637
 
9638
+ #: languages/vue.php:3516
9639
  msgid "Perform SEO and content marketing research, track keywords, and much more. Special Offer: First 30 Days Free."
9640
  msgstr ""
9641
 
9642
+ #: languages/vue.php:3519
9643
  msgid "Engagement Tools"
9644
  msgstr ""
9645
 
9646
+ #: languages/vue.php:3522
9647
  msgid "WPForms"
9648
  msgstr ""
9649
 
9650
+ #: languages/vue.php:3525
9651
  msgid "The world’s most popular WordPress form builder, trusted by over 5 million websites. Easily build contact forms, payment forms, and more."
9652
  msgstr ""
9653
 
9654
+ #: languages/vue.php:3528
9655
  msgid "OptinMonster"
9656
  msgstr ""
9657
 
9658
+ #: languages/vue.php:3531
9659
  msgid "Convert and monetize more of your website traffic with engaging pop-up and gamified tools. Great for all types of websites."
9660
  msgstr ""
9661
 
9662
+ #: languages/vue.php:3534
9663
  msgid "Smash Balloon - Facebook"
9664
  msgstr ""
9665
 
9666
+ #: languages/vue.php:3537
9667
  msgid "Smash Balloon - Instagram"
9668
  msgstr ""
9669
 
9670
+ #: languages/vue.php:3540
9671
  msgid "Quickly add social media feeds from Facebook, Instagram, Twitter, and others to your website, with no coding needed."
9672
  msgstr ""
9673
 
9674
+ #: languages/vue.php:3543
9675
  msgid "Popular Posts by MonsterInsights"
9676
  msgstr ""
9677
 
9678
+ #: languages/vue.php:3546
9679
  msgid "Increase your visitor engagement by automatically embedding popular and related content from your website."
9680
  msgstr ""
9681
 
9682
+ #: languages/vue.php:3549
9683
  msgid "Popular Products by MonsterInsights"
9684
  msgstr ""
9685
 
9686
+ #: languages/vue.php:3552
9687
  msgid "Automatically show related products to increase conversion rates and increase cart sizes on your eCommerce website."
9688
  msgstr ""
9689
 
9690
+ #: languages/vue.php:3555
9691
  msgid "Revenue Tools"
9692
  msgstr ""
9693
 
9694
+ #: languages/vue.php:3558
9695
  msgid "SeedProd"
9696
  msgstr ""
9697
 
9698
+ #: languages/vue.php:3561
9699
  msgid "Use the best drag-and-drop landing page builder for WordPress to instantly build coming soon pages, sales pages, opt-in pages, webinar pages, maintenance pages, and more. Includes 100+ free templates."
9700
  msgstr ""
9701
 
9702
+ #: languages/vue.php:3564
9703
  msgid "Featured Tools"
9704
  msgstr ""
9705
 
9706
+ #: languages/vue.php:3567
9707
  msgid "Easy Affiliate"
9708
  msgstr ""
9709
 
9710
+ #: languages/vue.php:3570
9711
  msgid "Launch, grow, and manage an affiliate program, all right from your WordPress dashboard. Works automatically with MonsterInsights."
9712
  msgstr ""
9713
 
9714
+ #: languages/vue.php:3573
9715
  msgid "SearchWP"
9716
  msgstr ""
9717
 
9718
+ #: languages/vue.php:3576
9719
  msgid "Unlock better search results for your website. Perfect for any information or eCommerce store to help users find exactly what content and products they’re looking for."
9720
  msgstr ""
9721
 
9722
+ #: languages/vue.php:3579
9723
  msgid "Easily sell digital products like ebooks, plugins, and courses with WordPress. Built-in payment processing, coupons, shopping cart, detailed reporting, and more."
9724
  msgstr ""
9725
 
9726
+ #: languages/vue.php:3582
9727
  msgid "Create a membership website. Works automatically with MonsterInsights, no coding needed."
9728
  msgstr ""
9729
 
9730
+ #: languages/vue.php:3585
9731
  msgid "Thirsty Affiliates"
9732
  msgstr ""
9733
 
9734
+ #: languages/vue.php:3588
9735
  msgid "Manage all your affiliate links with features designed to help make bloggers more money."
9736
  msgstr ""
9737
 
9738
+ #: languages/vue.php:3591
9739
  msgid "Upgrade to unlock advanced reporting and features designed to help you get more traffic and make more money from your website. Special Offer: Save 50% today."
9740
  msgstr ""
9741
 
9742
+ #: languages/vue.php:3594
9743
  msgid "Advanced Coupons"
9744
  msgstr ""
9745
 
9746
+ #: languages/vue.php:3597
9747
  msgid "Create coupons, reward loyal customers, and schedule promotions for your eCommerce store."
9748
  msgstr ""
9749
 
9750
+ #: languages/vue.php:3600
9751
  msgid "PrettyLinks"
9752
  msgstr ""
9753
 
9754
+ #: languages/vue.php:3603
9755
  msgid "Automatically monetize your website content with affiliate links added automatically to your content."
9756
  msgstr ""
9757
 
9758
+ #: languages/vue.php:3606
9759
  msgid "Install Now"
9760
  msgstr ""
9761
 
9762
+ #: languages/vue.php:3609
9763
  msgid "Online Marketing Guides & Resources"
9764
  msgstr ""
9765
 
9766
+ #: languages/vue.php:3612
9767
  msgid "MonsterInsights Pro"
9768
  msgstr ""
9769
 
9770
+ #: languages/vue.php:3615
9771
  msgid "Upgrade to unlock eCommerce tracking, Custom Dimensions, Form Tracking, and much more. Special Offer: Save 50% today."
9772
  msgstr ""
9773
 
9774
+ #: languages/vue.php:3618
9775
  msgid "Traffic Tools"
9776
  msgstr ""
9777
 
9778
+ #: languages/vue.php:3621
9779
  msgid "All in One SEO (AIOSEO)"
9780
  msgstr ""
9781
 
9782
+ #: languages/vue.php:3624
9783
  msgid "The best WordPress SEO plugin that works automatically with MonsterInsights."
9784
  msgstr ""
9785
 
9786
+ #: languages/vue.php:3627
9787
  msgid "PushEngage"
9788
  msgstr ""
9789
 
9790
+ #: languages/vue.php:3630
9791
  msgid "Send push notifications to your visitors to drive more traffic and boost sales."
9792
  msgstr ""
9793
 
9794
+ #: languages/vue.php:3633
9795
  msgid "With MonsterInsights Pro, you can easily measure individual affiliate performance inside Google Analytics, no coding needed. Track clicks, revenue, and more."
9796
  msgstr ""
9797
 
9798
+ #: languages/vue.php:3636
9799
  msgid "Works automatically with WooCommerce, MemberPress, and EasyDigitalDownloads."
9800
  msgstr ""
9801
 
9802
+ #: languages/vue.php:3639
9803
  msgid "Media Tracking"
9804
  msgstr ""
9805
 
9806
+ #: languages/vue.php:3642
9807
  msgid "Get Started"
9808
  msgstr ""
9809
 
languages/vue.php CHANGED
@@ -7,32 +7,28 @@ $generated_i18n_strings = array(
7
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:97
8
  __( '2', 'google-analytics-for-wordpress' ),
9
 
10
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:154
11
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:71
12
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:124
13
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:150
14
  __( 'Error', 'google-analytics-for-wordpress' ),
15
 
16
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:151
17
  __( 'Please try again.', 'google-analytics-for-wordpress' ),
18
 
19
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:223
20
  __( 'Today', 'google-analytics-for-wordpress' ),
21
 
22
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:229
23
  __( 'Yesterday', 'google-analytics-for-wordpress' ),
24
 
25
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:235
26
  __( 'Last Week', 'google-analytics-for-wordpress' ),
27
 
28
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:241
29
  __( 'Last Month', 'google-analytics-for-wordpress' ),
30
 
31
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:247
32
  __( 'Last 7 days', 'google-analytics-for-wordpress' ),
33
 
34
  // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:48
35
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:253
36
  __( 'Last 30 days', 'google-analytics-for-wordpress' ),
37
 
38
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
@@ -41,8 +37,7 @@ $generated_i18n_strings = array(
41
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
42
  __( 'Loading new report data', 'google-analytics-for-wordpress' ),
43
 
44
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:55
45
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:130
46
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
47
 
48
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
@@ -52,7 +47,7 @@ $generated_i18n_strings = array(
52
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
53
  __( 'Unlock the Publishers Report and Focus on the Content that Matters', 'google-analytics-for-wordpress' ),
54
 
55
- // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:182
56
  __( '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' ),
57
 
58
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:185
@@ -247,8 +242,8 @@ $generated_i18n_strings = array(
247
  // Reference: src/modules/frontend/monsterinsights-frontend.vue:36
248
  __( 'Insights', 'google-analytics-for-wordpress' ),
249
 
 
250
  // Reference: src/modules/widget/store/index.js:14
251
- // Reference: src/modules/widget/widget.vue:25
252
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
253
 
254
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:125
@@ -282,7 +277,6 @@ $generated_i18n_strings = array(
282
  __( 'per year', 'google-analytics-for-wordpress' ),
283
 
284
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:97
285
- // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:80
286
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
287
 
288
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:136
@@ -337,14 +331,13 @@ $generated_i18n_strings = array(
337
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:181
338
  __( 'Ecommerce Report', 'google-analytics-for-wordpress' ),
339
 
340
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:30
341
  __( 'Form Conversions', 'google-analytics-for-wordpress' ),
342
 
343
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:26
344
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:35
345
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
346
 
347
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:29
348
  __( 'Author Tracking', 'google-analytics-for-wordpress' ),
349
 
350
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:33
@@ -356,11 +349,9 @@ $generated_i18n_strings = array(
356
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:187
357
  __( 'WooCommerce', 'google-analytics-for-wordpress' ),
358
 
359
- // Reference: src/modules/growth-tools/monsterinsights-growth-tools.vue:254
360
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:188
361
  __( 'Easy Digital Downloads', 'google-analytics-for-wordpress' ),
362
 
363
- // Reference: src/modules/growth-tools/monsterinsights-growth-tools.vue:265
364
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:189
365
  __( 'MemberPress', 'google-analytics-for-wordpress' ),
366
 
@@ -401,14 +392,18 @@ $generated_i18n_strings = array(
401
  // Reference: src/modules/reports/components/ReportReAuth.vue:20
402
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-for-wordpress' ),
403
 
404
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:47
 
405
  __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
406
 
407
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:108
 
408
  __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
409
 
 
410
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:78
411
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:126
 
412
  __( 'Ok', 'google-analytics-for-wordpress' ),
413
 
414
  // Reference: src/components/TheQuickLinks.vue:31
@@ -430,13 +425,15 @@ $generated_i18n_strings = array(
430
  /* Translators: Placeholder is replaced with WPForms. */
431
  __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
432
 
433
- // Reference: src/modules/widget/components/WidgetFooter.vue:20
 
434
  __( 'Install', 'google-analytics-for-wordpress' ),
435
 
436
- // Reference: src/modules/widget/components/WidgetFooter.vue:21
 
437
  __( 'Activate', 'google-analytics-for-wordpress' ),
438
 
439
- // Reference: src/modules/widget/components/WidgetFooter.vue:22
440
  __( 'Learn More', 'google-analytics-for-wordpress' ),
441
 
442
  // Reference: src/modules/frontend/components/FrontendPoweredBy.vue:12
@@ -492,30 +489,28 @@ $generated_i18n_strings = array(
492
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:26
493
  __( 'Connect MonsterInsights and Setup Website Analytics', 'google-analytics-for-wordpress' ),
494
 
 
495
  // Reference: src/modules/tools/components/ToolsNavigation.vue:14
496
  __( 'Import Export', 'google-analytics-for-wordpress' ),
497
 
498
  // Reference: src/modules/settings/routes/site.js:111
499
  __( 'PrettyLinks Integration', 'google-analytics-for-wordpress' ),
500
 
501
- // Reference: src/modules/settings/routes/network.js:35
502
  __( 'About Us', 'google-analytics-for-wordpress' ),
503
 
504
- // Reference: src/modules/settings/routes/network.js:43
505
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
506
 
507
- // Reference: src/modules/settings/routes/network.js:52
508
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
509
 
510
- // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:22
511
  // Reference: src/modules/settings/routes/site.js:163
512
  __( 'Inline Popular Posts', 'google-analytics-for-wordpress' ),
513
 
514
- // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:23
515
  // Reference: src/modules/settings/routes/site.js:171
516
  __( 'Popular Posts Widget', 'google-analytics-for-wordpress' ),
517
 
518
- // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:24
519
  // Reference: src/modules/settings/routes/site.js:180
520
  __( 'Popular Products', 'google-analytics-for-wordpress' ),
521
 
@@ -531,6 +526,7 @@ $generated_i18n_strings = array(
531
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:76
532
  __( 'Engagement', 'google-analytics-for-wordpress' ),
533
 
 
534
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:77
535
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
536
 
@@ -543,6 +539,7 @@ $generated_i18n_strings = array(
543
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:80
544
  __( 'Advanced', 'google-analytics-for-wordpress' ),
545
 
 
546
  // Reference: src/modules/tools/components/ToolsNavigation.vue:15
547
  __( 'URL Builder', 'google-analytics-for-wordpress' ),
548
 
@@ -561,13 +558,13 @@ $generated_i18n_strings = array(
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:101
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/widget/store/index.js:77
571
  __( 'Overview', 'google-analytics-for-wordpress' ),
572
 
573
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:44
@@ -577,7 +574,6 @@ $generated_i18n_strings = array(
577
  __( 'Search Console', 'google-analytics-for-wordpress' ),
578
 
579
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:47
580
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportDimensions-Lite.vue:22
581
  __( 'Dimensions', 'google-analytics-for-wordpress' ),
582
 
583
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:48
@@ -602,19 +598,19 @@ $generated_i18n_strings = array(
602
  // Reference: src/modules/reports/routes/index.js:33
603
  __( 'Publishers Report', 'google-analytics-for-wordpress' ),
604
 
605
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportEcommerce-Lite.vue:23
606
  // Reference: src/modules/reports/routes/index.js:41
607
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
608
 
609
  // Reference: src/modules/reports/routes/index.js:49
610
  __( 'Search Console Report', 'google-analytics-for-wordpress' ),
611
 
612
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportDimensions-Lite.vue:23
613
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
614
 
615
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportForms-Lite.vue:25
616
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
617
 
 
618
  // Reference: src/modules/reports/routes/index.js:73
619
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
620
 
@@ -622,12 +618,14 @@ $generated_i18n_strings = array(
622
  __( 'Site Speed Report', 'google-analytics-for-wordpress' ),
623
 
624
  // Reference: src/modules/widget/store/index.js:103
 
625
  __( 'Time to Purchase', 'google-analytics-for-wordpress' ),
626
 
627
  // Reference: src/modules/widget/store/index.js:104
628
  __( 'This list shows how many days from first visit it took users to purchase products from your site.', 'google-analytics-for-wordpress' ),
629
 
630
  // Reference: src/modules/widget/store/index.js:111
 
631
  __( 'Sessions to Purchase', 'google-analytics-for-wordpress' ),
632
 
633
  // Reference: src/modules/widget/store/index.js:112
@@ -807,10 +805,10 @@ $generated_i18n_strings = array(
807
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:84
808
  __( 'More advanced features', 'google-analytics-for-wordpress' ),
809
 
810
- // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:86
811
  __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
812
 
813
- // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:88
814
  /* Translators: Makes text green. */
815
  __( 'Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
816
 
@@ -860,10 +858,10 @@ $generated_i18n_strings = array(
860
  __( 'Includes the complete Overview report, Publisher reports and 6 different eCommerce reports', 'google-analytics-for-wordpress' ),
861
 
862
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:121
863
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:70
864
  __( 'Headline Analyzer', 'google-analytics-for-wordpress' ),
865
 
866
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:128
 
867
  __( 'Email Summaries', 'google-analytics-for-wordpress' ),
868
 
869
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:130
@@ -971,35 +969,38 @@ $generated_i18n_strings = array(
971
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:99
972
  __( 'One-click Form Events Tracking', 'google-analytics-for-wordpress' ),
973
 
974
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:94
975
  __( 'License Key', 'google-analytics-for-wordpress' ),
976
 
977
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:47
978
  /* Translators: Add link to retrieve license key from account. */
979
  __( 'Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-for-wordpress' ),
980
 
981
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:95
982
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
983
 
984
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:96
985
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
986
 
987
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:97
988
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
989
 
990
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:35
 
991
  __( 'Miscellaneous', 'google-analytics-for-wordpress' ),
992
 
993
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:37
 
994
  __( 'Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.', 'google-analytics-for-wordpress' ),
995
 
996
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:38
 
997
  __( 'Hide Announcements', 'google-analytics-for-wordpress' ),
998
 
999
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:99
1000
  __( 'Setup Wizard', 'google-analytics-for-wordpress' ),
1001
 
1002
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:100
1003
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-for-wordpress' ),
1004
 
1005
  // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:31
@@ -1038,7 +1039,7 @@ $generated_i18n_strings = array(
1038
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:88
1039
  __( 'Pretty Links Installed & Activated', 'google-analytics-for-wordpress' ),
1040
 
1041
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:89
1042
  __( 'Download Pretty Links', 'google-analytics-for-wordpress' ),
1043
 
1044
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:90
@@ -1252,6 +1253,8 @@ $generated_i18n_strings = array(
1252
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1253
 
1254
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:106
 
 
1255
  __( 'Installing...', 'google-analytics-for-wordpress' ),
1256
 
1257
  // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
@@ -1260,7 +1263,8 @@ $generated_i18n_strings = array(
1260
  // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
1261
  __( 'Show in full-width mode', 'google-analytics-for-wordpress' ),
1262
 
1263
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:34
 
1264
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
1265
 
1266
  // Reference: src/modules/reports/store/actions.js:133
@@ -1288,7 +1292,7 @@ $generated_i18n_strings = array(
1288
  // Reference: src/modules/reports/store/actions.js:204
1289
  __( 'View Addons', 'google-analytics-for-wordpress' ),
1290
 
1291
- // Reference: src/modules/seo/components/aioseo.vue:246
1292
  __( 'Dismiss', 'google-analytics-for-wordpress' ),
1293
 
1294
  // Reference: src/modules/reports/store/actions.js:212
@@ -1297,13 +1301,13 @@ $generated_i18n_strings = array(
1297
  // Reference: src/modules/reports/store/actions.js:213
1298
  __( 'Please wait', 'google-analytics-for-wordpress' ),
1299
 
1300
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
1301
  __( 'activate', 'google-analytics-for-wordpress' ),
1302
 
1303
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
1304
  __( 'install', 'google-analytics-for-wordpress' ),
1305
 
1306
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:127
1307
  __( 'Visit addons page', 'google-analytics-for-wordpress' ),
1308
 
1309
  // Reference: src/modules/reports/store/actions.js:65
@@ -1329,19 +1333,22 @@ $generated_i18n_strings = array(
1329
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:30
1330
  __( 'Your Website', 'google-analytics-for-wordpress' ),
1331
 
1332
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:257
 
1333
  __( 'Sessions', 'google-analytics-for-wordpress' ),
1334
 
1335
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:260
1336
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
1337
 
1338
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:33
1339
  __( 'Avg. Duration', 'google-analytics-for-wordpress' ),
1340
 
1341
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:264
 
1342
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
1343
 
1344
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:265
 
1345
  __( 'Total Users', 'google-analytics-for-wordpress' ),
1346
 
1347
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:44
@@ -1459,19 +1466,19 @@ $generated_i18n_strings = array(
1459
  // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:99
1460
  __( 'Level-up Your eCommerce store with %1$sMonsterInsights + WooCommerce!%1$s', 'google-analytics-for-wordpress' ),
1461
 
1462
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:81
1463
  /* Translators: placeholders make text small. */
1464
  __( 'Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s', 'google-analytics-for-wordpress' ),
1465
 
1466
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:86
1467
  /* Translators: placeholders make text small. */
1468
  __( 'Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s', 'google-analytics-for-wordpress' ),
1469
 
1470
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:91
1471
  /* Translators: placeholders make text small. */
1472
  __( 'None %1$s- Manually update everything.%2$s', 'google-analytics-for-wordpress' ),
1473
 
1474
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:98
1475
  __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
1476
 
1477
  // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:31
@@ -1500,30 +1507,30 @@ $generated_i18n_strings = array(
1500
  // Reference: src/modules/widget/components/WidgetReportsLink.vue:18
1501
  __( 'Go to the Analytics Dashboard', 'google-analytics-for-wordpress' ),
1502
 
1503
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:259
1504
- /* Translators: Placeholder adds a line break. */
1505
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
1506
 
1507
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:262
1508
- /* Translators: Placeholder adds a line break. */
1509
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
1510
 
1511
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:275
1512
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-for-wordpress' ),
1513
 
1514
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:276
1515
  __( 'A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.', 'google-analytics-for-wordpress' ),
1516
 
1517
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:277
1518
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-for-wordpress' ),
1519
 
1520
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:89
1521
  __( 'Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further.', 'google-analytics-for-wordpress' ),
1522
 
1523
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:279
1524
  __( 'The number of distinct tracked users', 'google-analytics-for-wordpress' ),
1525
 
1526
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:263
1527
  __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
1528
 
1529
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:259
@@ -1601,7 +1608,8 @@ $generated_i18n_strings = array(
1601
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:284
1602
  __( 'Average Age', 'google-analytics-for-wordpress' ),
1603
 
1604
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:101
 
1605
  __( 'Behavior', 'google-analytics-for-wordpress' ),
1606
 
1607
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:286
@@ -1792,13 +1800,13 @@ $generated_i18n_strings = array(
1792
  /* Translators: Number of visitors and device percentage. */
1793
  __( '%1$s&#37 of your visitors were on a %2$s device.', 'google-analytics-for-wordpress' ),
1794
 
1795
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:198
1796
  __( 'Desktop', 'google-analytics-for-wordpress' ),
1797
 
1798
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:199
1799
  __( 'Tablet', 'google-analytics-for-wordpress' ),
1800
 
1801
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:200
1802
  __( 'Mobile', 'google-analytics-for-wordpress' ),
1803
 
1804
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:52
@@ -1894,6 +1902,7 @@ $generated_i18n_strings = array(
1894
  __( 'Dashboard widget', 'google-analytics-for-wordpress' ),
1895
 
1896
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:25
 
1897
  __( 'Affiliate Links', 'google-analytics-for-wordpress' ),
1898
 
1899
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:27
@@ -1903,12 +1912,14 @@ $generated_i18n_strings = array(
1903
  __( 'Banner Ads', 'google-analytics-for-wordpress' ),
1904
 
1905
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:31
 
1906
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
1907
 
1908
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:32
1909
  __( 'SEO Score Tracking', 'google-analytics-for-wordpress' ),
1910
 
1911
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:100
 
1912
  __( 'Activating...', 'google-analytics-for-wordpress' ),
1913
 
1914
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:103
@@ -1949,6 +1960,7 @@ $generated_i18n_strings = array(
1949
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:61
1950
  __( 'Users that have at least one of these roles will be able to view the reports.', 'google-analytics-for-wordpress' ),
1951
 
 
1952
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:88
1953
  __( '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' ),
1954
 
@@ -2008,12 +2020,10 @@ $generated_i18n_strings = array(
2008
  // Reference: src/modules/settings/api/index.js:27
2009
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
2010
 
2011
- // Reference: src/modules/popular-posts/api/index.js:43
2012
  // Reference: src/modules/settings/api/index.js:77
2013
  /* Translators: Error status and error text. */
2014
  __( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2015
 
2016
- // Reference: src/modules/popular-posts/api/index.js:47
2017
  // Reference: src/modules/settings/api/index.js:81
2018
  __( 'Network error encountered. Settings not saved.', 'google-analytics-for-wordpress' ),
2019
 
@@ -2185,7 +2195,7 @@ $generated_i18n_strings = array(
2185
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:129
2186
  __( 'Disconnect MonsterInsights', 'google-analytics-for-wordpress' ),
2187
 
2188
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:79
2189
  __( 'Authenticating', 'google-analytics-for-wordpress' ),
2190
 
2191
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:236
@@ -2200,7 +2210,7 @@ $generated_i18n_strings = array(
2200
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:287
2201
  __( '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' ),
2202
 
2203
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:46
2204
  __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
2205
 
2206
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:91
@@ -2212,10 +2222,10 @@ $generated_i18n_strings = array(
2212
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:94
2213
  __( 'Active Profile', 'google-analytics-for-wordpress' ),
2214
 
2215
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
2216
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
2217
 
2218
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
2219
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
2220
 
2221
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:97
@@ -2371,22 +2381,20 @@ $generated_i18n_strings = array(
2371
  // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:41
2372
  __( 'You can re-enable the MonsterInsights widget at any time using the "Screen Options" menu on the top right of this page', 'google-analytics-for-wordpress' ),
2373
 
2374
- // Reference: src/modules/settings/components/SettingsAddonUpgrade.vue:37
 
2375
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
2376
 
2377
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:39
2378
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:27
2379
  __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
2380
 
2381
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:28
2382
  __( 'Allow Usage Tracking', 'google-analytics-for-wordpress' ),
2383
 
2384
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:40
2385
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:29
2386
  __( 'By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test.', 'google-analytics-for-wordpress' ),
2387
 
2388
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:43
2389
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:31
2390
  /* Translators: Add links to documentation. */
2391
  __( 'Complete documentation on usage tracking is available %1$shere%2$s.', 'google-analytics-for-wordpress' ),
2392
 
@@ -2431,10 +2439,10 @@ $generated_i18n_strings = array(
2431
  // Reference: src/modules/seo/components/yoast.vue:138
2432
  __( 'Automatically migrate all of your SEO settings with just 1 click!', 'google-analytics-for-wordpress' ),
2433
 
2434
- // Reference: src/modules/seo/components/aioseo.vue:155
2435
  __( '1,938', 'google-analytics-for-wordpress' ),
2436
 
2437
- // Reference: src/modules/seo/components/aioseo.vue:156
2438
  __( '2+ Million Active Installs', 'google-analytics-for-wordpress' ),
2439
 
2440
  // Reference: src/modules/seo/components/yoast.vue:143
@@ -2443,10 +2451,10 @@ $generated_i18n_strings = array(
2443
  // Reference: src/modules/seo/components/yoast.vue:144
2444
  __( 'Set up the proper SEO foundations in less than 10 minutes.', 'google-analytics-for-wordpress' ),
2445
 
2446
- // Reference: src/modules/seo/components/aioseo.vue:165
2447
  __( 'SEO Audit Checklist', 'google-analytics-for-wordpress' ),
2448
 
2449
- // Reference: src/modules/seo/components/aioseo.vue:166
2450
  __( 'Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic.', 'google-analytics-for-wordpress' ),
2451
 
2452
  // Reference: src/modules/seo/components/yoast.vue:147
@@ -2458,37 +2466,37 @@ $generated_i18n_strings = array(
2458
  // Reference: src/modules/seo/components/yoast.vue:149
2459
  __( 'Get AIOSEO for WordPress', 'google-analytics-for-wordpress' ),
2460
 
2461
- // Reference: src/modules/seo/components/aioseo.vue:180
2462
  __( 'Get the #1 Most Powerful WordPress SEO Plugin Today', 'google-analytics-for-wordpress' ),
2463
 
2464
- // Reference: src/modules/seo/components/aioseo.vue:181
2465
  __( 'Try it out today, for free.', 'google-analytics-for-wordpress' ),
2466
 
2467
- // Reference: src/modules/seo/components/aioseo.vue:184
2468
  __( 'Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings.', 'google-analytics-for-wordpress' ),
2469
 
2470
- // Reference: src/modules/seo/components/aioseo.vue:185
2471
  __( 'Activate and Install the Plugin with just one click!', 'google-analytics-for-wordpress' ),
2472
 
2473
  // Reference: src/modules/seo/components/yoast.vue:222
2474
  __( 'Installing AIOSEO...', 'google-analytics-for-wordpress' ),
2475
 
2476
- // Reference: src/modules/seo/components/aioseo.vue:240
2477
  __( 'Congrats! All-in-One SEO Installed.', 'google-analytics-for-wordpress' ),
2478
 
2479
  // Reference: src/modules/seo/components/yoast.vue:248
2480
  __( 'Switch to AIOSEO', 'google-analytics-for-wordpress' ),
2481
 
2482
- // Reference: src/modules/seo/components/aioseo.vue:261
2483
  __( 'Installation Failed. Please refresh and try again.', 'google-analytics-for-wordpress' ),
2484
 
2485
- // Reference: src/modules/seo/components/aioseo.vue:268
2486
  __( 'Activating AIOSEO...', 'google-analytics-for-wordpress' ),
2487
 
2488
- // Reference: src/modules/seo/components/aioseo.vue:275
2489
  __( 'Activate AIOSEO', 'google-analytics-for-wordpress' ),
2490
 
2491
- // Reference: src/modules/seo/components/aioseo.vue:279
2492
  __( 'Activation Failed. Please refresh and try again.', 'google-analytics-for-wordpress' ),
2493
 
2494
  // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:171
@@ -2612,7 +2620,7 @@ $generated_i18n_strings = array(
2612
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
2613
  __( 'These user roles will be able to access MonsterInsights\' reports in the WordPress admin area.', 'google-analytics-for-wordpress' ),
2614
 
2615
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
2616
  __( 'Save and continue', 'google-analytics-for-wordpress' ),
2617
 
2618
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:91
@@ -2633,7 +2641,7 @@ $generated_i18n_strings = array(
2633
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
2634
  __( 'Whoops, something went wrong and we weren\'t able to connect to MonsterInsights. Please enter your Google UA code manually.', 'google-analytics-for-wordpress' ),
2635
 
2636
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:34
2637
  __( 'Save and Continue', 'google-analytics-for-wordpress' ),
2638
 
2639
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:81
@@ -2769,19 +2777,19 @@ $generated_i18n_strings = array(
2769
  // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:92
2770
  __( 'Error emptying the popular posts cache. Please try again.', 'google-analytics-for-wordpress' ),
2771
 
2772
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:100
2773
  __( 'Choose Theme', 'google-analytics-for-wordpress' ),
2774
 
2775
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:102
2776
  __( 'Widget Styling', 'google-analytics-for-wordpress' ),
2777
 
2778
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:103
2779
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-for-wordpress' ),
2780
 
2781
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:104
2782
  __( 'Sort By', 'google-analytics-for-wordpress' ),
2783
 
2784
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:105
2785
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-for-wordpress' ),
2786
 
2787
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
@@ -2793,40 +2801,40 @@ $generated_i18n_strings = array(
2793
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:108
2794
  __( 'Title your widget and set its display preferences.', 'google-analytics-for-wordpress' ),
2795
 
2796
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:109
2797
  __( 'Include in Post Types', 'google-analytics-for-wordpress' ),
2798
 
2799
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:110
2800
  __( 'Exclude from specific posts', 'google-analytics-for-wordpress' ),
2801
 
2802
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:112
2803
  /* Translators: Placeholders make the text bold. */
2804
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-for-wordpress' ),
2805
 
2806
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:114
2807
  /* Translators: Placeholders make the text bold. */
2808
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-for-wordpress' ),
2809
 
2810
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:115
2811
  __( 'Loading Themes', 'google-analytics-for-wordpress' ),
2812
 
2813
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:120
2814
  /* Translators: placeholders make text small. */
2815
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-for-wordpress' ),
2816
 
2817
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:125
2818
  /* Translators: placeholders make text small. */
2819
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-for-wordpress' ),
2820
 
2821
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:132
2822
  /* Translators: placeholders make text small. */
2823
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-for-wordpress' ),
2824
 
2825
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:137
2826
  /* Translators: placeholders make text small. */
2827
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-for-wordpress' ),
2828
 
2829
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:142
2830
  /* Translators: placeholders make text small. */
2831
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-for-wordpress' ),
2832
 
@@ -2843,7 +2851,6 @@ $generated_i18n_strings = array(
2843
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-for-wordpress' ),
2844
 
2845
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:121
2846
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:109
2847
  __( 'Customize Design', 'google-analytics-for-wordpress' ),
2848
 
2849
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
@@ -3004,7 +3011,7 @@ $generated_i18n_strings = array(
3004
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
3005
  __( 'Close', 'google-analytics-for-wordpress' ),
3006
 
3007
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:48
3008
  __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-for-wordpress' ),
3009
 
3010
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:49
@@ -3017,7 +3024,7 @@ $generated_i18n_strings = array(
3017
  /* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
3018
  __( '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' ),
3019
 
3020
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:53
3021
  __( 'Automated + Curated', 'google-analytics-for-wordpress' ),
3022
 
3023
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:55
@@ -3425,6 +3432,7 @@ $generated_i18n_strings = array(
3425
  __( 'Time to Interactive', 'google-analytics-for-wordpress' ),
3426
 
3427
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:52
 
3428
  __( '2021 Year in Review', 'google-analytics-for-wordpress' ),
3429
 
3430
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:49
7
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:97
8
  __( '2', 'google-analytics-for-wordpress' ),
9
 
10
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:15
 
 
 
11
  __( 'Error', 'google-analytics-for-wordpress' ),
12
 
13
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:16
14
  __( 'Please try again.', 'google-analytics-for-wordpress' ),
15
 
16
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:42
17
  __( 'Today', 'google-analytics-for-wordpress' ),
18
 
19
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:48
20
  __( 'Yesterday', 'google-analytics-for-wordpress' ),
21
 
22
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:54
23
  __( 'Last Week', 'google-analytics-for-wordpress' ),
24
 
25
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:60
26
  __( 'Last Month', 'google-analytics-for-wordpress' ),
27
 
28
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:66
29
  __( 'Last 7 days', 'google-analytics-for-wordpress' ),
30
 
31
  // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:48
 
32
  __( 'Last 30 days', 'google-analytics-for-wordpress' ),
33
 
34
  // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
37
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
38
  __( 'Loading new report data', 'google-analytics-for-wordpress' ),
39
 
40
+ // Reference: src/components/TheAppFTPForm.vue:110
 
41
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
42
 
43
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
47
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
48
  __( 'Unlock the Publishers Report and Focus on the Content that Matters', 'google-analytics-for-wordpress' ),
49
 
50
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:238
51
  __( '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' ),
52
 
53
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:185
242
  // Reference: src/modules/frontend/monsterinsights-frontend.vue:36
243
  __( 'Insights', 'google-analytics-for-wordpress' ),
244
 
245
+ // Reference: src/modules/reports/routes/index.js:25
246
  // Reference: src/modules/widget/store/index.js:14
 
247
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
248
 
249
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:125
277
  __( 'per year', 'google-analytics-for-wordpress' ),
278
 
279
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:97
 
280
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
281
 
282
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:136
331
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:181
332
  __( 'Ecommerce Report', 'google-analytics-for-wordpress' ),
333
 
334
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:182
335
  __( 'Form Conversions', 'google-analytics-for-wordpress' ),
336
 
 
337
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:35
338
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
339
 
340
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:184
341
  __( 'Author Tracking', 'google-analytics-for-wordpress' ),
342
 
343
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:33
349
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:187
350
  __( 'WooCommerce', 'google-analytics-for-wordpress' ),
351
 
 
352
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:188
353
  __( 'Easy Digital Downloads', 'google-analytics-for-wordpress' ),
354
 
 
355
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:189
356
  __( 'MemberPress', 'google-analytics-for-wordpress' ),
357
 
392
  // Reference: src/modules/reports/components/ReportReAuth.vue:20
393
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-for-wordpress' ),
394
 
395
+ // Reference: src/modules/reports/components/ReportReAuth.vue:21
396
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:92
397
  __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
398
 
399
+ // Reference: src/modules/reports/components/ReportReAuth.vue:30
400
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:209
401
  __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
402
 
403
+ // Reference: src/modules/reports/components/ReportReAuth.vue:47
404
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:78
405
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:295
406
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:88
407
  __( 'Ok', 'google-analytics-for-wordpress' ),
408
 
409
  // Reference: src/components/TheQuickLinks.vue:31
425
  /* Translators: Placeholder is replaced with WPForms. */
426
  __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
427
 
428
+ // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:114
429
+ // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:42
430
  __( 'Install', 'google-analytics-for-wordpress' ),
431
 
432
+ // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:112
433
+ // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:38
434
  __( 'Activate', 'google-analytics-for-wordpress' ),
435
 
436
+ // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:26
437
  __( 'Learn More', 'google-analytics-for-wordpress' ),
438
 
439
  // Reference: src/modules/frontend/components/FrontendPoweredBy.vue:12
489
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:26
490
  __( 'Connect MonsterInsights and Setup Website Analytics', 'google-analytics-for-wordpress' ),
491
 
492
+ // Reference: src/modules/settings/routes/site.js:103
493
  // Reference: src/modules/tools/components/ToolsNavigation.vue:14
494
  __( 'Import Export', 'google-analytics-for-wordpress' ),
495
 
496
  // Reference: src/modules/settings/routes/site.js:111
497
  __( 'PrettyLinks Integration', 'google-analytics-for-wordpress' ),
498
 
499
+ // Reference: src/modules/settings/routes/site.js:125
500
  __( 'About Us', 'google-analytics-for-wordpress' ),
501
 
502
+ // Reference: src/modules/settings/routes/site.js:133
503
  __( 'Getting Started', 'google-analytics-for-wordpress' ),
504
 
505
+ // Reference: src/modules/settings/routes/site.js:142
506
  __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
507
 
 
508
  // Reference: src/modules/settings/routes/site.js:163
509
  __( 'Inline Popular Posts', 'google-analytics-for-wordpress' ),
510
 
 
511
  // Reference: src/modules/settings/routes/site.js:171
512
  __( 'Popular Posts Widget', 'google-analytics-for-wordpress' ),
513
 
 
514
  // Reference: src/modules/settings/routes/site.js:180
515
  __( 'Popular Products', 'google-analytics-for-wordpress' ),
516
 
526
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:76
527
  __( 'Engagement', 'google-analytics-for-wordpress' ),
528
 
529
+ // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:45
530
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:77
531
  __( 'eCommerce', 'google-analytics-for-wordpress' ),
532
 
539
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:80
540
  __( 'Advanced', 'google-analytics-for-wordpress' ),
541
 
542
+ // Reference: src/modules/settings/routes/site.js:95
543
  // Reference: src/modules/tools/components/ToolsNavigation.vue:15
544
  __( 'URL Builder', 'google-analytics-for-wordpress' ),
545
 
558
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
559
  __( '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' ),
560
 
561
+ // Reference: src/modules/reports/components/ReportNoAuth.vue:27
562
  __( 'Launch Setup Wizard', 'google-analytics-for-wordpress' ),
563
 
564
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
565
  __( 'Please ask your webmaster to connect MonsterInsights to Google Analytics.', 'google-analytics-for-wordpress' ),
566
 
567
+ // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:43
568
  __( 'Overview', 'google-analytics-for-wordpress' ),
569
 
570
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:44
574
  __( 'Search Console', 'google-analytics-for-wordpress' ),
575
 
576
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:47
 
577
  __( 'Dimensions', 'google-analytics-for-wordpress' ),
578
 
579
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:48
598
  // Reference: src/modules/reports/routes/index.js:33
599
  __( 'Publishers Report', 'google-analytics-for-wordpress' ),
600
 
 
601
  // Reference: src/modules/reports/routes/index.js:41
602
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
603
 
604
  // Reference: src/modules/reports/routes/index.js:49
605
  __( 'Search Console Report', 'google-analytics-for-wordpress' ),
606
 
607
+ // Reference: src/modules/reports/routes/index.js:57
608
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
609
 
610
+ // Reference: src/modules/reports/routes/index.js:65
611
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
612
 
613
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:51
614
  // Reference: src/modules/reports/routes/index.js:73
615
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
616
 
618
  __( 'Site Speed Report', 'google-analytics-for-wordpress' ),
619
 
620
  // Reference: src/modules/widget/store/index.js:103
621
+ // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:132
622
  __( 'Time to Purchase', 'google-analytics-for-wordpress' ),
623
 
624
  // Reference: src/modules/widget/store/index.js:104
625
  __( 'This list shows how many days from first visit it took users to purchase products from your site.', 'google-analytics-for-wordpress' ),
626
 
627
  // Reference: src/modules/widget/store/index.js:111
628
+ // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:127
629
  __( 'Sessions to Purchase', 'google-analytics-for-wordpress' ),
630
 
631
  // Reference: src/modules/widget/store/index.js:112
805
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:84
806
  __( 'More advanced features', 'google-analytics-for-wordpress' ),
807
 
808
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:57
809
  __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
810
 
811
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:59
812
  /* Translators: Makes text green. */
813
  __( 'Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
814
 
858
  __( 'Includes the complete Overview report, Publisher reports and 6 different eCommerce reports', 'google-analytics-for-wordpress' ),
859
 
860
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:121
 
861
  __( 'Headline Analyzer', 'google-analytics-for-wordpress' ),
862
 
863
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:128
864
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:57
865
  __( 'Email Summaries', 'google-analytics-for-wordpress' ),
866
 
867
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:130
969
  // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:99
970
  __( 'One-click Form Events Tracking', 'google-analytics-for-wordpress' ),
971
 
972
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:45
973
  __( 'License Key', 'google-analytics-for-wordpress' ),
974
 
975
  // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:47
976
  /* Translators: Add link to retrieve license key from account. */
977
  __( 'Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-for-wordpress' ),
978
 
979
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:48
980
  __( 'Google Authentication', 'google-analytics-for-wordpress' ),
981
 
982
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:49
983
  __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
984
 
985
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:50
986
  __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
987
 
988
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:35
989
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:51
990
  __( 'Miscellaneous', 'google-analytics-for-wordpress' ),
991
 
992
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:37
993
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:53
994
  __( 'Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.', 'google-analytics-for-wordpress' ),
995
 
996
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:38
997
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:54
998
  __( 'Hide Announcements', 'google-analytics-for-wordpress' ),
999
 
1000
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:55
1001
  __( 'Setup Wizard', 'google-analytics-for-wordpress' ),
1002
 
1003
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:56
1004
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-for-wordpress' ),
1005
 
1006
  // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:31
1039
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:88
1040
  __( 'Pretty Links Installed & Activated', 'google-analytics-for-wordpress' ),
1041
 
1042
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:192
1043
  __( 'Download Pretty Links', 'google-analytics-for-wordpress' ),
1044
 
1045
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:90
1253
  __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1254
 
1255
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:106
1256
+ // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:30
1257
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
1258
  __( 'Installing...', 'google-analytics-for-wordpress' ),
1259
 
1260
  // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
1263
  // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
1264
  __( 'Show in full-width mode', 'google-analytics-for-wordpress' ),
1265
 
1266
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:328
1267
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:47
1268
  __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
1269
 
1270
  // Reference: src/modules/reports/store/actions.js:133
1292
  // Reference: src/modules/reports/store/actions.js:204
1293
  __( 'View Addons', 'google-analytics-for-wordpress' ),
1294
 
1295
+ // Reference: src/modules/seo/components/yoast.vue:237
1296
  __( 'Dismiss', 'google-analytics-for-wordpress' ),
1297
 
1298
  // Reference: src/modules/reports/store/actions.js:212
1301
  // Reference: src/modules/reports/store/actions.js:213
1302
  __( 'Please wait', 'google-analytics-for-wordpress' ),
1303
 
1304
+ // Reference: src/modules/reports/store/actions.js:53
1305
  __( 'activate', 'google-analytics-for-wordpress' ),
1306
 
1307
+ // Reference: src/modules/reports/store/actions.js:53
1308
  __( 'install', 'google-analytics-for-wordpress' ),
1309
 
1310
+ // Reference: src/modules/reports/store/actions.js:57
1311
  __( 'Visit addons page', 'google-analytics-for-wordpress' ),
1312
 
1313
  // Reference: src/modules/reports/store/actions.js:65
1333
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:30
1334
  __( 'Your Website', 'google-analytics-for-wordpress' ),
1335
 
1336
+ // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:31
1337
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:80
1338
  __( 'Sessions', 'google-analytics-for-wordpress' ),
1339
 
1340
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:300
1341
  __( 'Pageviews', 'google-analytics-for-wordpress' ),
1342
 
1343
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:33
1344
  __( 'Avg. Duration', 'google-analytics-for-wordpress' ),
1345
 
1346
+ // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:34
1347
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:92
1348
  __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
1349
 
1350
+ // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:35
1351
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:93
1352
  __( 'Total Users', 'google-analytics-for-wordpress' ),
1353
 
1354
  // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:44
1466
  // Reference: src/modules/woocommerce-insights/woocommerce-insights-Lite.vue:99
1467
  __( 'Level-up Your eCommerce store with %1$sMonsterInsights + WooCommerce!%1$s', 'google-analytics-for-wordpress' ),
1468
 
1469
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:94
1470
  /* Translators: placeholders make text small. */
1471
  __( 'Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s', 'google-analytics-for-wordpress' ),
1472
 
1473
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:99
1474
  /* Translators: placeholders make text small. */
1475
  __( 'Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s', 'google-analytics-for-wordpress' ),
1476
 
1477
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:104
1478
  /* Translators: placeholders make text small. */
1479
  __( 'None %1$s- Manually update everything.%2$s', 'google-analytics-for-wordpress' ),
1480
 
1481
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:71
1482
  __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
1483
 
1484
  // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:31
1507
  // Reference: src/modules/widget/components/WidgetReportsLink.vue:18
1508
  __( 'Go to the Analytics Dashboard', 'google-analytics-for-wordpress' ),
1509
 
1510
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:82
1511
+ /* Translators: Line break. */
1512
  __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
1513
 
1514
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:63
1515
+ /* Translators: Number of unique pageviews. */
1516
  __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
1517
 
1518
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:86
1519
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-for-wordpress' ),
1520
 
1521
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:87
1522
  __( 'A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.', 'google-analytics-for-wordpress' ),
1523
 
1524
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:88
1525
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-for-wordpress' ),
1526
 
1527
  // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:89
1528
  __( 'Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further.', 'google-analytics-for-wordpress' ),
1529
 
1530
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:90
1531
  __( 'The number of distinct tracked users', 'google-analytics-for-wordpress' ),
1532
 
1533
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:91
1534
  __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
1535
 
1536
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:259
1608
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:284
1609
  __( 'Average Age', 'google-analytics-for-wordpress' ),
1610
 
1611
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:106
1612
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:285
1613
  __( 'Behavior', 'google-analytics-for-wordpress' ),
1614
 
1615
  // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:286
1800
  /* Translators: Number of visitors and device percentage. */
1801
  __( '%1$s&#37 of your visitors were on a %2$s device.', 'google-analytics-for-wordpress' ),
1802
 
1803
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:505
1804
  __( 'Desktop', 'google-analytics-for-wordpress' ),
1805
 
1806
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:506
1807
  __( 'Tablet', 'google-analytics-for-wordpress' ),
1808
 
1809
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:507
1810
  __( 'Mobile', 'google-analytics-for-wordpress' ),
1811
 
1812
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:52
1902
  __( 'Dashboard widget', 'google-analytics-for-wordpress' ),
1903
 
1904
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:25
1905
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:65
1906
  __( 'Affiliate Links', 'google-analytics-for-wordpress' ),
1907
 
1908
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:27
1912
  __( 'Banner Ads', 'google-analytics-for-wordpress' ),
1913
 
1914
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:31
1915
+ // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputAmp-Lite.vue:22
1916
  __( 'Google AMP', 'google-analytics-for-wordpress' ),
1917
 
1918
  // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:32
1919
  __( 'SEO Score Tracking', 'google-analytics-for-wordpress' ),
1920
 
1921
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:100
1922
+ // Reference: src/modules/growth-tools/components/GrowthPluginButton.vue:26
1923
  __( 'Activating...', 'google-analytics-for-wordpress' ),
1924
 
1925
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:103
1960
  // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:61
1961
  __( 'Users that have at least one of these roles will be able to view the reports.', 'google-analytics-for-wordpress' ),
1962
 
1963
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:62
1964
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:88
1965
  __( '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' ),
1966
 
2020
  // Reference: src/modules/settings/api/index.js:27
2021
  __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
2022
 
 
2023
  // Reference: src/modules/settings/api/index.js:77
2024
  /* Translators: Error status and error text. */
2025
  __( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2026
 
 
2027
  // Reference: src/modules/settings/api/index.js:81
2028
  __( 'Network error encountered. Settings not saved.', 'google-analytics-for-wordpress' ),
2029
 
2195
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:129
2196
  __( 'Disconnect MonsterInsights', 'google-analytics-for-wordpress' ),
2197
 
2198
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:182
2199
  __( 'Authenticating', 'google-analytics-for-wordpress' ),
2200
 
2201
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:236
2210
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:287
2211
  __( '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' ),
2212
 
2213
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:90
2214
  __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
2215
 
2216
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:91
2222
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:94
2223
  __( 'Active Profile', 'google-analytics-for-wordpress' ),
2224
 
2225
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:95
2226
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
2227
 
2228
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:96
2229
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
2230
 
2231
  // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:97
2381
  // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:41
2382
  __( 'You can re-enable the MonsterInsights widget at any time using the "Screen Options" menu on the top right of this page', 'google-analytics-for-wordpress' ),
2383
 
2384
+ // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:24
2385
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputEmailSummaries-Lite.vue:16
2386
  __( 'Upgrade', 'google-analytics-for-wordpress' ),
2387
 
2388
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:39
 
2389
  __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
2390
 
2391
  // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:28
2392
  __( 'Allow Usage Tracking', 'google-analytics-for-wordpress' ),
2393
 
2394
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:40
 
2395
  __( 'By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test.', 'google-analytics-for-wordpress' ),
2396
 
2397
  // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:43
 
2398
  /* Translators: Add links to documentation. */
2399
  __( 'Complete documentation on usage tracking is available %1$shere%2$s.', 'google-analytics-for-wordpress' ),
2400
 
2439
  // Reference: src/modules/seo/components/yoast.vue:138
2440
  __( 'Automatically migrate all of your SEO settings with just 1 click!', 'google-analytics-for-wordpress' ),
2441
 
2442
+ // Reference: src/modules/seo/components/yoast.vue:139
2443
  __( '1,938', 'google-analytics-for-wordpress' ),
2444
 
2445
+ // Reference: src/modules/seo/components/yoast.vue:140
2446
  __( '2+ Million Active Installs', 'google-analytics-for-wordpress' ),
2447
 
2448
  // Reference: src/modules/seo/components/yoast.vue:143
2451
  // Reference: src/modules/seo/components/yoast.vue:144
2452
  __( 'Set up the proper SEO foundations in less than 10 minutes.', 'google-analytics-for-wordpress' ),
2453
 
2454
+ // Reference: src/modules/seo/components/yoast.vue:145
2455
  __( 'SEO Audit Checklist', 'google-analytics-for-wordpress' ),
2456
 
2457
+ // Reference: src/modules/seo/components/yoast.vue:146
2458
  __( 'Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic.', 'google-analytics-for-wordpress' ),
2459
 
2460
  // Reference: src/modules/seo/components/yoast.vue:147
2466
  // Reference: src/modules/seo/components/yoast.vue:149
2467
  __( 'Get AIOSEO for WordPress', 'google-analytics-for-wordpress' ),
2468
 
2469
+ // Reference: src/modules/seo/components/yoast.vue:152
2470
  __( 'Get the #1 Most Powerful WordPress SEO Plugin Today', 'google-analytics-for-wordpress' ),
2471
 
2472
+ // Reference: src/modules/seo/components/yoast.vue:153
2473
  __( 'Try it out today, for free.', 'google-analytics-for-wordpress' ),
2474
 
2475
+ // Reference: src/modules/seo/components/yoast.vue:156
2476
  __( 'Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings.', 'google-analytics-for-wordpress' ),
2477
 
2478
+ // Reference: src/modules/seo/components/yoast.vue:157
2479
  __( 'Activate and Install the Plugin with just one click!', 'google-analytics-for-wordpress' ),
2480
 
2481
  // Reference: src/modules/seo/components/yoast.vue:222
2482
  __( 'Installing AIOSEO...', 'google-analytics-for-wordpress' ),
2483
 
2484
+ // Reference: src/modules/seo/components/yoast.vue:231
2485
  __( 'Congrats! All-in-One SEO Installed.', 'google-analytics-for-wordpress' ),
2486
 
2487
  // Reference: src/modules/seo/components/yoast.vue:248
2488
  __( 'Switch to AIOSEO', 'google-analytics-for-wordpress' ),
2489
 
2490
+ // Reference: src/modules/seo/components/yoast.vue:252
2491
  __( 'Installation Failed. Please refresh and try again.', 'google-analytics-for-wordpress' ),
2492
 
2493
+ // Reference: src/modules/seo/components/yoast.vue:259
2494
  __( 'Activating AIOSEO...', 'google-analytics-for-wordpress' ),
2495
 
2496
+ // Reference: src/modules/seo/components/yoast.vue:266
2497
  __( 'Activate AIOSEO', 'google-analytics-for-wordpress' ),
2498
 
2499
+ // Reference: src/modules/seo/components/yoast.vue:270
2500
  __( 'Activation Failed. Please refresh and try again.', 'google-analytics-for-wordpress' ),
2501
 
2502
  // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:171
2620
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
2621
  __( 'These user roles will be able to access MonsterInsights\' reports in the WordPress admin area.', 'google-analytics-for-wordpress' ),
2622
 
2623
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:49
2624
  __( 'Save and continue', 'google-analytics-for-wordpress' ),
2625
 
2626
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:91
2641
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
2642
  __( 'Whoops, something went wrong and we weren\'t able to connect to MonsterInsights. Please enter your Google UA code manually.', 'google-analytics-for-wordpress' ),
2643
 
2644
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:55
2645
  __( 'Save and Continue', 'google-analytics-for-wordpress' ),
2646
 
2647
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:81
2777
  // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:92
2778
  __( 'Error emptying the popular posts cache. Please try again.', 'google-analytics-for-wordpress' ),
2779
 
2780
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:105
2781
  __( 'Choose Theme', 'google-analytics-for-wordpress' ),
2782
 
2783
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:107
2784
  __( 'Widget Styling', 'google-analytics-for-wordpress' ),
2785
 
2786
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:108
2787
  __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-for-wordpress' ),
2788
 
2789
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:109
2790
  __( 'Sort By', 'google-analytics-for-wordpress' ),
2791
 
2792
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:110
2793
  __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-for-wordpress' ),
2794
 
2795
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
2801
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:108
2802
  __( 'Title your widget and set its display preferences.', 'google-analytics-for-wordpress' ),
2803
 
2804
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:115
2805
  __( 'Include in Post Types', 'google-analytics-for-wordpress' ),
2806
 
2807
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:116
2808
  __( 'Exclude from specific posts', 'google-analytics-for-wordpress' ),
2809
 
2810
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:118
2811
  /* Translators: Placeholders make the text bold. */
2812
  __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-for-wordpress' ),
2813
 
2814
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:120
2815
  /* Translators: Placeholders make the text bold. */
2816
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-for-wordpress' ),
2817
 
2818
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:122
2819
  __( 'Loading Themes', 'google-analytics-for-wordpress' ),
2820
 
2821
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:129
2822
  /* Translators: placeholders make text small. */
2823
  __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-for-wordpress' ),
2824
 
2825
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:134
2826
  /* Translators: placeholders make text small. */
2827
  __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-for-wordpress' ),
2828
 
2829
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:141
2830
  /* Translators: placeholders make text small. */
2831
  __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-for-wordpress' ),
2832
 
2833
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:146
2834
  /* Translators: placeholders make text small. */
2835
  __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-for-wordpress' ),
2836
 
2837
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:151
2838
  /* Translators: placeholders make text small. */
2839
  __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-for-wordpress' ),
2840
 
2851
  __( 'Choose where in the post body the widget will be placed.', 'google-analytics-for-wordpress' ),
2852
 
2853
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:121
 
2854
  __( 'Customize Design', 'google-analytics-for-wordpress' ),
2855
 
2856
  // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
3011
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
3012
  __( 'Close', 'google-analytics-for-wordpress' ),
3013
 
3014
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:28
3015
  __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-for-wordpress' ),
3016
 
3017
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:49
3024
  /* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
3025
  __( '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' ),
3026
 
3027
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:30
3028
  __( 'Automated + Curated', 'google-analytics-for-wordpress' ),
3029
 
3030
  // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:55
3432
  __( 'Time to Interactive', 'google-analytics-for-wordpress' ),
3433
 
3434
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:52
3435
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:263
3436
  __( '2021 Year in Review', 'google-analytics-for-wordpress' ),
3437
 
3438
  // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:49
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wpbeginner.com/wpbeginner-needs-your-help/
4
  Tags: WordPress analytics, google analytics, google analytics dashboard, google analytics widget, WooCommerce stats, analytics dashboard, universal google analytics, statistics, tracking, stats, google, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
5
  Requires at least: 4.8.0
6
  Tested up to: 5.9
7
- Stable tag: 8.3.3
8
  Requires PHP: 5.5
9
  License: GPL v3
10
 
@@ -292,6 +292,9 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
292
  4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
293
 
294
  == Changelog ==
 
 
 
295
  = 8.3.3: February 09, 2022 =
296
  - Fixed: We fixed the PDF reports format.
297
  - Tweak: We optimized the Ajax requests for notifications.
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: 4.8.0
6
  Tested up to: 5.9
7
+ Stable tag: 8.3.4
8
  Requires PHP: 5.5
9
  License: GPL v3
10
 
292
  4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
293
 
294
  == Changelog ==
295
+ = 8.3.4: February 10, 2022 =
296
+ - Fixed: Resolved a PHP Notice message some users received after upgrading to 8.3.3
297
+
298
  = 8.3.3: February 09, 2022 =
299
  - Fixed: We fixed the PDF reports format.
300
  - Tweak: We optimized the Ajax requests for notifications.