Google Analytics for WordPress by MonsterInsights - Version 7.14.0

Version Description

= 7.0.0 =

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

= 6.0.0 =

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

Download this release

Release Info

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

Code changes from version 7.13.3 to 7.14.0

Files changed (31) hide show
  1. assets/css/admin-widget-settings.css +6 -6
  2. assets/css/admin-widget-settings.min.css +1 -1
  3. assets/js/admin-widget-settings.js +4 -1
  4. assets/js/admin-widget-settings.min.js +1 -1
  5. assets/js/select2.js +0 -2
  6. assets/js/select2.min.js +0 -2
  7. googleanalytics.php +4 -3
  8. includes/admin/common.php +102 -261
  9. includes/admin/notification-event-runner.php +182 -0
  10. includes/admin/notification-event.php +29 -122
  11. includes/admin/notifications.php +45 -15
  12. includes/admin/notifications/notification-audience.php +38 -43
  13. includes/admin/notifications/notification-bounce-rate.php +16 -19
  14. includes/admin/notifications/notification-headline-analyzer.php +9 -9
  15. includes/admin/notifications/notification-mobile-device.php +7 -11
  16. includes/admin/notifications/notification-returning-visitors.php +5 -10
  17. includes/admin/notifications/notification-to-add-more-file-extensions.php +6 -6
  18. includes/admin/notifications/notification-to-setup-affiliate-links.php +5 -5
  19. includes/admin/notifications/notification-traffic-dropping.php +5 -10
  20. includes/admin/notifications/notification-upgrade-for-email-summaries.php +5 -5
  21. includes/admin/notifications/notification-upgrade-for-form-conversion.php +7 -7
  22. includes/admin/notifications/notification-upgrade-for-google-optimize.php +6 -6
  23. includes/admin/notifications/notification-upgrade-for-search-console.php +6 -6
  24. includes/admin/notifications/notification-upgrade-to-pro.php +8 -8
  25. includes/admin/notifications/notification-visitors.php +6 -11
  26. includes/helpers.php +24 -0
  27. includes/install.php +156 -129
  28. includes/popular-posts/class-popular-posts.php +6 -1
  29. languages/google-analytics-for-wordpress.pot +1911 -1738
  30. languages/vue.php +1807 -1688
  31. lite/assets/vue/css/chunk-common.css +1 -1
assets/css/admin-widget-settings.css CHANGED
@@ -74,14 +74,14 @@
74
  }
75
 
76
  /** SELECT2 Styles **/
77
- .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
78
 
79
- .select2-container {
80
  display: block;
81
  width: 100% !important;
82
  }
83
 
84
- .select2-container--default .select2-selection--multiple .select2-selection__choice {
85
  border-radius: 20px;
86
  background: #E2E4E7;
87
  border: none;
@@ -94,7 +94,7 @@
94
  line-height: 24px;
95
  }
96
 
97
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
98
  line-height: 1;
99
  width: 16px;
100
  height: 16px;
@@ -111,7 +111,7 @@
111
  padding-left: 0;
112
  }
113
 
114
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
115
  background-color: #333;
116
  color: #E2E4E7;
117
  }
@@ -212,7 +212,7 @@
212
  margin-left: 8px;
213
  }
214
 
215
- .select2-container--disabled {
216
  margin-top: 10px;
217
  opacity: 0.6;
218
  }
74
  }
75
 
76
  /** SELECT2 Styles **/
77
+ .select300-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select300-container .select300-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select300-container .select300-selection--single .select300-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select300-container .select300-selection--single .select300-selection__clear{position:relative}.select300-container[dir="rtl"] .select300-selection--single .select300-selection__rendered{padding-right:8px;padding-left:20px}.select300-container .select300-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select300-container .select300-selection--multiple .select300-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select300-container .select300-search--inline{float:left}.select300-container .select300-search--inline .select300-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select300-container .select300-search--inline .select300-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select300-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select300-results{display:block}.select300-results__options{list-style:none;margin:0;padding:0}.select300-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select300-results__option[aria-selected]{cursor:pointer}.select300-container--open .select300-dropdown{left:0}.select300-container--open .select300-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select300-container--open .select300-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select300-search--dropdown{display:block;padding:4px}.select300-search--dropdown .select300-search__field{padding:4px;width:100%;box-sizing:border-box}.select300-search--dropdown .select300-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select300-search--dropdown.select300-search--hide{display:none}.select300-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select300-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select300-container--default .select300-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select300-container--default .select300-selection--single .select300-selection__rendered{color:#444;line-height:28px}.select300-container--default .select300-selection--single .select300-selection__clear{cursor:pointer;float:right;font-weight:bold}.select300-container--default .select300-selection--single .select300-selection__placeholder{color:#999}.select300-container--default .select300-selection--single .select300-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select300-container--default .select300-selection--single .select300-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select300-container--default[dir="rtl"] .select300-selection--single .select300-selection__clear{float:left}.select300-container--default[dir="rtl"] .select300-selection--single .select300-selection__arrow{left:1px;right:auto}.select300-container--default.select300-container--disabled .select300-selection--single{background-color:#eee;cursor:default}.select300-container--default.select300-container--disabled .select300-selection--single .select300-selection__clear{display:none}.select300-container--default.select300-container--open .select300-selection--single .select300-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select300-container--default .select300-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select300-container--default .select300-selection--multiple .select300-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select300-container--default .select300-selection--multiple .select300-selection__rendered li{list-style:none}.select300-container--default .select300-selection--multiple .select300-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select300-container--default .select300-selection--multiple .select300-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select300-container--default .select300-selection--multiple .select300-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select300-container--default .select300-selection--multiple .select300-selection__choice__remove:hover{color:#333}.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-selection__choice,.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-search--inline{float:right}.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-selection__choice{margin-left:5px;margin-right:auto}.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-selection__choice__remove{margin-left:2px;margin-right:auto}.select300-container--default.select300-container--focus .select300-selection--multiple{border:solid black 1px;outline:0}.select300-container--default.select300-container--disabled .select300-selection--multiple{background-color:#eee;cursor:default}.select300-container--default.select300-container--disabled .select300-selection__choice__remove{display:none}.select300-container--default.select300-container--open.select300-container--above .select300-selection--single,.select300-container--default.select300-container--open.select300-container--above .select300-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select300-container--default.select300-container--open.select300-container--below .select300-selection--single,.select300-container--default.select300-container--open.select300-container--below .select300-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select300-container--default .select300-search--dropdown .select300-search__field{border:1px solid #aaa}.select300-container--default .select300-search--inline .select300-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select300-container--default .select300-results>.select300-results__options{max-height:200px;overflow-y:auto}.select300-container--default .select300-results__option[role=group]{padding:0}.select300-container--default .select300-results__option[aria-disabled=true]{color:#999}.select300-container--default .select300-results__option[aria-selected=true]{background-color:#ddd}.select300-container--default .select300-results__option .select300-results__option{padding-left:1em}.select300-container--default .select300-results__option .select300-results__option .select300-results__group{padding-left:0}.select300-container--default .select300-results__option .select300-results__option .select300-results__option{margin-left:-1em;padding-left:2em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-2em;padding-left:3em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-3em;padding-left:4em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-4em;padding-left:5em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-5em;padding-left:6em}.select300-container--default .select300-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select300-container--default .select300-results__group{cursor:default;display:block;padding:6px}.select300-container--classic .select300-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select300-container--classic .select300-selection--single:focus{border:1px solid #5897fb}.select300-container--classic .select300-selection--single .select300-selection__rendered{color:#444;line-height:28px}.select300-container--classic .select300-selection--single .select300-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select300-container--classic .select300-selection--single .select300-selection__placeholder{color:#999}.select300-container--classic .select300-selection--single .select300-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select300-container--classic .select300-selection--single .select300-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select300-container--classic[dir="rtl"] .select300-selection--single .select300-selection__clear{float:left}.select300-container--classic[dir="rtl"] .select300-selection--single .select300-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select300-container--classic.select300-container--open .select300-selection--single{border:1px solid #5897fb}.select300-container--classic.select300-container--open .select300-selection--single .select300-selection__arrow{background:transparent;border:none}.select300-container--classic.select300-container--open .select300-selection--single .select300-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select300-container--classic.select300-container--open.select300-container--above .select300-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select300-container--classic.select300-container--open.select300-container--below .select300-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select300-container--classic .select300-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select300-container--classic .select300-selection--multiple:focus{border:1px solid #5897fb}.select300-container--classic .select300-selection--multiple .select300-selection__rendered{list-style:none;margin:0;padding:0 5px}.select300-container--classic .select300-selection--multiple .select300-selection__clear{display:none}.select300-container--classic .select300-selection--multiple .select300-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select300-container--classic .select300-selection--multiple .select300-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select300-container--classic .select300-selection--multiple .select300-selection__choice__remove:hover{color:#555}.select300-container--classic[dir="rtl"] .select300-selection--multiple .select300-selection__choice{float:right;margin-left:5px;margin-right:auto}.select300-container--classic[dir="rtl"] .select300-selection--multiple .select300-selection__choice__remove{margin-left:2px;margin-right:auto}.select300-container--classic.select300-container--open .select300-selection--multiple{border:1px solid #5897fb}.select300-container--classic.select300-container--open.select300-container--above .select300-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select300-container--classic.select300-container--open.select300-container--below .select300-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select300-container--classic .select300-search--dropdown .select300-search__field{border:1px solid #aaa;outline:0}.select300-container--classic .select300-search--inline .select300-search__field{outline:0;box-shadow:none}.select300-container--classic .select300-dropdown{background-color:#fff;border:1px solid transparent}.select300-container--classic .select300-dropdown--above{border-bottom:none}.select300-container--classic .select300-dropdown--below{border-top:none}.select300-container--classic .select300-results>.select300-results__options{max-height:200px;overflow-y:auto}.select300-container--classic .select300-results__option[role=group]{padding:0}.select300-container--classic .select300-results__option[aria-disabled=true]{color:grey}.select300-container--classic .select300-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select300-container--classic .select300-results__group{cursor:default;display:block;padding:6px}.select300-container--classic.select300-container--open .select300-dropdown{border-color:#5897fb}
78
 
79
+ .select300-container {
80
  display: block;
81
  width: 100% !important;
82
  }
83
 
84
+ .select300-container--default .select300-selection--multiple .select300-selection__choice {
85
  border-radius: 20px;
86
  background: #E2E4E7;
87
  border: none;
94
  line-height: 24px;
95
  }
96
 
97
+ .select300-container--default .select300-selection--multiple .select300-selection__choice__remove {
98
  line-height: 1;
99
  width: 16px;
100
  height: 16px;
111
  padding-left: 0;
112
  }
113
 
114
+ .select300-container--default .select300-selection--multiple .select300-selection__choice__remove:hover {
115
  background-color: #333;
116
  color: #E2E4E7;
117
  }
212
  margin-left: 8px;
213
  }
214
 
215
+ .select300-container--disabled {
216
  margin-top: 10px;
217
  opacity: 0.6;
218
  }
assets/css/admin-widget-settings.min.css CHANGED
@@ -1 +1 @@
1
- .monsterinsights-label-block,.monsterinsights-radio-icons{display:block}.monsterinsights-radio-icons{margin:4px 0}.monsterinsights-radio-icons *{box-sizing:border-box}.monsterinsights-radio-icons > label{display:inline-block}.monsterinsights-radio-icons input[type="radio"]{visibility:hidden;display:none}.monsterinsights-wide-column{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #b7c9d9;border-radius:5px;width:40px;height:40px;padding:10px 5px;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:4px}.monsterinsights-wide-column > span{background:#99a1b2;display:inline-block;width:8px;height:8px;border-radius:1px;margin-bottom:2px}.monsterinsights-wide-column.monsterinsights-wide-column-two > span{width:12px}.monsterinsights-radio-icons input[type="radio"]:checked + .monsterinsights-wide-column{border:2px solid #338eef;background:#ecf4fe;padding:9px 4px}.monsterinsights-radio-icons input[type="radio"]:checked + .monsterinsights-wide-column > span{background:#338eef}.monsterinsights-wide-column.monsterinsights-wide-column-one > span{width:100%}.monsterinsights-field-description{font-family:Helvetica Neue, serif;font-style:italic;font-weight:normal;font-size:13px;line-height:1.5%;color:#545C66}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.select2-container{display:block;width:100% !important}.select2-container--default .select2-selection--multiple .select2-selection__choice{border-radius:20px;background:#E2E4E7;border:none;color:#32373C;padding-left:8px;font-family:Helvetica Neue, serif;font-style:normal;font-weight:normal;font-size:13px;line-height:24px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{line-height:1;width:16px;height:16px;float:right;display:block;border-radius:50%;background-color:#555D66;color:#E2E4E7;text-align:center;margin:4px 0px 4px 8px;font-size:14px;box-sizing:border-box;padding-top:0;padding-left:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:#333;color:#E2E4E7}.monsterinsights-widget-theme-preview{background:#F0F2F4;border-radius:5px;padding:8px 8px 8px 18px;display:flex;font-family:Helvetica Neue, serif;font-style:normal;font-weight:normal;font-size:14px;line-height:1;color:#32373C;align-items:center;justify-content:space-between}.monsterinsights-widget-theme-preview-icon,.monsterinsights-products-theme-preview-icon{width:74px;height:46px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAxAAAAEqCAMAAACyWUYtAAABHVBMVEUAAAAzju89ku/n8vzf7//n8//n8v1ClfBBlfBClvDn8v3n8vzl8Pzn8v3n8f0yju/m8v7l8ftBlvAzje/n7/wRcNXo8v7n8v0yju8yju8hfeGfy/fn8v1ClfDn8vygy/gyju/o8f4yju8QcNWgy/gzje+gyvkzju8RcNUQcNEwj+8QcNCgy/cyju8RcNYzju7n8v3n8vzn7/8QcNbn8v0zju9ClvCgy/gRcNVZo/Lx9/5Lm/GkzfgScNXe7fy62fpGmPHR5fs+lPCx1flToPJgp/O21/k2kO+r0flrrfPm8f2kzfmayPjS5vvE3/vj8P3N5PvI4fvM4viHvfZ1s/QfeNeOwfZNnfE7k+88k/DB3fp9uPVGkN9TmOFUmOKGYDVYAAAANHRSTlMA/iCvEF/v7++vj29Q39/vz4C/r2Dfr4B3X1gg3r5g79/Pz8+/v6+PgCAQEO7ev7C/YSC/maRVeQAADIJJREFUeNrs3M9q20AQx/Fhk0ZS/tTBwQkkuD24KQmBXDq7NSipcdwcDFVOou//KC05GJyIIEur0az2932Dgf3YCK2GXts/Ov/MvXd6/ok8dXdzP1fT7JJQUB0fsJJO/JC4ncxVNbklFE6HrKgL8pAyD/9F3BEKpQtW1SG17nKurhtCgfSFlXVMbZvN1XVPKJBOWFkH+9SyucIIhZG6PwjmI4BAvbXH6toDCNRbp6yuE2oZK4xQCD9cj4M8PKwwQgABEAABEAoODyuMEEAABEAAhILDwwojBBAAARAAoeDwsMIIAQRAAERwscIwE6obQEQ6E6oOICKdCVUHEJHOhKoDiEhnQtUBRKQzoeoAItKZkFD8psWzFe55BRC1d0090tvMOHESZYaiiLdb2R5aAUS9XVMVIEzihEriEMHb5baHngCizq6pShCZE2tKMcRbvdheWgJEjV1TlSCcXAnFEG+1sL206BhEsc6dZGXhHcSsfxCOYigGEEXuhMsL3yDmAFEdQOwOonTirQEi0GIA4eTLASLQAKKbAKJG5npkd+vMdPkGJjMAsQkgxEGYkd25kenyDUxiAGITQEiDOLMNuu70DcwUIDYBhDQI26RRp5MnALEJIIIAYbudHCA2AQRAvAOxtL30AhBNQaTugwCiLQh+sj2UM0A0BTF2YmUxghjk9W9XqzBBmNQJlZoYQfBK/gOhBQNEYxBkMidROjUUJQgN+QaRuzoFCiLgbKO2n54AogGItROvBIiuQYxdB2VRgBjy9e+Qs43q8ukpNVGA4KJ0kuXrggGiaxD+n57SqRnm55asMIDwBqIq7GWKbSaAAAjMBBAAARAAoQqEwOa+3w8A0QyE1Oa+zFBlEYJYWYn+AkQDEIKb+5JqERGCyK1IvwDCE4jMddKUqooPxIuV6QEgdH8PkVBV8YFYWF+pAuFzc19ZxADCUVW6QLR5espMzCD8Xt3IC4DQAKLd01NiIgZROq+tAUIDiMy1ahoxCOe3HCA0gHDtSgDCWwAxABAOIAACIAACIAACIAACIAACIAACIKIB8QMgXhMGsbQyrQBix24+3twXIYhUAITY5r4lQOzY3UR0c19G71MGouXkWcTXv4cAgm4ngpv70gCuf5u0iwn72NyX/2GAaNDlTGhzXzoN4gOhFpOnYxPTVWl+Uz4MEIPLNgjfVOvb3FcCBEDUTyGIIVz/HmIAMYDNffm6YIAAiB1SCEJBhAACIAACIBQcHlYYIYAACIAACAWHhxVGyDeIq29ff/rt+9UwDw8rjNA/9uxupXEoCsPwokl70D8tI3pQmCLUHgkjsiD3f2dz4syhqE3ISvo8d7Dhe9khu+cgjqeud6/HWY4nCwp6DuLSDeA8y/FkQUHPQXRDeJ3leLKgYApBdLMcTxYUCEIQgvjM3VVBnLohxC7LeRbEbXj5SQ9/4sO5G8AlmiynEcRtWPzgirhbDPzbdZPlLAVxIxa/vpvDyyL+O166fp3Ox4h2lcXsvb4zom0Ws4xrvWU5z8FUrLOUQ1ztkOUsg8kotZ91XK/dZzH7YEIeygxotY0+vJc50EcP78GkPDT3Obp9s2l7O1CB8/zzdmgDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAb1m4e9zm6+8dlwPi2qyxiJwlGt85CngJG9ZSlrANG9DuL2QaMZ5fFrNqAr5r9BZG5CRhLk+U0AV829y+mzF3AWLKg4C97d/CaOBDFcVwPe9pdutCLLT0svRQKZVl4z6pxwxijQfcmiLbY/f//jM3BlkxqJ8aJ05eZ3+dYykBIvkTNGwJHQhAABQgCoABBABQgCIACBAFQgCAAzonKJrOEXVpMEATI8a6HhB1LJggCxKCSBTs3QxAgBpWwewmCADEEBMEIAnvfxSANgpBMzt73G3+TIA2CEAx73w9BEKHC3veDEESgfpMwnu59Jw2CEEvcTi5P976TBkFIJe4G0dTe9/ve5U/+dLeXVwiiVXzd+359wUI8XCGIFvlB4tx07N2xHN0egmgPEqhjrcei3CGI1iCBOrauWJbuNYJoCxKoY0vAt2ndxT2CaAkSyLcbBHO3hyBaggTqWLpkcX75G4Rnk6EkUMfSLYvz4G0QciZDv39BEIexPF1fg/BuMpTKVrv14CMvK6qEIEIKwr/JUCpZrQcG6+oiEERAQYh76cW3xoP4NzDaURUEEVAQHk6Gkm45MFtTFQQRThDibhBEXx0H8YeqIIhwgvBxMpSKEMQrBNHSydDvCAJBnBwEfrNHEEdCEAgihyBeIQgEkUMQrxAEgsgFFMQ2SoeNSKMtghAEQZwSRLYZNijKEIQYCOKEILJ02Kg0QxBSIIgTgoiGDdsgiJwXb0Ui3XIdQBDbYeOe2CSUIHx4KxKV7MxBvFA18UFEzQcRsUkoQfjwViTShDH+nTYfRMomoQTB7iXnPiZavXycw86PDULDM2ATBPGmdcckAYI4hsCLh6u17pgkcBzERvX7/ShFEAgCQeQ5PO3/2k8RBIIIPgjFb7IUQSAIEshhEIoLshRBIAiB3AURsSZDEFYXT8KVWndMErgLImOdQhA2F8+MnVsgiAaD2HBJhiAwuqHxYj6LjQpB9LlsgyCsLp4Fu5TMJoTIGwziicsUggj84wVp/JjPYiMEgSBk/3KWtCWItB8hCATxjvjzxEbG7xCRqYeMWSEIBFEm/jxxBe2xnC419pBTCAJBlIg/T2xkeg6xreghpxAEgtCJP09cQZvc0KSmHvbUSUHgqe5REMSnBlG+RShzD3vqlCDwVPcoCCLnPojDF7q5hwJ1QhBePvChsnj699HGPNbWOub/MZ/V7Ph32ue9zNiDRtUPIoinurFdDrlxXG+tcYz5rCaC0JPYMmdbNTT2oFO1gwji48X80dq05lpTjG4421Ot96BTCCJHJY/2xjXXGmM+y10Qeg86hSAMQViouxZ+KHAYhN6DTiEIBHEMAeeJK1j2sKcQBJWMGwxijCDOF0T0vBy5NI/CDGJq38O85lpzBFE/iGg5cmwZBRlEbH2LGMf11hrHCKJ+EPORc89BBkHx3C6Haaytdcz/I4j6QYzcW5aD8HKvLgmEYxIZxIiLghndEADH1NIgfNirSwJhPqulQbB7CYIIcz4LQRyE/RChzmexBkH8b+duWhMJwiAAt5jkkGTNBnPQ4CGbSyCw7OVtGxOJe4iLhMEPBjzE//8/NsJguieCOm205p16ziLMYBHTUyUDUfF+lg0wEAxExesoNuftaSMGgoGoTiDenw7uX1UDMRmPnBsNXqQotEBo6GfZAGh1w+6qFIGYZuco/ZkUAxcIDf0sm/d82PLG23suD5X51Y2ZW5lKEXiB0NDPshv4P0MT5S9/dcMTnrP3J1IAXiA09LNKEQiN1Y2B84ylCLxAAKhEIDRsdSVn5DwjKeLoHx4BVI1AAPjeI0rZGeI1IWAg1oO70RJgIDJw18RArMevTAwEA3HID8/YeQayM8RrQnC4QLw+R3llIAKTfnCavjPEa0Kw90B008TFSIe9leF883stutUMhEzdykwKQLwmAPsORDdxkZLhKg/JVq/vVjMQMutnfx+mUgjiNZW/n2VzFi7avJdJ3VbSigZCXgbLD894IgUBXlP5+1k2x8VLepltX58PhMqtrgBiP+sggXA7BsLlA6FyqyuA2M8qaSA0bHUFEPtZmwORuHi9zLbvlQ+Eyq2uAOLDxs2BSF20tJeZu60s8oFQOU0UQKyjlPTY1e2KgWAg9vZgbuFiJHP/wVy6+fXp1wdzKre6Aohfmb6yeGoqt7o/BM4v9rNKGggNW926wKmzn1XSQGjY6l4InFP2s8oaCAAm0smZgGkY9rMYiMJMrEsBc2rYz2IgCjPRzgXKtTE8OWMgCjPxrgXIuWEg1rmzcO5V3uilm4aAOLs0DMRaTQvnj8obnUWi/lOOrlG/ODEMxHoti6bWVnmjNRJAJtLjlQXzW+eN1kgAmVi3FkutrXOrq5EAMtEeLJSW0q2uRhr7WWj/Rjxo3epqpLGftdSGOXu9ulW71dVIYz8ri0Tz3h7dXbP1qHerqxFeP6tjVJKAjuGJSgr7WZAkoGOaqJO+fhYkCTAQwNT1syBJgF+ZkGnrZ0GSgI6trl4Q/azOsp+llgR0bHWJuNUl+sCtLpGHW10iY9iiJFpiIIg8DASRh4Eg8jAQRB4GgsjDQBCtxa0u0SdudYk83OoSfeJWlyjArS6Rh1tdIg+3ukTf46YjIBRvdalMuNUlWvoPwrM3CeMd4W0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:0 0;background-size:392px;display:inline-block}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-beta{background-position-x:-212px}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-charlie{background-position-x:-106px}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-delta{height:43px;background-position:-318px 0}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-echo{height:76px;background-position:0 -73px}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-foxtrot{background-position:-106px -90px;height:41px}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-golf{background-position:-212px -83px;height:56px}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-hotel{height:50px;background-position:-318px -86px}.monsterinsights-products-theme-preview-icon{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXgAAAFoCAYAAABdS+A9AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABMLSURBVHgB7d1fbJ1nfcDx3/se20kaJ7GXEhrK1KRMFRdFS8ukdgyVCLFbSC4mcUfTi2rTJJqESbuZaLrLCZoWiStQW3qFNGlJb9AuGJRqdNG0NpaGRGGjcTZYk9DgNP/sxPZ59z5O3aYlrf+c18l7nvP5SCG2MTHn9Tnf85znPO/7FJ9+cqoKaEb1ysHxMmhMVVUxeS7GNgx1vxJVsbv+fFcUsSMYeFVVTJRFTFZlcXT7aPG9G32PByO01G/quP/fhfm96zvdE/WHT1VR7RF3FhVFtWvhPtHtPvfG+fnX37hYfeX93yPw0EJvvVUVnYtxuIzin+pPxwI+3M469M++caF6/PovCjy0zFQ9XL9cxuNV1d0fsHxFVN1Dp85XTy5+QeChRc7UcZ+5ML+vfqA+HrAKVXT3/2Zqbk/6WOChRTrT9Sgsiq8HrF5RdopnTkxVYwIPLZFG71fn5h+uP9wR0JuxdeXswwIPLdG9GEUV8cWA3tXz8eXnigBa4beXqmK22321rvyugN6dEHhoiTemqyLqwgc0ozJFA5ApgQfIlMADZErgATIl8ACZEniATA0FkJXTF7rx1EvT8frZbly6aruHfvPgXUPx6IPrY9um3sff1sFDSzSxDv5UHffHjlwS9j43OlLEt/Zu7DXy1sFDLlLSv3tsRtwzcLH+HR6uX4X1SuAhI8dOzgV5OHG295OaBR6ghZp4JSbwAJkSeIBMCTxAphbWwe86PLWj041no1i4DnX/7uBexdH5Mg5MHBifXM63765vdzFSPFvUh6C+7XauX70j3SvVwReXedyBm6NciHsVx+vA7Y5+jntSxJ50W9JtWupbU9zLkeJ4kW63uPdqb7mueHX3Mo47cPOU9cj9cPR72N9rbOHVyBLqIB0W9kaNd0aKZwJojTKNeiM3xbK2PMvvdt9iVWGrOWiTXN9kNTK/NRx3aBGraAAyJfAAmRJ4gEwJPECmBB4gUwMb+KqKcwGQsUEewU8Ejaqq6oUAWmNwR/Bltc8ovjn1sZyqyjgQQGsMbOBf/KvxyTry99UfHg1WLT1J1n9+XB/L+9MxDaA1hmKAvR2kvQGQIatoADIl8ACZEniATAk8QKYEHiBTAg+QKYEHyNRAr4NPm0QXI8WzRcSuAdmf9Wj3SnXgxQNOSIJBMLAj+BT3cqQ4XhSxe4A2395TriuOp9seQPYGNvB16A4PUNivN9apX7UEkL1BnoPfEwOqKuopKSB73mQdTIP4ygUGjsADZErgATIl8ACZEniATAk8QKYGd09W+7ECmRvkEfxEDKiqql4IIHuDO4Ivq32DOIpf2CS7jP0BZG9gA5823K4jf1/94dEYAAthr+LFdJvf3mwcyNxAX03y7dDtDYAMWUUDkCmBB8iUwANkSuABMiXwAJkSeIBMCTxApgZ6Hfyz/za9oxha2J80bWFnl6PVqooj1XD34L77NkwG0BoDO4J/O+7H6w93h7j3pqj2FnPx6rPHp3cE0BoDG/iiUx4OYW9QMV7MFc8Et9TGkSJg0eDOwRfVnqBh1a7glrp7q7fVcvHAXb3PoLs30KDCK6JbKI3dH3tog1F8Bkbr3+GjD66PXgk8ZOSOTWV8a+/GePCugV4/0bfSk/OntncWfofbNvWe53QvSNdEH8SR16DebjL30ToMf/fntwWUUeW4s9Gydiwa2B2d1krVDTtFQYuU82Xsi8hnZ6Oqvi3zRbHkjkXVXJXV7b71qqkYqQ4E0BrlxIHxyfki7qvL2Nc7G6Ww1//xYre+Lek2LfX9+/50w2Qd+b6/3S2QniR/XA3F/U50gnbxdju0xBvTVRGz3W5AMyqraAAyJfAAmRJ4gEw5GwIyc/pCN556aTpeP9uNS1eroL+kk9TSWaxNnOjkTVZoiSbeZD1Vx/2xI5eEvc+lSxU0cDarN1khFynp3z02I+4ZuFj/Dg/Xr8J6JfCQkWMn54I8nDjb+4pZgQdooSZeiQk8QKYEHiBTAg+QKYEHyJTAA2RK4CEj9mPlegIPGbl7q4d0Lh5oYF9d9wbIRBq7P/bQBqP4DKRLFaTr0fTKPQFaoqkNP9LFxr5zbMZZrX0oPTmnV2EH6ifqBi42Vgk8tIQdnWiYi40B5ErgATIl8ACZEniATAk8QKYEHiBTAg+Qqd7PhQVaZXq2ip+dmo/zMxFzXfuzrtS20SI+ua0TG4aXd5pQ08d7pT//wzjRCVqiiROdUmxenpwX9h4N1XMbn9kxtGRk1+p4L/fnL8GJTpCTX5wR9ybM1U+zaVS+lLU63sv9+UsReMjI6Yvi3pTzM0sfy7U83sv5+UsReIAbmLvFVwVq4ucLPECmBB4yMuQRfVO1/Xi7O0BGNq+3MK4pabniUtbyeC/n5y9F4CEj997RMYpvQDqGaS36UtbqeC/35y/F0z20RFMbfqS12a+dno8zl6yoWakU1k3rivjU9pWd6NTU8V7Nz/8QdnSCtrCjEw1zohNArgQeIFMCD5ApgQfIlMADZErgATIl8NASI9eWUU8GNKEqJgQeWmJ2vn5MRjUR0ICq6p4UeGiJ4dHU9+5LAb2rirJzxJms0BJVVcXJczG+rtN9vf50LGC1qjixfUvnbiN4aImiKGJ4LKa689UjAatXRVEeSh8IPLTInXXkR8vO0Xr+9OmAlUvTfE9s31w8nz4xRQMtNFVP18ycnztUj8QeD1ieKg0MPrZl+MDiFwQeWupMHfn5c/MPR1k8Xj9SdwTcWD1qr6f2utUjd44PvXD9fyHw0HKLoS868aVuVeyoZ3F2Bf2u94vHVzFZFNVEVMWL093y+Z3jxbkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD6WHGjL+46PDXWqeIrUcXuqohd9TftCIiYqO8Tk/W95ugrB8e/F6yJQ1UVR586N1ZGPFZ0Y3d9vHcHLO14/efp6x+bvxf4T3/jzT1Rdp6tPxwL+GAn6j9PCH2zdv+4inMT53bWA6wfhYEVq3NivojPTxwYn3xP4O8/PHW4qGJ/wPJU9Su8J149MP5E0IgHvnW5mJu78nqIO71Jkb+/XPzs/ienHhd3Vqio7zOH/uSbU08GPdv97SpmZy8/HOJO73aW3e7+hcDf/803H66H8ocCVqEexe//9Dem9gQ9me1eLoqi89WABhRRPrQQ+PpO9XjA6tX3pXgmvTkfrNr83NX0166AJtRvzpdp9B5eEtK7sfol4cMBtEZZROdLAb2rpxeKzwXQGmU9f7ojoBHFHwfQGvUI3pwfjdkRQGuUAUCWBB4gUwIPkCmBB8iUwANkSuABMiXwAJkSeIBMCTxApgQeIFND0TIbhiO2rC9jw0jEcFkEv29mroqrcxFvzXRjejYAbqg1gU8tv2NTGaPrRH0p64eK+k/E5vWdOD9TxZmL3ehWAfAerZiiSXH/+FhH3Fdh8/qiPnZleLEDvF8rAr9ttFwYkbI6aUR/x2ZvpwDvdcurkObc0yiU3oyOFPWxdByBd93ywKc3VGnGFk+UwHVueV1HTM00xggeuN4tD3yaP6YZw50AeIf5EYBM9fUEyeXZKq7MRf3n2iLwTv1iYN1QsfDG7XDHKwNgsPVl4FPYz16qYnr2Rmf3XPtaWpmz9bZC6IGB1XeBT2E/e7m75PelMzzTE8DHt5QiDwykvpqDX27cF83OR/z6rW79t/P4gcHTN4FPI/KVxH3RYuS7K/+fAvS1RqZo0nz3F+4Zids3FgtvcrbVmQvdeO3MnCswAgOh58CnuH/5vnWtDvuibZvK+IONI/HyiasiD2Sv5ymaz+4c7ou4Lxqqb/G9250+C+Sv58B/4vb+O31ys+vfAANgIEs3pO/AAJC6NZaWaJ6q39xNq4AAbqaeJ6PTZQL6aQ7+Zkpx/9+3ujE3f22Z5+x8GVs3OlbAzdHzCP7NS/03Mk3LJdfa9XFflNbxn+3D4wX0p54D/8NfXn3nYl/9YK5bxWtn5mMt3Sjui0QeuFl6Dnyaevj+8Svxqzfnos1S2H9Xx/XlE3MfcJGyZnxY3BeJPHAzNLIgPEX+Bz9PZw6t/Oyhez6yvGWWdZ9j8nfzdahjxdK899bb1v795OXEfdG1yy6YkwfWTt+soinrDv7hWGfFSxzbGPdFRvLAWuqrZZJpS7oU+c3L2Fw6PSF8ZLS9cV8k8sBa6btz9lPk79hUT23cdi2O6Q3eK29P/5cLOzpF3DZSxPj6Msqb8PTVS9wXma4B1kLfXpRlMfS3UhNxXyTyQNOcybpKTcZ9kekaoEkCvwprEfdFIg80ReBXaC3jvkjkgSY0Mgf/0Xou/G8/vyH+aGsnRtcN3hzyv56YjW//dCZON3gJhBT54U65rBVDADfS8wg+xf07fzEauz42NJBxT9KmJ+kYfLThN31dhRLoRc9F+us/Wz+wYb9eOgbpVUzTUuQvXhF5YOUa2bKPa9IU1Vrop4u5Ae3hTdYGeSUDtInAA2RK4AEyJfAAmRJ4gEwJPECmeg68NdoA7dRz4P/77NpuYN1Pfnpi5VsWAqyVngP/Dz+aNoqPa69k0vVoANqi58CnU+kf/ceLCxfcGkQp7BO/mVs4BqcavNgYQK8auZpkCtvX//lyrMY9H1ne6f1nL3Xj7GWvFACWyyoagEwJPECmBB4gUwIPkCmBB8iUwANkqpFlkjfDxnVlDHcGc5nkyJCNRICVayTwm9cX8YV7RuL2jUWsW0WMzlzoxmtn5mL6Q86VWj+U/ggd+Tryl2MRs06Wozk9Bz7F/cv3rVtV2Bdt21TGH2wciZdPXP3QyAOwfI1sur2ugZH1UP3/5N7tfTNjBNB6PQf+E7cv71IDy7F5vfd8e3FlzqUcgHe1qqhD+t6TK3MB8A5JzchbM0bwwLt6DrxpgXY4X8d9etbvAnhXz4F/81JzUTnjeuqrMlM/yZ656NgB79Vz4H/4y6uNjOLTv/Hv/2ON5EqlDUd+fa4bXYN34H16XpeYpga+f/xKfHbnUHzi9pX/cynsv61Hn//yX7ML/9aG4SK2rC9ixIlNH2i2rvn01Wtz7qZlgA/SyMLzFOYf/DyNvnsfgadgiRZA76yiAciUwANkSuABMiXwAJkSeIBMuXwjZOb0hW489dJ0vH62G5euWpHWbx68aygefXD9wmXUe5X+hcmABtQpmQhuqVN13L965FL85xvz4t6njp2cW/gdNnFmf1k/Kj0oaUQR1cnglkk5/+6xGWHPwMX6d3i4fhXWq7KK7k8CeldXpXM0uKXS6I88nDjbwAi+W5bP1X+fC+hBXffJVw5u+V4AjWjilVg5cWD8XHRjX8DqVUWUTwTQKgtv077yN+P1S+vu0wGrUFTx90bv0D7vrMN55eDW/fUD1SiMlXrqP742fiiA1nnPQsv0QK2q2FdZOskS6vvIVD21t/eVg+MHAmil31tJ/+rXxp979eD4zhT6+lF81NpmFi088df3ifpus79bxN3XpvaAtvrAM1lT6Ou/ngugb2wcKayD5x2uRQMZuXurh3QuHrir9yvJuDdAJtIGl489tGFhFE9/G61/h+l6NL1yT4CWeGO6KmK22/Ppi+liY985NuOs1j6UnpzTq7AD9RN1AxcbqwQeWqKpwMPbKlM0AJkSeIBMCTxApgQeIFMCD5ApgQfIlMADZKr3c2GBVpmereJnp+bj/EzEXDef69JsGy3ik9s6sWHY6TvL5UhBSzRxolOK+8uT81mF/XpD9ZzDZ3YMifzyONEJcvKLM/nGPZmrn/7SqxOWR+AhI6cv5n+p4PMzLoe8XAIP9JU5V+tZNoEHyJTAQ0aGPKK5jrsDZGTz+vxXl6TlkiyPwENG7r2jk/UoPt22tBae5fFUCC3R1IYfaS38a6fn48ylfFabpLBvWlfEp7Y70WkF7OgEbWFHJxrmRCeAXAk8QKYEHiBTAg+QKYEHyJTAA2RK4AEyZUcnyMxa7+hkZ6X+4TcELdFPOzrZWakvONEJcnKzdnSys1J/EHjIyM3c0cnOSu0n8MCq2Fmp/QQeIFMCDxmxoxPXc3eAjNzMHZ3srNR+Ag8ZuVk7OtlZqT94CoaW6Icdneys1Ffs6ARtYUcnGuZEJ4BcCTxApgQeIFMCD5ApgQfIlMADZErgoSVGri1bnwxoQlVMCDy0xOx8/ZiMaiKgAVXVPSnw0BLDo6nv1U8CelcVZeeIM1mhJaqqipPnYnxdp/ur+tPxgNWq4sT2LZ27jeChJYqiiOGxmOrOV48ErF4VRXkofSDw0CJ31pEfLTsv1POnTwesXD3N131i++bi+fSJwEPLbNlSVBu6Q/vTAzXSAxaWp0oDg+1bhp9Y/II5eGipM/Wc/Py5+YejLL5eP1J3hMcrN1aP2uupvW71yJ3jQy9c/1+4w0DLLYa+6MQXu1Wxo57F2RVQxWRRVBNRFS9Od8vnd44X597/Lf8P9p5KMBDcvf8AAAAASUVORK5CYII=');width:74px;height:39px;background-size:188px}.monsterinsights-products-theme-preview-icon.monsterinsights-products-theme-preview-icon-alpha{background-position:0 0}.monsterinsights-products-theme-preview-icon.monsterinsights-products-theme-preview-icon-beta{background-position:-114px 0;height:65px}.monsterinsights-products-theme-preview-icon.monsterinsights-products-theme-preview-icon-charlie{background-position:0 -102px;height:50px}.monsterinsights-products-theme-preview-icon.monsterinsights-products-theme-preview-icon-delta{background-position:-114px -102px;height:78px}.monsterinsights-pro-pill{font-style:normal;font-weight:bold;font-size:11px;background:#1EC185;border-radius:5px;color:#fff;padding:3px 8px;margin-left:8px}.select2-container--disabled{margin-top:10px;opacity:0.6}
1
+ .monsterinsights-label-block,.monsterinsights-radio-icons{display:block}.monsterinsights-radio-icons{margin:4px 0}.monsterinsights-radio-icons *{box-sizing:border-box}.monsterinsights-radio-icons > label{display:inline-block}.monsterinsights-radio-icons input[type="radio"]{visibility:hidden;display:none}.monsterinsights-wide-column{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #b7c9d9;border-radius:5px;width:40px;height:40px;padding:10px 5px;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:4px}.monsterinsights-wide-column > span{background:#99a1b2;display:inline-block;width:8px;height:8px;border-radius:1px;margin-bottom:2px}.monsterinsights-wide-column.monsterinsights-wide-column-two > span{width:12px}.monsterinsights-radio-icons input[type="radio"]:checked + .monsterinsights-wide-column{border:2px solid #338eef;background:#ecf4fe;padding:9px 4px}.monsterinsights-radio-icons input[type="radio"]:checked + .monsterinsights-wide-column > span{background:#338eef}.monsterinsights-wide-column.monsterinsights-wide-column-one > span{width:100%}.monsterinsights-field-description{font-family:Helvetica Neue, serif;font-style:italic;font-weight:normal;font-size:13px;line-height:1.5%;color:#545C66}.select300-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select300-container .select300-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select300-container .select300-selection--single .select300-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select300-container .select300-selection--single .select300-selection__clear{position:relative}.select300-container[dir="rtl"] .select300-selection--single .select300-selection__rendered{padding-right:8px;padding-left:20px}.select300-container .select300-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select300-container .select300-selection--multiple .select300-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select300-container .select300-search--inline{float:left}.select300-container .select300-search--inline .select300-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select300-container .select300-search--inline .select300-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select300-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select300-results{display:block}.select300-results__options{list-style:none;margin:0;padding:0}.select300-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select300-results__option[aria-selected]{cursor:pointer}.select300-container--open .select300-dropdown{left:0}.select300-container--open .select300-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select300-container--open .select300-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select300-search--dropdown{display:block;padding:4px}.select300-search--dropdown .select300-search__field{padding:4px;width:100%;box-sizing:border-box}.select300-search--dropdown .select300-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select300-search--dropdown.select300-search--hide{display:none}.select300-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select300-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select300-container--default .select300-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select300-container--default .select300-selection--single .select300-selection__rendered{color:#444;line-height:28px}.select300-container--default .select300-selection--single .select300-selection__clear{cursor:pointer;float:right;font-weight:bold}.select300-container--default .select300-selection--single .select300-selection__placeholder{color:#999}.select300-container--default .select300-selection--single .select300-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select300-container--default .select300-selection--single .select300-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select300-container--default[dir="rtl"] .select300-selection--single .select300-selection__clear{float:left}.select300-container--default[dir="rtl"] .select300-selection--single .select300-selection__arrow{left:1px;right:auto}.select300-container--default.select300-container--disabled .select300-selection--single{background-color:#eee;cursor:default}.select300-container--default.select300-container--disabled .select300-selection--single .select300-selection__clear{display:none}.select300-container--default.select300-container--open .select300-selection--single .select300-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select300-container--default .select300-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select300-container--default .select300-selection--multiple .select300-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select300-container--default .select300-selection--multiple .select300-selection__rendered li{list-style:none}.select300-container--default .select300-selection--multiple .select300-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select300-container--default .select300-selection--multiple .select300-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select300-container--default .select300-selection--multiple .select300-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select300-container--default .select300-selection--multiple .select300-selection__choice__remove:hover{color:#333}.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-selection__choice,.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-search--inline{float:right}.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-selection__choice{margin-left:5px;margin-right:auto}.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-selection__choice__remove{margin-left:2px;margin-right:auto}.select300-container--default.select300-container--focus .select300-selection--multiple{border:solid black 1px;outline:0}.select300-container--default.select300-container--disabled .select300-selection--multiple{background-color:#eee;cursor:default}.select300-container--default.select300-container--disabled .select300-selection__choice__remove{display:none}.select300-container--default.select300-container--open.select300-container--above .select300-selection--single,.select300-container--default.select300-container--open.select300-container--above .select300-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select300-container--default.select300-container--open.select300-container--below .select300-selection--single,.select300-container--default.select300-container--open.select300-container--below .select300-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select300-container--default .select300-search--dropdown .select300-search__field{border:1px solid #aaa}.select300-container--default .select300-search--inline .select300-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select300-container--default .select300-results>.select300-results__options{max-height:200px;overflow-y:auto}.select300-container--default .select300-results__option[role=group]{padding:0}.select300-container--default .select300-results__option[aria-disabled=true]{color:#999}.select300-container--default .select300-results__option[aria-selected=true]{background-color:#ddd}.select300-container--default .select300-results__option .select300-results__option{padding-left:1em}.select300-container--default .select300-results__option .select300-results__option .select300-results__group{padding-left:0}.select300-container--default .select300-results__option .select300-results__option .select300-results__option{margin-left:-1em;padding-left:2em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-2em;padding-left:3em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-3em;padding-left:4em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-4em;padding-left:5em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-5em;padding-left:6em}.select300-container--default .select300-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select300-container--default .select300-results__group{cursor:default;display:block;padding:6px}.select300-container--classic .select300-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select300-container--classic .select300-selection--single:focus{border:1px solid #5897fb}.select300-container--classic .select300-selection--single .select300-selection__rendered{color:#444;line-height:28px}.select300-container--classic .select300-selection--single .select300-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select300-container--classic .select300-selection--single .select300-selection__placeholder{color:#999}.select300-container--classic .select300-selection--single .select300-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select300-container--classic .select300-selection--single .select300-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select300-container--classic[dir="rtl"] .select300-selection--single .select300-selection__clear{float:left}.select300-container--classic[dir="rtl"] .select300-selection--single .select300-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select300-container--classic.select300-container--open .select300-selection--single{border:1px solid #5897fb}.select300-container--classic.select300-container--open .select300-selection--single .select300-selection__arrow{background:transparent;border:none}.select300-container--classic.select300-container--open .select300-selection--single .select300-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select300-container--classic.select300-container--open.select300-container--above .select300-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select300-container--classic.select300-container--open.select300-container--below .select300-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select300-container--classic .select300-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select300-container--classic .select300-selection--multiple:focus{border:1px solid #5897fb}.select300-container--classic .select300-selection--multiple .select300-selection__rendered{list-style:none;margin:0;padding:0 5px}.select300-container--classic .select300-selection--multiple .select300-selection__clear{display:none}.select300-container--classic .select300-selection--multiple .select300-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select300-container--classic .select300-selection--multiple .select300-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select300-container--classic .select300-selection--multiple .select300-selection__choice__remove:hover{color:#555}.select300-container--classic[dir="rtl"] .select300-selection--multiple .select300-selection__choice{float:right;margin-left:5px;margin-right:auto}.select300-container--classic[dir="rtl"] .select300-selection--multiple .select300-selection__choice__remove{margin-left:2px;margin-right:auto}.select300-container--classic.select300-container--open .select300-selection--multiple{border:1px solid #5897fb}.select300-container--classic.select300-container--open.select300-container--above .select300-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select300-container--classic.select300-container--open.select300-container--below .select300-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select300-container--classic .select300-search--dropdown .select300-search__field{border:1px solid #aaa;outline:0}.select300-container--classic .select300-search--inline .select300-search__field{outline:0;box-shadow:none}.select300-container--classic .select300-dropdown{background-color:#fff;border:1px solid transparent}.select300-container--classic .select300-dropdown--above{border-bottom:none}.select300-container--classic .select300-dropdown--below{border-top:none}.select300-container--classic .select300-results>.select300-results__options{max-height:200px;overflow-y:auto}.select300-container--classic .select300-results__option[role=group]{padding:0}.select300-container--classic .select300-results__option[aria-disabled=true]{color:grey}.select300-container--classic .select300-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select300-container--classic .select300-results__group{cursor:default;display:block;padding:6px}.select300-container--classic.select300-container--open .select300-dropdown{border-color:#5897fb}.select300-container{display:block;width:100% !important}.select300-container--default .select300-selection--multiple .select300-selection__choice{border-radius:20px;background:#E2E4E7;border:none;color:#32373C;padding-left:8px;font-family:Helvetica Neue, serif;font-style:normal;font-weight:normal;font-size:13px;line-height:24px}.select300-container--default .select300-selection--multiple .select300-selection__choice__remove{line-height:1;width:16px;height:16px;float:right;display:block;border-radius:50%;background-color:#555D66;color:#E2E4E7;text-align:center;margin:4px 0px 4px 8px;font-size:14px;box-sizing:border-box;padding-top:0;padding-left:0}.select300-container--default .select300-selection--multiple .select300-selection__choice__remove:hover{background-color:#333;color:#E2E4E7}.monsterinsights-widget-theme-preview{background:#F0F2F4;border-radius:5px;padding:8px 8px 8px 18px;display:flex;font-family:Helvetica Neue, serif;font-style:normal;font-weight:normal;font-size:14px;line-height:1;color:#32373C;align-items:center;justify-content:space-between}.monsterinsights-widget-theme-preview-icon,.monsterinsights-products-theme-preview-icon{width:74px;height:46px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAxAAAAEqCAMAAACyWUYtAAABHVBMVEUAAAAzju89ku/n8vzf7//n8//n8v1ClfBBlfBClvDn8v3n8vzl8Pzn8v3n8f0yju/m8v7l8ftBlvAzje/n7/wRcNXo8v7n8v0yju8yju8hfeGfy/fn8v1ClfDn8vygy/gyju/o8f4yju8QcNWgy/gzje+gyvkzju8RcNUQcNEwj+8QcNCgy/cyju8RcNYzju7n8v3n8vzn7/8QcNbn8v0zju9ClvCgy/gRcNVZo/Lx9/5Lm/GkzfgScNXe7fy62fpGmPHR5fs+lPCx1flToPJgp/O21/k2kO+r0flrrfPm8f2kzfmayPjS5vvE3/vj8P3N5PvI4fvM4viHvfZ1s/QfeNeOwfZNnfE7k+88k/DB3fp9uPVGkN9TmOFUmOKGYDVYAAAANHRSTlMA/iCvEF/v7++vj29Q39/vz4C/r2Dfr4B3X1gg3r5g79/Pz8+/v6+PgCAQEO7ev7C/YSC/maRVeQAADIJJREFUeNrs3M9q20AQx/Fhk0ZS/tTBwQkkuD24KQmBXDq7NSipcdwcDFVOou//KC05GJyIIEur0az2932Dgf3YCK2GXts/Ov/MvXd6/ok8dXdzP1fT7JJQUB0fsJJO/JC4ncxVNbklFE6HrKgL8pAyD/9F3BEKpQtW1SG17nKurhtCgfSFlXVMbZvN1XVPKJBOWFkH+9SyucIIhZG6PwjmI4BAvbXH6toDCNRbp6yuE2oZK4xQCD9cj4M8PKwwQgABEAABEAoODyuMEEAABEAAhILDwwojBBAAARAAoeDwsMIIAQRAAERwscIwE6obQEQ6E6oOICKdCVUHEJHOhKoDiEhnQtUBRKQzoeoAItKZkFD8psWzFe55BRC1d0090tvMOHESZYaiiLdb2R5aAUS9XVMVIEzihEriEMHb5baHngCizq6pShCZE2tKMcRbvdheWgJEjV1TlSCcXAnFEG+1sL206BhEsc6dZGXhHcSsfxCOYigGEEXuhMsL3yDmAFEdQOwOonTirQEi0GIA4eTLASLQAKKbAKJG5npkd+vMdPkGJjMAsQkgxEGYkd25kenyDUxiAGITQEiDOLMNuu70DcwUIDYBhDQI26RRp5MnALEJIIIAYbudHCA2AQRAvAOxtL30AhBNQaTugwCiLQh+sj2UM0A0BTF2YmUxghjk9W9XqzBBmNQJlZoYQfBK/gOhBQNEYxBkMidROjUUJQgN+QaRuzoFCiLgbKO2n54AogGItROvBIiuQYxdB2VRgBjy9e+Qs43q8ukpNVGA4KJ0kuXrggGiaxD+n57SqRnm55asMIDwBqIq7GWKbSaAAAjMBBAAARAAoQqEwOa+3w8A0QyE1Oa+zFBlEYJYWYn+AkQDEIKb+5JqERGCyK1IvwDCE4jMddKUqooPxIuV6QEgdH8PkVBV8YFYWF+pAuFzc19ZxADCUVW6QLR5espMzCD8Xt3IC4DQAKLd01NiIgZROq+tAUIDiMy1ahoxCOe3HCA0gHDtSgDCWwAxABAOIAACIAACIAACIAACIAACIAACIKIB8QMgXhMGsbQyrQBix24+3twXIYhUAITY5r4lQOzY3UR0c19G71MGouXkWcTXv4cAgm4ngpv70gCuf5u0iwn72NyX/2GAaNDlTGhzXzoN4gOhFpOnYxPTVWl+Uz4MEIPLNgjfVOvb3FcCBEDUTyGIIVz/HmIAMYDNffm6YIAAiB1SCEJBhAACIAACIBQcHlYYIYAACIAACAWHhxVGyDeIq29ff/rt+9UwDw8rjNA/9uxupXEoCsPwokl70D8tI3pQmCLUHgkjsiD3f2dz4syhqE3ISvo8d7Dhe9khu+cgjqeud6/HWY4nCwp6DuLSDeA8y/FkQUHPQXRDeJ3leLKgYApBdLMcTxYUCEIQgvjM3VVBnLohxC7LeRbEbXj5SQ9/4sO5G8AlmiynEcRtWPzgirhbDPzbdZPlLAVxIxa/vpvDyyL+O166fp3Ox4h2lcXsvb4zom0Ws4xrvWU5z8FUrLOUQ1ztkOUsg8kotZ91XK/dZzH7YEIeygxotY0+vJc50EcP78GkPDT3Obp9s2l7O1CB8/zzdmgDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAb1m4e9zm6+8dlwPi2qyxiJwlGt85CngJG9ZSlrANG9DuL2QaMZ5fFrNqAr5r9BZG5CRhLk+U0AV829y+mzF3AWLKg4C97d/CaOBDFcVwPe9pdutCLLT0svRQKZVl4z6pxwxijQfcmiLbY/f//jM3BlkxqJ8aJ05eZ3+dYykBIvkTNGwJHQhAABQgCoABBABQgCIACBAFQgCAAzonKJrOEXVpMEATI8a6HhB1LJggCxKCSBTs3QxAgBpWwewmCADEEBMEIAnvfxSANgpBMzt73G3+TIA2CEAx73w9BEKHC3veDEESgfpMwnu59Jw2CEEvcTi5P976TBkFIJe4G0dTe9/ve5U/+dLeXVwiiVXzd+359wUI8XCGIFvlB4tx07N2xHN0egmgPEqhjrcei3CGI1iCBOrauWJbuNYJoCxKoY0vAt2ndxT2CaAkSyLcbBHO3hyBaggTqWLpkcX75G4Rnk6EkUMfSLYvz4G0QciZDv39BEIexPF1fg/BuMpTKVrv14CMvK6qEIEIKwr/JUCpZrQcG6+oiEERAQYh76cW3xoP4NzDaURUEEVAQHk6Gkm45MFtTFQQRThDibhBEXx0H8YeqIIhwgvBxMpSKEMQrBNHSydDvCAJBnBwEfrNHEEdCEAgihyBeIQgEkUMQrxAEgsgFFMQ2SoeNSKMtghAEQZwSRLYZNijKEIQYCOKEILJ02Kg0QxBSIIgTgoiGDdsgiJwXb0Ui3XIdQBDbYeOe2CSUIHx4KxKV7MxBvFA18UFEzQcRsUkoQfjwViTShDH+nTYfRMomoQTB7iXnPiZavXycw86PDULDM2ATBPGmdcckAYI4hsCLh6u17pgkcBzERvX7/ShFEAgCQeQ5PO3/2k8RBIIIPgjFb7IUQSAIEshhEIoLshRBIAiB3AURsSZDEFYXT8KVWndMErgLImOdQhA2F8+MnVsgiAaD2HBJhiAwuqHxYj6LjQpB9LlsgyCsLp4Fu5TMJoTIGwziicsUggj84wVp/JjPYiMEgSBk/3KWtCWItB8hCATxjvjzxEbG7xCRqYeMWSEIBFEm/jxxBe2xnC419pBTCAJBlIg/T2xkeg6xreghpxAEgtCJP09cQZvc0KSmHvbUSUHgqe5REMSnBlG+RShzD3vqlCDwVPcoCCLnPojDF7q5hwJ1QhBePvChsnj699HGPNbWOub/MZ/V7Ph32ue9zNiDRtUPIoinurFdDrlxXG+tcYz5rCaC0JPYMmdbNTT2oFO1gwji48X80dq05lpTjG4421Ot96BTCCJHJY/2xjXXGmM+y10Qeg86hSAMQViouxZ+KHAYhN6DTiEIBHEMAeeJK1j2sKcQBJWMGwxijCDOF0T0vBy5NI/CDGJq38O85lpzBFE/iGg5cmwZBRlEbH2LGMf11hrHCKJ+EPORc89BBkHx3C6Haaytdcz/I4j6QYzcW5aD8HKvLgmEYxIZxIiLghndEADH1NIgfNirSwJhPqulQbB7CYIIcz4LQRyE/RChzmexBkH8b+duWhMJwiAAt5jkkGTNBnPQ4CGbSyCw7OVtGxOJe4iLhMEPBjzE//8/NsJguieCOm205p16ziLMYBHTUyUDUfF+lg0wEAxExesoNuftaSMGgoGoTiDenw7uX1UDMRmPnBsNXqQotEBo6GfZAGh1w+6qFIGYZuco/ZkUAxcIDf0sm/d82PLG23suD5X51Y2ZW5lKEXiB0NDPshv4P0MT5S9/dcMTnrP3J1IAXiA09LNKEQiN1Y2B84ylCLxAAKhEIDRsdSVn5DwjKeLoHx4BVI1AAPjeI0rZGeI1IWAg1oO70RJgIDJw18RArMevTAwEA3HID8/YeQayM8RrQnC4QLw+R3llIAKTfnCavjPEa0Kw90B008TFSIe9leF883stutUMhEzdykwKQLwmAPsORDdxkZLhKg/JVq/vVjMQMutnfx+mUgjiNZW/n2VzFi7avJdJ3VbSigZCXgbLD894IgUBXlP5+1k2x8VLepltX58PhMqtrgBiP+sggXA7BsLlA6FyqyuA2M8qaSA0bHUFEPtZmwORuHi9zLbvlQ+Eyq2uAOLDxs2BSF20tJeZu60s8oFQOU0UQKyjlPTY1e2KgWAg9vZgbuFiJHP/wVy6+fXp1wdzKre6Aohfmb6yeGoqt7o/BM4v9rNKGggNW926wKmzn1XSQGjY6l4InFP2s8oaCAAm0smZgGkY9rMYiMJMrEsBc2rYz2IgCjPRzgXKtTE8OWMgCjPxrgXIuWEg1rmzcO5V3uilm4aAOLs0DMRaTQvnj8obnUWi/lOOrlG/ODEMxHoti6bWVnmjNRJAJtLjlQXzW+eN1kgAmVi3FkutrXOrq5EAMtEeLJSW0q2uRhr7WWj/Rjxo3epqpLGftdSGOXu9ulW71dVIYz8ri0Tz3h7dXbP1qHerqxFeP6tjVJKAjuGJSgr7WZAkoGOaqJO+fhYkCTAQwNT1syBJgF+ZkGnrZ0GSgI6trl4Q/azOsp+llgR0bHWJuNUl+sCtLpGHW10iY9iiJFpiIIg8DASRh4Eg8jAQRB4GgsjDQBCtxa0u0SdudYk83OoSfeJWlyjArS6Rh1tdIg+3ukTf46YjIBRvdalMuNUlWvoPwrM3CeMd4W0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:0 0;background-size:392px;display:inline-block}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-beta{background-position-x:-212px}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-charlie{background-position-x:-106px}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-delta{height:43px;background-position:-318px 0}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-echo{height:76px;background-position:0 -73px}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-foxtrot{background-position:-106px -90px;height:41px}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-golf{background-position:-212px -83px;height:56px}.monsterinsights-widget-theme-preview-icon.monsterinsights-widget-theme-preview-icon-hotel{height:50px;background-position:-318px -86px}.monsterinsights-products-theme-preview-icon{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXgAAAFoCAYAAABdS+A9AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABMLSURBVHgB7d1fbJ1nfcDx3/se20kaJ7GXEhrK1KRMFRdFS8ukdgyVCLFbSC4mcUfTi2rTJJqESbuZaLrLCZoWiStQW3qFNGlJb9AuGJRqdNG0NpaGRGGjcTZYk9DgNP/sxPZ59z5O3aYlrf+c18l7nvP5SCG2MTHn9Tnf85znPO/7FJ9+cqoKaEb1ysHxMmhMVVUxeS7GNgx1vxJVsbv+fFcUsSMYeFVVTJRFTFZlcXT7aPG9G32PByO01G/quP/fhfm96zvdE/WHT1VR7RF3FhVFtWvhPtHtPvfG+fnX37hYfeX93yPw0EJvvVUVnYtxuIzin+pPxwI+3M469M++caF6/PovCjy0zFQ9XL9cxuNV1d0fsHxFVN1Dp85XTy5+QeChRc7UcZ+5ML+vfqA+HrAKVXT3/2Zqbk/6WOChRTrT9Sgsiq8HrF5RdopnTkxVYwIPLZFG71fn5h+uP9wR0JuxdeXswwIPLdG9GEUV8cWA3tXz8eXnigBa4beXqmK22321rvyugN6dEHhoiTemqyLqwgc0ozJFA5ApgQfIlMADZErgATIl8ACZEniATA0FkJXTF7rx1EvT8frZbly6aruHfvPgXUPx6IPrY9um3sff1sFDSzSxDv5UHffHjlwS9j43OlLEt/Zu7DXy1sFDLlLSv3tsRtwzcLH+HR6uX4X1SuAhI8dOzgV5OHG295OaBR6ghZp4JSbwAJkSeIBMCTxAphbWwe86PLWj041no1i4DnX/7uBexdH5Mg5MHBifXM63765vdzFSPFvUh6C+7XauX70j3SvVwReXedyBm6NciHsVx+vA7Y5+jntSxJ50W9JtWupbU9zLkeJ4kW63uPdqb7mueHX3Mo47cPOU9cj9cPR72N9rbOHVyBLqIB0W9kaNd0aKZwJojTKNeiM3xbK2PMvvdt9iVWGrOWiTXN9kNTK/NRx3aBGraAAyJfAAmRJ4gEwJPECmBB4gUwMb+KqKcwGQsUEewU8Ejaqq6oUAWmNwR/Bltc8ovjn1sZyqyjgQQGsMbOBf/KvxyTry99UfHg1WLT1J1n9+XB/L+9MxDaA1hmKAvR2kvQGQIatoADIl8ACZEniATAk8QKYEHiBTAg+QKYEHyNRAr4NPm0QXI8WzRcSuAdmf9Wj3SnXgxQNOSIJBMLAj+BT3cqQ4XhSxe4A2395TriuOp9seQPYGNvB16A4PUNivN9apX7UEkL1BnoPfEwOqKuopKSB73mQdTIP4ygUGjsADZErgATIl8ACZEniATAk8QKYGd09W+7ECmRvkEfxEDKiqql4IIHuDO4Ivq32DOIpf2CS7jP0BZG9gA5823K4jf1/94dEYAAthr+LFdJvf3mwcyNxAX03y7dDtDYAMWUUDkCmBB8iUwANkSuABMiXwAJkSeIBMCTxApgZ6Hfyz/za9oxha2J80bWFnl6PVqooj1XD34L77NkwG0BoDO4J/O+7H6w93h7j3pqj2FnPx6rPHp3cE0BoDG/iiUx4OYW9QMV7MFc8Et9TGkSJg0eDOwRfVnqBh1a7glrp7q7fVcvHAXb3PoLs30KDCK6JbKI3dH3tog1F8Bkbr3+GjD66PXgk8ZOSOTWV8a+/GePCugV4/0bfSk/OntncWfofbNvWe53QvSNdEH8SR16DebjL30ToMf/fntwWUUeW4s9Gydiwa2B2d1krVDTtFQYuU82Xsi8hnZ6Oqvi3zRbHkjkXVXJXV7b71qqkYqQ4E0BrlxIHxyfki7qvL2Nc7G6Ww1//xYre+Lek2LfX9+/50w2Qd+b6/3S2QniR/XA3F/U50gnbxdju0xBvTVRGz3W5AMyqraAAyJfAAmRJ4gEw5GwIyc/pCN556aTpeP9uNS1eroL+kk9TSWaxNnOjkTVZoiSbeZD1Vx/2xI5eEvc+lSxU0cDarN1khFynp3z02I+4ZuFj/Dg/Xr8J6JfCQkWMn54I8nDjb+4pZgQdooSZeiQk8QKYEHiBTAg+QKYEHyJTAA2RK4CEj9mPlegIPGbl7q4d0Lh5oYF9d9wbIRBq7P/bQBqP4DKRLFaTr0fTKPQFaoqkNP9LFxr5zbMZZrX0oPTmnV2EH6ifqBi42Vgk8tIQdnWiYi40B5ErgATIl8ACZEniATAk8QKYEHiBTAg+Qqd7PhQVaZXq2ip+dmo/zMxFzXfuzrtS20SI+ua0TG4aXd5pQ08d7pT//wzjRCVqiiROdUmxenpwX9h4N1XMbn9kxtGRk1+p4L/fnL8GJTpCTX5wR9ybM1U+zaVS+lLU63sv9+UsReMjI6Yvi3pTzM0sfy7U83sv5+UsReIAbmLvFVwVq4ucLPECmBB4yMuQRfVO1/Xi7O0BGNq+3MK4pabniUtbyeC/n5y9F4CEj997RMYpvQDqGaS36UtbqeC/35y/F0z20RFMbfqS12a+dno8zl6yoWakU1k3rivjU9pWd6NTU8V7Nz/8QdnSCtrCjEw1zohNArgQeIFMCD5ApgQfIlMADZErgATIl8NASI9eWUU8GNKEqJgQeWmJ2vn5MRjUR0ICq6p4UeGiJ4dHU9+5LAb2rirJzxJms0BJVVcXJczG+rtN9vf50LGC1qjixfUvnbiN4aImiKGJ4LKa689UjAatXRVEeSh8IPLTInXXkR8vO0Xr+9OmAlUvTfE9s31w8nz4xRQMtNFVP18ycnztUj8QeD1ieKg0MPrZl+MDiFwQeWupMHfn5c/MPR1k8Xj9SdwTcWD1qr6f2utUjd44PvXD9fyHw0HKLoS868aVuVeyoZ3F2Bf2u94vHVzFZFNVEVMWL093y+Z3jxbkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD6WHGjL+46PDXWqeIrUcXuqohd9TftCIiYqO8Tk/W95ugrB8e/F6yJQ1UVR586N1ZGPFZ0Y3d9vHcHLO14/efp6x+bvxf4T3/jzT1Rdp6tPxwL+GAn6j9PCH2zdv+4inMT53bWA6wfhYEVq3NivojPTxwYn3xP4O8/PHW4qGJ/wPJU9Su8J149MP5E0IgHvnW5mJu78nqIO71Jkb+/XPzs/ienHhd3Vqio7zOH/uSbU08GPdv97SpmZy8/HOJO73aW3e7+hcDf/803H66H8ocCVqEexe//9Dem9gQ9me1eLoqi89WABhRRPrQQ+PpO9XjA6tX3pXgmvTkfrNr83NX0166AJtRvzpdp9B5eEtK7sfol4cMBtEZZROdLAb2rpxeKzwXQGmU9f7ojoBHFHwfQGvUI3pwfjdkRQGuUAUCWBB4gUwIPkCmBB8iUwANkSuABMiXwAJkSeIBMCTxApgQeIFND0TIbhiO2rC9jw0jEcFkEv29mroqrcxFvzXRjejYAbqg1gU8tv2NTGaPrRH0p64eK+k/E5vWdOD9TxZmL3ehWAfAerZiiSXH/+FhH3Fdh8/qiPnZleLEDvF8rAr9ttFwYkbI6aUR/x2ZvpwDvdcurkObc0yiU3oyOFPWxdByBd93ywKc3VGnGFk+UwHVueV1HTM00xggeuN4tD3yaP6YZw50AeIf5EYBM9fUEyeXZKq7MRf3n2iLwTv1iYN1QsfDG7XDHKwNgsPVl4FPYz16qYnr2Rmf3XPtaWpmz9bZC6IGB1XeBT2E/e7m75PelMzzTE8DHt5QiDwykvpqDX27cF83OR/z6rW79t/P4gcHTN4FPI/KVxH3RYuS7K/+fAvS1RqZo0nz3F+4Zids3FgtvcrbVmQvdeO3MnCswAgOh58CnuH/5vnWtDvuibZvK+IONI/HyiasiD2Sv5ymaz+4c7ou4Lxqqb/G9250+C+Sv58B/4vb+O31ys+vfAANgIEs3pO/AAJC6NZaWaJ6q39xNq4AAbqaeJ6PTZQL6aQ7+Zkpx/9+3ujE3f22Z5+x8GVs3OlbAzdHzCP7NS/03Mk3LJdfa9XFflNbxn+3D4wX0p54D/8NfXn3nYl/9YK5bxWtn5mMt3Sjui0QeuFl6Dnyaevj+8Svxqzfnos1S2H9Xx/XlE3MfcJGyZnxY3BeJPHAzNLIgPEX+Bz9PZw6t/Oyhez6yvGWWdZ9j8nfzdahjxdK899bb1v795OXEfdG1yy6YkwfWTt+soinrDv7hWGfFSxzbGPdFRvLAWuqrZZJpS7oU+c3L2Fw6PSF8ZLS9cV8k8sBa6btz9lPk79hUT23cdi2O6Q3eK29P/5cLOzpF3DZSxPj6Msqb8PTVS9wXma4B1kLfXpRlMfS3UhNxXyTyQNOcybpKTcZ9kekaoEkCvwprEfdFIg80ReBXaC3jvkjkgSY0Mgf/0Xou/G8/vyH+aGsnRtcN3hzyv56YjW//dCZON3gJhBT54U65rBVDADfS8wg+xf07fzEauz42NJBxT9KmJ+kYfLThN31dhRLoRc9F+us/Wz+wYb9eOgbpVUzTUuQvXhF5YOUa2bKPa9IU1Vrop4u5Ae3hTdYGeSUDtInAA2RK4AEyJfAAmRJ4gEwJPECmeg68NdoA7dRz4P/77NpuYN1Pfnpi5VsWAqyVngP/Dz+aNoqPa69k0vVoANqi58CnU+kf/ceLCxfcGkQp7BO/mVs4BqcavNgYQK8auZpkCtvX//lyrMY9H1ne6f1nL3Xj7GWvFACWyyoagEwJPECmBB4gUwIPkCmBB8iUwANkqpFlkjfDxnVlDHcGc5nkyJCNRICVayTwm9cX8YV7RuL2jUWsW0WMzlzoxmtn5mL6Q86VWj+U/ggd+Tryl2MRs06Wozk9Bz7F/cv3rVtV2Bdt21TGH2wciZdPXP3QyAOwfI1sur2ugZH1UP3/5N7tfTNjBNB6PQf+E7cv71IDy7F5vfd8e3FlzqUcgHe1qqhD+t6TK3MB8A5JzchbM0bwwLt6DrxpgXY4X8d9etbvAnhXz4F/81JzUTnjeuqrMlM/yZ656NgB79Vz4H/4y6uNjOLTv/Hv/2ON5EqlDUd+fa4bXYN34H16XpeYpga+f/xKfHbnUHzi9pX/cynsv61Hn//yX7ML/9aG4SK2rC9ixIlNH2i2rvn01Wtz7qZlgA/SyMLzFOYf/DyNvnsfgadgiRZA76yiAciUwANkSuABMiXwAJkSeIBMuXwjZOb0hW489dJ0vH62G5euWpHWbx68aygefXD9wmXUe5X+hcmABtQpmQhuqVN13L965FL85xvz4t6njp2cW/gdNnFmf1k/Kj0oaUQR1cnglkk5/+6xGWHPwMX6d3i4fhXWq7KK7k8CeldXpXM0uKXS6I88nDjbwAi+W5bP1X+fC+hBXffJVw5u+V4AjWjilVg5cWD8XHRjX8DqVUWUTwTQKgtv077yN+P1S+vu0wGrUFTx90bv0D7vrMN55eDW/fUD1SiMlXrqP742fiiA1nnPQsv0QK2q2FdZOskS6vvIVD21t/eVg+MHAmil31tJ/+rXxp979eD4zhT6+lF81NpmFi088df3ifpus79bxN3XpvaAtvrAM1lT6Ou/ngugb2wcKayD5x2uRQMZuXurh3QuHrir9yvJuDdAJtIGl489tGFhFE9/G61/h+l6NL1yT4CWeGO6KmK22/Ppi+liY985NuOs1j6UnpzTq7AD9RN1AxcbqwQeWqKpwMPbKlM0AJkSeIBMCTxApgQeIFMCD5ApgQfIlMADZKr3c2GBVpmereJnp+bj/EzEXDef69JsGy3ik9s6sWHY6TvL5UhBSzRxolOK+8uT81mF/XpD9ZzDZ3YMifzyONEJcvKLM/nGPZmrn/7SqxOWR+AhI6cv5n+p4PMzLoe8XAIP9JU5V+tZNoEHyJTAQ0aGPKK5jrsDZGTz+vxXl6TlkiyPwENG7r2jk/UoPt22tBae5fFUCC3R1IYfaS38a6fn48ylfFabpLBvWlfEp7Y70WkF7OgEbWFHJxrmRCeAXAk8QKYEHiBTAg+QKYEHyJTAA2RK4AEyZUcnyMxa7+hkZ6X+4TcELdFPOzrZWakvONEJcnKzdnSys1J/EHjIyM3c0cnOSu0n8MCq2Fmp/QQeIFMCDxmxoxPXc3eAjNzMHZ3srNR+Ag8ZuVk7OtlZqT94CoaW6Icdneys1Ffs6ARtYUcnGuZEJ4BcCTxApgQeIFMCD5ApgQfIlMADZErgoSVGri1bnwxoQlVMCDy0xOx8/ZiMaiKgAVXVPSnw0BLDo6nv1U8CelcVZeeIM1mhJaqqipPnYnxdp/ur+tPxgNWq4sT2LZ27jeChJYqiiOGxmOrOV48ErF4VRXkofSDw0CJ31pEfLTsv1POnTwesXD3N131i++bi+fSJwEPLbNlSVBu6Q/vTAzXSAxaWp0oDg+1bhp9Y/II5eGipM/Wc/Py5+YejLL5eP1J3hMcrN1aP2uupvW71yJ3jQy9c/1+4w0DLLYa+6MQXu1Wxo57F2RVQxWRRVBNRFS9Od8vnd44X597/Lf8P9p5KMBDcvf8AAAAASUVORK5CYII=');width:74px;height:39px;background-size:188px}.monsterinsights-products-theme-preview-icon.monsterinsights-products-theme-preview-icon-alpha{background-position:0 0}.monsterinsights-products-theme-preview-icon.monsterinsights-products-theme-preview-icon-beta{background-position:-114px 0;height:65px}.monsterinsights-products-theme-preview-icon.monsterinsights-products-theme-preview-icon-charlie{background-position:0 -102px;height:50px}.monsterinsights-products-theme-preview-icon.monsterinsights-products-theme-preview-icon-delta{background-position:-114px -102px;height:78px}.monsterinsights-pro-pill{font-style:normal;font-weight:bold;font-size:11px;background:#1EC185;border-radius:5px;color:#fff;padding:3px 8px;margin-left:8px}.select300-container--disabled{margin-top:10px;opacity:0.6}
assets/js/admin-widget-settings.js CHANGED
@@ -35,7 +35,10 @@
35
  }
36
 
37
  function init_multiselect() {
38
- $('#widgets-right .monsterinsights-multiselect').select2({
 
 
 
39
  ajax: {
40
  type: 'POST',
41
  url: ajaxurl,
35
  }
36
 
37
  function init_multiselect() {
38
+ if ( ! jQuery.fn.select300 ) {
39
+ return;
40
+ }
41
+ $('#widgets-right .monsterinsights-multiselect').select300({
42
  ajax: {
43
  type: 'POST',
44
  url: ajaxurl,
assets/js/admin-widget-settings.min.js CHANGED
@@ -1 +1 @@
1
- (function(t){t(function(){e();n();t(document).on('widget-updated widget-added',function(t){e();n()});t(document).on('change','.monsterinsights-save-on-change',function(){i(t(this).closest('.widget'))})});function e(){var e;t('#widgets-right .monsterinsights-color-field').wpColorPicker({change:function(n,i){if(e){clearTimeout(e)};e=setTimeout(function(){t(n.target).trigger('change')},300)},})};function i(t){if(wpWidgets&&'undefined'!==typeof wpWidgets.save){wpWidgets.save(t,0,0)}};function n(){t('#widgets-right .monsterinsights-multiselect').select2({ajax:{type:'POST',url:ajaxurl,delay:250,width:'resolve',data:function(e){var n=t(this).data('taxonomy');return{taxonomy:n,keyword:e.term,action:'monsterinsights_get_terms',nonce:monsterinsights_pp.nonce,}},processResults:function(t){return{results:t.data}},dataType:'json'}})}})(jQuery);
1
+ (function(t){t(function(){e();n();t(document).on('widget-updated widget-added',function(t){e();n()});t(document).on('change','.monsterinsights-save-on-change',function(){i(t(this).closest('.widget'))})});function e(){var e;t('#widgets-right .monsterinsights-color-field').wpColorPicker({change:function(n,i){if(e){clearTimeout(e)};e=setTimeout(function(){t(n.target).trigger('change')},300)},})};function i(t){if(wpWidgets&&'undefined'!==typeof wpWidgets.save){wpWidgets.save(t,0,0)}};function n(){if(!jQuery.fn.select300){return};t('#widgets-right .monsterinsights-multiselect').select300({ajax:{type:'POST',url:ajaxurl,delay:250,width:'resolve',data:function(e){var n=t(this).data('taxonomy');return{taxonomy:n,keyword:e.term,action:'monsterinsights_get_terms',nonce:monsterinsights_pp.nonce,}},processResults:function(t){return{results:t.data}},dataType:'json'}})}})(jQuery);
assets/js/select2.js DELETED
@@ -1,2 +0,0 @@
1
- /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */
2
- !function(n){"function"==typeof define&&define.amd?define(["jquery"],n):"object"==typeof module&&module.exports?module.exports=function(e,t){return void 0===t&&(t="undefined"!=typeof window?require("jquery"):require("jquery")(e)),n(t),t}:n(jQuery)}(function(u){var e=function(){if(u&&u.fn&&u.fn.select2&&u.fn.select2.amd)var e=u.fn.select2.amd;var t,n,r,h,o,s,f,g,m,v,y,_,i,a,b;function w(e,t){return i.call(e,t)}function l(e,t){var n,r,i,o,s,a,l,c,u,d,p,h=t&&t.split("/"),f=y.map,g=f&&f["*"]||{};if(e){for(s=(e=e.split("/")).length-1,y.nodeIdCompat&&b.test(e[s])&&(e[s]=e[s].replace(b,"")),"."===e[0].charAt(0)&&h&&(e=h.slice(0,h.length-1).concat(e)),u=0;u<e.length;u++)if("."===(p=e[u]))e.splice(u,1),u-=1;else if(".."===p){if(0===u||1===u&&".."===e[2]||".."===e[u-1])continue;0<u&&(e.splice(u-1,2),u-=2)}e=e.join("/")}if((h||g)&&f){for(u=(n=e.split("/")).length;0<u;u-=1){if(r=n.slice(0,u).join("/"),h)for(d=h.length;0<d;d-=1)if(i=(i=f[h.slice(0,d).join("/")])&&i[r]){o=i,a=u;break}if(o)break;!l&&g&&g[r]&&(l=g[r],c=u)}!o&&l&&(o=l,a=c),o&&(n.splice(0,a,o),e=n.join("/"))}return e}function A(t,n){return function(){var e=a.call(arguments,0);return"string"!=typeof e[0]&&1===e.length&&e.push(null),s.apply(h,e.concat([t,n]))}}function x(t){return function(e){m[t]=e}}function D(e){if(w(v,e)){var t=v[e];delete v[e],_[e]=!0,o.apply(h,t)}if(!w(m,e)&&!w(_,e))throw new Error("No "+e);return m[e]}function c(e){var t,n=e?e.indexOf("!"):-1;return-1<n&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function S(e){return e?c(e):[]}return e&&e.requirejs||(e?n=e:e={},m={},v={},y={},_={},i=Object.prototype.hasOwnProperty,a=[].slice,b=/\.js$/,f=function(e,t){var n,r=c(e),i=r[0],o=t[1];return e=r[1],i&&(n=D(i=l(i,o))),i?e=n&&n.normalize?n.normalize(e,function(t){return function(e){return l(e,t)}}(o)):l(e,o):(i=(r=c(e=l(e,o)))[0],e=r[1],i&&(n=D(i))),{f:i?i+"!"+e:e,n:e,pr:i,p:n}},g={require:function(e){return A(e)},exports:function(e){var t=m[e];return void 0!==t?t:m[e]={}},module:function(e){return{id:e,uri:"",exports:m[e],config:function(e){return function(){return y&&y.config&&y.config[e]||{}}}(e)}}},o=function(e,t,n,r){var i,o,s,a,l,c,u,d=[],p=typeof n;if(c=S(r=r||e),"undefined"==p||"function"==p){for(t=!t.length&&n.length?["require","exports","module"]:t,l=0;l<t.length;l+=1)if("require"===(o=(a=f(t[l],c)).f))d[l]=g.require(e);else if("exports"===o)d[l]=g.exports(e),u=!0;else if("module"===o)i=d[l]=g.module(e);else if(w(m,o)||w(v,o)||w(_,o))d[l]=D(o);else{if(!a.p)throw new Error(e+" missing "+o);a.p.load(a.n,A(r,!0),x(o),{}),d[l]=m[o]}s=n?n.apply(m[e],d):void 0,e&&(i&&i.exports!==h&&i.exports!==m[e]?m[e]=i.exports:s===h&&u||(m[e]=s))}else e&&(m[e]=n)},t=n=s=function(e,t,n,r,i){if("string"==typeof e)return g[e]?g[e](t):D(f(e,S(t)).f);if(!e.splice){if((y=e).deps&&s(y.deps,y.callback),!t)return;t.splice?(e=t,t=n,n=null):e=h}return t=t||function(){},"function"==typeof n&&(n=r,r=i),r?o(h,e,t,n):setTimeout(function(){o(h,e,t,n)},4),s},s.config=function(e){return s(e)},t._defined=m,(r=function(e,t,n){if("string"!=typeof e)throw new Error("See almond README: incorrect module build, no module name");t.splice||(n=t,t=[]),w(m,e)||w(v,e)||(v[e]=[e,t,n])}).amd={jQuery:!0},e.requirejs=t,e.require=n,e.define=r),e.define("almond",function(){}),e.define("jquery",[],function(){var e=u||$;return null==e&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),e}),e.define("select2/utils",["jquery"],function(o){var i={};function u(e){var t=e.prototype,n=[];for(var r in t){"function"==typeof t[r]&&"constructor"!==r&&n.push(r)}return n}i.Extend=function(e,t){var n={}.hasOwnProperty;function r(){this.constructor=e}for(var i in t)n.call(t,i)&&(e[i]=t[i]);return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},i.Decorate=function(r,i){var e=u(i),t=u(r);function o(){var e=Array.prototype.unshift,t=i.prototype.constructor.length,n=r.prototype.constructor;0<t&&(e.call(arguments,r.prototype.constructor),n=i.prototype.constructor),n.apply(this,arguments)}i.displayName=r.displayName,o.prototype=new function(){this.constructor=o};for(var n=0;n<t.length;n++){var s=t[n];o.prototype[s]=r.prototype[s]}function a(e){var t=function(){};e in o.prototype&&(t=o.prototype[e]);var n=i.prototype[e];return function(){return Array.prototype.unshift.call(arguments,t),n.apply(this,arguments)}}for(var l=0;l<e.length;l++){var c=e[l];o.prototype[c]=a(c)}return o};function e(){this.listeners={}}e.prototype.on=function(e,t){this.listeners=this.listeners||{},e in this.listeners?this.listeners[e].push(t):this.listeners[e]=[t]},e.prototype.trigger=function(e){var t=Array.prototype.slice,n=t.call(arguments,1);this.listeners=this.listeners||{},null==n&&(n=[]),0===n.length&&n.push({}),(n[0]._type=e)in this.listeners&&this.invoke(this.listeners[e],t.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},e.prototype.invoke=function(e,t){for(var n=0,r=e.length;n<r;n++)e[n].apply(this,t)},i.Observable=e,i.generateChars=function(e){for(var t="",n=0;n<e;n++){t+=Math.floor(36*Math.random()).toString(36)}return t},i.bind=function(e,t){return function(){e.apply(t,arguments)}},i._convertData=function(e){for(var t in e){var n=t.split("-"),r=e;if(1!==n.length){for(var i=0;i<n.length;i++){var o=n[i];(o=o.substring(0,1).toLowerCase()+o.substring(1))in r||(r[o]={}),i==n.length-1&&(r[o]=e[t]),r=r[o]}delete e[t]}}return e},i.hasScroll=function(e,t){var n=o(t),r=t.style.overflowX,i=t.style.overflowY;return(r!==i||"hidden"!==i&&"visible"!==i)&&("scroll"===r||"scroll"===i||(n.innerHeight()<t.scrollHeight||n.innerWidth()<t.scrollWidth))},i.escapeMarkup=function(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,function(e){return t[e]})},i.appendMany=function(e,t){if("1.7"===o.fn.jquery.substr(0,3)){var n=o();o.map(t,function(e){n=n.add(e)}),t=n}e.append(t)},i.__cache={};var n=0;return i.GetUniqueElementId=function(e){var t=e.getAttribute("data-select2-id");return null==t&&(e.id?(t=e.id,e.setAttribute("data-select2-id",t)):(e.setAttribute("data-select2-id",++n),t=n.toString())),t},i.StoreData=function(e,t,n){var r=i.GetUniqueElementId(e);i.__cache[r]||(i.__cache[r]={}),i.__cache[r][t]=n},i.GetData=function(e,t){var n=i.GetUniqueElementId(e);return t?i.__cache[n]&&null!=i.__cache[n][t]?i.__cache[n][t]:o(e).data(t):i.__cache[n]},i.RemoveData=function(e){var t=i.GetUniqueElementId(e);null!=i.__cache[t]&&delete i.__cache[t],e.removeAttribute("data-select2-id")},i}),e.define("select2/results",["jquery","./utils"],function(h,f){function r(e,t,n){this.$element=e,this.data=n,this.options=t,r.__super__.constructor.call(this)}return f.Extend(r,f.Observable),r.prototype.render=function(){var e=h('<ul class="select2-results__options" role="listbox"></ul>');return this.options.get("multiple")&&e.attr("aria-multiselectable","true"),this.$results=e},r.prototype.clear=function(){this.$results.empty()},r.prototype.displayMessage=function(e){var t=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var n=h('<li role="alert" aria-live="assertive" class="select2-results__option"></li>'),r=this.options.get("translations").get(e.message);n.append(t(r(e.args))),n[0].className+=" select2-results__message",this.$results.append(n)},r.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},r.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var n=0;n<e.results.length;n++){var r=e.results[n],i=this.option(r);t.push(i)}this.$results.append(t)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},r.prototype.position=function(e,t){t.find(".select2-results").append(e)},r.prototype.sort=function(e){return this.options.get("sorter")(e)},r.prototype.highlightFirstItem=function(){var e=this.$results.find(".select2-results__option[aria-selected]"),t=e.filter("[aria-selected=true]");0<t.length?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},r.prototype.setClasses=function(){var t=this;this.data.current(function(e){var r=h.map(e,function(e){return e.id.toString()});t.$results.find(".select2-results__option[aria-selected]").each(function(){var e=h(this),t=f.GetData(this,"data"),n=""+t.id;null!=t.element&&t.element.selected||null==t.element&&-1<h.inArray(n,r)?e.attr("aria-selected","true"):e.attr("aria-selected","false")})})},r.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},n=this.option(t);n.className+=" loading-results",this.$results.prepend(n)},r.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},r.prototype.option=function(e){var t=document.createElement("li");t.className="select2-results__option";var n={role:"option","aria-selected":"false"},r=window.Element.prototype.matches||window.Element.prototype.msMatchesSelector||window.Element.prototype.webkitMatchesSelector;for(var i in(null!=e.element&&r.call(e.element,":disabled")||null==e.element&&e.disabled)&&(delete n["aria-selected"],n["aria-disabled"]="true"),null==e.id&&delete n["aria-selected"],null!=e._resultId&&(t.id=e._resultId),e.title&&(t.title=e.title),e.children&&(n.role="group",n["aria-label"]=e.text,delete n["aria-selected"]),n){var o=n[i];t.setAttribute(i,o)}if(e.children){var s=h(t),a=document.createElement("strong");a.className="select2-results__group";h(a);this.template(e,a);for(var l=[],c=0;c<e.children.length;c++){var u=e.children[c],d=this.option(u);l.push(d)}var p=h("<ul></ul>",{class:"select2-results__options select2-results__options--nested"});p.append(l),s.append(a),s.append(p)}else this.template(e,t);return f.StoreData(t,"data",e),t},r.prototype.bind=function(t,e){var l=this,n=t.id+"-results";this.$results.attr("id",n),t.on("results:all",function(e){l.clear(),l.append(e.data),t.isOpen()&&(l.setClasses(),l.highlightFirstItem())}),t.on("results:append",function(e){l.append(e.data),t.isOpen()&&l.setClasses()}),t.on("query",function(e){l.hideMessages(),l.showLoading(e)}),t.on("select",function(){t.isOpen()&&(l.setClasses(),l.options.get("scrollAfterSelect")&&l.highlightFirstItem())}),t.on("unselect",function(){t.isOpen()&&(l.setClasses(),l.options.get("scrollAfterSelect")&&l.highlightFirstItem())}),t.on("open",function(){l.$results.attr("aria-expanded","true"),l.$results.attr("aria-hidden","false"),l.setClasses(),l.ensureHighlightVisible()}),t.on("close",function(){l.$results.attr("aria-expanded","false"),l.$results.attr("aria-hidden","true"),l.$results.removeAttr("aria-activedescendant")}),t.on("results:toggle",function(){var e=l.getHighlightedResults();0!==e.length&&e.trigger("mouseup")}),t.on("results:select",function(){var e=l.getHighlightedResults();if(0!==e.length){var t=f.GetData(e[0],"data");"true"==e.attr("aria-selected")?l.trigger("close",{}):l.trigger("select",{data:t})}}),t.on("results:previous",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),n=t.index(e);if(!(n<=0)){var r=n-1;0===e.length&&(r=0);var i=t.eq(r);i.trigger("mouseenter");var o=l.$results.offset().top,s=i.offset().top,a=l.$results.scrollTop()+(s-o);0===r?l.$results.scrollTop(0):s-o<0&&l.$results.scrollTop(a)}}),t.on("results:next",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),n=t.index(e)+1;if(!(n>=t.length)){var r=t.eq(n);r.trigger("mouseenter");var i=l.$results.offset().top+l.$results.outerHeight(!1),o=r.offset().top+r.outerHeight(!1),s=l.$results.scrollTop()+o-i;0===n?l.$results.scrollTop(0):i<o&&l.$results.scrollTop(s)}}),t.on("results:focus",function(e){e.element.addClass("select2-results__option--highlighted")}),t.on("results:message",function(e){l.displayMessage(e)}),h.fn.mousewheel&&this.$results.on("mousewheel",function(e){var t=l.$results.scrollTop(),n=l.$results.get(0).scrollHeight-t+e.deltaY,r=0<e.deltaY&&t-e.deltaY<=0,i=e.deltaY<0&&n<=l.$results.height();r?(l.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):i&&(l.$results.scrollTop(l.$results.get(0).scrollHeight-l.$results.height()),e.preventDefault(),e.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(e){var t=h(this),n=f.GetData(this,"data");"true"!==t.attr("aria-selected")?l.trigger("select",{originalEvent:e,data:n}):l.options.get("multiple")?l.trigger("unselect",{originalEvent:e,data:n}):l.trigger("close",{})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(e){var t=f.GetData(this,"data");l.getHighlightedResults().removeClass("select2-results__option--highlighted"),l.trigger("results:focus",{data:t,element:h(this)})})},r.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},r.prototype.destroy=function(){this.$results.remove()},r.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[aria-selected]").index(e),n=this.$results.offset().top,r=e.offset().top,i=this.$results.scrollTop()+(r-n),o=r-n;i-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(o>this.$results.outerHeight()||o<0)&&this.$results.scrollTop(i)}},r.prototype.template=function(e,t){var n=this.options.get("templateResult"),r=this.options.get("escapeMarkup"),i=n(e,t);null==i?t.style.display="none":"string"==typeof i?t.innerHTML=r(i):h(t).append(i)},r}),e.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),e.define("select2/selection/base",["jquery","../utils","../keys"],function(n,r,i){function o(e,t){this.$element=e,this.options=t,o.__super__.constructor.call(this)}return r.Extend(o,r.Observable),o.prototype.render=function(){var e=n('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=r.GetData(this.$element[0],"old-tabindex")?this._tabindex=r.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),e.attr("title",this.$element.attr("title")),e.attr("tabindex",this._tabindex),e.attr("aria-disabled","false"),this.$selection=e},o.prototype.bind=function(e,t){var n=this,r=e.id+"-results";this.container=e,this.$selection.on("focus",function(e){n.trigger("focus",e)}),this.$selection.on("blur",function(e){n._handleBlur(e)}),this.$selection.on("keydown",function(e){n.trigger("keypress",e),e.which===i.SPACE&&e.preventDefault()}),e.on("results:focus",function(e){n.$selection.attr("aria-activedescendant",e.data._resultId)}),e.on("selection:update",function(e){n.update(e.data)}),e.on("open",function(){n.$selection.attr("aria-expanded","true"),n.$selection.attr("aria-owns",r),n._attachCloseHandler(e)}),e.on("close",function(){n.$selection.attr("aria-expanded","false"),n.$selection.removeAttr("aria-activedescendant"),n.$selection.removeAttr("aria-owns"),n.$selection.trigger("focus"),n._detachCloseHandler(e)}),e.on("enable",function(){n.$selection.attr("tabindex",n._tabindex),n.$selection.attr("aria-disabled","false")}),e.on("disable",function(){n.$selection.attr("tabindex","-1"),n.$selection.attr("aria-disabled","true")})},o.prototype._handleBlur=function(e){var t=this;window.setTimeout(function(){document.activeElement==t.$selection[0]||n.contains(t.$selection[0],document.activeElement)||t.trigger("blur",e)},1)},o.prototype._attachCloseHandler=function(e){n(document.body).on("mousedown.select2."+e.id,function(e){var t=n(e.target).closest(".select2");n(".select2.select2-container--open").each(function(){this!=t[0]&&r.GetData(this,"element").select2("close")})})},o.prototype._detachCloseHandler=function(e){n(document.body).off("mousedown.select2."+e.id)},o.prototype.position=function(e,t){t.find(".selection").append(e)},o.prototype.destroy=function(){this._detachCloseHandler(this.container)},o.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},o.prototype.isEnabled=function(){return!this.isDisabled()},o.prototype.isDisabled=function(){return this.options.get("disabled")},o}),e.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(e,t,n,r){function i(){i.__super__.constructor.apply(this,arguments)}return n.Extend(i,t),i.prototype.render=function(){var e=i.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),e},i.prototype.bind=function(t,e){var n=this;i.__super__.bind.apply(this,arguments);var r=t.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",r).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",r),this.$selection.on("mousedown",function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})}),this.$selection.on("focus",function(e){}),this.$selection.on("blur",function(e){}),t.on("focus",function(e){t.isOpen()||n.$selection.trigger("focus")})},i.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},i.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},i.prototype.selectionContainer=function(){return e("<span></span>")},i.prototype.update=function(e){if(0!==e.length){var t=e[0],n=this.$selection.find(".select2-selection__rendered"),r=this.display(t,n);n.empty().append(r);var i=t.title||t.text;i?n.attr("title",i):n.removeAttr("title")}else this.clear()},i}),e.define("select2/selection/multiple",["jquery","./base","../utils"],function(i,e,l){function n(e,t){n.__super__.constructor.apply(this,arguments)}return l.Extend(n,e),n.prototype.render=function(){var e=n.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('<ul class="select2-selection__rendered"></ul>'),e},n.prototype.bind=function(e,t){var r=this;n.__super__.bind.apply(this,arguments),this.$selection.on("click",function(e){r.trigger("toggle",{originalEvent:e})}),this.$selection.on("click",".select2-selection__choice__remove",function(e){if(!r.isDisabled()){var t=i(this).parent(),n=l.GetData(t[0],"data");r.trigger("unselect",{originalEvent:e,data:n})}})},n.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},n.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},n.prototype.selectionContainer=function(){return i('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">&times;</span></li>')},n.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],n=0;n<e.length;n++){var r=e[n],i=this.selectionContainer(),o=this.display(r,i);i.append(o);var s=r.title||r.text;s&&i.attr("title",s),l.StoreData(i[0],"data",r),t.push(i)}var a=this.$selection.find(".select2-selection__rendered");l.appendMany(a,t)}},n}),e.define("select2/selection/placeholder",["../utils"],function(e){function t(e,t,n){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n)}return t.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},t.prototype.createPlaceholder=function(e,t){var n=this.selectionContainer();return n.html(this.display(t)),n.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),n},t.prototype.update=function(e,t){var n=1==t.length&&t[0].id!=this.placeholder.id;if(1<t.length||n)return e.call(this,t);this.clear();var r=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(r)},t}),e.define("select2/selection/allowClear",["jquery","../keys","../utils"],function(i,r,a){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(e){r._handleClear(e)}),t.on("keypress",function(e){r._handleKeyboardClear(e,t)})},e.prototype._handleClear=function(e,t){if(!this.isDisabled()){var n=this.$selection.find(".select2-selection__clear");if(0!==n.length){t.stopPropagation();var r=a.GetData(n[0],"data"),i=this.$element.val();this.$element.val(this.placeholder.id);var o={data:r};if(this.trigger("clear",o),o.prevented)this.$element.val(i);else{for(var s=0;s<r.length;s++)if(o={data:r[s]},this.trigger("unselect",o),o.prevented)return void this.$element.val(i);this.$element.trigger("input").trigger("change"),this.trigger("toggle",{})}}}},e.prototype._handleKeyboardClear=function(e,t,n){n.isOpen()||t.which!=r.DELETE&&t.which!=r.BACKSPACE||this._handleClear(t)},e.prototype.update=function(e,t){if(e.call(this,t),!(0<this.$selection.find(".select2-selection__placeholder").length||0===t.length)){var n=this.options.get("translations").get("removeAllItems"),r=i('<span class="select2-selection__clear" title="'+n()+'">&times;</span>');a.StoreData(r[0],"data",t),this.$selection.find(".select2-selection__rendered").prepend(r)}},e}),e.define("select2/selection/search",["jquery","../utils","../keys"],function(r,a,l){function e(e,t,n){e.call(this,t,n)}return e.prototype.render=function(e){var t=r('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></li>');this.$searchContainer=t,this.$search=t.find("input");var n=e.call(this);return this._transferTabIndex(),n},e.prototype.bind=function(e,t,n){var r=this,i=t.id+"-results";e.call(this,t,n),t.on("open",function(){r.$search.attr("aria-controls",i),r.$search.trigger("focus")}),t.on("close",function(){r.$search.val(""),r.$search.removeAttr("aria-controls"),r.$search.removeAttr("aria-activedescendant"),r.$search.trigger("focus")}),t.on("enable",function(){r.$search.prop("disabled",!1),r._transferTabIndex()}),t.on("disable",function(){r.$search.prop("disabled",!0)}),t.on("focus",function(e){r.$search.trigger("focus")}),t.on("results:focus",function(e){e.data._resultId?r.$search.attr("aria-activedescendant",e.data._resultId):r.$search.removeAttr("aria-activedescendant")}),this.$selection.on("focusin",".select2-search--inline",function(e){r.trigger("focus",e)}),this.$selection.on("focusout",".select2-search--inline",function(e){r._handleBlur(e)}),this.$selection.on("keydown",".select2-search--inline",function(e){if(e.stopPropagation(),r.trigger("keypress",e),r._keyUpPrevented=e.isDefaultPrevented(),e.which===l.BACKSPACE&&""===r.$search.val()){var t=r.$searchContainer.prev(".select2-selection__choice");if(0<t.length){var n=a.GetData(t[0],"data");r.searchRemoveChoice(n),e.preventDefault()}}}),this.$selection.on("click",".select2-search--inline",function(e){r.$search.val()&&e.stopPropagation()});var o=document.documentMode,s=o&&o<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(e){s?r.$selection.off("input.search input.searchcheck"):r.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(e){if(s&&"input"===e.type)r.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=l.SHIFT&&t!=l.CTRL&&t!=l.ALT&&t!=l.TAB&&r.handleSearch(e)}})},e.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},e.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},e.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),n&&this.$search.trigger("focus")},e.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},e.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},e.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";""!==this.$search.attr("placeholder")?e=this.$selection.find(".select2-selection__rendered").width():e=.75*(this.$search.val().length+1)+"em";this.$search.css("width",e)},e}),e.define("select2/selection/eventRelay",["jquery"],function(s){function e(){}return e.prototype.bind=function(e,t,n){var r=this,i=["open","opening","close","closing","select","selecting","unselect","unselecting","clear","clearing"],o=["opening","closing","selecting","unselecting","clearing"];e.call(this,t,n),t.on("*",function(e,t){if(-1!==s.inArray(e,i)){t=t||{};var n=s.Event("select2:"+e,{params:t});r.$element.trigger(n),-1!==s.inArray(e,o)&&(t.prevented=n.isDefaultPrevented())}})},e}),e.define("select2/translation",["jquery","require"],function(t,n){function r(e){this.dict=e||{}}return r.prototype.all=function(){return this.dict},r.prototype.get=function(e){return this.dict[e]},r.prototype.extend=function(e){this.dict=t.extend({},e.all(),this.dict)},r._cache={},r.loadPath=function(e){if(!(e in r._cache)){var t=n(e);r._cache[e]=t}return new r(r._cache[e])},r}),e.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Œ":"OE","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","œ":"oe","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ώ":"ω","ς":"σ","’":"'"}}),e.define("select2/data/base",["../utils"],function(r){function n(e,t){n.__super__.constructor.call(this)}return r.Extend(n,r.Observable),n.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},n.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},n.prototype.bind=function(e,t){},n.prototype.destroy=function(){},n.prototype.generateResultId=function(e,t){var n=e.id+"-result-";return n+=r.generateChars(4),null!=t.id?n+="-"+t.id.toString():n+="-"+r.generateChars(4),n},n}),e.define("select2/data/select",["./base","../utils","jquery"],function(e,a,l){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return a.Extend(n,e),n.prototype.current=function(e){var n=[],r=this;this.$element.find(":selected").each(function(){var e=l(this),t=r.item(e);n.push(t)}),e(n)},n.prototype.select=function(i){var o=this;if(i.selected=!0,l(i.element).is("option"))return i.element.selected=!0,void this.$element.trigger("input").trigger("change");if(this.$element.prop("multiple"))this.current(function(e){var t=[];(i=[i]).push.apply(i,e);for(var n=0;n<i.length;n++){var r=i[n].id;-1===l.inArray(r,t)&&t.push(r)}o.$element.val(t),o.$element.trigger("input").trigger("change")});else{var e=i.id;this.$element.val(e),this.$element.trigger("input").trigger("change")}},n.prototype.unselect=function(i){var o=this;if(this.$element.prop("multiple")){if(i.selected=!1,l(i.element).is("option"))return i.element.selected=!1,void this.$element.trigger("input").trigger("change");this.current(function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n].id;r!==i.id&&-1===l.inArray(r,t)&&t.push(r)}o.$element.val(t),o.$element.trigger("input").trigger("change")})}},n.prototype.bind=function(e,t){var n=this;(this.container=e).on("select",function(e){n.select(e.data)}),e.on("unselect",function(e){n.unselect(e.data)})},n.prototype.destroy=function(){this.$element.find("*").each(function(){a.RemoveData(this)})},n.prototype.query=function(r,e){var i=[],o=this;this.$element.children().each(function(){var e=l(this);if(e.is("option")||e.is("optgroup")){var t=o.item(e),n=o.matches(r,t);null!==n&&i.push(n)}}),e({results:i})},n.prototype.addOptions=function(e){a.appendMany(this.$element,e)},n.prototype.option=function(e){var t;e.children?(t=document.createElement("optgroup")).label=e.text:void 0!==(t=document.createElement("option")).textContent?t.textContent=e.text:t.innerText=e.text,void 0!==e.id&&(t.value=e.id),e.disabled&&(t.disabled=!0),e.selected&&(t.selected=!0),e.title&&(t.title=e.title);var n=l(t),r=this._normalizeItem(e);return r.element=t,a.StoreData(t,"data",r),n},n.prototype.item=function(e){var t={};if(null!=(t=a.GetData(e[0],"data")))return t;if(e.is("option"))t={id:e.val(),text:e.text(),disabled:e.prop("disabled"),selected:e.prop("selected"),title:e.prop("title")};else if(e.is("optgroup")){t={text:e.prop("label"),children:[],title:e.prop("title")};for(var n=e.children("option"),r=[],i=0;i<n.length;i++){var o=l(n[i]),s=this.item(o);r.push(s)}t.children=r}return(t=this._normalizeItem(t)).element=e[0],a.StoreData(e[0],"data",t),t},n.prototype._normalizeItem=function(e){e!==Object(e)&&(e={id:e,text:e});return null!=(e=l.extend({},{text:""},e)).id&&(e.id=e.id.toString()),null!=e.text&&(e.text=e.text.toString()),null==e._resultId&&e.id&&null!=this.container&&(e._resultId=this.generateResultId(this.container,e)),l.extend({},{selected:!1,disabled:!1},e)},n.prototype.matches=function(e,t){return this.options.get("matcher")(e,t)},n}),e.define("select2/data/array",["./select","../utils","jquery"],function(e,f,g){function r(e,t){this._dataToConvert=t.get("data")||[],r.__super__.constructor.call(this,e,t)}return f.Extend(r,e),r.prototype.bind=function(e,t){r.__super__.bind.call(this,e,t),this.addOptions(this.convertToOptions(this._dataToConvert))},r.prototype.select=function(n){var e=this.$element.find("option").filter(function(e,t){return t.value==n.id.toString()});0===e.length&&(e=this.option(n),this.addOptions(e)),r.__super__.select.call(this,n)},r.prototype.convertToOptions=function(e){var t=this,n=this.$element.find("option"),r=n.map(function(){return t.item(g(this)).id}).get(),i=[];function o(e){return function(){return g(this).val()==e.id}}for(var s=0;s<e.length;s++){var a=this._normalizeItem(e[s]);if(0<=g.inArray(a.id,r)){var l=n.filter(o(a)),c=this.item(l),u=g.extend(!0,{},a,c),d=this.option(u);l.replaceWith(d)}else{var p=this.option(a);if(a.children){var h=this.convertToOptions(a.children);f.appendMany(p,h)}i.push(p)}}return i},r}),e.define("select2/data/ajax",["./array","../utils","jquery"],function(e,t,o){function n(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),n.__super__.constructor.call(this,e,t)}return t.Extend(n,e),n.prototype._applyDefaults=function(e){var t={data:function(e){return o.extend({},e,{q:e.term})},transport:function(e,t,n){var r=o.ajax(e);return r.then(t),r.fail(n),r}};return o.extend({},t,e,!0)},n.prototype.processResults=function(e){return e},n.prototype.query=function(n,r){var i=this;null!=this._request&&(o.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var t=o.extend({type:"GET"},this.ajaxOptions);function e(){var e=t.transport(t,function(e){var t=i.processResults(e,n);i.options.get("debug")&&window.console&&console.error&&(t&&t.results&&o.isArray(t.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),r(t)},function(){"status"in e&&(0===e.status||"0"===e.status)||i.trigger("results:message",{message:"errorLoading"})});i._request=e}"function"==typeof t.url&&(t.url=t.url.call(this.$element,n)),"function"==typeof t.data&&(t.data=t.data.call(this.$element,n)),this.ajaxOptions.delay&&null!=n.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(e,this.ajaxOptions.delay)):e()},n}),e.define("select2/data/tags",["jquery"],function(u){function e(e,t,n){var r=n.get("tags"),i=n.get("createTag");void 0!==i&&(this.createTag=i);var o=n.get("insertTag");if(void 0!==o&&(this.insertTag=o),e.call(this,t,n),u.isArray(r))for(var s=0;s<r.length;s++){var a=r[s],l=this._normalizeItem(a),c=this.option(l);this.$element.append(c)}}return e.prototype.query=function(e,c,u){var d=this;this._removeOldTags(),null!=c.term&&null==c.page?e.call(this,c,function e(t,n){for(var r=t.results,i=0;i<r.length;i++){var o=r[i],s=null!=o.children&&!e({results:o.children},!0);if((o.text||"").toUpperCase()===(c.term||"").toUpperCase()||s)return!n&&(t.data=r,void u(t))}if(n)return!0;var a=d.createTag(c);if(null!=a){var l=d.option(a);l.attr("data-select2-tag",!0),d.addOptions([l]),d.insertTag(r,a)}t.results=r,u(t)}):e.call(this,c,u)},e.prototype.createTag=function(e,t){var n=u.trim(t.term);return""===n?null:{id:n,text:n}},e.prototype.insertTag=function(e,t,n){t.unshift(n)},e.prototype._removeOldTags=function(e){this.$element.find("option[data-select2-tag]").each(function(){this.selected||u(this).remove()})},e}),e.define("select2/data/tokenizer",["jquery"],function(d){function e(e,t,n){var r=n.get("tokenizer");void 0!==r&&(this.tokenizer=r),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){e.call(this,t,n),this.$search=t.dropdown.$search||t.selection.$search||n.find(".select2-search__field")},e.prototype.query=function(e,t,n){var r=this;t.term=t.term||"";var i=this.tokenizer(t,this.options,function(e){var t=r._normalizeItem(e);if(!r.$element.find("option").filter(function(){return d(this).val()===t.id}).length){var n=r.option(t);n.attr("data-select2-tag",!0),r._removeOldTags(),r.addOptions([n])}!function(e){r.trigger("select",{data:e})}(t)});i.term!==t.term&&(this.$search.length&&(this.$search.val(i.term),this.$search.trigger("focus")),t.term=i.term),e.call(this,t,n)},e.prototype.tokenizer=function(e,t,n,r){for(var i=n.get("tokenSeparators")||[],o=t.term,s=0,a=this.createTag||function(e){return{id:e.term,text:e.term}};s<o.length;){var l=o[s];if(-1!==d.inArray(l,i)){var c=o.substr(0,s),u=a(d.extend({},t,{term:c}));null!=u?(r(u),o=o.substr(s+1)||"",s=0):s++}else s++}return{term:o}},e}),e.define("select2/data/minimumInputLength",[],function(){function e(e,t,n){this.minimumInputLength=n.get("minimumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",t.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumInputLength",[],function(){function e(e,t,n){this.maximumInputLength=n.get("maximumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",0<this.maximumInputLength&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumSelectionLength",[],function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",function(){r._checkIfMaximumSelected()})},e.prototype.query=function(e,t,n){var r=this;this._checkIfMaximumSelected(function(){e.call(r,t,n)})},e.prototype._checkIfMaximumSelected=function(e,n){var r=this;this.current(function(e){var t=null!=e?e.length:0;0<r.maximumSelectionLength&&t>=r.maximumSelectionLength?r.trigger("results:message",{message:"maximumSelected",args:{maximum:r.maximumSelectionLength}}):n&&n()})},e}),e.define("select2/dropdown",["jquery","./utils"],function(t,e){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return e.Extend(n,e.Observable),n.prototype.render=function(){var e=t('<span class="select2-dropdown"><span class="select2-results"></span></span>');return e.attr("dir",this.options.get("dir")),this.$dropdown=e},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n}),e.define("select2/dropdown/search",["jquery","../utils"],function(o,e){function t(){}return t.prototype.render=function(e){var t=e.call(this),n=o('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></span>');return this.$searchContainer=n,this.$search=n.find("input"),t.prepend(n),t},t.prototype.bind=function(e,t,n){var r=this,i=t.id+"-results";e.call(this,t,n),this.$search.on("keydown",function(e){r.trigger("keypress",e),r._keyUpPrevented=e.isDefaultPrevented()}),this.$search.on("input",function(e){o(this).off("keyup")}),this.$search.on("keyup input",function(e){r.handleSearch(e)}),t.on("open",function(){r.$search.attr("tabindex",0),r.$search.attr("aria-controls",i),r.$search.trigger("focus"),window.setTimeout(function(){r.$search.trigger("focus")},0)}),t.on("close",function(){r.$search.attr("tabindex",-1),r.$search.removeAttr("aria-controls"),r.$search.removeAttr("aria-activedescendant"),r.$search.val(""),r.$search.trigger("blur")}),t.on("focus",function(){t.isOpen()||r.$search.trigger("focus")}),t.on("results:all",function(e){null!=e.query.term&&""!==e.query.term||(r.showSearch(e)?r.$searchContainer.removeClass("select2-search--hide"):r.$searchContainer.addClass("select2-search--hide"))}),t.on("results:focus",function(e){e.data._resultId?r.$search.attr("aria-activedescendant",e.data._resultId):r.$search.removeAttr("aria-activedescendant")})},t.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},t.prototype.showSearch=function(e,t){return!0},t}),e.define("select2/dropdown/hidePlaceholder",[],function(){function e(e,t,n,r){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,r)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),r=t.length-1;0<=r;r--){var i=t[r];this.placeholder.id===i.id&&n.splice(r,1)}return n},e}),e.define("select2/dropdown/infiniteScroll",["jquery"],function(n){function e(e,t,n,r){this.lastParams={},e.call(this,t,n,r),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return e.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("query",function(e){r.lastParams=e,r.loading=!0}),t.on("query:append",function(e){r.lastParams=e,r.loading=!0}),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},e.prototype.loadMoreIfNeeded=function(){var e=n.contains(document.documentElement,this.$loadingMore[0]);if(!this.loading&&e){var t=this.$results.offset().top+this.$results.outerHeight(!1);this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)<=t+50&&this.loadMore()}},e.prototype.loadMore=function(){this.loading=!0;var e=n.extend({},{page:1},this.lastParams);e.page++,this.trigger("query:append",e)},e.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},e.prototype.createLoadingMore=function(){var e=n('<li class="select2-results__option select2-results__option--load-more"role="option" aria-disabled="true"></li>'),t=this.options.get("translations").get("loadingMore");return e.html(t(this.lastParams)),e},e}),e.define("select2/dropdown/attachBody",["jquery","../utils"],function(f,a){function e(e,t,n){this.$dropdownParent=f(n.get("dropdownParent")||document.body),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("open",function(){r._showDropdown(),r._attachPositioningHandler(t),r._bindContainerResultHandlers(t)}),t.on("close",function(){r._hideDropdown(),r._detachPositioningHandler(t)}),this.$dropdownContainer.on("mousedown",function(e){e.stopPropagation()})},e.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},e.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},e.prototype.render=function(e){var t=f("<span></span>"),n=e.call(this);return t.append(n),this.$dropdownContainer=t},e.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},e.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var n=this;t.on("results:all",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:append",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:message",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("select",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("unselect",function(){n._positionDropdown(),n._resizeDropdown()}),this._containerResultsHandlersBound=!0}},e.prototype._attachPositioningHandler=function(e,t){var n=this,r="scroll.select2."+t.id,i="resize.select2."+t.id,o="orientationchange.select2."+t.id,s=this.$container.parents().filter(a.hasScroll);s.each(function(){a.StoreData(this,"select2-scroll-position",{x:f(this).scrollLeft(),y:f(this).scrollTop()})}),s.on(r,function(e){var t=a.GetData(this,"select2-scroll-position");f(this).scrollTop(t.y)}),f(window).on(r+" "+i+" "+o,function(e){n._positionDropdown(),n._resizeDropdown()})},e.prototype._detachPositioningHandler=function(e,t){var n="scroll.select2."+t.id,r="resize.select2."+t.id,i="orientationchange.select2."+t.id;this.$container.parents().filter(a.hasScroll).off(n),f(window).off(n+" "+r+" "+i)},e.prototype._positionDropdown=function(){var e=f(window),t=this.$dropdown.hasClass("select2-dropdown--above"),n=this.$dropdown.hasClass("select2-dropdown--below"),r=null,i=this.$container.offset();i.bottom=i.top+this.$container.outerHeight(!1);var o={height:this.$container.outerHeight(!1)};o.top=i.top,o.bottom=i.top+o.height;var s=this.$dropdown.outerHeight(!1),a=e.scrollTop(),l=e.scrollTop()+e.height(),c=a<i.top-s,u=l>i.bottom+s,d={left:i.left,top:o.bottom},p=this.$dropdownParent;"static"===p.css("position")&&(p=p.offsetParent());var h={top:0,left:0};(f.contains(document.body,p[0])||p[0].isConnected)&&(h=p.offset()),d.top-=h.top,d.left-=h.left,t||n||(r="below"),u||!c||t?!c&&u&&t&&(r="below"):r="above",("above"==r||t&&"below"!==r)&&(d.top=o.top-h.top-s),null!=r&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+r),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+r)),this.$dropdownContainer.css(d)},e.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},e.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},e}),e.define("select2/dropdown/minimumResultsForSearch",[],function(){function e(e,t,n,r){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,r)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var n=0,r=0;r<t.length;r++){var i=t[r];i.children?n+=e(i.children):n++}return n}(t.data.results)<this.minimumResultsForSearch)&&e.call(this,t)},e}),e.define("select2/dropdown/selectOnClose",["../utils"],function(o){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("close",function(e){r._handleSelectOnClose(e)})},e.prototype._handleSelectOnClose=function(e,t){if(t&&null!=t.originalSelect2Event){var n=t.originalSelect2Event;if("select"===n._type||"unselect"===n._type)return}var r=this.getHighlightedResults();if(!(r.length<1)){var i=o.GetData(r[0],"data");null!=i.element&&i.element.selected||null==i.element&&i.selected||this.trigger("select",{data:i})}},e}),e.define("select2/dropdown/closeOnSelect",[],function(){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",function(e){r._selectTriggered(e)}),t.on("unselect",function(e){r._selectTriggered(e)})},e.prototype._selectTriggered=function(e,t){var n=t.originalEvent;n&&(n.ctrlKey||n.metaKey)||this.trigger("close",{originalEvent:n,originalSelect2Event:t})},e}),e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return 1!=t&&(n+="s"),n},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return 1!=e.maximum&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"},removeAllItems:function(){return"Remove all items"}}}),e.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],function(c,u,d,p,h,f,g,m,v,y,s,t,_,$,b,w,A,x,D,S,E,C,O,T,q,L,I,j,e){function n(){this.reset()}return n.prototype.apply=function(e){if(null==(e=c.extend(!0,{},this.defaults,e)).dataAdapter){if(null!=e.ajax?e.dataAdapter=b:null!=e.data?e.dataAdapter=$:e.dataAdapter=_,0<e.minimumInputLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,x)),0<e.maximumInputLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,D)),0<e.maximumSelectionLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,S)),e.tags&&(e.dataAdapter=y.Decorate(e.dataAdapter,w)),null==e.tokenSeparators&&null==e.tokenizer||(e.dataAdapter=y.Decorate(e.dataAdapter,A)),null!=e.query){var t=u(e.amdBase+"compat/query");e.dataAdapter=y.Decorate(e.dataAdapter,t)}if(null!=e.initSelection){var n=u(e.amdBase+"compat/initSelection");e.dataAdapter=y.Decorate(e.dataAdapter,n)}}if(null==e.resultsAdapter&&(e.resultsAdapter=d,null!=e.ajax&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,T)),null!=e.placeholder&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,O)),e.selectOnClose&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,I))),null==e.dropdownAdapter){if(e.multiple)e.dropdownAdapter=E;else{var r=y.Decorate(E,C);e.dropdownAdapter=r}if(0!==e.minimumResultsForSearch&&(e.dropdownAdapter=y.Decorate(e.dropdownAdapter,L)),e.closeOnSelect&&(e.dropdownAdapter=y.Decorate(e.dropdownAdapter,j)),null!=e.dropdownCssClass||null!=e.dropdownCss||null!=e.adaptDropdownCssClass){var i=u(e.amdBase+"compat/dropdownCss");e.dropdownAdapter=y.Decorate(e.dropdownAdapter,i)}e.dropdownAdapter=y.Decorate(e.dropdownAdapter,q)}if(null==e.selectionAdapter){if(e.multiple?e.selectionAdapter=h:e.selectionAdapter=p,null!=e.placeholder&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,f)),e.allowClear&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,g)),e.multiple&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,m)),null!=e.containerCssClass||null!=e.containerCss||null!=e.adaptContainerCssClass){var o=u(e.amdBase+"compat/containerCss");e.selectionAdapter=y.Decorate(e.selectionAdapter,o)}e.selectionAdapter=y.Decorate(e.selectionAdapter,v)}e.language=this._resolveLanguage(e.language),e.language.push("en");for(var s=[],a=0;a<e.language.length;a++){var l=e.language[a];-1===s.indexOf(l)&&s.push(l)}return e.language=s,e.translations=this._processTranslations(e.language,e.debug),e},n.prototype.reset=function(){function a(e){return e.replace(/[^\u0000-\u007E]/g,function(e){return t[e]||e})}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:y.escapeMarkup,language:{},matcher:function e(t,n){if(""===c.trim(t.term))return n;if(n.children&&0<n.children.length){for(var r=c.extend(!0,{},n),i=n.children.length-1;0<=i;i--)null==e(t,n.children[i])&&r.children.splice(i,1);return 0<r.children.length?r:e(t,r)}var o=a(n.text).toUpperCase(),s=a(t.term).toUpperCase();return-1<o.indexOf(s)?n:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,scrollAfterSelect:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},n.prototype.applyFromElement=function(e,t){var n=e.language,r=this.defaults.language,i=t.prop("lang"),o=t.closest("[lang]").prop("lang"),s=Array.prototype.concat.call(this._resolveLanguage(i),this._resolveLanguage(n),this._resolveLanguage(r),this._resolveLanguage(o));return e.language=s,e},n.prototype._resolveLanguage=function(e){if(!e)return[];if(c.isEmptyObject(e))return[];if(c.isPlainObject(e))return[e];var t;t=c.isArray(e)?e:[e];for(var n=[],r=0;r<t.length;r++)if(n.push(t[r]),"string"==typeof t[r]&&0<t[r].indexOf("-")){var i=t[r].split("-")[0];n.push(i)}return n},n.prototype._processTranslations=function(e,t){for(var n=new s,r=0;r<e.length;r++){var i=new s,o=e[r];if("string"==typeof o)try{i=s.loadPath(o)}catch(e){try{o=this.defaults.amdLanguageBase+o,i=s.loadPath(o)}catch(e){t&&window.console&&console.warn&&console.warn('Select2: The language file for "'+o+'" could not be automatically loaded. A fallback will be used instead.')}}else i=c.isPlainObject(o)?new s(o):o;n.extend(i)}return n},n.prototype.set=function(e,t){var n={};n[c.camelCase(e)]=t;var r=y._convertData(n);c.extend(!0,this.defaults,r)},new n}),e.define("select2/options",["require","jquery","./defaults","./utils"],function(r,d,i,p){function e(e,t){if(this.options=e,null!=t&&this.fromElement(t),null!=t&&(this.options=i.applyFromElement(this.options,t)),this.options=i.apply(this.options),t&&t.is("input")){var n=r(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=p.Decorate(this.options.dataAdapter,n)}}return e.prototype.fromElement=function(e){var t=["select2"];null==this.options.multiple&&(this.options.multiple=e.prop("multiple")),null==this.options.disabled&&(this.options.disabled=e.prop("disabled")),null==this.options.dir&&(e.prop("dir")?this.options.dir=e.prop("dir"):e.closest("[dir]").prop("dir")?this.options.dir=e.closest("[dir]").prop("dir"):this.options.dir="ltr"),e.prop("disabled",this.options.disabled),e.prop("multiple",this.options.multiple),p.GetData(e[0],"select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),p.StoreData(e[0],"data",p.GetData(e[0],"select2Tags")),p.StoreData(e[0],"tags",!0)),p.GetData(e[0],"ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),e.attr("ajax--url",p.GetData(e[0],"ajaxUrl")),p.StoreData(e[0],"ajax-Url",p.GetData(e[0],"ajaxUrl")));var n={};function r(e,t){return t.toUpperCase()}for(var i=0;i<e[0].attributes.length;i++){var o=e[0].attributes[i].name,s="data-";if(o.substr(0,s.length)==s){var a=o.substring(s.length),l=p.GetData(e[0],a);n[a.replace(/-([a-z])/g,r)]=l}}d.fn.jquery&&"1."==d.fn.jquery.substr(0,2)&&e[0].dataset&&(n=d.extend(!0,{},e[0].dataset,n));var c=d.extend(!0,{},p.GetData(e[0]),n);for(var u in c=p._convertData(c))-1<d.inArray(u,t)||(d.isPlainObject(this.options[u])?d.extend(this.options[u],c[u]):this.options[u]=c[u]);return this},e.prototype.get=function(e){return this.options[e]},e.prototype.set=function(e,t){this.options[e]=t},e}),e.define("select2/core",["jquery","./options","./utils","./keys"],function(o,c,u,r){var d=function(e,t){null!=u.GetData(e[0],"select2")&&u.GetData(e[0],"select2").destroy(),this.$element=e,this.id=this._generateId(e),t=t||{},this.options=new c(t,e),d.__super__.constructor.call(this);var n=e.attr("tabindex")||0;u.StoreData(e[0],"old-tabindex",n),e.attr("tabindex","-1");var r=this.options.get("dataAdapter");this.dataAdapter=new r(e,this.options);var i=this.render();this._placeContainer(i);var o=this.options.get("selectionAdapter");this.selection=new o(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,i);var s=this.options.get("dropdownAdapter");this.dropdown=new s(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,i);var a=this.options.get("resultsAdapter");this.results=new a(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var l=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(e){l.trigger("selection:update",{data:e})}),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),u.StoreData(e[0],"select2",this),e.data("select2",this)};return u.Extend(d,u.Observable),d.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+u.generateChars(2):u.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},d.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},d.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var r=this._resolveWidth(e,"style");return null!=r?r:this._resolveWidth(e,"element")}if("element"==t){var i=e.outerWidth(!1);return i<=0?"auto":i+"px"}if("style"!=t)return"computedstyle"!=t?t:window.getComputedStyle(e[0]).width;var o=e.attr("style");if("string"!=typeof o)return null;for(var s=o.split(";"),a=0,l=s.length;a<l;a+=1){var c=s[a].replace(/\s/g,"").match(n);if(null!==c&&1<=c.length)return c[1]}return null},d.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},d.prototype._registerDomEvents=function(){var t=this;this.$element.on("change.select2",function(){t.dataAdapter.current(function(e){t.trigger("selection:update",{data:e})})}),this.$element.on("focus.select2",function(e){t.trigger("focus",e)}),this._syncA=u.bind(this._syncAttributes,this),this._syncS=u.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var e=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=e?(this._observer=new e(function(e){t._syncA(),t._syncS(null,e)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",t._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",t._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",t._syncS,!1))},d.prototype._registerDataEvents=function(){var n=this;this.dataAdapter.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerSelectionEvents=function(){var n=this,r=["toggle","focus"];this.selection.on("toggle",function(){n.toggleDropdown()}),this.selection.on("focus",function(e){n.focus(e)}),this.selection.on("*",function(e,t){-1===o.inArray(e,r)&&n.trigger(e,t)})},d.prototype._registerDropdownEvents=function(){var n=this;this.dropdown.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerResultsEvents=function(){var n=this;this.results.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerEvents=function(){var n=this;this.on("open",function(){n.$container.addClass("select2-container--open")}),this.on("close",function(){n.$container.removeClass("select2-container--open")}),this.on("enable",function(){n.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){n.$container.addClass("select2-container--disabled")}),this.on("blur",function(){n.$container.removeClass("select2-container--focus")}),this.on("query",function(t){n.isOpen()||n.trigger("open",{}),this.dataAdapter.query(t,function(e){n.trigger("results:all",{data:e,query:t})})}),this.on("query:append",function(t){this.dataAdapter.query(t,function(e){n.trigger("results:append",{data:e,query:t})})}),this.on("keypress",function(e){var t=e.which;n.isOpen()?t===r.ESC||t===r.TAB||t===r.UP&&e.altKey?(n.close(e),e.preventDefault()):t===r.ENTER?(n.trigger("results:select",{}),e.preventDefault()):t===r.SPACE&&e.ctrlKey?(n.trigger("results:toggle",{}),e.preventDefault()):t===r.UP?(n.trigger("results:previous",{}),e.preventDefault()):t===r.DOWN&&(n.trigger("results:next",{}),e.preventDefault()):(t===r.ENTER||t===r.SPACE||t===r.DOWN&&e.altKey)&&(n.open(),e.preventDefault())})},d.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.isDisabled()?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},d.prototype._isChangeMutation=function(e,t){var n=!1,r=this;if(!e||!e.target||"OPTION"===e.target.nodeName||"OPTGROUP"===e.target.nodeName){if(t)if(t.addedNodes&&0<t.addedNodes.length)for(var i=0;i<t.addedNodes.length;i++){t.addedNodes[i].selected&&(n=!0)}else t.removedNodes&&0<t.removedNodes.length?n=!0:o.isArray(t)&&o.each(t,function(e,t){if(r._isChangeMutation(e,t))return!(n=!0)});else n=!0;return n}},d.prototype._syncSubtree=function(e,t){var n=this._isChangeMutation(e,t),r=this;n&&this.dataAdapter.current(function(e){r.trigger("selection:update",{data:e})})},d.prototype.trigger=function(e,t){var n=d.__super__.trigger,r={open:"opening",close:"closing",select:"selecting",unselect:"unselecting",clear:"clearing"};if(void 0===t&&(t={}),e in r){var i=r[e],o={prevented:!1,name:e,args:t};if(n.call(this,i,o),o.prevented)return void(t.prevented=!0)}n.call(this,e,t)},d.prototype.toggleDropdown=function(){this.isDisabled()||(this.isOpen()?this.close():this.open())},d.prototype.open=function(){this.isOpen()||this.isDisabled()||this.trigger("query",{})},d.prototype.close=function(e){this.isOpen()&&this.trigger("close",{originalEvent:e})},d.prototype.isEnabled=function(){return!this.isDisabled()},d.prototype.isDisabled=function(){return this.options.get("disabled")},d.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},d.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},d.prototype.focus=function(e){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},d.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},d.prototype.data=function(){this.options.get("debug")&&0<arguments.length&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var t=[];return this.dataAdapter.current(function(e){t=e}),t},d.prototype.val=function(e){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==e||0===e.length)return this.$element.val();var t=e[0];o.isArray(t)&&(t=o.map(t,function(e){return e.toString()})),this.$element.val(t).trigger("input").trigger("change")},d.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",u.GetData(this.$element[0],"old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),u.RemoveData(this.$element[0]),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},d.prototype.render=function(){var e=o('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return e.attr("dir",this.options.get("dir")),this.$container=e,this.$container.addClass("select2-container--"+this.options.get("theme")),u.StoreData(e[0],"element",this.$element),e},d}),e.define("jquery-mousewheel",["jquery"],function(e){return e}),e.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],function(i,e,o,t,s){if(null==i.fn.select2){var a=["open","close","destroy"];i.fn.select2=function(t){if("object"==typeof(t=t||{}))return this.each(function(){var e=i.extend(!0,{},t);new o(i(this),e)}),this;if("string"!=typeof t)throw new Error("Invalid arguments for Select2: "+t);var n,r=Array.prototype.slice.call(arguments,1);return this.each(function(){var e=s.GetData(this,"select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),n=e[t].apply(e,r)}),-1<i.inArray(t,a)?this:n}}return null==i.fn.select2.defaults&&(i.fn.select2.defaults=t),o}),{define:e.define,require:e.require}}(),t=e.require("jquery.select2");return u.fn.select2.amd=e,t});
 
 
assets/js/select2.min.js DELETED
@@ -1,2 +0,0 @@
1
- /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */
2
- !function(n){"function"==typeof define&&define.amd?define(["jquery"],n):"object"==typeof module&&module.exports?module.exports=function(e,t){return void 0===t&&(t="undefined"!=typeof window?require("jquery"):require("jquery")(e)),n(t),t}:n(jQuery)}(function(u){var e=function(){if(u&&u.fn&&u.fn.select2&&u.fn.select2.amd)var e=u.fn.select2.amd;var t,n,r,h,o,s,f,g,m,v,y,_,i,a,b;function w(e,t){return i.call(e,t)}function l(e,t){var n,r,i,o,s,a,l,c,u,d,p,h=t&&t.split("/"),f=y.map,g=f&&f["*"]||{};if(e){for(s=(e=e.split("/")).length-1,y.nodeIdCompat&&b.test(e[s])&&(e[s]=e[s].replace(b,"")),"."===e[0].charAt(0)&&h&&(e=h.slice(0,h.length-1).concat(e)),u=0;u<e.length;u++)if("."===(p=e[u]))e.splice(u,1),u-=1;else if(".."===p){if(0===u||1===u&&".."===e[2]||".."===e[u-1])continue;0<u&&(e.splice(u-1,2),u-=2)}e=e.join("/")}if((h||g)&&f){for(u=(n=e.split("/")).length;0<u;u-=1){if(r=n.slice(0,u).join("/"),h)for(d=h.length;0<d;d-=1)if(i=(i=f[h.slice(0,d).join("/")])&&i[r]){o=i,a=u;break}if(o)break;!l&&g&&g[r]&&(l=g[r],c=u)}!o&&l&&(o=l,a=c),o&&(n.splice(0,a,o),e=n.join("/"))}return e}function A(t,n){return function(){var e=a.call(arguments,0);return"string"!=typeof e[0]&&1===e.length&&e.push(null),s.apply(h,e.concat([t,n]))}}function x(t){return function(e){m[t]=e}}function D(e){if(w(v,e)){var t=v[e];delete v[e],_[e]=!0,o.apply(h,t)}if(!w(m,e)&&!w(_,e))throw new Error("No "+e);return m[e]}function c(e){var t,n=e?e.indexOf("!"):-1;return-1<n&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function S(e){return e?c(e):[]}return e&&e.requirejs||(e?n=e:e={},m={},v={},y={},_={},i=Object.prototype.hasOwnProperty,a=[].slice,b=/\.js$/,f=function(e,t){var n,r=c(e),i=r[0],o=t[1];return e=r[1],i&&(n=D(i=l(i,o))),i?e=n&&n.normalize?n.normalize(e,function(t){return function(e){return l(e,t)}}(o)):l(e,o):(i=(r=c(e=l(e,o)))[0],e=r[1],i&&(n=D(i))),{f:i?i+"!"+e:e,n:e,pr:i,p:n}},g={require:function(e){return A(e)},exports:function(e){var t=m[e];return void 0!==t?t:m[e]={}},module:function(e){return{id:e,uri:"",exports:m[e],config:function(e){return function(){return y&&y.config&&y.config[e]||{}}}(e)}}},o=function(e,t,n,r){var i,o,s,a,l,c,u,d=[],p=typeof n;if(c=S(r=r||e),"undefined"==p||"function"==p){for(t=!t.length&&n.length?["require","exports","module"]:t,l=0;l<t.length;l+=1)if("require"===(o=(a=f(t[l],c)).f))d[l]=g.require(e);else if("exports"===o)d[l]=g.exports(e),u=!0;else if("module"===o)i=d[l]=g.module(e);else if(w(m,o)||w(v,o)||w(_,o))d[l]=D(o);else{if(!a.p)throw new Error(e+" missing "+o);a.p.load(a.n,A(r,!0),x(o),{}),d[l]=m[o]}s=n?n.apply(m[e],d):void 0,e&&(i&&i.exports!==h&&i.exports!==m[e]?m[e]=i.exports:s===h&&u||(m[e]=s))}else e&&(m[e]=n)},t=n=s=function(e,t,n,r,i){if("string"==typeof e)return g[e]?g[e](t):D(f(e,S(t)).f);if(!e.splice){if((y=e).deps&&s(y.deps,y.callback),!t)return;t.splice?(e=t,t=n,n=null):e=h}return t=t||function(){},"function"==typeof n&&(n=r,r=i),r?o(h,e,t,n):setTimeout(function(){o(h,e,t,n)},4),s},s.config=function(e){return s(e)},t._defined=m,(r=function(e,t,n){if("string"!=typeof e)throw new Error("See almond README: incorrect module build, no module name");t.splice||(n=t,t=[]),w(m,e)||w(v,e)||(v[e]=[e,t,n])}).amd={jQuery:!0},e.requirejs=t,e.require=n,e.define=r),e.define("almond",function(){}),e.define("jquery",[],function(){var e=u||$;return null==e&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),e}),e.define("select2/utils",["jquery"],function(o){var i={};function u(e){var t=e.prototype,n=[];for(var r in t){"function"==typeof t[r]&&"constructor"!==r&&n.push(r)}return n}i.Extend=function(e,t){var n={}.hasOwnProperty;function r(){this.constructor=e}for(var i in t)n.call(t,i)&&(e[i]=t[i]);return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},i.Decorate=function(r,i){var e=u(i),t=u(r);function o(){var e=Array.prototype.unshift,t=i.prototype.constructor.length,n=r.prototype.constructor;0<t&&(e.call(arguments,r.prototype.constructor),n=i.prototype.constructor),n.apply(this,arguments)}i.displayName=r.displayName,o.prototype=new function(){this.constructor=o};for(var n=0;n<t.length;n++){var s=t[n];o.prototype[s]=r.prototype[s]}function a(e){var t=function(){};e in o.prototype&&(t=o.prototype[e]);var n=i.prototype[e];return function(){return Array.prototype.unshift.call(arguments,t),n.apply(this,arguments)}}for(var l=0;l<e.length;l++){var c=e[l];o.prototype[c]=a(c)}return o};function e(){this.listeners={}}e.prototype.on=function(e,t){this.listeners=this.listeners||{},e in this.listeners?this.listeners[e].push(t):this.listeners[e]=[t]},e.prototype.trigger=function(e){var t=Array.prototype.slice,n=t.call(arguments,1);this.listeners=this.listeners||{},null==n&&(n=[]),0===n.length&&n.push({}),(n[0]._type=e)in this.listeners&&this.invoke(this.listeners[e],t.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},e.prototype.invoke=function(e,t){for(var n=0,r=e.length;n<r;n++)e[n].apply(this,t)},i.Observable=e,i.generateChars=function(e){for(var t="",n=0;n<e;n++){t+=Math.floor(36*Math.random()).toString(36)}return t},i.bind=function(e,t){return function(){e.apply(t,arguments)}},i._convertData=function(e){for(var t in e){var n=t.split("-"),r=e;if(1!==n.length){for(var i=0;i<n.length;i++){var o=n[i];(o=o.substring(0,1).toLowerCase()+o.substring(1))in r||(r[o]={}),i==n.length-1&&(r[o]=e[t]),r=r[o]}delete e[t]}}return e},i.hasScroll=function(e,t){var n=o(t),r=t.style.overflowX,i=t.style.overflowY;return(r!==i||"hidden"!==i&&"visible"!==i)&&("scroll"===r||"scroll"===i||(n.innerHeight()<t.scrollHeight||n.innerWidth()<t.scrollWidth))},i.escapeMarkup=function(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,function(e){return t[e]})},i.appendMany=function(e,t){if("1.7"===o.fn.jquery.substr(0,3)){var n=o();o.map(t,function(e){n=n.add(e)}),t=n}e.append(t)},i.__cache={};var n=0;return i.GetUniqueElementId=function(e){var t=e.getAttribute("data-select2-id");return null==t&&(e.id?(t=e.id,e.setAttribute("data-select2-id",t)):(e.setAttribute("data-select2-id",++n),t=n.toString())),t},i.StoreData=function(e,t,n){var r=i.GetUniqueElementId(e);i.__cache[r]||(i.__cache[r]={}),i.__cache[r][t]=n},i.GetData=function(e,t){var n=i.GetUniqueElementId(e);return t?i.__cache[n]&&null!=i.__cache[n][t]?i.__cache[n][t]:o(e).data(t):i.__cache[n]},i.RemoveData=function(e){var t=i.GetUniqueElementId(e);null!=i.__cache[t]&&delete i.__cache[t],e.removeAttribute("data-select2-id")},i}),e.define("select2/results",["jquery","./utils"],function(h,f){function r(e,t,n){this.$element=e,this.data=n,this.options=t,r.__super__.constructor.call(this)}return f.Extend(r,f.Observable),r.prototype.render=function(){var e=h('<ul class="select2-results__options" role="listbox"></ul>');return this.options.get("multiple")&&e.attr("aria-multiselectable","true"),this.$results=e},r.prototype.clear=function(){this.$results.empty()},r.prototype.displayMessage=function(e){var t=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var n=h('<li role="alert" aria-live="assertive" class="select2-results__option"></li>'),r=this.options.get("translations").get(e.message);n.append(t(r(e.args))),n[0].className+=" select2-results__message",this.$results.append(n)},r.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},r.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var n=0;n<e.results.length;n++){var r=e.results[n],i=this.option(r);t.push(i)}this.$results.append(t)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},r.prototype.position=function(e,t){t.find(".select2-results").append(e)},r.prototype.sort=function(e){return this.options.get("sorter")(e)},r.prototype.highlightFirstItem=function(){var e=this.$results.find(".select2-results__option[aria-selected]"),t=e.filter("[aria-selected=true]");0<t.length?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},r.prototype.setClasses=function(){var t=this;this.data.current(function(e){var r=h.map(e,function(e){return e.id.toString()});t.$results.find(".select2-results__option[aria-selected]").each(function(){var e=h(this),t=f.GetData(this,"data"),n=""+t.id;null!=t.element&&t.element.selected||null==t.element&&-1<h.inArray(n,r)?e.attr("aria-selected","true"):e.attr("aria-selected","false")})})},r.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},n=this.option(t);n.className+=" loading-results",this.$results.prepend(n)},r.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},r.prototype.option=function(e){var t=document.createElement("li");t.className="select2-results__option";var n={role:"option","aria-selected":"false"},r=window.Element.prototype.matches||window.Element.prototype.msMatchesSelector||window.Element.prototype.webkitMatchesSelector;for(var i in(null!=e.element&&r.call(e.element,":disabled")||null==e.element&&e.disabled)&&(delete n["aria-selected"],n["aria-disabled"]="true"),null==e.id&&delete n["aria-selected"],null!=e._resultId&&(t.id=e._resultId),e.title&&(t.title=e.title),e.children&&(n.role="group",n["aria-label"]=e.text,delete n["aria-selected"]),n){var o=n[i];t.setAttribute(i,o)}if(e.children){var s=h(t),a=document.createElement("strong");a.className="select2-results__group";h(a);this.template(e,a);for(var l=[],c=0;c<e.children.length;c++){var u=e.children[c],d=this.option(u);l.push(d)}var p=h("<ul></ul>",{class:"select2-results__options select2-results__options--nested"});p.append(l),s.append(a),s.append(p)}else this.template(e,t);return f.StoreData(t,"data",e),t},r.prototype.bind=function(t,e){var l=this,n=t.id+"-results";this.$results.attr("id",n),t.on("results:all",function(e){l.clear(),l.append(e.data),t.isOpen()&&(l.setClasses(),l.highlightFirstItem())}),t.on("results:append",function(e){l.append(e.data),t.isOpen()&&l.setClasses()}),t.on("query",function(e){l.hideMessages(),l.showLoading(e)}),t.on("select",function(){t.isOpen()&&(l.setClasses(),l.options.get("scrollAfterSelect")&&l.highlightFirstItem())}),t.on("unselect",function(){t.isOpen()&&(l.setClasses(),l.options.get("scrollAfterSelect")&&l.highlightFirstItem())}),t.on("open",function(){l.$results.attr("aria-expanded","true"),l.$results.attr("aria-hidden","false"),l.setClasses(),l.ensureHighlightVisible()}),t.on("close",function(){l.$results.attr("aria-expanded","false"),l.$results.attr("aria-hidden","true"),l.$results.removeAttr("aria-activedescendant")}),t.on("results:toggle",function(){var e=l.getHighlightedResults();0!==e.length&&e.trigger("mouseup")}),t.on("results:select",function(){var e=l.getHighlightedResults();if(0!==e.length){var t=f.GetData(e[0],"data");"true"==e.attr("aria-selected")?l.trigger("close",{}):l.trigger("select",{data:t})}}),t.on("results:previous",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),n=t.index(e);if(!(n<=0)){var r=n-1;0===e.length&&(r=0);var i=t.eq(r);i.trigger("mouseenter");var o=l.$results.offset().top,s=i.offset().top,a=l.$results.scrollTop()+(s-o);0===r?l.$results.scrollTop(0):s-o<0&&l.$results.scrollTop(a)}}),t.on("results:next",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),n=t.index(e)+1;if(!(n>=t.length)){var r=t.eq(n);r.trigger("mouseenter");var i=l.$results.offset().top+l.$results.outerHeight(!1),o=r.offset().top+r.outerHeight(!1),s=l.$results.scrollTop()+o-i;0===n?l.$results.scrollTop(0):i<o&&l.$results.scrollTop(s)}}),t.on("results:focus",function(e){e.element.addClass("select2-results__option--highlighted")}),t.on("results:message",function(e){l.displayMessage(e)}),h.fn.mousewheel&&this.$results.on("mousewheel",function(e){var t=l.$results.scrollTop(),n=l.$results.get(0).scrollHeight-t+e.deltaY,r=0<e.deltaY&&t-e.deltaY<=0,i=e.deltaY<0&&n<=l.$results.height();r?(l.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):i&&(l.$results.scrollTop(l.$results.get(0).scrollHeight-l.$results.height()),e.preventDefault(),e.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(e){var t=h(this),n=f.GetData(this,"data");"true"!==t.attr("aria-selected")?l.trigger("select",{originalEvent:e,data:n}):l.options.get("multiple")?l.trigger("unselect",{originalEvent:e,data:n}):l.trigger("close",{})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(e){var t=f.GetData(this,"data");l.getHighlightedResults().removeClass("select2-results__option--highlighted"),l.trigger("results:focus",{data:t,element:h(this)})})},r.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},r.prototype.destroy=function(){this.$results.remove()},r.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[aria-selected]").index(e),n=this.$results.offset().top,r=e.offset().top,i=this.$results.scrollTop()+(r-n),o=r-n;i-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(o>this.$results.outerHeight()||o<0)&&this.$results.scrollTop(i)}},r.prototype.template=function(e,t){var n=this.options.get("templateResult"),r=this.options.get("escapeMarkup"),i=n(e,t);null==i?t.style.display="none":"string"==typeof i?t.innerHTML=r(i):h(t).append(i)},r}),e.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),e.define("select2/selection/base",["jquery","../utils","../keys"],function(n,r,i){function o(e,t){this.$element=e,this.options=t,o.__super__.constructor.call(this)}return r.Extend(o,r.Observable),o.prototype.render=function(){var e=n('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=r.GetData(this.$element[0],"old-tabindex")?this._tabindex=r.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),e.attr("title",this.$element.attr("title")),e.attr("tabindex",this._tabindex),e.attr("aria-disabled","false"),this.$selection=e},o.prototype.bind=function(e,t){var n=this,r=e.id+"-results";this.container=e,this.$selection.on("focus",function(e){n.trigger("focus",e)}),this.$selection.on("blur",function(e){n._handleBlur(e)}),this.$selection.on("keydown",function(e){n.trigger("keypress",e),e.which===i.SPACE&&e.preventDefault()}),e.on("results:focus",function(e){n.$selection.attr("aria-activedescendant",e.data._resultId)}),e.on("selection:update",function(e){n.update(e.data)}),e.on("open",function(){n.$selection.attr("aria-expanded","true"),n.$selection.attr("aria-owns",r),n._attachCloseHandler(e)}),e.on("close",function(){n.$selection.attr("aria-expanded","false"),n.$selection.removeAttr("aria-activedescendant"),n.$selection.removeAttr("aria-owns"),n.$selection.trigger("focus"),n._detachCloseHandler(e)}),e.on("enable",function(){n.$selection.attr("tabindex",n._tabindex),n.$selection.attr("aria-disabled","false")}),e.on("disable",function(){n.$selection.attr("tabindex","-1"),n.$selection.attr("aria-disabled","true")})},o.prototype._handleBlur=function(e){var t=this;window.setTimeout(function(){document.activeElement==t.$selection[0]||n.contains(t.$selection[0],document.activeElement)||t.trigger("blur",e)},1)},o.prototype._attachCloseHandler=function(e){n(document.body).on("mousedown.select2."+e.id,function(e){var t=n(e.target).closest(".select2");n(".select2.select2-container--open").each(function(){this!=t[0]&&r.GetData(this,"element").select2("close")})})},o.prototype._detachCloseHandler=function(e){n(document.body).off("mousedown.select2."+e.id)},o.prototype.position=function(e,t){t.find(".selection").append(e)},o.prototype.destroy=function(){this._detachCloseHandler(this.container)},o.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},o.prototype.isEnabled=function(){return!this.isDisabled()},o.prototype.isDisabled=function(){return this.options.get("disabled")},o}),e.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(e,t,n,r){function i(){i.__super__.constructor.apply(this,arguments)}return n.Extend(i,t),i.prototype.render=function(){var e=i.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),e},i.prototype.bind=function(t,e){var n=this;i.__super__.bind.apply(this,arguments);var r=t.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",r).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",r),this.$selection.on("mousedown",function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})}),this.$selection.on("focus",function(e){}),this.$selection.on("blur",function(e){}),t.on("focus",function(e){t.isOpen()||n.$selection.trigger("focus")})},i.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},i.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},i.prototype.selectionContainer=function(){return e("<span></span>")},i.prototype.update=function(e){if(0!==e.length){var t=e[0],n=this.$selection.find(".select2-selection__rendered"),r=this.display(t,n);n.empty().append(r);var i=t.title||t.text;i?n.attr("title",i):n.removeAttr("title")}else this.clear()},i}),e.define("select2/selection/multiple",["jquery","./base","../utils"],function(i,e,l){function n(e,t){n.__super__.constructor.apply(this,arguments)}return l.Extend(n,e),n.prototype.render=function(){var e=n.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('<ul class="select2-selection__rendered"></ul>'),e},n.prototype.bind=function(e,t){var r=this;n.__super__.bind.apply(this,arguments),this.$selection.on("click",function(e){r.trigger("toggle",{originalEvent:e})}),this.$selection.on("click",".select2-selection__choice__remove",function(e){if(!r.isDisabled()){var t=i(this).parent(),n=l.GetData(t[0],"data");r.trigger("unselect",{originalEvent:e,data:n})}})},n.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},n.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},n.prototype.selectionContainer=function(){return i('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">&times;</span></li>')},n.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],n=0;n<e.length;n++){var r=e[n],i=this.selectionContainer(),o=this.display(r,i);i.append(o);var s=r.title||r.text;s&&i.attr("title",s),l.StoreData(i[0],"data",r),t.push(i)}var a=this.$selection.find(".select2-selection__rendered");l.appendMany(a,t)}},n}),e.define("select2/selection/placeholder",["../utils"],function(e){function t(e,t,n){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n)}return t.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},t.prototype.createPlaceholder=function(e,t){var n=this.selectionContainer();return n.html(this.display(t)),n.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),n},t.prototype.update=function(e,t){var n=1==t.length&&t[0].id!=this.placeholder.id;if(1<t.length||n)return e.call(this,t);this.clear();var r=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(r)},t}),e.define("select2/selection/allowClear",["jquery","../keys","../utils"],function(i,r,a){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(e){r._handleClear(e)}),t.on("keypress",function(e){r._handleKeyboardClear(e,t)})},e.prototype._handleClear=function(e,t){if(!this.isDisabled()){var n=this.$selection.find(".select2-selection__clear");if(0!==n.length){t.stopPropagation();var r=a.GetData(n[0],"data"),i=this.$element.val();this.$element.val(this.placeholder.id);var o={data:r};if(this.trigger("clear",o),o.prevented)this.$element.val(i);else{for(var s=0;s<r.length;s++)if(o={data:r[s]},this.trigger("unselect",o),o.prevented)return void this.$element.val(i);this.$element.trigger("input").trigger("change"),this.trigger("toggle",{})}}}},e.prototype._handleKeyboardClear=function(e,t,n){n.isOpen()||t.which!=r.DELETE&&t.which!=r.BACKSPACE||this._handleClear(t)},e.prototype.update=function(e,t){if(e.call(this,t),!(0<this.$selection.find(".select2-selection__placeholder").length||0===t.length)){var n=this.options.get("translations").get("removeAllItems"),r=i('<span class="select2-selection__clear" title="'+n()+'">&times;</span>');a.StoreData(r[0],"data",t),this.$selection.find(".select2-selection__rendered").prepend(r)}},e}),e.define("select2/selection/search",["jquery","../utils","../keys"],function(r,a,l){function e(e,t,n){e.call(this,t,n)}return e.prototype.render=function(e){var t=r('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></li>');this.$searchContainer=t,this.$search=t.find("input");var n=e.call(this);return this._transferTabIndex(),n},e.prototype.bind=function(e,t,n){var r=this,i=t.id+"-results";e.call(this,t,n),t.on("open",function(){r.$search.attr("aria-controls",i),r.$search.trigger("focus")}),t.on("close",function(){r.$search.val(""),r.$search.removeAttr("aria-controls"),r.$search.removeAttr("aria-activedescendant"),r.$search.trigger("focus")}),t.on("enable",function(){r.$search.prop("disabled",!1),r._transferTabIndex()}),t.on("disable",function(){r.$search.prop("disabled",!0)}),t.on("focus",function(e){r.$search.trigger("focus")}),t.on("results:focus",function(e){e.data._resultId?r.$search.attr("aria-activedescendant",e.data._resultId):r.$search.removeAttr("aria-activedescendant")}),this.$selection.on("focusin",".select2-search--inline",function(e){r.trigger("focus",e)}),this.$selection.on("focusout",".select2-search--inline",function(e){r._handleBlur(e)}),this.$selection.on("keydown",".select2-search--inline",function(e){if(e.stopPropagation(),r.trigger("keypress",e),r._keyUpPrevented=e.isDefaultPrevented(),e.which===l.BACKSPACE&&""===r.$search.val()){var t=r.$searchContainer.prev(".select2-selection__choice");if(0<t.length){var n=a.GetData(t[0],"data");r.searchRemoveChoice(n),e.preventDefault()}}}),this.$selection.on("click",".select2-search--inline",function(e){r.$search.val()&&e.stopPropagation()});var o=document.documentMode,s=o&&o<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(e){s?r.$selection.off("input.search input.searchcheck"):r.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(e){if(s&&"input"===e.type)r.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=l.SHIFT&&t!=l.CTRL&&t!=l.ALT&&t!=l.TAB&&r.handleSearch(e)}})},e.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},e.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},e.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),n&&this.$search.trigger("focus")},e.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},e.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},e.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";""!==this.$search.attr("placeholder")?e=this.$selection.find(".select2-selection__rendered").width():e=.75*(this.$search.val().length+1)+"em";this.$search.css("width",e)},e}),e.define("select2/selection/eventRelay",["jquery"],function(s){function e(){}return e.prototype.bind=function(e,t,n){var r=this,i=["open","opening","close","closing","select","selecting","unselect","unselecting","clear","clearing"],o=["opening","closing","selecting","unselecting","clearing"];e.call(this,t,n),t.on("*",function(e,t){if(-1!==s.inArray(e,i)){t=t||{};var n=s.Event("select2:"+e,{params:t});r.$element.trigger(n),-1!==s.inArray(e,o)&&(t.prevented=n.isDefaultPrevented())}})},e}),e.define("select2/translation",["jquery","require"],function(t,n){function r(e){this.dict=e||{}}return r.prototype.all=function(){return this.dict},r.prototype.get=function(e){return this.dict[e]},r.prototype.extend=function(e){this.dict=t.extend({},e.all(),this.dict)},r._cache={},r.loadPath=function(e){if(!(e in r._cache)){var t=n(e);r._cache[e]=t}return new r(r._cache[e])},r}),e.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Œ":"OE","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","œ":"oe","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ώ":"ω","ς":"σ","’":"'"}}),e.define("select2/data/base",["../utils"],function(r){function n(e,t){n.__super__.constructor.call(this)}return r.Extend(n,r.Observable),n.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},n.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},n.prototype.bind=function(e,t){},n.prototype.destroy=function(){},n.prototype.generateResultId=function(e,t){var n=e.id+"-result-";return n+=r.generateChars(4),null!=t.id?n+="-"+t.id.toString():n+="-"+r.generateChars(4),n},n}),e.define("select2/data/select",["./base","../utils","jquery"],function(e,a,l){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return a.Extend(n,e),n.prototype.current=function(e){var n=[],r=this;this.$element.find(":selected").each(function(){var e=l(this),t=r.item(e);n.push(t)}),e(n)},n.prototype.select=function(i){var o=this;if(i.selected=!0,l(i.element).is("option"))return i.element.selected=!0,void this.$element.trigger("input").trigger("change");if(this.$element.prop("multiple"))this.current(function(e){var t=[];(i=[i]).push.apply(i,e);for(var n=0;n<i.length;n++){var r=i[n].id;-1===l.inArray(r,t)&&t.push(r)}o.$element.val(t),o.$element.trigger("input").trigger("change")});else{var e=i.id;this.$element.val(e),this.$element.trigger("input").trigger("change")}},n.prototype.unselect=function(i){var o=this;if(this.$element.prop("multiple")){if(i.selected=!1,l(i.element).is("option"))return i.element.selected=!1,void this.$element.trigger("input").trigger("change");this.current(function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n].id;r!==i.id&&-1===l.inArray(r,t)&&t.push(r)}o.$element.val(t),o.$element.trigger("input").trigger("change")})}},n.prototype.bind=function(e,t){var n=this;(this.container=e).on("select",function(e){n.select(e.data)}),e.on("unselect",function(e){n.unselect(e.data)})},n.prototype.destroy=function(){this.$element.find("*").each(function(){a.RemoveData(this)})},n.prototype.query=function(r,e){var i=[],o=this;this.$element.children().each(function(){var e=l(this);if(e.is("option")||e.is("optgroup")){var t=o.item(e),n=o.matches(r,t);null!==n&&i.push(n)}}),e({results:i})},n.prototype.addOptions=function(e){a.appendMany(this.$element,e)},n.prototype.option=function(e){var t;e.children?(t=document.createElement("optgroup")).label=e.text:void 0!==(t=document.createElement("option")).textContent?t.textContent=e.text:t.innerText=e.text,void 0!==e.id&&(t.value=e.id),e.disabled&&(t.disabled=!0),e.selected&&(t.selected=!0),e.title&&(t.title=e.title);var n=l(t),r=this._normalizeItem(e);return r.element=t,a.StoreData(t,"data",r),n},n.prototype.item=function(e){var t={};if(null!=(t=a.GetData(e[0],"data")))return t;if(e.is("option"))t={id:e.val(),text:e.text(),disabled:e.prop("disabled"),selected:e.prop("selected"),title:e.prop("title")};else if(e.is("optgroup")){t={text:e.prop("label"),children:[],title:e.prop("title")};for(var n=e.children("option"),r=[],i=0;i<n.length;i++){var o=l(n[i]),s=this.item(o);r.push(s)}t.children=r}return(t=this._normalizeItem(t)).element=e[0],a.StoreData(e[0],"data",t),t},n.prototype._normalizeItem=function(e){e!==Object(e)&&(e={id:e,text:e});return null!=(e=l.extend({},{text:""},e)).id&&(e.id=e.id.toString()),null!=e.text&&(e.text=e.text.toString()),null==e._resultId&&e.id&&null!=this.container&&(e._resultId=this.generateResultId(this.container,e)),l.extend({},{selected:!1,disabled:!1},e)},n.prototype.matches=function(e,t){return this.options.get("matcher")(e,t)},n}),e.define("select2/data/array",["./select","../utils","jquery"],function(e,f,g){function r(e,t){this._dataToConvert=t.get("data")||[],r.__super__.constructor.call(this,e,t)}return f.Extend(r,e),r.prototype.bind=function(e,t){r.__super__.bind.call(this,e,t),this.addOptions(this.convertToOptions(this._dataToConvert))},r.prototype.select=function(n){var e=this.$element.find("option").filter(function(e,t){return t.value==n.id.toString()});0===e.length&&(e=this.option(n),this.addOptions(e)),r.__super__.select.call(this,n)},r.prototype.convertToOptions=function(e){var t=this,n=this.$element.find("option"),r=n.map(function(){return t.item(g(this)).id}).get(),i=[];function o(e){return function(){return g(this).val()==e.id}}for(var s=0;s<e.length;s++){var a=this._normalizeItem(e[s]);if(0<=g.inArray(a.id,r)){var l=n.filter(o(a)),c=this.item(l),u=g.extend(!0,{},a,c),d=this.option(u);l.replaceWith(d)}else{var p=this.option(a);if(a.children){var h=this.convertToOptions(a.children);f.appendMany(p,h)}i.push(p)}}return i},r}),e.define("select2/data/ajax",["./array","../utils","jquery"],function(e,t,o){function n(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),n.__super__.constructor.call(this,e,t)}return t.Extend(n,e),n.prototype._applyDefaults=function(e){var t={data:function(e){return o.extend({},e,{q:e.term})},transport:function(e,t,n){var r=o.ajax(e);return r.then(t),r.fail(n),r}};return o.extend({},t,e,!0)},n.prototype.processResults=function(e){return e},n.prototype.query=function(n,r){var i=this;null!=this._request&&(o.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var t=o.extend({type:"GET"},this.ajaxOptions);function e(){var e=t.transport(t,function(e){var t=i.processResults(e,n);i.options.get("debug")&&window.console&&console.error&&(t&&t.results&&o.isArray(t.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),r(t)},function(){"status"in e&&(0===e.status||"0"===e.status)||i.trigger("results:message",{message:"errorLoading"})});i._request=e}"function"==typeof t.url&&(t.url=t.url.call(this.$element,n)),"function"==typeof t.data&&(t.data=t.data.call(this.$element,n)),this.ajaxOptions.delay&&null!=n.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(e,this.ajaxOptions.delay)):e()},n}),e.define("select2/data/tags",["jquery"],function(u){function e(e,t,n){var r=n.get("tags"),i=n.get("createTag");void 0!==i&&(this.createTag=i);var o=n.get("insertTag");if(void 0!==o&&(this.insertTag=o),e.call(this,t,n),u.isArray(r))for(var s=0;s<r.length;s++){var a=r[s],l=this._normalizeItem(a),c=this.option(l);this.$element.append(c)}}return e.prototype.query=function(e,c,u){var d=this;this._removeOldTags(),null!=c.term&&null==c.page?e.call(this,c,function e(t,n){for(var r=t.results,i=0;i<r.length;i++){var o=r[i],s=null!=o.children&&!e({results:o.children},!0);if((o.text||"").toUpperCase()===(c.term||"").toUpperCase()||s)return!n&&(t.data=r,void u(t))}if(n)return!0;var a=d.createTag(c);if(null!=a){var l=d.option(a);l.attr("data-select2-tag",!0),d.addOptions([l]),d.insertTag(r,a)}t.results=r,u(t)}):e.call(this,c,u)},e.prototype.createTag=function(e,t){var n=u.trim(t.term);return""===n?null:{id:n,text:n}},e.prototype.insertTag=function(e,t,n){t.unshift(n)},e.prototype._removeOldTags=function(e){this.$element.find("option[data-select2-tag]").each(function(){this.selected||u(this).remove()})},e}),e.define("select2/data/tokenizer",["jquery"],function(d){function e(e,t,n){var r=n.get("tokenizer");void 0!==r&&(this.tokenizer=r),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){e.call(this,t,n),this.$search=t.dropdown.$search||t.selection.$search||n.find(".select2-search__field")},e.prototype.query=function(e,t,n){var r=this;t.term=t.term||"";var i=this.tokenizer(t,this.options,function(e){var t=r._normalizeItem(e);if(!r.$element.find("option").filter(function(){return d(this).val()===t.id}).length){var n=r.option(t);n.attr("data-select2-tag",!0),r._removeOldTags(),r.addOptions([n])}!function(e){r.trigger("select",{data:e})}(t)});i.term!==t.term&&(this.$search.length&&(this.$search.val(i.term),this.$search.trigger("focus")),t.term=i.term),e.call(this,t,n)},e.prototype.tokenizer=function(e,t,n,r){for(var i=n.get("tokenSeparators")||[],o=t.term,s=0,a=this.createTag||function(e){return{id:e.term,text:e.term}};s<o.length;){var l=o[s];if(-1!==d.inArray(l,i)){var c=o.substr(0,s),u=a(d.extend({},t,{term:c}));null!=u?(r(u),o=o.substr(s+1)||"",s=0):s++}else s++}return{term:o}},e}),e.define("select2/data/minimumInputLength",[],function(){function e(e,t,n){this.minimumInputLength=n.get("minimumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",t.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumInputLength",[],function(){function e(e,t,n){this.maximumInputLength=n.get("maximumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",0<this.maximumInputLength&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumSelectionLength",[],function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",function(){r._checkIfMaximumSelected()})},e.prototype.query=function(e,t,n){var r=this;this._checkIfMaximumSelected(function(){e.call(r,t,n)})},e.prototype._checkIfMaximumSelected=function(e,n){var r=this;this.current(function(e){var t=null!=e?e.length:0;0<r.maximumSelectionLength&&t>=r.maximumSelectionLength?r.trigger("results:message",{message:"maximumSelected",args:{maximum:r.maximumSelectionLength}}):n&&n()})},e}),e.define("select2/dropdown",["jquery","./utils"],function(t,e){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return e.Extend(n,e.Observable),n.prototype.render=function(){var e=t('<span class="select2-dropdown"><span class="select2-results"></span></span>');return e.attr("dir",this.options.get("dir")),this.$dropdown=e},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n}),e.define("select2/dropdown/search",["jquery","../utils"],function(o,e){function t(){}return t.prototype.render=function(e){var t=e.call(this),n=o('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></span>');return this.$searchContainer=n,this.$search=n.find("input"),t.prepend(n),t},t.prototype.bind=function(e,t,n){var r=this,i=t.id+"-results";e.call(this,t,n),this.$search.on("keydown",function(e){r.trigger("keypress",e),r._keyUpPrevented=e.isDefaultPrevented()}),this.$search.on("input",function(e){o(this).off("keyup")}),this.$search.on("keyup input",function(e){r.handleSearch(e)}),t.on("open",function(){r.$search.attr("tabindex",0),r.$search.attr("aria-controls",i),r.$search.trigger("focus"),window.setTimeout(function(){r.$search.trigger("focus")},0)}),t.on("close",function(){r.$search.attr("tabindex",-1),r.$search.removeAttr("aria-controls"),r.$search.removeAttr("aria-activedescendant"),r.$search.val(""),r.$search.trigger("blur")}),t.on("focus",function(){t.isOpen()||r.$search.trigger("focus")}),t.on("results:all",function(e){null!=e.query.term&&""!==e.query.term||(r.showSearch(e)?r.$searchContainer.removeClass("select2-search--hide"):r.$searchContainer.addClass("select2-search--hide"))}),t.on("results:focus",function(e){e.data._resultId?r.$search.attr("aria-activedescendant",e.data._resultId):r.$search.removeAttr("aria-activedescendant")})},t.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},t.prototype.showSearch=function(e,t){return!0},t}),e.define("select2/dropdown/hidePlaceholder",[],function(){function e(e,t,n,r){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,r)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),r=t.length-1;0<=r;r--){var i=t[r];this.placeholder.id===i.id&&n.splice(r,1)}return n},e}),e.define("select2/dropdown/infiniteScroll",["jquery"],function(n){function e(e,t,n,r){this.lastParams={},e.call(this,t,n,r),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return e.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("query",function(e){r.lastParams=e,r.loading=!0}),t.on("query:append",function(e){r.lastParams=e,r.loading=!0}),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},e.prototype.loadMoreIfNeeded=function(){var e=n.contains(document.documentElement,this.$loadingMore[0]);if(!this.loading&&e){var t=this.$results.offset().top+this.$results.outerHeight(!1);this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)<=t+50&&this.loadMore()}},e.prototype.loadMore=function(){this.loading=!0;var e=n.extend({},{page:1},this.lastParams);e.page++,this.trigger("query:append",e)},e.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},e.prototype.createLoadingMore=function(){var e=n('<li class="select2-results__option select2-results__option--load-more"role="option" aria-disabled="true"></li>'),t=this.options.get("translations").get("loadingMore");return e.html(t(this.lastParams)),e},e}),e.define("select2/dropdown/attachBody",["jquery","../utils"],function(f,a){function e(e,t,n){this.$dropdownParent=f(n.get("dropdownParent")||document.body),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("open",function(){r._showDropdown(),r._attachPositioningHandler(t),r._bindContainerResultHandlers(t)}),t.on("close",function(){r._hideDropdown(),r._detachPositioningHandler(t)}),this.$dropdownContainer.on("mousedown",function(e){e.stopPropagation()})},e.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},e.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},e.prototype.render=function(e){var t=f("<span></span>"),n=e.call(this);return t.append(n),this.$dropdownContainer=t},e.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},e.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var n=this;t.on("results:all",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:append",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:message",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("select",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("unselect",function(){n._positionDropdown(),n._resizeDropdown()}),this._containerResultsHandlersBound=!0}},e.prototype._attachPositioningHandler=function(e,t){var n=this,r="scroll.select2."+t.id,i="resize.select2."+t.id,o="orientationchange.select2."+t.id,s=this.$container.parents().filter(a.hasScroll);s.each(function(){a.StoreData(this,"select2-scroll-position",{x:f(this).scrollLeft(),y:f(this).scrollTop()})}),s.on(r,function(e){var t=a.GetData(this,"select2-scroll-position");f(this).scrollTop(t.y)}),f(window).on(r+" "+i+" "+o,function(e){n._positionDropdown(),n._resizeDropdown()})},e.prototype._detachPositioningHandler=function(e,t){var n="scroll.select2."+t.id,r="resize.select2."+t.id,i="orientationchange.select2."+t.id;this.$container.parents().filter(a.hasScroll).off(n),f(window).off(n+" "+r+" "+i)},e.prototype._positionDropdown=function(){var e=f(window),t=this.$dropdown.hasClass("select2-dropdown--above"),n=this.$dropdown.hasClass("select2-dropdown--below"),r=null,i=this.$container.offset();i.bottom=i.top+this.$container.outerHeight(!1);var o={height:this.$container.outerHeight(!1)};o.top=i.top,o.bottom=i.top+o.height;var s=this.$dropdown.outerHeight(!1),a=e.scrollTop(),l=e.scrollTop()+e.height(),c=a<i.top-s,u=l>i.bottom+s,d={left:i.left,top:o.bottom},p=this.$dropdownParent;"static"===p.css("position")&&(p=p.offsetParent());var h={top:0,left:0};(f.contains(document.body,p[0])||p[0].isConnected)&&(h=p.offset()),d.top-=h.top,d.left-=h.left,t||n||(r="below"),u||!c||t?!c&&u&&t&&(r="below"):r="above",("above"==r||t&&"below"!==r)&&(d.top=o.top-h.top-s),null!=r&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+r),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+r)),this.$dropdownContainer.css(d)},e.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},e.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},e}),e.define("select2/dropdown/minimumResultsForSearch",[],function(){function e(e,t,n,r){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,r)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var n=0,r=0;r<t.length;r++){var i=t[r];i.children?n+=e(i.children):n++}return n}(t.data.results)<this.minimumResultsForSearch)&&e.call(this,t)},e}),e.define("select2/dropdown/selectOnClose",["../utils"],function(o){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("close",function(e){r._handleSelectOnClose(e)})},e.prototype._handleSelectOnClose=function(e,t){if(t&&null!=t.originalSelect2Event){var n=t.originalSelect2Event;if("select"===n._type||"unselect"===n._type)return}var r=this.getHighlightedResults();if(!(r.length<1)){var i=o.GetData(r[0],"data");null!=i.element&&i.element.selected||null==i.element&&i.selected||this.trigger("select",{data:i})}},e}),e.define("select2/dropdown/closeOnSelect",[],function(){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",function(e){r._selectTriggered(e)}),t.on("unselect",function(e){r._selectTriggered(e)})},e.prototype._selectTriggered=function(e,t){var n=t.originalEvent;n&&(n.ctrlKey||n.metaKey)||this.trigger("close",{originalEvent:n,originalSelect2Event:t})},e}),e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return 1!=t&&(n+="s"),n},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return 1!=e.maximum&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"},removeAllItems:function(){return"Remove all items"}}}),e.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],function(c,u,d,p,h,f,g,m,v,y,s,t,_,$,b,w,A,x,D,S,E,C,O,T,q,L,I,j,e){function n(){this.reset()}return n.prototype.apply=function(e){if(null==(e=c.extend(!0,{},this.defaults,e)).dataAdapter){if(null!=e.ajax?e.dataAdapter=b:null!=e.data?e.dataAdapter=$:e.dataAdapter=_,0<e.minimumInputLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,x)),0<e.maximumInputLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,D)),0<e.maximumSelectionLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,S)),e.tags&&(e.dataAdapter=y.Decorate(e.dataAdapter,w)),null==e.tokenSeparators&&null==e.tokenizer||(e.dataAdapter=y.Decorate(e.dataAdapter,A)),null!=e.query){var t=u(e.amdBase+"compat/query");e.dataAdapter=y.Decorate(e.dataAdapter,t)}if(null!=e.initSelection){var n=u(e.amdBase+"compat/initSelection");e.dataAdapter=y.Decorate(e.dataAdapter,n)}}if(null==e.resultsAdapter&&(e.resultsAdapter=d,null!=e.ajax&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,T)),null!=e.placeholder&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,O)),e.selectOnClose&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,I))),null==e.dropdownAdapter){if(e.multiple)e.dropdownAdapter=E;else{var r=y.Decorate(E,C);e.dropdownAdapter=r}if(0!==e.minimumResultsForSearch&&(e.dropdownAdapter=y.Decorate(e.dropdownAdapter,L)),e.closeOnSelect&&(e.dropdownAdapter=y.Decorate(e.dropdownAdapter,j)),null!=e.dropdownCssClass||null!=e.dropdownCss||null!=e.adaptDropdownCssClass){var i=u(e.amdBase+"compat/dropdownCss");e.dropdownAdapter=y.Decorate(e.dropdownAdapter,i)}e.dropdownAdapter=y.Decorate(e.dropdownAdapter,q)}if(null==e.selectionAdapter){if(e.multiple?e.selectionAdapter=h:e.selectionAdapter=p,null!=e.placeholder&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,f)),e.allowClear&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,g)),e.multiple&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,m)),null!=e.containerCssClass||null!=e.containerCss||null!=e.adaptContainerCssClass){var o=u(e.amdBase+"compat/containerCss");e.selectionAdapter=y.Decorate(e.selectionAdapter,o)}e.selectionAdapter=y.Decorate(e.selectionAdapter,v)}e.language=this._resolveLanguage(e.language),e.language.push("en");for(var s=[],a=0;a<e.language.length;a++){var l=e.language[a];-1===s.indexOf(l)&&s.push(l)}return e.language=s,e.translations=this._processTranslations(e.language,e.debug),e},n.prototype.reset=function(){function a(e){return e.replace(/[^\u0000-\u007E]/g,function(e){return t[e]||e})}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:y.escapeMarkup,language:{},matcher:function e(t,n){if(""===c.trim(t.term))return n;if(n.children&&0<n.children.length){for(var r=c.extend(!0,{},n),i=n.children.length-1;0<=i;i--)null==e(t,n.children[i])&&r.children.splice(i,1);return 0<r.children.length?r:e(t,r)}var o=a(n.text).toUpperCase(),s=a(t.term).toUpperCase();return-1<o.indexOf(s)?n:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,scrollAfterSelect:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},n.prototype.applyFromElement=function(e,t){var n=e.language,r=this.defaults.language,i=t.prop("lang"),o=t.closest("[lang]").prop("lang"),s=Array.prototype.concat.call(this._resolveLanguage(i),this._resolveLanguage(n),this._resolveLanguage(r),this._resolveLanguage(o));return e.language=s,e},n.prototype._resolveLanguage=function(e){if(!e)return[];if(c.isEmptyObject(e))return[];if(c.isPlainObject(e))return[e];var t;t=c.isArray(e)?e:[e];for(var n=[],r=0;r<t.length;r++)if(n.push(t[r]),"string"==typeof t[r]&&0<t[r].indexOf("-")){var i=t[r].split("-")[0];n.push(i)}return n},n.prototype._processTranslations=function(e,t){for(var n=new s,r=0;r<e.length;r++){var i=new s,o=e[r];if("string"==typeof o)try{i=s.loadPath(o)}catch(e){try{o=this.defaults.amdLanguageBase+o,i=s.loadPath(o)}catch(e){t&&window.console&&console.warn&&console.warn('Select2: The language file for "'+o+'" could not be automatically loaded. A fallback will be used instead.')}}else i=c.isPlainObject(o)?new s(o):o;n.extend(i)}return n},n.prototype.set=function(e,t){var n={};n[c.camelCase(e)]=t;var r=y._convertData(n);c.extend(!0,this.defaults,r)},new n}),e.define("select2/options",["require","jquery","./defaults","./utils"],function(r,d,i,p){function e(e,t){if(this.options=e,null!=t&&this.fromElement(t),null!=t&&(this.options=i.applyFromElement(this.options,t)),this.options=i.apply(this.options),t&&t.is("input")){var n=r(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=p.Decorate(this.options.dataAdapter,n)}}return e.prototype.fromElement=function(e){var t=["select2"];null==this.options.multiple&&(this.options.multiple=e.prop("multiple")),null==this.options.disabled&&(this.options.disabled=e.prop("disabled")),null==this.options.dir&&(e.prop("dir")?this.options.dir=e.prop("dir"):e.closest("[dir]").prop("dir")?this.options.dir=e.closest("[dir]").prop("dir"):this.options.dir="ltr"),e.prop("disabled",this.options.disabled),e.prop("multiple",this.options.multiple),p.GetData(e[0],"select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),p.StoreData(e[0],"data",p.GetData(e[0],"select2Tags")),p.StoreData(e[0],"tags",!0)),p.GetData(e[0],"ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),e.attr("ajax--url",p.GetData(e[0],"ajaxUrl")),p.StoreData(e[0],"ajax-Url",p.GetData(e[0],"ajaxUrl")));var n={};function r(e,t){return t.toUpperCase()}for(var i=0;i<e[0].attributes.length;i++){var o=e[0].attributes[i].name,s="data-";if(o.substr(0,s.length)==s){var a=o.substring(s.length),l=p.GetData(e[0],a);n[a.replace(/-([a-z])/g,r)]=l}}d.fn.jquery&&"1."==d.fn.jquery.substr(0,2)&&e[0].dataset&&(n=d.extend(!0,{},e[0].dataset,n));var c=d.extend(!0,{},p.GetData(e[0]),n);for(var u in c=p._convertData(c))-1<d.inArray(u,t)||(d.isPlainObject(this.options[u])?d.extend(this.options[u],c[u]):this.options[u]=c[u]);return this},e.prototype.get=function(e){return this.options[e]},e.prototype.set=function(e,t){this.options[e]=t},e}),e.define("select2/core",["jquery","./options","./utils","./keys"],function(o,c,u,r){var d=function(e,t){null!=u.GetData(e[0],"select2")&&u.GetData(e[0],"select2").destroy(),this.$element=e,this.id=this._generateId(e),t=t||{},this.options=new c(t,e),d.__super__.constructor.call(this);var n=e.attr("tabindex")||0;u.StoreData(e[0],"old-tabindex",n),e.attr("tabindex","-1");var r=this.options.get("dataAdapter");this.dataAdapter=new r(e,this.options);var i=this.render();this._placeContainer(i);var o=this.options.get("selectionAdapter");this.selection=new o(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,i);var s=this.options.get("dropdownAdapter");this.dropdown=new s(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,i);var a=this.options.get("resultsAdapter");this.results=new a(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var l=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(e){l.trigger("selection:update",{data:e})}),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),u.StoreData(e[0],"select2",this),e.data("select2",this)};return u.Extend(d,u.Observable),d.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+u.generateChars(2):u.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},d.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},d.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var r=this._resolveWidth(e,"style");return null!=r?r:this._resolveWidth(e,"element")}if("element"==t){var i=e.outerWidth(!1);return i<=0?"auto":i+"px"}if("style"!=t)return"computedstyle"!=t?t:window.getComputedStyle(e[0]).width;var o=e.attr("style");if("string"!=typeof o)return null;for(var s=o.split(";"),a=0,l=s.length;a<l;a+=1){var c=s[a].replace(/\s/g,"").match(n);if(null!==c&&1<=c.length)return c[1]}return null},d.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},d.prototype._registerDomEvents=function(){var t=this;this.$element.on("change.select2",function(){t.dataAdapter.current(function(e){t.trigger("selection:update",{data:e})})}),this.$element.on("focus.select2",function(e){t.trigger("focus",e)}),this._syncA=u.bind(this._syncAttributes,this),this._syncS=u.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var e=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=e?(this._observer=new e(function(e){t._syncA(),t._syncS(null,e)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",t._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",t._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",t._syncS,!1))},d.prototype._registerDataEvents=function(){var n=this;this.dataAdapter.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerSelectionEvents=function(){var n=this,r=["toggle","focus"];this.selection.on("toggle",function(){n.toggleDropdown()}),this.selection.on("focus",function(e){n.focus(e)}),this.selection.on("*",function(e,t){-1===o.inArray(e,r)&&n.trigger(e,t)})},d.prototype._registerDropdownEvents=function(){var n=this;this.dropdown.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerResultsEvents=function(){var n=this;this.results.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerEvents=function(){var n=this;this.on("open",function(){n.$container.addClass("select2-container--open")}),this.on("close",function(){n.$container.removeClass("select2-container--open")}),this.on("enable",function(){n.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){n.$container.addClass("select2-container--disabled")}),this.on("blur",function(){n.$container.removeClass("select2-container--focus")}),this.on("query",function(t){n.isOpen()||n.trigger("open",{}),this.dataAdapter.query(t,function(e){n.trigger("results:all",{data:e,query:t})})}),this.on("query:append",function(t){this.dataAdapter.query(t,function(e){n.trigger("results:append",{data:e,query:t})})}),this.on("keypress",function(e){var t=e.which;n.isOpen()?t===r.ESC||t===r.TAB||t===r.UP&&e.altKey?(n.close(e),e.preventDefault()):t===r.ENTER?(n.trigger("results:select",{}),e.preventDefault()):t===r.SPACE&&e.ctrlKey?(n.trigger("results:toggle",{}),e.preventDefault()):t===r.UP?(n.trigger("results:previous",{}),e.preventDefault()):t===r.DOWN&&(n.trigger("results:next",{}),e.preventDefault()):(t===r.ENTER||t===r.SPACE||t===r.DOWN&&e.altKey)&&(n.open(),e.preventDefault())})},d.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.isDisabled()?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},d.prototype._isChangeMutation=function(e,t){var n=!1,r=this;if(!e||!e.target||"OPTION"===e.target.nodeName||"OPTGROUP"===e.target.nodeName){if(t)if(t.addedNodes&&0<t.addedNodes.length)for(var i=0;i<t.addedNodes.length;i++){t.addedNodes[i].selected&&(n=!0)}else t.removedNodes&&0<t.removedNodes.length?n=!0:o.isArray(t)&&o.each(t,function(e,t){if(r._isChangeMutation(e,t))return!(n=!0)});else n=!0;return n}},d.prototype._syncSubtree=function(e,t){var n=this._isChangeMutation(e,t),r=this;n&&this.dataAdapter.current(function(e){r.trigger("selection:update",{data:e})})},d.prototype.trigger=function(e,t){var n=d.__super__.trigger,r={open:"opening",close:"closing",select:"selecting",unselect:"unselecting",clear:"clearing"};if(void 0===t&&(t={}),e in r){var i=r[e],o={prevented:!1,name:e,args:t};if(n.call(this,i,o),o.prevented)return void(t.prevented=!0)}n.call(this,e,t)},d.prototype.toggleDropdown=function(){this.isDisabled()||(this.isOpen()?this.close():this.open())},d.prototype.open=function(){this.isOpen()||this.isDisabled()||this.trigger("query",{})},d.prototype.close=function(e){this.isOpen()&&this.trigger("close",{originalEvent:e})},d.prototype.isEnabled=function(){return!this.isDisabled()},d.prototype.isDisabled=function(){return this.options.get("disabled")},d.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},d.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},d.prototype.focus=function(e){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},d.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},d.prototype.data=function(){this.options.get("debug")&&0<arguments.length&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var t=[];return this.dataAdapter.current(function(e){t=e}),t},d.prototype.val=function(e){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==e||0===e.length)return this.$element.val();var t=e[0];o.isArray(t)&&(t=o.map(t,function(e){return e.toString()})),this.$element.val(t).trigger("input").trigger("change")},d.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",u.GetData(this.$element[0],"old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),u.RemoveData(this.$element[0]),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},d.prototype.render=function(){var e=o('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return e.attr("dir",this.options.get("dir")),this.$container=e,this.$container.addClass("select2-container--"+this.options.get("theme")),u.StoreData(e[0],"element",this.$element),e},d}),e.define("jquery-mousewheel",["jquery"],function(e){return e}),e.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],function(i,e,o,t,s){if(null==i.fn.select2){var a=["open","close","destroy"];i.fn.select2=function(t){if("object"==typeof(t=t||{}))return this.each(function(){var e=i.extend(!0,{},t);new o(i(this),e)}),this;if("string"!=typeof t)throw new Error("Invalid arguments for Select2: "+t);var n,r=Array.prototype.slice.call(arguments,1);return this.each(function(){var e=s.GetData(this,"select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),n=e[t].apply(e,r)}),-1<i.inArray(t,a)?this:n}}return null==i.fn.select2.defaults&&(i.fn.select2.defaults=t),o}),{define:e.define,require:e.require}}(),t=e.require("jquery.select2");return u.fn.select2.amd=e,t});
 
 
googleanalytics.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
8
  *
9
- * Version: 7.13.3
10
  * Requires at least: 3.8.0
11
  * Requires PHP: 5.2
12
  *
@@ -69,7 +69,7 @@ final class MonsterInsights_Lite {
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
- public $version = '7.13.3';
73
 
74
  /**
75
  * Plugin file.
@@ -225,7 +225,7 @@ final class MonsterInsights_Lite {
225
 
226
  // This does the version to version background upgrade routines and initial install
227
  $mi_version = get_option( 'monsterinsights_current_version', '5.5.3' );
228
- if ( version_compare( $mi_version, '7.13.0', '<' ) ) {
229
  monsterinsights_lite_call_install_and_upgrade();
230
  }
231
 
@@ -545,6 +545,7 @@ final class MonsterInsights_Lite {
545
  // Notifications class.
546
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/notifications.php';
547
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/notification-event.php';
 
548
  // Add notification manual events for lite version.
549
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/notifications/notification-events.php';
550
  }
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
8
  *
9
+ * Version: 7.14.0
10
  * Requires at least: 3.8.0
11
  * Requires PHP: 5.2
12
  *
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
+ public $version = '7.14.0';
73
 
74
  /**
75
  * Plugin file.
225
 
226
  // This does the version to version background upgrade routines and initial install
227
  $mi_version = get_option( 'monsterinsights_current_version', '5.5.3' );
228
+ if ( version_compare( $mi_version, '7.14.0', '<' ) ) {
229
  monsterinsights_lite_call_install_and_upgrade();
230
  }
231
 
545
  // Notifications class.
546
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/notifications.php';
547
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/notification-event.php';
548
+ require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/notification-event-runner.php';
549
  // Add notification manual events for lite version.
550
  require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/notifications/notification-events.php';
551
  }
includes/admin/common.php CHANGED
@@ -805,267 +805,6 @@ function monsterinsights_remove_unnecessary_footer_hooks() {
805
 
806
  add_action( 'admin_head', 'monsterinsights_remove_unnecessary_footer_hooks', 15 );
807
 
808
- /**
809
- * Display dismissable admin pointer for year in review 2019 report
810
- *
811
- */
812
- function monsterinsights_yearinreview_admin_menu_tooltip() {
813
-
814
- $dismiss_tooltip = get_option( 'monsterinsights_yearinreview_dismiss_admin_tooltip', false );
815
- $activated = get_option( 'monsterinsights_over_time', array() );
816
- $ua_code = monsterinsights_get_ua();
817
- $dashboards_disabled = monsterinsights_get_option( 'dashboards_disabled', false );
818
-
819
- if ( $dashboards_disabled ) {
820
- return;
821
- }
822
-
823
- if ( ! current_user_can( 'monsterinsights_view_dashboard' ) ) {
824
- return;
825
- }
826
-
827
- if ( monsterinsights_is_reports_page() || monsterinsights_is_settings_page() ) {
828
- // Don't show on MI pages.
829
- return;
830
- }
831
-
832
- // equivalent to: 01/01/2020 @ 12:00am (UTC)
833
- $new_year = '1577836800';
834
-
835
- // equivalent to: 01/02/2020 @ 12:00am (UTC)
836
- $start_time = '1577923200';
837
-
838
- // equivalent to: 01/13/2020 @ 12:00am (UTC)
839
- $end_time = '1578873600';
840
-
841
- if ( $dismiss_tooltip ) {
842
- return;
843
- }
844
-
845
- // don't show before January 02, 2020
846
- if ( $start_time > time() ) {
847
- return;
848
- }
849
-
850
- // don't show after January 13, 2020
851
- if ( $end_time < time() ) {
852
- return;
853
- }
854
-
855
- if ( empty( $activated['connected_date'] ) || ( $activated['connected_date'] > $new_year ) || empty( $ua_code ) ) {
856
- return;
857
- }
858
-
859
- // remove lite upsell
860
- remove_action( 'adminmenu', 'monsterinsights_get_admin_menu_tooltip' );
861
-
862
- $url = admin_url( 'admin.php?page=monsterinsights_reports#/year-in-review' );
863
- ?>
864
- <div id="monsterinsights-yearinreview-admin-menu-tooltip" class="monsterinsights-yearinreview-admin-menu-tooltip-hide">
865
- <div class="monsterinsights-yearinreview-admin-menu-tooltip-header">
866
- <span class="monsterinsights-yearinreview-admin-menu-tooltip-icon">
867
- <span class="dashicons dashicons-megaphone"></span>
868
- </span>
869
- <?php esc_html_e( 'Your 2019 Analytics Report', 'google-analytics-for-wordpress' ); ?>
870
- <a href="#" class="monsterinsights-yearinreview-admin-menu-tooltip-close">
871
- <span class="dashicons dashicons-dismiss"></span>
872
- </a>
873
- </div>
874
- <div class="monsterinsights-yearinreview-admin-menu-tooltip-content">
875
- <strong><?php esc_html_e( 'See how your website performed this year and find tips along the way to help grow even more in 2020!', 'google-analytics-for-wordpress' ); ?></strong>
876
- <p>
877
- <a href="<?php echo esc_url( $url ); ?>" class="button button-primary monsterinsights-yearinreview-admin-menu-tooltip-btn-link">
878
- <?php esc_html_e( 'View 2019 Year in Review report!', 'google-analytics-for-wordpress' ); ?>
879
- </a>
880
- </p>
881
- </div>
882
- </div>
883
- <style type="text/css">
884
- #monsterinsights-yearinreview-admin-menu-tooltip {
885
- position: absolute;
886
- left: 100%;
887
- top: 100%;
888
- background: #fff;
889
- margin-left: 16px;
890
- width: 350px;
891
- box-shadow: 0px 4px 7px 0px #ccc;
892
- }
893
-
894
- #monsterinsights-yearinreview-admin-menu-tooltip:before {
895
- content: '';
896
- width: 0;
897
- height: 0;
898
- border-style: solid;
899
- border-width: 12px 12px 12px 0;
900
- border-color: transparent #fff transparent transparent;
901
- position: absolute;
902
- right: 100%;
903
- top: 130px;
904
- z-index: 10;
905
- }
906
-
907
- #monsterinsights-yearinreview-admin-menu-tooltip:after {
908
- content: '';
909
- width: 0;
910
- height: 0;
911
- border-style: solid;
912
- border-width: 13px 13px 13px 0;
913
- border-color: transparent #ccc transparent transparent;
914
- position: absolute;
915
- right: 100%;
916
- margin-left: -1px;
917
- top: 129px;
918
- z-index: 5;
919
- }
920
-
921
- #monsterinsights-yearinreview-admin-menu-tooltip.monsterinsights-yearinreview-tooltip-arrow-top:before {
922
- top: 254px;
923
- }
924
-
925
- #monsterinsights-yearinreview-admin-menu-tooltip.monsterinsights-yearinreview-tooltip-arrow-top:after {
926
- top: 253px;
927
- }
928
-
929
- .monsterinsights-yearinreview-admin-menu-tooltip-header {
930
- background: #03a0d2;
931
- padding: 5px 12px;
932
- font-size: 14px;
933
- font-weight: 700;
934
- font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
935
- color: #fff;
936
- line-height: 1.6;
937
- }
938
-
939
- .monsterinsights-yearinreview-admin-menu-tooltip-icon {
940
- background: #fff;
941
- border-radius: 50%;
942
- width: 28px;
943
- height: 25px;
944
- display: inline-block;
945
- color: #03a0d2;
946
- text-align: center;
947
- padding: 3px 0 0;
948
- margin-right: 6px;
949
- }
950
-
951
- .monsterinsights-yearinreview-admin-menu-tooltip-hide {
952
- display: none;
953
- }
954
-
955
- .monsterinsights-yearinreview-admin-menu-tooltip-content {
956
- padding: 20px 15px 7px;
957
- }
958
-
959
- .monsterinsights-yearinreview-admin-menu-tooltip-content strong {
960
- font-size: 14px;
961
- }
962
-
963
- .monsterinsights-yearinreview-admin-menu-tooltip-content p strong {
964
- font-size: 13px;
965
- }
966
-
967
- .monsterinsights-yearinreview-admin-menu-tooltip-close {
968
- color: #fff;
969
- text-decoration: none;
970
- position: absolute;
971
- right: 10px;
972
- top: 12px;
973
- display: block;
974
- }
975
-
976
- .monsterinsights-yearinreview-admin-menu-tooltip-close:hover {
977
- color: #fff;
978
- text-decoration: none;
979
- }
980
-
981
- .monsterinsights-yearinreview-admin-menu-tooltip-close .dashicons {
982
- font-size: 14px;
983
- }
984
-
985
- @media ( max-width: 782px ) {
986
- #monsterinsights-yearinreview-admin-menu-tooltip {
987
- display: none;
988
- }
989
- }
990
- </style>
991
- <script type="text/javascript">
992
- if ( 'undefined' !== typeof jQuery ) {
993
- jQuery( function ( $ ) {
994
- var $tooltip = $( document.getElementById( 'monsterinsights-yearinreview-admin-menu-tooltip' ) );
995
- var $menuwrapper = $( document.getElementById( 'adminmenuwrap' ) );
996
- var $menuitem = $( document.getElementById( 'toplevel_page_monsterinsights_reports' ) );
997
- if ( 0 === $menuitem.length ) {
998
- $menuitem = $( document.getElementById( 'toplevel_page_monsterinsights_network' ) );
999
- }
1000
-
1001
- if ( $menuitem.length ) {
1002
- $menuwrapper.append( $tooltip );
1003
- $tooltip.removeClass( 'monsterinsights-yearinreview-admin-menu-tooltip-hide' );
1004
- }
1005
-
1006
- function alignTooltip() {
1007
- var sticky = $( 'body' ).hasClass( 'sticky-menu' );
1008
-
1009
- var menuitem_pos = $menuitem.position();
1010
- var tooltip_top = menuitem_pos.top - 124;
1011
- if ( sticky && $( window ).height() > $menuwrapper.height() + 150 ) {
1012
- $tooltip.removeClass( 'monsterinsights-yearinreview-tooltip-arrow-top' );
1013
- } else {
1014
- tooltip_top = menuitem_pos.top - 250;
1015
- $tooltip.addClass( 'monsterinsights-yearinreview-tooltip-arrow-top' );
1016
- }
1017
- // Don't let the tooltip go outside of the screen and make the close button not visible.
1018
- if ( tooltip_top < 40 ) {
1019
- tooltip_top = 40;
1020
- }
1021
- $tooltip.css( {
1022
- top: tooltip_top + 'px'
1023
- } );
1024
- }
1025
-
1026
- var $document = $( document );
1027
- var timeout = setTimeout( alignTooltip, 10 );
1028
- $document.on( 'wp-pin-menu wp-window-resized.pin-menu postboxes-columnchange.pin-menu postbox-toggled.pin-menu wp-collapse-menu.pin-menu wp-scroll-start.pin-menu', function () {
1029
- if ( timeout ) {
1030
- clearTimeout( timeout );
1031
- }
1032
- timeout = setTimeout( alignTooltip, 10 );
1033
- } );
1034
-
1035
- $( '.monsterinsights-yearinreview-admin-menu-tooltip-btn-link' ).on( 'click', function ( e ) {
1036
- hideYearInReviewTooltip();
1037
- } );
1038
-
1039
- $( '.monsterinsights-yearinreview-admin-menu-tooltip-close' ).on( 'click', function ( e ) {
1040
- e.preventDefault();
1041
- hideYearInReviewTooltip();
1042
- } );
1043
-
1044
- function hideYearInReviewTooltip() {
1045
- $tooltip.addClass( 'monsterinsights-yearinreview-admin-menu-tooltip-hide' );
1046
- $.post( ajaxurl, {
1047
- action: 'monsterinsights_yearinreview_hide_admin_tooltip',
1048
- nonce: '<?php echo esc_js( wp_create_nonce( 'mi-admin-nonce' ) ); ?>',
1049
- } );
1050
- }
1051
- } );
1052
- }
1053
- </script>
1054
- <?php
1055
- }
1056
-
1057
- add_action( 'adminmenu', 'monsterinsights_yearinreview_admin_menu_tooltip', 5 );
1058
-
1059
- /**
1060
- * Store the time when the year in review tooltip was hidden so it won't show again
1061
- */
1062
- function monsterinsights_mark_yearinreview_tooltip_hidden() {
1063
- check_ajax_referer( 'mi-admin-nonce', 'nonce' );
1064
- update_option( 'monsterinsights_yearinreview_dismiss_admin_tooltip', true );
1065
- wp_send_json_success();
1066
- }
1067
-
1068
- add_action( 'wp_ajax_monsterinsights_yearinreview_hide_admin_tooltip', 'monsterinsights_mark_yearinreview_tooltip_hidden' );
1069
 
1070
  /**
1071
  * Prevent plugins/themes from removing the version number from scripts loaded by our plugin.
@@ -1110,3 +849,105 @@ function monsterinsights_get_php_wp_version_warning_data() {
1110
  'wp_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-wordpress/' ),
1111
  );
1112
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
805
 
806
  add_action( 'admin_head', 'monsterinsights_remove_unnecessary_footer_hooks', 15 );
807
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
808
 
809
  /**
810
  * Prevent plugins/themes from removing the version number from scripts loaded by our plugin.
849
  'wp_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-wordpress/' ),
850
  );
851
  }
852
+
853
+ /**
854
+ * Check WP and PHP version and add contextual notifications for upgrades.
855
+ */
856
+ function monsterinsights_maybe_add_wp_php_version_notification() {
857
+ global $wp_version;
858
+
859
+ $icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="#FAD1D1"/><path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/></svg>';
860
+ $needs_php_warning = version_compare( phpversion(), '5.6', '<' );
861
+ $needs_wp_warning = version_compare( $wp_version, '4.9', '<' );
862
+
863
+ if ( $needs_php_warning ) {
864
+ $notification['id'] = 'upgrade_php_56_notification';
865
+ $notification['title'] = __( 'ACTION REQUIRED: Your PHP version is putting your site at risk!', 'google-analytics-for-wordpress' );
866
+ if ( $needs_wp_warning ) {
867
+ $notification['title'] = __( 'ACTION REQUIRED: Speed your website up 400% with a single email!', 'google-analytics-for-wordpress' );
868
+ }
869
+
870
+ $php_url = monsterinsights_get_url( 'notifications', 'upgrade-php', 'https://www.monsterinsights.com/docs/update-php' );
871
+
872
+ $notification['type'] = array( 'basic', 'lite', 'master', 'plus', 'pro' );
873
+ // Translators: Placeholder is for the current PHP version.
874
+ $notification['content'] = sprintf( esc_html__( 'In the next major release of MonsterInsights we are planning to remove support for the version of PHP you are using (%s). This insecure version is no longer supported by WordPress itself, so you are already missing out on the latest features of WordPress along with critical updates for security and performance (modern PHP versions make websites much faster).', 'google-analytics-for-wordpress' ), phpversion() ) . "\n\n";
875
+
876
+ // Translators: Placeholders add a link to an article.
877
+ $notification['content'] .= sprintf( esc_html__( 'To ensure MonsterInsights and other plugins on your site continue to function properly, and avoid putting your site at risk, please take a few minutes to ask your website hosting provider to upgrade the version of PHP to a modern PHP version (7.2 or newer). We provide helpful templates for how to ask them %1$shere%2$s.', 'google-analytics-for-wordpress' ), '<a target="_blank" href="' . $php_url . '">', '</a>' ) . "\n\n";
878
+ $notification['content'] .= esc_html__( 'Upgrading your PHP version will make sure you are able to continue using WordPress without issues in the future, keep your site secure, and will also make your website up to 400% faster!', 'google-analytics-for-wordpress' );
879
+
880
+ $notification['icon'] = $icon;
881
+ $notification['btns'] = array(
882
+ 'learn_more' => array(
883
+ 'url' => $php_url,
884
+ 'text' => esc_html__( 'Learn More', 'google-analytics-for-wordpress' ),
885
+ ),
886
+ );
887
+
888
+ // Add the notification.
889
+ MonsterInsights()->notifications->add( $notification );
890
+ }
891
+
892
+ if ( $needs_wp_warning ) {
893
+
894
+ $isitwp_url = 'https://www.isitwp.com/upgrading-wordpress-is-easier-than-you-think/?utm_source=monsterinsights&utm_medium=notifications&utm_campaign=upgradewp';
895
+ $wpbeginner_url = 'https://www.wpbeginner.com/beginners-guide/why-you-should-always-use-the-latest-version-of-wordpress/utm_source=monsterinsights&utm_medium=notifications&utm_campaign=upgradewp';
896
+
897
+ $notification['id'] = 'upgrade_wp_49_notification';
898
+ $notification['title'] = __( 'ACTION REQUIRED: Your WordPress version is putting your site at risk!', 'google-analytics-for-wordpress' );
899
+ $notification['type'] = array( 'basic', 'lite', 'master', 'plus', 'pro' );
900
+ // Translators: Placeholder is for the current WordPress version.
901
+ $notification['content'] = sprintf( esc_html__( 'In the next major release of MonsterInsights we are planning to remove support for the version of WordPress you are using (version %s). This version is several years out of date, and most plugins do not support this version anymore, so you could be missing out on critical updates for performance and security already!', 'google-analytics-for-wordpress' ), $wp_version ) . "\n\n";
902
+
903
+ $notification['content'] .= esc_html__( 'The good news: updating WordPress has never been easier and only takes a few moments.', 'google-analytics-for-wordpress' );
904
+ // Translators: Placeholders add links to articles.
905
+ $notification['content'] .= sprintf( esc_html__( 'To update, we recommend following this %1$sstep by step guide for updating WordPress%2$s from IsItWP and afterwards check out %3$sWhy You Should Always Use the Latest Version of WordPress%4$s on WPBeginner.', 'google-analytics-for-wordpress' ), '<a target="_blank" href="' . $isitwp_url . '">', '</a>', '<a target="_blank" href="' . $wpbeginner_url . '">', '</a>' ) . "\n\n";
906
+
907
+ $notification['icon'] = $icon;
908
+ $notification['btns'] = array(
909
+ 'learn_more' => array(
910
+ 'url' => $isitwp_url,
911
+ 'text' => esc_html__( 'Learn More', 'google-analytics-for-wordpress' ),
912
+ ),
913
+ );
914
+
915
+ // Add the notification.
916
+ MonsterInsights()->notifications->add( $notification );
917
+ }
918
+
919
+ }
920
+
921
+ add_action( 'admin_init', 'monsterinsights_maybe_add_wp_php_version_notification' );
922
+
923
+ /**
924
+ * Add notification for Year In Review report for year 2021.
925
+ *
926
+ * @since 7.13.2
927
+ *
928
+ * @return void
929
+ */
930
+ function monsterinsights_year_in_review_notification() {
931
+
932
+ // Check if dates are between Jan 1st 2021 & 13th Jan 2021.
933
+ if ( monsterinsights_date_is_between( '2021-01-01', '2021-01-14' ) ) {
934
+
935
+ $notification['id'] = 'monsterinsights_notification_year_in_review';
936
+ $notification['type'] = array( 'basic', 'lite', 'master', 'plus', 'pro' );
937
+ $notification['start'] = '2021-01-01';
938
+ $notification['end'] = '2021-01-14';
939
+ $notification['title'] = esc_html__( 'View 2020 Year in Review report!', 'google-analytics-for-wordpress' );
940
+ $notification['content'] = esc_html__( 'See how your website performed this year and find tips along the way to help grow even more in 2021!', 'google-analytics-for-wordpress' );
941
+ $notification['btns'] = array(
942
+ 'learn_more' => array(
943
+ 'url' => esc_url( admin_url( 'admin.php?page=monsterinsights_reports#/year-in-review' ) ),
944
+ 'text' => esc_html__( 'Learn More', 'google-analytics-for-wordpress' ),
945
+ ),
946
+ );
947
+
948
+ // Add the notification.
949
+ MonsterInsights()->notifications->add( $notification );
950
+ }
951
+ }
952
+
953
+ add_action( 'admin_init', 'monsterinsights_year_in_review_notification' );
includes/admin/notification-event-runner.php ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Custom runner system for recurring notifications.
4
+ *
5
+ * @since 7.14
6
+ * @author Mircea Sandu
7
+ * @package MonsterInsights
8
+ */
9
+
10
+ /**
11
+ * Class MonsterInsights_Notification_Event_Runner
12
+ */
13
+ class MonsterInsights_Notification_Event_Runner {
14
+
15
+ /**
16
+ * The instance of the current class.
17
+ *
18
+ * @var MonsterInsights_Notification_Event_Runner
19
+ */
20
+ private static $instance;
21
+
22
+ /**
23
+ * The static notifications registered.
24
+ *
25
+ * @var array
26
+ */
27
+ private static $notifications = array();
28
+
29
+ /**
30
+ * The key used to store in the options table the last run times for notifications.
31
+ *
32
+ * @var string
33
+ */
34
+ private $last_run_key = 'monsterinsights_notifications_run';
35
+
36
+ /**
37
+ * This will be populated on demand with the last run timestamps for all the notifications.
38
+ *
39
+ * @var array|bool
40
+ */
41
+ private $last_run;
42
+
43
+ /**
44
+ * Only update the option if something changed.
45
+ *
46
+ * @var bool
47
+ */
48
+ private $changed = false;
49
+
50
+ /**
51
+ * MonsterInsights_Notification_Event_Runner constructor.
52
+ */
53
+ private function __construct() {
54
+ add_action( 'wp_ajax_monsterinsights_vue_get_notifications', array( $this, 'maybe_add_notifications' ), 9 );
55
+ }
56
+
57
+ /**
58
+ * Get the singleton instance.
59
+ *
60
+ * @return MonsterInsights_Notification_Event_Runner
61
+ */
62
+ public static function get_instance() {
63
+ if ( ! isset( self::$instance ) ) {
64
+ self::$instance = new self();
65
+ }
66
+
67
+ return self::$instance;
68
+ }
69
+
70
+ /**
71
+ * Get the stored option for the last run times.
72
+ *
73
+ * @return false|mixed|void
74
+ */
75
+ public function get_notifications_last_run() {
76
+ if ( ! isset( $this->last_run ) ) {
77
+ $this->last_run = get_option( $this->last_run_key );
78
+ }
79
+
80
+ return $this->last_run;
81
+ }
82
+
83
+ /**
84
+ * Update the last run time with a default of time.
85
+ *
86
+ * @param string $notification_id The notification id to update the last run time for.
87
+ * @param string|int $time The timestamp to store the last run time.
88
+ */
89
+ public function update_last_run( $notification_id, $time = '' ) {
90
+ if ( empty( $time ) ) {
91
+ $time = time();
92
+ }
93
+
94
+ $this->last_run[ $notification_id ] = $time;
95
+ $this->changed = true;
96
+ }
97
+
98
+ /**
99
+ * Update the option stored in the db with the last run times.
100
+ */
101
+ public function save_last_runs() {
102
+ if ( $this->changed ) {
103
+ update_option( $this->last_run_key, $this->last_run );
104
+ }
105
+ }
106
+
107
+ /**
108
+ * Loop through notifications and check if they should be added based on the time passed since they were last added.
109
+ */
110
+ public function maybe_add_notifications() {
111
+
112
+ if ( ! current_user_can( 'monsterinsights_view_dashboard' ) ) {
113
+ // No need to try adding the notification if the user can't see it.
114
+ return;
115
+ }
116
+
117
+ $notifications = $this->get_registered_notifications();
118
+ $last_runs = $this->get_notifications_last_run();
119
+
120
+ // Loop through registered notifications.
121
+ foreach ( $notifications as $notification ) {
122
+ /**¬
123
+ * The notification instance.
124
+ *
125
+ * @var MonsterInsights_Notification_Event $notification
126
+ */
127
+ if ( empty( $last_runs[ $notification->notification_id ] ) ) {
128
+ // If the notification never ran, save current time to show it after the interval.
129
+ $this->update_last_run( $notification->notification_id );
130
+ } else {
131
+ // Has run before so let's check if enough days passed since the last run.
132
+ $time_since = $last_runs[ $notification->notification_id ] + $notification->notification_interval * DAY_IN_SECONDS;
133
+ $time_now = time();
134
+ if ( $time_since < $time_now ) {
135
+ // Interval passed since it ran so let's add this one.
136
+ $notification->add_notification();
137
+ // Update the last run date as right now.
138
+ $this->update_last_run( $notification->notification_id );
139
+ // Let's not add multiple notifications at the same time.
140
+ break;
141
+ }
142
+ }
143
+ }
144
+
145
+ // Update the option with the new times.
146
+ $this->save_last_runs();
147
+
148
+ }
149
+
150
+ /**
151
+ * Get the static notifications array.
152
+ *
153
+ * @return array
154
+ */
155
+ public function get_registered_notifications() {
156
+ return self::$notifications;
157
+ }
158
+
159
+ /**
160
+ * Register the notification for running it later.
161
+ *
162
+ * @param MonsterInsights_Notification_Event $notification The instance of the notification.
163
+ */
164
+ public function register_notification( $notification ) {
165
+
166
+ $notification_id = isset( $notification->notification_id ) ? $notification->notification_id : false;
167
+ if ( ! empty( $notification_id ) && ! isset( self::$notifications[ $notification_id ] ) ) {
168
+ self::$notifications[ $notification_id ] = $notification;
169
+ }
170
+
171
+ }
172
+
173
+ }
174
+
175
+ /**
176
+ * Get the single instance of the event runner class.
177
+ *
178
+ * @return MonsterInsights_Notification_Event_Runner
179
+ */
180
+ function monsterinsights_notification_event_runner() {
181
+ return MonsterInsights_Notification_Event_Runner::get_instance();
182
+ }
includes/admin/notification-event.php CHANGED
@@ -18,35 +18,6 @@ class MonsterInsights_Notification_Event {
18
  */
19
  public $notification_id;
20
 
21
- /**
22
- * Notification hook name for cron schedule
23
- *
24
- * @var string
25
- *
26
- * @since 7.12.3
27
- */
28
- public $notification_cron_hook_name;
29
-
30
- /**
31
- * Unique recurrence name to set up the notification interval
32
- * Only accept numeric value
33
- *
34
- * @var string
35
- *
36
- * @since 7.12.3
37
- */
38
- public $notification_recurrence_name;
39
-
40
- /**
41
- * When the notification will run for the first time
42
- * Value should be readable time, (e.g: +30 day) to run the notification after 30 days from now
43
- *
44
- * @var string
45
- *
46
- * @since 7.12.3
47
- */
48
- public $notification_first_run_time;
49
-
50
  /**
51
  * When the notification will repeat (e.g: 7) here `7` to repeat the notification after each 7 days
52
  * Only accept numeric value
@@ -117,82 +88,39 @@ class MonsterInsights_Notification_Event {
117
  * @since 7.12.3
118
  */
119
  public function __construct() {
120
- $this->notification_active_from = date( "m/d/Y g:i a", strtotime( "now" ) );
121
- $this->report_end_to = "-1 day"; // yesterday
 
122
 
123
  if ( ! empty( $this->notification_id ) && ! empty( $this->notification_interval ) ) {
124
 
125
- $this->notification_cron_hook_name = $this->notification_id . '_cron';
126
- $this->notification_recurrence_name = $this->notification_id . '_' . $this->notification_interval . '_days';
127
- $this->notification_id = $this->notification_id . '_' . time();
128
- $this->notification_active_for = date( "m/d/Y", strtotime( "+" . ( $this->notification_interval - 2 ) . " day" ) );
129
- $this->report_start_from = "-". $this->notification_interval ." day";
130
 
131
- if( ! isset( $this->notification_first_run_time ) || empty( $this->notification_first_run_time ) ) {
132
- $this->notification_first_run_time = "+". $this->notification_interval ." day";
133
- }
134
 
135
- if( ! isset( $this->notification_icon ) || empty( $this->notification_icon ) ) {
136
- $this->notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
137
  <circle cx="16" cy="16" r="16" fill="#D3F8EA"/>
138
  <path d="M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z" fill="#1EC185"/>
139
  </svg>';
140
  }
141
 
142
- $this->hooks();
143
-
144
- if ( ! wp_next_scheduled( $this->notification_cron_hook_name ) ) {
145
- wp_schedule_event( $this->get_first_cron_date(), $this->notification_recurrence_name, $this->notification_cron_hook_name );
146
- }
147
-
148
  }
149
  }
150
 
151
  /**
152
- * Register hooks.
153
- *
154
- * @since 7.12.3
155
- */
156
- public function hooks() {
157
-
158
- add_filter( $this->notification_id, array( $this, 'prepare_notification_data' ) );
159
-
160
- add_filter( 'cron_schedules', array( $this, 'add_cron_schedule' ) );
161
-
162
- add_action( $this->notification_cron_hook_name, array( $this, 'add_notification' ) );
163
-
164
- }
165
-
166
- /**
167
- * Cron to add notification
168
- *
169
- * @param array $schedules WP cron schedules.
170
- *
171
- * @return array $schedules WP cron schedules.
172
- *
173
- * @since 7.12.3
174
- */
175
- public function add_cron_schedule( $schedules ) {
176
- $schedules[$this->notification_recurrence_name] = array(
177
- 'interval' => DAY_IN_SECONDS * $this->notification_interval,
178
- // Translators: notification cron interval
179
- 'display' => sprintf( __( '%s Days', 'google-analytics-for-wordpress' ), $this->notification_interval ),
180
- );
181
-
182
- return $schedules;
183
- }
184
-
185
- /**
186
- * get date
187
  *
188
- * @param string $readable_time readable time to convert to date
189
  *
190
  * @return string date, format: Y-m-d
191
  *
192
  * @since 7.12.3
193
  */
194
  public function get_formatted_date( $readable_time ) {
195
- return date( "Y-m-d", strtotime( $readable_time ) );
196
  }
197
 
198
  /**
@@ -213,30 +141,6 @@ class MonsterInsights_Notification_Event {
213
  return wp_specialchars_decode( monsterinsights_get_url( 'monsterinsights-notifications-sidebar', 'notifications', $url ) );
214
  }
215
 
216
- /**
217
- * Get next cron occurrence date.
218
- *
219
- * (e:g +30 day) to run after 30 days from now
220
- *
221
- * @return int $date to run the first cron
222
- *
223
- * @since 7.12.3
224
- */
225
- public function get_first_cron_date() {
226
- $schedule = array();
227
- $schedule['day'] = rand( 0, 1 );
228
- $schedule['hour'] = rand( 0, 23 );
229
- $schedule['minute'] = rand( 0, 59 );
230
- $schedule['second'] = rand( 0, 59 );
231
- $schedule['offset'] = ( $schedule['day'] * DAY_IN_SECONDS ) +
232
- ( $schedule['hour'] * HOUR_IN_SECONDS ) +
233
- ( $schedule['minute'] * MINUTE_IN_SECONDS ) +
234
- $schedule['second'];
235
- $date = strtotime( $this->notification_first_run_time ) + $schedule['offset'];
236
-
237
- return $date;
238
- }
239
-
240
  /**
241
  * Get the URL for the page where users can see/read notifications.
242
  *
@@ -247,17 +151,22 @@ class MonsterInsights_Notification_Event {
247
  }
248
 
249
  /**
250
- * Build Notification
251
- *
252
  * @param array $data
253
  *
254
- * @return array $notification notification is ready to add
 
 
 
 
 
 
 
255
  *
256
  * @since 7.12.3
257
  */
258
  public function add_notification() {
259
  $notification = array();
260
- $notification['id'] = $this->notification_id;
261
  $notification['icon'] = $this->notification_icon;
262
  $notification['title'] = '';
263
  $notification['content'] = '';
@@ -265,8 +174,7 @@ class MonsterInsights_Notification_Event {
265
  $notification['btns'] = array();
266
  $notification['start'] = $this->notification_active_from;
267
  $notification['end'] = $this->notification_active_for;
268
-
269
- $notification_data = apply_filters( $this->notification_id, $notification );
270
 
271
  if ( is_array( $notification_data ) && ! empty( $notification_data ) ) {
272
  MonsterInsights()->notifications->add( $notification_data );
@@ -276,24 +184,23 @@ class MonsterInsights_Notification_Event {
276
  /**
277
  * Get report
278
  *
279
- * @param string $report_name report name, default overview report
280
- * @param string $report_start_from report start date, default -30 days/last 30 days
281
- * @param string $report_end_to report end date, default -1 day/yesterday
282
  *
283
  * @return array $data Overview data
284
  *
285
  * @since 7.12.3
286
  */
287
- public function get_report( $report_name="overview", $report_start_from="-30 day", $report_end_to="-1 day" ) {
288
- // get overview report data
289
- $data = array();
290
  $report = MonsterInsights()->reporting->get_report( $report_name );
291
  if ( $report ) {
292
  // Mark the report request as coming from Notifications.
293
  $report->set_report_source( 'notifications' );
294
  }
295
  $isnetwork = ! empty( $_REQUEST['isnetwork'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) : '';
296
- $args = array(
297
  'start' => $this->get_formatted_date( $report_start_from ),
298
  'end' => $this->get_formatted_date( $report_end_to ),
299
  );
@@ -308,7 +215,7 @@ class MonsterInsights_Notification_Event {
308
  'message' => __( "You don't have permission to view MonsterInsights reports.", 'google-analytics-for-wordpress' ),
309
  );
310
  } else {
311
- $data = apply_filters( 'monsterinsights_vue_reports_data', $report->get_data( $args ), $report_name, $report );
312
  }
313
 
314
  return $data;
18
  */
19
  public $notification_id;
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  /**
22
  * When the notification will repeat (e.g: 7) here `7` to repeat the notification after each 7 days
23
  * Only accept numeric value
88
  * @since 7.12.3
89
  */
90
  public function __construct() {
91
+
92
+ $this->notification_active_from = date( 'm/d/Y g:i a', strtotime( 'now' ) );
93
+ $this->report_end_to = '-1 day'; // Yesterday.
94
 
95
  if ( ! empty( $this->notification_id ) && ! empty( $this->notification_interval ) ) {
96
 
97
+ // Register notification in our custom runner.
98
+ monsterinsights_notification_event_runner()->register_notification( $this );
 
 
 
99
 
100
+ $this->notification_active_for = date( 'm/d/Y', strtotime( '+' . ( $this->notification_interval - 2 ) . ' day' ) );
101
+ $this->report_start_from = '-' . $this->notification_interval . ' day';
 
102
 
103
+ if ( ! isset( $this->notification_icon ) || empty( $this->notification_icon ) ) {
104
+ $this->notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
105
  <circle cx="16" cy="16" r="16" fill="#D3F8EA"/>
106
  <path d="M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z" fill="#1EC185"/>
107
  </svg>';
108
  }
109
 
 
 
 
 
 
 
110
  }
111
  }
112
 
113
  /**
114
+ * Get the formatted date.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  *
116
+ * @param string $readable_time Readable time to convert to date.
117
  *
118
  * @return string date, format: Y-m-d
119
  *
120
  * @since 7.12.3
121
  */
122
  public function get_formatted_date( $readable_time ) {
123
+ return date( 'Y-m-d', strtotime( $readable_time ) );
124
  }
125
 
126
  /**
141
  return wp_specialchars_decode( monsterinsights_get_url( 'monsterinsights-notifications-sidebar', 'notifications', $url ) );
142
  }
143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  /**
145
  * Get the URL for the page where users can see/read notifications.
146
  *
151
  }
152
 
153
  /**
 
 
154
  * @param array $data
155
  *
156
+ * @return array
157
+ */
158
+ public function prepare_notification_data( $data ) {
159
+ return $data;
160
+ }
161
+
162
+ /**
163
+ * Add Notification not the notifications instance.
164
  *
165
  * @since 7.12.3
166
  */
167
  public function add_notification() {
168
  $notification = array();
169
+ $notification['id'] = $this->notification_id . '_' . date( 'Ymd' ); // Make sure we never add the same notification on the same day.
170
  $notification['icon'] = $this->notification_icon;
171
  $notification['title'] = '';
172
  $notification['content'] = '';
174
  $notification['btns'] = array();
175
  $notification['start'] = $this->notification_active_from;
176
  $notification['end'] = $this->notification_active_for;
177
+ $notification_data = $this->prepare_notification_data( $notification );
 
178
 
179
  if ( is_array( $notification_data ) && ! empty( $notification_data ) ) {
180
  MonsterInsights()->notifications->add( $notification_data );
184
  /**
185
  * Get report
186
  *
187
+ * @param string $report_name report name, default overview report.
188
+ * @param string $report_start_from report start date, default -30 days/last 30 days.
189
+ * @param string $report_end_to report end date, default -1 day/yesterday.
190
  *
191
  * @return array $data Overview data
192
  *
193
  * @since 7.12.3
194
  */
195
+ public function get_report( $report_name = 'overview', $report_start_from = '-30 day', $report_end_to = '-1 day' ) {
196
+
 
197
  $report = MonsterInsights()->reporting->get_report( $report_name );
198
  if ( $report ) {
199
  // Mark the report request as coming from Notifications.
200
  $report->set_report_source( 'notifications' );
201
  }
202
  $isnetwork = ! empty( $_REQUEST['isnetwork'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) : '';
203
+ $args = array(
204
  'start' => $this->get_formatted_date( $report_start_from ),
205
  'end' => $this->get_formatted_date( $report_end_to ),
206
  );
215
  'message' => __( "You don't have permission to view MonsterInsights reports.", 'google-analytics-for-wordpress' ),
216
  );
217
  } else {
218
+ $data = $report->get_data( $args );
219
  }
220
 
221
  return $data;
includes/admin/notifications.php CHANGED
@@ -267,8 +267,32 @@ class MonsterInsights_Notifications {
267
  $notifications = array();
268
  $notifications['active'] = array_merge( $events, $feed );
269
  $notifications['active'] = $this->get_notifications_with_human_readeable_start_time( $notifications['active'] );
 
270
  $notifications['dismissed'] = ! empty( $option['dismissed'] ) ? $option['dismissed'] : array();
271
  $notifications['dismissed'] = $this->get_notifications_with_human_readeable_start_time( $notifications['dismissed'] );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
272
 
273
  return $notifications;
274
  }
@@ -307,6 +331,7 @@ class MonsterInsights_Notifications {
307
  */
308
  public function get_active_notifications() {
309
  $notifications = $this->get();
 
310
  return isset( $notifications['active'] ) ? $notifications['active'] : array();
311
  }
312
 
@@ -319,6 +344,7 @@ class MonsterInsights_Notifications {
319
  */
320
  public function get_dismissed_notifications() {
321
  $notifications = $this->get();
 
322
  return isset( $notifications['dismissed'] ) ? $notifications['dismissed'] : array();
323
  }
324
 
@@ -350,8 +376,10 @@ class MonsterInsights_Notifications {
350
 
351
  $option = $this->get_option();
352
 
353
- if ( in_array( $notification['id'], $option['dismissed'] ) ) { // phpcs:ignore WordPress.PHP.StrictInArray.MissingTrueStrict
354
- return;
 
 
355
  }
356
 
357
  foreach ( $option['events'] as $item ) {
@@ -376,6 +404,8 @@ class MonsterInsights_Notifications {
376
  /**
377
  * Update notification data from feed.
378
  *
 
 
379
  * @since {VERSION}
380
  */
381
  public function update() {
@@ -389,7 +419,7 @@ class MonsterInsights_Notifications {
389
  'update' => time(),
390
  'feed' => $feed,
391
  'events' => $option['events'],
392
- 'dismissed' => $option['dismissed'],
393
  )
394
  );
395
  }
@@ -411,31 +441,31 @@ class MonsterInsights_Notifications {
411
  $id = sanitize_text_field( wp_unslash( $_POST['id'] ) );
412
  $option = $this->get_option();
413
 
414
- // dismiss all notifications and add them to dissmiss array
415
- if ( $id === 'all' ) {
416
  if ( is_array( $option['feed'] ) && ! empty( $option['feed'] ) ) {
417
  foreach ( $option['feed'] as $key => $notification ) {
418
- array_unshift($option['dismissed'], $notification);
419
  unset( $option['feed'][ $key ] );
420
  }
421
  }
422
  if ( is_array( $option['events'] ) && ! empty( $option['events'] ) ) {
423
  foreach ( $option['events'] as $key => $notification ) {
424
- array_unshift($option['dismissed'], $notification);
425
  unset( $option['events'][ $key ] );
426
  }
427
  }
428
  }
429
 
430
- $type = is_numeric( $id ) ? 'feed' : 'events';
431
 
432
  // Remove notification and add in dismissed array.
433
  if ( is_array( $option[ $type ] ) && ! empty( $option[ $type ] ) ) {
434
  foreach ( $option[ $type ] as $key => $notification ) {
435
  if ( $notification['id'] == $id ) { // phpcs:ignore WordPress.PHP.StrictComparisons
436
- // add notification to dismissed array
437
- array_unshift($option['dismissed'], $notification);
438
- // remove notification from feed or events
439
  unset( $option[ $type ][ $key ] );
440
  break;
441
  }
@@ -455,7 +485,7 @@ class MonsterInsights_Notifications {
455
  public function get_menu_count() {
456
 
457
  if ( $this->get_count() > 0 ) {
458
- return '<span class="monsterinsights-menu-notification-indicator">'. $this->get_count() .'</span>';
459
  }
460
 
461
  return '';
@@ -485,7 +515,7 @@ class MonsterInsights_Notifications {
485
  *
486
  * @return string
487
  */
488
- public function get_view_url( ) {
489
 
490
  $disabled = monsterinsights_get_option( 'dashboards_disabled', false );
491
 
@@ -510,8 +540,8 @@ class MonsterInsights_Notifications {
510
 
511
  $url = add_query_arg(
512
  array(
513
- 'page' => 'monsterinsights_reports',
514
- 'open' => 'monsterinsights_notification_sidebar',
515
  ),
516
  admin_url( 'admin.php' )
517
  );
267
  $notifications = array();
268
  $notifications['active'] = array_merge( $events, $feed );
269
  $notifications['active'] = $this->get_notifications_with_human_readeable_start_time( $notifications['active'] );
270
+ $notifications['active'] = $this->get_notifications_with_formatted_content( $notifications['active'] );
271
  $notifications['dismissed'] = ! empty( $option['dismissed'] ) ? $option['dismissed'] : array();
272
  $notifications['dismissed'] = $this->get_notifications_with_human_readeable_start_time( $notifications['dismissed'] );
273
+ $notifications['dismissed'] = $this->get_notifications_with_formatted_content( $notifications['dismissed'] );
274
+
275
+ return $notifications;
276
+ }
277
+
278
+ /**
279
+ * Improve format of the content of notifications before display. By default just runs wpautop.
280
+ *
281
+ * @param array $notifications The notifications to be parsed.
282
+ *
283
+ * @return mixed
284
+ */
285
+ public function get_notifications_with_formatted_content( $notifications ) {
286
+ if ( ! is_array( $notifications ) || empty( $notifications ) ) {
287
+ return $notifications;
288
+ }
289
+
290
+ foreach ( $notifications as $key => $notification ) {
291
+ if ( ! empty( $notification['content'] ) ) {
292
+ $notifications[ $key ]['content'] = wpautop( $notification['content'] );
293
+ $notifications[ $key ]['content'] = apply_filters( 'monsterinsights_notification_content_display', $notifications[ $key ]['content'] );
294
+ }
295
+ }
296
 
297
  return $notifications;
298
  }
331
  */
332
  public function get_active_notifications() {
333
  $notifications = $this->get();
334
+
335
  return isset( $notifications['active'] ) ? $notifications['active'] : array();
336
  }
337
 
344
  */
345
  public function get_dismissed_notifications() {
346
  $notifications = $this->get();
347
+
348
  return isset( $notifications['dismissed'] ) ? $notifications['dismissed'] : array();
349
  }
350
 
376
 
377
  $option = $this->get_option();
378
 
379
+ foreach ( $option['dismissed'] as $item ) {
380
+ if ( $item['id'] === $notification['id'] ) {
381
+ return;
382
+ }
383
  }
384
 
385
  foreach ( $option['events'] as $item ) {
404
  /**
405
  * Update notification data from feed.
406
  *
407
+ * @param array $option (Optional) Added @since 7.13.2
408
+ *
409
  * @since {VERSION}
410
  */
411
  public function update() {
419
  'update' => time(),
420
  'feed' => $feed,
421
  'events' => $option['events'],
422
+ 'dismissed' => array_slice( $option['dismissed'], 0, 30 ), // Limit dismissed notifications to last 30.
423
  )
424
  );
425
  }
441
  $id = sanitize_text_field( wp_unslash( $_POST['id'] ) );
442
  $option = $this->get_option();
443
 
444
+ // Dismiss all notifications and add them to dissmiss array.
445
+ if ( 'all' === $id ) {
446
  if ( is_array( $option['feed'] ) && ! empty( $option['feed'] ) ) {
447
  foreach ( $option['feed'] as $key => $notification ) {
448
+ array_unshift( $option['dismissed'], $notification );
449
  unset( $option['feed'][ $key ] );
450
  }
451
  }
452
  if ( is_array( $option['events'] ) && ! empty( $option['events'] ) ) {
453
  foreach ( $option['events'] as $key => $notification ) {
454
+ array_unshift( $option['dismissed'], $notification );
455
  unset( $option['events'][ $key ] );
456
  }
457
  }
458
  }
459
 
460
+ $type = is_numeric( $id ) ? 'feed' : 'events';
461
 
462
  // Remove notification and add in dismissed array.
463
  if ( is_array( $option[ $type ] ) && ! empty( $option[ $type ] ) ) {
464
  foreach ( $option[ $type ] as $key => $notification ) {
465
  if ( $notification['id'] == $id ) { // phpcs:ignore WordPress.PHP.StrictComparisons
466
+ // Add notification to dismissed array.
467
+ array_unshift( $option['dismissed'], $notification );
468
+ // Remove notification from feed or events.
469
  unset( $option[ $type ][ $key ] );
470
  break;
471
  }
485
  public function get_menu_count() {
486
 
487
  if ( $this->get_count() > 0 ) {
488
+ return '<span class="monsterinsights-menu-notification-indicator">' . $this->get_count() . '</span>';
489
  }
490
 
491
  return '';
515
  *
516
  * @return string
517
  */
518
+ public function get_view_url() {
519
 
520
  $disabled = monsterinsights_get_option( 'dashboards_disabled', false );
521
 
540
 
541
  $url = add_query_arg(
542
  array(
543
+ 'page' => 'monsterinsights_reports',
544
+ 'open' => 'monsterinsights_notification_sidebar',
545
  ),
546
  admin_url( 'admin.php' )
547
  );
includes/admin/notifications/notification-audience.php CHANGED
@@ -8,21 +8,51 @@
8
  */
9
  final class MonsterInsights_Notification_Audience extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_audience';
12
- public $notification_interval = 30; // in days
13
- public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
- * Add report to notifications
 
 
 
 
 
17
  *
18
  * @since 7.12.3
19
  */
20
- public function get_notification_data() {
21
- if ( ! monsterinsights_is_pro_version() ) {
22
- // Improve performance for lite users by disabling external API calls they can’t access.
23
- // Since lite users can’t access this feature return early.
24
  return false;
25
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  require_once( ABSPATH . 'wp-admin/includes/translation-install.php' );
27
 
28
  $data = array();
@@ -64,41 +94,6 @@ final class MonsterInsights_Notification_Audience extends MonsterInsights_Notifi
64
  return $data;
65
  }
66
 
67
- /**
68
- * Build Notification
69
- *
70
- * @param array $notification
71
- * @param array $data
72
- *
73
- * @return array $notification notification is ready to add
74
- *
75
- * @since 7.12.3
76
- */
77
- public function prepare_notification_data( $notification ) {
78
- $data = $this->get_notification_data();
79
-
80
- if ( ! is_array( $data ) || empty( $data ) ) {
81
- return false;
82
- }
83
-
84
- // Translators: Audience notification title
85
- $notification['title'] = sprintf( __( '%s%% of your Audience is from %s', 'google-analytics-for-wordpress' ), $data['percentage'], $data['country'] );
86
- // Translators: Audience notification content
87
- $notification['content'] = sprintf( __( 'Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in pageviews, time spent on page and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started take a look at %sthis article%s for the best options available.', 'google-analytics-for-wordpress' ), '<a href="'. $this->build_external_link('https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/' ) .'" target="_blank">', '</a>' );
88
- $notification['btns'] = array(
89
- "view_report" => array(
90
- 'url' => $this->get_view_url(),
91
- 'text' => __( 'View Report', 'google-analytics-for-wordpress' )
92
- ),
93
- "learn_more" => array(
94
- 'url' => $this->build_external_link( 'https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/' ),
95
- 'text' => __( 'Learn More', 'google-analytics-for-wordpress' )
96
- ),
97
- );
98
-
99
- return $notification;
100
- }
101
-
102
  }
103
 
104
  // initiate the class
8
  */
9
  final class MonsterInsights_Notification_Audience extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_audience';
12
+ public $notification_interval = 30; // in days
13
+ public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
+ * Build Notification
17
+ *
18
+ * @param array $notification
19
+ * @param array $data
20
+ *
21
+ * @return array $notification notification is ready to add
22
  *
23
  * @since 7.12.3
24
  */
25
+ public function prepare_notification_data( $notification ) {
26
+ $data = $this->get_notification_data();
27
+
28
+ if ( ! is_array( $data ) || empty( $data ) ) {
29
  return false;
30
  }
31
+
32
+ // Translators: Audience notification title
33
+ $notification['title'] = sprintf( __( '%s%% of your Audience is from %s', 'google-analytics-for-wordpress' ), $data['percentage'], $data['country'] );
34
+ // Translators: Audience notification content
35
+ $notification['content'] = sprintf( __( 'Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in pageviews, time spent on page and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started take a look at %sthis article%s for the best options available.', 'google-analytics-for-wordpress' ), '<a href="' . $this->build_external_link( 'https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/' ) . '" target="_blank">', '</a>' );
36
+ $notification['btns'] = array(
37
+ "view_report" => array(
38
+ 'url' => $this->get_view_url(),
39
+ 'text' => __( 'View Report', 'google-analytics-for-wordpress' )
40
+ ),
41
+ "learn_more" => array(
42
+ 'url' => $this->build_external_link( 'https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/' ),
43
+ 'text' => __( 'Learn More', 'google-analytics-for-wordpress' )
44
+ ),
45
+ );
46
+
47
+ return $notification;
48
+ }
49
+
50
+ /**
51
+ * Add report to notifications
52
+ *
53
+ * @since 7.12.3
54
+ */
55
+ public function get_notification_data() {
56
  require_once( ABSPATH . 'wp-admin/includes/translation-install.php' );
57
 
58
  $data = array();
94
  return $data;
95
  }
96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  }
98
 
99
  // initiate the class
includes/admin/notifications/notification-bounce-rate.php CHANGED
@@ -8,39 +8,36 @@
8
  */
9
  final class MonsterInsights_Notification_Bounce_Rate extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_bounce_rate';
12
- public $notification_interval = 7; // in days
13
- public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
- * Build Notification
17
  *
18
- * @return array $notification notification is ready to add
 
 
19
  *
20
  * @since 7.12.3
21
  */
22
  public function prepare_notification_data( $notification ) {
23
- if ( ! monsterinsights_is_pro_version() ) {
24
- // Improve performance for lite users by disabling external API calls they can’t access.
25
- // Since lite users can’t access this feature return early.
26
- return false;
27
- }
28
  $data = array();
29
- $report = $this->get_report( 'overview', $this->report_start_from, $this->report_end_to );
30
  $data['bounce_rate'] = isset( $report['data']['infobox']['bounce']['value'] ) ? $report['data']['infobox']['bounce']['value'] : 0;
31
 
32
  if ( ! empty( $data ) && $data['bounce_rate'] > 70 ) {
33
- $notification['title'] = __( 'Your website bounce rate is higher than 70%', 'google-analytics-for-wordpress' );
34
- // Translators: Bounce rate notification content
35
- $notification['content'] = sprintf( __( 'Your website bounce rate is %s. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people arent finding what theyre looking for on your site. %sHere%s are some points to remember and steps to follow to get your bounce rates back to manageable levels.', 'google-analytics-for-wordpress' ), $data['bounce_rate'] . '%', '<a href="'. $this->build_external_link('https://www.monsterinsights.com/how-to-reduce-bounce-rate/' ) .'" target="_blank">', '</a>' );
36
  $notification['btns'] = array(
37
- "view_report" => array(
38
  'url' => $this->get_view_url(),
39
- 'text' => __( 'View Report', 'google-analytics-for-wordpress' )
40
  ),
41
- "learn_more" => array(
42
- 'url' => $this->build_external_link('https://www.monsterinsights.com/how-to-reduce-bounce-rate/' ),
43
- 'text' => __( 'Learn More', 'google-analytics-for-wordpress' )
44
  ),
45
  );
46
 
8
  */
9
  final class MonsterInsights_Notification_Bounce_Rate extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_bounce_rate';
12
+ public $notification_interval = 7; // In days.
13
+ public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
+ * Build Notification data.
17
  *
18
+ * @param array $notification The notification data array to filter.
19
+ *
20
+ * @return array|bool $notification notification is ready to add or false if no data.
21
  *
22
  * @since 7.12.3
23
  */
24
  public function prepare_notification_data( $notification ) {
 
 
 
 
 
25
  $data = array();
26
+ $report = $this->get_report( 'overview' );
27
  $data['bounce_rate'] = isset( $report['data']['infobox']['bounce']['value'] ) ? $report['data']['infobox']['bounce']['value'] : 0;
28
 
29
  if ( ! empty( $data ) && $data['bounce_rate'] > 70 ) {
30
+ $notification['title'] = __( 'Your website bounce rate is higher than 70%', 'google-analytics-for-wordpress' );
31
+ // Translators: Bounce rate notification content.
32
+ $notification['content'] = sprintf( __( 'Your website bounce rate is %1$s. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people aren\'t finding what they\'re looking for on your site. %2$sHere%3$s are some points to remember and steps to follow to get your bounce rates back to manageable levels.', 'google-analytics-for-wordpress' ), $data['bounce_rate'], '<a href="' . $this->build_external_link( 'https://www.monsterinsights.com/how-to-reduce-bounce-rate/' ) . '" target="_blank">', '</a>' );
33
  $notification['btns'] = array(
34
+ 'view_report' => array(
35
  'url' => $this->get_view_url(),
36
+ 'text' => __( 'View Report', 'google-analytics-for-wordpress' ),
37
  ),
38
+ 'learn_more' => array(
39
+ 'url' => $this->build_external_link( 'https://www.monsterinsights.com/how-to-reduce-bounce-rate/' ),
40
+ 'text' => __( 'Learn More', 'google-analytics-for-wordpress' ),
41
  ),
42
  );
43
 
includes/admin/notifications/notification-headline-analyzer.php CHANGED
@@ -8,10 +8,10 @@
8
  */
9
  final class MonsterInsights_Notification_Headline_Analyzer extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_headline_analyzer';
12
- public $notification_interval = 60; // in days
13
  public $notification_first_run_time = '+7 day';
14
- public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
15
 
16
  /**
17
  * Build Notification
@@ -21,13 +21,13 @@ final class MonsterInsights_Notification_Headline_Analyzer extends MonsterInsigh
21
  * @since 7.12.3
22
  */
23
  public function prepare_notification_data( $notification ) {
24
- $notification['title'] = __( 'Headline Analyzer to Boost Your Clicks & Traffic', 'google-analytics-for-wordpress' );
25
- // Translators: Headline Analyzer notification content
26
- $notification['content'] = sprintf( __( 'Did you know that 36%% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br>%sWith the MonsterInsights Headline Analyzer%s, you can get targeted suggestions to improve your headlines, right in the WordPress editor.', 'google-analytics-for-wordpress' ), '<a href="'. $this->build_external_link('https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/' ) .'" target="_blank">', '</a>' );
27
- $notification['btns'] = array(
28
  "learn_more" => array(
29
- 'url' => $this->build_external_link('https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/' ),
30
- 'text' => __( 'Learn More', 'google-analytics-for-wordpress' )
31
  ),
32
  );
33
 
8
  */
9
  final class MonsterInsights_Notification_Headline_Analyzer extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_headline_analyzer';
12
+ public $notification_interval = 60; // in days
13
  public $notification_first_run_time = '+7 day';
14
+ public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
15
 
16
  /**
17
  * Build Notification
21
  * @since 7.12.3
22
  */
23
  public function prepare_notification_data( $notification ) {
24
+ $notification['title'] = __( 'Headline Analyzer to Boost Your Clicks & Traffic', 'google-analytics-for-wordpress' );
25
+ // Translators: Headline Analyzer notification content.
26
+ $notification['content'] = sprintf( __( 'Did you know that 36%% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br>%1$sWith the MonsterInsights Headline Analyzer%2$s, you can get targeted suggestions to improve your headlines, right in the WordPress editor.', 'google-analytics-for-wordpress' ), '<a href="' . $this->build_external_link( 'https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/' ) . '" target="_blank">', '</a>' );
27
+ $notification['btns'] = array(
28
  "learn_more" => array(
29
+ 'url' => $this->build_external_link( 'https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/' ),
30
+ 'text' => __( 'Learn More', 'google-analytics-for-wordpress' )
31
  ),
32
  );
33
 
includes/admin/notifications/notification-mobile-device.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  /**
3
  * Add notification when percentage of visitors from mobile device is less than 10%
4
  * Recurrence: 15 Days
@@ -7,9 +8,9 @@
7
  */
8
  final class MonsterInsights_Notification_Mobile_Device extends MonsterInsights_Notification_Event {
9
 
10
- public $notification_id = 'monsterinsights_notification_mobile_device';
11
- public $notification_interval = 15; // in days
12
- public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
13
 
14
  /**
15
  * Prepare Notification
@@ -19,27 +20,22 @@ final class MonsterInsights_Notification_Mobile_Device extends MonsterInsights_N
19
  * @since 7.12.3
20
  */
21
  public function prepare_notification_data( $notification ) {
22
- if ( ! monsterinsights_is_pro_version() ) {
23
- // Improve performance for lite users by disabling external API calls they can’t access.
24
- // Since lite users can’t access this feature return early.
25
- return false;
26
- }
27
  $data = array();
28
  $report = $this->get_report( 'overview', $this->report_start_from, $this->report_end_to );
29
  $data['percentage_of_mobile_visitors'] = isset( $report['data']['devices']['mobile'] ) ? $report['data']['devices']['mobile'] : 0;
30
 
31
  if ( ! empty( $data ) && $data['percentage_of_mobile_visitors'] < 10 ) {
32
  // Translators: Mobile device notification title
33
- $notification['title'] = sprintf( __( 'Traffic from Mobile Devices is %s%%', 'google-analytics-for-wordpress' ), $data['percentage_of_mobile_visitors'] );
34
  // Translators: Mobile device notification content
35
- $notification['content'] = sprintf( __( 'Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at %show your site looks%s on mobile and make sure all your content can be accessed correctly.', 'google-analytics-for-wordpress' ), '<a href="'. $this->build_external_link( 'https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/' ) .'">', '</a>' );
36
  $notification['btns'] = array(
37
  "view_report" => array(
38
  'url' => $this->get_view_url(),
39
  'text' => __( 'View Report', 'google-analytics-for-wordpress' )
40
  ),
41
  "learn_more" => array(
42
- 'url' => $this->build_external_link('https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/' ),
43
  'text' => __( 'Learn More', 'google-analytics-for-wordpress' )
44
  ),
45
  );
1
  <?php
2
+
3
  /**
4
  * Add notification when percentage of visitors from mobile device is less than 10%
5
  * Recurrence: 15 Days
8
  */
9
  final class MonsterInsights_Notification_Mobile_Device extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_mobile_device';
12
+ public $notification_interval = 15; // in days
13
+ public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
  * Prepare Notification
20
  * @since 7.12.3
21
  */
22
  public function prepare_notification_data( $notification ) {
 
 
 
 
 
23
  $data = array();
24
  $report = $this->get_report( 'overview', $this->report_start_from, $this->report_end_to );
25
  $data['percentage_of_mobile_visitors'] = isset( $report['data']['devices']['mobile'] ) ? $report['data']['devices']['mobile'] : 0;
26
 
27
  if ( ! empty( $data ) && $data['percentage_of_mobile_visitors'] < 10 ) {
28
  // Translators: Mobile device notification title
29
+ $notification['title'] = sprintf( __( 'Traffic from Mobile Devices is %s%%', 'google-analytics-for-wordpress' ), $data['percentage_of_mobile_visitors'] );
30
  // Translators: Mobile device notification content
31
+ $notification['content'] = sprintf( __( 'Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at %show your site looks%s on mobile and make sure all your content can be accessed correctly.', 'google-analytics-for-wordpress' ), '<a href="' . $this->build_external_link( 'https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/' ) . '">', '</a>' );
32
  $notification['btns'] = array(
33
  "view_report" => array(
34
  'url' => $this->get_view_url(),
35
  'text' => __( 'View Report', 'google-analytics-for-wordpress' )
36
  ),
37
  "learn_more" => array(
38
+ 'url' => $this->build_external_link( 'https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/' ),
39
  'text' => __( 'Learn More', 'google-analytics-for-wordpress' )
40
  ),
41
  );
includes/admin/notifications/notification-returning-visitors.php CHANGED
@@ -8,9 +8,9 @@
8
  */
9
  final class MonsterInsights_Notification_Returning_Visitors extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_returning_visitors';
12
- public $notification_interval = 15; // in days
13
- public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
  * Build Notification
@@ -20,20 +20,15 @@ final class MonsterInsights_Notification_Returning_Visitors extends MonsterInsig
20
  * @since 7.12.3
21
  */
22
  public function prepare_notification_data( $notification ) {
23
- if ( ! monsterinsights_is_pro_version() ) {
24
- // Improve performance for lite users by disabling external API calls they can’t access.
25
- // Since lite users can’t access this feature return early.
26
- return false;
27
- }
28
  $data = array();
29
  $report = $this->get_report( 'overview', $this->report_start_from, $this->report_end_to );
30
  $data['returning'] = isset( $report['data']['newvsreturn']['returning'] ) ? $report['data']['newvsreturn']['returning'] : 0;
31
 
32
  if ( ! empty( $data ) && $data['returning'] < 10 ) {
33
  // Translators: Returning visitors notification title
34
- $notification['title'] = sprintf( __( 'Only %s%% of your visitors return to your site', 'google-analytics-for-wordpress' ), $data['returning'] );
35
  // Translators: Returning visitors notification content
36
- $notification['content'] = sprintf( __( 'For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. %sIn this article%s, we’ll show you 7 proven ways to increase your returning visitor rate.', 'google-analytics-for-wordpress' ), '<a href="'. $this->build_external_link( 'https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/' ) .'" target="_blank">', '</a>' );
37
  $notification['btns'] = array(
38
  "view_report" => array(
39
  'url' => $this->get_view_url(),
8
  */
9
  final class MonsterInsights_Notification_Returning_Visitors extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_returning_visitors';
12
+ public $notification_interval = 15; // in days
13
+ public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
  * Build Notification
20
  * @since 7.12.3
21
  */
22
  public function prepare_notification_data( $notification ) {
 
 
 
 
 
23
  $data = array();
24
  $report = $this->get_report( 'overview', $this->report_start_from, $this->report_end_to );
25
  $data['returning'] = isset( $report['data']['newvsreturn']['returning'] ) ? $report['data']['newvsreturn']['returning'] : 0;
26
 
27
  if ( ! empty( $data ) && $data['returning'] < 10 ) {
28
  // Translators: Returning visitors notification title
29
+ $notification['title'] = sprintf( __( 'Only %s%% of your visitors return to your site', 'google-analytics-for-wordpress' ), $data['returning'] );
30
  // Translators: Returning visitors notification content
31
+ $notification['content'] = sprintf( __( 'For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. %sIn this article%s, we’ll show you 7 proven ways to increase your returning visitor rate.', 'google-analytics-for-wordpress' ), '<a href="' . $this->build_external_link( 'https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/' ) . '" target="_blank">', '</a>' );
32
  $notification['btns'] = array(
33
  "view_report" => array(
34
  'url' => $this->get_view_url(),
includes/admin/notifications/notification-to-add-more-file-extensions.php CHANGED
@@ -8,9 +8,9 @@
8
  */
9
  final class MonsterInsights_Notification_To_Add_More_File_Extensions extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_to_add_more_file_extensions';
12
- public $notification_interval = 20; // in days
13
- public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
  * Build Notification
@@ -24,9 +24,9 @@ final class MonsterInsights_Notification_To_Add_More_File_Extensions extends Mon
24
 
25
  if ( empty( $download_extensions ) || "doc,pdf,ppt,zip,xls,docx,pptx,xlsx" === $download_extensions ) {
26
 
27
- $settings_url = is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_network#/engagement' ) : admin_url( 'admin.php?page=monsterinsights_settings#/engagement' );
28
- $publishers_report_url = is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_reports#/publishers' ) : admin_url( 'admin.php?page=monsterinsights_reports#/publishers' );
29
- $notification['title'] = __( 'Add More File Extensions to Track as Downloads', 'google-analytics-for-wordpress' );
30
  // Translators: File extensions notification content
31
  $notification['content'] = sprintf( __( 'By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the %sEngagement settings%s of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights %sPublishers report%s.', 'google-analytics-for-wordpress' ), '<a href="' . $settings_url . '">', '</a>', '<a href="' . $publishers_report_url . '">', '</a>' );
32
  $notification['btns'] = array(
8
  */
9
  final class MonsterInsights_Notification_To_Add_More_File_Extensions extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_to_add_more_file_extensions';
12
+ public $notification_interval = 20; // in days
13
+ public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
  * Build Notification
24
 
25
  if ( empty( $download_extensions ) || "doc,pdf,ppt,zip,xls,docx,pptx,xlsx" === $download_extensions ) {
26
 
27
+ $settings_url = is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_network#/engagement' ) : admin_url( 'admin.php?page=monsterinsights_settings#/engagement' );
28
+ $publishers_report_url = is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_reports#/publishers' ) : admin_url( 'admin.php?page=monsterinsights_reports#/publishers' );
29
+ $notification['title'] = __( 'Add More File Extensions to Track as Downloads', 'google-analytics-for-wordpress' );
30
  // Translators: File extensions notification content
31
  $notification['content'] = sprintf( __( 'By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the %sEngagement settings%s of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights %sPublishers report%s.', 'google-analytics-for-wordpress' ), '<a href="' . $settings_url . '">', '</a>', '<a href="' . $publishers_report_url . '">', '</a>' );
32
  $notification['btns'] = array(
includes/admin/notifications/notification-to-setup-affiliate-links.php CHANGED
@@ -8,9 +8,9 @@
8
  */
9
  final class MonsterInsights_Notification_To_Setup_Affiliate_Links extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_to_setup_affiliate_links';
12
- public $notification_interval = 25; // in days
13
- public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
  * Build Notification
@@ -31,9 +31,9 @@ final class MonsterInsights_Notification_To_Setup_Affiliate_Links extends Monste
31
 
32
  if ( true === $no_new_links || ( is_array( $affiliate_links ) && empty( $affiliate_links ) ) ) {
33
 
34
- $notification['title'] = __( 'Set Up Affiliate Link Tracking', 'google-analytics-for-wordpress' );
35
  // Translators: Set up affiliate links notification content
36
- $notification['content'] = sprintf( __( 'By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br>%sIn this article%s, we’ll show you how to set up affiliate link tracking in WordPress.', 'google-analytics-for-wordpress' ), '<a href="'. $this->build_external_link( 'https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/' ) .'" target="_blank">', '</a>' );
37
  $notification['btns'] = array(
38
  "read_more" => array(
39
  'url' => $this->build_external_link( 'https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/' ),
8
  */
9
  final class MonsterInsights_Notification_To_Setup_Affiliate_Links extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_to_setup_affiliate_links';
12
+ public $notification_interval = 25; // in days
13
+ public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
  * Build Notification
31
 
32
  if ( true === $no_new_links || ( is_array( $affiliate_links ) && empty( $affiliate_links ) ) ) {
33
 
34
+ $notification['title'] = __( 'Set Up Affiliate Link Tracking', 'google-analytics-for-wordpress' );
35
  // Translators: Set up affiliate links notification content
36
+ $notification['content'] = sprintf( __( 'By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br>%sIn this article%s, we’ll show you how to set up affiliate link tracking in WordPress.', 'google-analytics-for-wordpress' ), '<a href="' . $this->build_external_link( 'https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/' ) . '" target="_blank">', '</a>' );
37
  $notification['btns'] = array(
38
  "read_more" => array(
39
  'url' => $this->build_external_link( 'https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/' ),
includes/admin/notifications/notification-traffic-dropping.php CHANGED
@@ -8,9 +8,9 @@
8
  */
9
  final class MonsterInsights_Notification_Traffic_Dropping extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_traffic_dropping';
12
- public $notification_interval = 30; // in days
13
- public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
  * Build Notification
@@ -20,19 +20,14 @@ final class MonsterInsights_Notification_Traffic_Dropping extends MonsterInsight
20
  * @since 7.12.3
21
  */
22
  public function prepare_notification_data( $notification ) {
23
- if ( ! monsterinsights_is_pro_version() ) {
24
- // Improve performance for lite users by disabling external API calls they can’t access.
25
- // Since lite users can’t access this feature return early.
26
- return false;
27
- }
28
  $data = array();
29
  $report = $this->get_report();
30
  $data['prev_sessions_difference'] = isset( $report['data']['infobox']['sessions']['prev'] ) ? $report['data']['infobox']['sessions']['prev'] : 0;
31
 
32
  if ( ! empty( $data ) && $data['prev_sessions_difference'] < 0 ) {
33
- $notification['title'] = __( 'Your Website Traffic Is Dropping', 'google-analytics-for-wordpress' );
34
  // Translators: Traffic dropping notification content
35
- $notification['content'] = sprintf( __( 'Your website traffic is decreasing and that’s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of %sthis article%s to start growing your traffic again.', 'google-analytics-for-wordpress' ), '<a href="'. $this->build_external_link( 'https://www.monsterinsights.com/marketing-hacks-guaranteed-to-grow-your-traffic/' ) .'" target="_blank">', '</a>' );
36
  $notification['btns'] = array(
37
  "learn_more" => array(
38
  'url' => $this->build_external_link( 'https://www.monsterinsights.com/marketing-hacks-guaranteed-to-grow-your-traffic/' ),
8
  */
9
  final class MonsterInsights_Notification_Traffic_Dropping extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_traffic_dropping';
12
+ public $notification_interval = 30; // in days
13
+ public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
 
15
  /**
16
  * Build Notification
20
  * @since 7.12.3
21
  */
22
  public function prepare_notification_data( $notification ) {
 
 
 
 
 
23
  $data = array();
24
  $report = $this->get_report();
25
  $data['prev_sessions_difference'] = isset( $report['data']['infobox']['sessions']['prev'] ) ? $report['data']['infobox']['sessions']['prev'] : 0;
26
 
27
  if ( ! empty( $data ) && $data['prev_sessions_difference'] < 0 ) {
28
+ $notification['title'] = __( 'Your Website Traffic Is Dropping', 'google-analytics-for-wordpress' );
29
  // Translators: Traffic dropping notification content
30
+ $notification['content'] = sprintf( __( 'Your website traffic is decreasing and that’s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of %sthis article%s to start growing your traffic again.', 'google-analytics-for-wordpress' ), '<a href="' . $this->build_external_link( 'https://www.monsterinsights.com/marketing-hacks-guaranteed-to-grow-your-traffic/' ) . '" target="_blank">', '</a>' );
31
  $notification['btns'] = array(
32
  "learn_more" => array(
33
  'url' => $this->build_external_link( 'https://www.monsterinsights.com/marketing-hacks-guaranteed-to-grow-your-traffic/' ),
includes/admin/notifications/notification-upgrade-for-email-summaries.php CHANGED
@@ -8,10 +8,10 @@
8
  */
9
  final class MonsterInsights_Notification_Upgrade_For_Email_Summaries extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_upgrade_for_email_summaries';
12
- public $notification_interval = 30; // in days
13
- public $notification_type = array( 'lite' );
14
- public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
15
  <circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
16
  <path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
17
  </svg>';
@@ -24,7 +24,7 @@ final class MonsterInsights_Notification_Upgrade_For_Email_Summaries extends Mon
24
  * @since 7.12.3
25
  */
26
  public function prepare_notification_data( $notification ) {
27
- $notification['title'] = __( 'Upgrade to MonsterInsights Pro to get weekly email reports', 'google-analytics-for-wordpress' );
28
  // Translators: upgrade for email summaries notification content
29
  $notification['content'] = sprintf( __( 'Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. %sUpgrade to MonsterInsights Pro%s to enable the Email Summaries feature.', 'google-analytics-for-wordpress' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>' );
30
  $notification['btns'] = array(
8
  */
9
  final class MonsterInsights_Notification_Upgrade_For_Email_Summaries extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_upgrade_for_email_summaries';
12
+ public $notification_interval = 30; // in days
13
+ public $notification_type = array( 'lite' );
14
+ public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
15
  <circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
16
  <path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
17
  </svg>';
24
  * @since 7.12.3
25
  */
26
  public function prepare_notification_data( $notification ) {
27
+ $notification['title'] = __( 'Upgrade to MonsterInsights Pro to get weekly email reports', 'google-analytics-for-wordpress' );
28
  // Translators: upgrade for email summaries notification content
29
  $notification['content'] = sprintf( __( 'Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. %sUpgrade to MonsterInsights Pro%s to enable the Email Summaries feature.', 'google-analytics-for-wordpress' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>' );
30
  $notification['btns'] = array(
includes/admin/notifications/notification-upgrade-for-form-conversion.php CHANGED
@@ -8,10 +8,10 @@
8
  */
9
  final class MonsterInsights_Notification_Upgrade_For_Form_Conversion extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_upgrade_for_form_conversion';
12
- public $notification_interval = 20; // in days
13
- public $notification_type = array( 'basic', 'lite', 'plus' );
14
- public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
15
  <circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
16
  <path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
17
  </svg>';
@@ -24,10 +24,10 @@ final class MonsterInsights_Notification_Upgrade_For_Form_Conversion extends Mon
24
  * @since 7.12.3
25
  */
26
  public function prepare_notification_data( $notification ) {
27
- $notification['title'] = __( 'Upgrade to MonsterInsights Pro to Track Form Conversion', 'google-analytics-for-wordpress' );
28
  // Translators: upgrade for form conversion notification content
29
- $notification['content'] = sprintf( __( 'Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to %sMonsterInsights Pro%s to track %sform conversions in Google Analytics.%s', 'google-analytics-for-wordpress' ), '<a href="'. $this->get_upgrade_url() .'" target="_blank">', '</a>', '<a href="'. $this->build_external_link( 'https://www.monsterinsights.com/addon/forms/' ) .'" target="_blank">', '</a>' );
30
- $notification['btns'] = array(
31
  "get_monsterinsights_pro" => array(
32
  'url' => $this->get_upgrade_url(),
33
  'text' => __( 'Get MonsterInsights Pro', 'google-analytics-for-wordpress' )
8
  */
9
  final class MonsterInsights_Notification_Upgrade_For_Form_Conversion extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_upgrade_for_form_conversion';
12
+ public $notification_interval = 20; // in days
13
+ public $notification_type = array( 'basic', 'lite', 'plus' );
14
+ public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
15
  <circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
16
  <path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
17
  </svg>';
24
  * @since 7.12.3
25
  */
26
  public function prepare_notification_data( $notification ) {
27
+ $notification['title'] = __( 'Upgrade to MonsterInsights Pro to Track Form Conversion', 'google-analytics-for-wordpress' );
28
  // Translators: upgrade for form conversion notification content
29
+ $notification['content'] = sprintf( __( 'Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to %sMonsterInsights Pro%s to track %sform conversions in Google Analytics.%s', 'google-analytics-for-wordpress' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>', '<a href="' . $this->build_external_link( 'https://www.monsterinsights.com/addon/forms/' ) . '" target="_blank">', '</a>' );
30
+ $notification['btns'] = array(
31
  "get_monsterinsights_pro" => array(
32
  'url' => $this->get_upgrade_url(),
33
  'text' => __( 'Get MonsterInsights Pro', 'google-analytics-for-wordpress' )
includes/admin/notifications/notification-upgrade-for-google-optimize.php CHANGED
@@ -8,10 +8,10 @@
8
  */
9
  final class MonsterInsights_Notification_Upgrade_For_Google_Optimize extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_upgrade_for_google_optimize';
12
- public $notification_interval = 30; // in days
13
- public $notification_type = array( 'basic', 'lite', 'plus' );
14
- public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
15
  <circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
16
  <path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
17
  </svg>';
@@ -24,9 +24,9 @@ final class MonsterInsights_Notification_Upgrade_For_Google_Optimize extends Mon
24
  * @since 7.12.3
25
  */
26
  public function prepare_notification_data( $notification ) {
27
- $notification['title'] = __( 'Upgrade to MonsterInsights Pro to Enable Google Optimize', 'google-analytics-for-wordpress' );
28
  // Translators: upgrade for google optimize notification content
29
- $notification['content'] = sprintf( __( '%sGoogle Optimize%s is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. %sUpgrade to MonsterInsights Pro%s to unlock the Google Optimize addon.', 'google-analytics-for-wordpress' ), '<a href="'. $this->build_external_link( 'https://www.monsterinsights.com/addon/google-optimize/' ) .'" target="_blank">', '</a>', '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>' );
30
  $notification['btns'] = array(
31
  "get_monsterinsights_pro" => array(
32
  'url' => $this->get_upgrade_url(),
8
  */
9
  final class MonsterInsights_Notification_Upgrade_For_Google_Optimize extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_upgrade_for_google_optimize';
12
+ public $notification_interval = 30; // in days
13
+ public $notification_type = array( 'basic', 'lite', 'plus' );
14
+ public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
15
  <circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
16
  <path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
17
  </svg>';
24
  * @since 7.12.3
25
  */
26
  public function prepare_notification_data( $notification ) {
27
+ $notification['title'] = __( 'Upgrade to MonsterInsights Pro to Enable Google Optimize', 'google-analytics-for-wordpress' );
28
  // Translators: upgrade for google optimize notification content
29
+ $notification['content'] = sprintf( __( '%sGoogle Optimize%s is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. %sUpgrade to MonsterInsights Pro%s to unlock the Google Optimize addon.', 'google-analytics-for-wordpress' ), '<a href="' . $this->build_external_link( 'https://www.monsterinsights.com/addon/google-optimize/' ) . '" target="_blank">', '</a>', '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>' );
30
  $notification['btns'] = array(
31
  "get_monsterinsights_pro" => array(
32
  'url' => $this->get_upgrade_url(),
includes/admin/notifications/notification-upgrade-for-search-console.php CHANGED
@@ -8,10 +8,10 @@
8
  */
9
  final class MonsterInsights_Notification_Upgrade_For_Search_Console extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_upgrade_for_search_console_report';
12
- public $notification_interval = 30; // in days
13
- public $notification_type = array( 'lite' );
14
- public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
15
  <circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
16
  <path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
17
  </svg>';
@@ -24,9 +24,9 @@ final class MonsterInsights_Notification_Upgrade_For_Search_Console extends Mons
24
  * @since 7.12.3
25
  */
26
  public function prepare_notification_data( $notification ) {
27
- $notification['title'] = __( 'Get access to Google Search Keywords data by upgrading to MonsterInsights Pro', 'google-analytics-for-wordpress' );
28
  // Translators: upgrade for search console notification content
29
- $notification['content'] = sprintf( __( 'Do you want to find out which search terms from Google bring your site the most visitors? %sUpgrade to MonsterInsights PRO%s today and get access to the %sSearch Console Report%s and more directly in your WordPress admin.', 'google-analytics-for-wordpress' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>', '<a href="'. $this->build_external_link( 'https://www.monsterinsights.com/feature/search-console-report/' ) .'" target="_blank">', '</a>' );
30
  $notification['btns'] = array(
31
  "get_monsterinsights_pro" => array(
32
  'url' => $this->get_upgrade_url(),
8
  */
9
  final class MonsterInsights_Notification_Upgrade_For_Search_Console extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_upgrade_for_search_console_report';
12
+ public $notification_interval = 30; // in days
13
+ public $notification_type = array( 'lite' );
14
+ public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
15
  <circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
16
  <path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
17
  </svg>';
24
  * @since 7.12.3
25
  */
26
  public function prepare_notification_data( $notification ) {
27
+ $notification['title'] = __( 'Get access to Google Search Keywords data by upgrading to MonsterInsights Pro', 'google-analytics-for-wordpress' );
28
  // Translators: upgrade for search console notification content
29
+ $notification['content'] = sprintf( __( 'Do you want to find out which search terms from Google bring your site the most visitors? %sUpgrade to MonsterInsights PRO%s today and get access to the %sSearch Console Report%s and more directly in your WordPress admin.', 'google-analytics-for-wordpress' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>', '<a href="' . $this->build_external_link( 'https://www.monsterinsights.com/feature/search-console-report/' ) . '" target="_blank">', '</a>' );
30
  $notification['btns'] = array(
31
  "get_monsterinsights_pro" => array(
32
  'url' => $this->get_upgrade_url(),
includes/admin/notifications/notification-upgrade-to-pro.php CHANGED
@@ -8,11 +8,11 @@
8
  */
9
  final class MonsterInsights_Notification_Upgrade_To_Pro extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_upgrade_to_pro';
12
- public $notification_interval = 40; // in days
13
  public $notification_first_run_time = '+7 day';
14
- public $notification_type = array( 'lite' );
15
- public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
16
  <circle cx="16" cy="16" r="16" fill="#D4E7F7"/>
17
  <path d="M15.0867 9.48214C15.2474 9.16071 15.5063 9 15.8634 9C16.2206 9 16.4795 9.16071 16.6402 9.48214L18.3813 13.0179L22.292 13.6071C22.6492 13.6429 22.8813 13.8304 22.9884 14.1696C23.0956 14.5089 23.0242 14.8036 22.7742 15.0536L19.9349 17.8125L20.6045 21.7232C20.6581 22.0625 20.542 22.3304 20.2563 22.5268C19.9706 22.7411 19.6759 22.7679 19.3724 22.6071L15.8634 20.7857L12.3545 22.6071C12.0509 22.7857 11.7563 22.7679 11.4706 22.5536C11.1849 22.3393 11.0688 22.0625 11.1224 21.7232L11.792 17.8125L8.95274 15.0536C8.70274 14.8036 8.63131 14.5089 8.73845 14.1696C8.84559 13.8304 9.07774 13.6429 9.43488 13.6071L13.3456 13.0179L15.0867 9.48214Z" fill="#2679C1"/>
18
  </svg>';
@@ -25,13 +25,13 @@ final class MonsterInsights_Notification_Upgrade_To_Pro extends MonsterInsights_
25
  * @since 7.12.3
26
  */
27
  public function prepare_notification_data( $notification ) {
28
- $notification['title'] = __( 'Upgrade to MonsterInsights Pro and unlock advanced tracking and reports', 'google-analytics-for-wordpress' );
29
  // Translators: upgrade to pro notification content
30
  $notification['content'] = __( 'By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!', 'google-analytics-for-wordpress' );
31
- $notification['btns'] = array(
32
  "upgrade_to_pro" => array(
33
- 'url' => $this->get_upgrade_url(),
34
- 'text' => __( 'Upgrade to Pro', 'google-analytics-for-wordpress' )
35
  ),
36
  );
37
 
8
  */
9
  final class MonsterInsights_Notification_Upgrade_To_Pro extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_upgrade_to_pro';
12
+ public $notification_interval = 40; // in days
13
  public $notification_first_run_time = '+7 day';
14
+ public $notification_type = array( 'lite' );
15
+ public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
16
  <circle cx="16" cy="16" r="16" fill="#D4E7F7"/>
17
  <path d="M15.0867 9.48214C15.2474 9.16071 15.5063 9 15.8634 9C16.2206 9 16.4795 9.16071 16.6402 9.48214L18.3813 13.0179L22.292 13.6071C22.6492 13.6429 22.8813 13.8304 22.9884 14.1696C23.0956 14.5089 23.0242 14.8036 22.7742 15.0536L19.9349 17.8125L20.6045 21.7232C20.6581 22.0625 20.542 22.3304 20.2563 22.5268C19.9706 22.7411 19.6759 22.7679 19.3724 22.6071L15.8634 20.7857L12.3545 22.6071C12.0509 22.7857 11.7563 22.7679 11.4706 22.5536C11.1849 22.3393 11.0688 22.0625 11.1224 21.7232L11.792 17.8125L8.95274 15.0536C8.70274 14.8036 8.63131 14.5089 8.73845 14.1696C8.84559 13.8304 9.07774 13.6429 9.43488 13.6071L13.3456 13.0179L15.0867 9.48214Z" fill="#2679C1"/>
18
  </svg>';
25
  * @since 7.12.3
26
  */
27
  public function prepare_notification_data( $notification ) {
28
+ $notification['title'] = __( 'Upgrade to MonsterInsights Pro and unlock advanced tracking and reports', 'google-analytics-for-wordpress' );
29
  // Translators: upgrade to pro notification content
30
  $notification['content'] = __( 'By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!', 'google-analytics-for-wordpress' );
31
+ $notification['btns'] = array(
32
  "upgrade_to_pro" => array(
33
+ 'url' => $this->get_upgrade_url(),
34
+ 'text' => __( 'Upgrade to Pro', 'google-analytics-for-wordpress' )
35
  ),
36
  );
37
 
includes/admin/notifications/notification-visitors.php CHANGED
@@ -8,10 +8,10 @@
8
  */
9
  final class MonsterInsights_Notification_Visitors extends MonsterInsights_Notification_Event {
10
 
11
- public $notification_id = 'monsterinsights_notification_visitors';
12
- public $notification_interval = 30; // in days
13
- public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
- public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
15
  <circle cx="16" cy="16" r="16" fill="#E1DAF1"/>
16
  <path d="M20.0331 13.2857C20.2831 13.2857 20.4706 13.3929 20.5956 13.6071C20.7206 13.8214 20.7206 14.0357 20.5956 14.25L15.8813 22.3929C15.7563 22.6071 15.5688 22.7143 15.3188 22.7143C15.1045 22.7143 14.9349 22.6339 14.8099 22.4732C14.6849 22.3125 14.6492 22.125 14.7027 21.9107L15.9349 16.7143H12.7474C12.6224 16.7143 12.5063 16.6786 12.3992 16.6071C12.292 16.5357 12.2117 16.4464 12.1581 16.3393C12.1045 16.2321 12.0867 16.1161 12.1045 15.9911L12.9617 9.5625C12.9795 9.45536 13.0152 9.35714 13.0688 9.26786C13.1402 9.17857 13.2206 9.11607 13.3099 9.08036C13.3992 9.02679 13.4974 9 13.6045 9H17.4617C17.6759 9 17.8456 9.08929 17.9706 9.26786C18.0956 9.42857 18.1313 9.60714 18.0777 9.80357L16.9527 13.2857H20.0331Z" fill="#6F4BBB"/>
17
  </svg>';
@@ -26,20 +26,15 @@ final class MonsterInsights_Notification_Visitors extends MonsterInsights_Notifi
26
  * @since 7.12.3
27
  */
28
  public function prepare_notification_data( $notification ) {
29
- if ( ! monsterinsights_is_pro_version() ) {
30
- // Improve performance for lite users by disabling external API calls they can’t access.
31
- // Since lite users can’t access this feature return early.
32
- return false;
33
- }
34
  $report = $this->get_report();
35
 
36
  if ( ! is_array( $report ) || empty( $report ) ) {
37
  return false;
38
  }
39
 
40
- $total_visitors = isset( $report['data']['infobox']['sessions']['value'] ) ? $report['data']['infobox']['sessions']['value'] : 0;
41
  // Translators: visitors notification title
42
- $notification['title'] = sprintf( __( 'See how %s visitors found your site!', 'google-analytics-for-wordpress' ), $total_visitors );
43
  // Translators: visitors notification content
44
  $notification['content'] = sprintf( __( 'Your website has been visited by %s visitors in the past 30 days. Click the button below to view the full analytics report.', 'google-analytics-for-wordpress' ), $total_visitors );
45
  $notification['btns'] = array(
8
  */
9
  final class MonsterInsights_Notification_Visitors extends MonsterInsights_Notification_Event {
10
 
11
+ public $notification_id = 'monsterinsights_notification_visitors';
12
+ public $notification_interval = 30; // in days
13
+ public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
14
+ public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
15
  <circle cx="16" cy="16" r="16" fill="#E1DAF1"/>
16
  <path d="M20.0331 13.2857C20.2831 13.2857 20.4706 13.3929 20.5956 13.6071C20.7206 13.8214 20.7206 14.0357 20.5956 14.25L15.8813 22.3929C15.7563 22.6071 15.5688 22.7143 15.3188 22.7143C15.1045 22.7143 14.9349 22.6339 14.8099 22.4732C14.6849 22.3125 14.6492 22.125 14.7027 21.9107L15.9349 16.7143H12.7474C12.6224 16.7143 12.5063 16.6786 12.3992 16.6071C12.292 16.5357 12.2117 16.4464 12.1581 16.3393C12.1045 16.2321 12.0867 16.1161 12.1045 15.9911L12.9617 9.5625C12.9795 9.45536 13.0152 9.35714 13.0688 9.26786C13.1402 9.17857 13.2206 9.11607 13.3099 9.08036C13.3992 9.02679 13.4974 9 13.6045 9H17.4617C17.6759 9 17.8456 9.08929 17.9706 9.26786C18.0956 9.42857 18.1313 9.60714 18.0777 9.80357L16.9527 13.2857H20.0331Z" fill="#6F4BBB"/>
17
  </svg>';
26
  * @since 7.12.3
27
  */
28
  public function prepare_notification_data( $notification ) {
 
 
 
 
 
29
  $report = $this->get_report();
30
 
31
  if ( ! is_array( $report ) || empty( $report ) ) {
32
  return false;
33
  }
34
 
35
+ $total_visitors = isset( $report['data']['infobox']['sessions']['value'] ) ? $report['data']['infobox']['sessions']['value'] : 0;
36
  // Translators: visitors notification title
37
+ $notification['title'] = sprintf( __( 'See how %s visitors found your site!', 'google-analytics-for-wordpress' ), $total_visitors );
38
  // Translators: visitors notification content
39
  $notification['content'] = sprintf( __( 'Your website has been visited by %s visitors in the past 30 days. Click the button below to view the full analytics report.', 'google-analytics-for-wordpress' ), $total_visitors );
40
  $notification['btns'] = array(
includes/helpers.php CHANGED
@@ -1688,3 +1688,27 @@ function monsterinsights_can_install_plugins() {
1688
 
1689
  return true;
1690
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1688
 
1689
  return true;
1690
  }
1691
+
1692
+ /**
1693
+ * Check if current date is between given dates. Date format: Y-m-d.
1694
+ *
1695
+ * @since 7.13.2
1696
+ *
1697
+ * @param string $start_date Start Date. Eg: 2021-01-01.
1698
+ * @param string $end_date End Date. Eg: 2021-01-14.
1699
+ *
1700
+ * @return bool
1701
+ */
1702
+ function monsterinsights_date_is_between( $start_date, $end_date ) {
1703
+
1704
+ $current_date = current_time( 'Y-m-d' );
1705
+
1706
+ $start_date = date( 'Y-m-d', strtotime( $start_date ) );
1707
+ $end_date = date( 'Y-m-d', strtotime( $end_date ) );
1708
+
1709
+ if ( ( $current_date >= $start_date ) && ( $current_date <= $end_date ) ) {
1710
+ return true;
1711
+ }
1712
+
1713
+ return false;
1714
+ }
includes/install.php CHANGED
@@ -144,6 +144,10 @@ class MonsterInsights_Install {
144
  $this->v7131_upgrades();
145
  }
146
 
 
 
 
 
147
  // Do not use. See monsterinsights_after_install_routine comment below.
148
  do_action( 'monsterinsights_after_existing_upgrade_routine', $version );
149
  $version = get_option( 'monsterinsights_current_version', $version );
@@ -358,27 +362,27 @@ class MonsterInsights_Install {
358
  */
359
  public function v700_upgrades() {
360
  // 1. Default all event tracking and tracking to GA + JS respectively
361
- // 3a Set tracking_mode to use analytics.js
362
- $this->new_settings['tracking_mode' ] = 'analytics';
363
 
364
 
365
- // 3b Set events mode to use JS if the events mode is not set explicitly to none
366
- if ( empty( $this->new_settings['events_mode' ] ) || $this->new_settings['events_mode' ] !== 'none' ) {
367
- $this->new_settings['events_mode' ] = 'js';
368
- }
369
 
370
  // 2. Migrate manual UA codes
371
- // 2a Manual UA has the lowest priority
372
- if ( ! empty( $this->new_settings['manual_ua_code' ] ) ) {
373
- // Set as manual UA code
374
- is_network_admin() ? update_site_option( 'monsterinsights_network_profile', array( 'manual' => $this->new_settings['manual_ua_code' ] ) ) : update_option( 'monsterinsights_site_profile', array( 'manual' => $this->new_settings['manual_ua_code' ] ) );
375
- }
376
 
377
- // 2b Then try the oAuth UA code
378
- if ( ! empty( $this->new_settings['analytics_profile_code' ] ) ) {
379
- // Set as manual UA code
380
- is_network_admin() ? update_site_option( 'monsterinsights_network_profile', array( 'manual' => $this->new_settings['analytics_profile_code' ] ) ) : update_option( 'monsterinsights_site_profile', array( 'manual' => $this->new_settings['analytics_profile_code' ] ) );
381
- }
382
 
383
  // 3. Migrate License keys
384
  if ( is_multisite() ) {
@@ -396,144 +400,144 @@ class MonsterInsights_Install {
396
  public function v740_upgrades() {
397
 
398
  // 1. Settings Conversions:
399
- // Convert affiliate field to repeater format
400
- if ( ! empty( $this->new_settings['track_internal_as_outbound'] ) ) {
401
- $affiliate_old_paths = $this->new_settings['track_internal_as_outbound'];
402
- $affiliate_old_label = isset( $this->new_settings['track_internal_as_label'] ) ? $this->new_settings['track_internal_as_label'] : '';
403
-
404
- $new_paths = explode( ',', $affiliate_old_paths );
405
-
406
- $this->new_settings['affiliate_links'] = array();
407
- if ( ! empty( $new_paths ) ) {
408
- $this->new_settings['enable_affiliate_links'] = true;
409
- foreach ( $new_paths as $new_path ) {
410
- $this->new_settings['affiliate_links'][] = array(
411
- 'path' => $new_path,
412
- 'label' => $affiliate_old_label,
413
- );
414
- }
415
  }
 
416
 
417
- $settings = array(
418
- 'track_internal_as_outbound',
419
- 'track_internal_as_label',
420
- );
421
- foreach ( $settings as $setting ) {
422
- if ( ! empty( $this->new_settings[ $setting ] ) ) {
423
- unset( $this->new_settings[ $setting ] );
424
- }
425
  }
426
  }
 
427
 
428
- // Update option to disable just reports or also the dashboard widget.
429
- if ( isset( $this->new_settings['dashboards_disabled'] ) && $this->new_settings['dashboards_disabled'] ) {
430
- $this->new_settings['dashboards_disabled'] = 'disabled';
431
- }
432
 
433
- $this->new_settings['tracking_mode'] = 'analytics';
434
- $this->new_settings['events_mode'] = 'js';
435
 
436
- // If opted in during allow_tracking era, move that over
437
- if ( ! empty( $this->new_settings['allow_tracking'] ) ) {
438
- $this->new_settings['anonymous_data'] = 1;
439
- }
440
 
441
  // 2. Remove Yoast stuff
442
- delete_option( 'yoast-ga-access_token' );
443
- delete_option( 'yoast-ga-refresh_token' );
444
- delete_option( 'yst_ga' );
445
- delete_option( 'yst_ga_api' );
446
 
447
 
448
  // 3. Remove fake settings from other plugins using our key for some reason and old settings of ours
449
- $settings = array(
450
- 'debug_mode',
451
- 'track_download_as',
452
- 'analytics_profile',
453
- 'analytics_profile_code',
454
- 'analytics_profile_name',
455
- 'manual_ua_code',
456
- 'track_outbound',
457
- 'track_download_as',
458
- 'enhanced_link_attribution',
459
- 'oauth_version',
460
- 'monsterinsights_oauth_status',
461
- 'firebug_lite',
462
- 'google_auth_code',
463
- 'allow_tracking',
464
- );
465
 
466
- foreach ( $settings as $setting ) {
467
- if ( ! empty( $this->new_settings[ $setting ] ) ) {
468
- unset( $this->new_settings[ $setting ] );
469
- }
470
  }
 
471
 
472
- $settings = array(
473
- '_repeated',
474
- 'ajax',
475
- 'asmselect0',
476
- 'bawac_force_nonce',
477
- 'icl_post_language',
478
- 'saved_values',
479
- 'mlcf_email',
480
- 'mlcf_name',
481
- 'cron_failed',
482
- 'undefined',
483
- 'cf_email',
484
- 'cf_message',
485
- 'cf_name',
486
- 'cf_number',
487
- 'cf_phone',
488
- 'cf_subject',
489
- 'content',
490
- 'credentials',
491
- 'cron_failed',
492
- 'cron_last_run',
493
- 'global-css',
494
- 'grids',
495
- 'page',
496
- 'punch-fonts',
497
- 'return_tab',
498
- 'skins',
499
- 'navigation-skins',
500
- 'title',
501
- 'type',
502
- 'wpcf_email',
503
- 'wpcf_your_name',
504
- );
505
 
506
- foreach ( $settings as $setting ) {
507
- if ( ! empty( $this->new_settings[ $setting ] ) ) {
508
- unset( $this->new_settings[ $setting ] );
509
- }
510
  }
 
511
 
512
  // 4. Remove old crons
513
- if ( wp_next_scheduled( 'monsterinsights_daily_cron' ) ) {
514
- wp_clear_scheduled_hook( 'monsterinsights_daily_cron' );
515
- }
516
- if ( wp_next_scheduled( 'monsterinsights_send_tracking_data' ) ) {
517
- wp_clear_scheduled_hook( 'monsterinsights_send_tracking_data' );
518
- }
519
 
520
- if ( wp_next_scheduled( 'monsterinsights_send_tracking_checkin' ) ) {
521
- wp_clear_scheduled_hook( 'monsterinsights_send_tracking_checkin' );
522
- }
523
 
524
- if ( wp_next_scheduled( 'monsterinsights_weekly_cron' ) ) {
525
- wp_clear_scheduled_hook( 'monsterinsights_weekly_cron' );
526
- }
527
 
528
- if ( wp_next_scheduled( 'yst_ga_aggregate_data' ) ) {
529
- wp_clear_scheduled_hook( 'yst_ga_aggregate_data' );
530
- }
531
 
532
- delete_option( 'monsterinsights_tracking_last_send' );
533
- delete_option( 'mi_tracking_last_send' );
534
 
535
  // 5. Remove old option
536
- delete_option( 'monsterinsights_settings_version' );
537
  }
538
 
539
 
@@ -819,4 +823,27 @@ class MonsterInsights_Install {
819
  delete_transient( 'monsterinsights_popular_posts_ga_data' );
820
 
821
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
822
  }
144
  $this->v7131_upgrades();
145
  }
146
 
147
+ if ( version_compare( $version, '7.14.0', '<' ) ) {
148
+ $this->v7140_upgrades();
149
+ }
150
+
151
  // Do not use. See monsterinsights_after_install_routine comment below.
152
  do_action( 'monsterinsights_after_existing_upgrade_routine', $version );
153
  $version = get_option( 'monsterinsights_current_version', $version );
362
  */
363
  public function v700_upgrades() {
364
  // 1. Default all event tracking and tracking to GA + JS respectively
365
+ // 3a Set tracking_mode to use analytics.js
366
+ $this->new_settings['tracking_mode' ] = 'analytics';
367
 
368
 
369
+ // 3b Set events mode to use JS if the events mode is not set explicitly to none
370
+ if ( empty( $this->new_settings['events_mode' ] ) || $this->new_settings['events_mode' ] !== 'none' ) {
371
+ $this->new_settings['events_mode' ] = 'js';
372
+ }
373
 
374
  // 2. Migrate manual UA codes
375
+ // 2a Manual UA has the lowest priority
376
+ if ( ! empty( $this->new_settings['manual_ua_code' ] ) ) {
377
+ // Set as manual UA code
378
+ is_network_admin() ? update_site_option( 'monsterinsights_network_profile', array( 'manual' => $this->new_settings['manual_ua_code' ] ) ) : update_option( 'monsterinsights_site_profile', array( 'manual' => $this->new_settings['manual_ua_code' ] ) );
379
+ }
380
 
381
+ // 2b Then try the oAuth UA code
382
+ if ( ! empty( $this->new_settings['analytics_profile_code' ] ) ) {
383
+ // Set as manual UA code
384
+ is_network_admin() ? update_site_option( 'monsterinsights_network_profile', array( 'manual' => $this->new_settings['analytics_profile_code' ] ) ) : update_option( 'monsterinsights_site_profile', array( 'manual' => $this->new_settings['analytics_profile_code' ] ) );
385
+ }
386
 
387
  // 3. Migrate License keys
388
  if ( is_multisite() ) {
400
  public function v740_upgrades() {
401
 
402
  // 1. Settings Conversions:
403
+ // Convert affiliate field to repeater format
404
+ if ( ! empty( $this->new_settings['track_internal_as_outbound'] ) ) {
405
+ $affiliate_old_paths = $this->new_settings['track_internal_as_outbound'];
406
+ $affiliate_old_label = isset( $this->new_settings['track_internal_as_label'] ) ? $this->new_settings['track_internal_as_label'] : '';
407
+
408
+ $new_paths = explode( ',', $affiliate_old_paths );
409
+
410
+ $this->new_settings['affiliate_links'] = array();
411
+ if ( ! empty( $new_paths ) ) {
412
+ $this->new_settings['enable_affiliate_links'] = true;
413
+ foreach ( $new_paths as $new_path ) {
414
+ $this->new_settings['affiliate_links'][] = array(
415
+ 'path' => $new_path,
416
+ 'label' => $affiliate_old_label,
417
+ );
 
418
  }
419
+ }
420
 
421
+ $settings = array(
422
+ 'track_internal_as_outbound',
423
+ 'track_internal_as_label',
424
+ );
425
+ foreach ( $settings as $setting ) {
426
+ if ( ! empty( $this->new_settings[ $setting ] ) ) {
427
+ unset( $this->new_settings[ $setting ] );
 
428
  }
429
  }
430
+ }
431
 
432
+ // Update option to disable just reports or also the dashboard widget.
433
+ if ( isset( $this->new_settings['dashboards_disabled'] ) && $this->new_settings['dashboards_disabled'] ) {
434
+ $this->new_settings['dashboards_disabled'] = 'disabled';
435
+ }
436
 
437
+ $this->new_settings['tracking_mode'] = 'analytics';
438
+ $this->new_settings['events_mode'] = 'js';
439
 
440
+ // If opted in during allow_tracking era, move that over
441
+ if ( ! empty( $this->new_settings['allow_tracking'] ) ) {
442
+ $this->new_settings['anonymous_data'] = 1;
443
+ }
444
 
445
  // 2. Remove Yoast stuff
446
+ delete_option( 'yoast-ga-access_token' );
447
+ delete_option( 'yoast-ga-refresh_token' );
448
+ delete_option( 'yst_ga' );
449
+ delete_option( 'yst_ga_api' );
450
 
451
 
452
  // 3. Remove fake settings from other plugins using our key for some reason and old settings of ours
453
+ $settings = array(
454
+ 'debug_mode',
455
+ 'track_download_as',
456
+ 'analytics_profile',
457
+ 'analytics_profile_code',
458
+ 'analytics_profile_name',
459
+ 'manual_ua_code',
460
+ 'track_outbound',
461
+ 'track_download_as',
462
+ 'enhanced_link_attribution',
463
+ 'oauth_version',
464
+ 'monsterinsights_oauth_status',
465
+ 'firebug_lite',
466
+ 'google_auth_code',
467
+ 'allow_tracking',
468
+ );
469
 
470
+ foreach ( $settings as $setting ) {
471
+ if ( ! empty( $this->new_settings[ $setting ] ) ) {
472
+ unset( $this->new_settings[ $setting ] );
 
473
  }
474
+ }
475
 
476
+ $settings = array(
477
+ '_repeated',
478
+ 'ajax',
479
+ 'asmselect0',
480
+ 'bawac_force_nonce',
481
+ 'icl_post_language',
482
+ 'saved_values',
483
+ 'mlcf_email',
484
+ 'mlcf_name',
485
+ 'cron_failed',
486
+ 'undefined',
487
+ 'cf_email',
488
+ 'cf_message',
489
+ 'cf_name',
490
+ 'cf_number',
491
+ 'cf_phone',
492
+ 'cf_subject',
493
+ 'content',
494
+ 'credentials',
495
+ 'cron_failed',
496
+ 'cron_last_run',
497
+ 'global-css',
498
+ 'grids',
499
+ 'page',
500
+ 'punch-fonts',
501
+ 'return_tab',
502
+ 'skins',
503
+ 'navigation-skins',
504
+ 'title',
505
+ 'type',
506
+ 'wpcf_email',
507
+ 'wpcf_your_name',
508
+ );
509
 
510
+ foreach ( $settings as $setting ) {
511
+ if ( ! empty( $this->new_settings[ $setting ] ) ) {
512
+ unset( $this->new_settings[ $setting ] );
 
513
  }
514
+ }
515
 
516
  // 4. Remove old crons
517
+ if ( wp_next_scheduled( 'monsterinsights_daily_cron' ) ) {
518
+ wp_clear_scheduled_hook( 'monsterinsights_daily_cron' );
519
+ }
520
+ if ( wp_next_scheduled( 'monsterinsights_send_tracking_data' ) ) {
521
+ wp_clear_scheduled_hook( 'monsterinsights_send_tracking_data' );
522
+ }
523
 
524
+ if ( wp_next_scheduled( 'monsterinsights_send_tracking_checkin' ) ) {
525
+ wp_clear_scheduled_hook( 'monsterinsights_send_tracking_checkin' );
526
+ }
527
 
528
+ if ( wp_next_scheduled( 'monsterinsights_weekly_cron' ) ) {
529
+ wp_clear_scheduled_hook( 'monsterinsights_weekly_cron' );
530
+ }
531
 
532
+ if ( wp_next_scheduled( 'yst_ga_aggregate_data' ) ) {
533
+ wp_clear_scheduled_hook( 'yst_ga_aggregate_data' );
534
+ }
535
 
536
+ delete_option( 'monsterinsights_tracking_last_send' );
537
+ delete_option( 'mi_tracking_last_send' );
538
 
539
  // 5. Remove old option
540
+ delete_option( 'monsterinsights_settings_version' );
541
  }
542
 
543
 
823
  delete_transient( 'monsterinsights_popular_posts_ga_data' );
824
 
825
  }
826
+
827
+ /**
828
+ * Upgrade routine for version 7.14.0
829
+ */
830
+ public function v7140_upgrades() {
831
+
832
+ // Clear notification cron events no longer used.
833
+ $cron = get_option( 'cron' );
834
+
835
+ foreach ( $cron as $timestamp => $cron_array ) {
836
+ if ( ! is_array( $cron_array ) ) {
837
+ continue;
838
+ }
839
+ foreach ( $cron_array as $cron_key => $cron_data ) {
840
+ if ( 0 === strpos( $cron_key, 'monsterinsights_notification_' ) ) {
841
+ wp_unschedule_event( $timestamp, $cron_key, array() );
842
+ }
843
+ }
844
+ }
845
+
846
+ // Delete existing year in review report option.
847
+ delete_option( 'monsterinsights_report_data_yearinreview' );
848
+ }
849
  }
includes/popular-posts/class-popular-posts.php CHANGED
@@ -499,6 +499,11 @@ class MonsterInsights_Popular_Posts {
499
  */
500
  public function get_element_style( $theme = '', $object, $atts, $key = '' ) {
501
 
 
 
 
 
 
502
  if ( empty( $theme ) ) {
503
  $theme = $this->theme;
504
  }
@@ -688,7 +693,7 @@ class MonsterInsights_Popular_Posts {
688
  }
689
  }
690
 
691
- if ( apply_filters( 'monsterinsights_popular_posts_show_duplicates', true ) && count( $posts ) > 0 && count( $returned_posts ) === 0 ) {
692
  $this->shown_posts = array(); // Reset shown posts.
693
  return $this->get_posts_to_display(); // Run the function to grab the same posts again.
694
  }
499
  */
500
  public function get_element_style( $theme = '', $object, $atts, $key = '' ) {
501
 
502
+ if ( 'no_styles' === $this->styling ) {
503
+ // If no styles is selected don't output any styles.
504
+ return '';
505
+ }
506
+
507
  if ( empty( $theme ) ) {
508
  $theme = $this->theme;
509
  }
693
  }
694
  }
695
 
696
+ if ( apply_filters( 'monsterinsights_popular_posts_show_duplicates', true ) && count( $posts ) > 0 && count( $this->shown_posts ) > 0 && count( $returned_posts ) === 0 ) {
697
  $this->shown_posts = array(); // Reset shown posts.
698
  return $this->get_posts_to_display(); // Run the function to grab the same posts again.
699
  }
languages/google-analytics-for-wordpress.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Google Analytics for WordPress by MonsterInsights plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Google Analytics for WordPress by MonsterInsights 7.13.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-for-wordpress\n"
7
  "Last-Translator: MonsterInsights Team <support@monsterinsights.com>\n"
8
  "Language-Team: MonsterInsights Team <support@monsterinsights.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2020-12-10T07:35:17+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
@@ -57,67 +57,67 @@ msgctxt "Widget"
57
  msgid "Popular Posts - MonsterInsights"
58
  msgstr ""
59
 
60
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:206
61
  msgctxt "Widget"
62
  msgid "Widget Title:"
63
  msgstr ""
64
 
65
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:225
66
  msgctxt "Widget"
67
  msgid "Display Widget Title"
68
  msgstr ""
69
 
70
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:230
71
  msgctxt "Widget"
72
  msgid "Number of posts to display:"
73
  msgstr ""
74
 
75
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:240
76
  msgctxt "Widget"
77
  msgid "Theme:"
78
  msgstr ""
79
 
80
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:258
81
- #: languages/vue.php:2300
82
  msgid "Theme Preview"
83
  msgstr ""
84
 
85
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:263
86
  msgctxt "Widget"
87
  msgid "Title Color:"
88
  msgstr ""
89
 
90
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:268
91
  msgctxt "Widget"
92
  msgid "Title Font Size:"
93
  msgstr ""
94
 
95
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:271
96
  msgctxt "Widget"
97
  msgid "Label Color:"
98
  msgstr ""
99
 
100
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:274
101
  msgctxt "Widget"
102
  msgid "Label Text:"
103
  msgstr ""
104
 
105
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:277
106
  msgctxt "Widget"
107
  msgid "Border Color:"
108
  msgstr ""
109
 
110
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:280
111
  msgctxt "Widget"
112
  msgid "Background Color:"
113
  msgstr ""
114
 
115
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:283
116
  msgctxt "Widget"
117
  msgid "Comments Count Color:"
118
  msgstr ""
119
 
120
- #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:289
121
  msgctxt "Widget"
122
  msgid "Only Show Posts from These Categories:"
123
  msgstr ""
@@ -155,7 +155,7 @@ msgid "MonsterInsights integrates your WordPress website with Google Analytics."
155
  msgstr ""
156
 
157
  #: lite/includes/admin/wp-site-health.php:253
158
- #: languages/vue.php:442
159
  msgid "View Reports"
160
  msgstr ""
161
 
@@ -232,7 +232,7 @@ msgstr ""
232
  #: lite/includes/admin/wp-site-health.php:372
233
  #: lite/includes/admin/wp-site-health.php:398
234
  #: lite/includes/admin/wp-site-health.php:425
235
- #: languages/vue.php:697
236
  msgid "View Addons"
237
  msgstr ""
238
 
@@ -365,7 +365,7 @@ msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal MonsterIn
365
  msgstr ""
366
 
367
  #: lite/includes/admin/helpers.php:83
368
- #: languages/vue.php:1383
369
  msgid "Upgrade to MonsterInsights Pro"
370
  msgstr ""
371
 
@@ -384,12 +384,12 @@ msgid "You are not allowed to install plugins"
384
  msgstr ""
385
 
386
  #: lite/includes/admin/reports/report-queries.php:22
387
- #: languages/vue.php:532
388
  msgid "Search Console"
389
  msgstr ""
390
 
391
  #: lite/includes/admin/reports/report-ecommerce.php:22
392
- #: languages/vue.php:365
393
  msgid "eCommerce"
394
  msgstr ""
395
 
@@ -402,23 +402,23 @@ msgid "Real Time"
402
  msgstr ""
403
 
404
  #: lite/includes/admin/reports/report-publisher.php:22
405
- #: languages/vue.php:529
406
  msgid "Publishers"
407
  msgstr ""
408
 
409
  #: lite/includes/admin/reports/report-dimensions.php:22
410
- #: languages/vue.php:535
411
  msgid "Dimensions"
412
  msgstr ""
413
 
414
  #: lite/includes/admin/reports/report-forms.php:22
415
- #: languages/vue.php:538
416
  msgid "Forms"
417
  msgstr ""
418
 
419
  #: lite/includes/admin/welcome.php:56
420
  #: lite/includes/admin/welcome.php:57
421
- #: languages/vue.php:206
422
  msgid "Welcome to MonsterInsights"
423
  msgstr ""
424
 
@@ -671,7 +671,7 @@ msgid "Question"
671
  msgstr ""
672
 
673
  #: includes/gutenberg/headline-tool/headline-tool.php:302
674
- #: languages/vue.php:359
675
  msgid "General"
676
  msgstr ""
677
 
@@ -2948,12 +2948,7 @@ msgstr ""
2948
  msgid "I already did"
2949
  msgstr ""
2950
 
2951
- #. Translators: notification cron interval
2952
- #: includes/admin/notification-event.php:179
2953
- msgid "%s Days"
2954
- msgstr ""
2955
-
2956
- #: includes/admin/notification-event.php:308
2957
  #: includes/admin/routes.php:614
2958
  #: includes/admin/routes.php:948
2959
  msgid "You don't have permission to view MonsterInsights reports."
@@ -2976,7 +2971,7 @@ msgid "There was an error grabbing data from SharedCount, please check the API K
2976
  msgstr ""
2977
 
2978
  #. Translators: Readable time to display
2979
- #: includes/admin/notifications.php:294
2980
  msgid "%1$s ago"
2981
  msgstr ""
2982
 
@@ -3164,32 +3159,82 @@ msgstr ""
3164
  msgid "MonsterInsights has detected that it's files are being blocked. This is usually caused by a adblock browser plugin (particularly uBlock Origin), or a conflicting WordPress theme or plugin. This issue only affects the admin side of MonsterInsights. To solve this, ensure MonsterInsights is whitelisted for your website URL in any adblock browser plugin you use. For step by step directions on how to do this, %1$sclick here%2$s. If this doesn't solve the issue (rare), send us a ticket %3$shere%2$s and we'll be happy to help diagnose the issue."
3165
  msgstr ""
3166
 
3167
- #: includes/admin/common.php:869
3168
- #: languages/vue.php:2527
3169
- msgid "Your 2019 Analytics Report"
3170
  msgstr ""
3171
 
3172
- #: includes/admin/common.php:875
3173
- #: languages/vue.php:2530
3174
- msgid "See how your website performed this year and find tips along the way to help grow even more in 2020!"
 
 
 
 
3175
  msgstr ""
3176
 
 
 
 
 
 
 
3177
  #: includes/admin/common.php:878
3178
- msgid "View 2019 Year in Review report!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3179
  msgstr ""
3180
 
3181
  #: includes/admin/admin.php:31
3182
  #: includes/admin/admin.php:37
3183
  #: includes/admin/admin.php:45
3184
  #: includes/admin/admin.php:94
3185
- #: languages/vue.php:200
3186
  msgid "Insights"
3187
  msgstr ""
3188
 
3189
  #: includes/admin/admin.php:34
3190
  #: includes/admin/admin.php:42
3191
  #: includes/admin/admin.php:188
3192
- #: languages/vue.php:356
3193
  msgid "Settings"
3194
  msgstr ""
3195
 
@@ -3205,7 +3250,7 @@ msgstr ""
3205
 
3206
  #: includes/admin/admin.php:39
3207
  #: includes/admin/admin.php:98
3208
- #: languages/vue.php:1164
3209
  msgid "Reports"
3210
  msgstr ""
3211
 
@@ -3243,7 +3288,7 @@ msgstr ""
3243
 
3244
  #: includes/admin/admin.php:63
3245
  #: includes/admin/admin.php:106
3246
- #: languages/vue.php:337
3247
  msgid "About Us"
3248
  msgstr ""
3249
 
@@ -3276,7 +3321,7 @@ msgstr ""
3276
 
3277
  #: includes/admin/admin.php:178
3278
  #: includes/admin/admin.php:181
3279
- #: languages/vue.php:815
3280
  msgid "Support"
3281
  msgstr ""
3282
 
@@ -3286,28 +3331,17 @@ msgid "Please rate %1$sMonsterInsights%2$s on %3$s %4$sWordPress.org%5$s to help
3286
  msgstr ""
3287
 
3288
  #: includes/admin/admin.php:284
3289
- #: languages/vue.php:427
3290
  msgid "Please Setup Website Analytics to See Audience Insights"
3291
  msgstr ""
3292
 
3293
  #: includes/admin/admin.php:285
3294
- #: languages/vue.php:433
3295
  msgid "Connect MonsterInsights and Setup Website Analytics"
3296
  msgstr ""
3297
 
3298
- #: includes/admin/admin.php:287
3299
- #: includes/admin/notifications/notification-mobile-device.php:43
3300
- #: includes/admin/notifications/notification-returning-visitors.php:44
3301
- #: includes/admin/notifications/notification-traffic-dropping.php:39
3302
- #: includes/admin/notifications/notification-bounce-rate.php:43
3303
- #: includes/admin/notifications/notification-headline-analyzer.php:30
3304
- #: includes/admin/notifications/notification-audience.php:95
3305
- #: languages/vue.php:436
3306
- msgid "Learn More"
3307
- msgstr ""
3308
-
3309
  #: includes/admin/admin.php:289
3310
- #: languages/vue.php:430
3311
  msgid "MonsterInsights, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 2 million website owners use MonsterInsights to see the stats that matter and grow their business."
3312
  msgstr ""
3313
 
@@ -3318,17 +3352,17 @@ msgstr ""
3318
 
3319
  #. Translators: Adds a link to the license renewal.
3320
  #: includes/admin/admin.php:310
3321
- #: languages/vue.php:2509
3322
  msgid "Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
3323
  msgstr ""
3324
 
3325
  #: includes/admin/admin.php:312
3326
- #: languages/vue.php:2512
3327
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
3328
  msgstr ""
3329
 
3330
  #: includes/admin/admin.php:314
3331
- #: languages/vue.php:2515
3332
  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."
3333
  msgstr ""
3334
 
@@ -3423,31 +3457,31 @@ msgid "%sGoogle Optimize%s is a free A/B testing and personalization product by
3423
  msgstr ""
3424
 
3425
  #. Translators: Mobile device notification title
3426
- #: includes/admin/notifications/notification-mobile-device.php:33
3427
  msgid "Traffic from Mobile Devices is %s%%"
3428
  msgstr ""
3429
 
3430
  #. Translators: Mobile device notification content
3431
- #: includes/admin/notifications/notification-mobile-device.php:35
3432
  msgid "Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at %show your site looks%s on mobile and make sure all your content can be accessed correctly."
3433
  msgstr ""
3434
 
3435
- #: includes/admin/notifications/notification-mobile-device.php:39
3436
- #: includes/admin/notifications/notification-returning-visitors.php:40
3437
- #: includes/admin/notifications/notification-traffic-dropping.php:43
3438
- #: includes/admin/notifications/notification-visitors.php:48
3439
- #: includes/admin/notifications/notification-bounce-rate.php:39
3440
- #: includes/admin/notifications/notification-audience.php:91
3441
  msgid "View Report"
3442
  msgstr ""
3443
 
3444
  #. Translators: Returning visitors notification title
3445
- #: includes/admin/notifications/notification-returning-visitors.php:34
3446
  msgid "Only %s%% of your visitors return to your site"
3447
  msgstr ""
3448
 
3449
  #. Translators: Returning visitors notification content
3450
- #: includes/admin/notifications/notification-returning-visitors.php:36
3451
  msgid "For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. %sIn this article%s, we’ll show you 7 proven ways to increase your returning visitor rate."
3452
  msgstr ""
3453
 
@@ -3460,24 +3494,24 @@ msgstr ""
3460
  msgid "Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site's performance without logging in to WordPress or going through different Analytics reports. %sUpgrade to MonsterInsights Pro%s to enable the Email Summaries feature."
3461
  msgstr ""
3462
 
3463
- #: includes/admin/notifications/notification-traffic-dropping.php:33
3464
  msgid "Your Website Traffic Is Dropping"
3465
  msgstr ""
3466
 
3467
  #. Translators: Traffic dropping notification content
3468
- #: includes/admin/notifications/notification-traffic-dropping.php:35
3469
  msgid "Your website traffic is decreasing and that’s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of %sthis article%s to start growing your traffic again."
3470
  msgstr ""
3471
 
3472
  #. Translators: visitors notification title
3473
  #. Translators: Number of visitors.
3474
- #: includes/admin/notifications/notification-visitors.php:42
3475
- #: languages/vue.php:190
3476
  msgid "See how %s visitors found your site!"
3477
  msgstr ""
3478
 
3479
  #. Translators: visitors notification content
3480
- #: includes/admin/notifications/notification-visitors.php:44
3481
  msgid "Your website has been visited by %s visitors in the past 30 days. Click the button below to view the full analytics report."
3482
  msgstr ""
3483
 
@@ -3512,31 +3546,31 @@ msgstr ""
3512
  msgid "Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to %sMonsterInsights Pro%s to track %sform conversions in Google Analytics.%s"
3513
  msgstr ""
3514
 
3515
- #: includes/admin/notifications/notification-bounce-rate.php:33
3516
  msgid "Your website bounce rate is higher than 70%"
3517
  msgstr ""
3518
 
3519
- #. Translators: Bounce rate notification content
3520
- #: includes/admin/notifications/notification-bounce-rate.php:35
3521
- msgid "Your website bounce rate is %s. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people arent finding what theyre looking for on your site. %sHere%s are some points to remember and steps to follow to get your bounce rates back to manageable levels."
3522
  msgstr ""
3523
 
3524
  #: includes/admin/notifications/notification-headline-analyzer.php:24
3525
  msgid "Headline Analyzer to Boost Your Clicks & Traffic"
3526
  msgstr ""
3527
 
3528
- #. Translators: Headline Analyzer notification content
3529
  #: includes/admin/notifications/notification-headline-analyzer.php:26
3530
- msgid "Did you know that 36%% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br>%sWith the MonsterInsights Headline Analyzer%s, you can get targeted suggestions to improve your headlines, right in the WordPress editor."
3531
  msgstr ""
3532
 
3533
  #. Translators: Audience notification title
3534
- #: includes/admin/notifications/notification-audience.php:85
3535
  msgid "%s%% of your Audience is from %s"
3536
  msgstr ""
3537
 
3538
  #. Translators: Audience notification content
3539
- #: includes/admin/notifications/notification-audience.php:87
3540
  msgid "Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in pageviews, time spent on page and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started take a look at %sthis article%s for the best options available."
3541
  msgstr ""
3542
 
@@ -3563,12 +3597,12 @@ msgid "By upgrading to MonsterInsights Pro you get access to additional reports
3563
  msgstr ""
3564
 
3565
  #: includes/admin/notifications/notification-upgrade-to-pro.php:34
3566
- #: languages/vue.php:2000
3567
  msgid "Upgrade to Pro"
3568
  msgstr ""
3569
 
3570
  #: includes/admin/reports/overview.php:34
3571
- #: languages/vue.php:526
3572
  msgid "Overview"
3573
  msgstr ""
3574
 
@@ -3660,7 +3694,7 @@ msgid "Upgrading is easy! To upgrade, navigate to %1$ssour pricing page%2$s, pur
3660
  msgstr ""
3661
 
3662
  #: includes/admin/reports/abstract-report.php:383
3663
- #: languages/vue.php:236
3664
  msgid "Upgrade Now"
3665
  msgstr ""
3666
 
@@ -4855,7 +4889,7 @@ msgid "Theme"
4855
  msgstr ""
4856
 
4857
  #: languages/gutenberg.php:77
4858
- #: languages/vue.php:347
4859
  msgid "Inline Popular Posts"
4860
  msgstr ""
4861
 
@@ -4892,7 +4926,7 @@ msgid "Comment Color"
4892
  msgstr ""
4893
 
4894
  #: languages/gutenberg.php:107
4895
- #: languages/vue.php:2346
4896
  msgid "Wide-Layout Options"
4897
  msgstr ""
4898
 
@@ -4901,12 +4935,12 @@ msgid "Choose Layout"
4901
  msgstr ""
4902
 
4903
  #: languages/gutenberg.php:113
4904
- #: languages/vue.php:2349
4905
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4906
  msgstr ""
4907
 
4908
  #: languages/gutenberg.php:116
4909
- #: languages/vue.php:2370
4910
  msgid "Post Count"
4911
  msgstr ""
4912
 
@@ -4915,7 +4949,7 @@ msgid "Number of posts displayed."
4915
  msgstr ""
4916
 
4917
  #: languages/gutenberg.php:122
4918
- #: languages/vue.php:2352
4919
  msgid "Display Options"
4920
  msgstr ""
4921
 
@@ -4928,7 +4962,7 @@ msgid "Display Widget Title"
4928
  msgstr ""
4929
 
4930
  #: languages/gutenberg.php:131
4931
- #: languages/vue.php:1243
4932
  msgid "Widget Title"
4933
  msgstr ""
4934
 
@@ -4937,17 +4971,17 @@ msgid "Only Show Posts From These Categories"
4937
  msgstr ""
4938
 
4939
  #: languages/gutenberg.php:137
4940
- #: languages/vue.php:2358
4941
  msgid "Display Author"
4942
  msgstr ""
4943
 
4944
  #: languages/gutenberg.php:140
4945
- #: languages/vue.php:2361
4946
  msgid "Display Date"
4947
  msgstr ""
4948
 
4949
  #: languages/gutenberg.php:143
4950
- #: languages/vue.php:2364
4951
  msgid "Display Comments"
4952
  msgstr ""
4953
 
@@ -5168,7 +5202,7 @@ msgid "Goal: "
5168
  msgstr ""
5169
 
5170
  #: languages/gutenberg.php:312
5171
- #: languages/vue.php:1213
5172
  msgid "Headline Analyzer"
5173
  msgstr ""
5174
 
@@ -5189,3725 +5223,3864 @@ msgid "2"
5189
  msgstr ""
5190
 
5191
  #: languages/vue.php:11
5192
- msgid "Error"
5193
- msgstr ""
5194
-
5195
- #: languages/vue.php:14
5196
- msgid "Please try again."
5197
- msgstr ""
5198
-
5199
- #: languages/vue.php:17
5200
- msgid "Today"
5201
- msgstr ""
5202
-
5203
- #: languages/vue.php:20
5204
- msgid "Yesterday"
5205
- msgstr ""
5206
-
5207
- #: languages/vue.php:23
5208
- msgid "Last Week"
5209
- msgstr ""
5210
-
5211
- #: languages/vue.php:26
5212
- msgid "Last Month"
5213
  msgstr ""
5214
 
5215
- #: languages/vue.php:29
5216
- msgid "Last 7 days"
5217
  msgstr ""
5218
 
5219
- #: languages/vue.php:32
5220
- msgid "Last 30 days"
5221
  msgstr ""
5222
 
5223
- #: languages/vue.php:35
5224
  msgid "Loading new report data"
5225
  msgstr ""
5226
 
5227
- #: languages/vue.php:38
5228
  msgid "Please wait..."
5229
  msgstr ""
5230
 
5231
  #. Translators: Adds an arrow icon.
5232
- #: languages/vue.php:42
5233
  msgid "Continue %s"
5234
  msgstr ""
5235
 
5236
- #: languages/vue.php:45
5237
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5238
  msgstr ""
5239
 
5240
- #: languages/vue.php:48
5241
  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."
5242
  msgstr ""
5243
 
5244
- #: languages/vue.php:51
5245
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5246
  msgstr ""
5247
 
5248
- #: languages/vue.php:54
5249
  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."
5250
  msgstr ""
5251
 
5252
- #: languages/vue.php:57
5253
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5254
  msgstr ""
5255
 
5256
- #: languages/vue.php:60
5257
  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."
5258
  msgstr ""
5259
 
5260
- #: languages/vue.php:63
5261
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5262
  msgstr ""
5263
 
5264
- #: languages/vue.php:66
5265
  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."
5266
  msgstr ""
5267
 
5268
- #: languages/vue.php:69
5269
  msgid "Unlock the Forms Report and Improve Conversions"
5270
  msgstr ""
5271
 
5272
- #: languages/vue.php:72
5273
  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."
5274
  msgstr ""
5275
 
5276
- #: languages/vue.php:75
5277
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5278
  msgstr ""
5279
 
5280
- #: languages/vue.php:78
5281
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5282
  msgstr ""
5283
 
5284
- #: languages/vue.php:81
5285
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5286
  msgstr ""
5287
 
5288
- #: languages/vue.php:84
5289
  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."
5290
  msgstr ""
5291
 
5292
- #: languages/vue.php:87
5293
  msgid "Refreshing Report"
5294
  msgstr ""
5295
 
5296
- #: languages/vue.php:90
5297
  msgid "Loading new report data..."
5298
  msgstr ""
5299
 
5300
- #: languages/vue.php:93
5301
  msgid "See Your Top Landing Pages to Improve Enagement"
5302
  msgstr ""
5303
 
5304
- #: languages/vue.php:96
5305
  msgid "See Your Top Exit Pages to Reduce Abandonment"
5306
  msgstr ""
5307
 
5308
- #: languages/vue.php:99
5309
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
5310
  msgstr ""
5311
 
5312
- #: languages/vue.php:102
5313
  msgid "See Your Top Affiliate Links and Focus on what's working"
5314
  msgstr ""
5315
 
5316
- #: languages/vue.php:105
5317
  msgid "See Your Top Downloads and Improve Conversions"
5318
  msgstr ""
5319
 
5320
- #: languages/vue.php:108
5321
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
5322
  msgstr ""
5323
 
5324
- #: languages/vue.php:111
5325
  msgid "See Your Conversion Rate to Improve Funnel"
5326
  msgstr ""
5327
 
5328
- #: languages/vue.php:114
5329
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
5330
  msgstr ""
5331
 
5332
- #: languages/vue.php:117
5333
  msgid "See The Total Revenue to Track Growth"
5334
  msgstr ""
5335
 
5336
- #: languages/vue.php:120
5337
  msgid "See Average Order Value to Find Offer Opportunities"
5338
  msgstr ""
5339
 
5340
- #: languages/vue.php:123
5341
  msgid "See Your Top Products to See Individual Performance"
5342
  msgstr ""
5343
 
5344
- #: languages/vue.php:126
5345
  msgid "See Your Top Conversion Sources and Focus on what's working"
5346
  msgstr ""
5347
 
5348
- #: languages/vue.php:129
5349
  msgid "See The Time it takes for Customers to Purchase"
5350
  msgstr ""
5351
 
5352
- #: languages/vue.php:132
5353
  msgid "See How Many Sessions are needed for a Purchase"
5354
  msgstr ""
5355
 
5356
- #: languages/vue.php:135
5357
  msgid "See Which Authors Generate the Most Traffic"
5358
  msgstr ""
5359
 
5360
- #: languages/vue.php:138
5361
  msgid "See Which Post Types Perform Better"
5362
  msgstr ""
5363
 
5364
- #: languages/vue.php:141
5365
  msgid "See Which Categories are the Most Popular"
5366
  msgstr ""
5367
 
5368
- #: languages/vue.php:144
5369
  msgid "See Your Blog's most popular SEO Scores"
5370
  msgstr ""
5371
 
5372
- #: languages/vue.php:147
5373
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
5374
  msgstr ""
5375
 
5376
- #: languages/vue.php:150
5377
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
5378
  msgstr ""
5379
 
5380
- #: languages/vue.php:153
5381
  msgid "See Your Top Converting Forms and Optimize"
5382
  msgstr ""
5383
 
5384
- #: languages/vue.php:156
5385
  msgid "See Your Forms Impressions Count to Find the Best Placement"
5386
  msgstr ""
5387
 
5388
- #: languages/vue.php:159
5389
  msgid "See Your Top Google Search Terms and Optimize Content"
5390
  msgstr ""
5391
 
5392
- #: languages/vue.php:162
5393
  msgid "See The Number of Clicks and Track Interests"
5394
  msgstr ""
5395
 
5396
- #: languages/vue.php:165
5397
  msgid "See The Click-Through-Ratio and Improve SEO"
5398
  msgstr ""
5399
 
5400
- #: languages/vue.php:168
5401
  msgid "See The Average Results Position and Focus on what works"
5402
  msgstr ""
5403
 
5404
- #: languages/vue.php:171
5405
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
5406
  msgstr ""
5407
 
5408
- #: languages/vue.php:174
5409
  msgid "See Your Top Pages Immediately After Making Changes"
5410
  msgstr ""
5411
 
5412
- #: languages/vue.php:177
5413
  msgid "See Your Top Referral Sources and Adapt Faster"
5414
  msgstr ""
5415
 
5416
- #: languages/vue.php:180
5417
  msgid "See Your Traffic Demographics and "
5418
  msgstr ""
5419
 
5420
- #: languages/vue.php:183
5421
  msgid "Get Fresh Reports Data Every 60 Seconds"
5422
  msgstr ""
5423
 
5424
- #: languages/vue.php:186
5425
- msgid "Loading settings"
5426
- msgstr ""
5427
-
5428
- #. Translators: Number of visitors.
5429
- #: languages/vue.php:194
5430
- msgid "Your website was visited by %s users in the last 30 days."
5431
- msgstr ""
5432
-
5433
- #: languages/vue.php:197
5434
- msgid "See the full analytics report!"
5435
- msgstr ""
5436
-
5437
- #: languages/vue.php:203
5438
  msgid "Overview Report"
5439
  msgstr ""
5440
 
5441
- #: languages/vue.php:209
5442
  msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
5443
  msgstr ""
5444
 
5445
- #: languages/vue.php:212
5446
  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."
5447
  msgstr ""
5448
 
5449
- #: languages/vue.php:215
5450
  msgid "Launch the Wizard!"
5451
  msgstr ""
5452
 
5453
- #: languages/vue.php:218
5454
  msgid "Read the Full Guide"
5455
  msgstr ""
5456
 
5457
- #: languages/vue.php:221
5458
  msgid "MonsterInsights Features & Addons"
5459
  msgstr ""
5460
 
5461
- #: languages/vue.php:224
5462
  msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
5463
  msgstr ""
5464
 
5465
- #: languages/vue.php:227
5466
  msgid "See All Features"
5467
  msgstr ""
5468
 
5469
- #: languages/vue.php:230
5470
  msgid "Upgrade to PRO"
5471
  msgstr ""
5472
 
5473
- #: languages/vue.php:233
5474
  msgid "per year"
5475
  msgstr ""
5476
 
5477
- #: languages/vue.php:239
5478
  msgid "Testimonials"
5479
  msgstr ""
5480
 
5481
- #: languages/vue.php:242
5482
  msgid "Universal Tracking"
5483
  msgstr ""
5484
 
5485
- #: languages/vue.php:245
5486
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5487
  msgstr ""
5488
 
5489
- #: languages/vue.php:248
5490
  msgid "Google Analytics Dashboard"
5491
  msgstr ""
5492
 
5493
- #: languages/vue.php:251
5494
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
5495
  msgstr ""
5496
 
5497
- #: languages/vue.php:254
5498
  msgid "Real-time Stats"
5499
  msgstr ""
5500
 
5501
- #: languages/vue.php:257
5502
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
5503
  msgstr ""
5504
 
5505
- #: languages/vue.php:260
5506
  msgid "Enhanced Ecommerce Tracking"
5507
  msgstr ""
5508
 
5509
- #: languages/vue.php:263
5510
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
5511
  msgstr ""
5512
 
5513
- #: languages/vue.php:266
5514
  msgid "Page Level Analytics"
5515
  msgstr ""
5516
 
5517
- #: languages/vue.php:269
5518
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5519
  msgstr ""
5520
 
5521
- #: languages/vue.php:272
5522
  msgid "Affiliate Link & Ads Tracking"
5523
  msgstr ""
5524
 
5525
- #: languages/vue.php:275
5526
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5527
  msgstr ""
5528
 
5529
- #: languages/vue.php:278
5530
  msgid "EU Compliance (GDPR Friendly)"
5531
  msgstr ""
5532
 
5533
- #: languages/vue.php:281
5534
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5535
  msgstr ""
5536
 
5537
- #: languages/vue.php:284
5538
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
5539
  msgstr ""
5540
 
5541
- #: languages/vue.php:287
5542
  msgid "Ecommerce Report"
5543
  msgstr ""
5544
 
5545
- #: languages/vue.php:290
5546
  msgid "Form Conversions"
5547
  msgstr ""
5548
 
5549
- #: languages/vue.php:293
5550
  msgid "Custom Dimensions"
5551
  msgstr ""
5552
 
5553
- #: languages/vue.php:296
5554
  msgid "Author Tracking"
5555
  msgstr ""
5556
 
5557
- #: languages/vue.php:299
5558
  msgid "Google Optimize"
5559
  msgstr ""
5560
 
5561
- #: languages/vue.php:302
5562
  msgid "Category / Tags Tracking"
5563
  msgstr ""
5564
 
5565
- #: languages/vue.php:305
5566
  msgid "WooCommerce"
5567
  msgstr ""
5568
 
5569
- #: languages/vue.php:308
5570
  msgid "Easy Digital Downloads"
5571
  msgstr ""
5572
 
5573
- #: languages/vue.php:311
5574
  msgid "MemberPress"
5575
  msgstr ""
5576
 
5577
- #: languages/vue.php:314
5578
  msgid "LifterLMS"
5579
  msgstr ""
5580
 
5581
- #: languages/vue.php:317
5582
- msgid "Congratulations! "
 
5583
  msgstr ""
5584
 
5585
- #: languages/vue.php:320
5586
- msgid "You Successfully Unlocked the most powerful Analytics plugin"
5587
  msgstr ""
5588
 
5589
- #. Translators: Error status and error text.
5590
- #: languages/vue.php:324
5591
- msgid "Can't load report data. Error: %1$s, %2$s"
5592
  msgstr ""
5593
 
5594
- #: languages/vue.php:327
5595
- msgid "Error loading report data"
5596
  msgstr ""
5597
 
5598
- #: languages/vue.php:331
5599
- msgid "Import Export"
5600
  msgstr ""
5601
 
5602
- #: languages/vue.php:334
5603
- msgid "PrettyLinks Integration"
 
5604
  msgstr ""
5605
 
5606
- #: languages/vue.php:340
5607
- msgid "Getting Started"
5608
  msgstr ""
5609
 
5610
- #: languages/vue.php:344
5611
- msgid "Lite vs Pro"
 
5612
  msgstr ""
5613
 
5614
- #: languages/vue.php:350
5615
- msgid "Popular Posts Widget"
5616
  msgstr ""
5617
 
5618
- #: languages/vue.php:353
5619
- msgid "Popular Products"
5620
  msgstr ""
5621
 
5622
- #: languages/vue.php:362
5623
- msgid "Engagement"
5624
  msgstr ""
5625
 
5626
- #: languages/vue.php:368
5627
- msgid "Publisher"
 
5628
  msgstr ""
5629
 
5630
- #: languages/vue.php:371
5631
- msgid "Conversions"
5632
  msgstr ""
5633
 
5634
- #: languages/vue.php:374
5635
- msgid "Advanced"
 
5636
  msgstr ""
5637
 
5638
- #: languages/vue.php:378
5639
- msgid "URL Builder"
5640
  msgstr ""
5641
 
5642
- #: languages/vue.php:381
5643
- msgid "You must connect with MonsterInsights before you can view reports."
5644
  msgstr ""
5645
 
5646
- #: languages/vue.php:384
5647
- msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5648
  msgstr ""
5649
 
5650
- #: languages/vue.php:388
5651
- msgid "Launch Setup Wizard"
5652
  msgstr ""
5653
 
5654
- #: languages/vue.php:391
5655
- msgid "Please ask your webmaster to connect MonsterInsights to Google Analytics."
 
 
 
 
 
 
 
 
5656
  msgstr ""
5657
 
5658
- #: languages/vue.php:394
5659
  msgid "MonsterInsights encountered an error loading your report data"
5660
  msgstr ""
5661
 
5662
- #: languages/vue.php:397
5663
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5664
  msgstr ""
5665
 
5666
- #: languages/vue.php:400
5667
  msgid "Reconnect MonsterInsights"
5668
  msgstr ""
5669
 
5670
- #: languages/vue.php:403
5671
  msgid "Re-Authenticating"
5672
  msgstr ""
5673
 
5674
- #: languages/vue.php:406
5675
  msgid "Ok"
5676
  msgstr ""
5677
 
5678
- #: languages/vue.php:409
5679
- msgid "See Quick Links"
 
5680
  msgstr ""
5681
 
5682
- #: languages/vue.php:412
5683
- msgid "Suggest a Feature"
5684
  msgstr ""
5685
 
5686
- #: languages/vue.php:415
5687
- msgid "Join Our Community"
5688
  msgstr ""
5689
 
5690
- #: languages/vue.php:418
5691
- msgid "Support & Docs"
5692
  msgstr ""
5693
 
5694
- #: languages/vue.php:421
5695
- msgid "Upgrade to Pro &#187;"
5696
  msgstr ""
5697
 
5698
- #: languages/vue.php:424
5699
- msgid "Powered by MonsterInsights"
5700
  msgstr ""
5701
 
5702
- #: languages/vue.php:439
5703
- msgid "Save Changes"
5704
  msgstr ""
5705
 
5706
- #: languages/vue.php:445
5707
- msgid "Congratulations!"
5708
  msgstr ""
5709
 
5710
- #. Translators: Add link to YouTube video and Onboarding Wizard.
5711
- #: languages/vue.php:449
5712
- 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."
5713
  msgstr ""
5714
 
5715
- #. Translators: Add link to YouTube video and Onboarding Wizard.
5716
- #: languages/vue.php:453
5717
- msgid "Onboarding Wizard"
5718
  msgstr ""
5719
 
5720
- #: languages/vue.php:456
5721
- 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."
5722
  msgstr ""
5723
 
5724
- #: languages/vue.php:459
5725
- msgid "Exit Setup"
5726
  msgstr ""
5727
 
5728
- #: languages/vue.php:462
5729
- msgid "MonsterInsights Addons"
5730
  msgstr ""
5731
 
5732
- #: languages/vue.php:465
5733
- msgid "Search Addons"
5734
  msgstr ""
5735
 
5736
- #: languages/vue.php:468
5737
- msgid "Inbox"
5738
  msgstr ""
5739
 
5740
- #: languages/vue.php:471
5741
- msgid "Back to Inbox"
5742
  msgstr ""
5743
 
5744
- #: languages/vue.php:474
5745
- msgid "View Dismissed"
5746
  msgstr ""
5747
 
5748
- #: languages/vue.php:477
5749
- msgid "Notifications"
5750
  msgstr ""
5751
 
5752
- #: languages/vue.php:480
5753
- msgid "Dismiss All"
5754
  msgstr ""
5755
 
5756
- #: languages/vue.php:483
5757
- msgid "Dismissed"
5758
  msgstr ""
5759
 
5760
- #: languages/vue.php:486
5761
- msgid "No Notifications"
5762
  msgstr ""
5763
 
5764
- #: languages/vue.php:489
5765
- msgid "Publishers Report"
5766
  msgstr ""
5767
 
5768
- #: languages/vue.php:492
5769
- msgid "eCommerce Report"
5770
  msgstr ""
5771
 
5772
- #: languages/vue.php:495
5773
- msgid "Search Console Report"
5774
  msgstr ""
5775
 
5776
- #: languages/vue.php:498
5777
- msgid "Dimensions Report"
5778
  msgstr ""
5779
 
5780
- #: languages/vue.php:501
5781
- msgid "Forms Report"
5782
  msgstr ""
5783
 
5784
- #: languages/vue.php:505
5785
- msgid "Real-Time Report"
5786
  msgstr ""
5787
 
5788
- #: languages/vue.php:509
5789
- msgid "2019 Year in Review"
5790
  msgstr ""
5791
 
5792
- #. Translators: Placeholder is replaced with WPForms.
5793
- #: languages/vue.php:513
5794
- msgid "Recommended Plugin: %s"
5795
  msgstr ""
5796
 
5797
- #: languages/vue.php:516
5798
- msgid "Install"
5799
  msgstr ""
5800
 
5801
- #: languages/vue.php:519
5802
- msgid "Activate"
5803
  msgstr ""
5804
 
5805
- #. Translators: Number of days in interval.
5806
- #: languages/vue.php:523
5807
- msgid "Last %s days"
5808
  msgstr ""
5809
 
5810
- #: languages/vue.php:541
5811
- msgid "Real-Time"
5812
  msgstr ""
5813
 
5814
- #: languages/vue.php:544
5815
- msgid "License Key"
5816
  msgstr ""
5817
 
5818
- #. Translators: Add link to retrieve license key from account.
5819
- #: languages/vue.php:548
5820
- msgid "Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
5821
  msgstr ""
5822
 
5823
- #: languages/vue.php:551
5824
- msgid "Google Authentication"
5825
  msgstr ""
5826
 
5827
- #: languages/vue.php:554
5828
- msgid "Connect Google Analytics + WordPress"
5829
  msgstr ""
5830
 
5831
- #: languages/vue.php:557
5832
- msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
5833
  msgstr ""
5834
 
5835
- #: languages/vue.php:561
5836
- msgid "Miscellaneous"
5837
  msgstr ""
5838
 
5839
- #: languages/vue.php:565
5840
- msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
5841
  msgstr ""
5842
 
5843
- #: languages/vue.php:569
5844
- msgid "Hide Announcements"
5845
  msgstr ""
5846
 
5847
- #: languages/vue.php:572
5848
- msgid "Setup Wizard"
5849
  msgstr ""
5850
 
5851
- #: languages/vue.php:575
5852
- msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
5853
  msgstr ""
5854
 
5855
- #: languages/vue.php:578
5856
- msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
5857
  msgstr ""
5858
 
5859
- #: languages/vue.php:581
5860
- msgid "No addons found."
5861
  msgstr ""
5862
 
5863
- #: languages/vue.php:584
5864
- msgid "Refresh Addons"
5865
- msgstr ""
5866
-
5867
- #: languages/vue.php:587
5868
- msgid "Refreshing Addons"
5869
- msgstr ""
5870
-
5871
- #. Translators: Make text green.
5872
- #: languages/vue.php:591
5873
- 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!"
5874
  msgstr ""
5875
 
5876
- #: languages/vue.php:594
5877
- msgid "Demographics"
5878
  msgstr ""
5879
 
5880
- #: languages/vue.php:597
5881
- msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
5882
  msgstr ""
5883
 
5884
- #: languages/vue.php:600
5885
- msgid "Anonymize IP Addresses"
 
5886
  msgstr ""
5887
 
5888
- #: languages/vue.php:603
5889
- msgid "Link Attribution"
 
5890
  msgstr ""
5891
 
5892
- #: languages/vue.php:606
5893
- msgid "Enable Enhanced Link Attribution"
 
5894
  msgstr ""
5895
 
5896
- #: languages/vue.php:609
5897
- msgid "Enable Anchor Tracking"
 
5898
  msgstr ""
5899
 
5900
- #: languages/vue.php:612
5901
- msgid "Enable allowAnchor"
5902
  msgstr ""
5903
 
5904
- #: languages/vue.php:615
5905
- msgid "Enable allowLinker"
5906
  msgstr ""
5907
 
5908
- #: languages/vue.php:618
5909
- msgid "Enable Tag Links in RSS"
5910
  msgstr ""
5911
 
5912
- #: languages/vue.php:621
5913
- msgid "File Downloads"
5914
  msgstr ""
5915
 
 
5916
  #: languages/vue.php:624
5917
- msgid "Extensions of Files to Track as Downloads"
5918
  msgstr ""
5919
 
5920
- #: languages/vue.php:627
5921
- msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
 
5922
  msgstr ""
5923
 
5924
- #. Translators: Add links to the documentation.
5925
  #: languages/vue.php:631
5926
- 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."
5927
  msgstr ""
5928
 
5929
- #. Translators: Adds a link to the documentation.
5930
- #: languages/vue.php:635
5931
- 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."
5932
  msgstr ""
5933
 
5934
- #. Translators: Adds a link to the documentation.
5935
- #: languages/vue.php:639
5936
- 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."
5937
  msgstr ""
5938
 
5939
- #: languages/vue.php:642
5940
- 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."
 
 
 
 
5941
  msgstr ""
5942
 
5943
- #. Translators: Adds a link to the documentation.
5944
  #: languages/vue.php:646
5945
- 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."
5946
  msgstr ""
5947
 
5948
- #. Translators: Adds a link to the documentation.
5949
  #: languages/vue.php:650
5950
- 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."
5951
  msgstr ""
5952
 
5953
- #. Translators: Adds a link to the documentation.
5954
- #: languages/vue.php:654
5955
- 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."
5956
  msgstr ""
5957
 
5958
- #: languages/vue.php:657
5959
- msgid "Add domain"
5960
  msgstr ""
5961
 
5962
- #. Translators: Example domain.
5963
- #: languages/vue.php:661
5964
- msgid "Domain (example: %s)"
5965
  msgstr ""
5966
 
5967
- #. Translators: Current site domain to be avoided.
5968
  #: languages/vue.php:665
5969
- msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
5970
  msgstr ""
5971
 
5972
  #: languages/vue.php:668
5973
- msgid "Cross Domain Tracking"
5974
  msgstr ""
5975
 
5976
- #. Translators: Adds a link to the documentation.
5977
- #: languages/vue.php:672
5978
- 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."
5979
  msgstr ""
5980
 
5981
- #: languages/vue.php:675
5982
- msgid "Installing Addon"
5983
  msgstr ""
5984
 
5985
- #: languages/vue.php:678
5986
- msgid "Activating Addon"
5987
  msgstr ""
5988
 
 
5989
  #: languages/vue.php:681
5990
- msgid "Addon Activated"
5991
  msgstr ""
5992
 
5993
  #: languages/vue.php:684
5994
- msgid "Loading report data"
5995
  msgstr ""
5996
 
5997
  #: languages/vue.php:687
5998
- msgid "Please activate manually"
5999
  msgstr ""
6000
 
6001
- #. Translators: Adds the error status and status text.
6002
- #: languages/vue.php:691
6003
- msgid "Error: %1$s, %2$s"
6004
  msgstr ""
6005
 
6006
- #: languages/vue.php:694
6007
- msgid "Error Activating Addon"
6008
  msgstr ""
6009
 
6010
- #: languages/vue.php:700
6011
- msgid "Dismiss"
6012
  msgstr ""
6013
 
6014
- #: languages/vue.php:703
6015
- msgid "Redirecting"
6016
  msgstr ""
6017
 
6018
- #: languages/vue.php:706
6019
- msgid "Please wait"
 
 
 
 
6020
  msgstr ""
6021
 
6022
  #: languages/vue.php:709
6023
- msgid "activate"
6024
  msgstr ""
6025
 
6026
- #: languages/vue.php:712
6027
- msgid "install"
6028
  msgstr ""
6029
 
6030
- #: languages/vue.php:715
6031
- msgid "Visit addons page"
6032
  msgstr ""
6033
 
6034
- #: languages/vue.php:718
6035
- msgid "Report Unavailable"
6036
  msgstr ""
6037
 
6038
- #. Translators: Install/Activate the addon.
6039
- #: languages/vue.php:722
6040
- msgid "%s Addon"
6041
  msgstr ""
6042
 
6043
- #: languages/vue.php:725
6044
- msgid "Go Back To Reports"
6045
  msgstr ""
6046
 
6047
- #: languages/vue.php:728
6048
- msgid "Enable Enhanced eCommerce"
6049
  msgstr ""
6050
 
6051
- #. Translators: placeholders make text small.
6052
  #: languages/vue.php:732
6053
- msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
6054
  msgstr ""
6055
 
6056
- #. Translators: placeholders make text small.
6057
  #: languages/vue.php:736
6058
- msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
6059
  msgstr ""
6060
 
6061
- #. Translators: placeholders make text small.
6062
  #: languages/vue.php:740
6063
- msgid "None %1$s- Manually update everything.%2$s"
6064
- msgstr ""
6065
-
6066
- #: languages/vue.php:743
6067
- msgid "Automatic Updates"
6068
  msgstr ""
6069
 
6070
- #: languages/vue.php:746
6071
- msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions."
6072
  msgstr ""
6073
 
6074
- #: languages/vue.php:749
6075
- 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."
6076
  msgstr ""
6077
 
6078
  #: languages/vue.php:752
6079
- 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\"."
6080
  msgstr ""
6081
 
6082
  #: languages/vue.php:755
6083
- 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."
6084
  msgstr ""
6085
 
6086
  #: languages/vue.php:758
6087
- msgid "Yup, we know a thing or two about building awesome products that customers love."
6088
  msgstr ""
6089
 
6090
  #: languages/vue.php:761
6091
- msgid "The MonsterInsights Team"
6092
  msgstr ""
6093
 
6094
  #: languages/vue.php:764
6095
- msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
6096
  msgstr ""
6097
 
6098
  #: languages/vue.php:767
6099
- msgid "WordPress Admin Area Reports"
6100
  msgstr ""
6101
 
6102
  #: languages/vue.php:770
6103
- msgid "Standard Reports"
6104
  msgstr ""
6105
 
6106
  #: languages/vue.php:773
6107
- msgid "Overview Reports for the last 30 days."
6108
- msgstr ""
6109
-
6110
- #: languages/vue.php:776
6111
- msgid "Advanced Reports"
6112
- msgstr ""
6113
-
6114
- #: languages/vue.php:779
6115
- msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
6116
  msgstr ""
6117
 
6118
- #: languages/vue.php:782
6119
- msgid "Dashboard Widget"
 
6120
  msgstr ""
6121
 
 
6122
  #: languages/vue.php:785
6123
- msgid "Basic Widget"
6124
- msgstr ""
6125
-
6126
- #: languages/vue.php:788
6127
- msgid "Overview Report Synopsis"
6128
  msgstr ""
6129
 
6130
- #: languages/vue.php:791
6131
- msgid "Advanced Dashboard Widget"
 
6132
  msgstr ""
6133
 
6134
- #: languages/vue.php:794
6135
- msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
 
6136
  msgstr ""
6137
 
6138
- #: languages/vue.php:797
6139
- msgid "Publisher Reports"
6140
  msgstr ""
6141
 
6142
  #: languages/vue.php:800
6143
- msgid "Advanced Publisher Reports & Tracking"
6144
  msgstr ""
6145
 
6146
- #: languages/vue.php:803
6147
- msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
6148
  msgstr ""
6149
 
6150
- #: languages/vue.php:806
6151
- msgid "Not Available"
 
6152
  msgstr ""
6153
 
6154
- #: languages/vue.php:809
6155
- msgid "Complete Custom Dimensions Tracking"
 
6156
  msgstr ""
6157
 
6158
- #: languages/vue.php:812
6159
- 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"
6160
  msgstr ""
6161
 
6162
- #: languages/vue.php:818
6163
- msgid "Limited Support"
6164
  msgstr ""
6165
 
6166
- #: languages/vue.php:821
6167
- msgid "Priority Support"
6168
  msgstr ""
6169
 
6170
- #: languages/vue.php:824
6171
- msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
6172
  msgstr ""
6173
 
6174
- #: languages/vue.php:827
6175
- msgid "Feature"
6176
  msgstr ""
6177
 
6178
- #: languages/vue.php:830
6179
- msgid "Lite"
6180
  msgstr ""
6181
 
6182
- #: languages/vue.php:833
6183
- msgid "Pro"
6184
  msgstr ""
6185
 
6186
- #: languages/vue.php:836
6187
- msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
6188
  msgstr ""
6189
 
6190
- #. Translators: Makes text green.
6191
  #: languages/vue.php:840
6192
- msgid "Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6193
  msgstr ""
6194
 
6195
  #: languages/vue.php:843
6196
- msgid "Included"
6197
  msgstr ""
6198
 
6199
  #: languages/vue.php:846
6200
- msgid "Custom Google Analytics Link Tracking"
6201
  msgstr ""
6202
 
6203
  #: languages/vue.php:849
6204
- msgid "Standard Tracking"
6205
  msgstr ""
6206
 
6207
  #: languages/vue.php:852
6208
- msgid "Advanced Tracking"
6209
  msgstr ""
6210
 
6211
  #: languages/vue.php:855
6212
- msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
6213
  msgstr ""
6214
 
6215
  #: languages/vue.php:858
6216
- msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
6217
  msgstr ""
6218
 
6219
  #: languages/vue.php:861
6220
- msgid "No-Code-Needed Tracking Features"
6221
  msgstr ""
6222
 
6223
  #: languages/vue.php:864
6224
- msgid "Basic Tracking Options"
6225
- msgstr ""
6226
-
6227
- #: languages/vue.php:867
6228
- msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
6229
  msgstr ""
6230
 
6231
- #: languages/vue.php:870
6232
- msgid "Advanced Tracking Options"
 
6233
  msgstr ""
6234
 
6235
- #: languages/vue.php:873
6236
- msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
 
6237
  msgstr ""
6238
 
 
6239
  #: languages/vue.php:876
6240
- msgid "eCommerce Tracking"
6241
  msgstr ""
6242
 
6243
  #: languages/vue.php:879
6244
- msgid "One-click Complete eCommerce tracking"
6245
- msgstr ""
6246
-
6247
- #: languages/vue.php:882
6248
- msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
6249
  msgstr ""
6250
 
6251
- #: languages/vue.php:885
6252
- msgid "Forms Tracking"
 
6253
  msgstr ""
6254
 
6255
- #: languages/vue.php:888
6256
- msgid "One-click Form Events Tracking"
 
6257
  msgstr ""
6258
 
 
6259
  #: languages/vue.php:891
6260
- msgid "GDPR Guide"
6261
  msgstr ""
6262
 
6263
  #: languages/vue.php:894
6264
- 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. "
6265
  msgstr ""
6266
 
6267
- #: languages/vue.php:897
6268
- msgid "How to Install and Activate MonsterInsights Addons"
 
6269
  msgstr ""
6270
 
6271
- #: languages/vue.php:900
6272
- 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."
 
6273
  msgstr ""
6274
 
6275
- #: languages/vue.php:903
6276
- msgid "Enabling eCommerce Tracking and Reports"
6277
- msgstr ""
6278
-
6279
- #: languages/vue.php:906
6280
- 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."
6281
  msgstr ""
6282
 
 
6283
  #: languages/vue.php:909
6284
- msgid "Read Documentation"
6285
  msgstr ""
6286
 
6287
  #: languages/vue.php:912
6288
- msgid "Getting Started with MonsterInsights"
6289
  msgstr ""
6290
 
6291
  #: languages/vue.php:915
6292
- 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."
6293
  msgstr ""
6294
 
6295
  #: languages/vue.php:918
6296
- 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."
6297
  msgstr ""
6298
 
6299
  #: languages/vue.php:921
6300
- 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!."
6301
  msgstr ""
6302
 
6303
  #: languages/vue.php:924
6304
- msgid "Launch the wizard!"
6305
  msgstr ""
6306
 
6307
- #: languages/vue.php:927
6308
- msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
 
6309
  msgstr ""
6310
 
6311
- #. Translators: Makes text bold.
6312
  #: languages/vue.php:931
6313
- 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."
6314
  msgstr ""
6315
 
6316
  #: languages/vue.php:934
6317
- msgid "Universal Tracking across devices and campaigns with just a few clicks."
6318
  msgstr ""
6319
 
6320
  #: languages/vue.php:937
6321
- msgid "See your website analytics reports inside the WordPress dashboard"
6322
  msgstr ""
6323
 
6324
  #: languages/vue.php:940
6325
- msgid "Get real-time stats right inside WordPress"
6326
  msgstr ""
6327
 
6328
  #: languages/vue.php:943
6329
- msgid "1-click Google Analytics Enhanced eCommerce tracking"
6330
  msgstr ""
6331
 
6332
  #: languages/vue.php:946
6333
- msgid "Get detailed stats for each post and page."
6334
  msgstr ""
6335
 
6336
  #: languages/vue.php:949
6337
- msgid "Automatically track clicks on your affiliate links and ads."
6338
  msgstr ""
6339
 
6340
  #: languages/vue.php:952
6341
- msgid "Make Google Analytics GDPR compliant automatically"
6342
  msgstr ""
6343
 
6344
  #: languages/vue.php:955
6345
- msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
6346
  msgstr ""
6347
 
6348
  #: languages/vue.php:958
6349
- msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
6350
  msgstr ""
6351
 
6352
  #: languages/vue.php:961
6353
- msgid "More advanced features"
6354
  msgstr ""
6355
 
6356
  #: languages/vue.php:964
6357
- msgid "How to Connect to Google Analytics"
6358
  msgstr ""
6359
 
6360
  #: languages/vue.php:967
6361
- 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."
6362
  msgstr ""
6363
 
6364
  #: languages/vue.php:970
6365
- msgid "Guide and Checklist for Advanced Insights"
6366
  msgstr ""
6367
 
6368
  #: languages/vue.php:973
6369
- 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."
6370
  msgstr ""
6371
 
6372
  #: languages/vue.php:976
6373
- msgid "Time to Purchase"
6374
  msgstr ""
6375
 
6376
  #: languages/vue.php:979
6377
- msgid "This list shows how many days from first visit it took users to purchase products from your site."
6378
  msgstr ""
6379
 
6380
  #: languages/vue.php:982
6381
- msgid "Sessions to Purchase"
6382
  msgstr ""
6383
 
6384
  #: languages/vue.php:985
6385
- msgid "This list shows the number of sessions it took users before they purchased a product from your website."
6386
  msgstr ""
6387
 
6388
  #: languages/vue.php:988
6389
- msgid "Top Posts/Pages"
6390
  msgstr ""
6391
 
6392
  #: languages/vue.php:991
6393
- msgid "This list shows the most viewed posts and pages on your website."
6394
  msgstr ""
6395
 
6396
  #: languages/vue.php:994
6397
- msgid "New vs. Returning Visitors"
6398
  msgstr ""
6399
 
6400
  #: languages/vue.php:997
6401
- msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
6402
  msgstr ""
6403
 
6404
  #: languages/vue.php:1000
6405
- msgid "Device Breakdown"
6406
  msgstr ""
6407
 
6408
  #: languages/vue.php:1003
6409
- 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."
6410
  msgstr ""
6411
 
6412
  #: languages/vue.php:1006
6413
- msgid "Top Landing Pages"
6414
  msgstr ""
6415
 
6416
  #: languages/vue.php:1009
6417
- msgid "This list shows the top pages users first land on when visiting your website."
6418
  msgstr ""
6419
 
6420
  #: languages/vue.php:1012
6421
- msgid "Top Exit Pages"
6422
  msgstr ""
6423
 
6424
  #: languages/vue.php:1015
6425
- msgid "This list shows the top pages users exit your website from."
6426
  msgstr ""
6427
 
6428
  #: languages/vue.php:1018
6429
- msgid "Top Outbound Links"
6430
  msgstr ""
6431
 
6432
  #: languages/vue.php:1021
6433
- msgid "This list shows the top links clicked on your website that go to another website."
6434
  msgstr ""
6435
 
6436
  #: languages/vue.php:1024
6437
- msgid "Top Affiliate Links"
6438
  msgstr ""
6439
 
6440
  #: languages/vue.php:1027
6441
- msgid "This list shows the top affiliate links your visitors clicked on."
6442
- msgstr ""
6443
-
6444
- #: languages/vue.php:1030
6445
- msgid "Top Download Links"
6446
  msgstr ""
6447
 
6448
- #: languages/vue.php:1033
6449
- msgid "This list shows the download links your visitors clicked the most."
 
6450
  msgstr ""
6451
 
6452
- #: languages/vue.php:1036
6453
- msgid "Top Products"
6454
  msgstr ""
6455
 
6456
- #: languages/vue.php:1039
6457
- msgid "This list shows the top selling products on your website."
6458
  msgstr ""
6459
 
6460
- #: languages/vue.php:1042
6461
- msgid "Top Conversion Sources"
6462
  msgstr ""
6463
 
6464
- #: languages/vue.php:1045
6465
- msgid "This list shows the top referral websites in terms of product revenue."
6466
  msgstr ""
6467
 
6468
- #: languages/vue.php:1048
6469
- msgid "Total Add/Remove"
6470
  msgstr ""
6471
 
6472
- #: languages/vue.php:1051
6473
- msgid "Last 30 Days Insights for:"
6474
  msgstr ""
6475
 
6476
- #: languages/vue.php:1054
6477
- msgid "Your Website"
6478
  msgstr ""
6479
 
6480
- #: languages/vue.php:1057
6481
- msgid "Sessions"
6482
  msgstr ""
6483
 
6484
- #: languages/vue.php:1060
6485
- msgid "Pageviews"
6486
  msgstr ""
6487
 
6488
- #: languages/vue.php:1063
6489
- msgid "Avg. Duration"
6490
  msgstr ""
6491
 
6492
- #: languages/vue.php:1066
6493
- msgid "Bounce Rate"
6494
  msgstr ""
6495
 
6496
- #: languages/vue.php:1069
6497
- msgid "More data is available"
 
6498
  msgstr ""
6499
 
6500
- #: languages/vue.php:1072
6501
- msgid "Want to see page-specific stats?"
6502
  msgstr ""
6503
 
6504
- #: languages/vue.php:1075
6505
- msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
6506
  msgstr ""
6507
 
6508
- #: languages/vue.php:1078
6509
- msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
6510
  msgstr ""
6511
 
6512
- #: languages/vue.php:1081
6513
- msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
6514
  msgstr ""
6515
 
 
6516
  #: languages/vue.php:1084
6517
- msgid "Caching"
6518
  msgstr ""
6519
 
6520
  #: languages/vue.php:1087
6521
- msgid "Enable Data Caching"
6522
  msgstr ""
6523
 
6524
  #: languages/vue.php:1090
6525
- msgid "Refresh Cache Every"
6526
  msgstr ""
6527
 
6528
  #: languages/vue.php:1093
6529
- msgid "Choose how often to refresh the cache."
6530
  msgstr ""
6531
 
6532
  #: languages/vue.php:1096
6533
- msgid "Enable Ajaxify"
6534
  msgstr ""
6535
 
6536
  #: languages/vue.php:1099
6537
- msgid "Ajaxify Widget"
6538
  msgstr ""
6539
 
6540
  #: languages/vue.php:1102
6541
- msgid "Use to bypass page caching."
6542
  msgstr ""
6543
 
6544
  #: languages/vue.php:1105
6545
- msgid "Empty Cache"
6546
  msgstr ""
6547
 
6548
  #: languages/vue.php:1108
6549
- msgid "Click to manually wipe the cache right now."
6550
  msgstr ""
6551
 
6552
  #: languages/vue.php:1111
6553
- msgid "Popular posts cache emptied"
6554
  msgstr ""
6555
 
6556
  #: languages/vue.php:1114
6557
- msgid "Error emptying the popular posts cache. Please try again."
6558
  msgstr ""
6559
 
6560
- #. Translators: Adds a link to the general settings tab.
6561
- #: languages/vue.php:1118
6562
- 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."
6563
  msgstr ""
6564
 
 
6565
  #: languages/vue.php:1121
6566
- msgid "Email Summaries"
6567
- msgstr ""
6568
-
6569
- #: languages/vue.php:1124
6570
- msgid "Export PDF Reports"
6571
  msgstr ""
6572
 
6573
  #: languages/vue.php:1127
6574
- msgid "Permissions"
6575
  msgstr ""
6576
 
6577
  #: languages/vue.php:1130
6578
- msgid "Allow These User Roles to See Reports"
6579
- msgstr ""
6580
-
6581
- #: languages/vue.php:1133
6582
- msgid "Users that have at least one of these roles will be able to view the reports."
6583
  msgstr ""
6584
 
6585
- #: languages/vue.php:1136
6586
- 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."
 
6587
  msgstr ""
6588
 
6589
- #: languages/vue.php:1139
6590
- msgid "Allow These User Roles to Save Settings"
 
6591
  msgstr ""
6592
 
 
6593
  #: languages/vue.php:1142
6594
- msgid "Users that have at least one of these roles will be able to view and save the settings panel."
6595
  msgstr ""
6596
 
6597
  #: languages/vue.php:1145
6598
- 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."
6599
  msgstr ""
6600
 
6601
  #: languages/vue.php:1148
6602
- msgid "Exclude These User Roles From Tracking"
6603
  msgstr ""
6604
 
6605
  #: languages/vue.php:1151
6606
- msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
6607
  msgstr ""
6608
 
6609
  #: languages/vue.php:1154
6610
- msgid "Performance"
6611
  msgstr ""
6612
 
6613
  #: languages/vue.php:1157
6614
- msgid "Custom code"
6615
  msgstr ""
6616
 
6617
- #. Translators: Adds a link to the Google reference.
6618
- #: languages/vue.php:1161
6619
- 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."
6620
  msgstr ""
6621
 
6622
- #: languages/vue.php:1167
6623
- msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
6624
  msgstr ""
6625
 
6626
- #: languages/vue.php:1170
6627
- msgid "Hide Admin Bar Reports"
6628
  msgstr ""
6629
 
6630
- #. Translators: placeholders make text small.
6631
- #: languages/vue.php:1174
6632
- msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
 
 
 
 
 
 
 
6633
  msgstr ""
6634
 
6635
- #. Translators: placeholders make text small.
6636
  #: languages/vue.php:1178
6637
- msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
6638
  msgstr ""
6639
 
6640
- #. Translators: placeholders make text small.
6641
- #: languages/vue.php:1182
6642
- msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
6643
  msgstr ""
6644
 
6645
  #. Translators: Example path (/go/).
6646
- #: languages/vue.php:1187
6647
  msgid "Path (example: %s)"
6648
  msgstr ""
6649
 
6650
- #: languages/vue.php:1191
6651
  msgid "Path has to start with a / and have no spaces"
6652
  msgstr ""
6653
 
6654
  #. Translators: Example label (aff).
6655
- #: languages/vue.php:1196
6656
  msgid "Label (example: %s)"
6657
  msgstr ""
6658
 
6659
- #: languages/vue.php:1200
6660
  msgid "Label can't contain any spaces"
6661
  msgstr ""
6662
 
6663
- #: languages/vue.php:1203
6664
  msgid "Affiliate Links"
6665
  msgstr ""
6666
 
6667
  #. Translators: Add links to documentation.
6668
- #: languages/vue.php:1207
6669
  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."
6670
  msgstr ""
6671
 
6672
- #: languages/vue.php:1210
6673
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
6674
  msgstr ""
6675
 
6676
- #: languages/vue.php:1216
6677
- 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."
6678
  msgstr ""
6679
 
6680
- #: languages/vue.php:1219
6681
- msgid "Disable the Headline Analyzer"
6682
  msgstr ""
6683
 
6684
- #: languages/vue.php:1222
6685
- msgid "Choose Theme"
6686
  msgstr ""
6687
 
6688
- #: languages/vue.php:1225
6689
- msgid "Behavior"
6690
  msgstr ""
6691
 
6692
- #: languages/vue.php:1228
6693
- msgid "Widget Styling"
6694
  msgstr ""
6695
 
6696
- #: languages/vue.php:1231
6697
- msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
6698
  msgstr ""
6699
 
6700
- #: languages/vue.php:1234
6701
- msgid "Sort By"
6702
  msgstr ""
6703
 
6704
- #: languages/vue.php:1237
6705
- msgid "Choose how you'd like the widget to determine your popular posts."
6706
  msgstr ""
6707
 
6708
- #: languages/vue.php:1240
6709
- msgid "Display Title"
6710
  msgstr ""
6711
 
6712
- #: languages/vue.php:1246
6713
- msgid "Title your widget and set it’s display preferences."
6714
  msgstr ""
6715
 
6716
- #: languages/vue.php:1249
6717
- msgid "Include in Post Types"
6718
  msgstr ""
6719
 
6720
- #: languages/vue.php:1252
6721
- msgid "Exclude from specific posts"
6722
  msgstr ""
6723
 
6724
- #. Translators: Placeholders make the text bold.
6725
- #: languages/vue.php:1256
6726
- msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
6727
  msgstr ""
6728
 
6729
- #. Translators: Placeholders make the text bold.
6730
- #: languages/vue.php:1260
6731
- msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
6732
  msgstr ""
6733
 
6734
- #: languages/vue.php:1263
6735
- msgid "Loading Themes"
6736
  msgstr ""
6737
 
6738
- #. Translators: placeholders make text small.
6739
- #: languages/vue.php:1267
6740
- msgid "Default Styles %1$s- As seen above.%2$s"
6741
  msgstr ""
6742
 
6743
- #. Translators: placeholders make text small.
6744
- #: languages/vue.php:1271
6745
- msgid "No Styles %1$s- Use your own CSS.%2$s"
6746
  msgstr ""
6747
 
6748
- #. Translators: placeholders make text small.
6749
- #: languages/vue.php:1275
6750
- msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
6751
  msgstr ""
6752
 
6753
- #. Translators: placeholders make text small.
6754
- #: languages/vue.php:1279
6755
- msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
6756
  msgstr ""
6757
 
6758
- #. Translators: placeholders make text small.
6759
- #: languages/vue.php:1283
6760
- msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6761
  msgstr ""
6762
 
6763
  #: languages/vue.php:1286
6764
- msgid "Import/Export"
6765
  msgstr ""
6766
 
6767
  #: languages/vue.php:1289
6768
- msgid "Import"
6769
  msgstr ""
6770
 
6771
  #: languages/vue.php:1292
6772
- msgid "Import settings from another MonsterInsights website."
6773
  msgstr ""
6774
 
6775
  #: languages/vue.php:1295
6776
- msgid "Export"
6777
  msgstr ""
6778
 
6779
  #: languages/vue.php:1298
6780
- msgid "Export settings to import into another MonsterInsights install."
6781
  msgstr ""
6782
 
6783
  #: languages/vue.php:1301
6784
- msgid "Import Settings"
6785
  msgstr ""
6786
 
6787
  #: languages/vue.php:1304
6788
- msgid "Export Settings"
6789
  msgstr ""
6790
 
6791
  #: languages/vue.php:1307
6792
- msgid "Please choose a file to import"
6793
  msgstr ""
6794
 
6795
  #: languages/vue.php:1310
6796
- msgid "Use the filepicker below to select the settings export file from another site."
6797
  msgstr ""
6798
 
6799
  #: languages/vue.php:1313
6800
- msgid "Use the button below to export a file with your MonsterInsights settings."
6801
  msgstr ""
6802
 
6803
  #: languages/vue.php:1316
6804
- msgid "Uploading file..."
6805
  msgstr ""
6806
 
6807
  #: languages/vue.php:1319
6808
- msgid "File imported"
6809
  msgstr ""
6810
 
6811
  #: languages/vue.php:1322
6812
- msgid "Settings successfully updated!"
6813
  msgstr ""
6814
 
6815
  #: languages/vue.php:1325
6816
- msgid "Error importing settings"
6817
  msgstr ""
6818
 
6819
  #: languages/vue.php:1328
6820
- msgid "Please choose a .json file generated by a MonsterInsights settings export."
6821
  msgstr ""
6822
 
6823
  #: languages/vue.php:1331
6824
- msgid "Make your MonsterInsights campaign links prettier with Pretty Links!"
6825
  msgstr ""
6826
 
6827
  #: languages/vue.php:1334
6828
- msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
6829
  msgstr ""
6830
 
6831
  #: languages/vue.php:1337
6832
- msgid "Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!"
6833
  msgstr ""
6834
 
6835
  #: languages/vue.php:1340
6836
- msgid "Over 200,000 websites use Pretty Links!"
6837
  msgstr ""
6838
 
6839
  #: languages/vue.php:1343
6840
- msgid "Install Pretty Links"
6841
  msgstr ""
6842
 
6843
  #: languages/vue.php:1346
6844
- msgid "Pretty Links Installed & Activated"
6845
  msgstr ""
6846
 
6847
  #: languages/vue.php:1349
6848
- msgid "Download Pretty Links"
6849
  msgstr ""
6850
 
6851
  #: languages/vue.php:1352
6852
- msgid "Install Pretty Links from the WordPress.org plugin repository."
6853
  msgstr ""
6854
 
6855
  #: languages/vue.php:1355
6856
- msgid "Activate Pretty Links"
6857
  msgstr ""
6858
 
6859
  #: languages/vue.php:1358
6860
- msgid "Activating Pretty Links..."
6861
  msgstr ""
6862
 
6863
  #: languages/vue.php:1361
6864
- msgid "Create New Pretty Link"
6865
  msgstr ""
6866
 
6867
  #: languages/vue.php:1364
6868
- msgid "Create a New Pretty Link"
6869
  msgstr ""
6870
 
6871
  #: languages/vue.php:1367
6872
- msgid "Grab your campaign link and paste it into the Target URL field."
6873
  msgstr ""
6874
 
6875
- #. Translators: Placeholders are used for making text bold and adding a link.
6876
- #: languages/vue.php:1371
6877
- msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
6878
  msgstr ""
6879
 
6880
- #: languages/vue.php:1374
6881
- msgid "See All Your Important Store Metrics in One Place"
6882
  msgstr ""
6883
 
6884
- #: languages/vue.php:1377
6885
- msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
6886
  msgstr ""
6887
 
6888
- #: languages/vue.php:1380
6889
- msgid "ONE-CLICK INTEGRATIONS"
6890
  msgstr ""
6891
 
6892
- #: languages/vue.php:1386
6893
- msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
6894
  msgstr ""
6895
 
6896
- #: languages/vue.php:1389
6897
- 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."
6898
  msgstr ""
6899
 
6900
- #: languages/vue.php:1392
6901
- msgid "Custom Campaign Parameters"
6902
  msgstr ""
6903
 
6904
- #: languages/vue.php:1395
6905
- msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
6906
  msgstr ""
6907
 
6908
- #: languages/vue.php:1398
6909
- 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."
6910
  msgstr ""
6911
 
6912
- #. Translators: Marks the field as required.
6913
- #: languages/vue.php:1402
6914
- msgid "Website URL %s"
6915
  msgstr ""
6916
 
6917
- #. Translators: Display the current website url in italic.
6918
- #: languages/vue.php:1406
6919
- msgid "The full website URL (e.g. %1$s %2$s%3$s)"
6920
  msgstr ""
6921
 
6922
- #. Translators: Marks the field as required.
6923
- #: languages/vue.php:1410
6924
- msgid "Campaign Source %s"
6925
  msgstr ""
6926
 
6927
- #. Translators: Make the text italic.
6928
- #: languages/vue.php:1414
6929
- msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
6930
  msgstr ""
6931
 
6932
- #. Translators: Make the text italic.
6933
- #: languages/vue.php:1418
6934
- msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
6935
  msgstr ""
6936
 
6937
- #. Translators: Make the text italic.
6938
- #: languages/vue.php:1422
6939
- msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
6940
  msgstr ""
6941
 
6942
- #: languages/vue.php:1425
6943
- msgid "Enter the paid keyword"
6944
  msgstr ""
6945
 
6946
- #: languages/vue.php:1428
6947
- msgid "Enter something to differentiate ads"
6948
  msgstr ""
6949
 
6950
- #: languages/vue.php:1431
6951
- msgid "Use Fragment"
6952
  msgstr ""
6953
 
6954
- #. Translators: Make the text bold.
6955
- #: languages/vue.php:1435
6956
- msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
6957
  msgstr ""
6958
 
6959
- #: languages/vue.php:1438
6960
- msgid "URL to use"
6961
  msgstr ""
6962
 
6963
- #: languages/vue.php:1441
6964
- msgid "(Updates automatically)"
6965
  msgstr ""
6966
 
6967
- #: languages/vue.php:1444
6968
- msgid "Copy to Clipboard"
6969
  msgstr ""
6970
 
6971
- #: languages/vue.php:1447
6972
- msgid "Copy to Pretty Links"
 
6973
  msgstr ""
6974
 
6975
- #: languages/vue.php:1450
6976
- msgid "Make your campaign links prettier!"
 
6977
  msgstr ""
6978
 
6979
- #: languages/vue.php:1453
6980
- msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
 
6981
  msgstr ""
6982
 
6983
- #: languages/vue.php:1456
6984
- msgid "More Information & Examples"
 
6985
  msgstr ""
6986
 
6987
- #: languages/vue.php:1459
6988
- msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
 
6989
  msgstr ""
6990
 
6991
- #: languages/vue.php:1462
6992
- msgid "Campaign Source"
 
 
 
 
 
 
6993
  msgstr ""
6994
 
 
6995
  #: languages/vue.php:1465
6996
- msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
6997
  msgstr ""
6998
 
6999
- #: languages/vue.php:1468
7000
- msgid "Campaign Medium"
 
7001
  msgstr ""
7002
 
7003
- #: languages/vue.php:1471
7004
- msgid "Use utm_medium to identify a medium such as email or cost-per-click."
7005
  msgstr ""
7006
 
7007
- #: languages/vue.php:1474
7008
- msgid "Campaign Name"
7009
  msgstr ""
7010
 
7011
- #: languages/vue.php:1477
7012
- msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
7013
  msgstr ""
7014
 
7015
- #: languages/vue.php:1480
7016
- msgid "Campaign Term"
7017
  msgstr ""
7018
 
7019
- #: languages/vue.php:1483
7020
- msgid "Used for paid search. Use utm_term to note the keywords for this ad."
7021
  msgstr ""
7022
 
7023
- #: languages/vue.php:1486
7024
- msgid "Campaign Content"
7025
  msgstr ""
7026
 
7027
- #: languages/vue.php:1489
7028
- msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
7029
  msgstr ""
7030
 
7031
- #. Translators: Example.
7032
  #: languages/vue.php:1493
7033
- msgid "Example: %s"
7034
  msgstr ""
7035
 
7036
- #. Translators: Examples.
7037
- #: languages/vue.php:1497
7038
- msgid "Examples: %s"
7039
  msgstr ""
7040
 
7041
- #: languages/vue.php:1500
7042
- msgid "About Campaigns"
7043
  msgstr ""
7044
 
7045
- #: languages/vue.php:1503
7046
- msgid "About Custom Campaigns"
7047
  msgstr ""
7048
 
7049
- #: languages/vue.php:1506
7050
- msgid "Best Practices for Creating Custom Campaigns"
7051
  msgstr ""
7052
 
7053
- #: languages/vue.php:1509
7054
- msgid "About the Referral Traffic Report"
7055
  msgstr ""
7056
 
7057
- #: languages/vue.php:1512
7058
- msgid "About Traffic Source Dimensions"
7059
  msgstr ""
7060
 
7061
- #: languages/vue.php:1515
7062
- msgid "AdWords Auto-Tagging"
7063
  msgstr ""
7064
 
7065
- #: languages/vue.php:1518
7066
- msgid "Additional Information"
7067
  msgstr ""
7068
 
7069
- #: languages/vue.php:1521
7070
- msgid "Welcome to MonsterInsights!"
7071
  msgstr ""
7072
 
7073
- #: languages/vue.php:1524
7074
- msgid "Let's get you set up."
7075
  msgstr ""
7076
 
7077
- #: languages/vue.php:1527
7078
- msgid "Save and Continue"
7079
  msgstr ""
7080
 
7081
- #: languages/vue.php:1530
7082
- msgid "Which category best describes your website?"
7083
  msgstr ""
7084
 
7085
- #: languages/vue.php:1533
7086
- msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
7087
  msgstr ""
7088
 
7089
- #: languages/vue.php:1536
7090
- msgid "Business Website"
7091
  msgstr ""
7092
 
7093
- #. Translators: Make text bold.
7094
- #: languages/vue.php:1540
7095
- msgid "Publisher %1$s(Blog)%2$s"
7096
  msgstr ""
7097
 
7098
- #: languages/vue.php:1543
7099
- msgid "Ecommerce"
7100
  msgstr ""
7101
 
7102
- #: languages/vue.php:1546
7103
- msgid "MonsterInsights Recommends WPForms"
7104
  msgstr ""
7105
 
7106
- #: languages/vue.php:1549
7107
- msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
7108
  msgstr ""
7109
 
7110
- #: languages/vue.php:1552
7111
- msgid "Used on over 3,000,000 websites!"
7112
  msgstr ""
7113
 
7114
- #: languages/vue.php:1555
7115
- 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!"
7116
  msgstr ""
7117
 
7118
- #: languages/vue.php:1558
7119
- msgid "Skip this Step"
7120
  msgstr ""
7121
 
7122
- #: languages/vue.php:1561
7123
- msgid "Continue & Install WPForms"
7124
  msgstr ""
7125
 
7126
- #: languages/vue.php:1565
7127
- msgid "Installing..."
7128
  msgstr ""
7129
 
7130
- #: languages/vue.php:1568
7131
- msgid "Awesome, You're All Set!"
7132
  msgstr ""
7133
 
7134
  #: languages/vue.php:1571
7135
- msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
7136
  msgstr ""
7137
 
7138
- #. Translators: Make text bold.
7139
- #: languages/vue.php:1575
7140
- 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."
7141
  msgstr ""
7142
 
7143
- #. Translators: Link to our blog.
7144
- #: languages/vue.php:1579
7145
- msgid "%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business."
7146
  msgstr ""
7147
 
7148
- #: languages/vue.php:1582
7149
- msgid "Finish Setup & Exit Wizard"
7150
  msgstr ""
7151
 
7152
- #: languages/vue.php:1585
7153
- msgid "Checking your website..."
7154
  msgstr ""
7155
 
7156
- #: languages/vue.php:1588
7157
- msgid "Recommended Settings"
7158
  msgstr ""
7159
 
7160
- #: languages/vue.php:1591
7161
- msgid "MonsterInsights recommends the following settings based on your configuration."
7162
  msgstr ""
7163
 
7164
- #: languages/vue.php:1594
7165
- msgid "Events Tracking"
7166
  msgstr ""
7167
 
7168
- #: languages/vue.php:1597
7169
- msgid "Must have for all click tracking on site."
7170
  msgstr ""
7171
 
7172
- #: languages/vue.php:1600
7173
- 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."
7174
  msgstr ""
7175
 
7176
- #: languages/vue.php:1603
7177
- msgid "Enhanced Link Attribution"
7178
  msgstr ""
7179
 
7180
- #: languages/vue.php:1606
7181
- msgid "Improves the accuracy of your In-Page Analytics."
7182
  msgstr ""
7183
 
7184
- #: languages/vue.php:1609
7185
- 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."
7186
  msgstr ""
7187
 
7188
- #: languages/vue.php:1612
7189
- msgid "Install Updates Automatically"
7190
  msgstr ""
7191
 
7192
- #: languages/vue.php:1615
7193
- msgid "Get the latest features, bug fixes, and security updates as they are released."
7194
  msgstr ""
7195
 
7196
- #: languages/vue.php:1618
7197
- msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
7198
  msgstr ""
7199
 
7200
- #: languages/vue.php:1621
7201
- msgid "File Download Tracking"
7202
  msgstr ""
7203
 
7204
- #: languages/vue.php:1624
7205
- msgid "Helps you see file downloads data."
7206
  msgstr ""
7207
 
7208
- #: languages/vue.php:1627
7209
- 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."
7210
  msgstr ""
7211
 
7212
- #: languages/vue.php:1630
7213
- msgid "Helps you increase affiliate revenue."
7214
  msgstr ""
7215
 
7216
- #: languages/vue.php:1633
7217
- 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."
7218
  msgstr ""
7219
 
7220
- #: languages/vue.php:1636
7221
- msgid "Affiliate Link Tracking"
7222
  msgstr ""
7223
 
7224
- #: languages/vue.php:1639
7225
- msgid "Who Can See Reports"
7226
  msgstr ""
7227
 
7228
- #: languages/vue.php:1642
7229
- msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
7230
  msgstr ""
7231
 
7232
- #: languages/vue.php:1645
7233
- msgid "Save and continue"
7234
  msgstr ""
7235
 
7236
- #: languages/vue.php:1648
7237
- msgid "Events Tracking is enabled the moment you set up MonsterInsights"
 
7238
  msgstr ""
7239
 
 
7240
  #: languages/vue.php:1651
7241
- msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
7242
- msgstr ""
7243
-
7244
- #: languages/vue.php:1654
7245
- msgid "+ Add Role"
7246
  msgstr ""
7247
 
7248
- #: languages/vue.php:1657
7249
- msgid "Connect MonsterInsights to Your Website"
 
7250
  msgstr ""
7251
 
7252
- #: languages/vue.php:1660
7253
- msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
 
7254
  msgstr ""
7255
 
 
7256
  #: languages/vue.php:1663
7257
- msgid "Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually."
7258
  msgstr ""
7259
 
 
7260
  #: languages/vue.php:1667
7261
- msgid "Manually enter your UA code"
7262
  msgstr ""
7263
 
7264
- #: languages/vue.php:1671
7265
- 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."
7266
  msgstr ""
7267
 
7268
- #: languages/vue.php:1674
7269
- msgid "UA code can't be empty"
7270
  msgstr ""
7271
 
7272
- #: languages/vue.php:1677
7273
- msgid "Saving UA code..."
7274
  msgstr ""
7275
 
 
7276
  #: languages/vue.php:1680
7277
- msgid "Recommended Addons"
7278
  msgstr ""
7279
 
7280
  #: languages/vue.php:1683
7281
- msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
7282
  msgstr ""
7283
 
7284
  #: languages/vue.php:1686
7285
- msgid "Other Addons"
7286
  msgstr ""
7287
 
7288
  #: languages/vue.php:1689
7289
- msgid "View all MonsterInsights addons"
7290
  msgstr ""
7291
 
7292
  #: languages/vue.php:1692
7293
- msgid "Loading Settings"
7294
  msgstr ""
7295
 
7296
  #: languages/vue.php:1695
7297
- msgid "Saving Changes..."
7298
  msgstr ""
7299
 
7300
  #: languages/vue.php:1698
7301
- msgid "Settings Updated"
7302
  msgstr ""
7303
 
7304
- #. Translators: Adds a link to the settings panel.
7305
- #: languages/vue.php:1702
7306
- msgid "You need to %1$sconnect MonsterInsights%2$s first"
7307
  msgstr ""
7308
 
7309
- #: languages/vue.php:1705
7310
- msgid "Could Not Save Changes"
7311
  msgstr ""
7312
 
7313
- #: languages/vue.php:1708
7314
- msgid "Show Overview Reports"
7315
  msgstr ""
7316
 
7317
- #: languages/vue.php:1711
7318
- msgid "Show Publishers Reports"
7319
  msgstr ""
7320
 
7321
- #: languages/vue.php:1714
7322
- msgid "Show eCommerce Reports"
7323
  msgstr ""
7324
 
7325
- #: languages/vue.php:1717
7326
- msgid "Available in PRO version"
7327
  msgstr ""
7328
 
7329
- #: languages/vue.php:1720
7330
- msgid "Show in widget mode"
7331
  msgstr ""
7332
 
7333
- #: languages/vue.php:1723
7334
- msgid "Show in full-width mode"
7335
  msgstr ""
7336
 
7337
- #. Translators: Placeholder adds a line break.
7338
- #: languages/vue.php:1727
7339
- msgid "Unique %s Sessions"
7340
  msgstr ""
7341
 
7342
- #. Translators: Number of unique pageviews.
7343
- #: languages/vue.php:1731
7344
- msgid "Unique %s Pageviews"
7345
  msgstr ""
7346
 
7347
- #: languages/vue.php:1734
7348
- msgid "A session is the browsing session of a single user to your site."
 
7349
  msgstr ""
7350
 
7351
- #: languages/vue.php:1737
7352
- 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."
7353
  msgstr ""
7354
 
7355
- #: languages/vue.php:1740
7356
- msgid "Total duration of all sessions (in seconds) / number of sessions."
7357
  msgstr ""
7358
 
7359
- #: languages/vue.php:1743
7360
- 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."
7361
  msgstr ""
7362
 
7363
- #: languages/vue.php:1746
7364
- msgid "Avg. Session Duration"
7365
  msgstr ""
7366
 
7367
- #. Translators: Current PHP version and recommended PHP version.
7368
- #: languages/vue.php:1750
7369
- 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."
 
 
 
7370
  msgstr ""
7371
 
7372
- #. Translators: Current WordPress version.
7373
  #: languages/vue.php:1754
7374
- 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."
7375
  msgstr ""
7376
 
7377
  #: languages/vue.php:1757
7378
- msgid "Yikes! PHP Update Required"
7379
  msgstr ""
7380
 
7381
- #. Translators: Current PHP version and recommended PHP version.
7382
- #: languages/vue.php:1761
7383
- 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."
7384
  msgstr ""
7385
 
7386
- #: languages/vue.php:1764
7387
- msgid "Learn more about updating PHP"
7388
  msgstr ""
7389
 
7390
- #: languages/vue.php:1767
7391
- msgid "Yikes! WordPress Update Required"
7392
  msgstr ""
7393
 
7394
- #. Translators: Current WordPress version.
7395
- #: languages/vue.php:1771
7396
- 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."
7397
  msgstr ""
7398
 
7399
- #: languages/vue.php:1774
7400
- msgid "Learn more about updating WordPress"
7401
  msgstr ""
7402
 
7403
- #: languages/vue.php:1777
7404
- msgid "Thank you for being a loyal MonsterInsights Lite user."
7405
  msgstr ""
7406
 
7407
- #: languages/vue.php:1780
7408
- msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
 
 
 
 
7409
  msgstr ""
7410
 
7411
- #. Translators: Gets replaced with the coupon code.
7412
  #: languages/vue.php:1784
7413
- msgid "Use coupon code %s to get 50%% off."
7414
  msgstr ""
7415
 
7416
  #: languages/vue.php:1787
7417
- msgid "Dashboard widget"
7418
  msgstr ""
7419
 
7420
  #: languages/vue.php:1790
7421
- msgid "Enhanced Ecommerce"
7422
- msgstr ""
7423
-
7424
- #: languages/vue.php:1793
7425
- msgid "Banner Ads"
7426
  msgstr ""
7427
 
7428
- #: languages/vue.php:1796
7429
- msgid "Google AMP"
 
7430
  msgstr ""
7431
 
7432
- #: languages/vue.php:1799
7433
- msgid "SEO Score Tracking"
7434
  msgstr ""
7435
 
7436
- #: languages/vue.php:1802
7437
- msgid "Proceed"
 
7438
  msgstr ""
7439
 
7440
- #: languages/vue.php:1805
7441
- msgid "Connection Information"
7442
  msgstr ""
7443
 
 
7444
  #: languages/vue.php:1808
7445
- 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."
7446
  msgstr ""
7447
 
7448
  #: languages/vue.php:1811
7449
- msgid "Hostname"
7450
- msgstr ""
7451
-
7452
- #: languages/vue.php:1814
7453
- msgid "FTP Username"
7454
  msgstr ""
7455
 
7456
- #: languages/vue.php:1817
7457
- msgid "FTP Password"
 
7458
  msgstr ""
7459
 
7460
- #: languages/vue.php:1820
7461
- msgid "This password will not be stored on the server."
 
7462
  msgstr ""
7463
 
 
7464
  #: languages/vue.php:1823
7465
- msgid "Connection Type"
7466
- msgstr ""
7467
-
7468
- #: languages/vue.php:1826
7469
- msgid "Cancel"
7470
  msgstr ""
7471
 
7472
- #: languages/vue.php:1829
7473
- msgid "New"
 
7474
  msgstr ""
7475
 
7476
- #: languages/vue.php:1832
7477
- msgid "Returning"
7478
  msgstr ""
7479
 
7480
- #: languages/vue.php:1835
7481
- msgid "Desktop"
 
7482
  msgstr ""
7483
 
7484
- #: languages/vue.php:1838
7485
- msgid "Tablet"
7486
  msgstr ""
7487
 
 
7488
  #: languages/vue.php:1841
7489
- msgid "Mobile"
7490
  msgstr ""
7491
 
7492
  #: languages/vue.php:1844
7493
- msgid "Top 10 Countries"
7494
- msgstr ""
7495
-
7496
- #: languages/vue.php:1847
7497
- msgid "View Countries Report"
7498
  msgstr ""
7499
 
7500
- #: languages/vue.php:1850
7501
- msgid "Top 10 Referrals"
 
7502
  msgstr ""
7503
 
7504
- #: languages/vue.php:1853
7505
- msgid "View All Referral Sources"
7506
  msgstr ""
7507
 
7508
- #: languages/vue.php:1856
7509
- msgid "View Full Posts/Pages Report"
 
7510
  msgstr ""
7511
 
7512
- #: languages/vue.php:1859
7513
- 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."
7514
  msgstr ""
7515
 
 
7516
  #: languages/vue.php:1862
7517
- msgid "This list shows the top countries your website visitors are from."
7518
- msgstr ""
7519
-
7520
- #: languages/vue.php:1865
7521
- msgid "This list shows the top websites that send your website traffic, known as referral traffic."
7522
  msgstr ""
7523
 
7524
- #: languages/vue.php:1868
7525
- msgid "Export PDF Overview Report"
 
7526
  msgstr ""
7527
 
7528
- #: languages/vue.php:1871
7529
- msgid "Activating..."
 
7530
  msgstr ""
7531
 
 
7532
  #: languages/vue.php:1874
7533
- msgid "Deactivating..."
7534
  msgstr ""
7535
 
7536
  #: languages/vue.php:1877
7537
- msgid "Deactivate"
7538
  msgstr ""
7539
 
7540
- #. Translators: The status of the addon (installed/active/inactive).
7541
  #: languages/vue.php:1881
7542
- msgid "Status: %s"
7543
  msgstr ""
7544
 
7545
- #: languages/vue.php:1884
7546
- msgid "Not Installed"
 
7547
  msgstr ""
7548
 
7549
- #: languages/vue.php:1887
7550
- msgid "Network Active"
7551
  msgstr ""
7552
 
7553
- #: languages/vue.php:1890
7554
- msgid "Active"
7555
  msgstr ""
7556
 
7557
- #: languages/vue.php:1893
7558
- msgid "Inactive"
7559
  msgstr ""
7560
 
7561
- #: languages/vue.php:1896
7562
- msgid "Placement"
7563
  msgstr ""
7564
 
7565
- #: languages/vue.php:1899
7566
- msgid "Choose how you'd like to place the widget."
7567
  msgstr ""
7568
 
7569
- #: languages/vue.php:1902
7570
- msgid "Insert After"
7571
  msgstr ""
7572
 
7573
- #: languages/vue.php:1905
7574
- msgid "Choose where in the post body the widget will be placed."
7575
  msgstr ""
7576
 
7577
  #: languages/vue.php:1909
7578
- msgid "Customize Design"
7579
  msgstr ""
7580
 
7581
  #: languages/vue.php:1912
7582
- msgid "words"
7583
  msgstr ""
7584
 
7585
- #: languages/vue.php:1915
7586
- msgid "Please select at least one post to display."
 
7587
  msgstr ""
7588
 
7589
- #. Translators: placeholders make text small.
7590
- #: languages/vue.php:1919
7591
- msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
7592
  msgstr ""
7593
 
7594
- #. Translators: placeholders make text small.
7595
  #: languages/vue.php:1923
7596
- msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
7597
  msgstr ""
7598
 
7599
  #: languages/vue.php:1926
7600
- msgid "View notifications"
7601
  msgstr ""
7602
 
7603
  #: languages/vue.php:1929
7604
- msgid "This feature requires MonsterInsights Pro"
7605
  msgstr ""
7606
 
7607
  #: languages/vue.php:1932
7608
- msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
7609
  msgstr ""
7610
 
7611
  #: languages/vue.php:1935
7612
- msgid "Upgrade to Pro and Unlock Popular Products"
7613
  msgstr ""
7614
 
7615
  #: languages/vue.php:1938
7616
- msgid "View all Pro features"
7617
  msgstr ""
7618
 
7619
  #: languages/vue.php:1941
7620
- msgid "Upgrade"
7621
  msgstr ""
7622
 
7623
  #: languages/vue.php:1944
7624
- msgid "Scroll Tracking"
7625
  msgstr ""
7626
 
7627
  #: languages/vue.php:1947
7628
- 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."
7629
  msgstr ""
7630
 
7631
- #. Translators: The name of the field that is throwing a validation error.
7632
- #: languages/vue.php:1951
7633
- msgid "%s can't be empty."
7634
  msgstr ""
7635
 
7636
- #: languages/vue.php:1954
7637
- msgid "Duplicate values are not allowed."
7638
  msgstr ""
7639
 
7640
- #: languages/vue.php:1957
7641
- msgid "You can add maximum 5 items."
7642
  msgstr ""
7643
 
7644
- #: languages/vue.php:1960
7645
- msgid "At least 0 item required."
7646
  msgstr ""
7647
 
7648
- #: languages/vue.php:1963
7649
- msgid "Add Another Link Path"
7650
  msgstr ""
7651
 
7652
- #: languages/vue.php:1966
7653
- msgid "Remove row"
7654
  msgstr ""
7655
 
7656
- #: languages/vue.php:1969
7657
- msgid "Facebook Instant Articles"
7658
  msgstr ""
7659
 
7660
- #: languages/vue.php:1972
7661
- msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
7662
  msgstr ""
7663
 
7664
- #: languages/vue.php:1975
7665
- msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
7666
  msgstr ""
7667
 
7668
- #: languages/vue.php:1978
7669
- msgid "Only Show Posts from These Categories"
7670
  msgstr ""
7671
 
7672
- #: languages/vue.php:1981
7673
- msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
7674
  msgstr ""
7675
 
7676
- #: languages/vue.php:1984
7677
- 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."
7678
  msgstr ""
7679
 
7680
- #: languages/vue.php:1987
7681
- msgid "Usage Tracking"
7682
  msgstr ""
7683
 
7684
- #: languages/vue.php:1990
7685
- 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."
7686
  msgstr ""
7687
 
7688
- #: languages/vue.php:1993
7689
- msgid "Allow usage tracking"
7690
  msgstr ""
7691
 
7692
- #. Translators: Add links to documentation.
7693
- #: languages/vue.php:1997
7694
- msgid "Complete documentation on usage tracking is available %1$shere%2$s."
7695
  msgstr ""
7696
 
7697
- #: languages/vue.php:2003
7698
- msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
7699
  msgstr ""
7700
 
7701
- #: languages/vue.php:2006
7702
- msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
7703
  msgstr ""
7704
 
7705
- #: languages/vue.php:2009
7706
- msgid "No options available"
7707
  msgstr ""
7708
 
7709
- #: languages/vue.php:2012
7710
- msgid "Help Us Improve"
7711
  msgstr ""
7712
 
7713
- #: languages/vue.php:2015
7714
- msgid "Help us better understand our users and their website needs."
 
 
 
 
 
 
 
 
7715
  msgstr ""
7716
 
7717
- #. Translators: Adds a link to the documentation.
7718
  #: languages/vue.php:2019
7719
- 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"
7720
  msgstr ""
7721
 
7722
  #: languages/vue.php:2022
7723
- msgid "Days"
7724
  msgstr ""
7725
 
7726
- #. Translators: placeholders make text small.
7727
- #: languages/vue.php:2026
7728
- msgid "7 days"
7729
  msgstr ""
7730
 
7731
- #: languages/vue.php:2029
7732
- msgid "30 days"
7733
  msgstr ""
7734
 
7735
- #: languages/vue.php:2032
7736
- msgid "Custom"
7737
  msgstr ""
7738
 
7739
- #: languages/vue.php:2035
7740
- msgid "See All Reports"
7741
  msgstr ""
7742
 
7743
- #: languages/vue.php:2038
7744
- msgid "Go to the Analytics Dashboard"
7745
  msgstr ""
7746
 
7747
- #: languages/vue.php:2041
7748
- msgid "Reset to default"
7749
  msgstr ""
7750
 
7751
- #: languages/vue.php:2044
7752
- msgid "The value entered does not match the required format"
7753
  msgstr ""
7754
 
7755
- #: languages/vue.php:2047
7756
- msgid "Popular Posts data can be fetched correctly"
7757
  msgstr ""
7758
 
7759
- #: languages/vue.php:2050
7760
- 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."
7761
  msgstr ""
7762
 
7763
- #: languages/vue.php:2053
7764
- msgid "Close"
7765
  msgstr ""
7766
 
7767
- #: languages/vue.php:2057
7768
- msgid "Add Top 5 Posts from Google Analytics"
7769
  msgstr ""
7770
 
7771
- #: languages/vue.php:2060
7772
- msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both MonsterInsights and Google Analytics settings. Please use the button below to confirm your configuration is correct."
 
7773
  msgstr ""
7774
 
7775
- #: languages/vue.php:2063
7776
- msgid "Test Automated Posts"
7777
  msgstr ""
7778
 
7779
- #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
7780
- #: languages/vue.php:2067
7781
- msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
 
 
 
7782
  msgstr ""
7783
 
7784
  #: languages/vue.php:2071
7785
- msgid "Automated + Curated"
7786
  msgstr ""
7787
 
7788
- #. Translators: Placeholder adds a link to the Custom Dimensions settings.
7789
- #: languages/vue.php:2075
7790
- 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."
7791
  msgstr ""
7792
 
7793
- #. Translators: Placeholder gets replaced with current license version.
7794
- #: languages/vue.php:2079
7795
- msgid "Pro version is required. Your current license level is: %s"
7796
  msgstr ""
7797
 
7798
- #: languages/vue.php:2082
7799
- msgid "Verifying Popular Posts data"
 
7800
  msgstr ""
7801
 
7802
- #: languages/vue.php:2085
7803
- msgid "Right Now"
7804
  msgstr ""
7805
 
7806
- #: languages/vue.php:2088
7807
- msgid "Active users on site"
7808
  msgstr ""
7809
 
7810
- #: languages/vue.php:2091
7811
- msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
7812
  msgstr ""
7813
 
7814
- #: languages/vue.php:2094
7815
- 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."
7816
  msgstr ""
7817
 
7818
- #: languages/vue.php:2097
7819
- msgid "The real-time report automatically updates approximately every 60 seconds."
7820
  msgstr ""
7821
 
7822
- #. Translators: Number of seconds that have passed since the report was refreshed.
7823
- #: languages/vue.php:2101
7824
- msgid "The real-time report was last updated %s seconds ago."
7825
  msgstr ""
7826
 
7827
- #: languages/vue.php:2104
7828
- msgid "The latest data will be automatically shown on this page when it becomes available."
7829
  msgstr ""
7830
 
7831
- #: languages/vue.php:2107
7832
- msgid "There is no need to refresh the browser (doing so won't have any effect)."
7833
  msgstr ""
7834
 
7835
- #: languages/vue.php:2110
7836
- msgid "Pageviews Per Minute"
7837
  msgstr ""
7838
 
7839
- #: languages/vue.php:2113
7840
- msgid "Top Pages"
7841
  msgstr ""
7842
 
7843
- #: languages/vue.php:2116
7844
- msgid "No pageviews currently."
 
7845
  msgstr ""
7846
 
7847
- #: languages/vue.php:2119
7848
- msgid "Page"
7849
  msgstr ""
7850
 
7851
- #: languages/vue.php:2122
7852
- msgid "Pageview Count"
7853
  msgstr ""
7854
 
7855
- #: languages/vue.php:2125
7856
- msgid "Percent of Total"
7857
  msgstr ""
7858
 
7859
- #: languages/vue.php:2128
7860
- msgid "This is the number of active users currently on your site."
7861
  msgstr ""
7862
 
7863
- #: languages/vue.php:2131
7864
- msgid "This graph shows the number of pageviews for each of the last 30 minutes."
7865
  msgstr ""
7866
 
7867
- #: languages/vue.php:2134
7868
- msgid "This list shows the top pages users are currently viewing on your site."
7869
  msgstr ""
7870
 
7871
- #: languages/vue.php:2137
7872
- msgid "View All Real-Time Pageviews"
7873
  msgstr ""
7874
 
7875
- #: languages/vue.php:2140
7876
- msgid "View All Real-Time Traffic Sources"
7877
  msgstr ""
7878
 
7879
- #: languages/vue.php:2143
7880
- msgid "View All Real-Time Traffic by Country"
7881
  msgstr ""
7882
 
7883
- #: languages/vue.php:2146
7884
- msgid "View All Real-Time Traffic by City"
7885
  msgstr ""
7886
 
7887
- #. Translators: Error status and error text.
7888
- #: languages/vue.php:2150
7889
- msgid "Can't load errors. Error: %1$s, %2$s"
7890
  msgstr ""
7891
 
7892
- #: languages/vue.php:2153
7893
- msgid "You appear to be offline."
7894
  msgstr ""
7895
 
7896
- #: languages/vue.php:2156
7897
- msgid "Connect MonsterInsights"
7898
  msgstr ""
7899
 
7900
- #: languages/vue.php:2159
7901
- msgid "Website profile"
7902
  msgstr ""
7903
 
7904
- #: languages/vue.php:2162
7905
- msgid "Active profile"
7906
  msgstr ""
7907
 
7908
- #: languages/vue.php:2165
7909
- msgid "Your website profile has been set at the network level of your WordPress Multisite."
7910
  msgstr ""
7911
 
7912
- #: languages/vue.php:2168
7913
- msgid "If you would like to use a different profile for this subsite, you can authenticate below."
 
 
7914
  msgstr ""
7915
 
7916
- #: languages/vue.php:2171
7917
- msgid "Skip and Keep Connection"
7918
  msgstr ""
7919
 
7920
- #: languages/vue.php:2174
7921
- msgid "Authenticating"
7922
  msgstr ""
7923
 
7924
- #. Translators: Number of days.
7925
- #: languages/vue.php:2178
7926
- msgid "vs. Previous Day"
7927
  msgstr ""
7928
 
7929
- #: languages/vue.php:2181
7930
- msgid "No change"
 
7931
  msgstr ""
7932
 
7933
- #: languages/vue.php:2184
7934
- msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions."
7935
  msgstr ""
7936
 
7937
- #: languages/vue.php:2187
7938
- msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc."
7939
  msgstr ""
7940
 
7941
- #: languages/vue.php:2190
7942
- msgid "Make Google Analytics GDPR compliant with our EU Compliance addon."
7943
  msgstr ""
7944
 
 
7945
  #: languages/vue.php:2193
7946
- msgid "Get real-time Google Analytics report right inside your WordPress dashboard."
7947
  msgstr ""
7948
 
7949
  #: languages/vue.php:2196
7950
- msgid "Use Google Optimize to easily perform A/B split tests on your site."
7951
  msgstr ""
7952
 
7953
  #: languages/vue.php:2199
7954
- msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking."
7955
  msgstr ""
7956
 
7957
  #: languages/vue.php:2202
7958
- msgid "Unlock search console report to see your top performing keywords in Google."
7959
  msgstr ""
7960
 
7961
  #: languages/vue.php:2205
7962
- msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress."
7963
  msgstr ""
7964
 
7965
  #: languages/vue.php:2208
7966
- msgid "Publishers Report shows your top performing pages, audience demographics, and more."
7967
- msgstr ""
7968
-
7969
- #: languages/vue.php:2211
7970
- msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving."
7971
  msgstr ""
7972
 
7973
- #: languages/vue.php:2214
7974
- msgid "Upgrade to Pro »"
 
7975
  msgstr ""
7976
 
7977
- #: languages/vue.php:2217
7978
- msgid "Pro Tip:"
7979
  msgstr ""
7980
 
 
7981
  #: languages/vue.php:2220
7982
- msgid "Hide dashboard widget"
7983
  msgstr ""
7984
 
7985
  #: languages/vue.php:2223
7986
- msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
7987
  msgstr ""
7988
 
7989
  #: languages/vue.php:2226
7990
- msgid "Yes, hide it!"
7991
  msgstr ""
7992
 
7993
  #: languages/vue.php:2229
7994
- msgid "No, cancel!"
7995
- msgstr ""
7996
-
7997
- #: languages/vue.php:2232
7998
- msgid "MonsterInsights Widget Hidden"
7999
  msgstr ""
8000
 
8001
- #: languages/vue.php:2235
8002
- msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
 
8003
  msgstr ""
8004
 
8005
- #: languages/vue.php:2238
8006
- msgid "Multiple Entries"
8007
  msgstr ""
8008
 
8009
- #: languages/vue.php:2241
8010
- msgid "Total Number of Widgets to Show"
 
8011
  msgstr ""
8012
 
 
8013
  #: languages/vue.php:2244
8014
- msgid "Choose how many widgets will be placed in a single Post."
8015
  msgstr ""
8016
 
8017
- #: languages/vue.php:2247
8018
- msgid "Minimum Distance Between Widgets"
 
8019
  msgstr ""
8020
 
8021
- #: languages/vue.php:2250
8022
- msgid "Choose the distance between widgets."
 
8023
  msgstr ""
8024
 
8025
- #: languages/vue.php:2253
8026
- msgid "Minimum Word Count to Display Multiple Widgets"
8027
  msgstr ""
8028
 
8029
- #: languages/vue.php:2256
8030
- msgid "Choose the minimum word count for a Post to have multiple entries."
8031
  msgstr ""
8032
 
8033
- #: languages/vue.php:2259
8034
- msgid "Pro version is required"
8035
  msgstr ""
8036
 
8037
- #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8038
- #: languages/vue.php:2263
8039
- 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)."
8040
  msgstr ""
8041
 
8042
- #: languages/vue.php:2266
8043
- msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
8044
  msgstr ""
8045
 
8046
- #: languages/vue.php:2269
8047
- msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
 
8048
  msgstr ""
8049
 
8050
- #: languages/vue.php:2273
8051
- msgid "Color"
8052
  msgstr ""
8053
 
8054
- #: languages/vue.php:2277
8055
- msgid "Size"
8056
  msgstr ""
8057
 
8058
  #: languages/vue.php:2281
8059
- msgid "Title"
8060
  msgstr ""
8061
 
8062
- #: languages/vue.php:2285
8063
- msgid "Label"
8064
  msgstr ""
8065
 
8066
- #: languages/vue.php:2289
8067
- msgid "Background"
 
 
 
 
8068
  msgstr ""
8069
 
8070
  #: languages/vue.php:2293
8071
- msgid "Border"
8072
  msgstr ""
8073
 
8074
  #: languages/vue.php:2296
8075
- msgid "Icon"
8076
  msgstr ""
8077
 
8078
- #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
8079
- #: languages/vue.php:2304
8080
- msgid "%1$sPage %3$s%2$s of %4$s"
8081
  msgstr ""
8082
 
8083
- #: languages/vue.php:2307
8084
- msgid "Show"
8085
  msgstr ""
8086
 
8087
- #: languages/vue.php:2310
8088
- msgid "Export PDF Report"
8089
  msgstr ""
8090
 
8091
- #: languages/vue.php:2313
8092
- msgid "You can export PDF reports only in the PRO version."
8093
  msgstr ""
8094
 
8095
- #: languages/vue.php:2316
8096
- msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
8097
  msgstr ""
8098
 
8099
- #: languages/vue.php:2319
8100
- 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!"
8101
  msgstr ""
8102
 
8103
- #: languages/vue.php:2322
8104
- msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
 
 
 
 
 
 
 
 
8105
  msgstr ""
8106
 
8107
- #. Translators: Makes text bold.
8108
  #: languages/vue.php:2326
8109
- msgid "Use coupon code %1$sLITEUPGRADE%2$s"
8110
  msgstr ""
8111
 
8112
- #. Translators: Placeholder adds a line break.
8113
- #: languages/vue.php:2330
8114
- msgid "You can customize your %sdate range only in the PRO version."
8115
  msgstr ""
8116
 
8117
- #. Translators: Make text green.
8118
- #: languages/vue.php:2334
8119
- msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
8120
  msgstr ""
8121
 
8122
- #: languages/vue.php:2337
8123
- msgid "Wide"
8124
  msgstr ""
8125
 
8126
- #: languages/vue.php:2340
8127
- msgid "Narrow"
8128
  msgstr ""
8129
 
8130
- #: languages/vue.php:2343
8131
- msgid "Author/Date"
8132
  msgstr ""
8133
 
8134
- #: languages/vue.php:2355
8135
- msgid "Choose which content you would like displayed in the widget."
8136
  msgstr ""
8137
 
8138
- #: languages/vue.php:2367
8139
- msgid "Comments"
8140
  msgstr ""
8141
 
8142
- #: languages/vue.php:2373
8143
- msgid "Choose how many posts you’d like displayed in the widget."
8144
  msgstr ""
8145
 
8146
- #: languages/vue.php:2376
8147
- msgid "Ads Tracking"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8148
  msgstr ""
8149
 
 
8150
  #: languages/vue.php:2379
8151
- msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
8152
  msgstr ""
8153
 
8154
- #: languages/vue.php:2382
8155
- msgid "Automatic Placement"
 
8156
  msgstr ""
8157
 
8158
- #: languages/vue.php:2385
8159
- msgid "Display using Gutenberg Blocks"
 
8160
  msgstr ""
8161
 
8162
- #: languages/vue.php:2388
8163
- msgid "Embed Options"
8164
  msgstr ""
8165
 
8166
- #: languages/vue.php:2391
8167
- msgid "All Embed Options can be used in conjunction with one another."
8168
  msgstr ""
8169
 
8170
- #: languages/vue.php:2395
8171
- msgid "Using the Gutenberg Block"
8172
  msgstr ""
8173
 
8174
- #: languages/vue.php:2398
8175
- msgid "Using Automatic Embed"
8176
  msgstr ""
8177
 
8178
- #: languages/vue.php:2401
8179
- 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."
 
8180
  msgstr ""
8181
 
8182
- #: languages/vue.php:2404
8183
- 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."
8184
  msgstr ""
8185
 
8186
- #: languages/vue.php:2407
8187
- msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
8188
  msgstr ""
8189
 
8190
- #: languages/vue.php:2410
8191
- msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
8192
  msgstr ""
8193
 
8194
- #: languages/vue.php:2414
8195
- msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
8196
  msgstr ""
8197
 
8198
- #: languages/vue.php:2417
8199
- msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
8200
  msgstr ""
8201
 
8202
  #: languages/vue.php:2421
8203
- msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
8204
  msgstr ""
8205
 
8206
  #: languages/vue.php:2424
8207
- 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."
8208
  msgstr ""
8209
 
8210
  #: languages/vue.php:2427
8211
- 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."
8212
  msgstr ""
8213
 
8214
  #: languages/vue.php:2430
8215
- msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
8216
  msgstr ""
8217
 
8218
  #: languages/vue.php:2433
8219
- msgid "Display using a Shortcode"
8220
  msgstr ""
8221
 
8222
- #: languages/vue.php:2437
8223
- msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
8224
  msgstr ""
8225
 
8226
- #: languages/vue.php:2441
8227
- msgid "Copy Shortcode"
8228
  msgstr ""
8229
 
8230
- #: languages/vue.php:2444
8231
- msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
 
8232
  msgstr ""
8233
 
 
8234
  #: languages/vue.php:2447
8235
- msgid "Enable Automatic Placement"
8236
  msgstr ""
8237
 
8238
- #: languages/vue.php:2450
8239
- msgid "Display in a Sidebar"
 
8240
  msgstr ""
8241
 
8242
- #: languages/vue.php:2453
8243
- msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
8244
  msgstr ""
8245
 
8246
- #: languages/vue.php:2456
8247
- msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
8248
  msgstr ""
8249
 
8250
- #: languages/vue.php:2459
8251
- msgid "SharedCount API Key"
8252
  msgstr ""
8253
 
8254
- #: languages/vue.php:2462
8255
- msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
8256
  msgstr ""
8257
 
8258
- #: languages/vue.php:2465
8259
- msgid "Start Indexing"
8260
  msgstr ""
8261
 
8262
- #: languages/vue.php:2468
8263
- msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
8264
  msgstr ""
8265
 
8266
- #: languages/vue.php:2471
8267
- msgid "Indexing completed, counts will update automatically every day."
8268
  msgstr ""
8269
 
8270
- #. Translators: Minimum and maximum number that can be used.
8271
- #: languages/vue.php:2475
8272
- msgid "Please enter a value between %1$s and %2$s"
8273
  msgstr ""
8274
 
8275
- #. Translators: The minimum set value.
8276
- #: languages/vue.php:2479
8277
- msgid "Please enter a value higher than %s"
8278
  msgstr ""
8279
 
8280
- #. Translators: The maximum set value.
8281
- #: languages/vue.php:2483
8282
- msgid "Please enter a value lower than %s"
8283
  msgstr ""
8284
 
8285
- #: languages/vue.php:2486
8286
- msgid "Please enter a number"
8287
  msgstr ""
8288
 
8289
- #: languages/vue.php:2489
8290
- msgid "Value has to be a round number"
8291
  msgstr ""
8292
 
8293
- #. Translators: Adds a link to documentation.
8294
- #: languages/vue.php:2493
8295
- 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"
8296
  msgstr ""
8297
 
8298
- #. Translators: Adds link to activate/install plugin and documentation.
8299
- #: languages/vue.php:2497
8300
- 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"
8301
  msgstr ""
8302
 
8303
- #. Translators: Adds a link to documentation.
8304
- #: languages/vue.php:2501
8305
- 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"
8306
  msgstr ""
8307
 
8308
- #. Translators: Adds link to activate/install plugin and documentation.
8309
- #: languages/vue.php:2505
8310
- 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"
8311
  msgstr ""
8312
 
8313
- #: languages/vue.php:2518
8314
- msgid "Still Calculating..."
8315
  msgstr ""
8316
 
8317
- #: languages/vue.php:2521
8318
- msgid "Your 2019 Year in Review is still calculating. Please check back later to see how your website performed last year."
8319
  msgstr ""
8320
 
8321
- #: languages/vue.php:2524
8322
- msgid "Back to Overview Report"
8323
  msgstr ""
8324
 
8325
- #: languages/vue.php:2533
8326
- msgid "Audience"
 
 
 
 
 
 
 
 
 
 
 
 
8327
  msgstr ""
8328
 
 
8329
  #: languages/vue.php:2536
8330
- msgid "Congrats"
8331
  msgstr ""
8332
 
8333
  #: languages/vue.php:2539
8334
- msgid "Your website was quite popular this year! "
8335
  msgstr ""
8336
 
8337
  #: languages/vue.php:2542
8338
- msgid "You had "
8339
  msgstr ""
8340
 
8341
  #: languages/vue.php:2545
8342
- msgid " visitors!"
8343
  msgstr ""
8344
 
8345
  #: languages/vue.php:2548
8346
- msgid " visitors"
8347
  msgstr ""
8348
 
8349
  #: languages/vue.php:2551
8350
- msgid "Total Visitors"
8351
  msgstr ""
8352
 
8353
  #: languages/vue.php:2554
8354
- msgid "Total Sessions"
8355
  msgstr ""
8356
 
8357
  #: languages/vue.php:2557
8358
- msgid "Visitors by Month"
8359
  msgstr ""
8360
 
8361
  #: languages/vue.php:2560
8362
- msgid "January 1, 2019 - December 31, 2019"
8363
  msgstr ""
8364
 
8365
  #: languages/vue.php:2563
8366
- msgid "A Tip for 2020"
8367
  msgstr ""
8368
 
8369
  #: languages/vue.php:2566
8370
- msgid "See the top Traffic Sources and Top Pages for the Month of May in the Overview Report to replicate your success."
8371
  msgstr ""
8372
 
8373
  #: languages/vue.php:2569
8374
- msgid "#1"
8375
  msgstr ""
8376
 
8377
  #: languages/vue.php:2572
8378
- msgid "You Top 5 Countries"
8379
  msgstr ""
8380
 
8381
  #: languages/vue.php:2575
8382
- msgid "Let’s get to know your visitors a little better, shall we?"
8383
  msgstr ""
8384
 
8385
  #: languages/vue.php:2578
8386
- msgid "Gender"
8387
  msgstr ""
8388
 
8389
  #: languages/vue.php:2581
8390
- msgid "Female"
8391
  msgstr ""
8392
 
8393
  #: languages/vue.php:2584
8394
- msgid "Women"
8395
  msgstr ""
8396
 
8397
  #: languages/vue.php:2587
8398
- msgid "Male"
8399
  msgstr ""
8400
 
8401
  #: languages/vue.php:2590
8402
- msgid "Average Age"
8403
  msgstr ""
8404
 
8405
  #: languages/vue.php:2593
8406
- msgid "Your Top 5 Pages"
8407
  msgstr ""
8408
 
8409
  #: languages/vue.php:2596
8410
- msgid "Time Spent on Site"
8411
  msgstr ""
8412
 
8413
  #: languages/vue.php:2599
8414
- msgid "minutes"
8415
  msgstr ""
8416
 
8417
  #: languages/vue.php:2602
8418
- msgid "Device Type"
8419
- msgstr ""
8420
-
8421
- #: languages/vue.php:2605
8422
- msgid "A Tip For 2020"
8423
  msgstr ""
8424
 
8425
- #: languages/vue.php:2608
8426
- 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."
 
8427
  msgstr ""
8428
 
8429
- #: languages/vue.php:2611
8430
- msgid "Read - 32 Marketing Hacks to Grow Your Traffic"
 
8431
  msgstr ""
8432
 
8433
- #: languages/vue.php:2614
8434
- msgid "So, where did all of these visitors come from?"
8435
  msgstr ""
8436
 
8437
- #: languages/vue.php:2617
8438
- msgid "Clicks"
8439
  msgstr ""
8440
 
8441
- #: languages/vue.php:2620
8442
- msgid "Your Top 5 Keywords"
8443
  msgstr ""
8444
 
8445
- #: languages/vue.php:2623
8446
- msgid "What keywords visitors searched for to find your site"
8447
  msgstr ""
8448
 
 
8449
  #: languages/vue.php:2626
8450
- msgid "Your Top 5 Referrals"
8451
- msgstr ""
8452
-
8453
- #: languages/vue.php:2629
8454
- msgid "The websites that link back to your website"
8455
  msgstr ""
8456
 
8457
- #: languages/vue.php:2632
8458
- msgid "Opportunity"
 
8459
  msgstr ""
8460
 
8461
- #: languages/vue.php:2635
8462
- 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."
 
8463
  msgstr ""
8464
 
 
8465
  #: languages/vue.php:2638
8466
- msgid "Read - How to Ethically Steal Your Competitor’s Traffic"
8467
  msgstr ""
8468
 
8469
- #: languages/vue.php:2641
8470
- msgid "Thank you for using MonsterInsights!"
 
8471
  msgstr ""
8472
 
8473
- #: languages/vue.php:2644
8474
- 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."
8475
- msgstr ""
8476
-
8477
- #: languages/vue.php:2647
8478
- msgid "Here's to an amazing 2020!"
8479
  msgstr ""
8480
 
 
8481
  #: languages/vue.php:2650
8482
- msgid "Enjoying MonsterInsights"
8483
  msgstr ""
8484
 
8485
  #: languages/vue.php:2653
8486
- msgid "Leave a five star review!"
8487
- msgstr ""
8488
-
8489
- #: languages/vue.php:2656
8490
- msgid "Syed Balkhi"
8491
  msgstr ""
8492
 
8493
  #: languages/vue.php:2659
8494
- msgid "Chris Christoff"
8495
  msgstr ""
8496
 
8497
  #: languages/vue.php:2662
8498
- msgid "Write Review"
8499
  msgstr ""
8500
 
8501
  #: languages/vue.php:2665
8502
- msgid "Did you know over 10 million websites use our plugins?"
8503
  msgstr ""
8504
 
8505
- #: languages/vue.php:2668
8506
- msgid "Try our other popular WordPress plugins to grow your website in 2020."
8507
  msgstr ""
8508
 
8509
- #: languages/vue.php:2671
8510
- msgid "Join our Communities!"
8511
- msgstr ""
8512
-
8513
- #: languages/vue.php:2674
8514
- msgid "Become a WordPress expert in 2020. Join our amazing communities and take your website to the next level."
8515
  msgstr ""
8516
 
8517
- #: languages/vue.php:2677
8518
- msgid "Facebook Group"
8519
  msgstr ""
8520
 
8521
- #: languages/vue.php:2680
8522
- msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
8523
  msgstr ""
8524
 
8525
- #: languages/vue.php:2683
8526
- msgid "Join Now...It’s Free!"
8527
  msgstr ""
8528
 
8529
- #: languages/vue.php:2686
8530
- msgid "WordPress Tutorials by WPBeginner"
8531
  msgstr ""
8532
 
8533
- #: languages/vue.php:2689
8534
- msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
8535
  msgstr ""
8536
 
8537
- #: languages/vue.php:2692
8538
- msgid "Visit WPBeginner"
8539
  msgstr ""
8540
 
8541
- #: languages/vue.php:2695
8542
- msgid "Follow Us!"
8543
  msgstr ""
8544
 
8545
- #: languages/vue.php:2698
8546
- 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."
8547
  msgstr ""
8548
 
8549
- #: languages/vue.php:2701
8550
- msgid "Copyright MonsterInsights, 2020"
8551
  msgstr ""
8552
 
8553
- #: languages/vue.php:2704
8554
- msgid "Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights"
8555
  msgstr ""
8556
 
8557
- #: languages/vue.php:2707
8558
- msgid "January"
8559
  msgstr ""
8560
 
8561
- #: languages/vue.php:2710
8562
- msgid "February"
8563
  msgstr ""
8564
 
8565
- #: languages/vue.php:2713
8566
- msgid "March"
8567
  msgstr ""
8568
 
 
8569
  #: languages/vue.php:2716
8570
- msgid "April"
8571
- msgstr ""
8572
-
8573
- #: languages/vue.php:2719
8574
- msgid "May"
8575
  msgstr ""
8576
 
8577
  #: languages/vue.php:2722
8578
- msgid "June"
8579
  msgstr ""
8580
 
8581
  #: languages/vue.php:2725
8582
- msgid "July"
8583
  msgstr ""
8584
 
8585
  #: languages/vue.php:2728
8586
- msgid "August"
8587
  msgstr ""
8588
 
8589
  #: languages/vue.php:2731
8590
- msgid "September"
8591
  msgstr ""
8592
 
8593
  #: languages/vue.php:2734
8594
- msgid "October"
8595
  msgstr ""
8596
 
8597
  #: languages/vue.php:2737
8598
- msgid "November"
8599
  msgstr ""
8600
 
8601
- #: languages/vue.php:2740
8602
- msgid "December"
 
8603
  msgstr ""
8604
 
8605
- #. Translators: Number of visitors.
8606
  #: languages/vue.php:2744
8607
- msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
8608
  msgstr ""
8609
 
8610
- #. Translators: Number of visitors.
8611
- #: languages/vue.php:2748
8612
- msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
8613
  msgstr ""
8614
 
8615
- #. Translators: Number of visitors.
8616
- #: languages/vue.php:2752
8617
- msgid "%s Visitors"
 
 
 
8618
  msgstr ""
8619
 
8620
- #. Translators: Percent and Number of visitors.
8621
  #: languages/vue.php:2756
8622
- msgid "%1$s&#37 of your visitors were %2$s"
8623
  msgstr ""
8624
 
8625
- #. Translators: Number of visitors and their age.
8626
- #: languages/vue.php:2760
8627
- msgid "%1$s&#37 of your visitors were between the ages of %2$s"
8628
  msgstr ""
8629
 
8630
- #. Translators: Number of visitors and number of pages.
8631
- #: languages/vue.php:2764
8632
- 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>"
 
 
 
8633
  msgstr ""
8634
 
8635
- #. Translators: Number of minutes spent on site.
8636
  #: languages/vue.php:2768
8637
- msgid "Each visitor spent an average of %s minutes on your website in 2019."
8638
  msgstr ""
8639
 
8640
- #. Translators: Name of device type.
8641
- #: languages/vue.php:2772
8642
- msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
8643
  msgstr ""
8644
 
8645
- #. Translators: Number of visitors and device percentage.
8646
- #: languages/vue.php:2776
8647
- msgid "%1$s&#37 of your visitors were on a %2$s device."
 
 
 
8648
  msgstr ""
8649
 
8650
- #. Translators: Make text green and add smiley face.
8651
  #: languages/vue.php:2780
8652
- msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s"
8653
  msgstr ""
8654
 
8655
- #. Translators: Add link to upgrade.
8656
  #: languages/vue.php:2784
8657
- msgid "To unlock more features consider %1$supgrading to PRO%2$s."
8658
  msgstr ""
8659
 
8660
- #. Translators: Make text green.
8661
  #: languages/vue.php:2788
8662
- msgid "As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
8663
  msgstr ""
8664
 
8665
- #: languages/vue.php:2791
8666
- msgid "Unlock PRO Features Now"
 
8667
  msgstr ""
8668
 
8669
- #: languages/vue.php:2794
8670
- msgid "Paste your license key here"
8671
  msgstr ""
8672
 
8673
- #: languages/vue.php:2797
8674
- msgid "Verify"
8675
  msgstr ""
8676
 
8677
- #. Translators: Add link to retrieve license from account area.
8678
  #: languages/vue.php:2801
8679
- msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s."
8680
  msgstr ""
8681
 
8682
  #: languages/vue.php:2804
8683
- msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
8684
  msgstr ""
8685
 
8686
  #: languages/vue.php:2807
8687
- msgid "Verifying Credentials"
8688
- msgstr ""
8689
-
8690
- #: languages/vue.php:2810
8691
- msgid "Your site is connected to MonsterInsights!"
8692
  msgstr ""
8693
 
8694
- #: languages/vue.php:2813
8695
- msgid "Deauthenticating"
 
8696
  msgstr ""
8697
 
8698
- #: languages/vue.php:2816
8699
- 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."
8700
  msgstr ""
8701
 
8702
- #: languages/vue.php:2819
8703
- msgid "Verify Credentials"
 
8704
  msgstr ""
8705
 
8706
- #: languages/vue.php:2822
8707
- msgid "Website Profile"
8708
  msgstr ""
8709
 
8710
- #: languages/vue.php:2825
8711
- msgid "Active Profile"
8712
  msgstr ""
8713
 
8714
- #: languages/vue.php:2828
8715
- msgid "Or manually enter UA code (limited functionality)"
8716
  msgstr ""
8717
 
8718
- #: languages/vue.php:2831
8719
- msgid "Force Deauthenticate"
8720
  msgstr ""
8721
 
8722
- #: languages/vue.php:2834
8723
- msgid "Disconnect MonsterInsights"
8724
  msgstr ""
8725
 
8726
- #. Translators: Error status and error text.
8727
- #: languages/vue.php:2838
8728
- msgid "Can't load settings. Error: %1$s, %2$s"
8729
  msgstr ""
8730
 
8731
- #. Translators: Error status and error text.
8732
- #: languages/vue.php:2842
8733
- msgid "Can't save settings. Error: %1$s, %2$s"
8734
  msgstr ""
8735
 
8736
- #: languages/vue.php:2845
8737
- msgid "Network error encountered. Settings not saved."
 
8738
  msgstr ""
8739
 
8740
- #: languages/vue.php:2848
8741
- msgid "Select posts/search"
 
8742
  msgstr ""
8743
 
 
8744
  #: languages/vue.php:2851
8745
- msgid "Oops! No posts found."
8746
  msgstr ""
8747
 
8748
  #: languages/vue.php:2854
8749
- msgid "Search by post title"
8750
  msgstr ""
8751
 
8752
  #: languages/vue.php:2857
8753
- msgid "Can't load posts."
8754
  msgstr ""
8755
 
8756
  #: languages/vue.php:2860
8757
- msgid "Allow Usage Tracking"
8758
  msgstr ""
8759
 
8760
  #: languages/vue.php:2863
8761
- msgid ""
8762
- "The EU Compliance addon allows you to improve compliance with GDPR\n"
8763
- " and other privacy regulations."
8764
- msgstr ""
8765
-
8766
- #: languages/vue.php:2867
8767
- msgid "EU Compliance"
8768
  msgstr ""
8769
 
8770
- #: languages/vue.php:2870
8771
- msgid "Display Method"
8772
  msgstr ""
8773
 
8774
- #: languages/vue.php:2873
8775
- msgid "There are two ways to manual include the widget in your posts."
8776
  msgstr ""
8777
 
8778
- #: languages/vue.php:2876
8779
- msgid "Using the Shortcode"
8780
  msgstr ""
8781
 
8782
- #: languages/vue.php:2879
8783
- msgid "Learn how to insert the widget using Gutenberg blocks."
8784
  msgstr ""
8785
 
8786
- #: languages/vue.php:2882
8787
- msgid "Learn how to insert the widget using out Shortcode."
8788
  msgstr ""
8789
 
8790
- #: languages/vue.php:2885
8791
- msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
8792
  msgstr ""
8793
 
8794
- #: languages/vue.php:2888
8795
- msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”."
8796
  msgstr ""
8797
 
8798
- #: languages/vue.php:2891
8799
- msgid "Shortcode"
8800
  msgstr ""
8801
 
 
8802
  #: languages/vue.php:2894
8803
- msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
8804
  msgstr ""
8805
 
8806
  #: languages/vue.php:2897
8807
- msgid "Unlock with %s"
8808
  msgstr ""
8809
 
8810
  #: languages/vue.php:2900
8811
- msgid "You appear to be offline. WPForms not installed."
8812
  msgstr ""
8813
 
8814
- #. Translators: Error status and error text.
8815
- #: languages/vue.php:2904
8816
- msgid "Can't activate addon. Error: %1$s, %2$s"
8817
  msgstr ""
8818
 
8819
- #: languages/vue.php:2907
8820
- msgid "You appear to be offline. Addon not activated."
8821
  msgstr ""
8822
 
8823
- #. Translators: Error status and error text.
8824
- #: languages/vue.php:2911
8825
- msgid "Can't deactivate addon. Error: %1$s, %2$s"
8826
  msgstr ""
8827
 
8828
- #: languages/vue.php:2914
8829
- msgid "You appear to be offline. Addon not deactivated."
 
 
 
 
8830
  msgstr ""
8831
 
8832
- #. Translators: Error status and error text.
8833
  #: languages/vue.php:2918
8834
- msgid "Can't install plugin. Error: %1$s, %2$s"
8835
  msgstr ""
8836
 
8837
  #: languages/vue.php:2921
8838
- msgid "You appear to be offline. Plugin not installed."
8839
  msgstr ""
8840
 
8841
- #. Translators: Error status and error text.
8842
- #: languages/vue.php:2925
8843
- msgid "Can't install addon. Error: %1$s, %2$s"
8844
  msgstr ""
8845
 
8846
- #: languages/vue.php:2928
8847
- msgid "You appear to be offline. Addon not installed."
8848
  msgstr ""
8849
 
8850
- #. Translators: Error status and error text.
8851
- #: languages/vue.php:2932
8852
- msgid "Can't install WPForms. Error: %1$s, %2$s"
 
 
 
8853
  msgstr ""
8854
 
8855
- #. Translators: Error status and error text.
8856
  #: languages/vue.php:2936
8857
- msgid "Can't deauthenticate. Error: %1$s, %2$s"
8858
  msgstr ""
8859
 
8860
  #: languages/vue.php:2939
8861
- msgid "You appear to be offline. Settings not saved."
8862
  msgstr ""
8863
 
8864
- #. Translators: Error status and error text.
8865
- #: languages/vue.php:2943
8866
- msgid "Can't load authentication details. Error: %1$s, %2$s"
8867
  msgstr ""
8868
 
8869
- #. Translators: Error status and error text.
8870
- #: languages/vue.php:2947
8871
- msgid "Can't authenticate. Error: %1$s, %2$s"
 
 
 
8872
  msgstr ""
8873
 
8874
- #. Translators: Error status and error text.
8875
  #: languages/vue.php:2951
8876
- msgid "Can't reauthenticate. Error: %1$s, %2$s"
8877
  msgstr ""
8878
 
8879
- #. Translators: Error status and error text.
8880
- #: languages/vue.php:2955
8881
- msgid "Can't verify credentials. Error: %1$s, %2$s"
8882
  msgstr ""
8883
 
8884
- #. Translators: Error status and error text.
8885
- #: languages/vue.php:2959
8886
- msgid "Can't deactivate the license. Error: %1$s, %2$s"
8887
  msgstr ""
8888
 
8889
- #. Translators: Error status and error text.
8890
- #: languages/vue.php:2963
8891
- msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
 
 
 
8892
  msgstr ""
8893
 
8894
- #. Translators: Error status and error text.
8895
  #: languages/vue.php:2967
8896
- msgid "Can't load license details. Error: %1$s, %2$s"
8897
  msgstr ""
8898
 
8899
  #: languages/vue.php:2970
8900
- msgid "Error loading license details"
8901
  msgstr ""
8902
 
8903
- #. Translators: Error status and error text.
8904
  #: languages/vue.php:2974
8905
- msgid "Can't verify the license. Error: %1$s, %2$s"
8906
  msgstr ""
8907
 
8908
- #. Translators: Error status and error text.
8909
- #: languages/vue.php:2978
8910
- msgid "Can't validate the license. Error: %1$s, %2$s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8911
  msgstr ""
8912
 
8913
  #: googleanalytics.php:275
2
  # This file is distributed under the same license as the Google Analytics for WordPress by MonsterInsights plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Google Analytics for WordPress by MonsterInsights 7.14.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-for-wordpress\n"
7
  "Last-Translator: MonsterInsights Team <support@monsterinsights.com>\n"
8
  "Language-Team: MonsterInsights Team <support@monsterinsights.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2020-12-16T10:02:13+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: google-analytics-for-wordpress\n"
57
  msgid "Popular Posts - MonsterInsights"
58
  msgstr ""
59
 
60
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:205
61
  msgctxt "Widget"
62
  msgid "Widget Title:"
63
  msgstr ""
64
 
65
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:224
66
  msgctxt "Widget"
67
  msgid "Display Widget Title"
68
  msgstr ""
69
 
70
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:229
71
  msgctxt "Widget"
72
  msgid "Number of posts to display:"
73
  msgstr ""
74
 
75
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:239
76
  msgctxt "Widget"
77
  msgid "Theme:"
78
  msgstr ""
79
 
80
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
81
+ #: languages/vue.php:2890
82
  msgid "Theme Preview"
83
  msgstr ""
84
 
85
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:262
86
  msgctxt "Widget"
87
  msgid "Title Color:"
88
  msgstr ""
89
 
90
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:267
91
  msgctxt "Widget"
92
  msgid "Title Font Size:"
93
  msgstr ""
94
 
95
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:270
96
  msgctxt "Widget"
97
  msgid "Label Color:"
98
  msgstr ""
99
 
100
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:273
101
  msgctxt "Widget"
102
  msgid "Label Text:"
103
  msgstr ""
104
 
105
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:276
106
  msgctxt "Widget"
107
  msgid "Border Color:"
108
  msgstr ""
109
 
110
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:279
111
  msgctxt "Widget"
112
  msgid "Background Color:"
113
  msgstr ""
114
 
115
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:282
116
  msgctxt "Widget"
117
  msgid "Comments Count Color:"
118
  msgstr ""
119
 
120
+ #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:288
121
  msgctxt "Widget"
122
  msgid "Only Show Posts from These Categories:"
123
  msgstr ""
155
  msgstr ""
156
 
157
  #: lite/includes/admin/wp-site-health.php:253
158
+ #: languages/vue.php:617
159
  msgid "View Reports"
160
  msgstr ""
161
 
232
  #: lite/includes/admin/wp-site-health.php:372
233
  #: lite/includes/admin/wp-site-health.php:398
234
  #: lite/includes/admin/wp-site-health.php:425
235
+ #: languages/vue.php:656
236
  msgid "View Addons"
237
  msgstr ""
238
 
365
  msgstr ""
366
 
367
  #: lite/includes/admin/helpers.php:83
368
+ #: languages/vue.php:781
369
  msgid "Upgrade to MonsterInsights Pro"
370
  msgstr ""
371
 
384
  msgstr ""
385
 
386
  #: lite/includes/admin/reports/report-queries.php:22
387
+ #: languages/vue.php:570
388
  msgid "Search Console"
389
  msgstr ""
390
 
391
  #: lite/includes/admin/reports/report-ecommerce.php:22
392
+ #: languages/vue.php:446
393
  msgid "eCommerce"
394
  msgstr ""
395
 
402
  msgstr ""
403
 
404
  #: lite/includes/admin/reports/report-publisher.php:22
405
+ #: languages/vue.php:567
406
  msgid "Publishers"
407
  msgstr ""
408
 
409
  #: lite/includes/admin/reports/report-dimensions.php:22
410
+ #: languages/vue.php:573
411
  msgid "Dimensions"
412
  msgstr ""
413
 
414
  #: lite/includes/admin/reports/report-forms.php:22
415
+ #: languages/vue.php:576
416
  msgid "Forms"
417
  msgstr ""
418
 
419
  #: lite/includes/admin/welcome.php:56
420
  #: lite/includes/admin/welcome.php:57
421
+ #: languages/vue.php:180
422
  msgid "Welcome to MonsterInsights"
423
  msgstr ""
424
 
671
  msgstr ""
672
 
673
  #: includes/gutenberg/headline-tool/headline-tool.php:302
674
+ #: languages/vue.php:439
675
  msgid "General"
676
  msgstr ""
677
 
2948
  msgid "I already did"
2949
  msgstr ""
2950
 
2951
+ #: includes/admin/notification-event.php:215
 
 
 
 
 
2952
  #: includes/admin/routes.php:614
2953
  #: includes/admin/routes.php:948
2954
  msgid "You don't have permission to view MonsterInsights reports."
2971
  msgstr ""
2972
 
2973
  #. Translators: Readable time to display
2974
+ #: includes/admin/notifications.php:318
2975
  msgid "%1$s ago"
2976
  msgstr ""
2977
 
3159
  msgid "MonsterInsights has detected that it's files are being blocked. This is usually caused by a adblock browser plugin (particularly uBlock Origin), or a conflicting WordPress theme or plugin. This issue only affects the admin side of MonsterInsights. To solve this, ensure MonsterInsights is whitelisted for your website URL in any adblock browser plugin you use. For step by step directions on how to do this, %1$sclick here%2$s. If this doesn't solve the issue (rare), send us a ticket %3$shere%2$s and we'll be happy to help diagnose the issue."
3160
  msgstr ""
3161
 
3162
+ #: includes/admin/common.php:865
3163
+ msgid "ACTION REQUIRED: Your PHP version is putting your site at risk!"
 
3164
  msgstr ""
3165
 
3166
+ #: includes/admin/common.php:867
3167
+ msgid "ACTION REQUIRED: Speed your website up 400% with a single email!"
3168
+ msgstr ""
3169
+
3170
+ #. Translators: Placeholder is for the current PHP version.
3171
+ #: includes/admin/common.php:874
3172
+ msgid "In the next major release of MonsterInsights we are planning to remove support for the version of PHP you are using (%s). This insecure version is no longer supported by WordPress itself, so you are already missing out on the latest features of WordPress along with critical updates for security and performance (modern PHP versions make websites much faster)."
3173
  msgstr ""
3174
 
3175
+ #. Translators: Placeholders add a link to an article.
3176
+ #: includes/admin/common.php:877
3177
+ msgid "To ensure MonsterInsights and other plugins on your site continue to function properly, and avoid putting your site at risk, please take a few minutes to ask your website hosting provider to upgrade the version of PHP to a modern PHP version (7.2 or newer). We provide helpful templates for how to ask them %1$shere%2$s."
3178
+ msgstr ""
3179
+
3180
+ #. Translators: Placeholders add a link to an article.
3181
  #: includes/admin/common.php:878
3182
+ msgid "Upgrading your PHP version will make sure you are able to continue using WordPress without issues in the future, keep your site secure, and will also make your website up to 400% faster!"
3183
+ msgstr ""
3184
+
3185
+ #: includes/admin/common.php:884
3186
+ #: includes/admin/common.php:911
3187
+ #: includes/admin/common.php:944
3188
+ #: includes/admin/admin.php:287
3189
+ #: includes/admin/notifications/notification-mobile-device.php:39
3190
+ #: includes/admin/notifications/notification-returning-visitors.php:39
3191
+ #: includes/admin/notifications/notification-traffic-dropping.php:34
3192
+ #: includes/admin/notifications/notification-bounce-rate.php:40
3193
+ #: includes/admin/notifications/notification-headline-analyzer.php:30
3194
+ #: includes/admin/notifications/notification-audience.php:43
3195
+ #: languages/vue.php:349
3196
+ msgid "Learn More"
3197
+ msgstr ""
3198
+
3199
+ #: includes/admin/common.php:898
3200
+ msgid "ACTION REQUIRED: Your WordPress version is putting your site at risk!"
3201
+ msgstr ""
3202
+
3203
+ #. Translators: Placeholder is for the current WordPress version.
3204
+ #: includes/admin/common.php:901
3205
+ msgid "In the next major release of MonsterInsights we are planning to remove support for the version of WordPress you are using (version %s). This version is several years out of date, and most plugins do not support this version anymore, so you could be missing out on critical updates for performance and security already!"
3206
+ msgstr ""
3207
+
3208
+ #: includes/admin/common.php:903
3209
+ msgid "The good news: updating WordPress has never been easier and only takes a few moments."
3210
+ msgstr ""
3211
+
3212
+ #. Translators: Placeholders add links to articles.
3213
+ #: includes/admin/common.php:905
3214
+ msgid "To update, we recommend following this %1$sstep by step guide for updating WordPress%2$s from IsItWP and afterwards check out %3$sWhy You Should Always Use the Latest Version of WordPress%4$s on WPBeginner."
3215
+ msgstr ""
3216
+
3217
+ #: includes/admin/common.php:939
3218
+ msgid "View 2020 Year in Review report!"
3219
+ msgstr ""
3220
+
3221
+ #: includes/admin/common.php:940
3222
+ #: languages/vue.php:2508
3223
+ msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
3224
  msgstr ""
3225
 
3226
  #: includes/admin/admin.php:31
3227
  #: includes/admin/admin.php:37
3228
  #: includes/admin/admin.php:45
3229
  #: includes/admin/admin.php:94
3230
+ #: languages/vue.php:172
3231
  msgid "Insights"
3232
  msgstr ""
3233
 
3234
  #: includes/admin/admin.php:34
3235
  #: includes/admin/admin.php:42
3236
  #: includes/admin/admin.php:188
3237
+ #: languages/vue.php:2475
3238
  msgid "Settings"
3239
  msgstr ""
3240
 
3250
 
3251
  #: includes/admin/admin.php:39
3252
  #: includes/admin/admin.php:98
3253
+ #: languages/vue.php:1124
3254
  msgid "Reports"
3255
  msgstr ""
3256
 
3288
 
3289
  #: includes/admin/admin.php:63
3290
  #: includes/admin/admin.php:106
3291
+ #: languages/vue.php:425
3292
  msgid "About Us"
3293
  msgstr ""
3294
 
3321
 
3322
  #: includes/admin/admin.php:178
3323
  #: includes/admin/admin.php:181
3324
+ #: languages/vue.php:1568
3325
  msgid "Support"
3326
  msgstr ""
3327
 
3331
  msgstr ""
3332
 
3333
  #: includes/admin/admin.php:284
3334
+ #: languages/vue.php:367
3335
  msgid "Please Setup Website Analytics to See Audience Insights"
3336
  msgstr ""
3337
 
3338
  #: includes/admin/admin.php:285
3339
+ #: languages/vue.php:373
3340
  msgid "Connect MonsterInsights and Setup Website Analytics"
3341
  msgstr ""
3342
 
 
 
 
 
 
 
 
 
 
 
 
3343
  #: includes/admin/admin.php:289
3344
+ #: languages/vue.php:370
3345
  msgid "MonsterInsights, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 2 million website owners use MonsterInsights to see the stats that matter and grow their business."
3346
  msgstr ""
3347
 
3352
 
3353
  #. Translators: Adds a link to the license renewal.
3354
  #: includes/admin/admin.php:310
3355
+ #: languages/vue.php:599
3356
  msgid "Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s"
3357
  msgstr ""
3358
 
3359
  #: includes/admin/admin.php:312
3360
+ #: languages/vue.php:602
3361
  msgid "Your license key for MonsterInsights has been disabled. Please use a different key."
3362
  msgstr ""
3363
 
3364
  #: includes/admin/admin.php:314
3365
+ #: languages/vue.php:605
3366
  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."
3367
  msgstr ""
3368
 
3457
  msgstr ""
3458
 
3459
  #. Translators: Mobile device notification title
3460
+ #: includes/admin/notifications/notification-mobile-device.php:29
3461
  msgid "Traffic from Mobile Devices is %s%%"
3462
  msgstr ""
3463
 
3464
  #. Translators: Mobile device notification content
3465
+ #: includes/admin/notifications/notification-mobile-device.php:31
3466
  msgid "Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at %show your site looks%s on mobile and make sure all your content can be accessed correctly."
3467
  msgstr ""
3468
 
3469
+ #: includes/admin/notifications/notification-mobile-device.php:35
3470
+ #: includes/admin/notifications/notification-returning-visitors.php:35
3471
+ #: includes/admin/notifications/notification-traffic-dropping.php:38
3472
+ #: includes/admin/notifications/notification-visitors.php:43
3473
+ #: includes/admin/notifications/notification-bounce-rate.php:36
3474
+ #: includes/admin/notifications/notification-audience.php:39
3475
  msgid "View Report"
3476
  msgstr ""
3477
 
3478
  #. Translators: Returning visitors notification title
3479
+ #: includes/admin/notifications/notification-returning-visitors.php:29
3480
  msgid "Only %s%% of your visitors return to your site"
3481
  msgstr ""
3482
 
3483
  #. Translators: Returning visitors notification content
3484
+ #: includes/admin/notifications/notification-returning-visitors.php:31
3485
  msgid "For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. %sIn this article%s, we’ll show you 7 proven ways to increase your returning visitor rate."
3486
  msgstr ""
3487
 
3494
  msgid "Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site's performance without logging in to WordPress or going through different Analytics reports. %sUpgrade to MonsterInsights Pro%s to enable the Email Summaries feature."
3495
  msgstr ""
3496
 
3497
+ #: includes/admin/notifications/notification-traffic-dropping.php:28
3498
  msgid "Your Website Traffic Is Dropping"
3499
  msgstr ""
3500
 
3501
  #. Translators: Traffic dropping notification content
3502
+ #: includes/admin/notifications/notification-traffic-dropping.php:30
3503
  msgid "Your website traffic is decreasing and that’s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of %sthis article%s to start growing your traffic again."
3504
  msgstr ""
3505
 
3506
  #. Translators: visitors notification title
3507
  #. Translators: Number of visitors.
3508
+ #: includes/admin/notifications/notification-visitors.php:37
3509
+ #: languages/vue.php:316
3510
  msgid "See how %s visitors found your site!"
3511
  msgstr ""
3512
 
3513
  #. Translators: visitors notification content
3514
+ #: includes/admin/notifications/notification-visitors.php:39
3515
  msgid "Your website has been visited by %s visitors in the past 30 days. Click the button below to view the full analytics report."
3516
  msgstr ""
3517
 
3546
  msgid "Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to %sMonsterInsights Pro%s to track %sform conversions in Google Analytics.%s"
3547
  msgstr ""
3548
 
3549
+ #: includes/admin/notifications/notification-bounce-rate.php:30
3550
  msgid "Your website bounce rate is higher than 70%"
3551
  msgstr ""
3552
 
3553
+ #. Translators: Bounce rate notification content.
3554
+ #: includes/admin/notifications/notification-bounce-rate.php:32
3555
+ msgid "Your website bounce rate is %1$s. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people aren't finding what they're looking for on your site. %2$sHere%3$s are some points to remember and steps to follow to get your bounce rates back to manageable levels."
3556
  msgstr ""
3557
 
3558
  #: includes/admin/notifications/notification-headline-analyzer.php:24
3559
  msgid "Headline Analyzer to Boost Your Clicks & Traffic"
3560
  msgstr ""
3561
 
3562
+ #. Translators: Headline Analyzer notification content.
3563
  #: includes/admin/notifications/notification-headline-analyzer.php:26
3564
+ msgid "Did you know that 36%% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br>%1$sWith the MonsterInsights Headline Analyzer%2$s, you can get targeted suggestions to improve your headlines, right in the WordPress editor."
3565
  msgstr ""
3566
 
3567
  #. Translators: Audience notification title
3568
+ #: includes/admin/notifications/notification-audience.php:33
3569
  msgid "%s%% of your Audience is from %s"
3570
  msgstr ""
3571
 
3572
  #. Translators: Audience notification content
3573
+ #: includes/admin/notifications/notification-audience.php:35
3574
  msgid "Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in pageviews, time spent on page and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started take a look at %sthis article%s for the best options available."
3575
  msgstr ""
3576
 
3597
  msgstr ""
3598
 
3599
  #: includes/admin/notifications/notification-upgrade-to-pro.php:34
3600
+ #: languages/vue.php:2369
3601
  msgid "Upgrade to Pro"
3602
  msgstr ""
3603
 
3604
  #: includes/admin/reports/overview.php:34
3605
+ #: languages/vue.php:536
3606
  msgid "Overview"
3607
  msgstr ""
3608
 
3694
  msgstr ""
3695
 
3696
  #: includes/admin/reports/abstract-report.php:383
3697
+ #: languages/vue.php:210
3698
  msgid "Upgrade Now"
3699
  msgstr ""
3700
 
4889
  msgstr ""
4890
 
4891
  #: languages/gutenberg.php:77
4892
+ #: languages/vue.php:2464
4893
  msgid "Inline Popular Posts"
4894
  msgstr ""
4895
 
4926
  msgstr ""
4927
 
4928
  #: languages/gutenberg.php:107
4929
+ #: languages/vue.php:3007
4930
  msgid "Wide-Layout Options"
4931
  msgstr ""
4932
 
4935
  msgstr ""
4936
 
4937
  #: languages/gutenberg.php:113
4938
+ #: languages/vue.php:3010
4939
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4940
  msgstr ""
4941
 
4942
  #: languages/gutenberg.php:116
4943
+ #: languages/vue.php:3031
4944
  msgid "Post Count"
4945
  msgstr ""
4946
 
4949
  msgstr ""
4950
 
4951
  #: languages/gutenberg.php:122
4952
+ #: languages/vue.php:3013
4953
  msgid "Display Options"
4954
  msgstr ""
4955
 
4962
  msgstr ""
4963
 
4964
  #: languages/gutenberg.php:131
4965
+ #: languages/vue.php:2656
4966
  msgid "Widget Title"
4967
  msgstr ""
4968
 
4971
  msgstr ""
4972
 
4973
  #: languages/gutenberg.php:137
4974
+ #: languages/vue.php:3019
4975
  msgid "Display Author"
4976
  msgstr ""
4977
 
4978
  #: languages/gutenberg.php:140
4979
+ #: languages/vue.php:3022
4980
  msgid "Display Date"
4981
  msgstr ""
4982
 
4983
  #: languages/gutenberg.php:143
4984
+ #: languages/vue.php:3025
4985
  msgid "Display Comments"
4986
  msgstr ""
4987
 
5202
  msgstr ""
5203
 
5204
  #: languages/gutenberg.php:312
5205
+ #: languages/vue.php:2719
5206
  msgid "Headline Analyzer"
5207
  msgstr ""
5208
 
5223
  msgstr ""
5224
 
5225
  #: languages/vue.php:11
5226
+ msgid "Loading settings"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5227
  msgstr ""
5228
 
5229
+ #: languages/vue.php:15
5230
+ msgid "Error"
5231
  msgstr ""
5232
 
5233
+ #: languages/vue.php:18
5234
+ msgid "Please try again."
5235
  msgstr ""
5236
 
5237
+ #: languages/vue.php:21
5238
  msgid "Loading new report data"
5239
  msgstr ""
5240
 
5241
+ #: languages/vue.php:24
5242
  msgid "Please wait..."
5243
  msgstr ""
5244
 
5245
  #. Translators: Adds an arrow icon.
5246
+ #: languages/vue.php:28
5247
  msgid "Continue %s"
5248
  msgstr ""
5249
 
5250
+ #: languages/vue.php:31
5251
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5252
  msgstr ""
5253
 
5254
+ #: languages/vue.php:34
5255
  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."
5256
  msgstr ""
5257
 
5258
+ #: languages/vue.php:37
5259
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5260
  msgstr ""
5261
 
5262
+ #: languages/vue.php:40
5263
  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."
5264
  msgstr ""
5265
 
5266
+ #: languages/vue.php:43
5267
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5268
  msgstr ""
5269
 
5270
+ #: languages/vue.php:46
5271
  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."
5272
  msgstr ""
5273
 
5274
+ #: languages/vue.php:49
5275
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5276
  msgstr ""
5277
 
5278
+ #: languages/vue.php:52
5279
  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."
5280
  msgstr ""
5281
 
5282
+ #: languages/vue.php:55
5283
  msgid "Unlock the Forms Report and Improve Conversions"
5284
  msgstr ""
5285
 
5286
+ #: languages/vue.php:58
5287
  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."
5288
  msgstr ""
5289
 
5290
+ #: languages/vue.php:61
5291
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5292
  msgstr ""
5293
 
5294
+ #: languages/vue.php:64
5295
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5296
  msgstr ""
5297
 
5298
+ #: languages/vue.php:67
5299
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5300
  msgstr ""
5301
 
5302
+ #: languages/vue.php:70
5303
  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."
5304
  msgstr ""
5305
 
5306
+ #: languages/vue.php:73
5307
  msgid "Refreshing Report"
5308
  msgstr ""
5309
 
5310
+ #: languages/vue.php:76
5311
  msgid "Loading new report data..."
5312
  msgstr ""
5313
 
5314
+ #: languages/vue.php:79
5315
  msgid "See Your Top Landing Pages to Improve Enagement"
5316
  msgstr ""
5317
 
5318
+ #: languages/vue.php:82
5319
  msgid "See Your Top Exit Pages to Reduce Abandonment"
5320
  msgstr ""
5321
 
5322
+ #: languages/vue.php:85
5323
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
5324
  msgstr ""
5325
 
5326
+ #: languages/vue.php:88
5327
  msgid "See Your Top Affiliate Links and Focus on what's working"
5328
  msgstr ""
5329
 
5330
+ #: languages/vue.php:91
5331
  msgid "See Your Top Downloads and Improve Conversions"
5332
  msgstr ""
5333
 
5334
+ #: languages/vue.php:94
5335
  msgid "See Audience Demographic Report ( Age / Gender / Interests )"
5336
  msgstr ""
5337
 
5338
+ #: languages/vue.php:97
5339
  msgid "See Your Conversion Rate to Improve Funnel"
5340
  msgstr ""
5341
 
5342
+ #: languages/vue.php:100
5343
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
5344
  msgstr ""
5345
 
5346
+ #: languages/vue.php:103
5347
  msgid "See The Total Revenue to Track Growth"
5348
  msgstr ""
5349
 
5350
+ #: languages/vue.php:106
5351
  msgid "See Average Order Value to Find Offer Opportunities"
5352
  msgstr ""
5353
 
5354
+ #: languages/vue.php:109
5355
  msgid "See Your Top Products to See Individual Performance"
5356
  msgstr ""
5357
 
5358
+ #: languages/vue.php:112
5359
  msgid "See Your Top Conversion Sources and Focus on what's working"
5360
  msgstr ""
5361
 
5362
+ #: languages/vue.php:115
5363
  msgid "See The Time it takes for Customers to Purchase"
5364
  msgstr ""
5365
 
5366
+ #: languages/vue.php:118
5367
  msgid "See How Many Sessions are needed for a Purchase"
5368
  msgstr ""
5369
 
5370
+ #: languages/vue.php:121
5371
  msgid "See Which Authors Generate the Most Traffic"
5372
  msgstr ""
5373
 
5374
+ #: languages/vue.php:124
5375
  msgid "See Which Post Types Perform Better"
5376
  msgstr ""
5377
 
5378
+ #: languages/vue.php:127
5379
  msgid "See Which Categories are the Most Popular"
5380
  msgstr ""
5381
 
5382
+ #: languages/vue.php:130
5383
  msgid "See Your Blog's most popular SEO Scores"
5384
  msgstr ""
5385
 
5386
+ #: languages/vue.php:133
5387
  msgid "See Which Focus Keyword is Performing Better in Search Engines"
5388
  msgstr ""
5389
 
5390
+ #: languages/vue.php:136
5391
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
5392
  msgstr ""
5393
 
5394
+ #: languages/vue.php:139
5395
  msgid "See Your Top Converting Forms and Optimize"
5396
  msgstr ""
5397
 
5398
+ #: languages/vue.php:142
5399
  msgid "See Your Forms Impressions Count to Find the Best Placement"
5400
  msgstr ""
5401
 
5402
+ #: languages/vue.php:145
5403
  msgid "See Your Top Google Search Terms and Optimize Content"
5404
  msgstr ""
5405
 
5406
+ #: languages/vue.php:148
5407
  msgid "See The Number of Clicks and Track Interests"
5408
  msgstr ""
5409
 
5410
+ #: languages/vue.php:151
5411
  msgid "See The Click-Through-Ratio and Improve SEO"
5412
  msgstr ""
5413
 
5414
+ #: languages/vue.php:154
5415
  msgid "See The Average Results Position and Focus on what works"
5416
  msgstr ""
5417
 
5418
+ #: languages/vue.php:157
5419
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
5420
  msgstr ""
5421
 
5422
+ #: languages/vue.php:160
5423
  msgid "See Your Top Pages Immediately After Making Changes"
5424
  msgstr ""
5425
 
5426
+ #: languages/vue.php:163
5427
  msgid "See Your Top Referral Sources and Adapt Faster"
5428
  msgstr ""
5429
 
5430
+ #: languages/vue.php:166
5431
  msgid "See Your Traffic Demographics and "
5432
  msgstr ""
5433
 
5434
+ #: languages/vue.php:169
5435
  msgid "Get Fresh Reports Data Every 60 Seconds"
5436
  msgstr ""
5437
 
5438
+ #: languages/vue.php:176
 
 
 
 
 
 
 
 
 
 
 
 
 
5439
  msgid "Overview Report"
5440
  msgstr ""
5441
 
5442
+ #: languages/vue.php:183
5443
  msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin"
5444
  msgstr ""
5445
 
5446
+ #: languages/vue.php:186
5447
  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."
5448
  msgstr ""
5449
 
5450
+ #: languages/vue.php:189
5451
  msgid "Launch the Wizard!"
5452
  msgstr ""
5453
 
5454
+ #: languages/vue.php:192
5455
  msgid "Read the Full Guide"
5456
  msgstr ""
5457
 
5458
+ #: languages/vue.php:195
5459
  msgid "MonsterInsights Features & Addons"
5460
  msgstr ""
5461
 
5462
+ #: languages/vue.php:198
5463
  msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."
5464
  msgstr ""
5465
 
5466
+ #: languages/vue.php:201
5467
  msgid "See All Features"
5468
  msgstr ""
5469
 
5470
+ #: languages/vue.php:204
5471
  msgid "Upgrade to PRO"
5472
  msgstr ""
5473
 
5474
+ #: languages/vue.php:207
5475
  msgid "per year"
5476
  msgstr ""
5477
 
5478
+ #: languages/vue.php:213
5479
  msgid "Testimonials"
5480
  msgstr ""
5481
 
5482
+ #: languages/vue.php:216
5483
  msgid "Universal Tracking"
5484
  msgstr ""
5485
 
5486
+ #: languages/vue.php:219
5487
  msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5488
  msgstr ""
5489
 
5490
+ #: languages/vue.php:222
5491
  msgid "Google Analytics Dashboard"
5492
  msgstr ""
5493
 
5494
+ #: languages/vue.php:225
5495
  msgid "See your website analytics report right inside your WordPress dashboard with actionable insights."
5496
  msgstr ""
5497
 
5498
+ #: languages/vue.php:228
5499
  msgid "Real-time Stats"
5500
  msgstr ""
5501
 
5502
+ #: languages/vue.php:231
5503
  msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more."
5504
  msgstr ""
5505
 
5506
+ #: languages/vue.php:234
5507
  msgid "Enhanced Ecommerce Tracking"
5508
  msgstr ""
5509
 
5510
+ #: languages/vue.php:237
5511
  msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress."
5512
  msgstr ""
5513
 
5514
+ #: languages/vue.php:240
5515
  msgid "Page Level Analytics"
5516
  msgstr ""
5517
 
5518
+ #: languages/vue.php:243
5519
  msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5520
  msgstr ""
5521
 
5522
+ #: languages/vue.php:246
5523
  msgid "Affiliate Link & Ads Tracking"
5524
  msgstr ""
5525
 
5526
+ #: languages/vue.php:249
5527
  msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5528
  msgstr ""
5529
 
5530
+ #: languages/vue.php:252
5531
  msgid "EU Compliance (GDPR Friendly)"
5532
  msgstr ""
5533
 
5534
+ #: languages/vue.php:255
5535
  msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5536
  msgstr ""
5537
 
5538
+ #: languages/vue.php:258
5539
  msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click."
5540
  msgstr ""
5541
 
5542
+ #: languages/vue.php:261
5543
  msgid "Ecommerce Report"
5544
  msgstr ""
5545
 
5546
+ #: languages/vue.php:264
5547
  msgid "Form Conversions"
5548
  msgstr ""
5549
 
5550
+ #: languages/vue.php:267
5551
  msgid "Custom Dimensions"
5552
  msgstr ""
5553
 
5554
+ #: languages/vue.php:270
5555
  msgid "Author Tracking"
5556
  msgstr ""
5557
 
5558
+ #: languages/vue.php:273
5559
  msgid "Google Optimize"
5560
  msgstr ""
5561
 
5562
+ #: languages/vue.php:276
5563
  msgid "Category / Tags Tracking"
5564
  msgstr ""
5565
 
5566
+ #: languages/vue.php:279
5567
  msgid "WooCommerce"
5568
  msgstr ""
5569
 
5570
+ #: languages/vue.php:282
5571
  msgid "Easy Digital Downloads"
5572
  msgstr ""
5573
 
5574
+ #: languages/vue.php:285
5575
  msgid "MemberPress"
5576
  msgstr ""
5577
 
5578
+ #: languages/vue.php:288
5579
  msgid "LifterLMS"
5580
  msgstr ""
5581
 
5582
+ #. Translators: Current WordPress version.
5583
+ #: languages/vue.php:292
5584
+ msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5585
  msgstr ""
5586
 
5587
+ #: languages/vue.php:295
5588
+ msgid "Yikes! PHP Update Required"
5589
  msgstr ""
5590
 
5591
+ #. Translators: Current PHP version and recommended PHP version.
5592
+ #: languages/vue.php:299
5593
+ 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."
5594
  msgstr ""
5595
 
5596
+ #: languages/vue.php:302
5597
+ msgid "Learn more about updating PHP"
5598
  msgstr ""
5599
 
5600
+ #: languages/vue.php:305
5601
+ msgid "Yikes! WordPress Update Required"
5602
  msgstr ""
5603
 
5604
+ #. Translators: Current WordPress version.
5605
+ #: languages/vue.php:309
5606
+ msgid "MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in October, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5607
  msgstr ""
5608
 
5609
+ #: languages/vue.php:312
5610
+ msgid "Learn more about updating WordPress"
5611
  msgstr ""
5612
 
5613
+ #. Translators: Number of visitors.
5614
+ #: languages/vue.php:320
5615
+ msgid "Your website was visited by %s users in the last 30 days."
5616
  msgstr ""
5617
 
5618
+ #: languages/vue.php:323
5619
+ msgid "See the full analytics report!"
5620
  msgstr ""
5621
 
5622
+ #: languages/vue.php:326
5623
+ msgid "Congratulations! "
5624
  msgstr ""
5625
 
5626
+ #: languages/vue.php:329
5627
+ msgid "You Successfully Unlocked the most powerful Analytics plugin"
5628
  msgstr ""
5629
 
5630
+ #. Translators: Error status and error text.
5631
+ #: languages/vue.php:333
5632
+ msgid "Can't load report data. Error: %1$s, %2$s"
5633
  msgstr ""
5634
 
5635
+ #: languages/vue.php:336
5636
+ msgid "Error loading report data"
5637
  msgstr ""
5638
 
5639
+ #. Translators: Placeholder is replaced with WPForms.
5640
+ #: languages/vue.php:340
5641
+ msgid "Recommended Plugin: %s"
5642
  msgstr ""
5643
 
5644
+ #: languages/vue.php:343
5645
+ msgid "Install"
5646
  msgstr ""
5647
 
5648
+ #: languages/vue.php:346
5649
+ msgid "Activate"
5650
  msgstr ""
5651
 
5652
+ #: languages/vue.php:352
5653
+ msgid "See Quick Links"
5654
  msgstr ""
5655
 
5656
+ #: languages/vue.php:355
5657
+ msgid "Suggest a Feature"
5658
  msgstr ""
5659
 
5660
+ #: languages/vue.php:358
5661
+ msgid "Join Our Community"
5662
+ msgstr ""
5663
+
5664
+ #: languages/vue.php:361
5665
+ msgid "Support & Docs"
5666
+ msgstr ""
5667
+
5668
+ #: languages/vue.php:364
5669
+ msgid "Upgrade to Pro &#187;"
5670
  msgstr ""
5671
 
5672
+ #: languages/vue.php:376
5673
  msgid "MonsterInsights encountered an error loading your report data"
5674
  msgstr ""
5675
 
5676
+ #: languages/vue.php:379
5677
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5678
  msgstr ""
5679
 
5680
+ #: languages/vue.php:382
5681
  msgid "Reconnect MonsterInsights"
5682
  msgstr ""
5683
 
5684
+ #: languages/vue.php:385
5685
  msgid "Re-Authenticating"
5686
  msgstr ""
5687
 
5688
+ #: languages/vue.php:388
5689
  msgid "Ok"
5690
  msgstr ""
5691
 
5692
+ #. Translators: Number of days in interval.
5693
+ #: languages/vue.php:392
5694
+ msgid "Last %s days"
5695
  msgstr ""
5696
 
5697
+ #: languages/vue.php:395
5698
+ msgid "Powered by MonsterInsights"
5699
  msgstr ""
5700
 
5701
+ #: languages/vue.php:398
5702
+ msgid "Publishers Report"
5703
  msgstr ""
5704
 
5705
+ #: languages/vue.php:401
5706
+ msgid "eCommerce Report"
5707
  msgstr ""
5708
 
5709
+ #: languages/vue.php:405
5710
+ msgid "Search Console Report"
5711
  msgstr ""
5712
 
5713
+ #: languages/vue.php:408
5714
+ msgid "Dimensions Report"
5715
  msgstr ""
5716
 
5717
+ #: languages/vue.php:412
5718
+ msgid "Forms Report"
5719
  msgstr ""
5720
 
5721
+ #: languages/vue.php:415
5722
+ msgid "Real-Time Report"
5723
  msgstr ""
5724
 
5725
+ #: languages/vue.php:420
5726
+ msgid "2019 Year in Review"
 
5727
  msgstr ""
5728
 
5729
+ #: languages/vue.php:430
5730
+ msgid "Getting Started"
 
5731
  msgstr ""
5732
 
5733
+ #: languages/vue.php:435
5734
+ msgid "Lite vs Pro"
5735
  msgstr ""
5736
 
5737
+ #: languages/vue.php:443
5738
+ msgid "Engagement"
5739
  msgstr ""
5740
 
5741
+ #: languages/vue.php:450
5742
+ msgid "Publisher"
5743
  msgstr ""
5744
 
5745
+ #: languages/vue.php:454
5746
+ msgid "Conversions"
5747
  msgstr ""
5748
 
5749
+ #: languages/vue.php:458
5750
+ msgid "Advanced"
5751
  msgstr ""
5752
 
5753
+ #: languages/vue.php:461
5754
+ msgid "URL Builder"
5755
  msgstr ""
5756
 
5757
+ #: languages/vue.php:464
5758
+ msgid "Import Export"
5759
  msgstr ""
5760
 
5761
+ #: languages/vue.php:467
5762
+ msgid "Exit Setup"
5763
  msgstr ""
5764
 
5765
+ #: languages/vue.php:470
5766
+ msgid "Time to Purchase"
5767
  msgstr ""
5768
 
5769
+ #: languages/vue.php:473
5770
+ msgid "This list shows how many days from first visit it took users to purchase products from your site."
5771
  msgstr ""
5772
 
5773
+ #: languages/vue.php:476
5774
+ msgid "Sessions to Purchase"
5775
  msgstr ""
5776
 
5777
+ #: languages/vue.php:479
5778
+ msgid "This list shows the number of sessions it took users before they purchased a product from your website."
5779
  msgstr ""
5780
 
5781
+ #: languages/vue.php:483
5782
+ msgid "Top Posts/Pages"
5783
  msgstr ""
5784
 
5785
+ #: languages/vue.php:487
5786
+ msgid "This list shows the most viewed posts and pages on your website."
5787
  msgstr ""
5788
 
5789
+ #: languages/vue.php:491
5790
+ msgid "New vs. Returning Visitors"
5791
  msgstr ""
5792
 
5793
+ #: languages/vue.php:495
5794
+ msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
5795
  msgstr ""
5796
 
5797
+ #: languages/vue.php:499
5798
+ msgid "Device Breakdown"
5799
  msgstr ""
5800
 
5801
+ #: languages/vue.php:503
5802
+ 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."
5803
  msgstr ""
5804
 
5805
+ #: languages/vue.php:506
5806
+ msgid "Top Landing Pages"
 
5807
  msgstr ""
5808
 
5809
+ #: languages/vue.php:509
5810
+ msgid "This list shows the top pages users first land on when visiting your website."
5811
  msgstr ""
5812
 
5813
+ #: languages/vue.php:512
5814
+ msgid "Top Exit Pages"
5815
  msgstr ""
5816
 
5817
+ #: languages/vue.php:515
5818
+ msgid "This list shows the top pages users exit your website from."
 
5819
  msgstr ""
5820
 
5821
+ #: languages/vue.php:518
5822
+ msgid "Top Outbound Links"
5823
  msgstr ""
5824
 
5825
+ #: languages/vue.php:521
5826
+ msgid "This list shows the top links clicked on your website that go to another website."
5827
  msgstr ""
5828
 
5829
+ #: languages/vue.php:524
5830
+ msgid "Top Affiliate Links"
 
5831
  msgstr ""
5832
 
5833
+ #: languages/vue.php:527
5834
+ msgid "This list shows the top affiliate links your visitors clicked on."
5835
  msgstr ""
5836
 
5837
+ #: languages/vue.php:530
5838
+ msgid "Top Download Links"
5839
  msgstr ""
5840
 
5841
+ #: languages/vue.php:533
5842
+ msgid "This list shows the download links your visitors clicked the most."
5843
  msgstr ""
5844
 
5845
+ #: languages/vue.php:539
5846
+ msgid "Top Products"
5847
  msgstr ""
5848
 
5849
+ #: languages/vue.php:542
5850
+ msgid "This list shows the top selling products on your website."
5851
  msgstr ""
5852
 
5853
+ #: languages/vue.php:545
5854
+ msgid "Top Conversion Sources"
5855
  msgstr ""
5856
 
5857
+ #: languages/vue.php:548
5858
+ msgid "This list shows the top referral websites in terms of product revenue."
5859
  msgstr ""
5860
 
5861
+ #: languages/vue.php:551
5862
+ msgid "Total Add/Remove"
5863
  msgstr ""
5864
 
5865
+ #: languages/vue.php:554
5866
+ msgid "You must connect with MonsterInsights before you can view reports."
5867
  msgstr ""
5868
 
5869
+ #: languages/vue.php:557
5870
+ msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5871
  msgstr ""
5872
 
5873
+ #: languages/vue.php:561
5874
+ msgid "Launch Setup Wizard"
 
 
 
 
 
 
 
 
 
5875
  msgstr ""
5876
 
5877
+ #: languages/vue.php:564
5878
+ msgid "Please ask your webmaster to connect MonsterInsights to Google Analytics."
5879
  msgstr ""
5880
 
5881
+ #: languages/vue.php:579
5882
+ msgid "Real-Time"
5883
  msgstr ""
5884
 
5885
+ #. Translators: Adds a link to documentation.
5886
+ #: languages/vue.php:583
5887
+ 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"
5888
  msgstr ""
5889
 
5890
+ #. Translators: Adds link to activate/install plugin and documentation.
5891
+ #: languages/vue.php:587
5892
+ 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"
5893
  msgstr ""
5894
 
5895
+ #. Translators: Adds a link to documentation.
5896
+ #: languages/vue.php:591
5897
+ 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"
5898
  msgstr ""
5899
 
5900
+ #. Translators: Adds link to activate/install plugin and documentation.
5901
+ #: languages/vue.php:595
5902
+ 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"
5903
  msgstr ""
5904
 
5905
+ #: languages/vue.php:608
5906
+ msgid "MonsterInsights Addons"
5907
  msgstr ""
5908
 
5909
+ #: languages/vue.php:611
5910
+ msgid "Search Addons"
5911
  msgstr ""
5912
 
5913
+ #: languages/vue.php:614
5914
+ msgid "Save Changes"
5915
  msgstr ""
5916
 
5917
+ #: languages/vue.php:620
5918
+ msgid "Congratulations!"
5919
  msgstr ""
5920
 
5921
+ #. Translators: Add link to YouTube video and Onboarding Wizard.
5922
  #: languages/vue.php:624
5923
+ 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."
5924
  msgstr ""
5925
 
5926
+ #. Translators: Add link to YouTube video and Onboarding Wizard.
5927
+ #: languages/vue.php:628
5928
+ msgid "Onboarding Wizard"
5929
  msgstr ""
5930
 
 
5931
  #: languages/vue.php:631
5932
+ 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."
5933
  msgstr ""
5934
 
5935
+ #: languages/vue.php:634
5936
+ msgid "Installing Addon"
 
5937
  msgstr ""
5938
 
5939
+ #: languages/vue.php:637
5940
+ msgid "Activating Addon"
 
5941
  msgstr ""
5942
 
5943
+ #: languages/vue.php:640
5944
+ msgid "Addon Activated"
5945
+ msgstr ""
5946
+
5947
+ #: languages/vue.php:643
5948
+ msgid "Loading report data"
5949
  msgstr ""
5950
 
 
5951
  #: languages/vue.php:646
5952
+ msgid "Please activate manually"
5953
  msgstr ""
5954
 
5955
+ #. Translators: Adds the error status and status text.
5956
  #: languages/vue.php:650
5957
+ msgid "Error: %1$s, %2$s"
5958
  msgstr ""
5959
 
5960
+ #: languages/vue.php:653
5961
+ msgid "Error Activating Addon"
 
5962
  msgstr ""
5963
 
5964
+ #: languages/vue.php:659
5965
+ msgid "Dismiss"
5966
  msgstr ""
5967
 
5968
+ #: languages/vue.php:662
5969
+ msgid "Redirecting"
 
5970
  msgstr ""
5971
 
 
5972
  #: languages/vue.php:665
5973
+ msgid "Please wait"
5974
  msgstr ""
5975
 
5976
  #: languages/vue.php:668
5977
+ msgid "activate"
5978
  msgstr ""
5979
 
5980
+ #: languages/vue.php:671
5981
+ msgid "install"
 
5982
  msgstr ""
5983
 
5984
+ #: languages/vue.php:674
5985
+ msgid "Visit addons page"
5986
  msgstr ""
5987
 
5988
+ #: languages/vue.php:677
5989
+ msgid "Report Unavailable"
5990
  msgstr ""
5991
 
5992
+ #. Translators: Install/Activate the addon.
5993
  #: languages/vue.php:681
5994
+ msgid "%s Addon"
5995
  msgstr ""
5996
 
5997
  #: languages/vue.php:684
5998
+ msgid "Show in widget mode"
5999
  msgstr ""
6000
 
6001
  #: languages/vue.php:687
6002
+ msgid "Show in full-width mode"
6003
  msgstr ""
6004
 
6005
+ #: languages/vue.php:690
6006
+ msgid "Show Overview Reports"
 
6007
  msgstr ""
6008
 
6009
+ #: languages/vue.php:693
6010
+ msgid "Show Publishers Reports"
6011
  msgstr ""
6012
 
6013
+ #: languages/vue.php:696
6014
+ msgid "Show eCommerce Reports"
6015
  msgstr ""
6016
 
6017
+ #: languages/vue.php:699
6018
+ msgid "Available in PRO version"
6019
  msgstr ""
6020
 
6021
+ #: languages/vue.php:702
6022
+ msgid "Last 30 Days Insights for:"
6023
+ msgstr ""
6024
+
6025
+ #: languages/vue.php:705
6026
+ msgid "Your Website"
6027
  msgstr ""
6028
 
6029
  #: languages/vue.php:709
6030
+ msgid "Sessions"
6031
  msgstr ""
6032
 
6033
+ #: languages/vue.php:713
6034
+ msgid "Pageviews"
6035
  msgstr ""
6036
 
6037
+ #: languages/vue.php:716
6038
+ msgid "Avg. Duration"
6039
  msgstr ""
6040
 
6041
+ #: languages/vue.php:720
6042
+ msgid "Bounce Rate"
6043
  msgstr ""
6044
 
6045
+ #: languages/vue.php:723
6046
+ msgid "More data is available"
 
6047
  msgstr ""
6048
 
6049
+ #: languages/vue.php:726
6050
+ msgid "Want to see page-specific stats?"
6051
  msgstr ""
6052
 
6053
+ #: languages/vue.php:729
6054
+ msgid "See All Reports"
6055
  msgstr ""
6056
 
 
6057
  #: languages/vue.php:732
6058
+ msgid "Go to the Analytics Dashboard"
6059
  msgstr ""
6060
 
 
6061
  #: languages/vue.php:736
6062
+ msgid "License Key"
6063
  msgstr ""
6064
 
6065
+ #. Translators: Add link to retrieve license key from account.
6066
  #: languages/vue.php:740
6067
+ msgid "Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
 
 
 
 
6068
  msgstr ""
6069
 
6070
+ #: languages/vue.php:744
6071
+ msgid "Google Authentication"
6072
  msgstr ""
6073
 
6074
+ #: languages/vue.php:748
6075
+ msgid "Connect Google Analytics + WordPress"
6076
  msgstr ""
6077
 
6078
  #: languages/vue.php:752
6079
+ msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account."
6080
  msgstr ""
6081
 
6082
  #: languages/vue.php:755
6083
+ msgid "Miscellaneous"
6084
  msgstr ""
6085
 
6086
  #: languages/vue.php:758
6087
+ msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
6088
  msgstr ""
6089
 
6090
  #: languages/vue.php:761
6091
+ msgid "Hide Announcements"
6092
  msgstr ""
6093
 
6094
  #: languages/vue.php:764
6095
+ msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
6096
  msgstr ""
6097
 
6098
  #: languages/vue.php:767
6099
+ msgid "No addons found."
6100
  msgstr ""
6101
 
6102
  #: languages/vue.php:770
6103
+ msgid "Refresh Addons"
6104
  msgstr ""
6105
 
6106
  #: languages/vue.php:773
6107
+ msgid "Refreshing Addons"
 
 
 
 
 
 
 
 
6108
  msgstr ""
6109
 
6110
+ #. Translators: Make text green.
6111
+ #: languages/vue.php:777
6112
+ 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!"
6113
  msgstr ""
6114
 
6115
+ #. Translators: placeholders make text small.
6116
  #: languages/vue.php:785
6117
+ msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
 
 
 
 
6118
  msgstr ""
6119
 
6120
+ #. Translators: placeholders make text small.
6121
+ #: languages/vue.php:789
6122
+ msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
6123
  msgstr ""
6124
 
6125
+ #. Translators: placeholders make text small.
6126
+ #: languages/vue.php:793
6127
+ msgid "None %1$s- Manually update everything.%2$s"
6128
  msgstr ""
6129
 
6130
+ #: languages/vue.php:796
6131
+ msgid "Automatic Updates"
6132
  msgstr ""
6133
 
6134
  #: languages/vue.php:800
6135
+ msgid "Setup Wizard"
6136
  msgstr ""
6137
 
6138
+ #: languages/vue.php:804
6139
+ msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6140
  msgstr ""
6141
 
6142
+ #. Translators: Placeholder adds a line break.
6143
+ #: languages/vue.php:808
6144
+ msgid "Unique %s Sessions"
6145
  msgstr ""
6146
 
6147
+ #. Translators: Number of unique pageviews.
6148
+ #: languages/vue.php:813
6149
+ msgid "Unique %s Pageviews"
6150
  msgstr ""
6151
 
6152
+ #: languages/vue.php:816
6153
+ msgid "A session is the browsing session of a single user to your site."
6154
  msgstr ""
6155
 
6156
+ #: languages/vue.php:819
6157
+ 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."
6158
  msgstr ""
6159
 
6160
+ #: languages/vue.php:822
6161
+ msgid "Total duration of all sessions (in seconds) / number of sessions."
6162
  msgstr ""
6163
 
6164
+ #: languages/vue.php:825
6165
+ 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."
6166
  msgstr ""
6167
 
6168
+ #: languages/vue.php:828
6169
+ msgid "Avg. Session Duration"
6170
  msgstr ""
6171
 
6172
+ #: languages/vue.php:831
6173
+ msgid "Demographics"
6174
  msgstr ""
6175
 
6176
+ #: languages/vue.php:834
6177
+ msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
6178
  msgstr ""
6179
 
6180
+ #: languages/vue.php:837
6181
+ msgid "Anonymize IP Addresses"
6182
  msgstr ""
6183
 
 
6184
  #: languages/vue.php:840
6185
+ msgid "Link Attribution"
6186
  msgstr ""
6187
 
6188
  #: languages/vue.php:843
6189
+ msgid "Enable Enhanced Link Attribution"
6190
  msgstr ""
6191
 
6192
  #: languages/vue.php:846
6193
+ msgid "Enable Anchor Tracking"
6194
  msgstr ""
6195
 
6196
  #: languages/vue.php:849
6197
+ msgid "Enable allowAnchor"
6198
  msgstr ""
6199
 
6200
  #: languages/vue.php:852
6201
+ msgid "Enable allowLinker"
6202
  msgstr ""
6203
 
6204
  #: languages/vue.php:855
6205
+ msgid "Enable Tag Links in RSS"
6206
  msgstr ""
6207
 
6208
  #: languages/vue.php:858
6209
+ msgid "File Downloads"
6210
  msgstr ""
6211
 
6212
  #: languages/vue.php:861
6213
+ msgid "Extensions of Files to Track as Downloads"
6214
  msgstr ""
6215
 
6216
  #: languages/vue.php:864
6217
+ msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."
 
 
 
 
6218
  msgstr ""
6219
 
6220
+ #. Translators: Add links to the documentation.
6221
+ #: languages/vue.php:868
6222
+ 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."
6223
  msgstr ""
6224
 
6225
+ #. Translators: Adds a link to the documentation.
6226
+ #: languages/vue.php:872
6227
+ 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."
6228
  msgstr ""
6229
 
6230
+ #. Translators: Adds a link to the documentation.
6231
  #: languages/vue.php:876
6232
+ msgid "Add %1$sEnhanced Link Attribution%2$s to your tracking code."
6233
  msgstr ""
6234
 
6235
  #: languages/vue.php:879
6236
+ 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."
 
 
 
 
6237
  msgstr ""
6238
 
6239
+ #. Translators: Adds a link to the documentation.
6240
+ #: languages/vue.php:883
6241
+ 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."
6242
  msgstr ""
6243
 
6244
+ #. Translators: Adds a link to the documentation.
6245
+ #: languages/vue.php:887
6246
+ 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."
6247
  msgstr ""
6248
 
6249
+ #. Translators: Adds a link to the documentation.
6250
  #: languages/vue.php:891
6251
+ 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."
6252
  msgstr ""
6253
 
6254
  #: languages/vue.php:894
6255
+ msgid "Add domain"
6256
  msgstr ""
6257
 
6258
+ #. Translators: Example domain.
6259
+ #: languages/vue.php:898
6260
+ msgid "Domain (example: %s)"
6261
  msgstr ""
6262
 
6263
+ #. Translators: Current site domain to be avoided.
6264
+ #: languages/vue.php:902
6265
+ msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
6266
  msgstr ""
6267
 
6268
+ #: languages/vue.php:905
6269
+ msgid "Cross Domain Tracking"
 
 
 
 
6270
  msgstr ""
6271
 
6272
+ #. Translators: Adds a link to the documentation.
6273
  #: languages/vue.php:909
6274
+ 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."
6275
  msgstr ""
6276
 
6277
  #: languages/vue.php:912
6278
+ msgid "Right Now"
6279
  msgstr ""
6280
 
6281
  #: languages/vue.php:915
6282
+ msgid "Active users on site"
6283
  msgstr ""
6284
 
6285
  #: languages/vue.php:918
6286
+ msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later."
6287
  msgstr ""
6288
 
6289
  #: languages/vue.php:921
6290
+ 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."
6291
  msgstr ""
6292
 
6293
  #: languages/vue.php:924
6294
+ msgid "The real-time report automatically updates approximately every 60 seconds."
6295
  msgstr ""
6296
 
6297
+ #. Translators: Number of seconds that have passed since the report was refreshed.
6298
+ #: languages/vue.php:928
6299
+ msgid "The real-time report was last updated %s seconds ago."
6300
  msgstr ""
6301
 
 
6302
  #: languages/vue.php:931
6303
+ msgid "The latest data will be automatically shown on this page when it becomes available."
6304
  msgstr ""
6305
 
6306
  #: languages/vue.php:934
6307
+ msgid "There is no need to refresh the browser (doing so won't have any effect)."
6308
  msgstr ""
6309
 
6310
  #: languages/vue.php:937
6311
+ msgid "Pageviews Per Minute"
6312
  msgstr ""
6313
 
6314
  #: languages/vue.php:940
6315
+ msgid "Top Pages"
6316
  msgstr ""
6317
 
6318
  #: languages/vue.php:943
6319
+ msgid "No pageviews currently."
6320
  msgstr ""
6321
 
6322
  #: languages/vue.php:946
6323
+ msgid "Page"
6324
  msgstr ""
6325
 
6326
  #: languages/vue.php:949
6327
+ msgid "Pageview Count"
6328
  msgstr ""
6329
 
6330
  #: languages/vue.php:952
6331
+ msgid "Percent of Total"
6332
  msgstr ""
6333
 
6334
  #: languages/vue.php:955
6335
+ msgid "This is the number of active users currently on your site."
6336
  msgstr ""
6337
 
6338
  #: languages/vue.php:958
6339
+ msgid "This graph shows the number of pageviews for each of the last 30 minutes."
6340
  msgstr ""
6341
 
6342
  #: languages/vue.php:961
6343
+ msgid "This list shows the top pages users are currently viewing on your site."
6344
  msgstr ""
6345
 
6346
  #: languages/vue.php:964
6347
+ msgid "View All Real-Time Pageviews"
6348
  msgstr ""
6349
 
6350
  #: languages/vue.php:967
6351
+ msgid "View All Real-Time Traffic Sources"
6352
  msgstr ""
6353
 
6354
  #: languages/vue.php:970
6355
+ msgid "View All Real-Time Traffic by Country"
6356
  msgstr ""
6357
 
6358
  #: languages/vue.php:973
6359
+ msgid "View All Real-Time Traffic by City"
6360
  msgstr ""
6361
 
6362
  #: languages/vue.php:976
6363
+ msgid "See All Your Important Store Metrics in One Place"
6364
  msgstr ""
6365
 
6366
  #: languages/vue.php:979
6367
+ msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
6368
  msgstr ""
6369
 
6370
  #: languages/vue.php:982
6371
+ msgid "ONE-CLICK INTEGRATIONS"
6372
  msgstr ""
6373
 
6374
  #: languages/vue.php:985
6375
+ msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence"
6376
  msgstr ""
6377
 
6378
  #: languages/vue.php:988
6379
+ 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."
6380
  msgstr ""
6381
 
6382
  #: languages/vue.php:991
6383
+ msgid "GDPR Guide"
6384
  msgstr ""
6385
 
6386
  #: languages/vue.php:994
6387
+ 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. "
6388
  msgstr ""
6389
 
6390
  #: languages/vue.php:997
6391
+ msgid "How to Install and Activate MonsterInsights Addons"
6392
  msgstr ""
6393
 
6394
  #: languages/vue.php:1000
6395
+ 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."
6396
  msgstr ""
6397
 
6398
  #: languages/vue.php:1003
6399
+ msgid "Enabling eCommerce Tracking and Reports"
6400
  msgstr ""
6401
 
6402
  #: languages/vue.php:1006
6403
+ 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."
6404
  msgstr ""
6405
 
6406
  #: languages/vue.php:1009
6407
+ msgid "Read Documentation"
6408
  msgstr ""
6409
 
6410
  #: languages/vue.php:1012
6411
+ msgid "Getting Started with MonsterInsights"
6412
  msgstr ""
6413
 
6414
  #: languages/vue.php:1015
6415
+ 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."
6416
  msgstr ""
6417
 
6418
  #: languages/vue.php:1018
6419
+ 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."
6420
  msgstr ""
6421
 
6422
  #: languages/vue.php:1021
6423
+ 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!."
6424
  msgstr ""
6425
 
6426
  #: languages/vue.php:1024
6427
+ msgid "Launch the wizard!"
6428
  msgstr ""
6429
 
6430
  #: languages/vue.php:1027
6431
+ msgid "Get MonsterInsights Pro and Unlock all the Powerful Features"
 
 
 
 
6432
  msgstr ""
6433
 
6434
+ #. Translators: Makes text bold.
6435
+ #: languages/vue.php:1031
6436
+ 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."
6437
  msgstr ""
6438
 
6439
+ #: languages/vue.php:1034
6440
+ msgid "Universal Tracking across devices and campaigns with just a few clicks."
6441
  msgstr ""
6442
 
6443
+ #: languages/vue.php:1037
6444
+ msgid "See your website analytics reports inside the WordPress dashboard"
6445
  msgstr ""
6446
 
6447
+ #: languages/vue.php:1040
6448
+ msgid "Get real-time stats right inside WordPress"
6449
  msgstr ""
6450
 
6451
+ #: languages/vue.php:1043
6452
+ msgid "1-click Google Analytics Enhanced eCommerce tracking"
6453
  msgstr ""
6454
 
6455
+ #: languages/vue.php:1046
6456
+ msgid "Get detailed stats for each post and page."
6457
  msgstr ""
6458
 
6459
+ #: languages/vue.php:1049
6460
+ msgid "Automatically track clicks on your affiliate links and ads."
6461
  msgstr ""
6462
 
6463
+ #: languages/vue.php:1052
6464
+ msgid "Make Google Analytics GDPR compliant automatically"
6465
  msgstr ""
6466
 
6467
+ #: languages/vue.php:1055
6468
+ msgid "Setup tracking for authors, categories, tags, custom post types, users and more"
6469
  msgstr ""
6470
 
6471
+ #: languages/vue.php:1058
6472
+ msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate."
6473
  msgstr ""
6474
 
6475
+ #: languages/vue.php:1061
6476
+ msgid "More advanced features"
6477
  msgstr ""
6478
 
6479
+ #: languages/vue.php:1064
6480
+ msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features"
6481
  msgstr ""
6482
 
6483
+ #. Translators: Makes text green.
6484
+ #: languages/vue.php:1068
6485
+ msgid "Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
6486
  msgstr ""
6487
 
6488
+ #: languages/vue.php:1071
6489
+ msgid "How to Connect to Google Analytics"
6490
  msgstr ""
6491
 
6492
+ #: languages/vue.php:1074
6493
+ 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."
6494
  msgstr ""
6495
 
6496
+ #: languages/vue.php:1077
6497
+ msgid "Guide and Checklist for Advanced Insights"
6498
  msgstr ""
6499
 
6500
+ #: languages/vue.php:1080
6501
+ 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."
6502
  msgstr ""
6503
 
6504
+ #. Translators: Adds a link to the general settings tab.
6505
  #: languages/vue.php:1084
6506
+ 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."
6507
  msgstr ""
6508
 
6509
  #: languages/vue.php:1087
6510
+ msgid "Permissions"
6511
  msgstr ""
6512
 
6513
  #: languages/vue.php:1090
6514
+ msgid "Allow These User Roles to See Reports"
6515
  msgstr ""
6516
 
6517
  #: languages/vue.php:1093
6518
+ msgid "Users that have at least one of these roles will be able to view the reports."
6519
  msgstr ""
6520
 
6521
  #: languages/vue.php:1096
6522
+ 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."
6523
  msgstr ""
6524
 
6525
  #: languages/vue.php:1099
6526
+ msgid "Allow These User Roles to Save Settings"
6527
  msgstr ""
6528
 
6529
  #: languages/vue.php:1102
6530
+ msgid "Users that have at least one of these roles will be able to view and save the settings panel."
6531
  msgstr ""
6532
 
6533
  #: languages/vue.php:1105
6534
+ 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."
6535
  msgstr ""
6536
 
6537
  #: languages/vue.php:1108
6538
+ msgid "Exclude These User Roles From Tracking"
6539
  msgstr ""
6540
 
6541
  #: languages/vue.php:1111
6542
+ msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
6543
  msgstr ""
6544
 
6545
  #: languages/vue.php:1114
6546
+ msgid "Performance"
6547
  msgstr ""
6548
 
6549
+ #: languages/vue.php:1117
6550
+ msgid "Custom code"
 
6551
  msgstr ""
6552
 
6553
+ #. Translators: Adds a link to the Google reference.
6554
  #: languages/vue.php:1121
6555
+ 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."
 
 
 
 
6556
  msgstr ""
6557
 
6558
  #: languages/vue.php:1127
6559
+ msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
6560
  msgstr ""
6561
 
6562
  #: languages/vue.php:1130
6563
+ msgid "Hide Admin Bar Reports"
 
 
 
 
6564
  msgstr ""
6565
 
6566
+ #. Translators: placeholders make text small.
6567
+ #: languages/vue.php:1134
6568
+ msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
6569
  msgstr ""
6570
 
6571
+ #. Translators: placeholders make text small.
6572
+ #: languages/vue.php:1138
6573
+ msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
6574
  msgstr ""
6575
 
6576
+ #. Translators: placeholders make text small.
6577
  #: languages/vue.php:1142
6578
+ msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
6579
  msgstr ""
6580
 
6581
  #: languages/vue.php:1145
6582
+ msgid "New"
6583
  msgstr ""
6584
 
6585
  #: languages/vue.php:1148
6586
+ msgid "Returning"
6587
  msgstr ""
6588
 
6589
  #: languages/vue.php:1151
6590
+ msgid "Desktop"
6591
  msgstr ""
6592
 
6593
  #: languages/vue.php:1154
6594
+ msgid "Tablet"
6595
  msgstr ""
6596
 
6597
  #: languages/vue.php:1157
6598
+ msgid "Mobile"
6599
  msgstr ""
6600
 
6601
+ #: languages/vue.php:1160
6602
+ msgid "Top 10 Countries"
 
6603
  msgstr ""
6604
 
6605
+ #: languages/vue.php:1163
6606
+ msgid "View Countries Report"
6607
  msgstr ""
6608
 
6609
+ #: languages/vue.php:1166
6610
+ msgid "Top 10 Referrals"
6611
  msgstr ""
6612
 
6613
+ #: languages/vue.php:1169
6614
+ msgid "View All Referral Sources"
6615
+ msgstr ""
6616
+
6617
+ #: languages/vue.php:1172
6618
+ msgid "View Full Posts/Pages Report"
6619
+ msgstr ""
6620
+
6621
+ #: languages/vue.php:1175
6622
+ 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."
6623
  msgstr ""
6624
 
 
6625
  #: languages/vue.php:1178
6626
+ msgid "This list shows the top countries your website visitors are from."
6627
  msgstr ""
6628
 
6629
+ #: languages/vue.php:1181
6630
+ msgid "This list shows the top websites that send your website traffic, known as referral traffic."
 
6631
  msgstr ""
6632
 
6633
  #. Translators: Example path (/go/).
6634
+ #: languages/vue.php:1185
6635
  msgid "Path (example: %s)"
6636
  msgstr ""
6637
 
6638
+ #: languages/vue.php:1188
6639
  msgid "Path has to start with a / and have no spaces"
6640
  msgstr ""
6641
 
6642
  #. Translators: Example label (aff).
6643
+ #: languages/vue.php:1192
6644
  msgid "Label (example: %s)"
6645
  msgstr ""
6646
 
6647
+ #: languages/vue.php:1195
6648
  msgid "Label can't contain any spaces"
6649
  msgstr ""
6650
 
6651
+ #: languages/vue.php:1198
6652
  msgid "Affiliate Links"
6653
  msgstr ""
6654
 
6655
  #. Translators: Add links to documentation.
6656
+ #: languages/vue.php:1202
6657
  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."
6658
  msgstr ""
6659
 
6660
+ #: languages/vue.php:1205
6661
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
6662
  msgstr ""
6663
 
6664
+ #: languages/vue.php:1208
6665
+ msgid "Still Calculating..."
6666
  msgstr ""
6667
 
6668
+ #: languages/vue.php:1211
6669
+ msgid "Your 2019 Year in Review is still calculating. Please check back later to see how your website performed last year."
6670
  msgstr ""
6671
 
6672
+ #: languages/vue.php:1214
6673
+ msgid "Back to Overview Report"
6674
  msgstr ""
6675
 
6676
+ #: languages/vue.php:1217
6677
+ msgid "Your 2019 Analytics Report"
6678
  msgstr ""
6679
 
6680
+ #: languages/vue.php:1220
6681
+ msgid "See how your website performed this year and find tips along the way to help grow even more in 2020!"
6682
  msgstr ""
6683
 
6684
+ #: languages/vue.php:1223
6685
+ msgid "Audience"
6686
  msgstr ""
6687
 
6688
+ #: languages/vue.php:1226
6689
+ msgid "Congrats"
6690
  msgstr ""
6691
 
6692
+ #: languages/vue.php:1229
6693
+ msgid "Your website was quite popular this year! "
6694
  msgstr ""
6695
 
6696
+ #: languages/vue.php:1232
6697
+ msgid "You had "
6698
  msgstr ""
6699
 
6700
+ #: languages/vue.php:1235
6701
+ msgid " visitors!"
6702
  msgstr ""
6703
 
6704
+ #: languages/vue.php:1238
6705
+ msgid " visitors"
6706
  msgstr ""
6707
 
6708
+ #: languages/vue.php:1241
6709
+ msgid "Total Visitors"
6710
  msgstr ""
6711
 
6712
+ #: languages/vue.php:1244
6713
+ msgid "Total Sessions"
 
6714
  msgstr ""
6715
 
6716
+ #: languages/vue.php:1247
6717
+ msgid "Visitors by Month"
 
6718
  msgstr ""
6719
 
6720
+ #: languages/vue.php:1250
6721
+ msgid "January 1, 2019 - December 31, 2019"
6722
  msgstr ""
6723
 
6724
+ #: languages/vue.php:1253
6725
+ msgid "A Tip for 2020"
 
6726
  msgstr ""
6727
 
6728
+ #: languages/vue.php:1256
6729
+ msgid "See the top Traffic Sources and Top Pages for the Month of May in the Overview Report to replicate your success."
 
6730
  msgstr ""
6731
 
6732
+ #: languages/vue.php:1259
6733
+ msgid "#1"
 
6734
  msgstr ""
6735
 
6736
+ #: languages/vue.php:1262
6737
+ msgid "You Top 5 Countries"
 
6738
  msgstr ""
6739
 
6740
+ #: languages/vue.php:1265
6741
+ msgid "Let’s get to know your visitors a little better, shall we?"
6742
+ msgstr ""
6743
+
6744
+ #: languages/vue.php:1268
6745
+ msgid "Gender"
6746
+ msgstr ""
6747
+
6748
+ #: languages/vue.php:1271
6749
+ msgid "Female"
6750
+ msgstr ""
6751
+
6752
+ #: languages/vue.php:1274
6753
+ msgid "Women"
6754
+ msgstr ""
6755
+
6756
+ #: languages/vue.php:1277
6757
+ msgid "Male"
6758
+ msgstr ""
6759
+
6760
+ #: languages/vue.php:1280
6761
+ msgid "Average Age"
6762
+ msgstr ""
6763
+
6764
+ #: languages/vue.php:1283
6765
+ msgid "Behavior"
6766
  msgstr ""
6767
 
6768
  #: languages/vue.php:1286
6769
+ msgid "Your Top 5 Pages"
6770
  msgstr ""
6771
 
6772
  #: languages/vue.php:1289
6773
+ msgid "Time Spent on Site"
6774
  msgstr ""
6775
 
6776
  #: languages/vue.php:1292
6777
+ msgid "minutes"
6778
  msgstr ""
6779
 
6780
  #: languages/vue.php:1295
6781
+ msgid "Device Type"
6782
  msgstr ""
6783
 
6784
  #: languages/vue.php:1298
6785
+ msgid "A Tip For 2020"
6786
  msgstr ""
6787
 
6788
  #: languages/vue.php:1301
6789
+ 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."
6790
  msgstr ""
6791
 
6792
  #: languages/vue.php:1304
6793
+ msgid "Read - 32 Marketing Hacks to Grow Your Traffic"
6794
  msgstr ""
6795
 
6796
  #: languages/vue.php:1307
6797
+ msgid "So, where did all of these visitors come from?"
6798
  msgstr ""
6799
 
6800
  #: languages/vue.php:1310
6801
+ msgid "Clicks"
6802
  msgstr ""
6803
 
6804
  #: languages/vue.php:1313
6805
+ msgid "Your Top 5 Keywords"
6806
  msgstr ""
6807
 
6808
  #: languages/vue.php:1316
6809
+ msgid "What keywords visitors searched for to find your site"
6810
  msgstr ""
6811
 
6812
  #: languages/vue.php:1319
6813
+ msgid "Your Top 5 Referrals"
6814
  msgstr ""
6815
 
6816
  #: languages/vue.php:1322
6817
+ msgid "The websites that link back to your website"
6818
  msgstr ""
6819
 
6820
  #: languages/vue.php:1325
6821
+ msgid "Opportunity"
6822
  msgstr ""
6823
 
6824
  #: languages/vue.php:1328
6825
+ 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."
6826
  msgstr ""
6827
 
6828
  #: languages/vue.php:1331
6829
+ msgid "Read - How to Ethically Steal Your Competitor’s Traffic"
6830
  msgstr ""
6831
 
6832
  #: languages/vue.php:1334
6833
+ msgid "Thank you for using MonsterInsights!"
6834
  msgstr ""
6835
 
6836
  #: languages/vue.php:1337
6837
+ 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."
6838
  msgstr ""
6839
 
6840
  #: languages/vue.php:1340
6841
+ msgid "Here's to an amazing 2020!"
6842
  msgstr ""
6843
 
6844
  #: languages/vue.php:1343
6845
+ msgid "Enjoying MonsterInsights"
6846
  msgstr ""
6847
 
6848
  #: languages/vue.php:1346
6849
+ msgid "Leave a five star review!"
6850
  msgstr ""
6851
 
6852
  #: languages/vue.php:1349
6853
+ msgid "Syed Balkhi"
6854
  msgstr ""
6855
 
6856
  #: languages/vue.php:1352
6857
+ msgid "Chris Christoff"
6858
  msgstr ""
6859
 
6860
  #: languages/vue.php:1355
6861
+ msgid "Write Review"
6862
  msgstr ""
6863
 
6864
  #: languages/vue.php:1358
6865
+ msgid "Did you know over 10 million websites use our plugins?"
6866
  msgstr ""
6867
 
6868
  #: languages/vue.php:1361
6869
+ msgid "Try our other popular WordPress plugins to grow your website in 2020."
6870
  msgstr ""
6871
 
6872
  #: languages/vue.php:1364
6873
+ msgid "Join our Communities!"
6874
  msgstr ""
6875
 
6876
  #: languages/vue.php:1367
6877
+ msgid "Become a WordPress expert in 2020. Join our amazing communities and take your website to the next level."
6878
  msgstr ""
6879
 
6880
+ #: languages/vue.php:1370
6881
+ msgid "Facebook Group"
 
6882
  msgstr ""
6883
 
6884
+ #: languages/vue.php:1373
6885
+ msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
6886
  msgstr ""
6887
 
6888
+ #: languages/vue.php:1376
6889
+ msgid "Join Now...It’s Free!"
6890
  msgstr ""
6891
 
6892
+ #: languages/vue.php:1379
6893
+ msgid "WordPress Tutorials by WPBeginner"
6894
  msgstr ""
6895
 
6896
+ #: languages/vue.php:1382
6897
+ msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
6898
  msgstr ""
6899
 
6900
+ #: languages/vue.php:1385
6901
+ msgid "Visit WPBeginner"
6902
  msgstr ""
6903
 
6904
+ #: languages/vue.php:1388
6905
+ msgid "Follow Us!"
6906
  msgstr ""
6907
 
6908
+ #: languages/vue.php:1391
6909
+ 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."
6910
  msgstr ""
6911
 
6912
+ #: languages/vue.php:1394
6913
+ msgid "Copyright MonsterInsights, 2020"
6914
  msgstr ""
6915
 
6916
+ #: languages/vue.php:1397
6917
+ msgid "Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights"
 
6918
  msgstr ""
6919
 
6920
+ #: languages/vue.php:1400
6921
+ msgid "January"
 
6922
  msgstr ""
6923
 
6924
+ #: languages/vue.php:1403
6925
+ msgid "February"
 
6926
  msgstr ""
6927
 
6928
+ #: languages/vue.php:1406
6929
+ msgid "March"
 
6930
  msgstr ""
6931
 
6932
+ #: languages/vue.php:1409
6933
+ msgid "April"
 
6934
  msgstr ""
6935
 
6936
+ #: languages/vue.php:1412
6937
+ msgid "May"
 
6938
  msgstr ""
6939
 
6940
+ #: languages/vue.php:1415
6941
+ msgid "June"
6942
  msgstr ""
6943
 
6944
+ #: languages/vue.php:1418
6945
+ msgid "July"
6946
  msgstr ""
6947
 
6948
+ #: languages/vue.php:1421
6949
+ msgid "August"
6950
  msgstr ""
6951
 
6952
+ #: languages/vue.php:1424
6953
+ msgid "September"
 
6954
  msgstr ""
6955
 
6956
+ #: languages/vue.php:1427
6957
+ msgid "October"
6958
  msgstr ""
6959
 
6960
+ #: languages/vue.php:1430
6961
+ msgid "November"
6962
  msgstr ""
6963
 
6964
+ #: languages/vue.php:1433
6965
+ msgid "December"
6966
  msgstr ""
6967
 
6968
+ #. Translators: Number of visitors.
6969
+ #: languages/vue.php:1437
6970
+ msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
6971
  msgstr ""
6972
 
6973
+ #. Translators: Number of visitors.
6974
+ #: languages/vue.php:1441
6975
+ msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
6976
  msgstr ""
6977
 
6978
+ #. Translators: Number of visitors.
6979
+ #: languages/vue.php:1445
6980
+ msgid "%s Visitors"
6981
  msgstr ""
6982
 
6983
+ #. Translators: Percent and Number of visitors.
6984
+ #: languages/vue.php:1449
6985
+ msgid "%1$s&#37 of your visitors were %2$s"
6986
  msgstr ""
6987
 
6988
+ #. Translators: Number of visitors and their age.
6989
+ #: languages/vue.php:1453
6990
+ msgid "%1$s&#37 of your visitors were between the ages of %2$s"
6991
  msgstr ""
6992
 
6993
+ #. Translators: Number of visitors and number of pages.
6994
+ #: languages/vue.php:1457
6995
+ 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>"
6996
+ msgstr ""
6997
+
6998
+ #. Translators: Number of minutes spent on site.
6999
+ #: languages/vue.php:1461
7000
+ msgid "Each visitor spent an average of %s minutes on your website in 2019."
7001
  msgstr ""
7002
 
7003
+ #. Translators: Name of device type.
7004
  #: languages/vue.php:1465
7005
+ msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
7006
  msgstr ""
7007
 
7008
+ #. Translators: Number of visitors and device percentage.
7009
+ #: languages/vue.php:1469
7010
+ msgid "%1$s&#37 of your visitors were on a %2$s device."
7011
  msgstr ""
7012
 
7013
+ #: languages/vue.php:1472
7014
+ msgid "Import/Export"
7015
  msgstr ""
7016
 
7017
+ #: languages/vue.php:1475
7018
+ msgid "Import"
7019
  msgstr ""
7020
 
7021
+ #: languages/vue.php:1478
7022
+ msgid "Import settings from another ExactMetrics website."
7023
  msgstr ""
7024
 
7025
+ #: languages/vue.php:1481
7026
+ msgid "Export"
7027
  msgstr ""
7028
 
7029
+ #: languages/vue.php:1484
7030
+ msgid "Export settings to import into another ExactMetrics install."
7031
  msgstr ""
7032
 
7033
+ #: languages/vue.php:1487
7034
+ msgid "Import Settings"
7035
  msgstr ""
7036
 
7037
+ #: languages/vue.php:1490
7038
+ msgid "Export Settings"
7039
  msgstr ""
7040
 
 
7041
  #: languages/vue.php:1493
7042
+ msgid "Please choose a file to import"
7043
  msgstr ""
7044
 
7045
+ #: languages/vue.php:1496
7046
+ msgid "Use the filepicker below to select the settings export file from another site."
 
7047
  msgstr ""
7048
 
7049
+ #: languages/vue.php:1499
7050
+ msgid "Use the button below to export a file with your MonsterInsights settings."
7051
  msgstr ""
7052
 
7053
+ #: languages/vue.php:1502
7054
+ msgid "Uploading file..."
7055
  msgstr ""
7056
 
7057
+ #: languages/vue.php:1505
7058
+ msgid "File imported"
7059
  msgstr ""
7060
 
7061
+ #: languages/vue.php:1508
7062
+ msgid "Settings successfully updated!"
7063
  msgstr ""
7064
 
7065
+ #: languages/vue.php:1511
7066
+ msgid "Error importing settings"
7067
  msgstr ""
7068
 
7069
+ #: languages/vue.php:1514
7070
+ msgid "Please choose a .json file generated by a MonsterInsights settings export."
7071
  msgstr ""
7072
 
7073
+ #: languages/vue.php:1517
7074
+ msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
7075
  msgstr ""
7076
 
7077
+ #: languages/vue.php:1520
7078
+ msgid "WordPress Admin Area Reports"
7079
  msgstr ""
7080
 
7081
+ #: languages/vue.php:1523
7082
+ msgid "Standard Reports"
7083
  msgstr ""
7084
 
7085
+ #: languages/vue.php:1526
7086
+ msgid "Overview Reports for the last 30 days."
7087
  msgstr ""
7088
 
7089
+ #: languages/vue.php:1529
7090
+ msgid "Advanced Reports"
7091
  msgstr ""
7092
 
7093
+ #: languages/vue.php:1532
7094
+ msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
7095
  msgstr ""
7096
 
7097
+ #: languages/vue.php:1535
7098
+ msgid "Dashboard Widget"
7099
  msgstr ""
7100
 
7101
+ #: languages/vue.php:1538
7102
+ msgid "Basic Widget"
 
7103
  msgstr ""
7104
 
7105
+ #: languages/vue.php:1541
7106
+ msgid "Overview Report Synopsis"
7107
  msgstr ""
7108
 
7109
+ #: languages/vue.php:1544
7110
+ msgid "Advanced Dashboard Widget"
7111
  msgstr ""
7112
 
7113
+ #: languages/vue.php:1547
7114
+ msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
7115
  msgstr ""
7116
 
7117
+ #: languages/vue.php:1550
7118
+ msgid "Publisher Reports"
7119
  msgstr ""
7120
 
7121
+ #: languages/vue.php:1553
7122
+ msgid "Advanced Publisher Reports & Tracking"
7123
  msgstr ""
7124
 
7125
+ #: languages/vue.php:1556
7126
+ msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
7127
  msgstr ""
7128
 
7129
+ #: languages/vue.php:1559
7130
+ msgid "Not Available"
7131
  msgstr ""
7132
 
7133
+ #: languages/vue.php:1562
7134
+ msgid "Complete Custom Dimensions Tracking"
7135
  msgstr ""
7136
 
7137
+ #: languages/vue.php:1565
7138
+ msgid "Track and measure by the Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
7139
  msgstr ""
7140
 
7141
  #: languages/vue.php:1571
7142
+ msgid "Limited Support"
7143
  msgstr ""
7144
 
7145
+ #: languages/vue.php:1574
7146
+ msgid "Priority Support"
 
7147
  msgstr ""
7148
 
7149
+ #: languages/vue.php:1577
7150
+ msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."
 
7151
  msgstr ""
7152
 
7153
+ #: languages/vue.php:1580
7154
+ msgid "Feature"
7155
  msgstr ""
7156
 
7157
+ #: languages/vue.php:1583
7158
+ msgid "Lite"
7159
  msgstr ""
7160
 
7161
+ #: languages/vue.php:1586
7162
+ msgid "Pro"
7163
  msgstr ""
7164
 
7165
+ #: languages/vue.php:1589
7166
+ msgid "Included"
7167
  msgstr ""
7168
 
7169
+ #: languages/vue.php:1592
7170
+ msgid "Custom Google Analytics Link Tracking"
7171
  msgstr ""
7172
 
7173
+ #: languages/vue.php:1595
7174
+ msgid "Standard Tracking"
7175
  msgstr ""
7176
 
7177
+ #: languages/vue.php:1598
7178
+ msgid "Advanced Tracking"
7179
  msgstr ""
7180
 
7181
+ #: languages/vue.php:1601
7182
+ msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
7183
  msgstr ""
7184
 
7185
+ #: languages/vue.php:1604
7186
+ msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
7187
  msgstr ""
7188
 
7189
+ #: languages/vue.php:1607
7190
+ msgid "No-Code-Needed Tracking Features"
7191
  msgstr ""
7192
 
7193
+ #: languages/vue.php:1610
7194
+ msgid "Basic Tracking Options"
7195
  msgstr ""
7196
 
7197
+ #: languages/vue.php:1613
7198
+ msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
7199
  msgstr ""
7200
 
7201
+ #: languages/vue.php:1616
7202
+ msgid "Advanced Tracking Options"
7203
  msgstr ""
7204
 
7205
+ #: languages/vue.php:1619
7206
+ msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
7207
  msgstr ""
7208
 
7209
+ #: languages/vue.php:1622
7210
+ msgid "eCommerce Tracking"
7211
  msgstr ""
7212
 
7213
+ #: languages/vue.php:1625
7214
+ msgid "One-click Complete eCommerce tracking"
7215
  msgstr ""
7216
 
7217
+ #: languages/vue.php:1628
7218
+ msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
7219
  msgstr ""
7220
 
7221
+ #: languages/vue.php:1631
7222
+ msgid "Forms Tracking"
7223
  msgstr ""
7224
 
7225
+ #: languages/vue.php:1634
7226
+ msgid "One-click Form Events Tracking"
7227
  msgstr ""
7228
 
7229
+ #: languages/vue.php:1637
7230
+ msgid "Custom Campaign Parameters"
7231
  msgstr ""
7232
 
7233
+ #: languages/vue.php:1640
7234
+ msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
7235
  msgstr ""
7236
 
7237
+ #: languages/vue.php:1643
7238
+ 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."
7239
  msgstr ""
7240
 
7241
+ #. Translators: Marks the field as required.
7242
+ #: languages/vue.php:1647
7243
+ msgid "Website URL %s"
7244
  msgstr ""
7245
 
7246
+ #. Translators: Display the current website url in italic.
7247
  #: languages/vue.php:1651
7248
+ msgid "The full website URL (e.g. %1$s %2$s%3$s)"
 
 
 
 
7249
  msgstr ""
7250
 
7251
+ #. Translators: Marks the field as required.
7252
+ #: languages/vue.php:1655
7253
+ msgid "Campaign Source %s"
7254
  msgstr ""
7255
 
7256
+ #. Translators: Make the text italic.
7257
+ #: languages/vue.php:1659
7258
+ msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
7259
  msgstr ""
7260
 
7261
+ #. Translators: Make the text italic.
7262
  #: languages/vue.php:1663
7263
+ msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
7264
  msgstr ""
7265
 
7266
+ #. Translators: Make the text italic.
7267
  #: languages/vue.php:1667
7268
+ msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
7269
  msgstr ""
7270
 
7271
+ #: languages/vue.php:1670
7272
+ msgid "Enter the paid keyword"
7273
  msgstr ""
7274
 
7275
+ #: languages/vue.php:1673
7276
+ msgid "Enter something to differentiate ads"
7277
  msgstr ""
7278
 
7279
+ #: languages/vue.php:1676
7280
+ msgid "Use Fragment"
7281
  msgstr ""
7282
 
7283
+ #. Translators: Make the text bold.
7284
  #: languages/vue.php:1680
7285
+ msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
7286
  msgstr ""
7287
 
7288
  #: languages/vue.php:1683
7289
+ msgid "URL to use"
7290
  msgstr ""
7291
 
7292
  #: languages/vue.php:1686
7293
+ msgid "(Updates automatically)"
7294
  msgstr ""
7295
 
7296
  #: languages/vue.php:1689
7297
+ msgid "Copy to Clipboard"
7298
  msgstr ""
7299
 
7300
  #: languages/vue.php:1692
7301
+ msgid "More Information & Examples"
7302
  msgstr ""
7303
 
7304
  #: languages/vue.php:1695
7305
+ msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
7306
  msgstr ""
7307
 
7308
  #: languages/vue.php:1698
7309
+ msgid "Campaign Source"
7310
  msgstr ""
7311
 
7312
+ #: languages/vue.php:1701
7313
+ msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
 
7314
  msgstr ""
7315
 
7316
+ #: languages/vue.php:1704
7317
+ msgid "Campaign Medium"
7318
  msgstr ""
7319
 
7320
+ #: languages/vue.php:1707
7321
+ msgid "Use utm_medium to identify a medium such as email or cost-per-click."
7322
  msgstr ""
7323
 
7324
+ #: languages/vue.php:1710
7325
+ msgid "Campaign Name"
7326
  msgstr ""
7327
 
7328
+ #: languages/vue.php:1713
7329
+ msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
7330
  msgstr ""
7331
 
7332
+ #: languages/vue.php:1716
7333
+ msgid "Campaign Term"
7334
  msgstr ""
7335
 
7336
+ #: languages/vue.php:1719
7337
+ msgid "Used for paid search. Use utm_term to note the keywords for this ad."
7338
  msgstr ""
7339
 
7340
+ #: languages/vue.php:1722
7341
+ msgid "Campaign Content"
7342
  msgstr ""
7343
 
7344
+ #: languages/vue.php:1725
7345
+ msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
 
7346
  msgstr ""
7347
 
7348
+ #. Translators: Example.
7349
+ #: languages/vue.php:1729
7350
+ msgid "Example: %s"
7351
  msgstr ""
7352
 
7353
+ #. Translators: Examples.
7354
+ #: languages/vue.php:1733
7355
+ msgid "Examples: %s"
7356
  msgstr ""
7357
 
7358
+ #: languages/vue.php:1736
7359
+ msgid "About Campaigns"
7360
  msgstr ""
7361
 
7362
+ #: languages/vue.php:1739
7363
+ msgid "About Custom Campaigns"
7364
  msgstr ""
7365
 
7366
+ #: languages/vue.php:1742
7367
+ msgid "Best Practices for Creating Custom Campaigns"
7368
  msgstr ""
7369
 
7370
+ #: languages/vue.php:1745
7371
+ msgid "About the Referral Traffic Report"
7372
  msgstr ""
7373
 
7374
+ #: languages/vue.php:1748
7375
+ msgid "About Traffic Source Dimensions"
7376
+ msgstr ""
7377
+
7378
+ #: languages/vue.php:1751
7379
+ msgid "AdWords Auto-Tagging"
7380
  msgstr ""
7381
 
 
7382
  #: languages/vue.php:1754
7383
+ msgid "Additional Information"
7384
  msgstr ""
7385
 
7386
  #: languages/vue.php:1757
7387
+ msgid "Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions."
7388
  msgstr ""
7389
 
7390
+ #: languages/vue.php:1760
7391
+ 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."
 
7392
  msgstr ""
7393
 
7394
+ #: languages/vue.php:1763
7395
+ 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\"."
7396
  msgstr ""
7397
 
7398
+ #: languages/vue.php:1766
7399
+ 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."
7400
  msgstr ""
7401
 
7402
+ #: languages/vue.php:1769
7403
+ msgid "Yup, we know a thing or two about building awesome products that customers love."
 
7404
  msgstr ""
7405
 
7406
+ #: languages/vue.php:1772
7407
+ msgid "The MonsterInsights Team"
7408
  msgstr ""
7409
 
7410
+ #: languages/vue.php:1775
7411
+ msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
7412
  msgstr ""
7413
 
7414
+ #: languages/vue.php:1778
7415
+ msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
7416
+ msgstr ""
7417
+
7418
+ #: languages/vue.php:1781
7419
+ msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
7420
  msgstr ""
7421
 
 
7422
  #: languages/vue.php:1784
7423
+ msgid "Loading Settings"
7424
  msgstr ""
7425
 
7426
  #: languages/vue.php:1787
7427
+ msgid "Saving Changes..."
7428
  msgstr ""
7429
 
7430
  #: languages/vue.php:1790
7431
+ msgid "Settings Updated"
 
 
 
 
7432
  msgstr ""
7433
 
7434
+ #. Translators: Adds a link to the settings panel.
7435
+ #: languages/vue.php:1794
7436
+ msgid "You need to %1$sconnect MonsterInsights%2$s first"
7437
  msgstr ""
7438
 
7439
+ #: languages/vue.php:1797
7440
+ msgid "Could Not Save Changes"
7441
  msgstr ""
7442
 
7443
+ #. Translators: Error status and error text.
7444
+ #: languages/vue.php:1801
7445
+ msgid "Can't deauthenticate. Error: %1$s, %2$s"
7446
  msgstr ""
7447
 
7448
+ #: languages/vue.php:1804
7449
+ msgid "You appear to be offline."
7450
  msgstr ""
7451
 
7452
+ #. Translators: Error status and error text.
7453
  #: languages/vue.php:1808
7454
+ msgid "Can't save settings. Error: %1$s, %2$s"
7455
  msgstr ""
7456
 
7457
  #: languages/vue.php:1811
7458
+ msgid "You appear to be offline. Settings not saved."
 
 
 
 
7459
  msgstr ""
7460
 
7461
+ #. Translators: Error status and error text.
7462
+ #: languages/vue.php:1815
7463
+ msgid "Can't load authentication details. Error: %1$s, %2$s"
7464
  msgstr ""
7465
 
7466
+ #. Translators: Error status and error text.
7467
+ #: languages/vue.php:1819
7468
+ msgid "Can't authenticate. Error: %1$s, %2$s"
7469
  msgstr ""
7470
 
7471
+ #. Translators: Error status and error text.
7472
  #: languages/vue.php:1823
7473
+ msgid "Can't reauthenticate. Error: %1$s, %2$s"
 
 
 
 
7474
  msgstr ""
7475
 
7476
+ #. Translators: Error status and error text.
7477
+ #: languages/vue.php:1827
7478
+ msgid "Can't verify credentials. Error: %1$s, %2$s"
7479
  msgstr ""
7480
 
7481
+ #: languages/vue.php:1830
7482
+ msgid "You appear to be offline. WPForms not installed."
7483
  msgstr ""
7484
 
7485
+ #. Translators: Error status and error text.
7486
+ #: languages/vue.php:1834
7487
+ msgid "Can't activate addon. Error: %1$s, %2$s"
7488
  msgstr ""
7489
 
7490
+ #: languages/vue.php:1837
7491
+ msgid "You appear to be offline. Addon not activated."
7492
  msgstr ""
7493
 
7494
+ #. Translators: Error status and error text.
7495
  #: languages/vue.php:1841
7496
+ msgid "Can't deactivate addon. Error: %1$s, %2$s"
7497
  msgstr ""
7498
 
7499
  #: languages/vue.php:1844
7500
+ msgid "You appear to be offline. Addon not deactivated."
 
 
 
 
7501
  msgstr ""
7502
 
7503
+ #. Translators: Error status and error text.
7504
+ #: languages/vue.php:1848
7505
+ msgid "Can't install plugin. Error: %1$s, %2$s"
7506
  msgstr ""
7507
 
7508
+ #: languages/vue.php:1851
7509
+ msgid "You appear to be offline. Plugin not installed."
7510
  msgstr ""
7511
 
7512
+ #. Translators: Error status and error text.
7513
+ #: languages/vue.php:1855
7514
+ msgid "Can't install addon. Error: %1$s, %2$s"
7515
  msgstr ""
7516
 
7517
+ #: languages/vue.php:1858
7518
+ msgid "You appear to be offline. Addon not installed."
7519
  msgstr ""
7520
 
7521
+ #. Translators: Error status and error text.
7522
  #: languages/vue.php:1862
7523
+ msgid "Can't install WPForms. Error: %1$s, %2$s"
 
 
 
 
7524
  msgstr ""
7525
 
7526
+ #. Translators: Error status and error text.
7527
+ #: languages/vue.php:1866
7528
+ msgid "Can't deactivate the license. Error: %1$s, %2$s"
7529
  msgstr ""
7530
 
7531
+ #. Translators: Error status and error text.
7532
+ #: languages/vue.php:1870
7533
+ msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
7534
  msgstr ""
7535
 
7536
+ #. Translators: Error status and error text.
7537
  #: languages/vue.php:1874
7538
+ msgid "Can't load license details. Error: %1$s, %2$s"
7539
  msgstr ""
7540
 
7541
  #: languages/vue.php:1877
7542
+ msgid "Error loading license details"
7543
  msgstr ""
7544
 
7545
+ #. Translators: Error status and error text.
7546
  #: languages/vue.php:1881
7547
+ msgid "Can't verify the license. Error: %1$s, %2$s"
7548
  msgstr ""
7549
 
7550
+ #. Translators: Error status and error text.
7551
+ #: languages/vue.php:1885
7552
+ msgid "Can't validate the license. Error: %1$s, %2$s"
7553
  msgstr ""
7554
 
7555
+ #: languages/vue.php:1888
7556
+ msgid "MonsterInsights Recommends WPForms"
7557
  msgstr ""
7558
 
7559
+ #: languages/vue.php:1891
7560
+ msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."
7561
  msgstr ""
7562
 
7563
+ #: languages/vue.php:1894
7564
+ msgid "Used on over 1,000,000 websites!"
7565
  msgstr ""
7566
 
7567
+ #: languages/vue.php:1897
7568
+ 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!"
7569
  msgstr ""
7570
 
7571
+ #: languages/vue.php:1900
7572
+ msgid "Skip this Step"
7573
  msgstr ""
7574
 
7575
+ #: languages/vue.php:1903
7576
+ msgid "Continue & Install WPForms"
7577
  msgstr ""
7578
 
7579
+ #: languages/vue.php:1906
7580
+ msgid "Installing..."
7581
  msgstr ""
7582
 
7583
  #: languages/vue.php:1909
7584
+ msgid "Awesome, You're All Set!"
7585
  msgstr ""
7586
 
7587
  #: languages/vue.php:1912
7588
+ msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
7589
  msgstr ""
7590
 
7591
+ #. Translators: Make text bold.
7592
+ #: languages/vue.php:1916
7593
+ 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."
7594
  msgstr ""
7595
 
7596
+ #. Translators: Link to our blog.
7597
+ #: languages/vue.php:1920
7598
+ msgid "%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business."
7599
  msgstr ""
7600
 
 
7601
  #: languages/vue.php:1923
7602
+ msgid "Finish Setup & Exit Wizard"
7603
  msgstr ""
7604
 
7605
  #: languages/vue.php:1926
7606
+ msgid "Checking your website..."
7607
  msgstr ""
7608
 
7609
  #: languages/vue.php:1929
7610
+ msgid "Recommended Addons"
7611
  msgstr ""
7612
 
7613
  #: languages/vue.php:1932
7614
+ msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!"
7615
  msgstr ""
7616
 
7617
  #: languages/vue.php:1935
7618
+ msgid "Other Addons"
7619
  msgstr ""
7620
 
7621
  #: languages/vue.php:1938
7622
+ msgid "View all MonsterInsights addons"
7623
  msgstr ""
7624
 
7625
  #: languages/vue.php:1941
7626
+ msgid "Save and continue"
7627
  msgstr ""
7628
 
7629
  #: languages/vue.php:1944
7630
+ msgid "Connect MonsterInsights to Your Website"
7631
  msgstr ""
7632
 
7633
  #: languages/vue.php:1947
7634
+ msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."
7635
  msgstr ""
7636
 
7637
+ #: languages/vue.php:1950
7638
+ msgid "Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually."
 
7639
  msgstr ""
7640
 
7641
+ #: languages/vue.php:1953
7642
+ msgid "Manually enter your UA code"
7643
  msgstr ""
7644
 
7645
+ #: languages/vue.php:1956
7646
+ 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."
7647
  msgstr ""
7648
 
7649
+ #: languages/vue.php:1959
7650
+ msgid "Save and Continue"
7651
  msgstr ""
7652
 
7653
+ #: languages/vue.php:1962
7654
+ msgid "UA code can't be empty"
7655
  msgstr ""
7656
 
7657
+ #: languages/vue.php:1965
7658
+ msgid "Saving UA code..."
7659
  msgstr ""
7660
 
7661
+ #: languages/vue.php:1968
7662
+ msgid "Hide dashboard widget"
7663
  msgstr ""
7664
 
7665
+ #: languages/vue.php:1971
7666
+ msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? "
7667
  msgstr ""
7668
 
7669
+ #: languages/vue.php:1974
7670
+ msgid "Yes, hide it!"
7671
  msgstr ""
7672
 
7673
+ #: languages/vue.php:1977
7674
+ msgid "No, cancel!"
7675
  msgstr ""
7676
 
7677
+ #: languages/vue.php:1980
7678
+ msgid "MonsterInsights Widget Hidden"
7679
  msgstr ""
7680
 
7681
+ #: languages/vue.php:1983
7682
+ msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"
7683
  msgstr ""
7684
 
7685
+ #: languages/vue.php:1986
7686
+ msgid "Recommended Settings"
7687
  msgstr ""
7688
 
7689
+ #: languages/vue.php:1989
7690
+ msgid "MonsterInsights recommends the following settings based on your configuration."
7691
  msgstr ""
7692
 
7693
+ #: languages/vue.php:1992
7694
+ msgid "Events Tracking"
7695
  msgstr ""
7696
 
7697
+ #: languages/vue.php:1995
7698
+ msgid "Must have for all click tracking on site."
 
7699
  msgstr ""
7700
 
7701
+ #: languages/vue.php:1998
7702
+ 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."
7703
  msgstr ""
7704
 
7705
+ #: languages/vue.php:2001
7706
+ msgid "Enhanced Link Attribution"
7707
  msgstr ""
7708
 
7709
+ #: languages/vue.php:2004
7710
+ msgid "Improves the accuracy of your In-Page Analytics."
7711
  msgstr ""
7712
 
7713
+ #: languages/vue.php:2007
7714
+ 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."
7715
  msgstr ""
7716
 
7717
+ #: languages/vue.php:2010
7718
+ msgid "Install Updates Automatically"
7719
+ msgstr ""
7720
+
7721
+ #: languages/vue.php:2013
7722
+ msgid "Get the latest features, bug fixes, and security updates as they are released."
7723
+ msgstr ""
7724
+
7725
+ #: languages/vue.php:2016
7726
+ msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."
7727
  msgstr ""
7728
 
 
7729
  #: languages/vue.php:2019
7730
+ msgid "File Download Tracking"
7731
  msgstr ""
7732
 
7733
  #: languages/vue.php:2022
7734
+ msgid "Helps you see file downloads data."
7735
  msgstr ""
7736
 
7737
+ #: languages/vue.php:2025
7738
+ 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."
 
7739
  msgstr ""
7740
 
7741
+ #: languages/vue.php:2028
7742
+ msgid "Helps you increase affiliate revenue."
7743
  msgstr ""
7744
 
7745
+ #: languages/vue.php:2031
7746
+ 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."
7747
  msgstr ""
7748
 
7749
+ #: languages/vue.php:2034
7750
+ msgid "Affiliate Link Tracking"
7751
  msgstr ""
7752
 
7753
+ #: languages/vue.php:2037
7754
+ msgid "Who Can See Reports"
7755
  msgstr ""
7756
 
7757
+ #: languages/vue.php:2040
7758
+ msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area."
7759
  msgstr ""
7760
 
7761
+ #: languages/vue.php:2043
7762
+ msgid "Events Tracking is enabled the moment you set up MonsterInsights"
7763
  msgstr ""
7764
 
7765
+ #: languages/vue.php:2046
7766
+ msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights"
7767
  msgstr ""
7768
 
7769
+ #: languages/vue.php:2049
7770
+ msgid "Activating..."
7771
  msgstr ""
7772
 
7773
+ #: languages/vue.php:2052
7774
+ msgid "Deactivating..."
7775
  msgstr ""
7776
 
7777
+ #: languages/vue.php:2055
7778
+ msgid "Deactivate"
7779
  msgstr ""
7780
 
7781
+ #. Translators: The status of the addon (installed/active/inactive).
7782
+ #: languages/vue.php:2059
7783
+ msgid "Status: %s"
7784
  msgstr ""
7785
 
7786
+ #: languages/vue.php:2062
7787
+ msgid "Not Installed"
7788
  msgstr ""
7789
 
7790
+ #: languages/vue.php:2065
7791
+ msgid "Network Active"
7792
+ msgstr ""
7793
+
7794
+ #: languages/vue.php:2068
7795
+ msgid "Active"
7796
  msgstr ""
7797
 
7798
  #: languages/vue.php:2071
7799
+ msgid "Inactive"
7800
  msgstr ""
7801
 
7802
+ #: languages/vue.php:2074
7803
+ msgid "Thank you for being a loyal MonsterInsights Lite user."
 
7804
  msgstr ""
7805
 
7806
+ #: languages/vue.php:2077
7807
+ msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features."
 
7808
  msgstr ""
7809
 
7810
+ #. Translators: Gets replaced with the coupon code.
7811
+ #: languages/vue.php:2081
7812
+ msgid "Use coupon code %s to get 50%% off."
7813
  msgstr ""
7814
 
7815
+ #: languages/vue.php:2084
7816
+ msgid "Dashboard widget"
7817
  msgstr ""
7818
 
7819
+ #: languages/vue.php:2087
7820
+ msgid "Enhanced Ecommerce"
7821
  msgstr ""
7822
 
7823
+ #: languages/vue.php:2090
7824
+ msgid "Banner Ads"
7825
  msgstr ""
7826
 
7827
+ #: languages/vue.php:2093
7828
+ msgid "Google AMP"
7829
  msgstr ""
7830
 
7831
+ #: languages/vue.php:2096
7832
+ msgid "SEO Score Tracking"
7833
  msgstr ""
7834
 
7835
+ #: languages/vue.php:2099
7836
+ msgid "Welcome to MonsterInsights!"
 
7837
  msgstr ""
7838
 
7839
+ #: languages/vue.php:2102
7840
+ msgid "Let's get you set up."
7841
  msgstr ""
7842
 
7843
+ #: languages/vue.php:2105
7844
+ msgid "Which category best describes your website?"
7845
  msgstr ""
7846
 
7847
+ #: languages/vue.php:2108
7848
+ msgid "We will recommend the optimal settings for MonsterInsights based on your choice."
7849
  msgstr ""
7850
 
7851
+ #: languages/vue.php:2111
7852
+ msgid "Business Website"
7853
  msgstr ""
7854
 
7855
+ #. Translators: Make text bold.
7856
+ #: languages/vue.php:2115
7857
+ msgid "Publisher %1$s(Blog)%2$s"
7858
  msgstr ""
7859
 
7860
+ #: languages/vue.php:2118
7861
+ msgid "Ecommerce"
7862
  msgstr ""
7863
 
7864
+ #: languages/vue.php:2121
7865
+ msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions."
7866
  msgstr ""
7867
 
7868
+ #: languages/vue.php:2124
7869
+ msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc."
7870
  msgstr ""
7871
 
7872
+ #: languages/vue.php:2127
7873
+ msgid "Make Google Analytics GDPR compliant with our EU Compliance addon."
7874
  msgstr ""
7875
 
7876
+ #: languages/vue.php:2130
7877
+ msgid "Get real-time Google Analytics report right inside your WordPress dashboard."
7878
  msgstr ""
7879
 
7880
+ #: languages/vue.php:2133
7881
+ msgid "Use Google Optimize to easily perform A/B split tests on your site."
7882
  msgstr ""
7883
 
7884
+ #: languages/vue.php:2136
7885
+ msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking."
7886
  msgstr ""
7887
 
7888
+ #: languages/vue.php:2139
7889
+ msgid "Unlock search console report to see your top performing keywords in Google."
7890
  msgstr ""
7891
 
7892
+ #: languages/vue.php:2142
7893
+ msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress."
7894
  msgstr ""
7895
 
7896
+ #: languages/vue.php:2145
7897
+ msgid "Publishers Report shows your top performing pages, audience demographics, and more."
7898
  msgstr ""
7899
 
7900
+ #: languages/vue.php:2148
7901
+ msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving."
 
7902
  msgstr ""
7903
 
7904
+ #: languages/vue.php:2151
7905
+ msgid "Upgrade to Pro »"
7906
  msgstr ""
7907
 
7908
+ #: languages/vue.php:2154
7909
+ msgid "Pro Tip:"
7910
  msgstr ""
7911
 
7912
+ #: languages/vue.php:2157
7913
+ msgid "Reset to default"
7914
  msgstr ""
7915
 
7916
+ #: languages/vue.php:2160
7917
+ msgid "The value entered does not match the required format"
7918
  msgstr ""
7919
 
7920
+ #: languages/vue.php:2163
7921
+ msgid "Upgrade"
7922
  msgstr ""
7923
 
7924
+ #: languages/vue.php:2166
7925
+ msgid ""
7926
+ "The EU Compliance addon allows you to improve compliance with GDPR\n"
7927
+ " and other privacy regulations."
7928
  msgstr ""
7929
 
7930
+ #: languages/vue.php:2170
7931
+ msgid "EU Compliance"
7932
  msgstr ""
7933
 
7934
+ #: languages/vue.php:2173
7935
+ msgid "Scroll Tracking"
7936
  msgstr ""
7937
 
7938
+ #: languages/vue.php:2176
7939
+ 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."
 
7940
  msgstr ""
7941
 
7942
+ #. Translators: Error status and error text.
7943
+ #: languages/vue.php:2180
7944
+ msgid "Can't load errors. Error: %1$s, %2$s"
7945
  msgstr ""
7946
 
7947
+ #: languages/vue.php:2183
7948
+ msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"
7949
  msgstr ""
7950
 
7951
+ #: languages/vue.php:2186
7952
+ 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!"
7953
  msgstr ""
7954
 
7955
+ #: languages/vue.php:2189
7956
+ msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!"
7957
  msgstr ""
7958
 
7959
+ #. Translators: Makes text bold.
7960
  #: languages/vue.php:2193
7961
+ msgid "Use coupon code %1$sLITEUPGRADE%2$s"
7962
  msgstr ""
7963
 
7964
  #: languages/vue.php:2196
7965
+ msgid "Ads Tracking"
7966
  msgstr ""
7967
 
7968
  #: languages/vue.php:2199
7969
+ msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
7970
  msgstr ""
7971
 
7972
  #: languages/vue.php:2202
7973
+ msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."
7974
  msgstr ""
7975
 
7976
  #: languages/vue.php:2205
7977
+ msgid "Facebook Instant Articles"
7978
  msgstr ""
7979
 
7980
  #: languages/vue.php:2208
7981
+ msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."
 
 
 
 
7982
  msgstr ""
7983
 
7984
+ #. Translators: Error status and error text.
7985
+ #: languages/vue.php:2212
7986
+ msgid "Can't load settings. Error: %1$s, %2$s"
7987
  msgstr ""
7988
 
7989
+ #: languages/vue.php:2216
7990
+ msgid "Network error encountered. Settings not saved."
7991
  msgstr ""
7992
 
7993
+ #. Translators: Make text green.
7994
  #: languages/vue.php:2220
7995
+ msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
7996
  msgstr ""
7997
 
7998
  #: languages/vue.php:2223
7999
+ msgid "Usage Tracking"
8000
  msgstr ""
8001
 
8002
  #: languages/vue.php:2226
8003
+ msgid "Allow Usage Tracking"
8004
  msgstr ""
8005
 
8006
  #: languages/vue.php:2229
8007
+ 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."
 
 
 
 
8008
  msgstr ""
8009
 
8010
+ #. Translators: Add links to documentation.
8011
+ #: languages/vue.php:2233
8012
+ msgid "Complete documentation on usage tracking is available %1$shere%2$s."
8013
  msgstr ""
8014
 
8015
+ #: languages/vue.php:2236
8016
+ msgid "Allow usage tracking"
8017
  msgstr ""
8018
 
8019
+ #. Translators: Make text bold.
8020
+ #: languages/vue.php:2240
8021
+ msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy!"
8022
  msgstr ""
8023
 
8024
+ #. Translators: Add link to upgrade.
8025
  #: languages/vue.php:2244
8026
+ msgid "To unlock more features consider %1$supgrading to PRO%2$s."
8027
  msgstr ""
8028
 
8029
+ #. Translators: Make text green.
8030
+ #: languages/vue.php:2248
8031
+ msgid "As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
8032
  msgstr ""
8033
 
8034
+ #. Translators: Make text green and add smiley face.
8035
+ #: languages/vue.php:2252
8036
+ msgid "You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s"
8037
  msgstr ""
8038
 
8039
+ #: languages/vue.php:2255
8040
+ msgid "Unlock PRO Features Now"
8041
  msgstr ""
8042
 
8043
+ #: languages/vue.php:2258
8044
+ msgid "Paste your license key here"
8045
  msgstr ""
8046
 
8047
+ #: languages/vue.php:2261
8048
+ msgid "Verify"
8049
  msgstr ""
8050
 
8051
+ #. Translators: Add link to retrieve license from account area.
8052
+ #: languages/vue.php:2265
8053
+ msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s."
8054
  msgstr ""
8055
 
8056
+ #: languages/vue.php:2268
8057
+ msgid "There was an error unlocking MonsterInsights PRO please try again or install manually."
8058
  msgstr ""
8059
 
8060
+ #. Translators: Number of days.
8061
+ #: languages/vue.php:2272
8062
+ msgid "vs. Previous Day"
8063
  msgstr ""
8064
 
8065
+ #: languages/vue.php:2275
8066
+ msgid "No change"
8067
  msgstr ""
8068
 
8069
+ #: languages/vue.php:2278
8070
+ msgid "Authenticating"
8071
  msgstr ""
8072
 
8073
  #: languages/vue.php:2281
8074
+ msgid "Verifying Credentials"
8075
  msgstr ""
8076
 
8077
+ #: languages/vue.php:2284
8078
+ msgid "Your site is connected to MonsterInsights!"
8079
  msgstr ""
8080
 
8081
+ #: languages/vue.php:2287
8082
+ msgid "Deauthenticating"
8083
+ msgstr ""
8084
+
8085
+ #: languages/vue.php:2290
8086
+ 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."
8087
  msgstr ""
8088
 
8089
  #: languages/vue.php:2293
8090
+ msgid "Connect MonsterInsights"
8091
  msgstr ""
8092
 
8093
  #: languages/vue.php:2296
8094
+ msgid "Verify Credentials"
8095
  msgstr ""
8096
 
8097
+ #: languages/vue.php:2299
8098
+ msgid "Website Profile"
 
8099
  msgstr ""
8100
 
8101
+ #: languages/vue.php:2302
8102
+ msgid "Active Profile"
8103
  msgstr ""
8104
 
8105
+ #: languages/vue.php:2305
8106
+ msgid "Your website profile has been set at the network level of your WordPress Multisite."
8107
  msgstr ""
8108
 
8109
+ #: languages/vue.php:2308
8110
+ msgid "If you would like to use a different profile for this subsite, you can authenticate below."
8111
  msgstr ""
8112
 
8113
+ #: languages/vue.php:2311
8114
+ msgid "Or manually enter UA code (limited functionality)"
8115
  msgstr ""
8116
 
8117
+ #: languages/vue.php:2314
8118
+ msgid "Force Deauthenticate"
8119
  msgstr ""
8120
 
8121
+ #: languages/vue.php:2317
8122
+ msgid "Disconnect MonsterInsights"
8123
+ msgstr ""
8124
+
8125
+ #: languages/vue.php:2320
8126
+ msgid "Proceed"
8127
+ msgstr ""
8128
+
8129
+ #: languages/vue.php:2323
8130
+ msgid "Connection Information"
8131
  msgstr ""
8132
 
 
8133
  #: languages/vue.php:2326
8134
+ 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."
8135
  msgstr ""
8136
 
8137
+ #: languages/vue.php:2329
8138
+ msgid "Hostname"
 
8139
  msgstr ""
8140
 
8141
+ #: languages/vue.php:2332
8142
+ msgid "FTP Username"
 
8143
  msgstr ""
8144
 
8145
+ #: languages/vue.php:2335
8146
+ msgid "FTP Password"
8147
  msgstr ""
8148
 
8149
+ #: languages/vue.php:2338
8150
+ msgid "This password will not be stored on the server."
8151
  msgstr ""
8152
 
8153
+ #: languages/vue.php:2341
8154
+ msgid "Connection Type"
8155
  msgstr ""
8156
 
8157
+ #: languages/vue.php:2344
8158
+ msgid "Cancel"
8159
  msgstr ""
8160
 
8161
+ #: languages/vue.php:2347
8162
+ msgid "Show"
8163
  msgstr ""
8164
 
8165
+ #: languages/vue.php:2350
8166
+ msgid "No options available"
8167
  msgstr ""
8168
 
8169
+ #: languages/vue.php:2353
8170
+ 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."
8171
+ msgstr ""
8172
+
8173
+ #. Translators: The name of the field that is throwing a validation error.
8174
+ #: languages/vue.php:2357
8175
+ msgid "%s can't be empty."
8176
+ msgstr ""
8177
+
8178
+ #: languages/vue.php:2360
8179
+ msgid "Duplicate values are not allowed."
8180
+ msgstr ""
8181
+
8182
+ #: languages/vue.php:2363
8183
+ msgid "Add Another Link Path"
8184
+ msgstr ""
8185
+
8186
+ #: languages/vue.php:2366
8187
+ msgid "Remove row"
8188
+ msgstr ""
8189
+
8190
+ #: languages/vue.php:2372
8191
+ msgid "Help Us Improve"
8192
+ msgstr ""
8193
+
8194
+ #: languages/vue.php:2375
8195
+ msgid "Help us better understand our users and their website needs."
8196
  msgstr ""
8197
 
8198
+ #. Translators: Adds a link to the documentation.
8199
  #: languages/vue.php:2379
8200
+ 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"
8201
  msgstr ""
8202
 
8203
+ #. Translators: Makes text bold.
8204
+ #: languages/vue.php:2383
8205
+ msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy!"
8206
  msgstr ""
8207
 
8208
+ #. Translators: Makes text green.
8209
+ #: languages/vue.php:2387
8210
+ msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
8211
  msgstr ""
8212
 
8213
+ #: languages/vue.php:2390
8214
+ msgid "Unlock All Features and Upgrade to Pro"
8215
  msgstr ""
8216
 
8217
+ #: languages/vue.php:2393
8218
+ msgid "Website profile"
8219
  msgstr ""
8220
 
8221
+ #: languages/vue.php:2396
8222
+ msgid "Active profile"
8223
  msgstr ""
8224
 
8225
+ #: languages/vue.php:2399
8226
+ msgid "Skip and Keep Connection"
8227
  msgstr ""
8228
 
8229
+ #. Translators: Placeholders are used for making text bold and adding a link.
8230
+ #: languages/vue.php:2403
8231
+ msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
8232
  msgstr ""
8233
 
8234
+ #: languages/vue.php:2406
8235
+ msgid "Today"
8236
  msgstr ""
8237
 
8238
+ #: languages/vue.php:2409
8239
+ msgid "Yesterday"
8240
  msgstr ""
8241
 
8242
+ #: languages/vue.php:2412
8243
+ msgid "Last Week"
8244
  msgstr ""
8245
 
8246
+ #: languages/vue.php:2415
8247
+ msgid "Last Month"
8248
  msgstr ""
8249
 
8250
+ #: languages/vue.php:2418
8251
+ msgid "Last 7 days"
8252
  msgstr ""
8253
 
8254
  #: languages/vue.php:2421
8255
+ msgid "Last 30 days"
8256
  msgstr ""
8257
 
8258
  #: languages/vue.php:2424
8259
+ msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
8260
  msgstr ""
8261
 
8262
  #: languages/vue.php:2427
8263
+ msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
8264
  msgstr ""
8265
 
8266
  #: languages/vue.php:2430
8267
+ msgid "See Your Homepage's Overall Performance Score"
8268
  msgstr ""
8269
 
8270
  #: languages/vue.php:2433
8271
+ msgid "Run an Audit on Your Homepage and See Your Server Response Time"
8272
  msgstr ""
8273
 
8274
+ #: languages/vue.php:2436
8275
+ msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
8276
  msgstr ""
8277
 
8278
+ #: languages/vue.php:2439
8279
+ msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
8280
  msgstr ""
8281
 
8282
+ #. Translators: Current WordPress version.
8283
+ #: languages/vue.php:2443
8284
+ 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."
8285
  msgstr ""
8286
 
8287
+ #. Translators: Current PHP version and recommended PHP version.
8288
  #: languages/vue.php:2447
8289
+ 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."
8290
  msgstr ""
8291
 
8292
+ #. Translators: Current WordPress version.
8293
+ #: languages/vue.php:2451
8294
+ 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."
8295
  msgstr ""
8296
 
8297
+ #: languages/vue.php:2454
8298
+ msgid "Site Speed Report"
8299
  msgstr ""
8300
 
8301
+ #: languages/vue.php:2457
8302
+ msgid "2020 Year in Review"
8303
  msgstr ""
8304
 
8305
+ #: languages/vue.php:2460
8306
+ msgid "PrettyLinks Integration"
8307
  msgstr ""
8308
 
8309
+ #: languages/vue.php:2468
8310
+ msgid "Popular Posts Widget"
8311
  msgstr ""
8312
 
8313
+ #: languages/vue.php:2472
8314
+ msgid "Popular Products"
8315
  msgstr ""
8316
 
8317
+ #: languages/vue.php:2478
8318
+ msgid "Inbox"
8319
  msgstr ""
8320
 
8321
+ #: languages/vue.php:2481
8322
+ msgid "Back to Inbox"
8323
  msgstr ""
8324
 
8325
+ #: languages/vue.php:2484
8326
+ msgid "View Dismissed"
 
8327
  msgstr ""
8328
 
8329
+ #: languages/vue.php:2487
8330
+ msgid "Notifications"
 
8331
  msgstr ""
8332
 
8333
+ #: languages/vue.php:2490
8334
+ msgid "Dismiss All"
 
8335
  msgstr ""
8336
 
8337
+ #: languages/vue.php:2493
8338
+ msgid "Dismissed"
8339
  msgstr ""
8340
 
8341
+ #: languages/vue.php:2496
8342
+ msgid "No Notifications"
8343
  msgstr ""
8344
 
8345
+ #: languages/vue.php:2499
8346
+ msgid "Export PDF Overview Report"
 
8347
  msgstr ""
8348
 
8349
+ #: languages/vue.php:2502
8350
+ msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
 
8351
  msgstr ""
8352
 
8353
+ #: languages/vue.php:2505
8354
+ msgid "Your 2020 Analytics Report"
 
8355
  msgstr ""
8356
 
8357
+ #: languages/vue.php:2511
8358
+ msgid "January 1, 2020 - December 31, 2020"
 
8359
  msgstr ""
8360
 
8361
+ #: languages/vue.php:2514
8362
+ msgid "A Tip for 2021"
8363
  msgstr ""
8364
 
8365
+ #: languages/vue.php:2517
8366
+ msgid "A Tip For 2021"
8367
  msgstr ""
8368
 
8369
+ #: languages/vue.php:2520
8370
+ msgid "Here's to an amazing 2021!"
8371
  msgstr ""
8372
 
8373
+ #: languages/vue.php:2523
8374
+ msgid "Try our other popular WordPress plugins to grow your website in 2021."
8375
+ msgstr ""
8376
+
8377
+ #: languages/vue.php:2526
8378
+ msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
8379
+ msgstr ""
8380
+
8381
+ #: languages/vue.php:2529
8382
+ msgid "Copyright MonsterInsights, 2021"
8383
+ msgstr ""
8384
+
8385
+ #: languages/vue.php:2532
8386
+ msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
8387
  msgstr ""
8388
 
8389
+ #. Translators: Number of minutes spent on site.
8390
  #: languages/vue.php:2536
8391
+ msgid "Each visitor spent an average of %s minutes on your website in 2020."
8392
  msgstr ""
8393
 
8394
  #: languages/vue.php:2539
8395
+ msgid "Caching"
8396
  msgstr ""
8397
 
8398
  #: languages/vue.php:2542
8399
+ msgid "Enable Data Caching"
8400
  msgstr ""
8401
 
8402
  #: languages/vue.php:2545
8403
+ msgid "Refresh Cache Every"
8404
  msgstr ""
8405
 
8406
  #: languages/vue.php:2548
8407
+ msgid "Choose how often to refresh the cache."
8408
  msgstr ""
8409
 
8410
  #: languages/vue.php:2551
8411
+ msgid "Enable Ajaxify"
8412
  msgstr ""
8413
 
8414
  #: languages/vue.php:2554
8415
+ msgid "Ajaxify Widget"
8416
  msgstr ""
8417
 
8418
  #: languages/vue.php:2557
8419
+ msgid "Use to bypass page caching."
8420
  msgstr ""
8421
 
8422
  #: languages/vue.php:2560
8423
+ msgid "Empty Cache"
8424
  msgstr ""
8425
 
8426
  #: languages/vue.php:2563
8427
+ msgid "Click to manually wipe the cache right now."
8428
  msgstr ""
8429
 
8430
  #: languages/vue.php:2566
8431
+ msgid "Popular posts cache emptied"
8432
  msgstr ""
8433
 
8434
  #: languages/vue.php:2569
8435
+ msgid "Error emptying the popular posts cache. Please try again."
8436
  msgstr ""
8437
 
8438
  #: languages/vue.php:2572
8439
+ msgid "Choose Theme"
8440
  msgstr ""
8441
 
8442
  #: languages/vue.php:2575
8443
+ msgid "Widget Styling"
8444
  msgstr ""
8445
 
8446
  #: languages/vue.php:2578
8447
+ msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
8448
  msgstr ""
8449
 
8450
  #: languages/vue.php:2581
8451
+ msgid "Sort By"
8452
  msgstr ""
8453
 
8454
  #: languages/vue.php:2584
8455
+ msgid "Choose how you'd like the widget to determine your popular posts."
8456
  msgstr ""
8457
 
8458
  #: languages/vue.php:2587
8459
+ msgid "Placement"
8460
  msgstr ""
8461
 
8462
  #: languages/vue.php:2590
8463
+ msgid "Choose how you'd like to place the widget."
8464
  msgstr ""
8465
 
8466
  #: languages/vue.php:2593
8467
+ msgid "Insert After"
8468
  msgstr ""
8469
 
8470
  #: languages/vue.php:2596
8471
+ msgid "Choose where in the post body the widget will be placed."
8472
  msgstr ""
8473
 
8474
  #: languages/vue.php:2599
8475
+ msgid "Include in Post Types"
8476
  msgstr ""
8477
 
8478
  #: languages/vue.php:2602
8479
+ msgid "Exclude from specific posts"
 
 
 
 
8480
  msgstr ""
8481
 
8482
+ #. Translators: Placeholders make the text bold.
8483
+ #: languages/vue.php:2606
8484
+ msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
8485
  msgstr ""
8486
 
8487
+ #. Translators: Placeholders make the text bold.
8488
+ #: languages/vue.php:2610
8489
+ msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
8490
  msgstr ""
8491
 
8492
+ #: languages/vue.php:2613
8493
+ msgid "Customize Design"
8494
  msgstr ""
8495
 
8496
+ #: languages/vue.php:2616
8497
+ msgid "Loading Themes"
8498
  msgstr ""
8499
 
8500
+ #: languages/vue.php:2619
8501
+ msgid "words"
8502
  msgstr ""
8503
 
8504
+ #: languages/vue.php:2622
8505
+ msgid "Please select at least one post to display."
8506
  msgstr ""
8507
 
8508
+ #. Translators: placeholders make text small.
8509
  #: languages/vue.php:2626
8510
+ msgid "Default Styles %1$s- As seen above.%2$s"
 
 
 
 
8511
  msgstr ""
8512
 
8513
+ #. Translators: placeholders make text small.
8514
+ #: languages/vue.php:2630
8515
+ msgid "No Styles %1$s- Use your own CSS.%2$s"
8516
  msgstr ""
8517
 
8518
+ #. Translators: placeholders make text small.
8519
+ #: languages/vue.php:2634
8520
+ msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
8521
  msgstr ""
8522
 
8523
+ #. Translators: placeholders make text small.
8524
  #: languages/vue.php:2638
8525
+ msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
8526
  msgstr ""
8527
 
8528
+ #. Translators: placeholders make text small.
8529
+ #: languages/vue.php:2642
8530
+ msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
8531
  msgstr ""
8532
 
8533
+ #. Translators: placeholders make text small.
8534
+ #: languages/vue.php:2646
8535
+ msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
 
 
 
8536
  msgstr ""
8537
 
8538
+ #. Translators: placeholders make text small.
8539
  #: languages/vue.php:2650
8540
+ msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
8541
  msgstr ""
8542
 
8543
  #: languages/vue.php:2653
8544
+ msgid "Display Title"
 
 
 
 
8545
  msgstr ""
8546
 
8547
  #: languages/vue.php:2659
8548
+ msgid "Title your widget and set it’s display preferences."
8549
  msgstr ""
8550
 
8551
  #: languages/vue.php:2662
8552
+ msgid "Go Back To Reports"
8553
  msgstr ""
8554
 
8555
  #: languages/vue.php:2665
8556
+ msgid "Enable Enhanced eCommerce"
8557
  msgstr ""
8558
 
8559
+ #: languages/vue.php:2669
8560
+ msgid "Site Speed"
8561
  msgstr ""
8562
 
8563
+ #: languages/vue.php:2672
8564
+ 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"
 
 
 
 
8565
  msgstr ""
8566
 
8567
+ #: languages/vue.php:2675
8568
+ msgid "Make your MonsterInsights campaign links prettier with Pretty Links!"
8569
  msgstr ""
8570
 
8571
+ #: languages/vue.php:2678
8572
+ msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
8573
  msgstr ""
8574
 
8575
+ #: languages/vue.php:2681
8576
+ msgid "Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!"
8577
  msgstr ""
8578
 
8579
+ #: languages/vue.php:2684
8580
+ msgid "Over 200,000 websites use Pretty Links!"
8581
  msgstr ""
8582
 
8583
+ #: languages/vue.php:2687
8584
+ msgid "Install Pretty Links"
8585
  msgstr ""
8586
 
8587
+ #: languages/vue.php:2690
8588
+ msgid "Pretty Links Installed & Activated"
8589
  msgstr ""
8590
 
8591
+ #: languages/vue.php:2694
8592
+ msgid "Download Pretty Links"
8593
  msgstr ""
8594
 
8595
+ #: languages/vue.php:2697
8596
+ msgid "Install Pretty Links from the WordPress.org plugin repository."
8597
  msgstr ""
8598
 
8599
+ #: languages/vue.php:2700
8600
+ msgid "Activate Pretty Links"
8601
  msgstr ""
8602
 
8603
+ #: languages/vue.php:2703
8604
+ msgid "Activating Pretty Links..."
8605
  msgstr ""
8606
 
8607
+ #: languages/vue.php:2706
8608
+ msgid "Create New Pretty Link"
8609
  msgstr ""
8610
 
8611
+ #: languages/vue.php:2709
8612
+ msgid "Create a New Pretty Link"
8613
  msgstr ""
8614
 
8615
+ #: languages/vue.php:2712
8616
+ msgid "Grab your campaign link and paste it into the Target URL field."
8617
  msgstr ""
8618
 
8619
+ #. Translators: Adds a link to the documentation.
8620
  #: languages/vue.php:2716
8621
+ 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."
 
 
 
 
8622
  msgstr ""
8623
 
8624
  #: languages/vue.php:2722
8625
+ 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."
8626
  msgstr ""
8627
 
8628
  #: languages/vue.php:2725
8629
+ msgid "Disable the Headline Analyzer"
8630
  msgstr ""
8631
 
8632
  #: languages/vue.php:2728
8633
+ msgid "Email Summaries"
8634
  msgstr ""
8635
 
8636
  #: languages/vue.php:2731
8637
+ msgid "Export PDF Reports"
8638
  msgstr ""
8639
 
8640
  #: languages/vue.php:2734
8641
+ msgid "Export PDF Report"
8642
  msgstr ""
8643
 
8644
  #: languages/vue.php:2737
8645
+ msgid "You can export PDF reports only in the PRO version."
8646
  msgstr ""
8647
 
8648
+ #. Translators: Placeholder adds a line break.
8649
+ #: languages/vue.php:2741
8650
+ msgid "You can customize your %sdate range only in the PRO version."
8651
  msgstr ""
8652
 
 
8653
  #: languages/vue.php:2744
8654
+ msgid "This feature requires MonsterInsights Pro"
8655
  msgstr ""
8656
 
8657
+ #: languages/vue.php:2747
8658
+ msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
 
8659
  msgstr ""
8660
 
8661
+ #: languages/vue.php:2750
8662
+ msgid "Upgrade to Pro and Unlock Popular Products"
8663
+ msgstr ""
8664
+
8665
+ #: languages/vue.php:2753
8666
+ msgid "View all Pro features"
8667
  msgstr ""
8668
 
 
8669
  #: languages/vue.php:2756
8670
+ msgid "Select posts/search"
8671
  msgstr ""
8672
 
8673
+ #: languages/vue.php:2759
8674
+ msgid "Oops! No posts found."
 
8675
  msgstr ""
8676
 
8677
+ #: languages/vue.php:2762
8678
+ msgid "Search by post title"
8679
+ msgstr ""
8680
+
8681
+ #: languages/vue.php:2765
8682
+ msgid "Can't load posts."
8683
  msgstr ""
8684
 
 
8685
  #: languages/vue.php:2768
8686
+ msgid "SharedCount API Key"
8687
  msgstr ""
8688
 
8689
+ #: languages/vue.php:2771
8690
+ msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
 
8691
  msgstr ""
8692
 
8693
+ #: languages/vue.php:2774
8694
+ msgid "Start Indexing"
8695
+ msgstr ""
8696
+
8697
+ #: languages/vue.php:2777
8698
+ msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
8699
  msgstr ""
8700
 
 
8701
  #: languages/vue.php:2780
8702
+ msgid "Indexing completed, counts will update automatically every day."
8703
  msgstr ""
8704
 
8705
+ #. Translators: Minimum and maximum number that can be used.
8706
  #: languages/vue.php:2784
8707
+ msgid "Please enter a value between %1$s and %2$s"
8708
  msgstr ""
8709
 
8710
+ #. Translators: The minimum set value.
8711
  #: languages/vue.php:2788
8712
+ msgid "Please enter a value higher than %s"
8713
  msgstr ""
8714
 
8715
+ #. Translators: The maximum set value.
8716
+ #: languages/vue.php:2792
8717
+ msgid "Please enter a value lower than %s"
8718
  msgstr ""
8719
 
8720
+ #: languages/vue.php:2795
8721
+ msgid "Please enter a number"
8722
  msgstr ""
8723
 
8724
+ #: languages/vue.php:2798
8725
+ msgid "Value has to be a round number"
8726
  msgstr ""
8727
 
 
8728
  #: languages/vue.php:2801
8729
+ msgid "Add Top 5 Posts from Google Analytics"
8730
  msgstr ""
8731
 
8732
  #: languages/vue.php:2804
8733
+ msgid "Pro version is required"
8734
  msgstr ""
8735
 
8736
  #: languages/vue.php:2807
8737
+ msgid "Automated + Curated"
 
 
 
 
8738
  msgstr ""
8739
 
8740
+ #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8741
+ #: languages/vue.php:2811
8742
+ 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)."
8743
  msgstr ""
8744
 
8745
+ #: languages/vue.php:2814
8746
+ msgid "Days"
8747
  msgstr ""
8748
 
8749
+ #. Translators: placeholders make text small.
8750
+ #: languages/vue.php:2818
8751
+ msgid "7 days"
8752
  msgstr ""
8753
 
8754
+ #: languages/vue.php:2821
8755
+ msgid "30 days"
8756
  msgstr ""
8757
 
8758
+ #: languages/vue.php:2824
8759
+ msgid "Custom"
8760
  msgstr ""
8761
 
8762
+ #: languages/vue.php:2827
8763
+ msgid "Popular Posts data can be fetched correctly"
8764
  msgstr ""
8765
 
8766
+ #: languages/vue.php:2830
8767
+ 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."
8768
  msgstr ""
8769
 
8770
+ #: languages/vue.php:2833
8771
+ msgid "Close"
8772
  msgstr ""
8773
 
8774
+ #: languages/vue.php:2836
8775
+ msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both MonsterInsights and Google Analytics settings. Please use the button below to confirm your configuration is correct."
 
8776
  msgstr ""
8777
 
8778
+ #: languages/vue.php:2839
8779
+ msgid "Test Automated Posts"
 
8780
  msgstr ""
8781
 
8782
+ #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
8783
+ #: languages/vue.php:2843
8784
+ msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
8785
  msgstr ""
8786
 
8787
+ #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8788
+ #: languages/vue.php:2847
8789
+ 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."
8790
  msgstr ""
8791
 
8792
+ #. Translators: Placeholder gets replaced with current license version.
8793
  #: languages/vue.php:2851
8794
+ msgid "Pro version is required. Your current license level is: %s"
8795
  msgstr ""
8796
 
8797
  #: languages/vue.php:2854
8798
+ msgid "Verifying Popular Posts data"
8799
  msgstr ""
8800
 
8801
  #: languages/vue.php:2857
8802
+ msgid "Used on over 3,000,000 websites!"
8803
  msgstr ""
8804
 
8805
  #: languages/vue.php:2860
8806
+ msgid "+ Add Role"
8807
  msgstr ""
8808
 
8809
  #: languages/vue.php:2863
8810
+ msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
 
 
 
 
 
 
8811
  msgstr ""
8812
 
8813
+ #: languages/vue.php:2866
8814
+ msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
8815
  msgstr ""
8816
 
8817
+ #: languages/vue.php:2869
8818
+ msgid "Color"
8819
  msgstr ""
8820
 
8821
+ #: languages/vue.php:2872
8822
+ msgid "Size"
8823
  msgstr ""
8824
 
8825
+ #: languages/vue.php:2875
8826
+ msgid "Title"
8827
  msgstr ""
8828
 
8829
+ #: languages/vue.php:2878
8830
+ msgid "Label"
8831
  msgstr ""
8832
 
8833
+ #: languages/vue.php:2881
8834
+ msgid "Background"
8835
  msgstr ""
8836
 
8837
+ #: languages/vue.php:2884
8838
+ msgid "Border"
8839
  msgstr ""
8840
 
8841
+ #: languages/vue.php:2887
8842
+ msgid "Icon"
8843
  msgstr ""
8844
 
8845
+ #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
8846
  #: languages/vue.php:2894
8847
+ msgid "%1$sPage %3$s%2$s of %4$s"
8848
  msgstr ""
8849
 
8850
  #: languages/vue.php:2897
8851
+ msgid "Multiple Entries"
8852
  msgstr ""
8853
 
8854
  #: languages/vue.php:2900
8855
+ msgid "Total Number of Widgets to Show"
8856
  msgstr ""
8857
 
8858
+ #: languages/vue.php:2903
8859
+ msgid "Choose how many widgets will be placed in a single Post."
 
8860
  msgstr ""
8861
 
8862
+ #: languages/vue.php:2906
8863
+ msgid "Minimum Distance Between Widgets"
8864
  msgstr ""
8865
 
8866
+ #: languages/vue.php:2909
8867
+ msgid "Choose the distance between widgets."
 
8868
  msgstr ""
8869
 
8870
+ #: languages/vue.php:2912
8871
+ msgid "Minimum Word Count to Display Multiple Widgets"
8872
+ msgstr ""
8873
+
8874
+ #: languages/vue.php:2915
8875
+ msgid "Choose the minimum word count for a Post to have multiple entries."
8876
  msgstr ""
8877
 
 
8878
  #: languages/vue.php:2918
8879
+ msgid "Only Show Posts from These Categories"
8880
  msgstr ""
8881
 
8882
  #: languages/vue.php:2921
8883
+ msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
8884
  msgstr ""
8885
 
8886
+ #: languages/vue.php:2924
8887
+ msgid "Copy to Pretty Links"
 
8888
  msgstr ""
8889
 
8890
+ #: languages/vue.php:2927
8891
+ msgid "Make your campaign links prettier!"
8892
  msgstr ""
8893
 
8894
+ #: languages/vue.php:2930
8895
+ msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
8896
+ msgstr ""
8897
+
8898
+ #: languages/vue.php:2933
8899
+ msgid "You can add maximum 5 items."
8900
  msgstr ""
8901
 
 
8902
  #: languages/vue.php:2936
8903
+ msgid "At least 0 item required."
8904
  msgstr ""
8905
 
8906
  #: languages/vue.php:2939
8907
+ msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
8908
  msgstr ""
8909
 
8910
+ #: languages/vue.php:2942
8911
+ msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
 
8912
  msgstr ""
8913
 
8914
+ #: languages/vue.php:2945
8915
+ msgid "Import settings from another MonsterInsights website."
8916
+ msgstr ""
8917
+
8918
+ #: languages/vue.php:2948
8919
+ msgid "Export settings to import into another MonsterInsights install."
8920
  msgstr ""
8921
 
 
8922
  #: languages/vue.php:2951
8923
+ msgid "Display Method"
8924
  msgstr ""
8925
 
8926
+ #: languages/vue.php:2954
8927
+ msgid "There are two ways to manual include the widget in your posts."
 
8928
  msgstr ""
8929
 
8930
+ #: languages/vue.php:2958
8931
+ msgid "Using the Gutenberg Block"
 
8932
  msgstr ""
8933
 
8934
+ #: languages/vue.php:2961
8935
+ msgid "Using the Shortcode"
8936
+ msgstr ""
8937
+
8938
+ #: languages/vue.php:2964
8939
+ msgid "Learn how to insert the widget using Gutenberg blocks."
8940
  msgstr ""
8941
 
 
8942
  #: languages/vue.php:2967
8943
+ msgid "Learn how to insert the widget using out Shortcode."
8944
  msgstr ""
8945
 
8946
  #: languages/vue.php:2970
8947
+ msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
8948
  msgstr ""
8949
 
 
8950
  #: languages/vue.php:2974
8951
+ msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
8952
  msgstr ""
8953
 
8954
+ #: languages/vue.php:2977
8955
+ msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”."
8956
+ msgstr ""
8957
+
8958
+ #: languages/vue.php:2981
8959
+ msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
8960
+ msgstr ""
8961
+
8962
+ #: languages/vue.php:2984
8963
+ msgid "Shortcode"
8964
+ msgstr ""
8965
+
8966
+ #: languages/vue.php:2988
8967
+ msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
8968
+ msgstr ""
8969
+
8970
+ #: languages/vue.php:2992
8971
+ msgid "Copy Shortcode"
8972
+ msgstr ""
8973
+
8974
+ #: languages/vue.php:2995
8975
+ msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
8976
+ msgstr ""
8977
+
8978
+ #: languages/vue.php:2998
8979
+ msgid "Wide"
8980
+ msgstr ""
8981
+
8982
+ #: languages/vue.php:3001
8983
+ msgid "Narrow"
8984
+ msgstr ""
8985
+
8986
+ #: languages/vue.php:3004
8987
+ msgid "Author/Date"
8988
+ msgstr ""
8989
+
8990
+ #: languages/vue.php:3016
8991
+ msgid "Choose which content you would like displayed in the widget."
8992
+ msgstr ""
8993
+
8994
+ #: languages/vue.php:3028
8995
+ msgid "Comments"
8996
+ msgstr ""
8997
+
8998
+ #: languages/vue.php:3034
8999
+ msgid "Choose how many posts you’d like displayed in the widget."
9000
+ msgstr ""
9001
+
9002
+ #: languages/vue.php:3037
9003
+ msgid "Unlock with %s"
9004
+ msgstr ""
9005
+
9006
+ #: languages/vue.php:3040
9007
+ msgid "Automatic Placement"
9008
+ msgstr ""
9009
+
9010
+ #: languages/vue.php:3043
9011
+ msgid "Display using Gutenberg Blocks"
9012
+ msgstr ""
9013
+
9014
+ #: languages/vue.php:3046
9015
+ msgid "Embed Options"
9016
+ msgstr ""
9017
+
9018
+ #: languages/vue.php:3049
9019
+ msgid "All Embed Options can be used in conjunction with one another."
9020
+ msgstr ""
9021
+
9022
+ #: languages/vue.php:3052
9023
+ msgid "Using Automatic Embed"
9024
+ msgstr ""
9025
+
9026
+ #: languages/vue.php:3055
9027
+ 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."
9028
+ msgstr ""
9029
+
9030
+ #: languages/vue.php:3058
9031
+ 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."
9032
+ msgstr ""
9033
+
9034
+ #: languages/vue.php:3061
9035
+ msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
9036
+ msgstr ""
9037
+
9038
+ #: languages/vue.php:3064
9039
+ msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
9040
+ msgstr ""
9041
+
9042
+ #: languages/vue.php:3067
9043
+ msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
9044
+ msgstr ""
9045
+
9046
+ #: languages/vue.php:3070
9047
+ 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."
9048
+ msgstr ""
9049
+
9050
+ #: languages/vue.php:3073
9051
+ 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."
9052
+ msgstr ""
9053
+
9054
+ #: languages/vue.php:3076
9055
+ msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
9056
+ msgstr ""
9057
+
9058
+ #: languages/vue.php:3079
9059
+ msgid "Display using a Shortcode"
9060
+ msgstr ""
9061
+
9062
+ #: languages/vue.php:3082
9063
+ msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
9064
+ msgstr ""
9065
+
9066
+ #: languages/vue.php:3085
9067
+ msgid "Enable Automatic Placement"
9068
+ msgstr ""
9069
+
9070
+ #: languages/vue.php:3088
9071
+ msgid "Display in a Sidebar"
9072
+ msgstr ""
9073
+
9074
+ #: languages/vue.php:3091
9075
+ msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
9076
+ msgstr ""
9077
+
9078
+ #: languages/vue.php:3094
9079
+ msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
9080
+ msgstr ""
9081
+
9082
+ #: languages/vue.php:3097
9083
+ msgid "View notifications"
9084
  msgstr ""
9085
 
9086
  #: googleanalytics.php:275
languages/vue.php CHANGED
@@ -7,80 +7,66 @@ $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/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:71
 
 
 
 
11
  __( 'Error', 'google-analytics-for-wordpress' ),
12
 
13
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:206
14
  __( 'Please try again.', 'google-analytics-for-wordpress' ),
15
 
16
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:325
17
- __( 'Today', 'google-analytics-for-wordpress' ),
18
-
19
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:331
20
- __( 'Yesterday', 'google-analytics-for-wordpress' ),
21
-
22
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:337
23
- __( 'Last Week', 'google-analytics-for-wordpress' ),
24
-
25
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:343
26
- __( 'Last Month', 'google-analytics-for-wordpress' ),
27
-
28
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:349
29
- __( 'Last 7 days', 'google-analytics-for-wordpress' ),
30
-
31
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:355
32
- __( 'Last 30 days', 'google-analytics-for-wordpress' ),
33
-
34
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
35
  __( 'Loading new report data', 'google-analytics-for-wordpress' ),
36
 
37
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:55
38
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
39
 
40
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
41
  /* Translators: Adds an arrow icon. */
42
  __( 'Continue %s', 'google-analytics-for-wordpress' ),
43
 
44
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:236
45
  __( 'Unlock the Publishers Report and Focus on the Content that Matters', 'google-analytics-for-wordpress' ),
46
 
47
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:237
48
  __( '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' ),
49
 
50
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:248
51
  __( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-for-wordpress' ),
52
 
53
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:249
54
  __( 'Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
55
 
56
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:260
57
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-for-wordpress' ),
58
 
59
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:261
60
  __( 'Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more.', 'google-analytics-for-wordpress' ),
61
 
62
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:274
63
  __( 'Unlock the Dimensions Report and Track Your Own Custom Data', 'google-analytics-for-wordpress' ),
64
 
65
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:275
66
  __( 'Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what\'s working right inside your WordPress dashboard.', 'google-analytics-for-wordpress' ),
67
 
68
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:285
69
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-for-wordpress' ),
70
 
71
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:286
72
  __( 'Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.', 'google-analytics-for-wordpress' ),
73
 
74
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:294
75
  __( 'Unlock the Search Console Report and See How People Find Your Website', 'google-analytics-for-wordpress' ),
76
 
77
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:295
78
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-for-wordpress' ),
79
 
80
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:304
81
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-for-wordpress' ),
82
 
83
- // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:305
84
  __( 'Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it.', 'google-analytics-for-wordpress' ),
85
 
86
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:188
@@ -182,27 +168,15 @@ $generated_i18n_strings = array(
182
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:311
183
  __( 'Get Fresh Reports Data Every 60 Seconds', 'google-analytics-for-wordpress' ),
184
 
185
- // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
186
- __( 'Loading settings', 'google-analytics-for-wordpress' ),
187
-
188
- // Reference: src/modules/widget/components/WidgetReminder.vue:33
189
- /* Translators: Number of visitors. */
190
- __( 'See how %s visitors found your site!', 'google-analytics-for-wordpress' ),
191
-
192
- // Reference: src/modules/widget/components/WidgetReminder.vue:35
193
- /* Translators: Number of visitors. */
194
- __( 'Your website was visited by %s users in the last 30 days.', 'google-analytics-for-wordpress' ),
195
-
196
- // Reference: src/modules/widget/components/WidgetReminder.vue:36
197
- __( 'See the full analytics report!', 'google-analytics-for-wordpress' ),
198
-
199
  // Reference: src/modules/frontend/monsterinsights-frontend.vue:36
200
  __( 'Insights', 'google-analytics-for-wordpress' ),
201
 
202
- // Reference: src/modules/reports/routes/index.js:24
 
203
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
204
 
205
  // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:41
 
206
  __( 'Welcome to MonsterInsights', 'google-analytics-for-wordpress' ),
207
 
208
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:126
@@ -232,13 +206,13 @@ $generated_i18n_strings = array(
232
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:134
233
  __( 'per year', 'google-analytics-for-wordpress' ),
234
 
235
- // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:22
236
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
237
 
238
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:136
239
  __( 'Testimonials', 'google-analytics-for-wordpress' ),
240
 
241
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:62
242
  __( 'Universal Tracking', 'google-analytics-for-wordpress' ),
243
 
244
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:141
@@ -289,7 +263,7 @@ $generated_i18n_strings = array(
289
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:182
290
  __( 'Form Conversions', 'google-analytics-for-wordpress' ),
291
 
292
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:129
293
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
294
 
295
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:184
@@ -313,97 +287,66 @@ $generated_i18n_strings = array(
313
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:190
314
  __( 'LifterLMS', 'google-analytics-for-wordpress' ),
315
 
316
- // Reference: src/modules/settings/monsterinsights-site.vue:80
317
- __( 'Congratulations! ', 'google-analytics-for-wordpress' ),
318
-
319
- // Reference: src/modules/settings/monsterinsights-site.vue:81
320
- __( 'You Successfully Unlocked the most powerful Analytics plugin', 'google-analytics-for-wordpress' ),
321
-
322
- // Reference: src/modules/reports/api/index.js:21
323
- /* Translators: Error status and error text. */
324
- __( 'Can\'t load report data. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
325
-
326
- // Reference: src/modules/reports/api/index.js:28
327
- __( 'Error loading report data', 'google-analytics-for-wordpress' ),
328
-
329
- // Reference: src/modules/settings/routes/site.js:100
330
- // Reference: src/modules/tools/components/ToolsNavigation.vue:14
331
- __( 'Import Export', 'google-analytics-for-wordpress' ),
332
-
333
- // Reference: src/modules/settings/routes/site.js:108
334
- __( 'PrettyLinks Integration', 'google-analytics-for-wordpress' ),
335
-
336
- // Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
337
- __( 'About Us', 'google-analytics-for-wordpress' ),
338
-
339
- // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
340
- __( 'Getting Started', 'google-analytics-for-wordpress' ),
341
-
342
- // Reference: src/modules/about/components/AboutNavigation-Lite.vue:17
343
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:52
344
- __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
345
-
346
- // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:22
347
- __( 'Inline Popular Posts', 'google-analytics-for-wordpress' ),
348
-
349
- // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:23
350
- __( 'Popular Posts Widget', 'google-analytics-for-wordpress' ),
351
-
352
- // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:24
353
- __( 'Popular Products', 'google-analytics-for-wordpress' ),
354
 
355
- // Reference: src/modules/settings/routes/site.js:180
356
- __( 'Settings', 'google-analytics-for-wordpress' ),
357
 
358
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:63
359
- __( 'General', 'google-analytics-for-wordpress' ),
 
360
 
361
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:64
362
- __( 'Engagement', 'google-analytics-for-wordpress' ),
363
 
364
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportEcommerce-Lite.vue:22
365
- __( 'eCommerce', 'google-analytics-for-wordpress' ),
366
 
367
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:66
368
- __( 'Publisher', 'google-analytics-for-wordpress' ),
 
369
 
370
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:67
371
- __( 'Conversions', 'google-analytics-for-wordpress' ),
372
 
373
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:68
374
- __( 'Advanced', 'google-analytics-for-wordpress' ),
 
375
 
376
- // Reference: src/modules/settings/routes/site.js:92
377
- // Reference: src/modules/tools/components/ToolsNavigation.vue:15
378
- __( 'URL Builder', 'google-analytics-for-wordpress' ),
379
 
380
- // Reference: src/modules/reports/components/ReportNoAuth.vue:25
381
- __( 'You must connect with MonsterInsights before you can view reports.', 'google-analytics-for-wordpress' ),
382
 
383
- // Reference: src/modules/reports/components/ReportNoAuth.vue:26
384
- __( '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' ),
385
 
386
- // Reference: src/modules/reports/components/ReportNoAuth.vue:27
387
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:98
388
- __( 'Launch Setup Wizard', 'google-analytics-for-wordpress' ),
389
 
390
- // Reference: src/modules/reports/components/ReportNoAuth.vue:28
391
- __( 'Please ask your webmaster to connect MonsterInsights to Google Analytics.', 'google-analytics-for-wordpress' ),
 
392
 
393
- // Reference: src/modules/reports/components/ReportReAuth.vue:19
394
- __( 'MonsterInsights encountered an error loading your report data', 'google-analytics-for-wordpress' ),
395
 
396
- // Reference: src/modules/reports/components/ReportReAuth.vue:20
397
- __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-for-wordpress' ),
 
398
 
399
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:47
400
- __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
401
 
402
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:108
403
- __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
404
 
405
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:88
406
- __( 'Ok', 'google-analytics-for-wordpress' ),
407
 
408
  // Reference: src/components/TheQuickLinks.vue:31
409
  __( 'See Quick Links', 'google-analytics-for-wordpress' ),
@@ -420,9 +363,6 @@ $generated_i18n_strings = array(
420
  // Reference: src/components/TheQuickLinks.vue:78
421
  __( 'Upgrade to Pro &#187;', 'google-analytics-for-wordpress' ),
422
 
423
- // Reference: src/modules/frontend/components/FrontendPoweredBy.vue:12
424
- __( 'Powered by MonsterInsights', 'google-analytics-for-wordpress' ),
425
-
426
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:24
427
  __( 'Please Setup Website Analytics to See Audience Insights', 'google-analytics-for-wordpress' ),
428
 
@@ -432,244 +372,263 @@ $generated_i18n_strings = array(
432
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:26
433
  __( 'Connect MonsterInsights and Setup Website Analytics', 'google-analytics-for-wordpress' ),
434
 
435
- // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
436
- __( 'Learn More', 'google-analytics-for-wordpress' ),
437
-
438
- // Reference: src/modules/settings/components/SettingsButtonSave.vue:46
439
- __( 'Save Changes', 'google-analytics-for-wordpress' ),
440
-
441
- // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:40
442
- __( 'View Reports', 'google-analytics-for-wordpress' ),
443
-
444
- // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:42
445
- __( 'Congratulations!', 'google-analytics-for-wordpress' ),
446
-
447
- // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:44
448
- /* Translators: Add link to YouTube video and Onboarding Wizard. */
449
- __( '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.', 'google-analytics-for-wordpress' ),
450
-
451
- // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:44
452
- /* Translators: Add link to YouTube video and Onboarding Wizard. */
453
- __( 'Onboarding Wizard', 'google-analytics-for-wordpress' ),
454
-
455
- // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:45
456
- __( '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.', 'google-analytics-for-wordpress' ),
457
-
458
- // Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
459
- __( 'Exit Setup', 'google-analytics-for-wordpress' ),
460
-
461
- // Reference: src/modules/addons/components/AddonsNavigation.vue:18
462
- __( 'MonsterInsights Addons', 'google-analytics-for-wordpress' ),
463
-
464
- // Reference: src/modules/addons/components/AddonsNavigation.vue:19
465
- __( 'Search Addons', 'google-analytics-for-wordpress' ),
466
-
467
- // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:75
468
- __( 'Inbox', 'google-analytics-for-wordpress' ),
469
 
470
- // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:76
471
- __( 'Back to Inbox', 'google-analytics-for-wordpress' ),
472
 
473
- // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:77
474
- __( 'View Dismissed', 'google-analytics-for-wordpress' ),
475
 
476
- // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:78
477
- __( 'Notifications', 'google-analytics-for-wordpress' ),
478
 
479
- // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:79
480
- __( 'Dismiss All', 'google-analytics-for-wordpress' ),
481
 
482
- // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:80
483
- __( 'Dismissed', 'google-analytics-for-wordpress' ),
 
484
 
485
- // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:81
486
- __( 'No Notifications', 'google-analytics-for-wordpress' ),
487
 
488
- // Reference: src/modules/reports/routes/index.js:32
489
  __( 'Publishers Report', 'google-analytics-for-wordpress' ),
490
 
491
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportEcommerce-Lite.vue:23
492
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
493
 
494
- // Reference: src/modules/reports/routes/index.js:48
 
495
  __( 'Search Console Report', 'google-analytics-for-wordpress' ),
496
 
497
- // Reference: src/modules/reports/routes/index.js:56
498
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
499
 
500
- // Reference: src/modules/reports/routes/index.js:64
 
501
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
502
 
503
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:51
504
- // Reference: src/modules/reports/routes/index.js:72
505
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
506
 
 
507
  // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:263
508
  // Reference: src/modules/reports/routes/index.js:85
509
  __( '2019 Year in Review', 'google-analytics-for-wordpress' ),
510
 
511
- // Reference: src/modules/widget/components/WidgetFooter.vue:19
512
- /* Translators: Placeholder is replaced with WPForms. */
513
- __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
 
514
 
515
- // Reference: src/modules/addons/store/actions.js:49
516
- __( 'Install', 'google-analytics-for-wordpress' ),
 
 
517
 
518
- // Reference: src/modules/addons/store/actions.js:49
519
- __( 'Activate', 'google-analytics-for-wordpress' ),
 
 
520
 
521
- // Reference: src/modules/widget/components/monsterinsights-WidgetSettings-Lite.vue:19
522
- /* Translators: Number of days in interval. */
523
- __( 'Last %s days', 'google-analytics-for-wordpress' ),
524
 
525
- // Reference: src/modules/widget/store/index.js:76
526
- __( 'Overview', 'google-analytics-for-wordpress' ),
 
527
 
528
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportPublishers-Lite.vue:25
529
- __( 'Publishers', 'google-analytics-for-wordpress' ),
530
 
531
- // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:43
532
- __( 'Search Console', 'google-analytics-for-wordpress' ),
 
533
 
534
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportDimensions-Lite.vue:22
535
- __( 'Dimensions', 'google-analytics-for-wordpress' ),
 
536
 
537
- // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:45
538
- __( 'Forms', 'google-analytics-for-wordpress' ),
 
539
 
540
- // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:46
541
- __( 'Real-Time', 'google-analytics-for-wordpress' ),
542
 
543
- // Reference: src/modules/wizard-onboarding/components/inputs/monsterinsights-OnboardingLicense-Lite.vue:27
544
- __( 'License Key', 'google-analytics-for-wordpress' ),
545
 
546
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:47
547
- /* Translators: Add link to retrieve license key from account. */
548
- __( 'Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-for-wordpress' ),
549
 
550
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:92
551
- __( 'Google Authentication', 'google-analytics-for-wordpress' ),
552
 
553
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:93
554
- __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
555
 
556
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:94
557
- __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
558
 
559
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:35
560
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:51
561
- __( 'Miscellaneous', 'google-analytics-for-wordpress' ),
562
 
563
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:37
564
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:53
565
- __( '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' ),
566
 
567
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:38
568
- // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:54
569
- __( 'Hide Announcements', 'google-analytics-for-wordpress' ),
570
 
571
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:96
572
- __( 'Setup Wizard', 'google-analytics-for-wordpress' ),
 
573
 
574
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:97
575
- __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-for-wordpress' ),
 
576
 
577
- // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:40
578
- __( 'There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data.', 'google-analytics-for-wordpress' ),
 
579
 
580
- // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:41
581
- __( 'No addons found.', 'google-analytics-for-wordpress' ),
 
582
 
583
- // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:42
584
- __( 'Refresh Addons', 'google-analytics-for-wordpress' ),
585
 
586
- // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:65
587
- __( 'Refreshing Addons', 'google-analytics-for-wordpress' ),
588
 
589
- // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:76
590
- /* Translators: Make text green. */
591
- __( 'Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
592
 
593
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:59
594
- __( 'Demographics', 'google-analytics-for-wordpress' ),
595
 
596
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:60
597
- __( 'Enable Demographics and Interests Reports for Remarketing and Advertising', 'google-analytics-for-wordpress' ),
598
 
599
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:61
600
- __( 'Anonymize IP Addresses', 'google-analytics-for-wordpress' ),
601
 
602
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:62
603
- __( 'Link Attribution', 'google-analytics-for-wordpress' ),
604
 
605
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:63
606
- __( 'Enable Enhanced Link Attribution', 'google-analytics-for-wordpress' ),
607
 
608
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:64
609
- __( 'Enable Anchor Tracking', 'google-analytics-for-wordpress' ),
610
 
611
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:65
612
- __( 'Enable allowAnchor', 'google-analytics-for-wordpress' ),
613
 
614
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:66
615
- __( 'Enable allowLinker', 'google-analytics-for-wordpress' ),
616
 
617
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:67
618
- __( 'Enable Tag Links in RSS', 'google-analytics-for-wordpress' ),
619
 
620
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:68
621
- __( 'File Downloads', 'google-analytics-for-wordpress' ),
622
 
623
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:69
624
- __( 'Extensions of Files to Track as Downloads', 'google-analytics-for-wordpress' ),
625
 
626
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:70
627
- __( 'MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions.', 'google-analytics-for-wordpress' ),
628
 
629
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:72
630
- /* Translators: Add links to the documentation. */
631
- __( '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.', 'google-analytics-for-wordpress' ),
632
 
633
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:74
634
- /* Translators: Adds a link to the documentation. */
635
- __( '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.', 'google-analytics-for-wordpress' ),
636
 
637
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:76
638
- /* Translators: Adds a link to the documentation. */
639
- __( 'Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.', 'google-analytics-for-wordpress' ),
640
 
641
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:77
642
- __( '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.', 'google-analytics-for-wordpress' ),
 
643
 
644
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:79
645
- /* Translators: Adds a link to the documentation. */
646
- __( '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.', 'google-analytics-for-wordpress' ),
647
 
648
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:81
649
- /* Translators: Adds a link to the documentation. */
650
- __( '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.', 'google-analytics-for-wordpress' ),
651
 
652
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:83
653
- /* Translators: Adds a link to the documentation. */
654
- __( '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.', 'google-analytics-for-wordpress' ),
655
 
656
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:84
657
- __( 'Add domain', 'google-analytics-for-wordpress' ),
658
 
659
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:89
660
- /* Translators: Example domain. */
661
- __( 'Domain (example: %s)', 'google-analytics-for-wordpress' ),
662
 
663
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:92
664
- /* Translators: Current site domain to be avoided. */
665
- __( 'Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s ).', 'google-analytics-for-wordpress' ),
666
 
667
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:96
668
- __( 'Cross Domain Tracking', 'google-analytics-for-wordpress' ),
 
669
 
670
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:98
671
- /* Translators: Adds a link to the documentation. */
672
- __( '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.', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
673
 
674
  // Reference: src/modules/reports/store/actions.js:132
675
  __( 'Installing Addon', 'google-analytics-for-wordpress' ),
@@ -696,7 +655,7 @@ $generated_i18n_strings = array(
696
  // Reference: src/modules/reports/store/actions.js:203
697
  __( 'View Addons', 'google-analytics-for-wordpress' ),
698
 
699
- // Reference: src/modules/notifications/components/Notification.vue:34
700
  __( 'Dismiss', 'google-analytics-for-wordpress' ),
701
 
702
  // Reference: src/modules/reports/store/actions.js:211
@@ -721,171 +680,312 @@ $generated_i18n_strings = array(
721
  /* Translators: Install/Activate the addon. */
722
  __( '%s Addon', 'google-analytics-for-wordpress' ),
723
 
724
- // Reference: src/modules/reports/store/actions.js:90
725
- __( 'Go Back To Reports', 'google-analytics-for-wordpress' ),
726
 
727
- // Reference: src/modules/reports/store/actions.js:91
728
- __( 'Enable Enhanced eCommerce', 'google-analytics-for-wordpress' ),
729
 
730
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:78
731
- /* Translators: placeholders make text small. */
732
- __( 'Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s', 'google-analytics-for-wordpress' ),
733
 
734
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:83
735
- /* Translators: placeholders make text small. */
736
- __( 'Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s', 'google-analytics-for-wordpress' ),
737
 
738
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:88
739
- /* Translators: placeholders make text small. */
740
- __( 'None %1$s- Manually update everything.%2$s', 'google-analytics-for-wordpress' ),
741
 
742
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:95
743
- __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
744
 
745
- // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:31
746
- __( 'Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
747
 
748
- // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:32
749
- __( '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.', 'google-analytics-for-wordpress' ),
750
 
751
- // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:33
752
- __( '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".', 'google-analytics-for-wordpress' ),
 
753
 
754
- // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:34
755
- __( '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.', 'google-analytics-for-wordpress' ),
 
756
 
757
- // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:35
758
- __( 'Yup, we know a thing or two about building awesome products that customers love.', 'google-analytics-for-wordpress' ),
759
 
760
- // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:36
761
- __( 'The MonsterInsights Team', 'google-analytics-for-wordpress' ),
 
762
 
763
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:100
764
- __( 'WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin', 'google-analytics-for-wordpress' ),
765
 
766
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:103
767
- __( 'WordPress Admin Area Reports', 'google-analytics-for-wordpress' ),
768
 
769
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:106
770
- __( 'Standard Reports', 'google-analytics-for-wordpress' ),
771
 
772
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:107
773
- __( 'Overview Reports for the last 30 days.', 'google-analytics-for-wordpress' ),
774
 
775
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:108
776
- __( 'Advanced Reports', 'google-analytics-for-wordpress' ),
 
777
 
778
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:109
779
- __( 'Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection', 'google-analytics-for-wordpress' ),
 
780
 
781
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:112
782
- __( 'Dashboard Widget', 'google-analytics-for-wordpress' ),
 
783
 
784
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:115
785
- __( 'Basic Widget', 'google-analytics-for-wordpress' ),
 
786
 
787
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:116
788
- __( 'Overview Report Synopsis', 'google-analytics-for-wordpress' ),
 
789
 
790
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:117
791
- __( 'Advanced Dashboard Widget', 'google-analytics-for-wordpress' ),
792
 
793
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:118
794
- __( 'Includes the complete Overview report, Publisher reports and 6 different eCommerce reports', 'google-analytics-for-wordpress' ),
795
 
796
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:121
797
- __( 'Publisher Reports', 'google-analytics-for-wordpress' ),
798
 
799
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:125
800
- __( 'Advanced Publisher Reports & Tracking', 'google-analytics-for-wordpress' ),
801
 
802
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:126
803
- __( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-for-wordpress' ),
804
 
805
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:132
806
- __( 'Not Available', 'google-analytics-for-wordpress' ),
807
 
808
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:133
809
- __( 'Complete Custom Dimensions Tracking', 'google-analytics-for-wordpress' ),
810
 
811
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:134
812
- __( 'Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page', 'google-analytics-for-wordpress' ),
 
813
 
814
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:137
815
- __( 'Support', 'google-analytics-for-wordpress' ),
 
816
 
817
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:140
818
- __( 'Limited Support', 'google-analytics-for-wordpress' ),
 
819
 
820
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:141
821
- __( 'Priority Support', 'google-analytics-for-wordpress' ),
 
822
 
823
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:53
824
- __( 'Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features.', 'google-analytics-for-wordpress' ),
 
825
 
826
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:54
827
- __( 'Feature', 'google-analytics-for-wordpress' ),
828
 
829
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:55
830
- __( 'Lite', 'google-analytics-for-wordpress' ),
 
831
 
832
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:56
833
- __( 'Pro', 'google-analytics-for-wordpress' ),
 
834
 
835
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:57
836
- __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
 
837
 
838
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:59
839
- /* Translators: Makes text green. */
840
- __( 'Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
 
841
 
842
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:64
843
- __( 'Included', 'google-analytics-for-wordpress' ),
844
 
845
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:69
846
- __( 'Custom Google Analytics Link Tracking', 'google-analytics-for-wordpress' ),
847
 
848
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:72
849
- __( 'Standard Tracking', 'google-analytics-for-wordpress' ),
850
 
851
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:73
852
- __( 'Advanced Tracking', 'google-analytics-for-wordpress' ),
853
 
854
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:74
855
- __( 'Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking', 'google-analytics-for-wordpress' ),
856
 
857
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:75
858
- __( 'Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers', 'google-analytics-for-wordpress' ),
859
 
860
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:78
861
- __( 'No-Code-Needed Tracking Features', 'google-analytics-for-wordpress' ),
862
 
863
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:81
864
- __( 'Basic Tracking Options', 'google-analytics-for-wordpress' ),
865
 
866
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:82
867
- __( 'Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking', 'google-analytics-for-wordpress' ),
868
 
869
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:83
870
- __( 'Advanced Tracking Options', 'google-analytics-for-wordpress' ),
871
 
872
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:84
873
- __( 'Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors', 'google-analytics-for-wordpress' ),
874
 
875
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:87
876
- __( 'eCommerce Tracking', 'google-analytics-for-wordpress' ),
877
 
878
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:91
879
- __( 'One-click Complete eCommerce tracking', 'google-analytics-for-wordpress' ),
880
 
881
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:92
882
- __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
883
 
884
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:95
885
- __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
886
 
887
- // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:99
888
- __( 'One-click Form Events Tracking', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
889
 
890
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:104
891
  __( 'GDPR Guide', 'google-analytics-for-wordpress' ),
@@ -960,6 +1060,13 @@ $generated_i18n_strings = array(
960
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:84
961
  __( 'More advanced features', 'google-analytics-for-wordpress' ),
962
 
 
 
 
 
 
 
 
963
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:92
964
  __( 'How to Connect to Google Analytics', 'google-analytics-for-wordpress' ),
965
 
@@ -972,315 +1079,394 @@ $generated_i18n_strings = array(
972
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:99
973
  __( '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.', 'google-analytics-for-wordpress' ),
974
 
975
- // Reference: src/modules/widget/store/index.js:102
976
- __( 'Time to Purchase', 'google-analytics-for-wordpress' ),
 
977
 
978
- // Reference: src/modules/widget/store/index.js:103
979
- __( 'This list shows how many days from first visit it took users to purchase products from your site.', 'google-analytics-for-wordpress' ),
980
 
981
- // Reference: src/modules/widget/store/index.js:109
982
- __( 'Sessions to Purchase', 'google-analytics-for-wordpress' ),
983
 
984
- // Reference: src/modules/widget/store/index.js:110
985
- __( 'This list shows the number of sessions it took users before they purchased a product from your website.', 'google-analytics-for-wordpress' ),
986
 
987
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:253
988
- __( 'Top Posts/Pages', 'google-analytics-for-wordpress' ),
989
 
990
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:264
991
- __( 'This list shows the most viewed posts and pages on your website.', 'google-analytics-for-wordpress' ),
992
 
993
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:247
994
- __( 'New vs. Returning Visitors', 'google-analytics-for-wordpress' ),
995
 
996
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:260
997
- __( 'This graph shows what percent of your user sessions come from new versus repeat visitors.', 'google-analytics-for-wordpress' ),
998
 
999
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:248
1000
- __( 'Device Breakdown', 'google-analytics-for-wordpress' ),
1001
 
1002
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:261
1003
- __( 'This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site.', 'google-analytics-for-wordpress' ),
1004
 
1005
- // Reference: src/modules/widget/store/index.js:41
1006
- __( 'Top Landing Pages', 'google-analytics-for-wordpress' ),
1007
 
1008
- // Reference: src/modules/widget/store/index.js:42
1009
- __( 'This list shows the top pages users first land on when visiting your website.', 'google-analytics-for-wordpress' ),
1010
 
1011
- // Reference: src/modules/widget/store/index.js:48
1012
- __( 'Top Exit Pages', 'google-analytics-for-wordpress' ),
 
1013
 
1014
- // Reference: src/modules/widget/store/index.js:49
1015
- __( 'This list shows the top pages users exit your website from.', 'google-analytics-for-wordpress' ),
1016
 
1017
- // Reference: src/modules/widget/store/index.js:55
1018
- __( 'Top Outbound Links', 'google-analytics-for-wordpress' ),
1019
 
1020
- // Reference: src/modules/widget/store/index.js:56
1021
- __( 'This list shows the top links clicked on your website that go to another website.', 'google-analytics-for-wordpress' ),
1022
 
1023
- // Reference: src/modules/widget/store/index.js:62
1024
- __( 'Top Affiliate Links', 'google-analytics-for-wordpress' ),
 
1025
 
1026
- // Reference: src/modules/widget/store/index.js:63
1027
- __( 'This list shows the top affiliate links your visitors clicked on.', 'google-analytics-for-wordpress' ),
 
1028
 
1029
- // Reference: src/modules/widget/store/index.js:69
1030
- __( 'Top Download Links', 'google-analytics-for-wordpress' ),
 
1031
 
1032
- // Reference: src/modules/widget/store/index.js:70
1033
- __( 'This list shows the download links your visitors clicked the most.', 'google-analytics-for-wordpress' ),
1034
 
1035
- // Reference: src/modules/widget/store/index.js:82
1036
- __( 'Top Products', 'google-analytics-for-wordpress' ),
1037
 
1038
- // Reference: src/modules/widget/store/index.js:83
1039
- __( 'This list shows the top selling products on your website.', 'google-analytics-for-wordpress' ),
1040
 
1041
- // Reference: src/modules/widget/store/index.js:89
1042
- __( 'Top Conversion Sources', 'google-analytics-for-wordpress' ),
1043
 
1044
- // Reference: src/modules/widget/store/index.js:90
1045
- __( 'This list shows the top referral websites in terms of product revenue.', 'google-analytics-for-wordpress' ),
1046
 
1047
- // Reference: src/modules/widget/store/index.js:96
1048
- __( 'Total Add/Remove', 'google-analytics-for-wordpress' ),
1049
 
1050
- // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:28
1051
- __( 'Last 30 Days Insights for:', 'google-analytics-for-wordpress' ),
1052
 
1053
- // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:29
1054
- __( 'Your Website', 'google-analytics-for-wordpress' ),
1055
 
1056
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:239
1057
- __( 'Sessions', 'google-analytics-for-wordpress' ),
1058
 
1059
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:300
1060
- __( 'Pageviews', 'google-analytics-for-wordpress' ),
1061
 
1062
- // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:32
1063
- __( 'Avg. Duration', 'google-analytics-for-wordpress' ),
1064
 
1065
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:246
1066
- __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
1067
 
1068
- // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:42
1069
- __( 'More data is available', 'google-analytics-for-wordpress' ),
1070
 
1071
- // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:44
1072
- __( 'Want to see page-specific stats?', 'google-analytics-for-wordpress' ),
 
1073
 
1074
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:32
1075
- __( 'See who\'s viewing and submitting your forms, so you can increase your conversion rate.', 'google-analytics-for-wordpress' ),
1076
 
1077
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:34
1078
- __( 'Use Google Optimize to retarget your website visitors and perform A/B split tests with ease.', 'google-analytics-for-wordpress' ),
 
1079
 
1080
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:36
1081
- __( 'Add Custom Dimensions and track who\'s the most popular author on your site, which post types get the most traffic, and more', 'google-analytics-for-wordpress' ),
1082
 
1083
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:45
1084
- __( 'Caching', 'google-analytics-for-wordpress' ),
1085
 
1086
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:46
1087
- __( 'Enable Data Caching', 'google-analytics-for-wordpress' ),
 
1088
 
1089
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:47
1090
- __( 'Refresh Cache Every', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1091
 
1092
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:48
1093
- __( 'Choose how often to refresh the cache.', 'google-analytics-for-wordpress' ),
1094
 
1095
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:49
1096
- __( 'Enable Ajaxify', 'google-analytics-for-wordpress' ),
1097
 
1098
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:50
1099
- __( 'Ajaxify Widget', 'google-analytics-for-wordpress' ),
1100
 
1101
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:51
1102
- __( 'Use to bypass page caching.', 'google-analytics-for-wordpress' ),
1103
 
1104
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:52
1105
- __( 'Empty Cache', 'google-analytics-for-wordpress' ),
1106
 
1107
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:54
1108
- __( 'Click to manually wipe the cache right now.', 'google-analytics-for-wordpress' ),
1109
 
1110
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:88
1111
- __( 'Popular posts cache emptied', 'google-analytics-for-wordpress' ),
1112
 
1113
- // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:92
1114
- __( 'Error emptying the popular posts cache. Please try again.', 'google-analytics-for-wordpress' ),
1115
 
1116
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:162
1117
- /* Translators: Adds a link to the general settings tab. */
1118
- __( '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.', 'google-analytics-for-wordpress' ),
1119
 
1120
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:64
1121
- __( 'Email Summaries', 'google-analytics-for-wordpress' ),
1122
 
1123
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:65
1124
- __( 'Export PDF Reports', 'google-analytics-for-wordpress' ),
1125
 
1126
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:66
1127
- __( 'Permissions', 'google-analytics-for-wordpress' ),
1128
 
1129
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:67
1130
- __( 'Allow These User Roles to See Reports', 'google-analytics-for-wordpress' ),
1131
 
1132
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:68
1133
- __( 'Users that have at least one of these roles will be able to view the reports.', 'google-analytics-for-wordpress' ),
1134
 
1135
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:88
1136
- __( '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' ),
1137
 
1138
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:70
1139
- __( 'Allow These User Roles to Save Settings', 'google-analytics-for-wordpress' ),
1140
 
1141
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:71
1142
- __( 'Users that have at least one of these roles will be able to view and save the settings panel.', 'google-analytics-for-wordpress' ),
1143
 
1144
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:72
1145
- __( '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.', 'google-analytics-for-wordpress' ),
1146
 
1147
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:73
1148
- __( 'Exclude These User Roles From Tracking', 'google-analytics-for-wordpress' ),
1149
 
1150
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:75
1151
- __( 'Users that have at least one of these roles will not be tracked into Google Analytics.', 'google-analytics-for-wordpress' ),
1152
 
1153
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:76
1154
- __( 'Performance', 'google-analytics-for-wordpress' ),
1155
 
1156
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:77
1157
- __( 'Custom code', 'google-analytics-for-wordpress' ),
1158
 
1159
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:79
1160
- /* Translators: Adds a link to the Google reference. */
1161
- __( '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.', 'google-analytics-for-wordpress' ),
1162
 
1163
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:80
1164
- __( 'Reports', 'google-analytics-for-wordpress' ),
1165
 
1166
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:82
1167
- __( 'You must have the "unfiltered_html" capability to view/edit this setting.', 'google-analytics-for-wordpress' ),
1168
 
1169
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:83
1170
- __( 'Hide Admin Bar Reports', 'google-analytics-for-wordpress' ),
1171
 
1172
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:88
1173
- /* Translators: placeholders make text small. */
1174
- __( 'Enabled %1$s- Show reports and dashboard widget.%2$s', 'google-analytics-for-wordpress' ),
1175
 
1176
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:93
1177
- /* Translators: placeholders make text small. */
1178
- __( 'Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s', 'google-analytics-for-wordpress' ),
1179
 
1180
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:98
1181
- /* Translators: placeholders make text small. */
1182
- __( 'Disabled %1$s- Hide reports and dashboard widget.%2$s', 'google-analytics-for-wordpress' ),
1183
 
1184
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:50
1185
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:71
1186
- /* Translators: Example path (/go/). */
1187
- __( 'Path (example: %s)', 'google-analytics-for-wordpress' ),
1188
 
1189
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:52
1190
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:73
1191
- __( 'Path has to start with a / and have no spaces', 'google-analytics-for-wordpress' ),
1192
 
1193
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:57
1194
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:78
1195
- /* Translators: Example label (aff). */
1196
- __( 'Label (example: %s)', 'google-analytics-for-wordpress' ),
1197
 
1198
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:59
1199
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:80
1200
- __( 'Label can\'t contain any spaces', 'google-analytics-for-wordpress' ),
1201
 
1202
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:62
1203
- __( 'Affiliate Links', 'google-analytics-for-wordpress' ),
1204
 
1205
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:64
1206
- /* Translators: Add links to documentation. */
1207
- __( '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.', 'google-analytics-for-wordpress' ),
1208
 
1209
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:65
1210
- __( 'Our affiliate link tracking works by setting path for internal links to track as outbound links.', 'google-analytics-for-wordpress' ),
1211
 
1212
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:67
1213
- __( 'Headline Analyzer', 'google-analytics-for-wordpress' ),
1214
 
1215
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:68
1216
- __( 'The MonsterInsights Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results.', 'google-analytics-for-wordpress' ),
1217
 
1218
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:69
1219
- __( 'Disable the Headline Analyzer', 'google-analytics-for-wordpress' ),
1220
 
1221
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:100
1222
- __( 'Choose Theme', 'google-analytics-for-wordpress' ),
1223
 
1224
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:101
1225
- __( 'Behavior', 'google-analytics-for-wordpress' ),
1226
 
1227
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:102
1228
- __( 'Widget Styling', 'google-analytics-for-wordpress' ),
1229
 
1230
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:103
1231
- __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-for-wordpress' ),
1232
 
1233
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:104
1234
- __( 'Sort By', 'google-analytics-for-wordpress' ),
1235
 
1236
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:105
1237
- __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-for-wordpress' ),
1238
 
1239
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
1240
- __( 'Display Title', 'google-analytics-for-wordpress' ),
1241
 
1242
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:107
1243
- __( 'Widget Title', 'google-analytics-for-wordpress' ),
1244
 
1245
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:108
1246
- __( 'Title your widget and set it’s display preferences.', 'google-analytics-for-wordpress' ),
1247
 
1248
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:109
1249
- __( 'Include in Post Types', 'google-analytics-for-wordpress' ),
1250
 
1251
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:110
1252
- __( 'Exclude from specific posts', 'google-analytics-for-wordpress' ),
1253
 
1254
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:112
1255
- /* Translators: Placeholders make the text bold. */
1256
- __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-for-wordpress' ),
1257
 
1258
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:114
1259
- /* Translators: Placeholders make the text bold. */
1260
- __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-for-wordpress' ),
1261
 
1262
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:115
1263
- __( 'Loading Themes', 'google-analytics-for-wordpress' ),
 
1264
 
1265
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:120
1266
- /* Translators: placeholders make text small. */
1267
- __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-for-wordpress' ),
1268
 
1269
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:125
1270
- /* Translators: placeholders make text small. */
1271
- __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-for-wordpress' ),
1272
 
1273
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:132
1274
- /* Translators: placeholders make text small. */
1275
- __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-for-wordpress' ),
1276
 
1277
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:137
1278
- /* Translators: placeholders make text small. */
1279
- __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-for-wordpress' ),
1280
 
1281
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:142
1282
- /* Translators: placeholders make text small. */
1283
- __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-for-wordpress' ),
 
 
 
 
1284
 
1285
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:42
1286
  __( 'Import/Export', 'google-analytics-for-wordpress' ),
@@ -1288,14 +1474,14 @@ $generated_i18n_strings = array(
1288
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:43
1289
  __( 'Import', 'google-analytics-for-wordpress' ),
1290
 
1291
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:44
1292
- __( 'Import settings from another MonsterInsights website.', 'google-analytics-for-wordpress' ),
1293
 
1294
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:45
1295
  __( 'Export', 'google-analytics-for-wordpress' ),
1296
 
1297
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:46
1298
- __( 'Export settings to import into another MonsterInsights install.', 'google-analytics-for-wordpress' ),
1299
 
1300
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:47
1301
  __( 'Import Settings', 'google-analytics-for-wordpress' ),
@@ -1327,66 +1513,125 @@ $generated_i18n_strings = array(
1327
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:87
1328
  __( 'Please choose a .json file generated by a MonsterInsights settings export.', 'google-analytics-for-wordpress' ),
1329
 
1330
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:83
1331
- __( 'Make your MonsterInsights campaign links prettier with Pretty Links!', 'google-analytics-for-wordpress' ),
1332
 
1333
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:84
1334
- __( 'Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links.', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1335
 
1336
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:85
1337
- __( 'Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!', 'google-analytics-for-wordpress' ),
1338
 
1339
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:86
1340
- __( 'Over 200,000 websites use Pretty Links!', 'google-analytics-for-wordpress' ),
1341
 
1342
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:87
1343
- __( 'Install Pretty Links', 'google-analytics-for-wordpress' ),
1344
 
1345
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:88
1346
- __( 'Pretty Links Installed & Activated', 'google-analytics-for-wordpress' ),
1347
 
1348
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:192
1349
- __( 'Download Pretty Links', 'google-analytics-for-wordpress' ),
1350
 
1351
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:90
1352
- __( 'Install Pretty Links from the WordPress.org plugin repository.', 'google-analytics-for-wordpress' ),
1353
 
1354
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:91
1355
- __( 'Activate Pretty Links', 'google-analytics-for-wordpress' ),
1356
 
1357
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:92
1358
- __( 'Activating Pretty Links...', 'google-analytics-for-wordpress' ),
1359
 
1360
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:93
1361
- __( 'Create New Pretty Link', 'google-analytics-for-wordpress' ),
1362
 
1363
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:94
1364
- __( 'Create a New Pretty Link', 'google-analytics-for-wordpress' ),
1365
 
1366
- // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:95
1367
- __( 'Grab your campaign link and paste it into the Target URL field.', 'google-analytics-for-wordpress' ),
1368
 
1369
- // Reference: src/components/TheFloatingBar-Lite.vue:29
1370
- /* Translators: Placeholders are used for making text bold and adding a link. */
1371
- __( 'You\'re using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s.', 'google-analytics-for-wordpress' ),
1372
 
1373
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:30
1374
- __( 'See All Your Important Store Metrics in One Place', 'google-analytics-for-wordpress' ),
1375
 
1376
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:31
1377
- __( 'Get an Answer to All Your Top Ecommerce Questions From a Single Report', 'google-analytics-for-wordpress' ),
1378
 
1379
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:32
1380
- __( 'ONE-CLICK INTEGRATIONS', 'google-analytics-for-wordpress' ),
1381
 
1382
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:327
1383
- __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
1384
 
1385
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:34
1386
- __( 'Enable Ecommerce Tracking and Grow Your Business with Confidence', 'google-analytics-for-wordpress' ),
1387
 
1388
- // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:35
1389
- __( '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.', 'google-analytics-for-wordpress' ),
 
 
 
1390
 
1391
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:162
1392
  __( 'Custom Campaign Parameters', 'google-analytics-for-wordpress' ),
@@ -1443,15 +1688,6 @@ $generated_i18n_strings = array(
1443
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:188
1444
  __( 'Copy to Clipboard', 'google-analytics-for-wordpress' ),
1445
 
1446
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:189
1447
- __( 'Copy to Pretty Links', 'google-analytics-for-wordpress' ),
1448
-
1449
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:190
1450
- __( 'Make your campaign links prettier!', 'google-analytics-for-wordpress' ),
1451
-
1452
- // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:191
1453
- __( 'Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links.', 'google-analytics-for-wordpress' ),
1454
-
1455
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:193
1456
  __( 'More Information & Examples', 'google-analytics-for-wordpress' ),
1457
 
@@ -1517,363 +1753,305 @@ $generated_i18n_strings = array(
1517
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:242
1518
  __( 'Additional Information', 'google-analytics-for-wordpress' ),
1519
 
1520
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:32
1521
- __( 'Welcome to MonsterInsights!', 'google-analytics-for-wordpress' ),
1522
-
1523
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:33
1524
- __( 'Let\'s get you set up.', 'google-analytics-for-wordpress' ),
1525
-
1526
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:34
1527
- __( 'Save and Continue', 'google-analytics-for-wordpress' ),
1528
-
1529
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:35
1530
- __( 'Which category best describes your website?', 'google-analytics-for-wordpress' ),
1531
-
1532
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:36
1533
- __( 'We will recommend the optimal settings for MonsterInsights based on your choice.', 'google-analytics-for-wordpress' ),
1534
-
1535
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:40
1536
- __( 'Business Website', 'google-analytics-for-wordpress' ),
1537
-
1538
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:45
1539
- /* Translators: Make text bold. */
1540
- __( 'Publisher %1$s(Blog)%2$s', 'google-analytics-for-wordpress' ),
1541
-
1542
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:49
1543
- __( 'Ecommerce', 'google-analytics-for-wordpress' ),
1544
-
1545
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:40
1546
- __( 'MonsterInsights Recommends WPForms', 'google-analytics-for-wordpress' ),
1547
-
1548
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:41
1549
- __( 'Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market.', 'google-analytics-for-wordpress' ),
1550
-
1551
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:42
1552
- __( 'Used on over 3,000,000 websites!', 'google-analytics-for-wordpress' ),
1553
-
1554
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:43
1555
- __( 'WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!', 'google-analytics-for-wordpress' ),
1556
-
1557
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:44
1558
- __( 'Skip this Step', 'google-analytics-for-wordpress' ),
1559
-
1560
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
1561
- __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1562
-
1563
- // Reference: src/modules/addons/components/AddonButton.vue:39
1564
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
1565
- __( 'Installing...', 'google-analytics-for-wordpress' ),
1566
-
1567
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:31
1568
- __( 'Awesome, You\'re All Set!', 'google-analytics-for-wordpress' ),
1569
-
1570
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:32
1571
- __( 'MonsterInsights is all set up and ready to use. We\'ve verified that the tracking code is deployed properly and collecting data.', 'google-analytics-for-wordpress' ),
1572
-
1573
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:34
1574
- /* Translators: Make text bold. */
1575
- __( '%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.', 'google-analytics-for-wordpress' ),
1576
-
1577
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:36
1578
- /* Translators: Link to our blog. */
1579
- __( '%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business.', 'google-analytics-for-wordpress' ),
1580
-
1581
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:37
1582
- __( 'Finish Setup & Exit Wizard', 'google-analytics-for-wordpress' ),
1583
-
1584
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:50
1585
- __( 'Checking your website...', 'google-analytics-for-wordpress' ),
1586
-
1587
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:53
1588
- __( 'Recommended Settings', 'google-analytics-for-wordpress' ),
1589
-
1590
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:54
1591
- __( 'MonsterInsights recommends the following settings based on your configuration.', 'google-analytics-for-wordpress' ),
1592
 
1593
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:55
1594
- __( 'Events Tracking', 'google-analytics-for-wordpress' ),
1595
 
1596
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:56
1597
- __( 'Must have for all click tracking on site.', 'google-analytics-for-wordpress' ),
1598
 
1599
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:57
1600
- __( '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.', 'google-analytics-for-wordpress' ),
1601
 
1602
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:58
1603
- __( 'Enhanced Link Attribution', 'google-analytics-for-wordpress' ),
1604
 
1605
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:59
1606
- __( 'Improves the accuracy of your In-Page Analytics.', 'google-analytics-for-wordpress' ),
1607
 
1608
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:60
1609
- __( '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.', 'google-analytics-for-wordpress' ),
1610
 
1611
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:61
1612
- __( 'Install Updates Automatically', 'google-analytics-for-wordpress' ),
1613
 
1614
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:62
1615
- __( 'Get the latest features, bug fixes, and security updates as they are released.', 'google-analytics-for-wordpress' ),
1616
 
1617
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:63
1618
- __( 'To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself.', 'google-analytics-for-wordpress' ),
1619
 
1620
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:64
1621
- __( 'File Download Tracking', 'google-analytics-for-wordpress' ),
1622
 
1623
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:65
1624
- __( 'Helps you see file downloads data.', 'google-analytics-for-wordpress' ),
1625
 
1626
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:66
1627
- __( '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.', 'google-analytics-for-wordpress' ),
 
1628
 
1629
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:83
1630
- __( 'Helps you increase affiliate revenue.', 'google-analytics-for-wordpress' ),
1631
 
1632
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:84
1633
- __( '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.', 'google-analytics-for-wordpress' ),
 
1634
 
1635
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:85
1636
- __( 'Affiliate Link Tracking', 'google-analytics-for-wordpress' ),
1637
 
1638
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:86
1639
- __( 'Who Can See Reports', 'google-analytics-for-wordpress' ),
 
1640
 
1641
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
1642
- __( 'These user roles will be able to access MonsterInsights\'s reports in the WordPress admin area.', 'google-analytics-for-wordpress' ),
1643
 
1644
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
1645
- __( 'Save and continue', 'google-analytics-for-wordpress' ),
 
1646
 
1647
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:91
1648
- __( 'Events Tracking is enabled the moment you set up MonsterInsights', 'google-analytics-for-wordpress' ),
 
1649
 
1650
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:92
1651
- __( 'Enhanced Link Attribution is enabled the moment you set up MonsterInsights', 'google-analytics-for-wordpress' ),
 
1652
 
1653
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:93
1654
- __( '+ Add Role', 'google-analytics-for-wordpress' ),
 
1655
 
1656
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
1657
- __( 'Connect MonsterInsights to Your Website', 'google-analytics-for-wordpress' ),
1658
 
1659
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:49
1660
- __( 'MonsterInsights connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-for-wordpress' ),
 
1661
 
1662
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
1663
- __( 'Whoops, something went wrong and we weren\'t able to connect to MonsterInsights. Please enter your Google UA code manually.', 'google-analytics-for-wordpress' ),
1664
 
1665
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:74
1666
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:53
1667
- __( 'Manually enter your UA code', 'google-analytics-for-wordpress' ),
1668
 
1669
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:75
1670
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:54
1671
- __( 'Warning: If you use a manual UA code, you won\'t be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X\'s are numbers.', 'google-analytics-for-wordpress' ),
1672
 
1673
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:81
1674
- __( 'UA code can\'t be empty', 'google-analytics-for-wordpress' ),
 
1675
 
1676
- // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:93
1677
- __( 'Saving UA code...', 'google-analytics-for-wordpress' ),
1678
 
1679
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:45
1680
- __( 'Recommended Addons', 'google-analytics-for-wordpress' ),
 
1681
 
1682
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:46
1683
- __( 'To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
1684
 
1685
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:47
1686
- __( 'Other Addons', 'google-analytics-for-wordpress' ),
 
1687
 
1688
- // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:48
1689
- __( 'View all MonsterInsights addons', 'google-analytics-for-wordpress' ),
 
1690
 
1691
- // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:111
1692
- __( 'Loading Settings', 'google-analytics-for-wordpress' ),
 
1693
 
1694
- // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:19
1695
- __( 'Saving Changes...', 'google-analytics-for-wordpress' ),
 
1696
 
1697
- // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:48
1698
- __( 'Settings Updated', 'google-analytics-for-wordpress' ),
1699
 
1700
- // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:6
1701
- /* Translators: Adds a link to the settings panel. */
1702
- __( 'You need to %1$sconnect MonsterInsights%2$s first', 'google-analytics-for-wordpress' ),
1703
 
1704
- // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:82
1705
- __( 'Could Not Save Changes', 'google-analytics-for-wordpress' ),
 
1706
 
1707
- // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:68
1708
- __( 'Show Overview Reports', 'google-analytics-for-wordpress' ),
1709
 
1710
- // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:69
1711
- __( 'Show Publishers Reports', 'google-analytics-for-wordpress' ),
1712
 
1713
- // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:70
1714
- __( 'Show eCommerce Reports', 'google-analytics-for-wordpress' ),
1715
 
1716
- // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:72
1717
- __( 'Available in PRO version', 'google-analytics-for-wordpress' ),
1718
 
1719
- // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
1720
- __( 'Show in widget mode', 'google-analytics-for-wordpress' ),
1721
 
1722
- // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
1723
- __( 'Show in full-width mode', 'google-analytics-for-wordpress' ),
1724
 
1725
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:241
1726
- /* Translators: Placeholder adds a line break. */
1727
- __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
1728
 
1729
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:63
1730
- /* Translators: Number of unique pageviews. */
1731
- __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
1732
 
1733
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:256
1734
- __( 'A session is the browsing session of a single user to your site.', 'google-analytics-for-wordpress' ),
1735
 
1736
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:257
1737
- __( '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' ),
 
1738
 
1739
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:258
1740
- __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-for-wordpress' ),
 
1741
 
1742
- // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:71
1743
- __( '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' ),
1744
 
1745
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:245
1746
- __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
1747
 
1748
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:13
1749
- /* Translators: Current PHP version and recommended PHP version. */
1750
- __( '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.', 'google-analytics-for-wordpress' ),
1751
 
1752
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:27
1753
- /* Translators: Current WordPress version. */
1754
- __( 'MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.', 'google-analytics-for-wordpress' ),
1755
 
1756
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:39
1757
- __( 'Yikes! PHP Update Required', 'google-analytics-for-wordpress' ),
1758
 
1759
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:41
1760
- /* Translators: Current PHP version and recommended PHP version. */
1761
- __( '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.', 'google-analytics-for-wordpress' ),
1762
 
1763
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:45
1764
- __( 'Learn more about updating PHP', 'google-analytics-for-wordpress' ),
1765
 
1766
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:53
1767
- __( 'Yikes! WordPress Update Required', 'google-analytics-for-wordpress' ),
1768
 
1769
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:55
1770
- /* Translators: Current WordPress version. */
1771
- __( '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.', 'google-analytics-for-wordpress' ),
1772
 
1773
- // Reference: src/plugins/monsterinsights-compatibility-plugin.js:59
1774
- __( 'Learn more about updating WordPress', 'google-analytics-for-wordpress' ),
1775
 
1776
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:19
1777
- __( 'Thank you for being a loyal MonsterInsights Lite user.', 'google-analytics-for-wordpress' ),
1778
 
1779
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:20
1780
- __( 'Upgrade to MonsterInsights Pro and unlock all the awesome features.', 'google-analytics-for-wordpress' ),
1781
 
1782
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:22
1783
- /* Translators: Gets replaced with the coupon code. */
1784
- __( 'Use coupon code %s to get 50%% off.', 'google-analytics-for-wordpress' ),
1785
 
1786
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:24
1787
- __( 'Dashboard widget', 'google-analytics-for-wordpress' ),
1788
 
1789
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:27
1790
- __( 'Enhanced Ecommerce', 'google-analytics-for-wordpress' ),
1791
 
1792
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:28
1793
- __( 'Banner Ads', 'google-analytics-for-wordpress' ),
1794
 
1795
- // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputAmp-Lite.vue:22
1796
- __( 'Google AMP', 'google-analytics-for-wordpress' ),
1797
 
1798
- // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:32
1799
- __( 'SEO Score Tracking', 'google-analytics-for-wordpress' ),
1800
 
1801
- // Reference: src/components/TheAppFTPForm.vue:100
1802
- __( 'Proceed', 'google-analytics-for-wordpress' ),
1803
 
1804
- // Reference: src/components/TheAppFTPForm.vue:92
1805
- __( 'Connection Information', 'google-analytics-for-wordpress' ),
1806
 
1807
- // Reference: src/components/TheAppFTPForm.vue:93
1808
- __( '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.', 'google-analytics-for-wordpress' ),
1809
 
1810
- // Reference: src/components/TheAppFTPForm.vue:94
1811
- __( 'Hostname', 'google-analytics-for-wordpress' ),
1812
 
1813
- // Reference: src/components/TheAppFTPForm.vue:95
1814
- __( 'FTP Username', 'google-analytics-for-wordpress' ),
1815
 
1816
- // Reference: src/components/TheAppFTPForm.vue:96
1817
- __( 'FTP Password', 'google-analytics-for-wordpress' ),
1818
 
1819
- // Reference: src/components/TheAppFTPForm.vue:97
1820
- __( 'This password will not be stored on the server.', 'google-analytics-for-wordpress' ),
1821
 
1822
- // Reference: src/components/TheAppFTPForm.vue:98
1823
- __( 'Connection Type', 'google-analytics-for-wordpress' ),
1824
 
1825
- // Reference: src/components/TheAppFTPForm.vue:99
1826
- __( 'Cancel', 'google-analytics-for-wordpress' ),
1827
 
1828
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:149
1829
- __( 'New', 'google-analytics-for-wordpress' ),
1830
 
1831
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:150
1832
- __( 'Returning', 'google-analytics-for-wordpress' ),
1833
 
1834
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:505
1835
- __( 'Desktop', 'google-analytics-for-wordpress' ),
1836
 
1837
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:506
1838
- __( 'Tablet', 'google-analytics-for-wordpress' ),
1839
 
1840
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:507
1841
- __( 'Mobile', 'google-analytics-for-wordpress' ),
1842
 
1843
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:249
1844
- __( 'Top 10 Countries', 'google-analytics-for-wordpress' ),
1845
 
1846
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:250
1847
- __( 'View Countries Report', 'google-analytics-for-wordpress' ),
1848
 
1849
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:251
1850
- __( 'Top 10 Referrals', 'google-analytics-for-wordpress' ),
1851
 
1852
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:252
1853
- __( 'View All Referral Sources', 'google-analytics-for-wordpress' ),
1854
 
1855
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:254
1856
- __( 'View Full Posts/Pages Report', 'google-analytics-for-wordpress' ),
1857
 
1858
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:259
1859
- __( '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' ),
1860
 
1861
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:262
1862
- __( 'This list shows the top countries your website visitors are from.', 'google-analytics-for-wordpress' ),
1863
 
1864
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:263
1865
- __( 'This list shows the top websites that send your website traffic, known as referral traffic.', 'google-analytics-for-wordpress' ),
1866
 
1867
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:265
1868
- __( 'Export PDF Overview Report', 'google-analytics-for-wordpress' ),
1869
 
1870
- // Reference: src/modules/addons/components/AddonButton.vue:31
 
 
 
1871
  __( 'Activating...', 'google-analytics-for-wordpress' ),
1872
 
1873
- // Reference: src/modules/addons/components/AddonButton.vue:35
1874
  __( 'Deactivating...', 'google-analytics-for-wordpress' ),
1875
 
1876
- // Reference: src/modules/addons/components/AddonButton.vue:43
1877
  __( 'Deactivate', 'google-analytics-for-wordpress' ),
1878
 
1879
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:43
@@ -1892,150 +2070,88 @@ $generated_i18n_strings = array(
1892
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:89
1893
  __( 'Inactive', 'google-analytics-for-wordpress' ),
1894
 
1895
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:111
1896
- __( 'Placement', 'google-analytics-for-wordpress' ),
1897
-
1898
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:112
1899
- __( 'Choose how you\'d like to place the widget.', 'google-analytics-for-wordpress' ),
1900
-
1901
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:113
1902
- __( 'Insert After', 'google-analytics-for-wordpress' ),
1903
-
1904
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:114
1905
- __( 'Choose where in the post body the widget will be placed.', 'google-analytics-for-wordpress' ),
1906
-
1907
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:109
1908
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:136
1909
- __( 'Customize Design', 'google-analytics-for-wordpress' ),
1910
-
1911
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
1912
- __( 'words', 'google-analytics-for-wordpress' ),
1913
-
1914
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:124
1915
- __( 'Please select at least one post to display.', 'google-analytics-for-wordpress' ),
1916
-
1917
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:158
1918
- /* Translators: placeholders make text small. */
1919
- __( 'Automatic %1$s- The widget is automatically placed inside the post body.%2$s', 'google-analytics-for-wordpress' ),
1920
-
1921
- // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:163
1922
- /* Translators: placeholders make text small. */
1923
- __( 'Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s', 'google-analytics-for-wordpress' ),
1924
-
1925
- // Reference: src/modules/notifications/components/NotificationsIndicator.vue:19
1926
- __( 'View notifications', 'google-analytics-for-wordpress' ),
1927
-
1928
- // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:19
1929
- __( 'This feature requires MonsterInsights Pro', 'google-analytics-for-wordpress' ),
1930
-
1931
- // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:20
1932
- __( 'By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more.', 'google-analytics-for-wordpress' ),
1933
-
1934
- // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:21
1935
- __( 'Upgrade to Pro and Unlock Popular Products', 'google-analytics-for-wordpress' ),
1936
-
1937
- // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:22
1938
- __( 'View all Pro features', 'google-analytics-for-wordpress' ),
1939
-
1940
- // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:24
1941
- __( 'Upgrade', 'google-analytics-for-wordpress' ),
1942
-
1943
- // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputScroll-Lite.vue:18
1944
- __( 'Scroll Tracking', 'google-analytics-for-wordpress' ),
1945
-
1946
- // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputScroll-Lite.vue:19
1947
- __( '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.', 'google-analytics-for-wordpress' ),
1948
-
1949
- // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:171
1950
- /* Translators: The name of the field that is throwing a validation error. */
1951
- __( '%s can\'t be empty.', 'google-analytics-for-wordpress' ),
1952
-
1953
- // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:192
1954
- __( 'Duplicate values are not allowed.', 'google-analytics-for-wordpress' ),
1955
-
1956
- // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:54
1957
- __( 'You can add maximum 5 items.', 'google-analytics-for-wordpress' ),
1958
 
1959
- // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:58
1960
- __( 'At least 0 item required.', 'google-analytics-for-wordpress' ),
1961
 
1962
- // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:63
1963
- __( 'Add Another Link Path', 'google-analytics-for-wordpress' ),
 
1964
 
1965
- // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:64
1966
- __( 'Remove row', 'google-analytics-for-wordpress' ),
1967
 
1968
- // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputFbia-Lite.vue:22
1969
- __( 'Facebook Instant Articles', 'google-analytics-for-wordpress' ),
1970
 
1971
- // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputFbia-Lite.vue:23
1972
- __( 'Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro.', 'google-analytics-for-wordpress' ),
1973
 
1974
- // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputAmp-Lite.vue:23
1975
- __( 'Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking.', 'google-analytics-for-wordpress' ),
1976
 
1977
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:24
1978
- __( 'Only Show Posts from These Categories', 'google-analytics-for-wordpress' ),
1979
 
1980
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:25
1981
- __( 'Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.', 'google-analytics-for-wordpress' ),
1982
 
1983
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputPerformance-Lite.vue:18
1984
- __( '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.', 'google-analytics-for-wordpress' ),
1985
 
1986
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:27
1987
- __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
1988
 
1989
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:29
1990
- __( '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' ),
1991
 
1992
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:41
1993
- __( 'Allow usage tracking', 'google-analytics-for-wordpress' ),
1994
 
1995
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:31
1996
- /* Translators: Add links to documentation. */
1997
- __( 'Complete documentation on usage tracking is available %1$shere%2$s.', 'google-analytics-for-wordpress' ),
1998
 
1999
- // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:27
2000
- __( 'Upgrade to Pro', 'google-analytics-for-wordpress' ),
2001
 
2002
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputPdfReports-Lite.vue:17
2003
- __( 'Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone.', 'google-analytics-for-wordpress' ),
2004
 
2005
- // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputEmailSummaries-Lite.vue:17
2006
- __( 'Our email summaries feature sends a weekly summary of the most important site analytics information.', 'google-analytics-for-wordpress' ),
2007
 
2008
- // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
2009
- __( 'No options available', 'google-analytics-for-wordpress' ),
2010
 
2011
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingImprove-Lite.vue:17
2012
- __( 'Help Us Improve', 'google-analytics-for-wordpress' ),
2013
 
2014
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingImprove-Lite.vue:18
2015
- __( 'Help us better understand our users and their website needs.', 'google-analytics-for-wordpress' ),
2016
 
2017
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingImprove-Lite.vue:20
2018
- /* Translators: Adds a link to the documentation. */
2019
- __( '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', 'google-analytics-for-wordpress' ),
2020
 
2021
- // Reference: src/modules/popular-posts/components/input/PopularPostsCacheInterval-Lite.vue:14
2022
- __( 'Days', 'google-analytics-for-wordpress' ),
2023
 
2024
- // Reference: src/modules/popular-posts/components/input/PopularPostsCacheInterval-Lite.vue:19
2025
- /* Translators: placeholders make text small. */
2026
- __( '7 days', 'google-analytics-for-wordpress' ),
2027
 
2028
- // Reference: src/modules/popular-posts/components/input/PopularPostsCacheInterval-Lite.vue:23
2029
- __( '30 days', 'google-analytics-for-wordpress' ),
2030
 
2031
- // Reference: src/modules/popular-posts/components/input/PopularPostsCacheInterval-Lite.vue:28
2032
- __( 'Custom', 'google-analytics-for-wordpress' ),
2033
 
2034
- // Reference: src/modules/widget/components/WidgetReportsLink.vue:17
2035
- __( 'See All Reports', 'google-analytics-for-wordpress' ),
2036
 
2037
- // Reference: src/modules/widget/components/WidgetReportsLink.vue:18
2038
- __( 'Go to the Analytics Dashboard', 'google-analytics-for-wordpress' ),
2039
 
2040
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:46
2041
  __( 'Reset to default', 'google-analytics-for-wordpress' ),
@@ -2043,135 +2159,113 @@ $generated_i18n_strings = array(
2043
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:47
2044
  __( 'The value entered does not match the required format', 'google-analytics-for-wordpress' ),
2045
 
2046
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:107
2047
- __( 'Popular Posts data can be fetched correctly', 'google-analytics-for-wordpress' ),
2048
-
2049
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:108
2050
- __( '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.', 'google-analytics-for-wordpress' ),
2051
-
2052
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
2053
- __( 'Close', 'google-analytics-for-wordpress' ),
2054
-
2055
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:28
2056
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:48
2057
- __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-for-wordpress' ),
2058
-
2059
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:49
2060
- __( 'In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both MonsterInsights and Google Analytics settings. Please use the button below to confirm your configuration is correct.', 'google-analytics-for-wordpress' ),
2061
-
2062
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:50
2063
- __( 'Test Automated Posts', 'google-analytics-for-wordpress' ),
2064
-
2065
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:52
2066
- /* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
2067
- __( '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' ),
2068
-
2069
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:30
2070
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:53
2071
- __( 'Automated + Curated', 'google-analytics-for-wordpress' ),
2072
-
2073
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:55
2074
- /* Translators: Placeholder adds a link to the Custom Dimensions settings. */
2075
- __( '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.', 'google-analytics-for-wordpress' ),
2076
-
2077
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:57
2078
- /* Translators: Placeholder gets replaced with current license version. */
2079
- __( 'Pro version is required. Your current license level is: %s', 'google-analytics-for-wordpress' ),
2080
 
2081
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:95
2082
- __( 'Verifying Popular Posts data', 'google-analytics-for-wordpress' ),
 
2083
 
2084
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:52
2085
- __( 'Right Now', 'google-analytics-for-wordpress' ),
2086
 
2087
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:53
2088
- __( 'Active users on site', 'google-analytics-for-wordpress' ),
2089
 
2090
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:54
2091
- __( 'The real-time graph of visitors over time is not currently available for this site. Please try again later.', 'google-analytics-for-wordpress' ),
2092
 
2093
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:55
2094
- __( '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.', 'google-analytics-for-wordpress' ),
 
2095
 
2096
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:56
2097
- __( 'The real-time report automatically updates approximately every 60 seconds.', 'google-analytics-for-wordpress' ),
2098
 
2099
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:58
2100
- /* Translators: Number of seconds that have passed since the report was refreshed. */
2101
- __( 'The real-time report was last updated %s seconds ago.', 'google-analytics-for-wordpress' ),
2102
 
2103
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:59
2104
- __( 'The latest data will be automatically shown on this page when it becomes available.', 'google-analytics-for-wordpress' ),
2105
 
2106
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:60
2107
- __( 'There is no need to refresh the browser (doing so won\'t have any effect).', 'google-analytics-for-wordpress' ),
 
2108
 
2109
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:61
2110
- __( 'Pageviews Per Minute', 'google-analytics-for-wordpress' ),
2111
 
2112
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:64
2113
- __( 'Top Pages', 'google-analytics-for-wordpress' ),
2114
 
2115
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:65
2116
- __( 'No pageviews currently.', 'google-analytics-for-wordpress' ),
2117
 
2118
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:67
2119
- __( 'Page', 'google-analytics-for-wordpress' ),
2120
 
2121
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:68
2122
- __( 'Pageview Count', 'google-analytics-for-wordpress' ),
2123
 
2124
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:69
2125
- __( 'Percent of Total', 'google-analytics-for-wordpress' ),
 
2126
 
2127
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:72
2128
- __( 'This is the number of active users currently on your site.', 'google-analytics-for-wordpress' ),
 
2129
 
2130
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:73
2131
- __( 'This graph shows the number of pageviews for each of the last 30 minutes.', 'google-analytics-for-wordpress' ),
 
2132
 
2133
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:74
2134
- __( 'This list shows the top pages users are currently viewing on your site.', 'google-analytics-for-wordpress' ),
2135
 
2136
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:75
2137
- __( 'View All Real-Time Pageviews', 'google-analytics-for-wordpress' ),
2138
 
2139
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:76
2140
- __( 'View All Real-Time Traffic Sources', 'google-analytics-for-wordpress' ),
2141
 
2142
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:77
2143
- __( 'View All Real-Time Traffic by Country', 'google-analytics-for-wordpress' ),
 
2144
 
2145
- // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:78
2146
- __( 'View All Real-Time Traffic by City', 'google-analytics-for-wordpress' ),
2147
 
2148
- // Reference: src/modules/wizard-onboarding/api/index.js:18
2149
- /* Translators: Error status and error text. */
2150
- __( 'Can\'t load errors. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2151
 
2152
- // Reference: src/modules/settings/api/index.js:23
2153
- __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
 
2154
 
2155
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:46
2156
- __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
 
2157
 
2158
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:48
2159
- __( 'Website profile', 'google-analytics-for-wordpress' ),
 
2160
 
2161
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:49
2162
- __( 'Active profile', 'google-analytics-for-wordpress' ),
2163
 
2164
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
2165
- __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
2166
 
2167
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
2168
- __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
2169
 
2170
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:52
2171
- __( 'Skip and Keep Connection', 'google-analytics-for-wordpress' ),
 
2172
 
2173
- // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:79
2174
- __( 'Authenticating', 'google-analytics-for-wordpress' ),
2175
 
2176
  // Reference: src/modules/reports/components/ReportInfobox.vue:39
2177
  /* Translators: Number of days. */
@@ -2180,691 +2274,678 @@ $generated_i18n_strings = array(
2180
  // Reference: src/modules/reports/components/ReportInfobox.vue:56
2181
  __( 'No change', 'google-analytics-for-wordpress' ),
2182
 
2183
- // Reference: src/modules/widget/components/WidgetTips.vue:19
2184
- __( 'Forms Tracking help you see who’s viewing your forms, so you can increase conversions.', 'google-analytics-for-wordpress' ),
2185
-
2186
- // Reference: src/modules/widget/components/WidgetTips.vue:24
2187
- __( 'Custom Dimensions show you popular categories, best time to publish, focus keywords, etc.', 'google-analytics-for-wordpress' ),
2188
-
2189
- // Reference: src/modules/widget/components/WidgetTips.vue:29
2190
- __( 'Make Google Analytics GDPR compliant with our EU Compliance addon.', 'google-analytics-for-wordpress' ),
2191
 
2192
- // Reference: src/modules/widget/components/WidgetTips.vue:34
2193
- __( 'Get real-time Google Analytics report right inside your WordPress dashboard.', 'google-analytics-for-wordpress' ),
2194
 
2195
- // Reference: src/modules/widget/components/WidgetTips.vue:39
2196
- __( 'Use Google Optimize to easily perform A/B split tests on your site.', 'google-analytics-for-wordpress' ),
2197
 
2198
- // Reference: src/modules/widget/components/WidgetTips.vue:44
2199
- __( 'See all your important store metrics in one place with Enhanced Ecommerce Tracking.', 'google-analytics-for-wordpress' ),
2200
 
2201
- // Reference: src/modules/widget/components/WidgetTips.vue:49
2202
- __( 'Unlock search console report to see your top performing keywords in Google.', 'google-analytics-for-wordpress' ),
2203
 
2204
- // Reference: src/modules/widget/components/WidgetTips.vue:54
2205
- __( 'Get Page Insights to see important metrics for individual posts / pages in WordPress.', 'google-analytics-for-wordpress' ),
2206
 
2207
- // Reference: src/modules/widget/components/WidgetTips.vue:59
2208
- __( 'Publishers Report shows your top performing pages, audience demographics, and more.', 'google-analytics-for-wordpress' ),
2209
 
2210
- // Reference: src/modules/widget/components/WidgetTips.vue:64
2211
- __( 'Get Scroll-Depth tracking to see how far users scroll on your pages before leaving.', 'google-analytics-for-wordpress' ),
2212
 
2213
- // Reference: src/modules/widget/components/WidgetTips.vue:69
2214
- __( 'Upgrade to Pro »', 'google-analytics-for-wordpress' ),
2215
 
2216
- // Reference: src/modules/widget/components/WidgetTips.vue:70
2217
- __( 'Pro Tip:', 'google-analytics-for-wordpress' ),
2218
 
2219
- // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:14
2220
- __( 'Hide dashboard widget', 'google-analytics-for-wordpress' ),
2221
 
2222
- // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:31
2223
- __( 'Are you sure you want to hide the MonsterInsights Dashboard Widget? ', 'google-analytics-for-wordpress' ),
2224
 
2225
- // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:33
2226
- __( 'Yes, hide it!', 'google-analytics-for-wordpress' ),
2227
 
2228
- // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:34
2229
- __( 'No, cancel!', 'google-analytics-for-wordpress' ),
2230
 
2231
- // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:40
2232
- __( 'MonsterInsights Widget Hidden', 'google-analytics-for-wordpress' ),
2233
 
2234
- // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:41
2235
- __( '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' ),
2236
 
2237
- // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:21
2238
- __( 'Multiple Entries', 'google-analytics-for-wordpress' ),
2239
 
2240
- // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:22
2241
- __( 'Total Number of Widgets to Show', 'google-analytics-for-wordpress' ),
2242
 
2243
- // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:23
2244
- __( 'Choose how many widgets will be placed in a single Post.', 'google-analytics-for-wordpress' ),
2245
 
2246
- // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:24
2247
- __( 'Minimum Distance Between Widgets', 'google-analytics-for-wordpress' ),
2248
 
2249
- // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:25
2250
- __( 'Choose the distance between widgets.', 'google-analytics-for-wordpress' ),
2251
 
2252
- // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:26
2253
- __( 'Minimum Word Count to Display Multiple Widgets', 'google-analytics-for-wordpress' ),
2254
 
2255
- // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:27
2256
- __( 'Choose the minimum word count for a Post to have multiple entries.', 'google-analytics-for-wordpress' ),
2257
 
2258
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:29
2259
- __( 'Pro version is required', 'google-analytics-for-wordpress' ),
2260
 
2261
- // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:32
2262
- /* Translators: Placeholder adds a link to the Custom Dimensions settings. */
2263
- __( 'Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s).', 'google-analytics-for-wordpress' ),
2264
 
2265
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:100
2266
- __( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-for-wordpress' ),
2267
 
2268
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:101
2269
- __( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-for-wordpress' ),
 
2270
 
2271
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:102
2272
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:138
2273
- __( 'Color', 'google-analytics-for-wordpress' ),
2274
 
2275
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:103
2276
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:139
2277
- __( 'Size', 'google-analytics-for-wordpress' ),
2278
 
2279
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:104
2280
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:137
2281
- __( 'Title', 'google-analytics-for-wordpress' ),
2282
 
2283
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:105
2284
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:142
2285
- __( 'Label', 'google-analytics-for-wordpress' ),
2286
 
2287
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:106
2288
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:143
2289
- __( 'Background', 'google-analytics-for-wordpress' ),
2290
 
2291
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:107
2292
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:140
2293
- __( 'Border', 'google-analytics-for-wordpress' ),
2294
 
2295
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:108
2296
- __( 'Icon', 'google-analytics-for-wordpress' ),
 
2297
 
2298
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:99
2299
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:60
2300
- __( 'Theme Preview', 'google-analytics-for-wordpress' ),
2301
 
2302
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemePicker.vue:70
2303
- /* Translators: Page number of total pages. 1 & 2 make the first part of the text bold. */
2304
- __( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-for-wordpress' ),
2305
 
2306
- // Reference: src/modules/reports/components/ReportTableBox.vue:65
2307
- __( 'Show', 'google-analytics-for-wordpress' ),
2308
 
2309
- // Reference: src/modules/reports/components/monsterinsights-ReportsPdfExport-Lite.vue:42
2310
- __( 'Export PDF Report', 'google-analytics-for-wordpress' ),
2311
 
2312
- // Reference: src/modules/reports/components/monsterinsights-ReportsPdfExport-Lite.vue:50
2313
- __( 'You can export PDF reports only in the PRO version.', 'google-analytics-for-wordpress' ),
2314
 
2315
- // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewUpsell-Lite.vue:26
2316
- __( 'Upgrade to MonsterInsights Pro to Unlock More Actionable Insights', 'google-analytics-for-wordpress' ),
2317
 
2318
- // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewUpsell-Lite.vue:27
2319
- __( '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!', 'google-analytics-for-wordpress' ),
 
2320
 
2321
- // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewUpsell-Lite.vue:28
2322
- __( 'Upgrade to MonsterInsights Pro and Save 50% OFF!', 'google-analytics-for-wordpress' ),
2323
 
2324
- // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewUpsell-Lite.vue:30
2325
- /* Translators: Makes text bold. */
2326
- __( 'Use coupon code %1$sLITEUPGRADE%2$s', 'google-analytics-for-wordpress' ),
2327
 
2328
- // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:50
2329
- /* Translators: Placeholder adds a line break. */
2330
- __( 'You can customize your %sdate range only in the PRO version.', 'google-analytics-for-wordpress' ),
2331
 
2332
- // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:21
2333
- /* Translators: Make text green. */
2334
- __( 'Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s', 'google-analytics-for-wordpress' ),
2335
 
2336
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:61
2337
- __( 'Wide', 'google-analytics-for-wordpress' ),
2338
 
2339
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:62
2340
- __( 'Narrow', 'google-analytics-for-wordpress' ),
2341
 
2342
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:141
2343
- __( 'Author/Date', 'google-analytics-for-wordpress' ),
2344
 
2345
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:144
2346
- __( 'Wide-Layout Options', 'google-analytics-for-wordpress' ),
2347
 
2348
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:145
2349
- __( 'Adjust the number of columns displayed when the widget is placed in a wide container.', 'google-analytics-for-wordpress' ),
2350
 
2351
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:146
2352
- __( 'Display Options', 'google-analytics-for-wordpress' ),
2353
 
2354
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:147
2355
- __( 'Choose which content you would like displayed in the widget.', 'google-analytics-for-wordpress' ),
2356
 
2357
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:148
2358
- __( 'Display Author', 'google-analytics-for-wordpress' ),
2359
 
2360
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:149
2361
- __( 'Display Date', 'google-analytics-for-wordpress' ),
 
2362
 
2363
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:150
2364
- __( 'Display Comments', 'google-analytics-for-wordpress' ),
 
2365
 
2366
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:151
2367
- __( 'Comments', 'google-analytics-for-wordpress' ),
 
2368
 
2369
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:152
2370
- __( 'Post Count', 'google-analytics-for-wordpress' ),
2371
 
2372
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:153
2373
- __( 'Choose how many posts you’d like displayed in the widget.', 'google-analytics-for-wordpress' ),
2374
 
2375
- // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputAds-Lite.vue:22
2376
- __( 'Ads Tracking', 'google-analytics-for-wordpress' ),
2377
 
2378
- // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputAds-Lite.vue:23
2379
- __( 'Add Ads tracking to see who\'s clicking on your Google Ads, so you can increase your revenue.', 'google-analytics-for-wordpress' ),
 
2380
 
2381
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:101
2382
- __( 'Automatic Placement', 'google-analytics-for-wordpress' ),
 
2383
 
2384
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:102
2385
- __( 'Display using Gutenberg Blocks', 'google-analytics-for-wordpress' ),
 
2386
 
2387
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:103
2388
- __( 'Embed Options', 'google-analytics-for-wordpress' ),
2389
 
2390
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:104
2391
- __( 'All Embed Options can be used in conjunction with one another.', 'google-analytics-for-wordpress' ),
2392
 
2393
- // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:77
2394
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:105
2395
- __( 'Using the Gutenberg Block', 'google-analytics-for-wordpress' ),
2396
 
2397
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:106
2398
- __( 'Using Automatic Embed', 'google-analytics-for-wordpress' ),
2399
 
2400
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:108
2401
- __( '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.', 'google-analytics-for-wordpress' ),
2402
 
2403
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:109
2404
- __( '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.', 'google-analytics-for-wordpress' ),
2405
 
2406
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:110
2407
- __( 'Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above.', 'google-analytics-for-wordpress' ),
2408
 
2409
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:111
2410
- __( '%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg', 'google-analytics-for-wordpress' ),
2411
 
2412
- // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:83
2413
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:113
2414
- __( '%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.', 'google-analytics-for-wordpress' ),
2415
 
2416
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:114
2417
- __( '%1$sStep 2%2$s - Search for “Popular Posts”.', 'google-analytics-for-wordpress' ),
2418
 
2419
- // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:85
2420
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:115
2421
- __( '%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.', 'google-analytics-for-wordpress' ),
2422
 
2423
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:118
2424
- __( '%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.', 'google-analytics-for-wordpress' ),
2425
 
2426
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:119
2427
- __( '%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.', 'google-analytics-for-wordpress' ),
2428
 
2429
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:120
2430
- __( '%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design.', 'google-analytics-for-wordpress' ),
2431
 
2432
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:122
2433
- __( 'Display using a Shortcode', 'google-analytics-for-wordpress' ),
2434
 
2435
- // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:88
2436
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:123
2437
- __( 'Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.', 'google-analytics-for-wordpress' ),
2438
 
2439
- // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:89
2440
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:124
2441
- __( 'Copy Shortcode', 'google-analytics-for-wordpress' ),
2442
 
2443
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:125
2444
- __( '%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode', 'google-analytics-for-wordpress' ),
2445
 
2446
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:126
2447
- __( 'Enable Automatic Placement', 'google-analytics-for-wordpress' ),
2448
 
2449
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:127
2450
- __( 'Display in a Sidebar', 'google-analytics-for-wordpress' ),
2451
 
2452
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:128
2453
- __( 'Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above.', 'google-analytics-for-wordpress' ),
 
2454
 
2455
- // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:129
2456
- __( 'Watch Video - How to Add the Popular Posts widget using Widgets', 'google-analytics-for-wordpress' ),
2457
 
2458
- // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:31
2459
- __( 'SharedCount API Key', 'google-analytics-for-wordpress' ),
2460
 
2461
- // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:32
2462
- __( 'Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing.', 'google-analytics-for-wordpress' ),
2463
 
2464
- // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:33
2465
- __( 'Start Indexing', 'google-analytics-for-wordpress' ),
2466
 
2467
- // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:37
2468
- __( '%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing.', 'google-analytics-for-wordpress' ),
2469
 
2470
- // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:38
2471
- __( 'Indexing completed, counts will update automatically every day.', 'google-analytics-for-wordpress' ),
2472
 
2473
- // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:58
2474
- /* Translators: Minimum and maximum number that can be used. */
2475
- __( 'Please enter a value between %1$s and %2$s', 'google-analytics-for-wordpress' ),
2476
 
2477
- // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:60
2478
- /* Translators: The minimum set value. */
2479
- __( 'Please enter a value higher than %s', 'google-analytics-for-wordpress' ),
2480
 
2481
- // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:62
2482
- /* Translators: The maximum set value. */
2483
- __( 'Please enter a value lower than %s', 'google-analytics-for-wordpress' ),
2484
 
2485
- // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:63
2486
- __( 'Please enter a number', 'google-analytics-for-wordpress' ),
2487
 
2488
- // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:64
2489
- __( 'Value has to be a round number', 'google-analytics-for-wordpress' ),
2490
 
2491
- // Reference: src/modules/addons/store/actions.js:33
2492
- /* Translators: Adds a link to documentation. */
2493
- __( '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', 'google-analytics-for-wordpress' ),
2494
 
2495
- // Reference: src/modules/addons/store/actions.js:36
2496
- /* Translators: Adds link to activate/install plugin and documentation. */
2497
- __( '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', 'google-analytics-for-wordpress' ),
2498
 
2499
- // Reference: src/modules/addons/store/actions.js:51
2500
- /* Translators: Adds a link to documentation. */
2501
- __( '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', 'google-analytics-for-wordpress' ),
2502
 
2503
- // Reference: src/modules/addons/store/actions.js:54
2504
- /* Translators: Adds link to activate/install plugin and documentation. */
2505
- __( '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', 'google-analytics-for-wordpress' ),
2506
 
2507
- // Reference: src/modules/license/store/actions.js:61
2508
- /* Translators: Adds a link to the license renewal. */
2509
- __( 'Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s', 'google-analytics-for-wordpress' ),
2510
 
2511
- // Reference: src/modules/license/store/actions.js:71
2512
- __( 'Your license key for MonsterInsights has been disabled. Please use a different key.', 'google-analytics-for-wordpress' ),
2513
 
2514
- // Reference: src/modules/license/store/actions.js:81
2515
- __( '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.', 'google-analytics-for-wordpress' ),
2516
 
2517
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:259
2518
- __( 'Still Calculating...', 'google-analytics-for-wordpress' ),
2519
 
2520
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:260
2521
- __( 'Your 2019 Year in Review is still calculating. Please check back later to see how your website performed last year.', 'google-analytics-for-wordpress' ),
2522
 
2523
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:261
2524
- __( 'Back to Overview Report', 'google-analytics-for-wordpress' ),
2525
 
2526
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:262
2527
- __( 'Your 2019 Analytics Report', 'google-analytics-for-wordpress' ),
2528
 
2529
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:264
2530
- __( 'See how your website performed this year and find tips along the way to help grow even more in 2020!', 'google-analytics-for-wordpress' ),
 
2531
 
2532
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:265
2533
- __( 'Audience', 'google-analytics-for-wordpress' ),
 
2534
 
2535
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:266
2536
- __( 'Congrats', 'google-analytics-for-wordpress' ),
2537
 
2538
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:267
2539
- __( 'Your website was quite popular this year! ', 'google-analytics-for-wordpress' ),
2540
 
2541
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:268
2542
- __( 'You had ', 'google-analytics-for-wordpress' ),
2543
 
2544
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:269
2545
- __( ' visitors!', 'google-analytics-for-wordpress' ),
2546
 
2547
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:270
2548
- __( ' visitors', 'google-analytics-for-wordpress' ),
 
2549
 
2550
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:271
2551
- __( 'Total Visitors', 'google-analytics-for-wordpress' ),
 
2552
 
2553
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:272
2554
- __( 'Total Sessions', 'google-analytics-for-wordpress' ),
 
2555
 
2556
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:273
2557
- __( 'Visitors by Month', 'google-analytics-for-wordpress' ),
 
2558
 
2559
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:274
2560
- __( 'January 1, 2019 - December 31, 2019', 'google-analytics-for-wordpress' ),
 
2561
 
2562
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:275
2563
- __( 'A Tip for 2020', 'google-analytics-for-wordpress' ),
 
2564
 
2565
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:276
2566
- __( 'See the top Traffic Sources and Top Pages for the Month of May in the Overview Report to replicate your success.', 'google-analytics-for-wordpress' ),
 
2567
 
2568
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:278
2569
- __( '#1', 'google-analytics-for-wordpress' ),
2570
 
2571
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:279
2572
- __( 'You Top 5 Countries', 'google-analytics-for-wordpress' ),
2573
 
2574
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:280
2575
- __( 'Let’s get to know your visitors a little better, shall we?', 'google-analytics-for-wordpress' ),
2576
 
2577
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:281
2578
- __( 'Gender', 'google-analytics-for-wordpress' ),
2579
 
2580
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:282
2581
- __( 'Female', 'google-analytics-for-wordpress' ),
2582
 
2583
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:283
2584
- __( 'Women', 'google-analytics-for-wordpress' ),
 
2585
 
2586
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:284
2587
- __( 'Male', 'google-analytics-for-wordpress' ),
2588
 
2589
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:285
2590
- __( 'Average Age', 'google-analytics-for-wordpress' ),
2591
 
2592
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:287
2593
- __( 'Your Top 5 Pages', 'google-analytics-for-wordpress' ),
2594
 
2595
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:289
2596
- __( 'Time Spent on Site', 'google-analytics-for-wordpress' ),
2597
 
2598
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:290
2599
- __( 'minutes', 'google-analytics-for-wordpress' ),
2600
 
2601
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:291
2602
- __( 'Device Type', 'google-analytics-for-wordpress' ),
2603
 
2604
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:292
2605
- __( 'A Tip For 2020', 'google-analytics-for-wordpress' ),
2606
 
2607
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:293
2608
- __( '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.', 'google-analytics-for-wordpress' ),
 
2609
 
2610
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:294
2611
- __( 'Read - 32 Marketing Hacks to Grow Your Traffic', 'google-analytics-for-wordpress' ),
2612
 
2613
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:295
2614
- __( 'So, where did all of these visitors come from?', 'google-analytics-for-wordpress' ),
2615
 
2616
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:296
2617
- __( 'Clicks', 'google-analytics-for-wordpress' ),
2618
 
2619
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:297
2620
- __( 'Your Top 5 Keywords', 'google-analytics-for-wordpress' ),
2621
 
2622
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:298
2623
- __( 'What keywords visitors searched for to find your site', 'google-analytics-for-wordpress' ),
2624
 
2625
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:299
2626
- __( 'Your Top 5 Referrals', 'google-analytics-for-wordpress' ),
2627
 
2628
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:301
2629
- __( 'The websites that link back to your website', 'google-analytics-for-wordpress' ),
 
2630
 
2631
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:302
2632
- __( 'Opportunity', 'google-analytics-for-wordpress' ),
2633
 
2634
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:303
2635
- __( '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.', 'google-analytics-for-wordpress' ),
2636
 
2637
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:304
2638
- __( 'Read - How to Ethically Steal Your Competitor’s Traffic', 'google-analytics-for-wordpress' ),
2639
 
2640
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:305
2641
- __( 'Thank you for using MonsterInsights!', 'google-analytics-for-wordpress' ),
2642
 
2643
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:306
2644
- __( '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.', 'google-analytics-for-wordpress' ),
2645
 
2646
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:307
2647
- __( 'Here\'s to an amazing 2020!', 'google-analytics-for-wordpress' ),
2648
 
2649
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:308
2650
- __( 'Enjoying MonsterInsights', 'google-analytics-for-wordpress' ),
2651
 
2652
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:309
2653
- __( 'Leave a five star review!', 'google-analytics-for-wordpress' ),
 
2654
 
2655
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:310
2656
- __( 'Syed Balkhi', 'google-analytics-for-wordpress' ),
2657
 
2658
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:311
2659
- __( 'Chris Christoff', 'google-analytics-for-wordpress' ),
2660
 
2661
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:312
2662
- __( 'Write Review', 'google-analytics-for-wordpress' ),
2663
 
2664
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:313
2665
- __( 'Did you know over 10 million websites use our plugins?', 'google-analytics-for-wordpress' ),
2666
 
2667
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:314
2668
- __( 'Try our other popular WordPress plugins to grow your website in 2020.', 'google-analytics-for-wordpress' ),
2669
 
2670
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:315
2671
- __( 'Join our Communities!', 'google-analytics-for-wordpress' ),
2672
 
2673
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:316
2674
- __( 'Become a WordPress expert in 2020. Join our amazing communities and take your website to the next level.', 'google-analytics-for-wordpress' ),
2675
 
2676
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:317
2677
- __( 'Facebook Group', 'google-analytics-for-wordpress' ),
2678
 
2679
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:318
2680
- __( 'Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group.', 'google-analytics-for-wordpress' ),
2681
 
2682
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:319
2683
- __( 'Join Now...It’s Free!', 'google-analytics-for-wordpress' ),
2684
 
2685
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:320
2686
- __( 'WordPress Tutorials by WPBeginner', 'google-analytics-for-wordpress' ),
2687
 
2688
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:321
2689
- __( 'WPBeginner is the largest free WordPress resource site for beginners and non-techy users.', 'google-analytics-for-wordpress' ),
2690
 
2691
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:322
2692
- __( 'Visit WPBeginner', 'google-analytics-for-wordpress' ),
2693
 
2694
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:323
2695
- __( 'Follow Us!', 'google-analytics-for-wordpress' ),
 
2696
 
2697
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:324
2698
- __( '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.', 'google-analytics-for-wordpress' ),
 
2699
 
2700
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:325
2701
- __( 'Copyright MonsterInsights, 2020', 'google-analytics-for-wordpress' ),
 
2702
 
2703
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:326
2704
- __( 'Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights', 'google-analytics-for-wordpress' ),
2705
 
2706
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:329
2707
- __( 'January', 'google-analytics-for-wordpress' ),
2708
 
2709
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:330
2710
- __( 'February', 'google-analytics-for-wordpress' ),
2711
 
2712
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:331
2713
- __( 'March', 'google-analytics-for-wordpress' ),
2714
 
2715
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:332
2716
- __( 'April', 'google-analytics-for-wordpress' ),
2717
 
2718
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:333
2719
- __( 'May', 'google-analytics-for-wordpress' ),
 
2720
 
2721
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:334
2722
- __( 'June', 'google-analytics-for-wordpress' ),
2723
 
2724
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:335
2725
- __( 'July', 'google-analytics-for-wordpress' ),
 
2726
 
2727
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:336
2728
- __( 'August', 'google-analytics-for-wordpress' ),
2729
 
2730
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:337
2731
- __( 'September', 'google-analytics-for-wordpress' ),
2732
 
2733
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:338
2734
- __( 'October', 'google-analytics-for-wordpress' ),
2735
 
2736
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:339
2737
- __( 'November', 'google-analytics-for-wordpress' ),
2738
 
2739
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:340
2740
- __( 'December', 'google-analytics-for-wordpress' ),
2741
 
2742
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:368
2743
- /* Translators: Number of visitors. */
2744
- __( 'Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>', 'google-analytics-for-wordpress' ),
2745
 
2746
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:387
2747
- /* Translators: Number of visitors. */
2748
- __( 'Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries.', 'google-analytics-for-wordpress' ),
2749
 
2750
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:394
2751
- /* Translators: Number of visitors. */
2752
- __( '%s Visitors', 'google-analytics-for-wordpress' ),
2753
 
2754
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:409
2755
- /* Translators: Percent and Number of visitors. */
2756
- __( '%1$s&#37 of your visitors were %2$s', 'google-analytics-for-wordpress' ),
2757
 
2758
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:416
2759
- /* Translators: Number of visitors and their age. */
2760
- __( '%1$s&#37 of your visitors were between the ages of %2$s', 'google-analytics-for-wordpress' ),
2761
 
2762
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:429
2763
- /* Translators: Number of visitors and number of pages. */
2764
- __( '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>', 'google-analytics-for-wordpress' ),
2765
 
2766
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:454
2767
- /* Translators: Number of minutes spent on site. */
2768
- __( 'Each visitor spent an average of %s minutes on your website in 2019.', 'google-analytics-for-wordpress' ),
2769
 
2770
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:476
2771
- /* Translators: Name of device type. */
2772
- __( 'Most of your visitors viewed your website from their <strong>%s</strong> device.', 'google-analytics-for-wordpress' ),
2773
 
2774
- // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:480
2775
- /* Translators: Number of visitors and device percentage. */
2776
- __( '%1$s&#37 of your visitors were on a %2$s device.', 'google-analytics-for-wordpress' ),
2777
 
2778
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:30
2779
- /* Translators: Make text green and add smiley face. */
2780
- __( 'You\'re using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s', 'google-analytics-for-wordpress' ),
2781
 
2782
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:32
2783
- /* Translators: Add link to upgrade. */
2784
- __( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-for-wordpress' ),
2785
 
2786
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:34
2787
- /* Translators: Make text green. */
2788
- __( 'As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
2789
 
2790
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:35
2791
- __( 'Unlock PRO Features Now', 'google-analytics-for-wordpress' ),
2792
 
2793
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:36
2794
- __( 'Paste your license key here', 'google-analytics-for-wordpress' ),
2795
 
2796
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:37
2797
- __( 'Verify', 'google-analytics-for-wordpress' ),
2798
 
2799
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:39
2800
- /* Translators: Add link to retrieve license from account area. */
2801
- __( 'Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s.', 'google-analytics-for-wordpress' ),
2802
 
2803
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:69
2804
- __( 'There was an error unlocking MonsterInsights PRO please try again or install manually.', 'google-analytics-for-wordpress' ),
2805
 
2806
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:170
2807
- __( 'Verifying Credentials', 'google-analytics-for-wordpress' ),
2808
 
2809
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:185
2810
- __( 'Your site is connected to MonsterInsights!', 'google-analytics-for-wordpress' ),
 
2811
 
2812
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:203
2813
- __( 'Deauthenticating', 'google-analytics-for-wordpress' ),
2814
 
2815
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:221
2816
- __( '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' ),
2817
 
2818
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:68
2819
- __( 'Verify Credentials', 'google-analytics-for-wordpress' ),
2820
 
2821
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:70
2822
- __( 'Website Profile', 'google-analytics-for-wordpress' ),
2823
 
2824
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:71
2825
- __( 'Active Profile', 'google-analytics-for-wordpress' ),
2826
 
2827
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:76
2828
- __( 'Or manually enter UA code (limited functionality)', 'google-analytics-for-wordpress' ),
2829
 
2830
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:85
2831
- __( 'Force Deauthenticate', 'google-analytics-for-wordpress' ),
2832
 
2833
- // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:85
2834
- __( 'Disconnect MonsterInsights', 'google-analytics-for-wordpress' ),
2835
 
2836
- // Reference: src/modules/settings/api/index.js:19
2837
- /* Translators: Error status and error text. */
2838
- __( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2839
 
2840
- // Reference: src/modules/settings/api/index.js:73
2841
- /* Translators: Error status and error text. */
2842
- __( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2843
 
2844
- // Reference: src/modules/settings/api/index.js:77
2845
- __( 'Network error encountered. Settings not saved.', 'google-analytics-for-wordpress' ),
2846
 
2847
- // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:45
2848
- __( 'Select posts/search', 'google-analytics-for-wordpress' ),
2849
 
2850
- // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:55
2851
- __( 'Oops! No posts found.', 'google-analytics-for-wordpress' ),
2852
 
2853
- // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:56
2854
- __( 'Search by post title', 'google-analytics-for-wordpress' ),
2855
 
2856
- // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:92
2857
- __( 'Can\'t load posts.', 'google-analytics-for-wordpress' ),
2858
 
2859
- // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:28
2860
- __( 'Allow Usage Tracking', 'google-analytics-for-wordpress' ),
2861
 
2862
- // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:20
2863
- __( 'The EU Compliance addon allows you to improve compliance with GDPR
2864
- and other privacy regulations.', 'google-analytics-for-wordpress' ),
2865
 
2866
- // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:21
2867
- __( 'EU Compliance', 'google-analytics-for-wordpress' ),
2868
 
2869
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:75
2870
  __( 'Display Method', 'google-analytics-for-wordpress' ),
@@ -2872,6 +2953,10 @@ $generated_i18n_strings = array(
2872
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:76
2873
  __( 'There are two ways to manual include the widget in your posts.', 'google-analytics-for-wordpress' ),
2874
 
 
 
 
 
2875
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:78
2876
  __( 'Using the Shortcode', 'google-analytics-for-wordpress' ),
2877
 
@@ -2884,97 +2969,131 @@ $generated_i18n_strings = array(
2884
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:81
2885
  __( '%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg', 'google-analytics-for-wordpress' ),
2886
 
 
 
 
 
2887
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:84
2888
  __( '%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”.', 'google-analytics-for-wordpress' ),
2889
 
 
 
 
 
2890
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:87
2891
  __( 'Shortcode', 'google-analytics-for-wordpress' ),
2892
 
 
 
 
 
 
 
 
 
2893
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:90
2894
  __( '%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode', 'google-analytics-for-wordpress' ),
2895
 
2896
- // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:23
2897
- __( 'Unlock with %s', 'google-analytics-for-wordpress' ),
2898
 
2899
- // Reference: src/modules/addons/api/index.js:103
2900
- __( 'You appear to be offline. WPForms not installed.', 'google-analytics-for-wordpress' ),
2901
 
2902
- // Reference: src/modules/addons/api/index.js:132
2903
- /* Translators: Error status and error text. */
2904
- __( 'Can\'t activate addon. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2905
 
2906
- // Reference: src/modules/addons/api/index.js:136
2907
- __( 'You appear to be offline. Addon not activated.', 'google-analytics-for-wordpress' ),
2908
 
2909
- // Reference: src/modules/addons/api/index.js:165
2910
- /* Translators: Error status and error text. */
2911
- __( 'Can\'t deactivate addon. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2912
 
2913
- // Reference: src/modules/addons/api/index.js:169
2914
- __( 'You appear to be offline. Addon not deactivated.', 'google-analytics-for-wordpress' ),
2915
 
2916
- // Reference: src/modules/addons/api/index.js:199
2917
- /* Translators: Error status and error text. */
2918
- __( 'Can\'t install plugin. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2919
 
2920
- // Reference: src/modules/addons/api/index.js:203
2921
- __( 'You appear to be offline. Plugin not installed.', 'google-analytics-for-wordpress' ),
2922
 
2923
- // Reference: src/modules/addons/api/index.js:64
2924
- /* Translators: Error status and error text. */
2925
- __( 'Can\'t install addon. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2926
 
2927
- // Reference: src/modules/addons/api/index.js:68
2928
- __( 'You appear to be offline. Addon not installed.', 'google-analytics-for-wordpress' ),
2929
 
2930
- // Reference: src/modules/addons/api/index.js:99
2931
- /* Translators: Error status and error text. */
2932
- __( 'Can\'t install WPForms. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2933
 
2934
- // Reference: src/modules/auth/api/index.js:119
2935
- /* Translators: Error status and error text. */
2936
- __( 'Can\'t deauthenticate. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2937
 
2938
- // Reference: src/modules/auth/api/index.js:150
2939
- __( 'You appear to be offline. Settings not saved.', 'google-analytics-for-wordpress' ),
2940
 
2941
- // Reference: src/modules/auth/api/index.js:17
2942
- /* Translators: Error status and error text. */
2943
- __( 'Can\'t load authentication details. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2944
 
2945
- // Reference: src/modules/auth/api/index.js:42
2946
- /* Translators: Error status and error text. */
2947
- __( 'Can\'t authenticate. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2948
 
2949
- // Reference: src/modules/auth/api/index.js:67
2950
- /* Translators: Error status and error text. */
2951
- __( 'Can\'t reauthenticate. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2952
 
2953
- // Reference: src/modules/auth/api/index.js:90
2954
- /* Translators: Error status and error text. */
2955
- __( 'Can\'t verify credentials. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2956
 
2957
- // Reference: src/modules/license/api/index.js:118
2958
- /* Translators: Error status and error text. */
2959
- __( 'Can\'t deactivate the license. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2960
 
2961
- // Reference: src/modules/license/api/index.js:145
2962
- /* Translators: Error status and error text. */
2963
- __( 'Can\'t upgrade to PRO please try again. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2964
 
2965
- // Reference: src/modules/license/api/index.js:18
2966
- /* Translators: Error status and error text. */
2967
- __( 'Can\'t load license details. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2968
 
2969
- // Reference: src/modules/license/api/index.js:24
2970
- __( 'Error loading license details', 'google-analytics-for-wordpress' ),
2971
 
2972
- // Reference: src/modules/license/api/index.js:57
2973
- /* Translators: Error status and error text. */
2974
- __( 'Can\'t verify the license. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2975
 
2976
- // Reference: src/modules/license/api/index.js:82
2977
- /* Translators: Error status and error text. */
2978
- __( 'Can\'t validate the license. Error: %1$s, %2$s', 'google-analytics-for-wordpress' )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2979
  );
2980
  /* THIS IS THE END OF THE GENERATED FILE */
7
  // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:97
8
  __( '2', 'google-analytics-for-wordpress' ),
9
 
10
+ // Reference: src/plugins/monsterinsights-wizard-helper-plugin.js:13
11
+ __( 'Loading settings', 'google-analytics-for-wordpress' ),
12
+
13
+ // Reference: src/modules/widget/components/WidgetReportError.vue:25
14
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:124
15
  __( 'Error', 'google-analytics-for-wordpress' ),
16
 
17
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:16
18
  __( 'Please try again.', 'google-analytics-for-wordpress' ),
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
21
  __( 'Loading new report data', 'google-analytics-for-wordpress' ),
22
 
23
+ // Reference: src/components/TheAppFTPForm.vue:110
24
  __( 'Please wait...', 'google-analytics-for-wordpress' ),
25
 
26
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
27
  /* Translators: Adds an arrow icon. */
28
  __( 'Continue %s', 'google-analytics-for-wordpress' ),
29
 
30
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
31
  __( 'Unlock the Publishers Report and Focus on the Content that Matters', 'google-analytics-for-wordpress' ),
32
 
33
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:182
34
  __( 'Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
35
 
36
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:185
37
  __( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-for-wordpress' ),
38
 
39
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:186
40
  __( 'Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
41
 
42
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:189
43
  __( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-for-wordpress' ),
44
 
45
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:190
46
  __( 'Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more.', 'google-analytics-for-wordpress' ),
47
 
48
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:193
49
  __( 'Unlock the Dimensions Report and Track Your Own Custom Data', 'google-analytics-for-wordpress' ),
50
 
51
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:194
52
  __( 'Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what\'s working right inside your WordPress dashboard.', 'google-analytics-for-wordpress' ),
53
 
54
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:197
55
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-for-wordpress' ),
56
 
57
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:198
58
  __( 'Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.', 'google-analytics-for-wordpress' ),
59
 
60
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:201
61
  __( 'Unlock the Search Console Report and See How People Find Your Website', 'google-analytics-for-wordpress' ),
62
 
63
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:202
64
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-for-wordpress' ),
65
 
66
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:205
67
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-for-wordpress' ),
68
 
69
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
70
  __( 'Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it.', 'google-analytics-for-wordpress' ),
71
 
72
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:188
168
  // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:311
169
  __( 'Get Fresh Reports Data Every 60 Seconds', 'google-analytics-for-wordpress' ),
170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  // Reference: src/modules/frontend/monsterinsights-frontend.vue:36
172
  __( 'Insights', 'google-analytics-for-wordpress' ),
173
 
174
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:238
175
+ // Reference: src/modules/widget/store/index.js:14
176
  __( 'Overview Report', 'google-analytics-for-wordpress' ),
177
 
178
  // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:41
179
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:125
180
  __( 'Welcome to MonsterInsights', 'google-analytics-for-wordpress' ),
181
 
182
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:126
206
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:134
207
  __( 'per year', 'google-analytics-for-wordpress' ),
208
 
209
+ // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:80
210
  __( 'Upgrade Now', 'google-analytics-for-wordpress' ),
211
 
212
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:136
213
  __( 'Testimonials', 'google-analytics-for-wordpress' ),
214
 
215
+ // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:140
216
  __( 'Universal Tracking', 'google-analytics-for-wordpress' ),
217
 
218
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:141
263
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:182
264
  __( 'Form Conversions', 'google-analytics-for-wordpress' ),
265
 
266
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:35
267
  __( 'Custom Dimensions', 'google-analytics-for-wordpress' ),
268
 
269
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:184
287
  // Reference: src/modules/wizard-onboarding/monsterinsights-welcome-Lite.vue:190
288
  __( 'LifterLMS', 'google-analytics-for-wordpress' ),
289
 
290
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:27
291
+ /* Translators: Current WordPress version. */
292
+ __( 'MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
293
 
294
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:39
295
+ __( 'Yikes! PHP Update Required', 'google-analytics-for-wordpress' ),
296
 
297
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:13
298
+ /* Translators: Current PHP version and recommended PHP version. */
299
+ __( '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.', 'google-analytics-for-wordpress' ),
300
 
301
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:45
302
+ __( 'Learn more about updating PHP', 'google-analytics-for-wordpress' ),
303
 
304
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:53
305
+ __( 'Yikes! WordPress Update Required', 'google-analytics-for-wordpress' ),
306
 
307
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:55
308
+ /* Translators: Current WordPress version. */
309
+ __( 'MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in October, 2019. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.', 'google-analytics-for-wordpress' ),
310
 
311
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:59
312
+ __( 'Learn more about updating WordPress', 'google-analytics-for-wordpress' ),
313
 
314
+ // Reference: src/modules/widget/components/WidgetReminder.vue:33
315
+ /* Translators: Number of visitors. */
316
+ __( 'See how %s visitors found your site!', 'google-analytics-for-wordpress' ),
317
 
318
+ // Reference: src/modules/widget/components/WidgetReminder.vue:35
319
+ /* Translators: Number of visitors. */
320
+ __( 'Your website was visited by %s users in the last 30 days.', 'google-analytics-for-wordpress' ),
321
 
322
+ // Reference: src/modules/widget/components/WidgetReminder.vue:36
323
+ __( 'See the full analytics report!', 'google-analytics-for-wordpress' ),
324
 
325
+ // Reference: src/modules/settings/monsterinsights-site.vue:80
326
+ __( 'Congratulations! ', 'google-analytics-for-wordpress' ),
327
 
328
+ // Reference: src/modules/settings/monsterinsights-site.vue:81
329
+ __( 'You Successfully Unlocked the most powerful Analytics plugin', 'google-analytics-for-wordpress' ),
 
330
 
331
+ // Reference: src/modules/reports/api/index.js:21
332
+ /* Translators: Error status and error text. */
333
+ __( 'Can\'t load report data. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
334
 
335
+ // Reference: src/modules/reports/api/index.js:28
336
+ __( 'Error loading report data', 'google-analytics-for-wordpress' ),
337
 
338
+ // Reference: src/modules/widget/components/WidgetFooter.vue:19
339
+ /* Translators: Placeholder is replaced with WPForms. */
340
+ __( 'Recommended Plugin: %s', 'google-analytics-for-wordpress' ),
341
 
342
+ // Reference: src/modules/addons/store/actions.js:49
343
+ __( 'Install', 'google-analytics-for-wordpress' ),
344
 
345
+ // Reference: src/modules/addons/store/actions.js:49
346
+ __( 'Activate', 'google-analytics-for-wordpress' ),
347
 
348
+ // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:26
349
+ __( 'Learn More', 'google-analytics-for-wordpress' ),
350
 
351
  // Reference: src/components/TheQuickLinks.vue:31
352
  __( 'See Quick Links', 'google-analytics-for-wordpress' ),
363
  // Reference: src/components/TheQuickLinks.vue:78
364
  __( 'Upgrade to Pro &#187;', 'google-analytics-for-wordpress' ),
365
 
 
 
 
366
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:24
367
  __( 'Please Setup Website Analytics to See Audience Insights', 'google-analytics-for-wordpress' ),
368
 
372
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:26
373
  __( 'Connect MonsterInsights and Setup Website Analytics', 'google-analytics-for-wordpress' ),
374
 
375
+ // Reference: src/modules/reports/components/ReportReAuth.vue:19
376
+ __( 'MonsterInsights encountered an error loading your report data', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
377
 
378
+ // Reference: src/modules/reports/components/ReportReAuth.vue:20
379
+ __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-for-wordpress' ),
380
 
381
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:47
382
+ __( 'Reconnect MonsterInsights', 'google-analytics-for-wordpress' ),
383
 
384
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:108
385
+ __( 'Re-Authenticating', 'google-analytics-for-wordpress' ),
386
 
387
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:126
388
+ __( 'Ok', 'google-analytics-for-wordpress' ),
389
 
390
+ // Reference: src/modules/widget/components/monsterinsights-WidgetSettings-Lite.vue:19
391
+ /* Translators: Number of days in interval. */
392
+ __( 'Last %s days', 'google-analytics-for-wordpress' ),
393
 
394
+ // Reference: src/modules/frontend/components/FrontendPoweredBy.vue:12
395
+ __( 'Powered by MonsterInsights', 'google-analytics-for-wordpress' ),
396
 
397
+ // Reference: src/modules/reports/routes/index.js:33
398
  __( 'Publishers Report', 'google-analytics-for-wordpress' ),
399
 
400
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportEcommerce-Lite.vue:23
401
  __( 'eCommerce Report', 'google-analytics-for-wordpress' ),
402
 
403
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportSearchConsole-Lite.vue:26
404
+ // Reference: src/modules/reports/routes/index.js:49
405
  __( 'Search Console Report', 'google-analytics-for-wordpress' ),
406
 
407
+ // Reference: src/modules/reports/routes/index.js:57
408
  __( 'Dimensions Report', 'google-analytics-for-wordpress' ),
409
 
410
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportForms-Lite.vue:25
411
+ // Reference: src/modules/reports/routes/index.js:65
412
  __( 'Forms Report', 'google-analytics-for-wordpress' ),
413
 
414
  // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:51
 
415
  __( 'Real-Time Report', 'google-analytics-for-wordpress' ),
416
 
417
+ // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:48
418
  // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:263
419
  // Reference: src/modules/reports/routes/index.js:85
420
  __( '2019 Year in Review', 'google-analytics-for-wordpress' ),
421
 
422
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
423
+ // Reference: src/modules/settings/routes/network.js:35
424
+ // Reference: src/modules/settings/routes/site.js:122
425
+ __( 'About Us', 'google-analytics-for-wordpress' ),
426
 
427
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
428
+ // Reference: src/modules/settings/routes/network.js:43
429
+ // Reference: src/modules/settings/routes/site.js:130
430
+ __( 'Getting Started', 'google-analytics-for-wordpress' ),
431
 
432
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:17
433
+ // Reference: src/modules/settings/routes/network.js:52
434
+ // Reference: src/modules/settings/routes/site.js:139
435
+ __( 'Lite vs Pro', 'google-analytics-for-wordpress' ),
436
 
437
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:63
438
+ // Reference: src/modules/settings/routes/site.js:35
439
+ __( 'General', 'google-analytics-for-wordpress' ),
440
 
441
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:64
442
+ // Reference: src/modules/settings/routes/site.js:43
443
+ __( 'Engagement', 'google-analytics-for-wordpress' ),
444
 
445
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportEcommerce-Lite.vue:22
446
+ __( 'eCommerce', 'google-analytics-for-wordpress' ),
447
 
448
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:66
449
+ // Reference: src/modules/settings/routes/site.js:59
450
+ __( 'Publisher', 'google-analytics-for-wordpress' ),
451
 
452
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:67
453
+ // Reference: src/modules/settings/routes/site.js:67
454
+ __( 'Conversions', 'google-analytics-for-wordpress' ),
455
 
456
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabsNavigation.vue:68
457
+ // Reference: src/modules/settings/routes/site.js:75
458
+ __( 'Advanced', 'google-analytics-for-wordpress' ),
459
 
460
+ // Reference: src/modules/settings/routes/site.js:92
461
+ __( 'URL Builder', 'google-analytics-for-wordpress' ),
462
 
463
+ // Reference: src/modules/settings/routes/site.js:100
464
+ __( 'Import Export', 'google-analytics-for-wordpress' ),
465
 
466
+ // Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
467
+ __( 'Exit Setup', 'google-analytics-for-wordpress' ),
 
468
 
469
+ // Reference: src/modules/widget/store/index.js:102
470
+ __( 'Time to Purchase', 'google-analytics-for-wordpress' ),
471
 
472
+ // Reference: src/modules/widget/store/index.js:103
473
+ __( 'This list shows how many days from first visit it took users to purchase products from your site.', 'google-analytics-for-wordpress' ),
474
 
475
+ // Reference: src/modules/widget/store/index.js:109
476
+ __( 'Sessions to Purchase', 'google-analytics-for-wordpress' ),
477
 
478
+ // Reference: src/modules/widget/store/index.js:110
479
+ __( 'This list shows the number of sessions it took users before they purchased a product from your website.', 'google-analytics-for-wordpress' ),
 
480
 
481
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:253
482
+ // Reference: src/modules/widget/store/index.js:20
483
+ __( 'Top Posts/Pages', 'google-analytics-for-wordpress' ),
484
 
485
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:264
486
+ // Reference: src/modules/widget/store/index.js:21
487
+ __( 'This list shows the most viewed posts and pages on your website.', 'google-analytics-for-wordpress' ),
488
 
489
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:247
490
+ // Reference: src/modules/widget/store/index.js:27
491
+ __( 'New vs. Returning Visitors', 'google-analytics-for-wordpress' ),
492
 
493
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:260
494
+ // Reference: src/modules/widget/store/index.js:28
495
+ __( 'This graph shows what percent of your user sessions come from new versus repeat visitors.', 'google-analytics-for-wordpress' ),
496
 
497
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:248
498
+ // Reference: src/modules/widget/store/index.js:34
499
+ __( 'Device Breakdown', 'google-analytics-for-wordpress' ),
500
 
501
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:261
502
+ // Reference: src/modules/widget/store/index.js:35
503
+ __( 'This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site.', 'google-analytics-for-wordpress' ),
504
 
505
+ // Reference: src/modules/widget/store/index.js:41
506
+ __( 'Top Landing Pages', 'google-analytics-for-wordpress' ),
507
 
508
+ // Reference: src/modules/widget/store/index.js:42
509
+ __( 'This list shows the top pages users first land on when visiting your website.', 'google-analytics-for-wordpress' ),
510
 
511
+ // Reference: src/modules/widget/store/index.js:48
512
+ __( 'Top Exit Pages', 'google-analytics-for-wordpress' ),
 
513
 
514
+ // Reference: src/modules/widget/store/index.js:49
515
+ __( 'This list shows the top pages users exit your website from.', 'google-analytics-for-wordpress' ),
516
 
517
+ // Reference: src/modules/widget/store/index.js:55
518
+ __( 'Top Outbound Links', 'google-analytics-for-wordpress' ),
519
 
520
+ // Reference: src/modules/widget/store/index.js:56
521
+ __( 'This list shows the top links clicked on your website that go to another website.', 'google-analytics-for-wordpress' ),
522
 
523
+ // Reference: src/modules/widget/store/index.js:62
524
+ __( 'Top Affiliate Links', 'google-analytics-for-wordpress' ),
525
 
526
+ // Reference: src/modules/widget/store/index.js:63
527
+ __( 'This list shows the top affiliate links your visitors clicked on.', 'google-analytics-for-wordpress' ),
528
 
529
+ // Reference: src/modules/widget/store/index.js:69
530
+ __( 'Top Download Links', 'google-analytics-for-wordpress' ),
531
 
532
+ // Reference: src/modules/widget/store/index.js:70
533
+ __( 'This list shows the download links your visitors clicked the most.', 'google-analytics-for-wordpress' ),
534
 
535
+ // Reference: src/modules/widget/store/index.js:76
536
+ __( 'Overview', 'google-analytics-for-wordpress' ),
537
 
538
+ // Reference: src/modules/widget/store/index.js:82
539
+ __( 'Top Products', 'google-analytics-for-wordpress' ),
540
 
541
+ // Reference: src/modules/widget/store/index.js:83
542
+ __( 'This list shows the top selling products on your website.', 'google-analytics-for-wordpress' ),
543
 
544
+ // Reference: src/modules/widget/store/index.js:89
545
+ __( 'Top Conversion Sources', 'google-analytics-for-wordpress' ),
546
 
547
+ // Reference: src/modules/widget/store/index.js:90
548
+ __( 'This list shows the top referral websites in terms of product revenue.', 'google-analytics-for-wordpress' ),
549
 
550
+ // Reference: src/modules/widget/store/index.js:96
551
+ __( 'Total Add/Remove', 'google-analytics-for-wordpress' ),
 
552
 
553
+ // Reference: src/modules/reports/components/ReportNoAuth.vue:25
554
+ __( 'You must connect with MonsterInsights before you can view reports.', 'google-analytics-for-wordpress' ),
 
555
 
556
+ // Reference: src/modules/reports/components/ReportNoAuth.vue:26
557
+ __( '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' ),
 
558
 
559
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:57
560
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:98
561
+ __( 'Launch Setup Wizard', 'google-analytics-for-wordpress' ),
562
 
563
+ // Reference: src/modules/reports/components/ReportNoAuth.vue:28
564
+ __( 'Please ask your webmaster to connect MonsterInsights to Google Analytics.', 'google-analytics-for-wordpress' ),
 
565
 
566
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportPublishers-Lite.vue:25
567
+ __( 'Publishers', 'google-analytics-for-wordpress' ),
 
568
 
569
+ // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:46
570
+ __( 'Search Console', 'google-analytics-for-wordpress' ),
 
571
 
572
+ // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:47
573
+ __( 'Dimensions', 'google-analytics-for-wordpress' ),
574
 
575
+ // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:48
576
+ __( 'Forms', 'google-analytics-for-wordpress' ),
 
577
 
578
+ // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:49
579
+ __( 'Real-Time', 'google-analytics-for-wordpress' ),
 
580
 
581
+ // Reference: src/modules/addons/store/actions.js:33
582
+ /* Translators: Adds a link to documentation. */
583
+ __( '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', 'google-analytics-for-wordpress' ),
584
 
585
+ // Reference: src/modules/addons/store/actions.js:36
586
+ /* Translators: Adds link to activate/install plugin and documentation. */
587
+ __( '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', 'google-analytics-for-wordpress' ),
588
+
589
+ // Reference: src/modules/addons/store/actions.js:51
590
+ /* Translators: Adds a link to documentation. */
591
+ __( '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', 'google-analytics-for-wordpress' ),
592
+
593
+ // Reference: src/modules/addons/store/actions.js:54
594
+ /* Translators: Adds link to activate/install plugin and documentation. */
595
+ __( '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', 'google-analytics-for-wordpress' ),
596
+
597
+ // Reference: src/modules/license/store/actions.js:61
598
+ /* Translators: Adds a link to the license renewal. */
599
+ __( 'Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s', 'google-analytics-for-wordpress' ),
600
+
601
+ // Reference: src/modules/license/store/actions.js:71
602
+ __( 'Your license key for MonsterInsights has been disabled. Please use a different key.', 'google-analytics-for-wordpress' ),
603
+
604
+ // Reference: src/modules/license/store/actions.js:81
605
+ __( '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.', 'google-analytics-for-wordpress' ),
606
+
607
+ // Reference: src/modules/addons/components/AddonsNavigation.vue:18
608
+ __( 'MonsterInsights Addons', 'google-analytics-for-wordpress' ),
609
+
610
+ // Reference: src/modules/addons/components/AddonsNavigation.vue:19
611
+ __( 'Search Addons', 'google-analytics-for-wordpress' ),
612
+
613
+ // Reference: src/modules/settings/components/SettingsButtonSave.vue:46
614
+ __( 'Save Changes', 'google-analytics-for-wordpress' ),
615
+
616
+ // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:40
617
+ __( 'View Reports', 'google-analytics-for-wordpress' ),
618
+
619
+ // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:42
620
+ __( 'Congratulations!', 'google-analytics-for-wordpress' ),
621
+
622
+ // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:44
623
+ /* Translators: Add link to YouTube video and Onboarding Wizard. */
624
+ __( '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.', 'google-analytics-for-wordpress' ),
625
+
626
+ // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:44
627
+ /* Translators: Add link to YouTube video and Onboarding Wizard. */
628
+ __( 'Onboarding Wizard', 'google-analytics-for-wordpress' ),
629
+
630
+ // Reference: src/modules/settings/components/SettingsFirstTImeNotice.vue:45
631
+ __( '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.', 'google-analytics-for-wordpress' ),
632
 
633
  // Reference: src/modules/reports/store/actions.js:132
634
  __( 'Installing Addon', 'google-analytics-for-wordpress' ),
655
  // Reference: src/modules/reports/store/actions.js:203
656
  __( 'View Addons', 'google-analytics-for-wordpress' ),
657
 
658
+ // Reference: src/modules/reports/store/actions.js:204
659
  __( 'Dismiss', 'google-analytics-for-wordpress' ),
660
 
661
  // Reference: src/modules/reports/store/actions.js:211
680
  /* Translators: Install/Activate the addon. */
681
  __( '%s Addon', 'google-analytics-for-wordpress' ),
682
 
683
+ // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
684
+ __( 'Show in widget mode', 'google-analytics-for-wordpress' ),
685
 
686
+ // Reference: src/modules/widget/components/settings/WidgetSettingsWidth.vue:40
687
+ __( 'Show in full-width mode', 'google-analytics-for-wordpress' ),
688
 
689
+ // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:68
690
+ __( 'Show Overview Reports', 'google-analytics-for-wordpress' ),
 
691
 
692
+ // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:69
693
+ __( 'Show Publishers Reports', 'google-analytics-for-wordpress' ),
 
694
 
695
+ // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:70
696
+ __( 'Show eCommerce Reports', 'google-analytics-for-wordpress' ),
 
697
 
698
+ // Reference: src/modules/widget/components/settings/WidgetSettingsReports-Lite.vue:72
699
+ __( 'Available in PRO version', 'google-analytics-for-wordpress' ),
700
 
701
+ // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:28
702
+ __( 'Last 30 Days Insights for:', 'google-analytics-for-wordpress' ),
703
 
704
+ // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:29
705
+ __( 'Your Website', 'google-analytics-for-wordpress' ),
706
 
707
+ // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:30
708
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:239
709
+ __( 'Sessions', 'google-analytics-for-wordpress' ),
710
 
711
+ // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:31
712
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:242
713
+ __( 'Pageviews', 'google-analytics-for-wordpress' ),
714
 
715
+ // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:32
716
+ __( 'Avg. Duration', 'google-analytics-for-wordpress' ),
717
 
718
+ // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:33
719
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:246
720
+ __( 'Bounce Rate', 'google-analytics-for-wordpress' ),
721
 
722
+ // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:42
723
+ __( 'More data is available', 'google-analytics-for-wordpress' ),
724
 
725
+ // Reference: src/modules/frontend/components/monsterinsights-FrontendStatsGeneral.vue:44
726
+ __( 'Want to see page-specific stats?', 'google-analytics-for-wordpress' ),
727
 
728
+ // Reference: src/modules/widget/components/WidgetReportsLink.vue:17
729
+ __( 'See All Reports', 'google-analytics-for-wordpress' ),
730
 
731
+ // Reference: src/modules/widget/components/WidgetReportsLink.vue:18
732
+ __( 'Go to the Analytics Dashboard', 'google-analytics-for-wordpress' ),
733
 
734
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:45
735
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:91
736
+ __( 'License Key', 'google-analytics-for-wordpress' ),
737
 
738
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:47
739
+ /* Translators: Add link to retrieve license key from account. */
740
+ __( 'Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s.', 'google-analytics-for-wordpress' ),
741
 
742
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:48
743
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:92
744
+ __( 'Google Authentication', 'google-analytics-for-wordpress' ),
745
 
746
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:49
747
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:93
748
+ __( 'Connect Google Analytics + WordPress', 'google-analytics-for-wordpress' ),
749
 
750
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:50
751
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:94
752
+ __( 'You will be taken to the MonsterInsights website where you\'ll need to connect your Analytics account.', 'google-analytics-for-wordpress' ),
753
 
754
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:51
755
+ __( 'Miscellaneous', 'google-analytics-for-wordpress' ),
756
 
757
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:53
758
+ __( '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' ),
759
 
760
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:54
761
+ __( 'Hide Announcements', 'google-analytics-for-wordpress' ),
762
 
763
+ // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:40
764
+ __( 'There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data.', 'google-analytics-for-wordpress' ),
765
 
766
+ // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:41
767
+ __( 'No addons found.', 'google-analytics-for-wordpress' ),
768
 
769
+ // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:42
770
+ __( 'Refresh Addons', 'google-analytics-for-wordpress' ),
771
 
772
+ // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:65
773
+ __( 'Refreshing Addons', 'google-analytics-for-wordpress' ),
774
 
775
+ // Reference: src/modules/addons/monsterinsights-addons-Lite.vue:76
776
+ /* Translators: Make text green. */
777
+ __( 'Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
778
 
779
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:328
780
+ // Reference: src/modules/reports/components/upsells/ReportUpsellOverlay.vue:29
781
+ __( 'Upgrade to MonsterInsights Pro', 'google-analytics-for-wordpress' ),
782
 
783
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:78
784
+ /* Translators: placeholders make text small. */
785
+ __( 'Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s', 'google-analytics-for-wordpress' ),
786
 
787
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:83
788
+ /* Translators: placeholders make text small. */
789
+ __( 'Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s', 'google-analytics-for-wordpress' ),
790
 
791
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:88
792
+ /* Translators: placeholders make text small. */
793
+ __( 'None %1$s- Manually update everything.%2$s', 'google-analytics-for-wordpress' ),
794
 
795
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:95
796
+ __( 'Automatic Updates', 'google-analytics-for-wordpress' ),
797
 
798
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:55
799
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:96
800
+ __( 'Setup Wizard', 'google-analytics-for-wordpress' ),
801
 
802
+ // Reference: src/modules/settings/components/monsterinsights-SettingsNetwork.vue:56
803
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabGeneral-Lite.vue:97
804
+ __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-for-wordpress' ),
805
 
806
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:241
807
+ /* Translators: Placeholder adds a line break. */
808
+ __( 'Unique %s Sessions', 'google-analytics-for-wordpress' ),
809
 
810
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:244
811
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:63
812
+ /* Translators: Number of unique pageviews. */
813
+ __( 'Unique %s Pageviews', 'google-analytics-for-wordpress' ),
814
 
815
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:256
816
+ __( 'A session is the browsing session of a single user to your site.', 'google-analytics-for-wordpress' ),
817
 
818
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:257
819
+ __( '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' ),
820
 
821
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:258
822
+ __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-for-wordpress' ),
823
 
824
+ // Reference: src/modules/widget/components/reports/monsterinsights-WidgetReportOverview-Lite.vue:71
825
+ __( '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' ),
826
 
827
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:245
828
+ __( 'Avg. Session Duration', 'google-analytics-for-wordpress' ),
829
 
830
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:59
831
+ __( 'Demographics', 'google-analytics-for-wordpress' ),
832
 
833
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:60
834
+ __( 'Enable Demographics and Interests Reports for Remarketing and Advertising', 'google-analytics-for-wordpress' ),
835
 
836
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:61
837
+ __( 'Anonymize IP Addresses', 'google-analytics-for-wordpress' ),
838
 
839
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:62
840
+ __( 'Link Attribution', 'google-analytics-for-wordpress' ),
841
 
842
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:63
843
+ __( 'Enable Enhanced Link Attribution', 'google-analytics-for-wordpress' ),
844
 
845
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:64
846
+ __( 'Enable Anchor Tracking', 'google-analytics-for-wordpress' ),
847
 
848
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:65
849
+ __( 'Enable allowAnchor', 'google-analytics-for-wordpress' ),
850
 
851
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:66
852
+ __( 'Enable allowLinker', 'google-analytics-for-wordpress' ),
853
 
854
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:67
855
+ __( 'Enable Tag Links in RSS', 'google-analytics-for-wordpress' ),
856
 
857
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:68
858
+ __( 'File Downloads', 'google-analytics-for-wordpress' ),
859
 
860
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:69
861
+ __( 'Extensions of Files to Track as Downloads', 'google-analytics-for-wordpress' ),
862
+
863
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:70
864
+ __( 'MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions.', 'google-analytics-for-wordpress' ),
865
+
866
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:72
867
+ /* Translators: Add links to the documentation. */
868
+ __( '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.', 'google-analytics-for-wordpress' ),
869
+
870
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:74
871
+ /* Translators: Adds a link to the documentation. */
872
+ __( '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.', 'google-analytics-for-wordpress' ),
873
+
874
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:76
875
+ /* Translators: Adds a link to the documentation. */
876
+ __( 'Add %1$sEnhanced Link Attribution%2$s to your tracking code.', 'google-analytics-for-wordpress' ),
877
+
878
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:77
879
+ __( '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.', 'google-analytics-for-wordpress' ),
880
+
881
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:79
882
+ /* Translators: Adds a link to the documentation. */
883
+ __( '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.', 'google-analytics-for-wordpress' ),
884
+
885
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:81
886
+ /* Translators: Adds a link to the documentation. */
887
+ __( '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.', 'google-analytics-for-wordpress' ),
888
+
889
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:83
890
+ /* Translators: Adds a link to the documentation. */
891
+ __( '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.', 'google-analytics-for-wordpress' ),
892
+
893
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:84
894
+ __( 'Add domain', 'google-analytics-for-wordpress' ),
895
+
896
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:89
897
+ /* Translators: Example domain. */
898
+ __( 'Domain (example: %s)', 'google-analytics-for-wordpress' ),
899
+
900
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:92
901
+ /* Translators: Current site domain to be avoided. */
902
+ __( 'Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s ).', 'google-analytics-for-wordpress' ),
903
+
904
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:96
905
+ __( 'Cross Domain Tracking', 'google-analytics-for-wordpress' ),
906
+
907
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:98
908
+ /* Translators: Adds a link to the documentation. */
909
+ __( '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.', 'google-analytics-for-wordpress' ),
910
+
911
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:52
912
+ __( 'Right Now', 'google-analytics-for-wordpress' ),
913
+
914
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:53
915
+ __( 'Active users on site', 'google-analytics-for-wordpress' ),
916
+
917
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:54
918
+ __( 'The real-time graph of visitors over time is not currently available for this site. Please try again later.', 'google-analytics-for-wordpress' ),
919
+
920
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:55
921
+ __( '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.', 'google-analytics-for-wordpress' ),
922
+
923
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:56
924
+ __( 'The real-time report automatically updates approximately every 60 seconds.', 'google-analytics-for-wordpress' ),
925
+
926
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:58
927
+ /* Translators: Number of seconds that have passed since the report was refreshed. */
928
+ __( 'The real-time report was last updated %s seconds ago.', 'google-analytics-for-wordpress' ),
929
+
930
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:59
931
+ __( 'The latest data will be automatically shown on this page when it becomes available.', 'google-analytics-for-wordpress' ),
932
+
933
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:60
934
+ __( 'There is no need to refresh the browser (doing so won\'t have any effect).', 'google-analytics-for-wordpress' ),
935
+
936
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:61
937
+ __( 'Pageviews Per Minute', 'google-analytics-for-wordpress' ),
938
+
939
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:64
940
+ __( 'Top Pages', 'google-analytics-for-wordpress' ),
941
+
942
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:65
943
+ __( 'No pageviews currently.', 'google-analytics-for-wordpress' ),
944
+
945
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:67
946
+ __( 'Page', 'google-analytics-for-wordpress' ),
947
+
948
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:68
949
+ __( 'Pageview Count', 'google-analytics-for-wordpress' ),
950
+
951
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:69
952
+ __( 'Percent of Total', 'google-analytics-for-wordpress' ),
953
+
954
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:72
955
+ __( 'This is the number of active users currently on your site.', 'google-analytics-for-wordpress' ),
956
+
957
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:73
958
+ __( 'This graph shows the number of pageviews for each of the last 30 minutes.', 'google-analytics-for-wordpress' ),
959
+
960
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:74
961
+ __( 'This list shows the top pages users are currently viewing on your site.', 'google-analytics-for-wordpress' ),
962
+
963
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:75
964
+ __( 'View All Real-Time Pageviews', 'google-analytics-for-wordpress' ),
965
+
966
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:76
967
+ __( 'View All Real-Time Traffic Sources', 'google-analytics-for-wordpress' ),
968
+
969
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:77
970
+ __( 'View All Real-Time Traffic by Country', 'google-analytics-for-wordpress' ),
971
+
972
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportRealTime-Lite.vue:78
973
+ __( 'View All Real-Time Traffic by City', 'google-analytics-for-wordpress' ),
974
+
975
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:30
976
+ __( 'See All Your Important Store Metrics in One Place', 'google-analytics-for-wordpress' ),
977
+
978
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:31
979
+ __( 'Get an Answer to All Your Top Ecommerce Questions From a Single Report', 'google-analytics-for-wordpress' ),
980
+
981
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:32
982
+ __( 'ONE-CLICK INTEGRATIONS', 'google-analytics-for-wordpress' ),
983
+
984
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:34
985
+ __( 'Enable Ecommerce Tracking and Grow Your Business with Confidence', 'google-analytics-for-wordpress' ),
986
+
987
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEcommerce-Lite.vue:35
988
+ __( '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.', 'google-analytics-for-wordpress' ),
989
 
990
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:104
991
  __( 'GDPR Guide', 'google-analytics-for-wordpress' ),
1060
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:84
1061
  __( 'More advanced features', 'google-analytics-for-wordpress' ),
1062
 
1063
+ // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:86
1064
+ __( 'Get MonsterInsights Pro Today and Unlock all the Powerful Features', 'google-analytics-for-wordpress' ),
1065
+
1066
+ // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:88
1067
+ /* Translators: Makes text green. */
1068
+ __( 'Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
1069
+
1070
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:92
1071
  __( 'How to Connect to Google Analytics', 'google-analytics-for-wordpress' ),
1072
 
1079
  // Reference: src/modules/about/components/monsterinsights-AboutTabGettingStarted.vue:99
1080
  __( '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.', 'google-analytics-for-wordpress' ),
1081
 
1082
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:162
1083
+ /* Translators: Adds a link to the general settings tab. */
1084
+ __( '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.', 'google-analytics-for-wordpress' ),
1085
 
1086
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:66
1087
+ __( 'Permissions', 'google-analytics-for-wordpress' ),
1088
 
1089
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:67
1090
+ __( 'Allow These User Roles to See Reports', 'google-analytics-for-wordpress' ),
1091
 
1092
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:68
1093
+ __( 'Users that have at least one of these roles will be able to view the reports.', 'google-analytics-for-wordpress' ),
1094
 
1095
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:69
1096
+ __( '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' ),
1097
 
1098
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:70
1099
+ __( 'Allow These User Roles to Save Settings', 'google-analytics-for-wordpress' ),
1100
 
1101
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:71
1102
+ __( 'Users that have at least one of these roles will be able to view and save the settings panel.', 'google-analytics-for-wordpress' ),
1103
 
1104
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:72
1105
+ __( '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.', 'google-analytics-for-wordpress' ),
1106
 
1107
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:73
1108
+ __( 'Exclude These User Roles From Tracking', 'google-analytics-for-wordpress' ),
1109
 
1110
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:75
1111
+ __( 'Users that have at least one of these roles will not be tracked into Google Analytics.', 'google-analytics-for-wordpress' ),
1112
 
1113
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:76
1114
+ __( 'Performance', 'google-analytics-for-wordpress' ),
1115
 
1116
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:77
1117
+ __( 'Custom code', 'google-analytics-for-wordpress' ),
1118
 
1119
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:79
1120
+ /* Translators: Adds a link to the Google reference. */
1121
+ __( '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.', 'google-analytics-for-wordpress' ),
1122
 
1123
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:80
1124
+ __( 'Reports', 'google-analytics-for-wordpress' ),
1125
 
1126
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:82
1127
+ __( 'You must have the "unfiltered_html" capability to view/edit this setting.', 'google-analytics-for-wordpress' ),
1128
 
1129
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:83
1130
+ __( 'Hide Admin Bar Reports', 'google-analytics-for-wordpress' ),
1131
 
1132
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:88
1133
+ /* Translators: placeholders make text small. */
1134
+ __( 'Enabled %1$s- Show reports and dashboard widget.%2$s', 'google-analytics-for-wordpress' ),
1135
 
1136
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:93
1137
+ /* Translators: placeholders make text small. */
1138
+ __( 'Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s', 'google-analytics-for-wordpress' ),
1139
 
1140
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:98
1141
+ /* Translators: placeholders make text small. */
1142
+ __( 'Disabled %1$s- Hide reports and dashboard widget.%2$s', 'google-analytics-for-wordpress' ),
1143
 
1144
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:149
1145
+ __( 'New', 'google-analytics-for-wordpress' ),
1146
 
1147
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:150
1148
+ __( 'Returning', 'google-analytics-for-wordpress' ),
1149
 
1150
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:180
1151
+ __( 'Desktop', 'google-analytics-for-wordpress' ),
1152
 
1153
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:181
1154
+ __( 'Tablet', 'google-analytics-for-wordpress' ),
1155
 
1156
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:182
1157
+ __( 'Mobile', 'google-analytics-for-wordpress' ),
1158
 
1159
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:249
1160
+ __( 'Top 10 Countries', 'google-analytics-for-wordpress' ),
1161
 
1162
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:250
1163
+ __( 'View Countries Report', 'google-analytics-for-wordpress' ),
1164
 
1165
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:251
1166
+ __( 'Top 10 Referrals', 'google-analytics-for-wordpress' ),
1167
 
1168
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:252
1169
+ __( 'View All Referral Sources', 'google-analytics-for-wordpress' ),
1170
 
1171
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:254
1172
+ __( 'View Full Posts/Pages Report', 'google-analytics-for-wordpress' ),
1173
 
1174
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:259
1175
+ __( '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' ),
1176
 
1177
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:262
1178
+ __( 'This list shows the top countries your website visitors are from.', 'google-analytics-for-wordpress' ),
1179
 
1180
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:263
1181
+ __( 'This list shows the top websites that send your website traffic, known as referral traffic.', 'google-analytics-for-wordpress' ),
1182
 
1183
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:50
1184
+ /* Translators: Example path (/go/). */
1185
+ __( 'Path (example: %s)', 'google-analytics-for-wordpress' ),
1186
 
1187
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:52
1188
+ __( 'Path has to start with a / and have no spaces', 'google-analytics-for-wordpress' ),
1189
 
1190
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:57
1191
+ /* Translators: Example label (aff). */
1192
+ __( 'Label (example: %s)', 'google-analytics-for-wordpress' ),
1193
 
1194
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:59
1195
+ __( 'Label can\'t contain any spaces', 'google-analytics-for-wordpress' ),
1196
 
1197
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:62
1198
+ __( 'Affiliate Links', 'google-analytics-for-wordpress' ),
1199
 
1200
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:64
1201
+ /* Translators: Add links to documentation. */
1202
+ __( '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.', 'google-analytics-for-wordpress' ),
1203
 
1204
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:65
1205
+ __( 'Our affiliate link tracking works by setting path for internal links to track as outbound links.', 'google-analytics-for-wordpress' ),
1206
+
1207
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:259
1208
+ __( 'Still Calculating...', 'google-analytics-for-wordpress' ),
1209
+
1210
+ // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:260
1211
+ __( 'Your 2019 Year in Review is still calculating. Please check back later to see how your website performed last year.', 'google-analytics-for-wordpress' ),
1212
+
1213
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:261
1214
+ __( 'Back to Overview Report', 'google-analytics-for-wordpress' ),
1215
+
1216
+ // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:262
1217
+ __( 'Your 2019 Analytics Report', 'google-analytics-for-wordpress' ),
1218
+
1219
+ // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:264
1220
+ __( 'See how your website performed this year and find tips along the way to help grow even more in 2020!', 'google-analytics-for-wordpress' ),
1221
+
1222
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:265
1223
+ __( 'Audience', 'google-analytics-for-wordpress' ),
1224
+
1225
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:266
1226
+ __( 'Congrats', 'google-analytics-for-wordpress' ),
1227
+
1228
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:267
1229
+ __( 'Your website was quite popular this year! ', 'google-analytics-for-wordpress' ),
1230
+
1231
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:268
1232
+ __( 'You had ', 'google-analytics-for-wordpress' ),
1233
+
1234
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:269
1235
+ __( ' visitors!', 'google-analytics-for-wordpress' ),
1236
+
1237
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:270
1238
+ __( ' visitors', 'google-analytics-for-wordpress' ),
1239
+
1240
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:271
1241
+ __( 'Total Visitors', 'google-analytics-for-wordpress' ),
1242
+
1243
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:272
1244
+ __( 'Total Sessions', 'google-analytics-for-wordpress' ),
1245
+
1246
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:273
1247
+ __( 'Visitors by Month', 'google-analytics-for-wordpress' ),
1248
+
1249
+ // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:274
1250
+ __( 'January 1, 2019 - December 31, 2019', 'google-analytics-for-wordpress' ),
1251
+
1252
+ // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:275
1253
+ __( 'A Tip for 2020', 'google-analytics-for-wordpress' ),
1254
+
1255
+ // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:276
1256
+ __( 'See the top Traffic Sources and Top Pages for the Month of May in the Overview Report to replicate your success.', 'google-analytics-for-wordpress' ),
1257
+
1258
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:277
1259
+ __( '#1', 'google-analytics-for-wordpress' ),
1260
+
1261
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:278
1262
+ __( 'You Top 5 Countries', 'google-analytics-for-wordpress' ),
1263
+
1264
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:279
1265
+ __( 'Let’s get to know your visitors a little better, shall we?', 'google-analytics-for-wordpress' ),
1266
+
1267
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:280
1268
+ __( 'Gender', 'google-analytics-for-wordpress' ),
1269
+
1270
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:281
1271
+ __( 'Female', 'google-analytics-for-wordpress' ),
1272
+
1273
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:282
1274
+ __( 'Women', 'google-analytics-for-wordpress' ),
1275
+
1276
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:283
1277
+ __( 'Male', 'google-analytics-for-wordpress' ),
1278
+
1279
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:284
1280
+ __( 'Average Age', 'google-analytics-for-wordpress' ),
1281
+
1282
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:106
1283
+ __( 'Behavior', 'google-analytics-for-wordpress' ),
1284
 
1285
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:286
1286
+ __( 'Your Top 5 Pages', 'google-analytics-for-wordpress' ),
1287
 
1288
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:288
1289
+ __( 'Time Spent on Site', 'google-analytics-for-wordpress' ),
1290
 
1291
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:289
1292
+ __( 'minutes', 'google-analytics-for-wordpress' ),
1293
 
1294
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:290
1295
+ __( 'Device Type', 'google-analytics-for-wordpress' ),
1296
 
1297
+ // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:292
1298
+ __( 'A Tip For 2020', 'google-analytics-for-wordpress' ),
1299
 
1300
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:292
1301
+ __( '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.', 'google-analytics-for-wordpress' ),
1302
 
1303
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:293
1304
+ __( 'Read - 32 Marketing Hacks to Grow Your Traffic', 'google-analytics-for-wordpress' ),
1305
 
1306
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:295
1307
+ __( 'So, where did all of these visitors come from?', 'google-analytics-for-wordpress' ),
1308
 
1309
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:296
1310
+ __( 'Clicks', 'google-analytics-for-wordpress' ),
 
1311
 
1312
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:297
1313
+ __( 'Your Top 5 Keywords', 'google-analytics-for-wordpress' ),
1314
 
1315
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:298
1316
+ __( 'What keywords visitors searched for to find your site', 'google-analytics-for-wordpress' ),
1317
 
1318
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:299
1319
+ __( 'Your Top 5 Referrals', 'google-analytics-for-wordpress' ),
1320
 
1321
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:301
1322
+ __( 'The websites that link back to your website', 'google-analytics-for-wordpress' ),
1323
 
1324
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:302
1325
+ __( 'Opportunity', 'google-analytics-for-wordpress' ),
1326
 
1327
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:303
1328
+ __( '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.', 'google-analytics-for-wordpress' ),
1329
 
1330
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:304
1331
+ __( 'Read - How to Ethically Steal Your Competitor’s Traffic', 'google-analytics-for-wordpress' ),
1332
 
1333
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:306
1334
+ __( 'Thank you for using MonsterInsights!', 'google-analytics-for-wordpress' ),
1335
 
1336
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:307
1337
+ __( '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.', 'google-analytics-for-wordpress' ),
1338
 
1339
+ // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:307
1340
+ __( 'Here\'s to an amazing 2020!', 'google-analytics-for-wordpress' ),
1341
 
1342
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:309
1343
+ __( 'Enjoying MonsterInsights', 'google-analytics-for-wordpress' ),
1344
 
1345
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:310
1346
+ __( 'Leave a five star review!', 'google-analytics-for-wordpress' ),
1347
 
1348
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:311
1349
+ __( 'Syed Balkhi', 'google-analytics-for-wordpress' ),
1350
 
1351
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:312
1352
+ __( 'Chris Christoff', 'google-analytics-for-wordpress' ),
 
1353
 
1354
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:313
1355
+ __( 'Write Review', 'google-analytics-for-wordpress' ),
1356
 
1357
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:314
1358
+ __( 'Did you know over 10 million websites use our plugins?', 'google-analytics-for-wordpress' ),
1359
 
1360
+ // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:314
1361
+ __( 'Try our other popular WordPress plugins to grow your website in 2020.', 'google-analytics-for-wordpress' ),
1362
 
1363
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:316
1364
+ __( 'Join our Communities!', 'google-analytics-for-wordpress' ),
 
1365
 
1366
+ // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:316
1367
+ __( 'Become a WordPress expert in 2020. Join our amazing communities and take your website to the next level.', 'google-analytics-for-wordpress' ),
 
1368
 
1369
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:318
1370
+ __( 'Facebook Group', 'google-analytics-for-wordpress' ),
 
1371
 
1372
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:319
1373
+ __( 'Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group.', 'google-analytics-for-wordpress' ),
 
 
1374
 
1375
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:320
1376
+ __( 'Join Now...It’s Free!', 'google-analytics-for-wordpress' ),
 
1377
 
1378
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:321
1379
+ __( 'WordPress Tutorials by WPBeginner', 'google-analytics-for-wordpress' ),
 
 
1380
 
1381
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:322
1382
+ __( 'WPBeginner is the largest free WordPress resource site for beginners and non-techy users.', 'google-analytics-for-wordpress' ),
 
1383
 
1384
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:323
1385
+ __( 'Visit WPBeginner', 'google-analytics-for-wordpress' ),
1386
 
1387
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:324
1388
+ __( 'Follow Us!', 'google-analytics-for-wordpress' ),
 
1389
 
1390
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:325
1391
+ __( '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.', 'google-analytics-for-wordpress' ),
1392
 
1393
+ // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:325
1394
+ __( 'Copyright MonsterInsights, 2020', 'google-analytics-for-wordpress' ),
1395
 
1396
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:327
1397
+ __( 'Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights', 'google-analytics-for-wordpress' ),
1398
 
1399
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:331
1400
+ __( 'January', 'google-analytics-for-wordpress' ),
1401
 
1402
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:332
1403
+ __( 'February', 'google-analytics-for-wordpress' ),
1404
 
1405
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:333
1406
+ __( 'March', 'google-analytics-for-wordpress' ),
1407
 
1408
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:334
1409
+ __( 'April', 'google-analytics-for-wordpress' ),
1410
 
1411
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:335
1412
+ __( 'May', 'google-analytics-for-wordpress' ),
1413
 
1414
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:336
1415
+ __( 'June', 'google-analytics-for-wordpress' ),
1416
 
1417
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:337
1418
+ __( 'July', 'google-analytics-for-wordpress' ),
1419
 
1420
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:338
1421
+ __( 'August', 'google-analytics-for-wordpress' ),
1422
 
1423
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:339
1424
+ __( 'September', 'google-analytics-for-wordpress' ),
1425
 
1426
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:340
1427
+ __( 'October', 'google-analytics-for-wordpress' ),
1428
 
1429
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:341
1430
+ __( 'November', 'google-analytics-for-wordpress' ),
1431
 
1432
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:342
1433
+ __( 'December', 'google-analytics-for-wordpress' ),
1434
 
1435
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:370
1436
+ /* Translators: Number of visitors. */
1437
+ __( 'Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>', 'google-analytics-for-wordpress' ),
1438
 
1439
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:392
1440
+ /* Translators: Number of visitors. */
1441
+ __( 'Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries.', 'google-analytics-for-wordpress' ),
1442
 
1443
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:399
1444
+ /* Translators: Number of visitors. */
1445
+ __( '%s Visitors', 'google-analytics-for-wordpress' ),
1446
 
1447
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:414
1448
+ /* Translators: Percent and Number of visitors. */
1449
+ __( '%1$s&#37 of your visitors were %2$s', 'google-analytics-for-wordpress' ),
1450
 
1451
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:421
1452
+ /* Translators: Number of visitors and their age. */
1453
+ __( '%1$s&#37 of your visitors were between the ages of %2$s', 'google-analytics-for-wordpress' ),
1454
 
1455
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:434
1456
+ /* Translators: Number of visitors and number of pages. */
1457
+ __( '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>', 'google-analytics-for-wordpress' ),
1458
 
1459
+ // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:454
1460
+ /* Translators: Number of minutes spent on site. */
1461
+ __( 'Each visitor spent an average of %s minutes on your website in 2019.', 'google-analytics-for-wordpress' ),
1462
 
1463
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:481
1464
+ /* Translators: Name of device type. */
1465
+ __( 'Most of your visitors viewed your website from their <strong>%s</strong> device.', 'google-analytics-for-wordpress' ),
1466
+
1467
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:485
1468
+ /* Translators: Number of visitors and device percentage. */
1469
+ __( '%1$s&#37 of your visitors were on a %2$s device.', 'google-analytics-for-wordpress' ),
1470
 
1471
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:42
1472
  __( 'Import/Export', 'google-analytics-for-wordpress' ),
1474
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:43
1475
  __( 'Import', 'google-analytics-for-wordpress' ),
1476
 
1477
+ // Reference: src/modules/tools/components/ToolsTabImportExport.vue:49
1478
+ __( 'Import settings from another ExactMetrics website.', 'google-analytics-for-wordpress' ),
1479
 
1480
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:45
1481
  __( 'Export', 'google-analytics-for-wordpress' ),
1482
 
1483
+ // Reference: src/modules/tools/components/ToolsTabImportExport.vue:51
1484
+ __( 'Export settings to import into another ExactMetrics install.', 'google-analytics-for-wordpress' ),
1485
 
1486
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:47
1487
  __( 'Import Settings', 'google-analytics-for-wordpress' ),
1513
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:87
1514
  __( 'Please choose a .json file generated by a MonsterInsights settings export.', 'google-analytics-for-wordpress' ),
1515
 
1516
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:100
1517
+ __( 'WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin', 'google-analytics-for-wordpress' ),
1518
 
1519
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:103
1520
+ __( 'WordPress Admin Area Reports', 'google-analytics-for-wordpress' ),
1521
+
1522
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:106
1523
+ __( 'Standard Reports', 'google-analytics-for-wordpress' ),
1524
+
1525
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:107
1526
+ __( 'Overview Reports for the last 30 days.', 'google-analytics-for-wordpress' ),
1527
+
1528
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:108
1529
+ __( 'Advanced Reports', 'google-analytics-for-wordpress' ),
1530
+
1531
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:109
1532
+ __( 'Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection', 'google-analytics-for-wordpress' ),
1533
+
1534
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:112
1535
+ __( 'Dashboard Widget', 'google-analytics-for-wordpress' ),
1536
+
1537
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:115
1538
+ __( 'Basic Widget', 'google-analytics-for-wordpress' ),
1539
+
1540
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:116
1541
+ __( 'Overview Report Synopsis', 'google-analytics-for-wordpress' ),
1542
+
1543
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:117
1544
+ __( 'Advanced Dashboard Widget', 'google-analytics-for-wordpress' ),
1545
+
1546
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:118
1547
+ __( 'Includes the complete Overview report, Publisher reports and 6 different eCommerce reports', 'google-analytics-for-wordpress' ),
1548
+
1549
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:121
1550
+ __( 'Publisher Reports', 'google-analytics-for-wordpress' ),
1551
+
1552
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:125
1553
+ __( 'Advanced Publisher Reports & Tracking', 'google-analytics-for-wordpress' ),
1554
+
1555
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:126
1556
+ __( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-for-wordpress' ),
1557
+
1558
+ // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:84
1559
+ __( 'Not Available', 'google-analytics-for-wordpress' ),
1560
+
1561
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:133
1562
+ __( 'Complete Custom Dimensions Tracking', 'google-analytics-for-wordpress' ),
1563
+
1564
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:134
1565
+ __( 'Track and measure by the Author, Post Type, Category, Tags, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page', 'google-analytics-for-wordpress' ),
1566
+
1567
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:137
1568
+ __( 'Support', 'google-analytics-for-wordpress' ),
1569
+
1570
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:140
1571
+ __( 'Limited Support', 'google-analytics-for-wordpress' ),
1572
+
1573
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:141
1574
+ __( 'Priority Support', 'google-analytics-for-wordpress' ),
1575
+
1576
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:53
1577
+ __( 'Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features.', 'google-analytics-for-wordpress' ),
1578
 
1579
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:54
1580
+ __( 'Feature', 'google-analytics-for-wordpress' ),
1581
 
1582
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:55
1583
+ __( 'Lite', 'google-analytics-for-wordpress' ),
1584
 
1585
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:56
1586
+ __( 'Pro', 'google-analytics-for-wordpress' ),
1587
 
1588
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:64
1589
+ __( 'Included', 'google-analytics-for-wordpress' ),
1590
 
1591
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:69
1592
+ __( 'Custom Google Analytics Link Tracking', 'google-analytics-for-wordpress' ),
1593
 
1594
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:72
1595
+ __( 'Standard Tracking', 'google-analytics-for-wordpress' ),
1596
 
1597
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:73
1598
+ __( 'Advanced Tracking', 'google-analytics-for-wordpress' ),
1599
 
1600
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:74
1601
+ __( 'Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking', 'google-analytics-for-wordpress' ),
1602
 
1603
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:75
1604
+ __( 'Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers', 'google-analytics-for-wordpress' ),
1605
 
1606
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:78
1607
+ __( 'No-Code-Needed Tracking Features', 'google-analytics-for-wordpress' ),
1608
 
1609
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:81
1610
+ __( 'Basic Tracking Options', 'google-analytics-for-wordpress' ),
1611
 
1612
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:82
1613
+ __( 'Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking', 'google-analytics-for-wordpress' ),
 
1614
 
1615
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:83
1616
+ __( 'Advanced Tracking Options', 'google-analytics-for-wordpress' ),
1617
 
1618
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:84
1619
+ __( 'Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors', 'google-analytics-for-wordpress' ),
1620
 
1621
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:87
1622
+ __( 'eCommerce Tracking', 'google-analytics-for-wordpress' ),
1623
 
1624
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:91
1625
+ __( 'One-click Complete eCommerce tracking', 'google-analytics-for-wordpress' ),
1626
 
1627
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:92
1628
+ __( 'Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required', 'google-analytics-for-wordpress' ),
1629
 
1630
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:31
1631
+ __( 'Forms Tracking', 'google-analytics-for-wordpress' ),
1632
+
1633
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:99
1634
+ __( 'One-click Form Events Tracking', 'google-analytics-for-wordpress' ),
1635
 
1636
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:162
1637
  __( 'Custom Campaign Parameters', 'google-analytics-for-wordpress' ),
1688
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:188
1689
  __( 'Copy to Clipboard', 'google-analytics-for-wordpress' ),
1690
 
 
 
 
 
 
 
 
 
 
1691
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:193
1692
  __( 'More Information & Examples', 'google-analytics-for-wordpress' ),
1693
 
1753
  // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:242
1754
  __( 'Additional Information', 'google-analytics-for-wordpress' ),
1755
 
1756
+ // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:31
1757
+ __( 'Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visit, so you can analyze and optimize it for higher conversions.', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1758
 
1759
+ // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:32
1760
+ __( '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.', 'google-analytics-for-wordpress' ),
1761
 
1762
+ // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:33
1763
+ __( '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".', 'google-analytics-for-wordpress' ),
1764
 
1765
+ // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:34
1766
+ __( '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.', 'google-analytics-for-wordpress' ),
1767
 
1768
+ // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:35
1769
+ __( 'Yup, we know a thing or two about building awesome products that customers love.', 'google-analytics-for-wordpress' ),
1770
 
1771
+ // Reference: src/modules/about/components/monsterinsights-AboutTabAboutUs.vue:36
1772
+ __( 'The MonsterInsights Team', 'google-analytics-for-wordpress' ),
1773
 
1774
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:32
1775
+ __( 'See who\'s viewing and submitting your forms, so you can increase your conversion rate.', 'google-analytics-for-wordpress' ),
1776
 
1777
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:34
1778
+ __( 'Use Google Optimize to retarget your website visitors and perform A/B split tests with ease.', 'google-analytics-for-wordpress' ),
1779
 
1780
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabConversions-Lite.vue:36
1781
+ __( 'Add Custom Dimensions and track who\'s the most popular author on your site, which post types get the most traffic, and more', 'google-analytics-for-wordpress' ),
1782
 
1783
+ // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:111
1784
+ __( 'Loading Settings', 'google-analytics-for-wordpress' ),
1785
 
1786
+ // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:19
1787
+ __( 'Saving Changes...', 'google-analytics-for-wordpress' ),
1788
 
1789
+ // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:48
1790
+ __( 'Settings Updated', 'google-analytics-for-wordpress' ),
1791
 
1792
+ // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:6
1793
+ /* Translators: Adds a link to the settings panel. */
1794
+ __( 'You need to %1$sconnect MonsterInsights%2$s first', 'google-analytics-for-wordpress' ),
1795
 
1796
+ // Reference: src/plugins/monsterinsights-settings-helper-plugin.js:82
1797
+ __( 'Could Not Save Changes', 'google-analytics-for-wordpress' ),
1798
 
1799
+ // Reference: src/modules/auth/api/index.js:119
1800
+ /* Translators: Error status and error text. */
1801
+ __( 'Can\'t deauthenticate. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1802
 
1803
+ // Reference: src/modules/wizard-onboarding/api/index.js:22
1804
+ __( 'You appear to be offline.', 'google-analytics-for-wordpress' ),
1805
 
1806
+ // Reference: src/modules/auth/api/index.js:146
1807
+ /* Translators: Error status and error text. */
1808
+ __( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1809
 
1810
+ // Reference: src/modules/auth/api/index.js:150
1811
+ __( 'You appear to be offline. Settings not saved.', 'google-analytics-for-wordpress' ),
1812
 
1813
+ // Reference: src/modules/auth/api/index.js:17
1814
+ /* Translators: Error status and error text. */
1815
+ __( 'Can\'t load authentication details. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1816
 
1817
+ // Reference: src/modules/auth/api/index.js:42
1818
+ /* Translators: Error status and error text. */
1819
+ __( 'Can\'t authenticate. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1820
 
1821
+ // Reference: src/modules/auth/api/index.js:67
1822
+ /* Translators: Error status and error text. */
1823
+ __( 'Can\'t reauthenticate. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1824
 
1825
+ // Reference: src/modules/auth/api/index.js:90
1826
+ /* Translators: Error status and error text. */
1827
+ __( 'Can\'t verify credentials. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1828
 
1829
+ // Reference: src/modules/addons/api/index.js:103
1830
+ __( 'You appear to be offline. WPForms not installed.', 'google-analytics-for-wordpress' ),
1831
 
1832
+ // Reference: src/modules/addons/api/index.js:132
1833
+ /* Translators: Error status and error text. */
1834
+ __( 'Can\'t activate addon. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1835
 
1836
+ // Reference: src/modules/addons/api/index.js:136
1837
+ __( 'You appear to be offline. Addon not activated.', 'google-analytics-for-wordpress' ),
1838
 
1839
+ // Reference: src/modules/addons/api/index.js:165
1840
+ /* Translators: Error status and error text. */
1841
+ __( 'Can\'t deactivate addon. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1842
 
1843
+ // Reference: src/modules/addons/api/index.js:169
1844
+ __( 'You appear to be offline. Addon not deactivated.', 'google-analytics-for-wordpress' ),
 
1845
 
1846
+ // Reference: src/modules/addons/api/index.js:199
1847
+ /* Translators: Error status and error text. */
1848
+ __( 'Can\'t install plugin. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1849
 
1850
+ // Reference: src/modules/addons/api/index.js:203
1851
+ __( 'You appear to be offline. Plugin not installed.', 'google-analytics-for-wordpress' ),
1852
 
1853
+ // Reference: src/modules/addons/api/index.js:64
1854
+ /* Translators: Error status and error text. */
1855
+ __( 'Can\'t install addon. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1856
 
1857
+ // Reference: src/modules/addons/api/index.js:68
1858
+ __( 'You appear to be offline. Addon not installed.', 'google-analytics-for-wordpress' ),
1859
 
1860
+ // Reference: src/modules/addons/api/index.js:99
1861
+ /* Translators: Error status and error text. */
1862
+ __( 'Can\'t install WPForms. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1863
 
1864
+ // Reference: src/modules/license/api/index.js:118
1865
+ /* Translators: Error status and error text. */
1866
+ __( 'Can\'t deactivate the license. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1867
 
1868
+ // Reference: src/modules/license/api/index.js:145
1869
+ /* Translators: Error status and error text. */
1870
+ __( 'Can\'t upgrade to PRO please try again. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1871
 
1872
+ // Reference: src/modules/license/api/index.js:18
1873
+ /* Translators: Error status and error text. */
1874
+ __( 'Can\'t load license details. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1875
 
1876
+ // Reference: src/modules/license/api/index.js:24
1877
+ __( 'Error loading license details', 'google-analytics-for-wordpress' ),
1878
 
1879
+ // Reference: src/modules/license/api/index.js:57
1880
+ /* Translators: Error status and error text. */
1881
+ __( 'Can\'t verify the license. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1882
 
1883
+ // Reference: src/modules/license/api/index.js:82
1884
+ /* Translators: Error status and error text. */
1885
+ __( 'Can\'t validate the license. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
1886
 
1887
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:40
1888
+ __( 'MonsterInsights Recommends WPForms', 'google-analytics-for-wordpress' ),
1889
 
1890
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:41
1891
+ __( 'Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market.', 'google-analytics-for-wordpress' ),
1892
 
1893
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:42
1894
+ __( 'Used on over 1,000,000 websites!', 'google-analytics-for-wordpress' ),
1895
 
1896
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:43
1897
+ __( 'WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!', 'google-analytics-for-wordpress' ),
1898
 
1899
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:44
1900
+ __( 'Skip this Step', 'google-analytics-for-wordpress' ),
1901
 
1902
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
1903
+ __( 'Continue & Install WPForms', 'google-analytics-for-wordpress' ),
1904
 
1905
+ // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:106
1906
+ __( 'Installing...', 'google-analytics-for-wordpress' ),
 
1907
 
1908
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:31
1909
+ __( 'Awesome, You\'re All Set!', 'google-analytics-for-wordpress' ),
 
1910
 
1911
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:32
1912
+ __( 'MonsterInsights is all set up and ready to use. We\'ve verified that the tracking code is deployed properly and collecting data.', 'google-analytics-for-wordpress' ),
1913
 
1914
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:34
1915
+ /* Translators: Make text bold. */
1916
+ __( '%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.', 'google-analytics-for-wordpress' ),
1917
 
1918
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:36
1919
+ /* Translators: Link to our blog. */
1920
+ __( '%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business.', 'google-analytics-for-wordpress' ),
1921
 
1922
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:37
1923
+ __( 'Finish Setup & Exit Wizard', 'google-analytics-for-wordpress' ),
1924
 
1925
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepSuccess.vue:50
1926
+ __( 'Checking your website...', 'google-analytics-for-wordpress' ),
1927
 
1928
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:45
1929
+ __( 'Recommended Addons', 'google-analytics-for-wordpress' ),
 
1930
 
1931
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:46
1932
+ __( 'To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
 
1933
 
1934
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:47
1935
+ __( 'Other Addons', 'google-analytics-for-wordpress' ),
1936
 
1937
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:48
1938
+ __( 'View all MonsterInsights addons', 'google-analytics-for-wordpress' ),
 
1939
 
1940
+ // Reference: src/modules/wizard-onboarding/components/steps/monsterinsights-OnboardingStepRecommendedAddons-Lite.vue:49
1941
+ __( 'Save and continue', 'google-analytics-for-wordpress' ),
1942
 
1943
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
1944
+ __( 'Connect MonsterInsights to Your Website', 'google-analytics-for-wordpress' ),
1945
 
1946
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:49
1947
+ __( 'MonsterInsights connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-for-wordpress' ),
 
1948
 
1949
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
1950
+ __( 'Whoops, something went wrong and we weren\'t able to connect to MonsterInsights. Please enter your Google UA code manually.', 'google-analytics-for-wordpress' ),
1951
 
1952
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:74
1953
+ __( 'Manually enter your UA code', 'google-analytics-for-wordpress' ),
1954
 
1955
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:75
1956
+ __( 'Warning: If you use a manual UA code, you won\'t be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X\'s are numbers.', 'google-analytics-for-wordpress' ),
1957
 
1958
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:34
1959
+ __( 'Save and Continue', 'google-analytics-for-wordpress' ),
 
1960
 
1961
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:81
1962
+ __( 'UA code can\'t be empty', 'google-analytics-for-wordpress' ),
1963
 
1964
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:93
1965
+ __( 'Saving UA code...', 'google-analytics-for-wordpress' ),
1966
 
1967
+ // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:14
1968
+ __( 'Hide dashboard widget', 'google-analytics-for-wordpress' ),
1969
 
1970
+ // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:31
1971
+ __( 'Are you sure you want to hide the MonsterInsights Dashboard Widget? ', 'google-analytics-for-wordpress' ),
1972
 
1973
+ // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:33
1974
+ __( 'Yes, hide it!', 'google-analytics-for-wordpress' ),
1975
 
1976
+ // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:34
1977
+ __( 'No, cancel!', 'google-analytics-for-wordpress' ),
1978
 
1979
+ // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:40
1980
+ __( 'MonsterInsights Widget Hidden', 'google-analytics-for-wordpress' ),
1981
 
1982
+ // Reference: src/modules/widget/components/settings/WidgetSettingsHide.vue:41
1983
+ __( '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' ),
1984
 
1985
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:53
1986
+ __( 'Recommended Settings', 'google-analytics-for-wordpress' ),
1987
 
1988
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:54
1989
+ __( 'MonsterInsights recommends the following settings based on your configuration.', 'google-analytics-for-wordpress' ),
1990
 
1991
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:55
1992
+ __( 'Events Tracking', 'google-analytics-for-wordpress' ),
1993
 
1994
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:56
1995
+ __( 'Must have for all click tracking on site.', 'google-analytics-for-wordpress' ),
1996
 
1997
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:57
1998
+ __( '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.', 'google-analytics-for-wordpress' ),
1999
 
2000
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:58
2001
+ __( 'Enhanced Link Attribution', 'google-analytics-for-wordpress' ),
2002
 
2003
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:59
2004
+ __( 'Improves the accuracy of your In-Page Analytics.', 'google-analytics-for-wordpress' ),
2005
 
2006
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:60
2007
+ __( '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.', 'google-analytics-for-wordpress' ),
2008
 
2009
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:61
2010
+ __( 'Install Updates Automatically', 'google-analytics-for-wordpress' ),
2011
 
2012
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:62
2013
+ __( 'Get the latest features, bug fixes, and security updates as they are released.', 'google-analytics-for-wordpress' ),
2014
 
2015
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:63
2016
+ __( 'To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself.', 'google-analytics-for-wordpress' ),
2017
 
2018
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:64
2019
+ __( 'File Download Tracking', 'google-analytics-for-wordpress' ),
2020
 
2021
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:65
2022
+ __( 'Helps you see file downloads data.', 'google-analytics-for-wordpress' ),
2023
 
2024
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:66
2025
+ __( '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.', 'google-analytics-for-wordpress' ),
2026
 
2027
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:83
2028
+ __( 'Helps you increase affiliate revenue.', 'google-analytics-for-wordpress' ),
2029
 
2030
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:84
2031
+ __( '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.', 'google-analytics-for-wordpress' ),
2032
 
2033
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:85
2034
+ __( 'Affiliate Link Tracking', 'google-analytics-for-wordpress' ),
2035
 
2036
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:86
2037
+ __( 'Who Can See Reports', 'google-analytics-for-wordpress' ),
2038
 
2039
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
2040
+ __( 'These user roles will be able to access MonsterInsights\'s reports in the WordPress admin area.', 'google-analytics-for-wordpress' ),
2041
 
2042
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:91
2043
+ __( 'Events Tracking is enabled the moment you set up MonsterInsights', 'google-analytics-for-wordpress' ),
2044
 
2045
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:92
2046
+ __( 'Enhanced Link Attribution is enabled the moment you set up MonsterInsights', 'google-analytics-for-wordpress' ),
2047
+
2048
+ // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:100
2049
  __( 'Activating...', 'google-analytics-for-wordpress' ),
2050
 
2051
+ // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:103
2052
  __( 'Deactivating...', 'google-analytics-for-wordpress' ),
2053
 
2054
+ // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:109
2055
  __( 'Deactivate', 'google-analytics-for-wordpress' ),
2056
 
2057
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:43
2070
  // Reference: src/modules/addons/components/monsterinsights-AddonBlock.vue:89
2071
  __( 'Inactive', 'google-analytics-for-wordpress' ),
2072
 
2073
+ // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:19
2074
+ __( 'Thank you for being a loyal MonsterInsights Lite user.', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2075
 
2076
+ // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:20
2077
+ __( 'Upgrade to MonsterInsights Pro and unlock all the awesome features.', 'google-analytics-for-wordpress' ),
2078
 
2079
+ // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:22
2080
+ /* Translators: Gets replaced with the coupon code. */
2081
+ __( 'Use coupon code %s to get 50%% off.', 'google-analytics-for-wordpress' ),
2082
 
2083
+ // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:24
2084
+ __( 'Dashboard widget', 'google-analytics-for-wordpress' ),
2085
 
2086
+ // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:27
2087
+ __( 'Enhanced Ecommerce', 'google-analytics-for-wordpress' ),
2088
 
2089
+ // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:28
2090
+ __( 'Banner Ads', 'google-analytics-for-wordpress' ),
2091
 
2092
+ // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputAmp-Lite.vue:22
2093
+ __( 'Google AMP', 'google-analytics-for-wordpress' ),
2094
 
2095
+ // Reference: src/modules/settings/components/SettingsLiteUpsellLarge.vue:32
2096
+ __( 'SEO Score Tracking', 'google-analytics-for-wordpress' ),
2097
 
2098
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:32
2099
+ __( 'Welcome to MonsterInsights!', 'google-analytics-for-wordpress' ),
2100
 
2101
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:33
2102
+ __( 'Let\'s get you set up.', 'google-analytics-for-wordpress' ),
2103
 
2104
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:35
2105
+ __( 'Which category best describes your website?', 'google-analytics-for-wordpress' ),
2106
 
2107
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:36
2108
+ __( 'We will recommend the optimal settings for MonsterInsights based on your choice.', 'google-analytics-for-wordpress' ),
2109
 
2110
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:40
2111
+ __( 'Business Website', 'google-analytics-for-wordpress' ),
2112
 
2113
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:45
2114
+ /* Translators: Make text bold. */
2115
+ __( 'Publisher %1$s(Blog)%2$s', 'google-analytics-for-wordpress' ),
2116
 
2117
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:49
2118
+ __( 'Ecommerce', 'google-analytics-for-wordpress' ),
2119
 
2120
+ // Reference: src/modules/widget/components/WidgetTips.vue:19
2121
+ __( 'Forms Tracking help you see who’s viewing your forms, so you can increase conversions.', 'google-analytics-for-wordpress' ),
2122
 
2123
+ // Reference: src/modules/widget/components/WidgetTips.vue:24
2124
+ __( 'Custom Dimensions show you popular categories, best time to publish, focus keywords, etc.', 'google-analytics-for-wordpress' ),
2125
 
2126
+ // Reference: src/modules/widget/components/WidgetTips.vue:29
2127
+ __( 'Make Google Analytics GDPR compliant with our EU Compliance addon.', 'google-analytics-for-wordpress' ),
2128
 
2129
+ // Reference: src/modules/widget/components/WidgetTips.vue:34
2130
+ __( 'Get real-time Google Analytics report right inside your WordPress dashboard.', 'google-analytics-for-wordpress' ),
2131
 
2132
+ // Reference: src/modules/widget/components/WidgetTips.vue:39
2133
+ __( 'Use Google Optimize to easily perform A/B split tests on your site.', 'google-analytics-for-wordpress' ),
2134
 
2135
+ // Reference: src/modules/widget/components/WidgetTips.vue:44
2136
+ __( 'See all your important store metrics in one place with Enhanced Ecommerce Tracking.', 'google-analytics-for-wordpress' ),
 
2137
 
2138
+ // Reference: src/modules/widget/components/WidgetTips.vue:49
2139
+ __( 'Unlock search console report to see your top performing keywords in Google.', 'google-analytics-for-wordpress' ),
2140
 
2141
+ // Reference: src/modules/widget/components/WidgetTips.vue:54
2142
+ __( 'Get Page Insights to see important metrics for individual posts / pages in WordPress.', 'google-analytics-for-wordpress' ),
 
2143
 
2144
+ // Reference: src/modules/widget/components/WidgetTips.vue:59
2145
+ __( 'Publishers Report shows your top performing pages, audience demographics, and more.', 'google-analytics-for-wordpress' ),
2146
 
2147
+ // Reference: src/modules/widget/components/WidgetTips.vue:64
2148
+ __( 'Get Scroll-Depth tracking to see how far users scroll on your pages before leaving.', 'google-analytics-for-wordpress' ),
2149
 
2150
+ // Reference: src/modules/widget/components/WidgetTips.vue:69
2151
+ __( 'Upgrade to Pro »', 'google-analytics-for-wordpress' ),
2152
 
2153
+ // Reference: src/modules/widget/components/WidgetTips.vue:70
2154
+ __( 'Pro Tip:', 'google-analytics-for-wordpress' ),
2155
 
2156
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:46
2157
  __( 'Reset to default', 'google-analytics-for-wordpress' ),
2159
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:47
2160
  __( 'The value entered does not match the required format', 'google-analytics-for-wordpress' ),
2161
 
2162
+ // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:24
2163
+ __( 'Upgrade', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2164
 
2165
+ // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:20
2166
+ __( 'The EU Compliance addon allows you to improve compliance with GDPR
2167
+ and other privacy regulations.', 'google-analytics-for-wordpress' ),
2168
 
2169
+ // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputEUCompliance-Lite.vue:21
2170
+ __( 'EU Compliance', 'google-analytics-for-wordpress' ),
2171
 
2172
+ // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputScroll-Lite.vue:18
2173
+ __( 'Scroll Tracking', 'google-analytics-for-wordpress' ),
2174
 
2175
+ // Reference: src/modules/settings/components/input/tab-engagement/SettingsInputScroll-Lite.vue:19
2176
+ __( '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.', 'google-analytics-for-wordpress' ),
2177
 
2178
+ // Reference: src/modules/wizard-onboarding/api/index.js:18
2179
+ /* Translators: Error status and error text. */
2180
+ __( 'Can\'t load errors. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2181
 
2182
+ // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewUpsell-Lite.vue:26
2183
+ __( 'Upgrade to MonsterInsights Pro to Unlock More Actionable Insights', 'google-analytics-for-wordpress' ),
2184
 
2185
+ // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewUpsell-Lite.vue:27
2186
+ __( '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!', 'google-analytics-for-wordpress' ),
 
2187
 
2188
+ // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewUpsell-Lite.vue:28
2189
+ __( 'Upgrade to MonsterInsights Pro and Save 50% OFF!', 'google-analytics-for-wordpress' ),
2190
 
2191
+ // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewUpsell-Lite.vue:30
2192
+ /* Translators: Makes text bold. */
2193
+ __( 'Use coupon code %1$sLITEUPGRADE%2$s', 'google-analytics-for-wordpress' ),
2194
 
2195
+ // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputAds-Lite.vue:22
2196
+ __( 'Ads Tracking', 'google-analytics-for-wordpress' ),
2197
 
2198
+ // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputAds-Lite.vue:23
2199
+ __( 'Add Ads tracking to see who\'s clicking on your Google Ads, so you can increase your revenue.', 'google-analytics-for-wordpress' ),
2200
 
2201
+ // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputAmp-Lite.vue:23
2202
+ __( 'Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking.', 'google-analytics-for-wordpress' ),
2203
 
2204
+ // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputFbia-Lite.vue:22
2205
+ __( 'Facebook Instant Articles', 'google-analytics-for-wordpress' ),
2206
 
2207
+ // Reference: src/modules/settings/components/input/tab-publisher/monsterinsights-SettingsInputFbia-Lite.vue:23
2208
+ __( 'Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro.', 'google-analytics-for-wordpress' ),
2209
 
2210
+ // Reference: src/modules/settings/api/index.js:19
2211
+ /* Translators: Error status and error text. */
2212
+ __( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-for-wordpress' ),
2213
 
2214
+ // Reference: src/modules/popular-posts/api/index.js:47
2215
+ // Reference: src/modules/settings/api/index.js:77
2216
+ __( 'Network error encountered. Settings not saved.', 'google-analytics-for-wordpress' ),
2217
 
2218
+ // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:21
2219
+ /* Translators: Make text green. */
2220
+ __( 'Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s', 'google-analytics-for-wordpress' ),
2221
 
2222
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:39
2223
+ __( 'Usage Tracking', 'google-analytics-for-wordpress' ),
2224
 
2225
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputUsageTracking-Lite.vue:28
2226
+ __( 'Allow Usage Tracking', 'google-analytics-for-wordpress' ),
2227
 
2228
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:40
2229
+ __( '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' ),
2230
 
2231
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:43
2232
+ /* Translators: Add links to documentation. */
2233
+ __( 'Complete documentation on usage tracking is available %1$shere%2$s.', 'google-analytics-for-wordpress' ),
2234
 
2235
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputMisc-Lite.vue:41
2236
+ __( 'Allow usage tracking', 'google-analytics-for-wordpress' ),
2237
 
2238
+ // Reference: src/modules/settings/components/network/SettingsInputLicenseNetwork-Lite.vue:21
2239
+ /* Translators: Make text bold. */
2240
+ __( 'You\'re using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy!', 'google-analytics-for-wordpress' ),
2241
 
2242
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:32
2243
+ /* Translators: Add link to upgrade. */
2244
+ __( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-for-wordpress' ),
2245
 
2246
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:34
2247
+ /* Translators: Make text green. */
2248
+ __( 'As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!', 'google-analytics-for-wordpress' ),
2249
 
2250
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:30
2251
+ /* Translators: Make text green and add smiley face. */
2252
+ __( 'You\'re using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s', 'google-analytics-for-wordpress' ),
2253
 
2254
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:35
2255
+ __( 'Unlock PRO Features Now', 'google-analytics-for-wordpress' ),
2256
 
2257
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:36
2258
+ __( 'Paste your license key here', 'google-analytics-for-wordpress' ),
2259
 
2260
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:37
2261
+ __( 'Verify', 'google-analytics-for-wordpress' ),
2262
 
2263
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:39
2264
+ /* Translators: Add link to retrieve license from account area. */
2265
+ __( 'Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s.', 'google-analytics-for-wordpress' ),
2266
 
2267
+ // Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:69
2268
+ __( 'There was an error unlocking MonsterInsights PRO please try again or install manually.', 'google-analytics-for-wordpress' ),
2269
 
2270
  // Reference: src/modules/reports/components/ReportInfobox.vue:39
2271
  /* Translators: Number of days. */
2274
  // Reference: src/modules/reports/components/ReportInfobox.vue:56
2275
  __( 'No change', 'google-analytics-for-wordpress' ),
2276
 
2277
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:79
2278
+ __( 'Authenticating', 'google-analytics-for-wordpress' ),
 
 
 
 
 
 
2279
 
2280
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:170
2281
+ __( 'Verifying Credentials', 'google-analytics-for-wordpress' ),
2282
 
2283
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:185
2284
+ __( 'Your site is connected to MonsterInsights!', 'google-analytics-for-wordpress' ),
2285
 
2286
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:203
2287
+ __( 'Deauthenticating', 'google-analytics-for-wordpress' ),
2288
 
2289
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:221
2290
+ __( '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' ),
2291
 
2292
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:46
2293
+ __( 'Connect MonsterInsights', 'google-analytics-for-wordpress' ),
2294
 
2295
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:68
2296
+ __( 'Verify Credentials', 'google-analytics-for-wordpress' ),
2297
 
2298
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:70
2299
+ __( 'Website Profile', 'google-analytics-for-wordpress' ),
2300
 
2301
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:71
2302
+ __( 'Active Profile', 'google-analytics-for-wordpress' ),
2303
 
2304
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
2305
+ __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-for-wordpress' ),
2306
 
2307
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
2308
+ __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-for-wordpress' ),
2309
 
2310
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:76
2311
+ __( 'Or manually enter UA code (limited functionality)', 'google-analytics-for-wordpress' ),
2312
 
2313
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:85
2314
+ __( 'Force Deauthenticate', 'google-analytics-for-wordpress' ),
2315
 
2316
+ // Reference: src/modules/settings/components/input/tab-general/monsterinsights-SettingsInputAuthenticate-Lite.vue:85
2317
+ __( 'Disconnect MonsterInsights', 'google-analytics-for-wordpress' ),
2318
 
2319
+ // Reference: src/components/TheAppFTPForm.vue:100
2320
+ __( 'Proceed', 'google-analytics-for-wordpress' ),
2321
 
2322
+ // Reference: src/components/TheAppFTPForm.vue:92
2323
+ __( 'Connection Information', 'google-analytics-for-wordpress' ),
2324
 
2325
+ // Reference: src/components/TheAppFTPForm.vue:93
2326
+ __( '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.', 'google-analytics-for-wordpress' ),
2327
 
2328
+ // Reference: src/components/TheAppFTPForm.vue:94
2329
+ __( 'Hostname', 'google-analytics-for-wordpress' ),
2330
 
2331
+ // Reference: src/components/TheAppFTPForm.vue:95
2332
+ __( 'FTP Username', 'google-analytics-for-wordpress' ),
2333
 
2334
+ // Reference: src/components/TheAppFTPForm.vue:96
2335
+ __( 'FTP Password', 'google-analytics-for-wordpress' ),
2336
 
2337
+ // Reference: src/components/TheAppFTPForm.vue:97
2338
+ __( 'This password will not be stored on the server.', 'google-analytics-for-wordpress' ),
2339
 
2340
+ // Reference: src/components/TheAppFTPForm.vue:98
2341
+ __( 'Connection Type', 'google-analytics-for-wordpress' ),
2342
 
2343
+ // Reference: src/components/TheAppFTPForm.vue:99
2344
+ __( 'Cancel', 'google-analytics-for-wordpress' ),
2345
 
2346
+ // Reference: src/modules/reports/components/ReportTableBox.vue:65
2347
+ __( 'Show', 'google-analytics-for-wordpress' ),
2348
 
2349
+ // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
2350
+ __( 'No options available', 'google-analytics-for-wordpress' ),
 
2351
 
2352
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputPerformance-Lite.vue:18
2353
+ __( '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.', 'google-analytics-for-wordpress' ),
2354
 
2355
+ // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:171
2356
+ /* Translators: The name of the field that is throwing a validation error. */
2357
+ __( '%s can\'t be empty.', 'google-analytics-for-wordpress' ),
2358
 
2359
+ // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:192
2360
+ __( 'Duplicate values are not allowed.', 'google-analytics-for-wordpress' ),
 
2361
 
2362
+ // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:63
2363
+ __( 'Add Another Link Path', 'google-analytics-for-wordpress' ),
 
2364
 
2365
+ // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:64
2366
+ __( 'Remove row', 'google-analytics-for-wordpress' ),
 
2367
 
2368
+ // Reference: src/modules/wizard-onboarding/components/OnboardingAddon-Lite.vue:27
2369
+ __( 'Upgrade to Pro', 'google-analytics-for-wordpress' ),
 
2370
 
2371
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingImprove-Lite.vue:17
2372
+ __( 'Help Us Improve', 'google-analytics-for-wordpress' ),
 
2373
 
2374
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingImprove-Lite.vue:18
2375
+ __( 'Help us better understand our users and their website needs.', 'google-analytics-for-wordpress' ),
 
2376
 
2377
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingImprove-Lite.vue:20
2378
+ /* Translators: Adds a link to the documentation. */
2379
+ __( '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', 'google-analytics-for-wordpress' ),
2380
 
2381
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingLicense-Lite.vue:29
2382
+ /* Translators: Makes text bold. */
2383
+ __( 'You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy!', 'google-analytics-for-wordpress' ),
2384
 
2385
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingLicense-Lite.vue:31
2386
+ /* Translators: Makes text green. */
2387
+ __( 'As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout.', 'google-analytics-for-wordpress' ),
2388
 
2389
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingLicense-Lite.vue:32
2390
+ __( 'Unlock All Features and Upgrade to Pro', 'google-analytics-for-wordpress' ),
2391
 
2392
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:48
2393
+ __( 'Website profile', 'google-analytics-for-wordpress' ),
2394
 
2395
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:49
2396
+ __( 'Active profile', 'google-analytics-for-wordpress' ),
2397
 
2398
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:52
2399
+ __( 'Skip and Keep Connection', 'google-analytics-for-wordpress' ),
2400
 
2401
+ // Reference: src/components/TheFloatingBar-Lite.vue:29
2402
+ /* Translators: Placeholders are used for making text bold and adding a link. */
2403
+ __( 'You\'re using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s.', 'google-analytics-for-wordpress' ),
2404
 
2405
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:42
2406
+ __( 'Today', 'google-analytics-for-wordpress' ),
2407
 
2408
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:48
2409
+ __( 'Yesterday', 'google-analytics-for-wordpress' ),
 
2410
 
2411
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:54
2412
+ __( 'Last Week', 'google-analytics-for-wordpress' ),
 
2413
 
2414
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:60
2415
+ __( 'Last Month', 'google-analytics-for-wordpress' ),
 
2416
 
2417
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:66
2418
+ __( 'Last 7 days', 'google-analytics-for-wordpress' ),
2419
 
2420
+ // Reference: src/plugins/monsterinsights-widget-helper-plugin.js:72
2421
+ __( 'Last 30 days', 'google-analytics-for-wordpress' ),
2422
 
2423
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:209
2424
+ __( 'Unlock the Site Speed Report and Improve the Performance of Your Site', 'google-analytics-for-wordpress' ),
2425
 
2426
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:210
2427
+ __( 'See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking', 'google-analytics-for-wordpress' ),
2428
 
2429
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:318
2430
+ __( 'See Your Homepage\'s Overall Performance Score', 'google-analytics-for-wordpress' ),
2431
 
2432
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:319
2433
+ __( 'Run an Audit on Your Homepage and See Your Server Response Time', 'google-analytics-for-wordpress' ),
2434
 
2435
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:320
2436
+ __( 'Learn How Long It Takes for Your Viewers to Interact With Your Site', 'google-analytics-for-wordpress' ),
2437
 
2438
+ // Reference: src/plugins/monsterinsights-reports-helper-plugin.js:321
2439
+ __( 'Learn How to Improve the Core Metrics that Google Uses to Rank Your Site', 'google-analytics-for-wordpress' ),
2440
 
2441
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:27
2442
+ /* Translators: Current WordPress version. */
2443
+ __( 'MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.', 'google-analytics-for-wordpress' ),
2444
 
2445
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:41
2446
+ /* Translators: Current PHP version and recommended PHP version. */
2447
+ __( '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.', 'google-analytics-for-wordpress' ),
2448
 
2449
+ // Reference: src/plugins/monsterinsights-compatibility-plugin.js:55
2450
+ /* Translators: Current WordPress version. */
2451
+ __( '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.', 'google-analytics-for-wordpress' ),
2452
 
2453
+ // Reference: src/modules/reports/routes/index.js:81
2454
+ __( 'Site Speed Report', 'google-analytics-for-wordpress' ),
2455
 
2456
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:263
2457
+ __( '2020 Year in Review', 'google-analytics-for-wordpress' ),
2458
 
2459
+ // Reference: src/modules/settings/routes/site.js:108
2460
+ __( 'PrettyLinks Integration', 'google-analytics-for-wordpress' ),
2461
 
2462
+ // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:22
2463
+ // Reference: src/modules/settings/routes/site.js:154
2464
+ __( 'Inline Popular Posts', 'google-analytics-for-wordpress' ),
2465
 
2466
+ // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:23
2467
+ // Reference: src/modules/settings/routes/site.js:162
2468
+ __( 'Popular Posts Widget', 'google-analytics-for-wordpress' ),
2469
 
2470
+ // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:24
2471
+ // Reference: src/modules/settings/routes/site.js:171
2472
+ __( 'Popular Products', 'google-analytics-for-wordpress' ),
2473
 
2474
+ // Reference: src/modules/settings/routes/site.js:180
2475
+ __( 'Settings', 'google-analytics-for-wordpress' ),
2476
 
2477
+ // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:75
2478
+ __( 'Inbox', 'google-analytics-for-wordpress' ),
2479
 
2480
+ // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:76
2481
+ __( 'Back to Inbox', 'google-analytics-for-wordpress' ),
 
2482
 
2483
+ // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:77
2484
+ __( 'View Dismissed', 'google-analytics-for-wordpress' ),
2485
 
2486
+ // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:78
2487
+ __( 'Notifications', 'google-analytics-for-wordpress' ),
2488
 
2489
+ // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:79
2490
+ __( 'Dismiss All', 'google-analytics-for-wordpress' ),
2491
 
2492
+ // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:80
2493
+ __( 'Dismissed', 'google-analytics-for-wordpress' ),
2494
 
2495
+ // Reference: src/modules/notifications/components/monsterinsights-Notifications.vue:81
2496
+ __( 'No Notifications', 'google-analytics-for-wordpress' ),
2497
 
2498
+ // Reference: src/modules/reports/components/reports/monsterinsights-ReportOverview.vue:265
2499
+ __( 'Export PDF Overview Report', 'google-analytics-for-wordpress' ),
 
2500
 
2501
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:260
2502
+ __( 'Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year.', 'google-analytics-for-wordpress' ),
2503
 
2504
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:262
2505
+ __( 'Your 2020 Analytics Report', 'google-analytics-for-wordpress' ),
 
2506
 
2507
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:264
2508
+ __( 'See how your website performed this year and find tips along the way to help grow even more in 2021!', 'google-analytics-for-wordpress' ),
2509
 
2510
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:274
2511
+ __( 'January 1, 2020 - December 31, 2020', 'google-analytics-for-wordpress' ),
2512
 
2513
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:275
2514
+ __( 'A Tip for 2021', 'google-analytics-for-wordpress' ),
2515
 
2516
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:291
2517
+ __( 'A Tip For 2021', 'google-analytics-for-wordpress' ),
2518
 
2519
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:308
2520
+ __( 'Here\'s to an amazing 2021!', 'google-analytics-for-wordpress' ),
 
2521
 
2522
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:315
2523
+ __( 'Try our other popular WordPress plugins to grow your website in 2021.', 'google-analytics-for-wordpress' ),
 
2524
 
2525
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:317
2526
+ __( 'Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level.', 'google-analytics-for-wordpress' ),
2527
 
2528
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:326
2529
+ __( 'Copyright MonsterInsights, 2021', 'google-analytics-for-wordpress' ),
2530
 
2531
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:373
2532
+ __( 'See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success.', 'google-analytics-for-wordpress' ),
2533
 
2534
+ // Reference: src/modules/reports/components/reports/monsterinsights-YearInReview-Lite.vue:459
2535
+ /* Translators: Number of minutes spent on site. */
2536
+ __( 'Each visitor spent an average of %s minutes on your website in 2020.', 'google-analytics-for-wordpress' ),
2537
 
2538
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:45
2539
+ __( 'Caching', 'google-analytics-for-wordpress' ),
2540
 
2541
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:46
2542
+ __( 'Enable Data Caching', 'google-analytics-for-wordpress' ),
2543
 
2544
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:47
2545
+ __( 'Refresh Cache Every', 'google-analytics-for-wordpress' ),
2546
 
2547
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:48
2548
+ __( 'Choose how often to refresh the cache.', 'google-analytics-for-wordpress' ),
2549
 
2550
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:49
2551
+ __( 'Enable Ajaxify', 'google-analytics-for-wordpress' ),
2552
 
2553
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:50
2554
+ __( 'Ajaxify Widget', 'google-analytics-for-wordpress' ),
2555
 
2556
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:51
2557
+ __( 'Use to bypass page caching.', 'google-analytics-for-wordpress' ),
 
2558
 
2559
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:52
2560
+ __( 'Empty Cache', 'google-analytics-for-wordpress' ),
 
2561
 
2562
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:54
2563
+ __( 'Click to manually wipe the cache right now.', 'google-analytics-for-wordpress' ),
 
2564
 
2565
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:88
2566
+ __( 'Popular posts cache emptied', 'google-analytics-for-wordpress' ),
2567
 
2568
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:92
2569
+ __( 'Error emptying the popular posts cache. Please try again.', 'google-analytics-for-wordpress' ),
2570
 
2571
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:105
2572
+ __( 'Choose Theme', 'google-analytics-for-wordpress' ),
 
2573
 
2574
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:107
2575
+ __( 'Widget Styling', 'google-analytics-for-wordpress' ),
 
2576
 
2577
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:108
2578
+ __( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-for-wordpress' ),
 
2579
 
2580
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:109
2581
+ __( 'Sort By', 'google-analytics-for-wordpress' ),
 
2582
 
2583
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:110
2584
+ __( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-for-wordpress' ),
 
2585
 
2586
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:111
2587
+ __( 'Placement', 'google-analytics-for-wordpress' ),
2588
 
2589
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:112
2590
+ __( 'Choose how you\'d like to place the widget.', 'google-analytics-for-wordpress' ),
2591
 
2592
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:113
2593
+ __( 'Insert After', 'google-analytics-for-wordpress' ),
2594
 
2595
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:114
2596
+ __( 'Choose where in the post body the widget will be placed.', 'google-analytics-for-wordpress' ),
2597
 
2598
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:115
2599
+ __( 'Include in Post Types', 'google-analytics-for-wordpress' ),
2600
 
2601
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:116
2602
+ __( 'Exclude from specific posts', 'google-analytics-for-wordpress' ),
2603
 
2604
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:118
2605
+ /* Translators: Placeholders make the text bold. */
2606
+ __( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-for-wordpress' ),
2607
 
2608
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:120
2609
+ /* Translators: Placeholders make the text bold. */
2610
+ __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-for-wordpress' ),
2611
 
2612
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:121
2613
+ __( 'Customize Design', 'google-analytics-for-wordpress' ),
2614
 
2615
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:122
2616
+ __( 'Loading Themes', 'google-analytics-for-wordpress' ),
2617
 
2618
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
2619
+ __( 'words', 'google-analytics-for-wordpress' ),
2620
 
2621
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:124
2622
+ __( 'Please select at least one post to display.', 'google-analytics-for-wordpress' ),
2623
 
2624
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:129
2625
+ /* Translators: placeholders make text small. */
2626
+ __( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-for-wordpress' ),
2627
 
2628
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:134
2629
+ /* Translators: placeholders make text small. */
2630
+ __( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-for-wordpress' ),
2631
 
2632
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:141
2633
+ /* Translators: placeholders make text small. */
2634
+ __( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-for-wordpress' ),
2635
 
2636
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:146
2637
+ /* Translators: placeholders make text small. */
2638
+ __( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-for-wordpress' ),
2639
 
2640
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:151
2641
+ /* Translators: placeholders make text small. */
2642
+ __( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-for-wordpress' ),
2643
 
2644
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:158
2645
+ /* Translators: placeholders make text small. */
2646
+ __( 'Automatic %1$s- The widget is automatically placed inside the post body.%2$s', 'google-analytics-for-wordpress' ),
2647
 
2648
+ // Reference: src/modules/popular-posts/components/PopularPostsInline.vue:163
2649
+ /* Translators: placeholders make text small. */
2650
+ __( 'Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s', 'google-analytics-for-wordpress' ),
2651
 
2652
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:106
2653
+ __( 'Display Title', 'google-analytics-for-wordpress' ),
2654
 
2655
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:107
2656
+ __( 'Widget Title', 'google-analytics-for-wordpress' ),
2657
 
2658
+ // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:108
2659
+ __( 'Title your widget and set it’s display preferences.', 'google-analytics-for-wordpress' ),
2660
 
2661
+ // Reference: src/modules/reports/store/actions.js:90
2662
+ __( 'Go Back To Reports', 'google-analytics-for-wordpress' ),
2663
 
2664
+ // Reference: src/modules/reports/store/actions.js:91
2665
+ __( 'Enable Enhanced eCommerce', 'google-analytics-for-wordpress' ),
2666
 
2667
+ // Reference: src/modules/reports/components/monsterinsights-ReportsNavigation.vue:50
2668
+ // Reference: src/modules/reports/components/reports/monsterinsights-SiteSpeed-Lite.vue:23
2669
+ __( 'Site Speed', 'google-analytics-for-wordpress' ),
2670
 
2671
+ // Reference: src/modules/about/components/monsterinsights-AboutTabLiteVsPro.vue:134
2672
+ __( 'Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page', 'google-analytics-for-wordpress' ),
2673
 
2674
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:83
2675
+ __( 'Make your MonsterInsights campaign links prettier with Pretty Links!', 'google-analytics-for-wordpress' ),
2676
 
2677
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:84
2678
+ __( 'Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links.', 'google-analytics-for-wordpress' ),
2679
 
2680
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:85
2681
+ __( 'Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!', 'google-analytics-for-wordpress' ),
2682
 
2683
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:86
2684
+ __( 'Over 200,000 websites use Pretty Links!', 'google-analytics-for-wordpress' ),
2685
 
2686
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:87
2687
+ __( 'Install Pretty Links', 'google-analytics-for-wordpress' ),
2688
 
2689
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:88
2690
+ __( 'Pretty Links Installed & Activated', 'google-analytics-for-wordpress' ),
2691
 
2692
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:89
2693
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:192
2694
+ __( 'Download Pretty Links', 'google-analytics-for-wordpress' ),
2695
 
2696
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:90
2697
+ __( 'Install Pretty Links from the WordPress.org plugin repository.', 'google-analytics-for-wordpress' ),
2698
 
2699
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:91
2700
+ __( 'Activate Pretty Links', 'google-analytics-for-wordpress' ),
2701
 
2702
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:92
2703
+ __( 'Activating Pretty Links...', 'google-analytics-for-wordpress' ),
2704
 
2705
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:93
2706
+ __( 'Create New Pretty Link', 'google-analytics-for-wordpress' ),
2707
 
2708
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:94
2709
+ __( 'Create a New Pretty Link', 'google-analytics-for-wordpress' ),
2710
 
2711
+ // Reference: src/modules/tools/components/monsterinsights-ToolsPrettyLinksFlow.vue:95
2712
+ __( 'Grab your campaign link and paste it into the Target URL field.', 'google-analytics-for-wordpress' ),
2713
 
2714
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabEngagement.vue:76
2715
+ /* Translators: Adds a link to the documentation. */
2716
+ __( 'Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.', 'google-analytics-for-wordpress' ),
2717
 
2718
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:67
2719
+ __( 'Headline Analyzer', 'google-analytics-for-wordpress' ),
2720
 
2721
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:68
2722
+ __( 'The MonsterInsights Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results.', 'google-analytics-for-wordpress' ),
2723
 
2724
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabPublisher.vue:69
2725
+ __( 'Disable the Headline Analyzer', 'google-analytics-for-wordpress' ),
2726
 
2727
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:64
2728
+ __( 'Email Summaries', 'google-analytics-for-wordpress' ),
2729
 
2730
+ // Reference: src/modules/settings/components/tabs/monsterinsights-SettingsTabAdvanced.vue:65
2731
+ __( 'Export PDF Reports', 'google-analytics-for-wordpress' ),
2732
 
2733
+ // Reference: src/modules/reports/components/monsterinsights-ReportsPdfExport-Lite.vue:42
2734
+ __( 'Export PDF Report', 'google-analytics-for-wordpress' ),
2735
 
2736
+ // Reference: src/modules/reports/components/monsterinsights-ReportsPdfExport-Lite.vue:50
2737
+ __( 'You can export PDF reports only in the PRO version.', 'google-analytics-for-wordpress' ),
2738
 
2739
+ // Reference: src/modules/reports/components/reports-overview/monsterinsights-ReportOverviewDatePicker-Lite.vue:50
2740
+ /* Translators: Placeholder adds a line break. */
2741
+ __( 'You can customize your %sdate range only in the PRO version.', 'google-analytics-for-wordpress' ),
2742
 
2743
+ // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:19
2744
+ __( 'This feature requires MonsterInsights Pro', 'google-analytics-for-wordpress' ),
2745
 
2746
+ // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:20
2747
+ __( 'By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more.', 'google-analytics-for-wordpress' ),
2748
 
2749
+ // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:21
2750
+ __( 'Upgrade to Pro and Unlock Popular Products', 'google-analytics-for-wordpress' ),
2751
 
2752
+ // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:22
2753
+ __( 'View all Pro features', 'google-analytics-for-wordpress' ),
2754
 
2755
+ // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:45
2756
+ __( 'Select posts/search', 'google-analytics-for-wordpress' ),
2757
 
2758
+ // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:55
2759
+ __( 'Oops! No posts found.', 'google-analytics-for-wordpress' ),
2760
 
2761
+ // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:56
2762
+ __( 'Search by post title', 'google-analytics-for-wordpress' ),
2763
 
2764
+ // Reference: src/modules/popular-posts/components/input/PopularPostsPostsPicker.vue:92
2765
+ __( 'Can\'t load posts.', 'google-analytics-for-wordpress' ),
2766
 
2767
+ // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:31
2768
+ __( 'SharedCount API Key', 'google-analytics-for-wordpress' ),
2769
 
2770
+ // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:32
2771
+ __( 'Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing.', 'google-analytics-for-wordpress' ),
2772
 
2773
+ // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:33
2774
+ __( 'Start Indexing', 'google-analytics-for-wordpress' ),
2775
 
2776
+ // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:37
2777
+ __( '%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing.', 'google-analytics-for-wordpress' ),
2778
 
2779
+ // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:38
2780
+ __( 'Indexing completed, counts will update automatically every day.', 'google-analytics-for-wordpress' ),
2781
 
2782
+ // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:58
2783
+ /* Translators: Minimum and maximum number that can be used. */
2784
+ __( 'Please enter a value between %1$s and %2$s', 'google-analytics-for-wordpress' ),
2785
 
2786
+ // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:60
2787
+ /* Translators: The minimum set value. */
2788
+ __( 'Please enter a value higher than %s', 'google-analytics-for-wordpress' ),
2789
 
2790
+ // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:62
2791
+ /* Translators: The maximum set value. */
2792
+ __( 'Please enter a value lower than %s', 'google-analytics-for-wordpress' ),
2793
 
2794
+ // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:63
2795
+ __( 'Please enter a number', 'google-analytics-for-wordpress' ),
2796
 
2797
+ // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:64
2798
+ __( 'Value has to be a round number', 'google-analytics-for-wordpress' ),
2799
 
2800
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:28
2801
+ __( 'Add Top 5 Posts from Google Analytics', 'google-analytics-for-wordpress' ),
2802
 
2803
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:29
2804
+ __( 'Pro version is required', 'google-analytics-for-wordpress' ),
2805
 
2806
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:30
2807
+ __( 'Automated + Curated', 'google-analytics-for-wordpress' ),
2808
 
2809
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:32
2810
+ /* Translators: Placeholder adds a link to the Custom Dimensions settings. */
2811
+ __( 'Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s).', 'google-analytics-for-wordpress' ),
2812
 
2813
+ // Reference: src/modules/popular-posts/components/input/PopularPostsCacheInterval-Lite.vue:14
2814
+ __( 'Days', 'google-analytics-for-wordpress' ),
2815
 
2816
+ // Reference: src/modules/popular-posts/components/input/PopularPostsCacheInterval-Lite.vue:19
2817
+ /* Translators: placeholders make text small. */
2818
+ __( '7 days', 'google-analytics-for-wordpress' ),
2819
 
2820
+ // Reference: src/modules/popular-posts/components/input/PopularPostsCacheInterval-Lite.vue:23
2821
+ __( '30 days', 'google-analytics-for-wordpress' ),
2822
 
2823
+ // Reference: src/modules/popular-posts/components/input/PopularPostsCacheInterval-Lite.vue:28
2824
+ __( 'Custom', 'google-analytics-for-wordpress' ),
2825
 
2826
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:107
2827
+ __( 'Popular Posts data can be fetched correctly', 'google-analytics-for-wordpress' ),
2828
 
2829
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:108
2830
+ __( '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.', 'google-analytics-for-wordpress' ),
2831
 
2832
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:112
2833
+ __( 'Close', 'google-analytics-for-wordpress' ),
2834
 
2835
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:49
2836
+ __( 'In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both MonsterInsights and Google Analytics settings. Please use the button below to confirm your configuration is correct.', 'google-analytics-for-wordpress' ),
 
2837
 
2838
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:50
2839
+ __( 'Test Automated Posts', 'google-analytics-for-wordpress' ),
 
2840
 
2841
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:52
2842
+ /* Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc. */
2843
+ __( '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' ),
2844
 
2845
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:55
2846
+ /* Translators: Placeholder adds a link to the Custom Dimensions settings. */
2847
+ __( '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.', 'google-analytics-for-wordpress' ),
2848
 
2849
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:57
2850
+ /* Translators: Placeholder gets replaced with current license version. */
2851
+ __( 'Pro version is required. Your current license level is: %s', 'google-analytics-for-wordpress' ),
2852
 
2853
+ // Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:95
2854
+ __( 'Verifying Popular Posts data', 'google-analytics-for-wordpress' ),
 
2855
 
2856
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:42
2857
+ __( 'Used on over 3,000,000 websites!', 'google-analytics-for-wordpress' ),
 
2858
 
2859
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:93
2860
+ __( '+ Add Role', 'google-analytics-for-wordpress' ),
 
2861
 
2862
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:47
2863
+ __( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-for-wordpress' ),
 
2864
 
2865
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:48
2866
+ __( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-for-wordpress' ),
 
2867
 
2868
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:138
2869
+ __( 'Color', 'google-analytics-for-wordpress' ),
 
2870
 
2871
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:139
2872
+ __( 'Size', 'google-analytics-for-wordpress' ),
 
2873
 
2874
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:137
2875
+ __( 'Title', 'google-analytics-for-wordpress' ),
2876
 
2877
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:142
2878
+ __( 'Label', 'google-analytics-for-wordpress' ),
2879
 
2880
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:143
2881
+ __( 'Background', 'google-analytics-for-wordpress' ),
2882
 
2883
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:140
2884
+ __( 'Border', 'google-analytics-for-wordpress' ),
 
2885
 
2886
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:55
2887
+ __( 'Icon', 'google-analytics-for-wordpress' ),
2888
 
2889
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:46
2890
+ __( 'Theme Preview', 'google-analytics-for-wordpress' ),
2891
 
2892
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePicker.vue:70
2893
+ /* Translators: Page number of total pages. 1 & 2 make the first part of the text bold. */
2894
+ __( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-for-wordpress' ),
2895
 
2896
+ // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:21
2897
+ __( 'Multiple Entries', 'google-analytics-for-wordpress' ),
2898
 
2899
+ // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:22
2900
+ __( 'Total Number of Widgets to Show', 'google-analytics-for-wordpress' ),
2901
 
2902
+ // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:23
2903
+ __( 'Choose how many widgets will be placed in a single Post.', 'google-analytics-for-wordpress' ),
2904
 
2905
+ // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:24
2906
+ __( 'Minimum Distance Between Widgets', 'google-analytics-for-wordpress' ),
2907
 
2908
+ // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:25
2909
+ __( 'Choose the distance between widgets.', 'google-analytics-for-wordpress' ),
2910
 
2911
+ // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:26
2912
+ __( 'Minimum Word Count to Display Multiple Widgets', 'google-analytics-for-wordpress' ),
2913
 
2914
+ // Reference: src/modules/popular-posts/components/input/PopularPostsMultipleEntries-Lite.vue:27
2915
+ __( 'Choose the minimum word count for a Post to have multiple entries.', 'google-analytics-for-wordpress' ),
2916
 
2917
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:24
2918
+ __( 'Only Show Posts from These Categories', 'google-analytics-for-wordpress' ),
2919
 
2920
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetCategory-Lite.vue:25
2921
+ __( 'Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.', 'google-analytics-for-wordpress' ),
 
2922
 
2923
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:189
2924
+ __( 'Copy to Pretty Links', 'google-analytics-for-wordpress' ),
 
2925
 
2926
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:190
2927
+ __( 'Make your campaign links prettier!', 'google-analytics-for-wordpress' ),
2928
 
2929
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabUrlBuilder.vue:191
2930
+ __( 'Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links.', 'google-analytics-for-wordpress' ),
2931
 
2932
+ // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:54
2933
+ __( 'You can add maximum 5 items.', 'google-analytics-for-wordpress' ),
2934
 
2935
+ // Reference: src/modules/settings/components/input/SettingsInputRepeater.vue:58
2936
+ __( 'At least 0 item required.', 'google-analytics-for-wordpress' ),
2937
 
2938
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputPdfReports-Lite.vue:17
2939
+ __( 'Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone.', 'google-analytics-for-wordpress' ),
2940
 
2941
+ // Reference: src/modules/settings/components/input/tab-advanced/SettingsInputEmailSummaries-Lite.vue:17
2942
+ __( 'Our email summaries feature sends a weekly summary of the most important site analytics information.', 'google-analytics-for-wordpress' ),
2943
 
2944
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:44
2945
+ __( 'Import settings from another MonsterInsights website.', 'google-analytics-for-wordpress' ),
 
2946
 
2947
+ // Reference: src/modules/tools/components/monsterinsights-ToolsTabImportExport.vue:46
2948
+ __( 'Export settings to import into another MonsterInsights install.', 'google-analytics-for-wordpress' ),
2949
 
2950
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:75
2951
  __( 'Display Method', 'google-analytics-for-wordpress' ),
2953
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:76
2954
  __( 'There are two ways to manual include the widget in your posts.', 'google-analytics-for-wordpress' ),
2955
 
2956
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:77
2957
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:105
2958
+ __( 'Using the Gutenberg Block', 'google-analytics-for-wordpress' ),
2959
+
2960
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:78
2961
  __( 'Using the Shortcode', 'google-analytics-for-wordpress' ),
2962
 
2969
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:81
2970
  __( '%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg', 'google-analytics-for-wordpress' ),
2971
 
2972
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:83
2973
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:113
2974
+ __( '%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.', 'google-analytics-for-wordpress' ),
2975
+
2976
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:84
2977
  __( '%1$sStep 2%2$s - Search for “Inline Popular Posts by MonsterInsights”.', 'google-analytics-for-wordpress' ),
2978
 
2979
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:85
2980
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:115
2981
+ __( '%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.', 'google-analytics-for-wordpress' ),
2982
+
2983
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:87
2984
  __( 'Shortcode', 'google-analytics-for-wordpress' ),
2985
 
2986
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:88
2987
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:123
2988
+ __( 'Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.', 'google-analytics-for-wordpress' ),
2989
+
2990
+ // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:89
2991
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:124
2992
+ __( 'Copy Shortcode', 'google-analytics-for-wordpress' ),
2993
+
2994
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:90
2995
  __( '%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode', 'google-analytics-for-wordpress' ),
2996
 
2997
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:61
2998
+ __( 'Wide', 'google-analytics-for-wordpress' ),
2999
 
3000
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:62
3001
+ __( 'Narrow', 'google-analytics-for-wordpress' ),
3002
 
3003
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:141
3004
+ __( 'Author/Date', 'google-analytics-for-wordpress' ),
 
3005
 
3006
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:144
3007
+ __( 'Wide-Layout Options', 'google-analytics-for-wordpress' ),
3008
 
3009
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:145
3010
+ __( 'Adjust the number of columns displayed when the widget is placed in a wide container.', 'google-analytics-for-wordpress' ),
 
3011
 
3012
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:146
3013
+ __( 'Display Options', 'google-analytics-for-wordpress' ),
3014
 
3015
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:147
3016
+ __( 'Choose which content you would like displayed in the widget.', 'google-analytics-for-wordpress' ),
 
3017
 
3018
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:148
3019
+ __( 'Display Author', 'google-analytics-for-wordpress' ),
3020
 
3021
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:149
3022
+ __( 'Display Date', 'google-analytics-for-wordpress' ),
 
3023
 
3024
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:150
3025
+ __( 'Display Comments', 'google-analytics-for-wordpress' ),
3026
 
3027
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:151
3028
+ __( 'Comments', 'google-analytics-for-wordpress' ),
 
3029
 
3030
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:152
3031
+ __( 'Post Count', 'google-analytics-for-wordpress' ),
 
3032
 
3033
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:153
3034
+ __( 'Choose how many posts you’d like displayed in the widget.', 'google-analytics-for-wordpress' ),
3035
 
3036
+ // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:23
3037
+ __( 'Unlock with %s', 'google-analytics-for-wordpress' ),
 
3038
 
3039
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:101
3040
+ __( 'Automatic Placement', 'google-analytics-for-wordpress' ),
 
3041
 
3042
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:102
3043
+ __( 'Display using Gutenberg Blocks', 'google-analytics-for-wordpress' ),
 
3044
 
3045
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:103
3046
+ __( 'Embed Options', 'google-analytics-for-wordpress' ),
 
3047
 
3048
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:104
3049
+ __( 'All Embed Options can be used in conjunction with one another.', 'google-analytics-for-wordpress' ),
 
3050
 
3051
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:106
3052
+ __( 'Using Automatic Embed', 'google-analytics-for-wordpress' ),
 
3053
 
3054
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:108
3055
+ __( '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.', 'google-analytics-for-wordpress' ),
 
3056
 
3057
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:109
3058
+ __( '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.', 'google-analytics-for-wordpress' ),
3059
 
3060
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:110
3061
+ __( 'Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above.', 'google-analytics-for-wordpress' ),
 
3062
 
3063
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:111
3064
+ __( '%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg', 'google-analytics-for-wordpress' ),
3065
+
3066
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:114
3067
+ __( '%1$sStep 2%2$s - Search for “Popular Posts”.', 'google-analytics-for-wordpress' ),
3068
+
3069
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:118
3070
+ __( '%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.', 'google-analytics-for-wordpress' ),
3071
+
3072
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:119
3073
+ __( '%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.', 'google-analytics-for-wordpress' ),
3074
+
3075
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:120
3076
+ __( '%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design.', 'google-analytics-for-wordpress' ),
3077
+
3078
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:122
3079
+ __( 'Display using a Shortcode', 'google-analytics-for-wordpress' ),
3080
+
3081
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:125
3082
+ __( '%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode', 'google-analytics-for-wordpress' ),
3083
+
3084
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:126
3085
+ __( 'Enable Automatic Placement', 'google-analytics-for-wordpress' ),
3086
+
3087
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:127
3088
+ __( 'Display in a Sidebar', 'google-analytics-for-wordpress' ),
3089
+
3090
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:128
3091
+ __( 'Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above.', 'google-analytics-for-wordpress' ),
3092
+
3093
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetPlacement.vue:129
3094
+ __( 'Watch Video - How to Add the Popular Posts widget using Widgets', 'google-analytics-for-wordpress' ),
3095
+
3096
+ // Reference: src/modules/notifications/components/NotificationsIndicator.vue:19
3097
+ __( 'View notifications', 'google-analytics-for-wordpress' )
3098
  );
3099
  /* THIS IS THE END OF THE GENERATED FILE */
lite/assets/vue/css/chunk-common.css CHANGED
@@ -1 +1 @@
1
- @import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);strong[data-v-a9c27d52]{display:block}[data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.monsterinsights-dark[data-v-e815e6e4]{display:block}.monsterinsights-reset-default[data-v-e815e6e4]{margin-left:5px}.monsterinsights-dark[data-v-7262cc05]{display:block}.monsterinsights-admin-page .monsterinsights-floating-bar{background:#4e5c66;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -10px 20px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-floating-bar{margin-top:-10px;padding-right:20px;padding-left:20px}}.monsterinsights-admin-page .monsterinsights-floating-bar a{text-decoration:underline;color:#fff}.monsterinsights-admin-page .monsterinsights-floating-bar a:focus,.monsterinsights-admin-page .monsterinsights-floating-bar a:hover{color:#fff;text-decoration:none}.monsterinsights-admin-page .monsterinsights-floating-bar .monsterinsights-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:10px;position:absolute;right:15px;top:50%;margin-top:-5px}.monsterinsights-admin-page .monsterinsights-slide-enter-active,.monsterinsights-admin-page .monsterinsights-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.monsterinsights-admin-page .monsterinsights-slide-enter-to,.monsterinsights-admin-page .monsterinsights-slide-leave{max-height:100px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-slide-enter,.monsterinsights-admin-page .monsterinsights-slide-leave-to{overflow:hidden;max-height:0}.monsterinsights-container[data-v-408df493]:after{display:table;clear:both;content:""}.monsterinsights-quick-links{position:fixed;bottom:25px;right:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#fff;z-index:1000;padding:5px 10px}.monsterinsights-quick-links.monsterinsights-quick-links-open,.monsterinsights-quick-links:focus,.monsterinsights-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-label{border-radius:50%;background:#fff;border:2px solid rgba(147,120,207,.21);position:absolute;left:2px;right:2px;top:2px;bottom:2px;padding:6px 6px 6px 8px;display:block;width:56px;height:56px;outline:none;cursor:pointer}.monsterinsights-quick-links-open .monsterinsights-quick-links-label .monsterinsights-quick-link-title{opacity:0;pointer-events:none}.monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.monsterinsights-bg-img.monsterinsights-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABQCAMAAAC9OtKiAAAC91BMVEUAAABvS7ttSbluSrpvS7tuSrpvS7tvS7tvSrtsSLdsTLFvS7tuSrluSrpvS7tvS7ttSblvS7tpRrRvS7tvS7tvS7tvS7tvS7tgP6lhP6pvS7tvS7s0OkZvS7tvS7tvS7s5P0xnRbJsSLc2PElvS7s5P0w5P0w5P0w6P05vS7tvS7thP6lfPqc5P0wvMUFgPqg5P0xfPqcrMDk5P0xfPqcrMDlXRolqR7U5P0xfPqeUeM+ljdTT6O////9vS7t9XcI5P0xfPqfqTmQjIyOSdc1/X8OiitOkjNQyMjKYftCGZ8d4VcDsYndxTbxkQqyLbcmagdFmRLChh9N2U7+DZMZ6WMFzUL1yTr2fhdKQc80ewYX/iTrY6/GXe9CPcsx7W8H9/v6BYcUrMDqNb8uIasmdhNGcgtGVec9uSrrv9/lsSbb4/P1pRrTz+fvQ5u2Ia8fn8vfg7/SOcsqEZsTb7PJzVLY+Q1OsotugoqJESFrk8PXS5u/O4+pTT3FUXWkvLi/V4+ihsbr8+vvr9PjAw+XG2eDA09r0sbyZmZlKSmRMVGE9NV9BSFUxNETk5PTO3uzK2evEzejM4OeljNS3ydGLccJ/YcB5WruJlqDyiprweoxteINganVbZHCcRVMoKCrx8/n98PLRzeu2teClktbNzc2Xf8u0w8r0usO2t7jkvqBwYZx1folncX1LO3rdS2Dq6uq8vuO+sOGxqd2x4duY3M3ausWtvsSF18KDbrfgqbWYp7FeP6OEj5hYPpV5hpBhWoToboHtZnrLSFxzOkXs7Pf84eTW2ODY09e6zdXb1s6vwMjdtb52Vb2ss7Vs0LKKebLkxa2kqqx7aKtHyZ1pWJZkWopROonndYfoWGzrVmzQWWtFPGr5llRSUlI/Pz88MjQ4KCouJSbX39/l2tvAwb6XyL2Sf7x+Ybv0pbHfl6ZbuJfihZbig5RnqpHss4mrlomIiIjNaXfTY3PHWGiDV2bxnWTSkGRiYmKmQ1NTQVBENkBUODwEKmHaAAAAOnRSTlMA7wscTEHV+/QT/tyvt5+JXjYE4cmWVij05W9nWoV8dkA6LxGlJerYxMGofEnhx8ChkXZrJOnf0JN2dWY7XQAACrdJREFUWMOdmGVgWlcUgEnSxaVpI+187dxdHo/DI+WRAcECgbAREgKBuGuTZsvqXTvptnbd1s7bbpW5u7u7u7vrj51773s8LMuW7weFW/hy7rn3XHmqydm1MD1V8275qumSkwaZ5Umt6fsCzJiushQAsssSGsszsTVz1vSMGVngFwH2iGuckQ0ekwdmTk9ZCGb7eTaA/JiE7gng9NtEmD2tMHOywGZUq40WyMyQmmYVAmg5LiROL0wMyMnVqdXqWjfkZTDjwQAujuNMWhFKpqOcDSaOUyPVZsjLIS37AjYhLlTCvP8sSi/IYW+KwaLnOANxGsxQgvncgxoRUautiY5a0ZQTahfIK2dfhRr8da2axumGQlWZbNRrtRhmJosgH4qmUu4lT8VMKgirKWGAvdJA5ChBqoQMaZIeNJXyYPAAlKar0gG8+HOjmuEHwNFihLSIE8qwMrPBAtlTKTPB2wswu2wX8HCESqY8rx4gKCkDWgIUzTsIwBwi4f47aeCvDJsB0kgqaTIZTdhthpcaRfwGWAJcwA37TKHE/taqK70eYArsuYRJr/QbCQBAjR/9zinWEJpCMr8NvW4XMxgkZS0nIUpR1pBEmKZSIlmYsmqiqLTXUYOdTCJ91wW9UpQ2LcXkl+aTG3aZsmZC0c7WGjmk+oLW1mYAaB2wEYlIQjR5o0kAKP+3Xs8ozQMIRMcEQ60O69En0bwee+oy2fychJfmNO3gmZMMetlBWYDU6yNcpFIts9naLvmI+RnJpUwnlxkImXumUhYBZtxuwKExKuPcZNVZobndqiNYHa0iK8lQSM9WJBt+sIlOgJLUpdgniwy18jgPoAmtA+u6/KSjtui6Ieo5byjISbigIJVyJgTUiWzWIbl9XDxBLWKLywAUplLOgBppTJRMfo4xojABf5JSm3o9KgY37TTOnLpqSZmry/VzyZhwWOIa6mGvlBsiADFGOILktObquVR4/fIb9v9mmDlJLeKg2LnY0nbQn6qvOOuRxd39Z597w5AxMVyROierymzA2Oo4BlvNScJuvEzDaGjx8Z03GGKVopRTNxSnVOZBU1QZYYs5xw1RoSzt5nn+BruiDElRTrZoloAd5zZHsVOlkbuiQRNHCzrPvkpx6tkrQHpKZQFgBitpturYPKo7S5PIYnSODiXOqsl2i0Lg2PpjbEIjAY1J9PBIgjMIs1Mri8CvjuMKTQraiHJU7vsF2+5fhOw8fr9J9ltbnPFGzONkYZ5jJCnctlKIcsAx81MVuSlOGR3rpBFCruS4bSOCsHrHhRO33TZx4cWrBWH/Y5KLnK4b0QJfoklNG1V2bl4kCON3jfG8z+cjnyc2CsKB85OKvIZUj3GyIM9YvuGiizYsv5wql60SVt816uvu6OjuQWV3Sz8/MSIclpDSDLJuRPfEoUThhiqJL0+nxvFlfHcDmigtGk2Hb+lGYf/9EoucRplyuB99oEqmourxsXFh41pfWxsKGR2ktnrGLhEOmJ9Q5DTA1HOyYeuDVW9t2vQzKive2C6sWtrf0OHjZdo0hIVrx4UjE4q8WlEu1CTy9PsnI+9vqqh4SBC2+Bo6eIUGzeUb3qxa3vPEoLB3fJE3KcqeJGXDeycTLt1U8bBwH9/Rxseg0VxUgWz1XSgcGKvMB7ui9GmS+J0YT1uw4A9hcGlPQz+v4NNcXkF4feHYSFyYpWBUlJ1tScp3aZALFvwlbOfbFvMx9EvKn1YM3yOcGHeH4BTl2d2Ki1Xm41KQC9YIE/0Nvlhlj9TxO6++5kXhsNjrJvQqynN4JcytxHn9u9SICMLa7hY+FhzLj39848HlWK6jq4X5scouRbmE70cRY8NFy7f+8J5svFRYxbf0xCmxR9cMn8HKdWNMMovToE9R3oTdkZ1f4ARnvWbKS3gyJW++/ZZOSblYc/2KqzUU/mJh96gx2wNaRXlVJ2a9TSodVP5NRoZymrCDx34/d8opp7wsOVtokEy5PaosT3P3gjl6CmwKL6FJYtIHq6rewhAlJUbZzd98CuF2qR5JkIlRpmdagpzFIhm9ASeA7Uo65RYubmlZ/iaWzAfM+OEmYZzv4W+hyuckZTTINv4SOZeFEMIdXi7yWtwqTR7oPYeX+AZnyHUPf4DChx+6Thgc80lRfvvsMp4//YVrv5eD7OBHhP2k5dcWwXOIrDyPHgxEEGXn6Q+gE63Xkdc/hadw+/mK5PK24RXDn7xz6qmnXruQjWX3E8L+7FqcZya7bT0r8ujaboOuUdn5dUWUX7DE+S0rPiUj3nn+i7+dSjidX0ykWORHSjPSTg4FYmyRM+cQL3Pr60z4wNNbhNVrl654lpf4lSqfxLR3aFo6V7FUzpqtxX6Sk2ed5DJ5r6L/itpRPspjt955562P4XFjpXDh8PCY3PydFCWy0HeXcADLJInOgAcx0DNjNYQ1Z9xYiW88S/hEzrW/JKweXsrLfERzyVOWjkhTqMCJ41GJpyawSan0WB7R2O2k6/bOeOHZ5KSxSNgYDZKOOHabMHqJtFzmZPmJJ8IFozt5F0TOEg0YpsFlv+mcmAhvqqOHjBFhRyefzH3CYO4+7ExQy5ReECWlwQmmXpKBaj2etA1DVy4599wlVw41cRJ3DAo71iYKxy4WBp8X0zJQua+TavDvKxUZdkM9nVEk0rAxwskozlVPxRvPH0cjBlNA7o0hWemxqKNOM1j6jJXoNLCCSnTieejiLTHC7YKw8jOigWI8EkSYklWkjMFkAbA4zZbeRCVD/+ogHmHumTh/2bLzJ+4ZFwTh/iYD+aKlFKdQk6yskbddfSXefqqD9R6AmurUShyk+1EaZU3jK45cdIbrM1W7Ais/rEitXJFdXecZw8RlUK74KdC/9OrbIyMjKxctWtPYeKa1uXW9ujISyFKVOllHMcqAvEcawWQIRyJ1RruiTI0lwCGbiREArGE75wJVAZ05dg4xRffIPnAGmwzVGP8USo/IIZGVa+5ubXdYdXg9FLNUJSY1rR0kpOyRxq6uCAqnVJrNHGFb42s6wjockBJVni2qDILZz9XZw7XVBgPxTa7U671BW8hkcpnJI6qugdy77yVOjFJvKVKl0cjC0v0yBo+7pkYrii6CyVVjpjidbrfHAjFgz9c3Q7N155qd1mZHMADlqqwutlTQ6vWboGCP0vws8FgsMDkWC2pLSov23HXmvhDk1rW363Rvn+kAaM61FJJjZT1WiXzX08OueOCy1Gtl6hEn7DZvXraHvNVGcaflsI3QE/TrEDKJ8JHFbGydC81gcentvXpZWQyiKyBqFczkYVCaW6sgBlwuzx7sQJ5nca3T6e49U0chK9ERYLW2y/2xACrzzfIY6P1JyhC2chRXWjpbHPPBXb/+lcYz70bjnFnYcghGOxfA6nCcUNDe3tp6SE5WSBnZJKVNuehDmfwgFZPf2ti4Zue9c06igc/RHXVUayv+gWNnzdU52g8tA/9USoa7ULk7FM84vBE5mn08dBfVPg6Hbs6hKtW8udY56Rl5Tu9/UdZnYavC7kwZ5Yg5+cfSvBwyE+PO9AQG+jjvgCO3L0nZN2DN7eJsA+vM2fFPH+Yf13i4fMKiqvT459aOdt2Ao7lZpxuoQZxU6SFvn7Hq2sGxXudonVuu+h/MmosrgM6B2dDpgECVQMAmq4O+WCd9vPoPhumB3HmlMigAAAAASUVORK5CYII=)}.monsterinsights-quick-links-open .monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}.monsterinsights-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;right:6px;margin-bottom:10px}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item{display:block;width:48px;height:48px;background:#509fe2;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item:hover{color:#fff;background:#50abee;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-quick-links-item-upgrade{background:#704cbc}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-quick-links-item-upgrade:hover{background:#509fe2}.monsterinsights-quick-link-title{position:absolute;right:100%;margin-right:10px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-12px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,d09GMgABAAAAAAjoAAsAAAAAMGgAAAidAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgDWYgpQdQE2AiQDCAsGAAQgBYUOBy4bvi8lYxtWw7BxAPB87x5FmeAMlf3/96RzDN74RcXUcjTKmrJ3T2VDSShiPhfiIJxxS7DiLkHFfQV33CM4427mAred74pWur/J3dyVsKy7coREA8fzvPvpfUk+tB3R8YTCzE0SCLepejmJ2u1yqp+kC7W4Rc/tDTs3GpNJ8ttRPOSTPhsXlwbi4kVYWQmAcXmlrqYHMMsBwP/zHMz7fkF1gijOKuFQIxjwlGa2lkARhYaBxFHT54IOgBMQADi3LipIMAA3geO41EUkBTCO2gkxnOwnKYBx1E6p5WS+QUCMq50rNch6MwUCAAiAcdgttYVSIfPJ5kn6ApRFQ6I88BxLvvIC/maHUHS3TIoKiwLbbM8nEFWgE1oDz3woSxpagWbBXcQWhKtPeIlg6tK+7vX57QOszwU3sGUJrA7h2Mx1IWCNr9BKxsYo+pzS/OCO0OG9mwBkx337+lcuSxRdBcc+fJxlcAjK/zCfdgtBzuxQcTqfY4Yn6EB/Az3JS/RMu5f6B8wrn55S0IxdlLn+4Yb/ctIT+ocWYPcGAOvxSjEjpSiVMqSgFWVjzpCCXjAIRirTABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REdFDlkZEh2jE3SKztA5ukCX6Apdoxt0i+7QPXpAj+gJPaMX9Ire0Dv6QJ/oC/qKvqHv6Af6iX6h3+gP+ov+of+I+ECMxETMiDmxIJbEilgTG2JL7Ig9cSCOxIk4ExfiStyIO/EgnsSLeBMf4kv8iD/taQANoiE0jEbQKBpD42gCTaIpNI1m0CyaQ/NoAS2iJbSMVtAqWkPraANtoi20jXbQLtpD++gAHaIjdIxO0Ck6Q+foAl2iK3SNbtAtukP36AE9oif0jF7QK3pD79B79AF9RJ/QZ/QFfUXf0Hf0A/1Ev9Bv9Af9Rf/Qf9DQABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REfoGJ2gU3SGztEFukRX6BrdoFt0h+7RA3pET+gZvaBX9Aa9Re/Qe/QBfUSf0Gf0BX1F39B39AP9RL/Qb/QH/UX/0P8l9vq9gXwDIUCliyAhRAgTIoQoIUaIExKEJCFFSBMyhCwhR8gTCoQioUQoEyqEKqFGqBMahCahRWgTOoQuoUfoEwaEIWFEGBMmhClhRpgTFoQlYUVYEzaELWFH2BMOhGPCCeGUcEY4J1wQLglXhGvCDeGWcEe4JzwQHglPhGfCC+GV8EZ4J3wQPglfhG/CD+GX8Ef4p9sdgoQQIUyIEKKEGCFOSBCShBQhTcgQsoQcIU8oEIqEEqFMqBCqhBqhTmgkNBGaCS2EVkIboZ3QQegkdBG6CT2EXkIfoZ8wQBgkDBGGCSOEUcIYYZwwQZgkTBGmCTOEWcIcYZ6wQFgkLBGWCSuEVcIaYZ2wQdgkbBG2CTuEXcIeYZ9wQDgkHBGOCSeEU8IZ4ZxwQbgkXBGuCTeEW8Id4Z7wQHgkPBGeCS+EV8Ib4Z3wQfgkfBG+CT+EX8If4Z8AZpAQIoQJEUKUECPECQlCkpAipAkZQpaQI+QJBUKRUCKUCRVClVAj1AkNQpPQIrQJHUKX0CP0CQPCkDAijAkTwpQwI8wJC8KSsCKsCRvClrAj7AkHwpFwIpwJF8IV4ZpwQ7gl3BHuCQ+ER8IT4ZnwQnglvBHeCR+ET8IX4ZvwQ/gl/BH+lzv+AmMkTYAmSBOiCdNEaKI0MZo4TYImSZOiSdNkaLI0OZo8TYGmSFOiKdNUaKo0NZo6TYOmSdOiadN0aLo0PZo+zYBmSDOiGdNMaKY0M5o5zYJmSbOiWdNsaLY0O5o9zYHmmOaE5pTmjOac5oLmkuaK5prmhuaW5o7mnuaB5pHmieaZ5oXmleaN5p3mg+aT5ovmm+aH5pfmj2ZRAqCCoEKgwqAioKKgYqDioBKgkqBSoNKgMqCyoHKg8qAKoIqgSqDKoCqgqqBqoOqgGkE1gWoG1QKqFVQbqHZQHaA6QXWB6gbVA6oXVB+oflADoAZBDYH+uxaEWDBiIYiFIhaGWDhiEYhFIhaFWDRiMYjFIhaHWDxiCYglIpaEWDJiKYilIpaGWDpiGYhlIpaFWDZiOYjlIpaHWD5iBYgVIlaEWDFiJYiVIlaGWDliFYhVIlaFWDViNYjVIlaHWD1iDYg1ItaEWDNiLYi1ItaGWDtiHYh1ItaFWDdiPYj1ItaHWD9iA4gNIjaE2DBiI4iNIjaG2DhiE4hNIjaF2DRiM4jNIjaH2DxiC4gtIraE2DJiK4itIraG2DpiG4htIraF2DZiO4jtIraH2D5iB4gdInaE2DFiJ4idInaG2DliF4hdInaF2DViN4jdInaH2D1iD4g9IvaE2DNiL4i9IvaG2DvE3iP2AbGPiH1C7DNiXxD7itg3xL4j9gOxn4j9Quw3Yn8Q+4vYP8T+M6cIDBz9EXfeUHR1JyygPL/++I3R1cRvdDr+E12Jfh3Q0EN/fHn2mXptpJxUkIqu/Cs2egM33OjSLcT33I82+B9nP37X/c0W52623s45CYCo03QIBCVrAFAycnSYSqvO4YJt/NP73YqA/giNZhJ6sBbmql+0SQZaxNOZudJbc2nqxNvpM+veq7Sz2LUgFEu+VLs+Ay3yp7MVertp6i23v2Rmv5gmHDhSQ6t5GmTaqTsqhpWwmbOk3uKJrNOmwSSMC17jghqygilDOUU3KlLmHHNrajw3DVNVGWytGZDisM/cbkdRnvfIUJkaGJlgAYcoQ5bGptTmGc1R7pBC3XhFsLXnXR54qrMc+dGNBkqE4laBi4KmZYGom8vIy0lTyBkppBjLoTndMmrofIRORirsNlCbXzCgulmo36KztS2iV8rrNoRUL5VdkMSGoSXroC1KOQAA) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAusAAsAAAAAMGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZjRmM5Y21hcAAAAYQAAAgCAAArYmjjYVVnbHlmAAAJiAAAAEEAAABQiOYj2mhlYWQAAAnMAAAALgAAADYR8XmmaGhlYQAACfwAAAAcAAAAJAqNAyNobXR4AAAKGAAAAAgAAAAIAyAAAGxvY2EAAAogAAAABgAAAAYAKAAAbWF4cAAACigAAAAeAAAAIAEOACJuYW1lAAAKSAAAAUIAAAKOcN63t3Bvc3QAAAuMAAAAHQAAAC5lhHRpeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGScwDiBgZWBgSGVtYKBgVECQjMfYEhiYmFgYGJgZWbACgLSXFMYHIAq/rNfAHK3gEmgASACAIekCT4AAHic7dhl0zDVmUXh5+XFHYK7E0IguFtwt4QQgmtwd3d3d7cED+4SXIO7u7vbsNfaUzU1fyGcu66u1adOf+6uHhgYGGpgYGDwL37/iyEHBoZZcWDQLzUw9NK/7A5if/DA8OwPOfQknBky+0P8/PPPOcd1UJ785frr/Dq/zq/z6/w3zsCgoX/xX74GRsxbcYpRB1iDB/7PGvT/DFGDenBwe8hKD1XpoSs9TKWHrfRwlR6+0iNUesRKj1TpkSs9SqVHrfRolR690r+p9BiVHrPSY1V67EqPU+lxKz1epcev9ASVnrDSE1V64kpPUulJKz1ZpSev9BSVnrLSU1V66kr/ttLTVPp3lZ62/KJSerpKT1/pP1R6hkrPWOmZKj1zpWep9KyVnq3Ss1d6jkrPWem5Kj13peep9LyVnq/S81d6gUr/sdILVnqhSi9c6UUqvWilF6v04pVeotJLVnqpSi9d6WUqvWyll6v08pVeodIrVvpPlf5zpVeq9F8qvXKl/1rpVSr9t0qvWunVKr16pdeo9JqVXqvSa1d6nUqvW+n1Kr1+pTeo9N8rvWGlN6r0xpXepNKbVnqzSm9e6S0qvWWlt6r01pXeptLbVnq7Sm9f6R0qvWOld6r0zpXepdK7Vnq3Su9e6T0qvWel96r03pXep9L7Vnq/Su9f6QMqfWClD6r0wZU+pNKHVvqwSh9e6SMqfWSlj6r00ZU+ptLHVvq4Sh9f6RMqfWKlT6r0yZU+pdKnVvq0Sp9e6TMqfWalz6r02ZU+p9LnVvq8Sp9f6QsqfWGl/1Hpf1b6okpfXOlLKn1ppS+r9OWVvqLS/6r0lZW+qtJXV/qaSl9b6esqfX2lb6j0jZW+qdI3V/qWSt9a6dsqfXul76j0vyt9Z6XvqvTdlb6n0vdW+r5K31/pByr9YKUfqvTDlX6k0v+p9KOVfqzSj1f6iUo/WemnKv10pZ+p9LOVfq7Sz1f6hUq/WOmXKv1ypV+p9KuVfq3Sr1f6jUq/Wem3Kv12pd+p9LuVfq/S71f6g0p/WOmPKv1xpT+p9KeV/qzSn1f6i0p/WemvKv11pb+p9LeV/q7S31f6h0r/WOmfKv1zDfI26KKHED1Y9JCihxI9tOhhRA8rejjRw4seQfSIokcSPbLoUUSPKno00aOL/o3oMUSPKXos0WOLHkf0uKLHEz2+6AlETyh6ItETi55E9KSiJxM9uegpRE8peirRU4v+rehpRP9O9LSify96OtHTi/6D6BlEzyh6JtEzi55F9KyiZxM9u+g5RM8pei7Rc4ueR/S8oucTPb/oBUT/UfSCohcSvbDoRUQvKnox0YuLXkL0kqKXEr206GVELyt6OdHLi15B9Iqi/yT6z6JXEv0X0SuL/qvoVUT/TfSqolcTvbroNUSvKXot0WuLXkf0uqLXE72+6A1E/130hqI3Er2x6E1Ebyp6M9Gbi95C9JaitxK9tehtRG8rejvR24veQfSOoncSvbPoXUTvKno30buL3kP0nqL3Er236H1E7yt6P9H7iz5A9IGiDxJ9sOhDRB8q+jDRh4s+QvSRoo8SfbToY0QfK/o40ceLPkH0iaJPEn2y6FNEnyr6NNGniz5D9JmizxJ9tuhzRJ8r+jzR54u+QPSFov8h+p+iLxJ9sehLRF8q+jLRl4u+QvS/RF8p+irRV4u+RvS1oq8Tfb3oG0TfKPom0TeLvkX0raJvE3276DtE/1v0naLvEn236HtE3yv6PtH3i35A9IOiHxL9sOhHRP9H9KOiHxP9uOgnRD8p+inRT4t+RvSzop8T/bzoF0S/KPol0S+LfkX0q6JfE/266DdEvyn6LdFvi35H9Lui3xP9vugPRH8o+iPRH4v+RPSnoj8T/bnoL0R/Kfor0V+L/kb0t6K/E/296B9E/yj6J9E/K/2/v/npoocQPVj0kKKHEj206GFEDyt6ONHDix5B9IiiRxI9suhRRI8qejTRo4v+jegxRI8peizRY4seR/S4oscTPb7oCURPKHoi0ROLnkT0pKInEz256ClETyl6KtFTi/6t6GlE/070tKJ/L3o60dOL/oPoGUTPKHom0TOLnkX0rKJnEz276DlEzyl6LtFzi55H9Lyi5xM9v+gFRP9R9IKiFxK9sOhFRC8qejHRi4teQvSSopcSvbToZUQvK3o50cuLXkH0iqL/JPrPolcS/RfRK4v+q+hVRP9N9KqiVxO9uug1RK8pei3Ra4teR/S6otcTvb7oDUT/XfSGojcSvbHoTURvKnoz0ZuL3kL0lqK3Er216G1Ebyt6O9Hbi95B9I6idxK9s+hdRO8qejfRu4veQ/SeovcSvbfofUTvK3o/0fuLPkD0gaIPEn2w6ENEHyr6MNGHiz5C9JGijxJ9tOhjRB8r+jjRx4s+QfSJok8SfbLoU0SfKvo00aeLPkP0maLPEn226HNEnyv6PNHni75A9IWi/yH6n6IvEn2x6EtEXyr6MtGXi75C9L9EXyn6KtFXi75G9LWirxN9vegbRN8o+ibRN4u+RfStom8TfbvoO0T/W/Sdou8Sfbfoe0TfK/o+0feLfkD0g6IfEv2w6EdE/0f0o6IfE/246CdEPyn6KdFPi35G9LOinxP9vOgXRL8o+iXRL4t+RfSrol8T/broN0S/Kfot0W+Lfkf0u6LfE/2+6A9Efyj6I9Efi/5E9KeiPxP9uegvRH8p+ivRX4v+RvS3or8T/b3oH0T/KPon0T9rYND/AOaSEScAAHicY2BiAAKmPSy+QEqUgYFRUURcTFzMyNzM3MxEXU1dTYmdjZ2NccK/K5oaLm6L3Fw0NOEMZoVAFD6IAQD4PA9iAAAAeJxjYGRgYADilrme/fH8Nl8ZuNkvAEUYbnDPcEOmmfaw+AIpDgYmEA8AHMMJGAAAeJxjYGRgYL/AAATMCiCSaQ8DIwMqYAIAK/QBvQAAAAADIAAAAAAAAAAoAAB4nGNgZGBgYGIQA2IGMIuBgQsIGRj+g/kMAArUATEAAHicjY69TsMwFIWP+4doJYSKhMTmoUJIqOnPWIm1ZWDq0IEtTZw2VRpHjlu1D8A7MPMczAw8DM/AifFEl9qS9d1zzr3XAK7xBYHqCHTdW50aLlj9cZ1057lBfvTcRAdPnlvUnz23mXj13MEN3jhBNC6p9PDuuYYrfHquU//23CD/eG7iVnQ9t9ATD57bWIgXzx3ciw+rDrZfqmhnUnvsx2kZzdVql4Xm1DhVFsqUqc7lKBiemjOVKxNaFcvlUZb71djaRCZGb+VU51ZlmZaF0RsV2WBtbTEZDBKvB5HewkLhwLePkhRhB4OU9ZFKTCqpzems6GQI6Z7TcU5mQceQUmjkkBghwPCszhmd3HWHLh+ze8mEpLvnT8dULRLWCTMaW9LUbanSGa+mUjhv47ZY7l67rgITDHiTf/mAKU76BTuXfk8AAHicY2BigAARBuyAiZGJkZmBJSWzOJmBAQALQwHHAAAA) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\f01b"}.monstericon-times:before{content:"\f021"}.monstericon-info-circle-regular:before{content:"\f01e"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\f01f"}.monstericon-check:before{content:"\f015"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-star:before{content:"\f025"}.monstericon-files:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand:before{content:"\f02d"}.monstericon-compress:before{content:"\f02f"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-long-arrow-right-light:before{content:"\f06a"}@media (max-width:782px){.monsterinsights-notices-area{margin-left:10px;margin-right:10px}}.monsterinsights-notice{position:relative;color:#444}.monsterinsights-notice .monsterinsights-notice-inner{margin-top:25px;padding:20px;background:#fff;border-left:3px solid;line-height:1.5;font-size:14px}.monsterinsights-notice .monsterinsights-notice-inner .notice-title{color:#393f4c;font-weight:700;display:block;margin:0 0 6px;padding:0}@media (max-width:782px){.monsterinsights-notice .monsterinsights-notice-inner{padding:10px}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-inner{border-left-color:#ea4e64}.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner{border-left-color:#f5c953}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner{border-left-color:#509fe2}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner{border:1px solid #509fe2;border-left-width:3px;color:#777}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner .monsterinsights-button{color:#fff;margin:15px 0 0}.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-inner{border-left-color:#5cc0a5}.monsterinsights-notice .notice-content{margin-right:20px}.monsterinsights-notice .notice-content a{color:#444}.monsterinsights-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#acbdc9;position:relative;float:right}.monsterinsights-notice .dismiss-notice:focus,.monsterinsights-notice .dismiss-notice:hover{color:#444}.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:-20px;margin-left:auto}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{margin-left:0}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:10px;margin-left:0}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button{margin-top:10px;margin-left:0;color:#fff}body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:42px;right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{border-radius:0;padding:9px;border-left:3px solid #fff}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-success{border-left-color:#5cc0a5}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-info{border-left-color:#509fe2}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-error{border-left-color:#ea4e64}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{color:#393f4c;font-size:13px;font-weight:400}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{font-size:15px;width:10px;height:10px;line-height:10px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:14px;height:14px;min-width:14px;margin:0;border:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;left:0;color:#509fe2;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;left:0;color:#ea4e64;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:14px;height:14px;top:0;left:0;border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;left:0;color:#5cc0a5;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.monsterinsights_page body.swal2-toast-shown .swal2-container,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.monsterinsights_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.monsterinsights_page .swal2-popup.swal2-toast,.monsterinsights_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.monsterinsights_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;-ms-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.monsterinsights_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.monsterinsights_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.monsterinsights_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.monsterinsights_page body.swal2-height-auto{height:auto!important}.monsterinsights_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.monsterinsights_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.monsterinsights_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-top-left,.monsterinsights_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-top-end,.monsterinsights_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-center-left,.monsterinsights_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-center-end,.monsterinsights_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.monsterinsights_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.monsterinsights_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.monsterinsights_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-container .swal2-modal{margin:0!important}}.monsterinsights_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.monsterinsights_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.monsterinsights_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0}.monsterinsights_page .swal2-popup:focus{outline:0}.monsterinsights_page .swal2-popup.swal2-loading{overflow-y:hidden}.monsterinsights_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.monsterinsights_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-left:5px;border-radius:50%;border:3px solid #999;border-right-color:rgba(0,0,0,0);-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.monsterinsights_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.monsterinsights_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.monsterinsights_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.monsterinsights_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.monsterinsights_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.monsterinsights_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.monsterinsights_page .swal2-popup .swal2-close{position:absolute;top:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.monsterinsights_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.monsterinsights_page .swal2-popup>.swal2-checkbox,.monsterinsights_page .swal2-popup>.swal2-file,.monsterinsights_page .swal2-popup>.swal2-input,.monsterinsights_page .swal2-popup>.swal2-radio,.monsterinsights_page .swal2-popup>.swal2-select,.monsterinsights_page .swal2-popup>.swal2-textarea{display:none}.monsterinsights_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.monsterinsights_page .swal2-popup #swal2-content{text-align:center}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-radio,.monsterinsights_page .swal2-popup .swal2-select,.monsterinsights_page .swal2-popup .swal2-textarea{margin:1em auto}.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights_page .swal2-popup .swal2-file.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-input.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.monsterinsights_page .swal2-popup .swal2-file:focus,.monsterinsights_page .swal2-popup .swal2-input:focus,.monsterinsights_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.monsterinsights_page .swal2-popup .swal2-file::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::placeholder,.monsterinsights_page .swal2-popup .swal2-input::placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-range input{width:80%}.monsterinsights_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.monsterinsights_page .swal2-popup .swal2-range input,.monsterinsights_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.monsterinsights_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.monsterinsights_page .swal2-popup .swal2-input[type=number]{max-width:10em}.monsterinsights_page .swal2-popup .swal2-file{font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.monsterinsights_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page .swal2-popup .swal2-checkbox label,.monsterinsights_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox input,.monsterinsights_page .swal2-popup .swal2-radio input{margin:0 .4em}.monsterinsights_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.monsterinsights_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@-moz-document url-prefix(){.monsterinsights_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.monsterinsights_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.monsterinsights_page .swal2-icon-text{font-size:3.75em}.monsterinsights_page .swal2-icon.swal2-error{border-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.monsterinsights_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.monsterinsights_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.monsterinsights_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.monsterinsights_page .swal2-icon.swal2-success{border-color:#a5dc86}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;-ms-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.monsterinsights_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.monsterinsights_page .swal2-progresssteps li{display:inline-block;position:relative}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.monsterinsights_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.monsterinsights_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.monsterinsights_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.monsterinsights_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.monsterinsights_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-rtl .swal2-close{right:auto;left:0}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.monsterinsights_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.monsterinsights_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media print{.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.monsterinsights-notifications-display{background:#fff;border-left:3px solid #509fe2;padding:20px;border-radius:3px 0 0 3px;margin-bottom:50px;position:relative}.monsterinsights-settings-content .monsterinsights-notifications-display{margin-top:20px;margin-bottom:20px}.monsterinsights-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.monsterinsights-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.monsterinsights-notifications-display .monsterinsights-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator{padding-top:10px}.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator a{position:relative}.monsterinsights-notifications-display .monsterinsights-notification-inner{margin-left:25px}.monsterinsights-notifications-display .monsterinsights-button{margin-right:15px}.monsterinsights-notifications-display .monsterinsights-notification-navigation{position:absolute;right:0;top:100%}.monsterinsights-notifications-display .monsterinsights-notification-navigation button{background:#fff;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.monsterinsights-notifications-display .monsterinsights-notification-navigation button:focus,.monsterinsights-notifications-display .monsterinsights-notification-navigation button:hover{color:#509fe2}.monsterinsights-notifications-display .monsterinsights-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous{margin-right:2px}.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous .monstericon-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.monsterinsights-notifications-display .monsterinsights-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;right:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.monsterinsights-notifications-display .monsterinsights-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;left:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.monsterinsights-report .monsterinsights-notifications-display .monsterinsights-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;left:20px}.monsterinsights-admin-page.monsterinsights-path-about-us .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-addons .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-tools-import-export .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-tools-url-builder .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-reports-page .monsterinsights-notificationsv3-container{margin-right:0}.monsterinsights-admin-page .monsterinsights-notificationsv3-container{display:inline-block;margin-right:20px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number{position:absolute;top:-11px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-greater-than-10{right:-13px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-less-than-10{right:-10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button{position:absolute;top:21px;right:15px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:-2px;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button{display:inline-block}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-notificationsv3-inbox-number{cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar{width:440px;position:fixed;top:32px;right:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar.monsterinsights-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title{width:50%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title svg{margin-right:10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions{width:50%;text-align:right}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button{display:inline-block}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:hover{color:#efe5e5}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:focus{outline:none}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close{margin-left:12px;vertical-align:bottom}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:active svg path,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:focus svg path,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count{width:50%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;right:inherit;min-width:24px;height:24px;line-height:24px;margin-right:8px;padding:0 8px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-notificationsv3-dismissed-number{margin-right:8px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:right}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications{margin-bottom:46px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon{width:54px;float:left;text-align:center;padding-top:24px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon{float:none;margin:0 auto}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details{float:left;width:354px;padding-top:20px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details{width:260px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title h5{width:65%}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:right}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-right:10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:hover{background:#d3d7de}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:hover{color:#a9b1c3}.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-left:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip[x-placement^=left]{padding-right:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.monsterinsights-conditional-logic-container button:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header{margin-bottom:30px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header .monsterinsights-conditional-rule-sets-number{float:right}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator{text-align:center;font-weight:700;display:block;margin:0 auto 20px;position:relative}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after,.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before{content:"";position:absolute;top:45%;width:45%;height:2px;background:#d6e2ed;margin-top:-1px}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before{left:0}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after{right:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column{width:100%;margin-right:18px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field{text-transform:capitalize;width:100%;height:38px;min-height:38px;line-height:38px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.text-input{padding:0 8px;border-color:#ddd;text-transform:none;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;height:38px;margin-top:0;line-height:38px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field input[type=text]{padding-top:5px;padding-bottom:5px;height:inherit}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.multiselect--active .multiselect__tags .multiselect__spinner{z-index:1}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags{padding:0;height:38px;min-height:38px;border-color:#ddd;margin-top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags input[type=text]{border:0;height:36px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__single{margin-bottom:0;padding:0 8px;line-height:36px;font-size:14px;white-space:pre}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__placeholder{display:block;margin-bottom:0;line-height:36px;padding:0 8px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__spinner{width:35px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition{padding:6px 12px;margin:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition{border:0;padding:0;margin:0;background:rgba(0,0,0,0)}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle{color:#dc3232;cursor:pointer;padding:0;margin:0 15px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle:focus{outline:0}.monsterinsights-upload-media-wrapper .monsterinsights-dark{display:block}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media-label{margin-bottom:0}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;left:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media{color:#fff;text-decoration:underline;margin-left:auto;cursor:pointer;padding:0 10px 10px 0}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media:hover{text-decoration:none}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media:hover .monsterinsights-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media img{max-width:100%;display:inline-block}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-input{width:73%;margin-right:2%;float:left;position:relative}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button{width:25%;float:left;font-size:15px}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:active,.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:focus,.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:hover{outline:none}.monsterinsights-email-summaries-settings a{color:#509fe2!important}.monsterinsights-email-summaries-settings a:focus,.monsterinsights-email-summaries-settings a:hover{color:#393f4c!important}.monsterinsights-email-summaries-settings .monsterinsights-dark{display:block}.monsterinsights-email-summaries-settings .inline-field .monsterinsights-button:first-child{margin-left:0}.monsterinsights-email-summaries-settings .monsterinsights-settings-input-repeater{margin-bottom:18px}.monsterinsights-email-summaries-settings .monsterinsights-button.monsterinsights-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}body{background:#f3f6ff;margin:0}.monsterinsights-admin-page,.monsterinsights-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-left:0}.monsterinsights-highlighted-text{color:#64bfa5;font-weight:700}.monsterinsights-bold{font-weight:700}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-header{padding:20px 10px;background-color:#f9fbff;min-height:85px}.monsterinsights-settings-panel-network>.monsterinsights-header{background-color:rgba(0,0,0,0)}.monsterinsights-logo-area{float:left;max-width:calc(100vw - 170px)}.monsterinsights-logo-area img{display:block;max-width:100%}@media (max-width:782px){.monsterinsights-logo-area{text-align:center;margin:0 auto;float:none}.monsterinsights-logo-area img{display:inline-block;max-height:35px}}@media (max-width:782px){.monsterinsights-header .monsterinsights-container,.monsterinsights-navigation-bar .monsterinsights-container{padding:0;width:100%}}.monsterinsights-navigation-bar{width:100%;background:#fff;border-top:1px solid #d5e2ed;border-bottom:1px solid #d5e2ed;padding:0 10px}@media (max-width:782px){.monsterinsights-navigation-bar{padding:0;border:0}}@media (max-width:750px){.monsterinsights-navigation-bar{background:none}}.monsterinsights-admin-page{position:relative}.monsterinsights-admin-page .monsterinsights-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-header{padding-bottom:5px}.monsterinsights-admin-page .monsterinsights-header .monsterinsights-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}#wpfooter{position:relative}#wpfooter:before{left:20px;right:20px;height:1px;background:#d6e2ed;content:"";position:absolute;top:-12px}.monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-navigation-tab-link{text-decoration:none;padding:17px 0 15px;border-bottom:2px solid #fff;font-size:14px;color:#393f4c;display:inline-block;margin-right:25px;line-height:1;outline:none;font-family:Lato,sans-serif}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:hover{color:#509fe2;border-bottom-color:#509fe2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{font-weight:700}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#393f4c;cursor:default}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.year-in-review{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJKSURBVHgBjdJbSFMBHMfx/7lMT7qdk5s7IsvWdIqZ6UFNJC+Yl4EGQUkYItHN8NZl7KESohUUVKCst8QoYkTFlLzlhWHZispSK7NWyjbdZmPJ5tbuLk9ZBD0U+H35v3xe/vADAEDgr15nZ3PgPymLi3E0o9F4XJim5P7GtfEpvIJHNYrJE6UXDXF/4MdKec3qrU2pakNS6+YuhULhQL98z3tvR26C58OKgY7aVJjWd/bUT8OuwtGsvSXJuICKQPEyLJZpTvjutI4UURqgiNm7NqE+I1EvXNDu60rShr2mM5K8etOK22H2OrCsCXUbGnD0PgD8a2B0uvKKTySBzVJqC8IsHR3cVhHNCgia3F2N0wKxnuUR4wiCsL8eLj8wxuyM0Q3l5nTTfDwIQhcNVL4HXK6Aqq9Dfu/2xpJoHhmViaEIiTyT1dMzQl0yKjqoI9e5kbStQ0ByMfBhcaCeqQO3n5i1hxgVB/NP8jiRDtzjXIoUb6fPR0h6EONwA9gIHsQXDQNfhMMR8j5Q9nHpp88uN8rEmJjSt1bMshDrSywoa0mNnxKI06fAZZEBTuwCPrMIaMQiPNEavvnZ5fl0WaqnKUnEYK3XhIVBc4GCR6yHDdIvkFw+BwSXghc3xOGBnonOEVdmg+Ly41uNEg7fGeKb8ahIulqSpwH7Ozl4pTtg2aOBN7rWO2NW69UuatrC4qFsJbSjKE5wM5sGX0H7oZu2+f7DbNBSFXqqOj3QnK7M+dcsjOc6Tz6sOEbCy+v7W56runvVF8rzYQ39AJVT15Tcu/1IAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:0 50%;padding-left:18px;font-weight:700}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-navigation-tab-link{width:100%;text-align:center;padding:10px;color:#509fe2;font-size:16px;background:#fff;border:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{display:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus{color:#393f4c;text-decoration:underline}}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray{background:#8ea4b4;border-color:#738ea1;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:hover{background-color:#596771;border-color:#738ea1}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray.monsterinsights-button-disabled{pointer-events:none}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text{background:rgba(0,0,0,0);border:none;color:#509fe2;padding:0;border-radius:0;text-decoration:underline}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-small{font-size:13px;line-height:20px;padding:5px 10px}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.monsterinsights-mobile-nav-trigger{color:#393f4c;font-size:16px;font-weight:500;width:100%;display:block;border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#fff;padding:15px 10px;line-height:1;margin:0}@media (min-width:783px){.monsterinsights-mobile-nav-trigger{display:none}}.monsterinsights-mobile-nav-trigger i{color:#acbdc9;margin-left:10px;vertical-align:middle}@media (max-width:782px){.monsterinsights-main-navigation{background:#fff;height:0;overflow:hidden}.monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:10px 0;height:auto;border-bottom:1px solid #d6e2ed}}@media (min-width:782px){.monsterinsights-swal{margin-left:160px}.auto-fold .monsterinsights-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .monsterinsights-swal{margin-left:160px}.folded .monsterinsights-swal{margin-left:36px}}.monsterinsights-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-modal .monsterinsights-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.monsterinsights-modal .monsterinsights-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.monsterinsights-modal .monsterinsights-modal-inner p{margin-bottom:0}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-modal-buttons{margin-top:50px}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-button{margin:0 10px}.monsterinsights-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(0,0,0,.5)}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%}.monsterinsights-welcome-overlay .monsterinsights-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content{height:100%}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe{height:100%;width:100%}.monsterinsights-float-right{float:right}.monsterinsights-loading-spinner-inline{text-align:center;margin:25px}.monsterinsights-loading-spinner-inline .monsterinsights-loading-spinner-inline-loader-holder{display:inline-block}.monsterinsights-semrush-cta{background:#fff;border-left:3px solid #338eef;padding:20px 26px;border-radius:3px 0 0 3px;position:relative}.monsterinsights-semrush-cta br{display:none}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-close{position:absolute;top:12px;right:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.monsterinsights-semrush-cta .monsterinsights-button{background:#338eef;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.monsterinsights-semrush-cta .monsterinsights-button:active,.monsterinsights-semrush-cta .monsterinsights-button:focus,.monsterinsights-semrush-cta .monsterinsights-button:hover{background:#3088e6;outline:none}
1
+ @import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);strong[data-v-a9c27d52]{display:block}[data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.monsterinsights-dark[data-v-e815e6e4]{display:block}.monsterinsights-reset-default[data-v-e815e6e4]{margin-left:5px}.monsterinsights-dark[data-v-7262cc05]{display:block}.monsterinsights-admin-page .monsterinsights-floating-bar{background:#4e5c66;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -10px 20px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-floating-bar{margin-top:-10px;padding-right:20px;padding-left:20px}}.monsterinsights-admin-page .monsterinsights-floating-bar a{text-decoration:underline;color:#fff}.monsterinsights-admin-page .monsterinsights-floating-bar a:focus,.monsterinsights-admin-page .monsterinsights-floating-bar a:hover{color:#fff;text-decoration:none}.monsterinsights-admin-page .monsterinsights-floating-bar .monsterinsights-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:10px;position:absolute;right:15px;top:50%;margin-top:-5px}.monsterinsights-admin-page .monsterinsights-slide-enter-active,.monsterinsights-admin-page .monsterinsights-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.monsterinsights-admin-page .monsterinsights-slide-enter-to,.monsterinsights-admin-page .monsterinsights-slide-leave{max-height:100px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-slide-enter,.monsterinsights-admin-page .monsterinsights-slide-leave-to{overflow:hidden;max-height:0}.monsterinsights-container[data-v-408df493]:after{display:table;clear:both;content:""}.monsterinsights-quick-links{position:fixed;bottom:25px;right:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#fff;z-index:1000;padding:5px 10px}.monsterinsights-quick-links.monsterinsights-quick-links-open,.monsterinsights-quick-links:focus,.monsterinsights-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-label{border-radius:50%;background:#fff;border:2px solid rgba(147,120,207,.21);position:absolute;left:2px;right:2px;top:2px;bottom:2px;padding:6px 6px 6px 8px;display:block;width:56px;height:56px;outline:none;cursor:pointer}.monsterinsights-quick-links-open .monsterinsights-quick-links-label .monsterinsights-quick-link-title{opacity:0;pointer-events:none}.monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.monsterinsights-bg-img.monsterinsights-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABQCAMAAAC9OtKiAAAC91BMVEUAAABvS7ttSbluSrpvS7tuSrpvS7tvS7tvSrtsSLdsTLFvS7tuSrluSrpvS7tvS7ttSblvS7tpRrRvS7tvS7tvS7tvS7tvS7tgP6lhP6pvS7tvS7s0OkZvS7tvS7tvS7s5P0xnRbJsSLc2PElvS7s5P0w5P0w5P0w6P05vS7tvS7thP6lfPqc5P0wvMUFgPqg5P0xfPqcrMDk5P0xfPqcrMDlXRolqR7U5P0xfPqeUeM+ljdTT6O////9vS7t9XcI5P0xfPqfqTmQjIyOSdc1/X8OiitOkjNQyMjKYftCGZ8d4VcDsYndxTbxkQqyLbcmagdFmRLChh9N2U7+DZMZ6WMFzUL1yTr2fhdKQc80ewYX/iTrY6/GXe9CPcsx7W8H9/v6BYcUrMDqNb8uIasmdhNGcgtGVec9uSrrv9/lsSbb4/P1pRrTz+fvQ5u2Ia8fn8vfg7/SOcsqEZsTb7PJzVLY+Q1OsotugoqJESFrk8PXS5u/O4+pTT3FUXWkvLi/V4+ihsbr8+vvr9PjAw+XG2eDA09r0sbyZmZlKSmRMVGE9NV9BSFUxNETk5PTO3uzK2evEzejM4OeljNS3ydGLccJ/YcB5WruJlqDyiprweoxteINganVbZHCcRVMoKCrx8/n98PLRzeu2teClktbNzc2Xf8u0w8r0usO2t7jkvqBwYZx1folncX1LO3rdS2Dq6uq8vuO+sOGxqd2x4duY3M3ausWtvsSF18KDbrfgqbWYp7FeP6OEj5hYPpV5hpBhWoToboHtZnrLSFxzOkXs7Pf84eTW2ODY09e6zdXb1s6vwMjdtb52Vb2ss7Vs0LKKebLkxa2kqqx7aKtHyZ1pWJZkWopROonndYfoWGzrVmzQWWtFPGr5llRSUlI/Pz88MjQ4KCouJSbX39/l2tvAwb6XyL2Sf7x+Ybv0pbHfl6ZbuJfihZbig5RnqpHss4mrlomIiIjNaXfTY3PHWGiDV2bxnWTSkGRiYmKmQ1NTQVBENkBUODwEKmHaAAAAOnRSTlMA7wscTEHV+/QT/tyvt5+JXjYE4cmWVij05W9nWoV8dkA6LxGlJerYxMGofEnhx8ChkXZrJOnf0JN2dWY7XQAACrdJREFUWMOdmGVgWlcUgEnSxaVpI+187dxdHo/DI+WRAcECgbAREgKBuGuTZsvqXTvptnbd1s7bbpW5u7u7u7vrj51773s8LMuW7weFW/hy7rn3XHmqydm1MD1V8275qumSkwaZ5Umt6fsCzJiushQAsssSGsszsTVz1vSMGVngFwH2iGuckQ0ekwdmTk9ZCGb7eTaA/JiE7gng9NtEmD2tMHOywGZUq40WyMyQmmYVAmg5LiROL0wMyMnVqdXqWjfkZTDjwQAujuNMWhFKpqOcDSaOUyPVZsjLIS37AjYhLlTCvP8sSi/IYW+KwaLnOANxGsxQgvncgxoRUautiY5a0ZQTahfIK2dfhRr8da2axumGQlWZbNRrtRhmJosgH4qmUu4lT8VMKgirKWGAvdJA5ChBqoQMaZIeNJXyYPAAlKar0gG8+HOjmuEHwNFihLSIE8qwMrPBAtlTKTPB2wswu2wX8HCESqY8rx4gKCkDWgIUzTsIwBwi4f47aeCvDJsB0kgqaTIZTdhthpcaRfwGWAJcwA37TKHE/taqK70eYArsuYRJr/QbCQBAjR/9zinWEJpCMr8NvW4XMxgkZS0nIUpR1pBEmKZSIlmYsmqiqLTXUYOdTCJ91wW9UpQ2LcXkl+aTG3aZsmZC0c7WGjmk+oLW1mYAaB2wEYlIQjR5o0kAKP+3Xs8ozQMIRMcEQ60O69En0bwee+oy2fychJfmNO3gmZMMetlBWYDU6yNcpFIts9naLvmI+RnJpUwnlxkImXumUhYBZtxuwKExKuPcZNVZobndqiNYHa0iK8lQSM9WJBt+sIlOgJLUpdgniwy18jgPoAmtA+u6/KSjtui6Ieo5byjISbigIJVyJgTUiWzWIbl9XDxBLWKLywAUplLOgBppTJRMfo4xojABf5JSm3o9KgY37TTOnLpqSZmry/VzyZhwWOIa6mGvlBsiADFGOILktObquVR4/fIb9v9mmDlJLeKg2LnY0nbQn6qvOOuRxd39Z597w5AxMVyROierymzA2Oo4BlvNScJuvEzDaGjx8Z03GGKVopRTNxSnVOZBU1QZYYs5xw1RoSzt5nn+BruiDElRTrZoloAd5zZHsVOlkbuiQRNHCzrPvkpx6tkrQHpKZQFgBitpturYPKo7S5PIYnSODiXOqsl2i0Lg2PpjbEIjAY1J9PBIgjMIs1Mri8CvjuMKTQraiHJU7vsF2+5fhOw8fr9J9ltbnPFGzONkYZ5jJCnctlKIcsAx81MVuSlOGR3rpBFCruS4bSOCsHrHhRO33TZx4cWrBWH/Y5KLnK4b0QJfoklNG1V2bl4kCON3jfG8z+cjnyc2CsKB85OKvIZUj3GyIM9YvuGiizYsv5wql60SVt816uvu6OjuQWV3Sz8/MSIclpDSDLJuRPfEoUThhiqJL0+nxvFlfHcDmigtGk2Hb+lGYf/9EoucRplyuB99oEqmourxsXFh41pfWxsKGR2ktnrGLhEOmJ9Q5DTA1HOyYeuDVW9t2vQzKive2C6sWtrf0OHjZdo0hIVrx4UjE4q8WlEu1CTy9PsnI+9vqqh4SBC2+Bo6eIUGzeUb3qxa3vPEoLB3fJE3KcqeJGXDeycTLt1U8bBwH9/Rxseg0VxUgWz1XSgcGKvMB7ui9GmS+J0YT1uw4A9hcGlPQz+v4NNcXkF4feHYSFyYpWBUlJ1tScp3aZALFvwlbOfbFvMx9EvKn1YM3yOcGHeH4BTl2d2Ki1Xm41KQC9YIE/0Nvlhlj9TxO6++5kXhsNjrJvQqynN4JcytxHn9u9SICMLa7hY+FhzLj39848HlWK6jq4X5scouRbmE70cRY8NFy7f+8J5svFRYxbf0xCmxR9cMn8HKdWNMMovToE9R3oTdkZ1f4ARnvWbKS3gyJW++/ZZOSblYc/2KqzUU/mJh96gx2wNaRXlVJ2a9TSodVP5NRoZymrCDx34/d8opp7wsOVtokEy5PaosT3P3gjl6CmwKL6FJYtIHq6rewhAlJUbZzd98CuF2qR5JkIlRpmdagpzFIhm9ASeA7Uo65RYubmlZ/iaWzAfM+OEmYZzv4W+hyuckZTTINv4SOZeFEMIdXi7yWtwqTR7oPYeX+AZnyHUPf4DChx+6Thgc80lRfvvsMp4//YVrv5eD7OBHhP2k5dcWwXOIrDyPHgxEEGXn6Q+gE63Xkdc/hadw+/mK5PK24RXDn7xz6qmnXruQjWX3E8L+7FqcZya7bT0r8ujaboOuUdn5dUWUX7DE+S0rPiUj3nn+i7+dSjidX0ykWORHSjPSTg4FYmyRM+cQL3Pr60z4wNNbhNVrl654lpf4lSqfxLR3aFo6V7FUzpqtxX6Sk2ed5DJ5r6L/itpRPspjt955562P4XFjpXDh8PCY3PydFCWy0HeXcADLJInOgAcx0DNjNYQ1Z9xYiW88S/hEzrW/JKweXsrLfERzyVOWjkhTqMCJ41GJpyawSan0WB7R2O2k6/bOeOHZ5KSxSNgYDZKOOHabMHqJtFzmZPmJJ8IFozt5F0TOEg0YpsFlv+mcmAhvqqOHjBFhRyefzH3CYO4+7ExQy5ReECWlwQmmXpKBaj2etA1DVy4599wlVw41cRJ3DAo71iYKxy4WBp8X0zJQua+TavDvKxUZdkM9nVEk0rAxwskozlVPxRvPH0cjBlNA7o0hWemxqKNOM1j6jJXoNLCCSnTieejiLTHC7YKw8jOigWI8EkSYklWkjMFkAbA4zZbeRCVD/+ogHmHumTh/2bLzJ+4ZFwTh/iYD+aKlFKdQk6yskbddfSXefqqD9R6AmurUShyk+1EaZU3jK45cdIbrM1W7Ais/rEitXJFdXecZw8RlUK74KdC/9OrbIyMjKxctWtPYeKa1uXW9ujISyFKVOllHMcqAvEcawWQIRyJ1RruiTI0lwCGbiREArGE75wJVAZ05dg4xRffIPnAGmwzVGP8USo/IIZGVa+5ubXdYdXg9FLNUJSY1rR0kpOyRxq6uCAqnVJrNHGFb42s6wjockBJVni2qDILZz9XZw7XVBgPxTa7U671BW8hkcpnJI6qugdy77yVOjFJvKVKl0cjC0v0yBo+7pkYrii6CyVVjpjidbrfHAjFgz9c3Q7N155qd1mZHMADlqqwutlTQ6vWboGCP0vws8FgsMDkWC2pLSov23HXmvhDk1rW363Rvn+kAaM61FJJjZT1WiXzX08OueOCy1Gtl6hEn7DZvXraHvNVGcaflsI3QE/TrEDKJ8JHFbGydC81gcentvXpZWQyiKyBqFczkYVCaW6sgBlwuzx7sQJ5nca3T6e49U0chK9ERYLW2y/2xACrzzfIY6P1JyhC2chRXWjpbHPPBXb/+lcYz70bjnFnYcghGOxfA6nCcUNDe3tp6SE5WSBnZJKVNuehDmfwgFZPf2ti4Zue9c06igc/RHXVUayv+gWNnzdU52g8tA/9USoa7ULk7FM84vBE5mn08dBfVPg6Hbs6hKtW8udY56Rl5Tu9/UdZnYavC7kwZ5Yg5+cfSvBwyE+PO9AQG+jjvgCO3L0nZN2DN7eJsA+vM2fFPH+Yf13i4fMKiqvT459aOdt2Ao7lZpxuoQZxU6SFvn7Hq2sGxXudonVuu+h/MmosrgM6B2dDpgECVQMAmq4O+WCd9vPoPhumB3HmlMigAAAAASUVORK5CYII=)}.monsterinsights-quick-links-open .monsterinsights-bg-img.monsterinsights-quick-links-mascot{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}.monsterinsights-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;right:6px;margin-bottom:10px}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item{display:block;width:48px;height:48px;background:#509fe2;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item:hover{color:#fff;background:#50abee;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-quick-links-item-upgrade{background:#704cbc}.monsterinsights-quick-links-menu .monsterinsights-quick-links-menu-item.monsterinsights-quick-links-item-upgrade:hover{background:#509fe2}.monsterinsights-quick-link-title{position:absolute;right:100%;margin-right:10px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-12px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,d09GMgABAAAAAAjoAAsAAAAAMGgAAAidAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgDWYgpQdQE2AiQDCAsGAAQgBYUOBy4bvi8lYxtWw7BxAPB87x5FmeAMlf3/96RzDN74RcXUcjTKmrJ3T2VDSShiPhfiIJxxS7DiLkHFfQV33CM4427mAred74pWur/J3dyVsKy7coREA8fzvPvpfUk+tB3R8YTCzE0SCLepejmJ2u1yqp+kC7W4Rc/tDTs3GpNJ8ttRPOSTPhsXlwbi4kVYWQmAcXmlrqYHMMsBwP/zHMz7fkF1gijOKuFQIxjwlGa2lkARhYaBxFHT54IOgBMQADi3LipIMAA3geO41EUkBTCO2gkxnOwnKYBx1E6p5WS+QUCMq50rNch6MwUCAAiAcdgttYVSIfPJ5kn6ApRFQ6I88BxLvvIC/maHUHS3TIoKiwLbbM8nEFWgE1oDz3woSxpagWbBXcQWhKtPeIlg6tK+7vX57QOszwU3sGUJrA7h2Mx1IWCNr9BKxsYo+pzS/OCO0OG9mwBkx337+lcuSxRdBcc+fJxlcAjK/zCfdgtBzuxQcTqfY4Yn6EB/Az3JS/RMu5f6B8wrn55S0IxdlLn+4Yb/ctIT+ocWYPcGAOvxSjEjpSiVMqSgFWVjzpCCXjAIRirTABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REdFDlkZEh2jE3SKztA5ukCX6Apdoxt0i+7QPXpAj+gJPaMX9Ire0Dv6QJ/oC/qKvqHv6Af6iX6h3+gP+ov+of+I+ECMxETMiDmxIJbEilgTG2JL7Ig9cSCOxIk4ExfiStyIO/EgnsSLeBMf4kv8iD/taQANoiE0jEbQKBpD42gCTaIpNI1m0CyaQ/NoAS2iJbSMVtAqWkPraANtoi20jXbQLtpD++gAHaIjdIxO0Ck6Q+foAl2iK3SNbtAtukP36AE9oif0jF7QK3pD79B79AF9RJ/QZ/QFfUXf0Hf0A/1Ev9Bv9Af9Rf/Qf9DQABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REfoGJ2gU3SGztEFukRX6BrdoFt0h+7RA3pET+gZvaBX9Aa9Re/Qe/QBfUSf0Gf0BX1F39B39AP9RL/Qb/QH/UX/0P8l9vq9gXwDIUCliyAhRAgTIoQoIUaIExKEJCFFSBMyhCwhR8gTCoQioUQoEyqEKqFGqBMahCahRWgTOoQuoUfoEwaEIWFEGBMmhClhRpgTFoQlYUVYEzaELWFH2BMOhGPCCeGUcEY4J1wQLglXhGvCDeGWcEe4JzwQHglPhGfCC+GV8EZ4J3wQPglfhG/CD+GX8Ef4p9sdgoQQIUyIEKKEGCFOSBCShBQhTcgQsoQcIU8oEIqEEqFMqBCqhBqhTmgkNBGaCS2EVkIboZ3QQegkdBG6CT2EXkIfoZ8wQBgkDBGGCSOEUcIYYZwwQZgkTBGmCTOEWcIcYZ6wQFgkLBGWCSuEVcIaYZ2wQdgkbBG2CTuEXcIeYZ9wQDgkHBGOCSeEU8IZ4ZxwQbgkXBGuCTeEW8Id4Z7wQHgkPBGeCS+EV8Ib4Z3wQfgkfBG+CT+EX8If4Z8AZpAQIoQJEUKUECPECQlCkpAipAkZQpaQI+QJBUKRUCKUCRVClVAj1AkNQpPQIrQJHUKX0CP0CQPCkDAijAkTwpQwI8wJC8KSsCKsCRvClrAj7AkHwpFwIpwJF8IV4ZpwQ7gl3BHuCQ+ER8IT4ZnwQnglvBHeCR+ET8IX4ZvwQ/gl/BH+lzv+AmMkTYAmSBOiCdNEaKI0MZo4TYImSZOiSdNkaLI0OZo8TYGmSFOiKdNUaKo0NZo6TYOmSdOiadN0aLo0PZo+zYBmSDOiGdNMaKY0M5o5zYJmSbOiWdNsaLY0O5o9zYHmmOaE5pTmjOac5oLmkuaK5prmhuaW5o7mnuaB5pHmieaZ5oXmleaN5p3mg+aT5ovmm+aH5pfmj2ZRAqCCoEKgwqAioKKgYqDioBKgkqBSoNKgMqCyoHKg8qAKoIqgSqDKoCqgqqBqoOqgGkE1gWoG1QKqFVQbqHZQHaA6QXWB6gbVA6oXVB+oflADoAZBDYH+uxaEWDBiIYiFIhaGWDhiEYhFIhaFWDRiMYjFIhaHWDxiCYglIpaEWDJiKYilIpaGWDpiGYhlIpaFWDZiOYjlIpaHWD5iBYgVIlaEWDFiJYiVIlaGWDliFYhVIlaFWDViNYjVIlaHWD1iDYg1ItaEWDNiLYi1ItaGWDtiHYh1ItaFWDdiPYj1ItaHWD9iA4gNIjaE2DBiI4iNIjaG2DhiE4hNIjaF2DRiM4jNIjaH2DxiC4gtIraE2DJiK4itIraG2DpiG4htIraF2DZiO4jtIraH2D5iB4gdInaE2DFiJ4idInaG2DliF4hdInaF2DViN4jdInaH2D1iD4g9IvaE2DNiL4i9IvaG2DvE3iP2AbGPiH1C7DNiXxD7itg3xL4j9gOxn4j9Quw3Yn8Q+4vYP8T+M6cIDBz9EXfeUHR1JyygPL/++I3R1cRvdDr+E12Jfh3Q0EN/fHn2mXptpJxUkIqu/Cs2egM33OjSLcT33I82+B9nP37X/c0W52623s45CYCo03QIBCVrAFAycnSYSqvO4YJt/NP73YqA/giNZhJ6sBbmql+0SQZaxNOZudJbc2nqxNvpM+veq7Sz2LUgFEu+VLs+Ay3yp7MVertp6i23v2Rmv5gmHDhSQ6t5GmTaqTsqhpWwmbOk3uKJrNOmwSSMC17jghqygilDOUU3KlLmHHNrajw3DVNVGWytGZDisM/cbkdRnvfIUJkaGJlgAYcoQ5bGptTmGc1R7pBC3XhFsLXnXR54qrMc+dGNBkqE4laBi4KmZYGom8vIy0lTyBkppBjLoTndMmrofIRORirsNlCbXzCgulmo36KztS2iV8rrNoRUL5VdkMSGoSXroC1KOQAA) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAusAAsAAAAAMGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZjRmM5Y21hcAAAAYQAAAgCAAArYmjjYVVnbHlmAAAJiAAAAEEAAABQiOYj2mhlYWQAAAnMAAAALgAAADYR8XmmaGhlYQAACfwAAAAcAAAAJAqNAyNobXR4AAAKGAAAAAgAAAAIAyAAAGxvY2EAAAogAAAABgAAAAYAKAAAbWF4cAAACigAAAAeAAAAIAEOACJuYW1lAAAKSAAAAUIAAAKOcN63t3Bvc3QAAAuMAAAAHQAAAC5lhHRpeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGScwDiBgZWBgSGVtYKBgVECQjMfYEhiYmFgYGJgZWbACgLSXFMYHIAq/rNfAHK3gEmgASACAIekCT4AAHic7dhl0zDVmUXh5+XFHYK7E0IguFtwt4QQgmtwd3d3d7cED+4SXIO7u7vbsNfaUzU1fyGcu66u1adOf+6uHhgYGGpgYGDwL37/iyEHBoZZcWDQLzUw9NK/7A5if/DA8OwPOfQknBky+0P8/PPPOcd1UJ785frr/Dq/zq/z6/w3zsCgoX/xX74GRsxbcYpRB1iDB/7PGvT/DFGDenBwe8hKD1XpoSs9TKWHrfRwlR6+0iNUesRKj1TpkSs9SqVHrfRolR690r+p9BiVHrPSY1V67EqPU+lxKz1epcev9ASVnrDSE1V64kpPUulJKz1ZpSev9BSVnrLSU1V66kr/ttLTVPp3lZ62/KJSerpKT1/pP1R6hkrPWOmZKj1zpWep9KyVnq3Ss1d6jkrPWem5Kj13peep9LyVnq/S81d6gUr/sdILVnqhSi9c6UUqvWilF6v04pVeotJLVnqpSi9d6WUqvWyll6v08pVeodIrVvpPlf5zpVeq9F8qvXKl/1rpVSr9t0qvWunVKr16pdeo9JqVXqvSa1d6nUqvW+n1Kr1+pTeo9N8rvWGlN6r0xpXepNKbVnqzSm9e6S0qvWWlt6r01pXeptLbVnq7Sm9f6R0qvWOld6r0zpXepdK7Vnq3Su9e6T0qvWel96r03pXep9L7Vnq/Su9f6QMqfWClD6r0wZU+pNKHVvqwSh9e6SMqfWSlj6r00ZU+ptLHVvq4Sh9f6RMqfWKlT6r0yZU+pdKnVvq0Sp9e6TMqfWalz6r02ZU+p9LnVvq8Sp9f6QsqfWGl/1Hpf1b6okpfXOlLKn1ppS+r9OWVvqLS/6r0lZW+qtJXV/qaSl9b6esqfX2lb6j0jZW+qdI3V/qWSt9a6dsqfXul76j0vyt9Z6XvqvTdlb6n0vdW+r5K31/pByr9YKUfqvTDlX6k0v+p9KOVfqzSj1f6iUo/WemnKv10pZ+p9LOVfq7Sz1f6hUq/WOmXKv1ypV+p9KuVfq3Sr1f6jUq/Wem3Kv12pd+p9LuVfq/S71f6g0p/WOmPKv1xpT+p9KeV/qzSn1f6i0p/WemvKv11pb+p9LeV/q7S31f6h0r/WOmfKv1zDfI26KKHED1Y9JCihxI9tOhhRA8rejjRw4seQfSIokcSPbLoUUSPKno00aOL/o3oMUSPKXos0WOLHkf0uKLHEz2+6AlETyh6ItETi55E9KSiJxM9uegpRE8peirRU4v+rehpRP9O9LSify96OtHTi/6D6BlEzyh6JtEzi55F9KyiZxM9u+g5RM8pei7Rc4ueR/S8oucTPb/oBUT/UfSCohcSvbDoRUQvKnox0YuLXkL0kqKXEr206GVELyt6OdHLi15B9Iqi/yT6z6JXEv0X0SuL/qvoVUT/TfSqolcTvbroNUSvKXot0WuLXkf0uqLXE72+6A1E/130hqI3Er2x6E1Ebyp6M9Gbi95C9JaitxK9tehtRG8rejvR24veQfSOoncSvbPoXUTvKno30buL3kP0nqL3Er236H1E7yt6P9H7iz5A9IGiDxJ9sOhDRB8q+jDRh4s+QvSRoo8SfbToY0QfK/o40ceLPkH0iaJPEn2y6FNEnyr6NNGniz5D9JmizxJ9tuhzRJ8r+jzR54u+QPSFov8h+p+iLxJ9sehLRF8q+jLRl4u+QvS/RF8p+irRV4u+RvS1oq8Tfb3oG0TfKPom0TeLvkX0raJvE3276DtE/1v0naLvEn236HtE3yv6PtH3i35A9IOiHxL9sOhHRP9H9KOiHxP9uOgnRD8p+inRT4t+RvSzop8T/bzoF0S/KPol0S+LfkX0q6JfE/266DdEvyn6LdFvi35H9Lui3xP9vugPRH8o+iPRH4v+RPSnoj8T/bnoL0R/Kfor0V+L/kb0t6K/E/296B9E/yj6J9E/K/2/v/npoocQPVj0kKKHEj206GFEDyt6ONHDix5B9IiiRxI9suhRRI8qejTRo4v+jegxRI8peizRY4seR/S4oscTPb7oCURPKHoi0ROLnkT0pKInEz256ClETyl6KtFTi/6t6GlE/070tKJ/L3o60dOL/oPoGUTPKHom0TOLnkX0rKJnEz276DlEzyl6LtFzi55H9Lyi5xM9v+gFRP9R9IKiFxK9sOhFRC8qejHRi4teQvSSopcSvbToZUQvK3o50cuLXkH0iqL/JPrPolcS/RfRK4v+q+hVRP9N9KqiVxO9uug1RK8pei3Ra4teR/S6otcTvb7oDUT/XfSGojcSvbHoTURvKnoz0ZuL3kL0lqK3Er216G1Ebyt6O9Hbi95B9I6idxK9s+hdRO8qejfRu4veQ/SeovcSvbfofUTvK3o/0fuLPkD0gaIPEn2w6ENEHyr6MNGHiz5C9JGijxJ9tOhjRB8r+jjRx4s+QfSJok8SfbLoU0SfKvo00aeLPkP0maLPEn226HNEnyv6PNHni75A9IWi/yH6n6IvEn2x6EtEXyr6MtGXi75C9L9EXyn6KtFXi75G9LWirxN9vegbRN8o+ibRN4u+RfStom8TfbvoO0T/W/Sdou8Sfbfoe0TfK/o+0feLfkD0g6IfEv2w6EdE/0f0o6IfE/246CdEPyn6KdFPi35G9LOinxP9vOgXRL8o+iXRL4t+RfSrol8T/broN0S/Kfot0W+Lfkf0u6LfE/2+6A9Efyj6I9Efi/5E9KeiPxP9uegvRH8p+ivRX4v+RvS3or8T/b3oH0T/KPon0T9rYND/AOaSEScAAHicY2BiAAKmPSy+QEqUgYFRUURcTFzMyNzM3MxEXU1dTYmdjZ2NccK/K5oaLm6L3Fw0NOEMZoVAFD6IAQD4PA9iAAAAeJxjYGRgYADilrme/fH8Nl8ZuNkvAEUYbnDPcEOmmfaw+AIpDgYmEA8AHMMJGAAAeJxjYGRgYL/AAATMCiCSaQ8DIwMqYAIAK/QBvQAAAAADIAAAAAAAAAAoAAB4nGNgZGBgYGIQA2IGMIuBgQsIGRj+g/kMAArUATEAAHicjY69TsMwFIWP+4doJYSKhMTmoUJIqOnPWIm1ZWDq0IEtTZw2VRpHjlu1D8A7MPMczAw8DM/AifFEl9qS9d1zzr3XAK7xBYHqCHTdW50aLlj9cZ1057lBfvTcRAdPnlvUnz23mXj13MEN3jhBNC6p9PDuuYYrfHquU//23CD/eG7iVnQ9t9ATD57bWIgXzx3ciw+rDrZfqmhnUnvsx2kZzdVql4Xm1DhVFsqUqc7lKBiemjOVKxNaFcvlUZb71djaRCZGb+VU51ZlmZaF0RsV2WBtbTEZDBKvB5HewkLhwLePkhRhB4OU9ZFKTCqpzems6GQI6Z7TcU5mQceQUmjkkBghwPCszhmd3HWHLh+ze8mEpLvnT8dULRLWCTMaW9LUbanSGa+mUjhv47ZY7l67rgITDHiTf/mAKU76BTuXfk8AAHicY2BigAARBuyAiZGJkZmBJSWzOJmBAQALQwHHAAAA) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\f01b"}.monstericon-times:before{content:"\f021"}.monstericon-info-circle-regular:before{content:"\f01e"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\f01f"}.monstericon-check:before{content:"\f015"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-star:before{content:"\f025"}.monstericon-files:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand:before{content:"\f02d"}.monstericon-compress:before{content:"\f02f"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-long-arrow-right-light:before{content:"\f06a"}@media (max-width:782px){.monsterinsights-notices-area{margin-left:10px;margin-right:10px}}.monsterinsights-notice{position:relative;color:#444}.monsterinsights-notice .monsterinsights-notice-inner{margin-top:25px;padding:20px;background:#fff;border-left:3px solid;line-height:1.5;font-size:14px}.monsterinsights-notice .monsterinsights-notice-inner .notice-title{color:#393f4c;font-weight:700;display:block;margin:0 0 6px;padding:0}@media (max-width:782px){.monsterinsights-notice .monsterinsights-notice-inner{padding:10px}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-notice-inner{border-left-color:#ea4e64}.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner{border-left-color:#f5c953}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner{border-left-color:#509fe2}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner{border:1px solid #509fe2;border-left-width:3px;color:#777}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner .monsterinsights-button{color:#fff;margin:15px 0 0}.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-inner{border-left-color:#5cc0a5}.monsterinsights-notice .notice-content{margin-right:20px}.monsterinsights-notice .notice-content a{color:#444}.monsterinsights-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#acbdc9;position:relative;float:right}.monsterinsights-notice .dismiss-notice:focus,.monsterinsights-notice .dismiss-notice:hover{color:#444}.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.monsterinsights-notice.monsterinsights-notice-info .notice-content,.monsterinsights-notice.monsterinsights-notice-success .notice-content,.monsterinsights-notice.monsterinsights-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:-20px;margin-left:auto}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-notice-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-button{margin-left:0}}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-success .monsterinsights-button,.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-button{margin-top:10px;margin-left:0}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button{margin-top:10px;margin-left:0;color:#fff}body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-end,body.swal2-toast-shown.monsterinsights_page .swal2-container.swal2-top-right{top:42px;right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{border-radius:0;padding:9px;border-left:3px solid #fff}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-success{border-left-color:#5cc0a5}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-info{border-left-color:#509fe2}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-error{border-left-color:#ea4e64}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{color:#393f4c;font-size:13px;font-weight:400}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{font-size:15px;width:10px;height:10px;line-height:10px}@media screen and (max-width:767px){body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:14px;height:14px;min-width:14px;margin:0;border:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;left:0;color:#509fe2;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;left:0;color:#ea4e64;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:14px;height:14px;top:0;left:0;border:none}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;left:0;color:#5cc0a5;line-height:1}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.monsterinsights_page body.swal2-toast-shown .swal2-container,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.monsterinsights_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.monsterinsights_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.monsterinsights_page .swal2-popup.swal2-toast,.monsterinsights_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.monsterinsights_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.monsterinsights_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;-ms-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.monsterinsights_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.monsterinsights_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.monsterinsights_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.monsterinsights_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.monsterinsights_page body.swal2-height-auto{height:auto!important}.monsterinsights_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.monsterinsights_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.monsterinsights_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-top-left,.monsterinsights_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-top-end,.monsterinsights_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-center-left,.monsterinsights_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-center-end,.monsterinsights_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.monsterinsights_page .swal2-container.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.monsterinsights_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.monsterinsights_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.monsterinsights_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.monsterinsights_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-start,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-left,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-bottom-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-center-right,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-end,.monsterinsights_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-container .swal2-modal{margin:0!important}}.monsterinsights_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.monsterinsights_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.monsterinsights_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0}.monsterinsights_page .swal2-popup:focus{outline:0}.monsterinsights_page .swal2-popup.swal2-loading{overflow-y:hidden}.monsterinsights_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.monsterinsights_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.monsterinsights_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-left:5px;border-radius:50%;border:3px solid #999;border-right-color:rgba(0,0,0,0);-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.monsterinsights_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.monsterinsights_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.monsterinsights_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.monsterinsights_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.monsterinsights_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.monsterinsights_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.monsterinsights_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.monsterinsights_page .swal2-popup .swal2-close{position:absolute;top:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.monsterinsights_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.monsterinsights_page .swal2-popup>.swal2-checkbox,.monsterinsights_page .swal2-popup>.swal2-file,.monsterinsights_page .swal2-popup>.swal2-input,.monsterinsights_page .swal2-popup>.swal2-radio,.monsterinsights_page .swal2-popup>.swal2-select,.monsterinsights_page .swal2-popup>.swal2-textarea{display:none}.monsterinsights_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.monsterinsights_page .swal2-popup #swal2-content{text-align:center}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-radio,.monsterinsights_page .swal2-popup .swal2-select,.monsterinsights_page .swal2-popup .swal2-textarea{margin:1em auto}.monsterinsights_page .swal2-popup .swal2-file,.monsterinsights_page .swal2-popup .swal2-input,.monsterinsights_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights_page .swal2-popup .swal2-file.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-input.swal2-inputerror,.monsterinsights_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.monsterinsights_page .swal2-popup .swal2-file:focus,.monsterinsights_page .swal2-popup .swal2-input:focus,.monsterinsights_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.monsterinsights_page .swal2-popup .swal2-file::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-webkit-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-moz-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input:-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-input::-ms-input-placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-file::placeholder,.monsterinsights_page .swal2-popup .swal2-input::placeholder,.monsterinsights_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.monsterinsights_page .swal2-popup .swal2-range input{width:80%}.monsterinsights_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.monsterinsights_page .swal2-popup .swal2-range input,.monsterinsights_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.monsterinsights_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.monsterinsights_page .swal2-popup .swal2-input[type=number]{max-width:10em}.monsterinsights_page .swal2-popup .swal2-file{font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.monsterinsights_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox,.monsterinsights_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights_page .swal2-popup .swal2-checkbox label,.monsterinsights_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.monsterinsights_page .swal2-popup .swal2-checkbox input,.monsterinsights_page .swal2-popup .swal2-radio input{margin:0 .4em}.monsterinsights_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.monsterinsights_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.monsterinsights_page .swal2-range input{width:100%!important}.monsterinsights_page .swal2-range output{display:none}}@-moz-document url-prefix(){.monsterinsights_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.monsterinsights_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.monsterinsights_page .swal2-icon-text{font-size:3.75em}.monsterinsights_page .swal2-icon.swal2-error{border-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.monsterinsights_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.monsterinsights_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.monsterinsights_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.monsterinsights_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.monsterinsights_page .swal2-icon.swal2-success{border-color:#a5dc86}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;-ms-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.monsterinsights_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.monsterinsights_page .swal2-progresssteps li{display:inline-block;position:relative}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.monsterinsights_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.monsterinsights_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.monsterinsights_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.monsterinsights_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.monsterinsights_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.monsterinsights_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.monsterinsights_page .swal2-rtl .swal2-close{right:auto;left:0}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.monsterinsights_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.monsterinsights_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.monsterinsights_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media print{.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.monsterinsights_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.monsterinsights-notifications-display{background:#fff;border-left:3px solid #509fe2;padding:20px;border-radius:3px 0 0 3px;margin-bottom:50px;position:relative}.monsterinsights-settings-content .monsterinsights-notifications-display{margin-top:20px;margin-bottom:20px}.monsterinsights-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.monsterinsights-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.monsterinsights-notifications-display .monsterinsights-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator{padding-top:10px}.monsterinsights-notifications-display .monsterinsights-notification .monsterinsights-notifications-indicator a{position:relative}.monsterinsights-notifications-display .monsterinsights-notification-inner{margin-left:25px}.monsterinsights-notifications-display .monsterinsights-button{margin-right:15px}.monsterinsights-notifications-display .monsterinsights-notification-navigation{position:absolute;right:0;top:100%}.monsterinsights-notifications-display .monsterinsights-notification-navigation button{background:#fff;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.monsterinsights-notifications-display .monsterinsights-notification-navigation button:focus,.monsterinsights-notifications-display .monsterinsights-notification-navigation button:hover{color:#509fe2}.monsterinsights-notifications-display .monsterinsights-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous{margin-right:2px}.monsterinsights-notifications-display .monsterinsights-notification-navigation button.monsterinsights-notification-previous .monstericon-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.monsterinsights-notifications-display .monsterinsights-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;right:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.monsterinsights-notifications-display .monsterinsights-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;left:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.monsterinsights-report .monsterinsights-notifications-display .monsterinsights-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;left:20px}.monsterinsights-admin-page.monsterinsights-path-about-us .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-addons .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-tools-import-export .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-path-tools-url-builder .monsterinsights-notificationsv3-container,.monsterinsights-admin-page.monsterinsights-reports-page .monsterinsights-notificationsv3-container{margin-right:0}.monsterinsights-admin-page .monsterinsights-notificationsv3-container{display:inline-block;margin-right:20px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number{position:absolute;top:-11px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-greater-than-10{right:-13px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-number.number-less-than-10{right:-10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button{position:absolute;top:21px;right:15px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:-2px;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button{display:inline-block}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-inbox-button .monsterinsights-notificationsv3-inbox-number{cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar{width:440px;position:fixed;top:32px;right:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar.monsterinsights-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title{width:50%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title svg{margin-right:10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions{width:50%;text-align:right}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button{display:inline-block}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:hover{color:#efe5e5}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-button:focus{outline:none}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close{margin-left:12px;vertical-align:bottom}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:active svg path,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:focus svg path,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-top .monsterinsights-notificationsv3-sidebar-header-top-actions .monsterinsights-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count{width:50%}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;right:inherit;min-width:24px;height:24px;line-height:24px;margin-right:8px;padding:0 8px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count .monsterinsights-notificationsv3-dismissed-number{margin-right:8px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:right}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-header-bottom .monsterinsights-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications{margin-bottom:46px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon{width:54px;float:left;text-align:center;padding-top:24px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-icon{float:none;margin:0 auto}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details{float:left;width:354px;padding-top:20px}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details{width:260px}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title h5{width:65%}}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:right}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-right:10px}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions .monsterinsights-button:hover{background:#d3d7de}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:active,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:focus,.monsterinsights-admin-page .monsterinsights-notificationsv3-container .monsterinsights-notificationsv3-sidebar .monsterinsights-notificationsv3-sidebar-notifications .monsterinsights-notificationsv3-single-notification .monsterinsights-notificationsv3-notification-details .monsterinsights-notificationsv3-notification-actions span:hover{color:#a9b1c3}.monsterinsights-tooltip{display:block!important;z-index:10000;max-width:350px}.monsterinsights-tooltip .monsterinsights-tooltip-inner{background:#5f6197;color:#fff;border-radius:5px;padding:16px 20px;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-tooltip .monsterinsights-tooltip-inner a{color:#fff;font-weight:700}.monsterinsights-tooltip .monsterinsights-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#5f6197;z-index:1}.monsterinsights-tooltip[x-placement^=top]{padding-bottom:5px}.monsterinsights-tooltip[x-placement^=top] .monsterinsights-tooltip-arrow{border-width:5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=bottom]{padding-top:5px}.monsterinsights-tooltip[x-placement^=bottom] .monsterinsights-tooltip-arrow{border-width:0 5px 5px;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-left:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip[x-placement^=left]{padding-right:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 5px);margin-left:0;margin-right:0}.monsterinsights-tooltip.popover .popover-inner{background:#fff;color:#5f6197;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.monsterinsights-tooltip.popover .popover-arrow{border-color:#fff}.monsterinsights-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.monsterinsights-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.monsterinsights-conditional-logic-container button:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header{margin-bottom:30px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-header .monsterinsights-conditional-rule-sets-number{float:right}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator{text-align:center;font-weight:700;display:block;margin:0 auto 20px;position:relative}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after,.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before{content:"";position:absolute;top:45%;width:45%;height:2px;background:#d6e2ed;margin-top:-1px}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:before{left:0}.monsterinsights-conditional-logic-container .monsterinsights-condition-rule-separator:after{right:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column{width:100%;margin-right:18px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field{text-transform:capitalize;width:100%;height:38px;min-height:38px;line-height:38px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.text-input{padding:0 8px;border-color:#ddd;text-transform:none;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;height:38px;margin-top:0;line-height:38px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field input[type=text]{padding-top:5px;padding-bottom:5px;height:inherit}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field.multiselect--active .multiselect__tags .multiselect__spinner{z-index:1}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags{padding:0;height:38px;min-height:38px;border-color:#ddd;margin-top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags input[type=text]{border:0;height:36px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__single{margin-bottom:0;padding:0 8px;line-height:36px;font-size:14px;white-space:pre}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__placeholder{display:block;margin-bottom:0;line-height:36px;padding:0 8px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .monsterinsights-settings-conditional-column .monsterinsights-settings-conditional-input-field .multiselect__tags .multiselect__spinner{width:35px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition{padding:6px 12px;margin:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .add-new-condition:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition{border:0;padding:0;margin:0;background:rgba(0,0,0,0)}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition:focus{outline:0}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle{color:#dc3232;cursor:pointer;padding:0;margin:0 15px}.monsterinsights-conditional-logic-container .monsterinsights-conditional-logic-repeater-row .remove-condition .monstericon-times-circle:focus{outline:0}.monsterinsights-upload-media-wrapper .monsterinsights-dark{display:block}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media-label{margin-bottom:0}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;left:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media{color:#fff;text-decoration:underline;margin-left:auto;cursor:pointer;padding:0 10px 10px 0}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media .monsterinsights-uploaded-media-overlay .monsterinsights-remove-uploaded-media:hover{text-decoration:none}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media:hover .monsterinsights-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-upload-media-wrapper .monsterinsights-uploaded-media img{max-width:100%;display:inline-block}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-input{width:73%;margin-right:2%;float:left;position:relative}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button{width:25%;float:left;font-size:15px}.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:active,.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:focus,.monsterinsights-upload-media-wrapper .monsterinsights-upload-media .monsterinsights-upload-media-button:hover{outline:none}.monsterinsights-email-summaries-settings a{color:#509fe2!important}.monsterinsights-email-summaries-settings a:focus,.monsterinsights-email-summaries-settings a:hover{color:#393f4c!important}.monsterinsights-email-summaries-settings .monsterinsights-dark{display:block}.monsterinsights-email-summaries-settings .inline-field .monsterinsights-button:first-child{margin-left:0}.monsterinsights-email-summaries-settings .monsterinsights-settings-input-repeater{margin-bottom:18px}.monsterinsights-email-summaries-settings .monsterinsights-button.monsterinsights-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.monsterinsights-accordion .monsterinsights-accordion{padding:0;border:1px solid #e0e0e0}.monsterinsights-accordion .monsterinsights-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.monsterinsights-accordion .monsterinsights-accordion div:last-child .monsterinsights-accordion-item-details{border-radius:5px}.monsterinsights-accordion .monsterinsights-accordion dd{margin-left:0;margin-bottom:0}.monsterinsights-accordion .monsterinsights-accordion-item-trigger{cursor:pointer;outline:none}.monsterinsights-accordion .monsterinsights-accordion-item-details-inner,.monsterinsights-accordion .monsterinsights-accordion-item-trigger{padding:0 20px 30px}.monsterinsights-accordion .monsterinsights-accordion-item.is-active .monsterinsights-accordion-item-title{border-bottom:1px solid #e0e0e0}.monsterinsights-accordion .monsterinsights-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-right:1.25rem}.monsterinsights-accordion .monsterinsights-accordion-item-title h4.monsterinsights-accordion-item-title-text .title{padding-left:15px}.monsterinsights-accordion .monsterinsights-accordion-item-trigger{width:100%;text-align:left;background-color:rgba(0,0,0,0);border:none}.monsterinsights-accordion .monsterinsights-accordion-item-trigger-icon{display:block;position:absolute;top:0;right:1.5rem;bottom:0;margin:auto;width:8px;height:8px;border-right:2px solid #363636;border-bottom:2px solid #363636;-webkit-transform:translateY(-2px) rotate(45deg);-ms-transform:translateY(-2px) rotate(45deg);transform:translateY(-2px) rotate(45deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.monsterinsights-accordion .monsterinsights-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(225deg);-ms-transform:translateY(2px) rotate(225deg);transform:translateY(2px) rotate(225deg)}.monsterinsights-accordion .monsterinsights-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.monsterinsights-accordion .monsterinsights-accordion-item-details p,.monsterinsights-accordion .monsterinsights-accordion-item-details ul{font-size:1.2em;line-height:1.8}.monsterinsights-accordion .monsterinsights-accordion-item-enter-active,.monsterinsights-accordion .monsterinsights-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.monsterinsights-accordion .monsterinsights-accordion-item-enter,.monsterinsights-accordion .monsterinsights-accordion-item-leave-to{height:0!important}body{background:#f3f6ff;margin:0}.monsterinsights-admin-page,.monsterinsights-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-left:0}.monsterinsights-highlighted-text{color:#64bfa5;font-weight:700}.monsterinsights-bold{font-weight:700}.monsterinsights-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-header{padding:20px 10px;background-color:#f9fbff;min-height:85px}.monsterinsights-settings-panel-network>.monsterinsights-header{background-color:rgba(0,0,0,0)}.monsterinsights-logo-area{float:left;max-width:calc(100vw - 170px)}.monsterinsights-logo-area img{display:block;max-width:100%}@media (max-width:782px){.monsterinsights-logo-area{text-align:center;margin:0 auto;float:none}.monsterinsights-logo-area img{display:inline-block;max-height:35px}}@media (max-width:782px){.monsterinsights-header .monsterinsights-container,.monsterinsights-navigation-bar .monsterinsights-container{padding:0;width:100%}}.monsterinsights-navigation-bar{width:100%;background:#fff;border-top:1px solid #d5e2ed;border-bottom:1px solid #d5e2ed;padding:0 10px}@media (max-width:782px){.monsterinsights-navigation-bar{padding:0;border:0}}@media (max-width:750px){.monsterinsights-navigation-bar{background:none}}.monsterinsights-admin-page{position:relative}.monsterinsights-admin-page .monsterinsights-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-header{padding-bottom:5px}.monsterinsights-admin-page .monsterinsights-header .monsterinsights-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}#wpfooter{position:relative}#wpfooter:before{left:20px;right:20px;height:1px;background:#d6e2ed;content:"";position:absolute;top:-12px}.monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-navigation-tab-link{text-decoration:none;padding:17px 0 15px;border-bottom:2px solid #fff;font-size:14px;color:#393f4c;display:inline-block;margin-right:25px;line-height:1;outline:none;font-family:Lato,sans-serif}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link:hover{color:#509fe2;border-bottom-color:#509fe2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{font-weight:700}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:focus,.monsterinsights-admin-page .monsterinsights-navigation-tab-link.monsterinsights-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#393f4c;cursor:default}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.year-in-review{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJKSURBVHgBjdJbSFMBHMfx/7lMT7qdk5s7IsvWdIqZ6UFNJC+Yl4EGQUkYItHN8NZl7KESohUUVKCst8QoYkTFlLzlhWHZispSK7NWyjbdZmPJ5tbuLk9ZBD0U+H35v3xe/vADAEDgr15nZ3PgPymLi3E0o9F4XJim5P7GtfEpvIJHNYrJE6UXDXF/4MdKec3qrU2pakNS6+YuhULhQL98z3tvR26C58OKgY7aVJjWd/bUT8OuwtGsvSXJuICKQPEyLJZpTvjutI4UURqgiNm7NqE+I1EvXNDu60rShr2mM5K8etOK22H2OrCsCXUbGnD0PgD8a2B0uvKKTySBzVJqC8IsHR3cVhHNCgia3F2N0wKxnuUR4wiCsL8eLj8wxuyM0Q3l5nTTfDwIQhcNVL4HXK6Aqq9Dfu/2xpJoHhmViaEIiTyT1dMzQl0yKjqoI9e5kbStQ0ByMfBhcaCeqQO3n5i1hxgVB/NP8jiRDtzjXIoUb6fPR0h6EONwA9gIHsQXDQNfhMMR8j5Q9nHpp88uN8rEmJjSt1bMshDrSywoa0mNnxKI06fAZZEBTuwCPrMIaMQiPNEavvnZ5fl0WaqnKUnEYK3XhIVBc4GCR6yHDdIvkFw+BwSXghc3xOGBnonOEVdmg+Ly41uNEg7fGeKb8ahIulqSpwH7Ozl4pTtg2aOBN7rWO2NW69UuatrC4qFsJbSjKE5wM5sGX0H7oZu2+f7DbNBSFXqqOj3QnK7M+dcsjOc6Tz6sOEbCy+v7W56runvVF8rzYQ39AJVT15Tcu/1IAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:0 50%;padding-left:18px;font-weight:700}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-navigation-tab-link{width:100%;text-align:center;padding:10px;color:#509fe2;font-size:16px;background:#fff;border:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link.router-link-exact-active{display:none}.monsterinsights-admin-page .monsterinsights-navigation-tab-link:focus{color:#393f4c;text-decoration:underline}}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:10px 20px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-button:focus,.monsterinsights-admin-page .monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary{background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-secondary:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray{background:#8ea4b4;border-color:#738ea1;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray:hover{background-color:#596771;border-color:#738ea1}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-gray.monsterinsights-button-disabled{pointer-events:none}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text{background:rgba(0,0,0,0);border:none;color:#509fe2;padding:0;border-radius:0;text-decoration:underline}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:focus,.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-red{background:#ea4e64;border-color:#d21933;color:#fff}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-admin-page .monsterinsights-button.monsterinsights-button-small{font-size:13px;line-height:20px;padding:5px 10px}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.monsterinsights-mobile-nav-trigger{color:#393f4c;font-size:16px;font-weight:500;width:100%;display:block;border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#fff;padding:15px 10px;line-height:1;margin:0}@media (min-width:783px){.monsterinsights-mobile-nav-trigger{display:none}}.monsterinsights-mobile-nav-trigger i{color:#acbdc9;margin-left:10px;vertical-align:middle}@media (max-width:782px){.monsterinsights-main-navigation{background:#fff;height:0;overflow:hidden}.monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:10px 0;height:auto;border-bottom:1px solid #d6e2ed}}@media (min-width:782px){.monsterinsights-swal{margin-left:160px}.auto-fold .monsterinsights-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .monsterinsights-swal{margin-left:160px}.folded .monsterinsights-swal{margin-left:36px}}.monsterinsights-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-modal .monsterinsights-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.monsterinsights-modal .monsterinsights-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.monsterinsights-modal .monsterinsights-modal-inner p{margin-bottom:0}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-modal-buttons{margin-top:50px}.monsterinsights-modal .monsterinsights-modal-inner .monsterinsights-button{margin:0 10px}.monsterinsights-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(0,0,0,.5)}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%}.monsterinsights-welcome-overlay .monsterinsights-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content{height:100%}.monsterinsights-welcome-overlay .monsterinsights-welcome-overlay-content iframe{height:100%;width:100%}.monsterinsights-float-right{float:right}.monsterinsights-loading-spinner-inline{text-align:center;margin:25px}.monsterinsights-loading-spinner-inline .monsterinsights-loading-spinner-inline-loader-holder{display:inline-block}.monsterinsights-semrush-cta{background:#fff;border-left:3px solid #338eef;padding:20px 26px;border-radius:3px 0 0 3px;position:relative}.monsterinsights-semrush-cta br{display:none}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-close{position:absolute;top:12px;right:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.monsterinsights-semrush-cta .monsterinsights-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.monsterinsights-semrush-cta .monsterinsights-button{background:#338eef;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.monsterinsights-semrush-cta .monsterinsights-bu