From 57ca5dc5f217ff6be1da4ba14c49167afb3edf52 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 17 Nov 2025 22:05:05 +0100 Subject: [PATCH] WIP:wp-content/plugins --- .../plugins/classic-editor/LICENSE.md | 400 ++ .../plugins/classic-editor/classic-editor.php | 941 ++++ .../classic-editor/js/block-editor-plugin.js | 23 + .../plugins/classic-editor/readme.txt | 119 + .../google-analytics-for-wordpress/README.md | 163 + .../assets/css/admin-common.css | 56 + .../assets/css/admin-common.min.css | 1 + .../assets/css/images/index.php | 4 + .../assets/css/images/logo.png | Bin 0 -> 14599 bytes .../assets/css/images/logo@2x.png | Bin 0 -> 17041 bytes .../assets/css/images/mascot.png | Bin 0 -> 6013 bytes .../assets/css/images/mascot@2x.png | Bin 0 -> 9884 bytes .../assets/css/index.php | 4 + .../assets/fonts/README.md | 17 + .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes .../fonts/glyphicons-halflings-regular.svg | 288 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes .../assets/fonts/icons.eot | Bin 0 -> 12334 bytes .../assets/fonts/icons.otf | Bin 0 -> 40112 bytes .../assets/fonts/icons.ttf | Bin 0 -> 12156 bytes .../assets/fonts/icons.woff | Bin 0 -> 7856 bytes .../assets/fonts/icons.woff2 | Bin 0 -> 6372 bytes .../assets/fonts/index.php | 4 + .../assets/fonts/monsterinsights.eot | Bin 0 -> 6920 bytes .../assets/fonts/monsterinsights.svg | 1 + .../assets/fonts/monsterinsights.ttf | Bin 0 -> 6748 bytes .../assets/fonts/monsterinsights.woff | Bin 0 -> 3880 bytes .../assets/images/down-green.png | Bin 0 -> 199 bytes .../assets/images/down-green@2x.png | Bin 0 -> 450 bytes .../assets/images/down.png | Bin 0 -> 1049 bytes .../assets/images/down@2x.png | Bin 0 -> 1519 bytes .../assets/images/index.php | 4 + .../assets/images/mascot.png | Bin 0 -> 4490 bytes .../assets/images/plugin-om.png | Bin 0 -> 48237 bytes .../assets/images/plugin-smtp.png | Bin 0 -> 8391 bytes .../assets/images/plugin-wpforms.png | Bin 0 -> 6173 bytes .../assets/images/question-mark.png | Bin 0 -> 299 bytes .../assets/images/rafflepress.png | Bin 0 -> 1485 bytes .../assets/images/seedprod.png | Bin 0 -> 2698 bytes .../assets/images/trustpulse.png | Bin 0 -> 1674 bytes .../assets/images/up-red.png | Bin 0 -> 197 bytes .../assets/images/up-red@2x.png | Bin 0 -> 438 bytes .../assets/images/up.png | Bin 0 -> 1051 bytes .../assets/images/up@2x.png | Bin 0 -> 1504 bytes .../assets/images/upsell/chart.png | Bin 0 -> 16271 bytes .../assets/images/upsell/chart.svg | 54 + .../assets/images/upsell/woo-edd-upsell.png | Bin 0 -> 15563 bytes .../assets/images/upsell/woo-edd-upsell.svg | 38 + .../assets/index.php | 4 + .../assets/js/admin-common.js | 25 + .../assets/js/admin-common.min.js | 1 + .../assets/js/frontend.js | 643 +++ .../assets/js/frontend.min.js | 46 + .../assets/js/index.php | 4 + .../assets/lib/index.php | 4 + .../pandora/class-am-deactivation-survey.php | 343 ++ .../lib/pandora/class-am-notification.php | 472 ++ .../googleanalytics.php | 746 +++ .../includes/admin/admin.php | 494 ++ .../includes/admin/ajax.php | 209 + .../includes/admin/api-auth.php | 583 ++ .../includes/admin/common.php | 1066 ++++ .../includes/admin/index.php | 4 + .../includes/admin/licensing/autoupdate.php | 94 + .../includes/admin/licensing/skin.php | 115 + .../includes/admin/notice.php | 236 + .../includes/admin/pages/addons.php | 183 + .../includes/admin/pages/reports.php | 65 + .../includes/admin/pages/settings.php | 124 + .../includes/admin/pages/tools.php | 44 + .../includes/admin/reporting.php | 68 + .../admin/reports/abstract-report.php | 439 ++ .../includes/admin/reports/index.php | 4 + .../includes/admin/reports/overview.php | 80 + .../includes/admin/review.php | 192 + .../includes/admin/routes.php | 707 +++ .../includes/admin/tracking.php | 247 + .../includes/api-request.php | 439 ++ .../includes/auth.php | 250 + .../includes/capabilities.php | 89 + .../includes/deprecated.php | 236 + .../frontend/class-tracking-abstract.php | 79 + .../events/class-analytics-events.php | 116 + .../includes/frontend/events/index.php | 4 + .../includes/frontend/frontend.php | 383 ++ .../includes/frontend/index.php | 4 + .../includes/frontend/seedprod.php | 45 + .../tracking/class-tracking-analytics.php | 340 ++ .../tracking/class-tracking-preview.php | 81 + .../includes/frontend/tracking/index.php | 4 + .../includes/helpers.php | 1242 +++++ .../includes/index.php | 4 + .../includes/install.php | 673 +++ .../includes/measurement-protocol.php | 142 + .../includes/options.php | 414 ++ .../google-analytics-for-wordpress/index.php | 4 + .../google-analytics-for-wordpress.pot | 4909 +++++++++++++++++ .../languages/index.php | 4 + .../languages/vue.php | 2420 ++++++++ .../lite/assets/img/mi-dw-bg.png | Bin 0 -> 48061 bytes .../lite/assets/img/mi-dw-cog@2x.png | Bin 0 -> 1379 bytes .../lite/assets/vue/css/chunk-common.css | 1 + .../lite/assets/vue/css/chunk-common.rtl.css | 1 + .../lite/assets/vue/css/chunk-vendors.css | 1 + .../lite/assets/vue/css/chunk-vendors.rtl.css | 1 + .../lite/assets/vue/css/frontend.css | 1 + .../lite/assets/vue/css/frontend.rtl.css | 1 + .../lite/assets/vue/css/reports.css | 3 + .../lite/assets/vue/css/reports.rtl.css | 3 + .../lite/assets/vue/css/settings.css | 1 + .../lite/assets/vue/css/settings.rtl.css | 1 + .../lite/assets/vue/css/widget.css | 3 + .../lite/assets/vue/css/widget.rtl.css | 3 + .../lite/assets/vue/css/wizard.css | 1 + .../lite/assets/vue/css/wizard.rtl.css | 1 + .../lite/assets/vue/fonts/icons.otf | Bin 0 -> 42516 bytes .../lite/assets/vue/fonts/icons.ttf | Bin 0 -> 12848 bytes .../lite/assets/vue/fonts/icons.woff | Bin 0 -> 8364 bytes .../lite/assets/vue/fonts/icons.woff2 | Bin 0 -> 6788 bytes .../assets/vue/fonts/lato-bold-webfont.woff | Bin 0 -> 32468 bytes .../assets/vue/fonts/lato-bold-webfont.woff2 | Bin 0 -> 25432 bytes .../vue/fonts/lato-regular-webfont.woff | Bin 0 -> 32568 bytes .../vue/fonts/lato-regular-webfont.woff2 | Bin 0 -> 25068 bytes .../assets/vue/fonts/text-security-disc.ttf | Bin 0 -> 12392 bytes .../assets/vue/fonts/text-security-disc.woff | Bin 0 -> 2988 bytes .../assets/vue/fonts/text-security-disc.woff2 | Bin 0 -> 2280 bytes .../lite/assets/vue/img/about-icon-addons.png | Bin 0 -> 31906 bytes .../lite/assets/vue/img/about-icon-check.svg | 9 + .../assets/vue/img/about-icon-connect.png | Bin 0 -> 20650 bytes .../assets/vue/img/about-icon-ecommerce.png | Bin 0 -> 17238 bytes .../lite/assets/vue/img/about-icon-gdpr.png | Bin 0 -> 20465 bytes .../lite/assets/vue/img/about-icon-guide.png | Bin 0 -> 22593 bytes .../lite/assets/vue/img/about-team.jpg | Bin 0 -> 210015 bytes .../assets/vue/img/addon-icon-ecommerce.png | Bin 0 -> 7916 bytes .../vue/img/addon-icon-eu-compliance.png | Bin 0 -> 5285 bytes .../lite/assets/vue/img/charlie.png | Bin 0 -> 27033 bytes .../lite/assets/vue/img/charlie2x.png | Bin 0 -> 29832 bytes .../lite/assets/vue/img/chris.png | Bin 0 -> 17875 bytes .../assets/vue/img/confetti-background.png | Bin 0 -> 28419 bytes .../assets/vue/img/easy-digital-downloads.png | Bin 0 -> 9668 bytes .../lite/assets/vue/img/flags.png | Bin 0 -> 88672 bytes .../assets/vue/img/icon-scroll-tracking.png | Bin 0 -> 8353 bytes .../lite/assets/vue/img/logo.png | Bin 0 -> 14599 bytes .../lite/assets/vue/img/logo@2x.png | Bin 0 -> 17041 bytes .../lite/assets/vue/img/map-background.png | Bin 0 -> 59633 bytes .../lite/assets/vue/img/mascot.png | Bin 0 -> 8304 bytes .../lite/assets/vue/img/memberpress.png | Bin 0 -> 11560 bytes .../assets/vue/img/mi-onboarding-logo.png | Bin 0 -> 15597 bytes .../img/monsterinsights-report-ecommerce.png | Bin 0 -> 157803 bytes .../lite/assets/vue/img/reports-upsell-bg.png | Bin 0 -> 12744 bytes .../lite/assets/vue/img/syed.png | Bin 0 -> 17312 bytes .../assets/vue/img/testimonial-avatar-2.png | Bin 0 -> 37662 bytes .../assets/vue/img/testimonial-avatar.jpeg | Bin 0 -> 55059 bytes .../lite/assets/vue/img/welcome-mascot.png | Bin 0 -> 27246 bytes .../assets/vue/img/welcome-video-image.jpg | Bin 0 -> 59117 bytes .../lite/assets/vue/img/woocommerce.png | Bin 0 -> 12938 bytes .../lite/assets/vue/img/wpforms.png | Bin 0 -> 11771 bytes .../lite/assets/vue/js/chunk-common.js | 1 + .../assets/vue/js/chunk-frontend-vendors.js | 20 + .../lite/assets/vue/js/chunk-vendors.js | 50 + .../lite/assets/vue/js/frontend.js | 1 + .../lite/assets/vue/js/reports.js | 8 + .../lite/assets/vue/js/settings.js | 1 + .../lite/assets/vue/js/widget.js | 1 + .../lite/assets/vue/js/wizard.js | 1 + .../lite/includes/admin/connect.php | 194 + .../lite/includes/admin/dashboard-widget.php | 331 ++ .../lite/includes/admin/helpers.php | 274 + .../lite/includes/admin/index.php | 4 + .../lite/includes/admin/onboarding-wizard.php | 449 ++ .../admin/reports/report-dimensions.php | 29 + .../admin/reports/report-ecommerce.php | 29 + .../includes/admin/reports/report-forms.php | 29 + .../admin/reports/report-publisher.php | 29 + .../includes/admin/reports/report-queries.php | 29 + .../admin/reports/report-realtime.php | 29 + .../admin/reports/report-year-in-review.php | 64 + .../lite/includes/admin/tools.php | 17 + .../lite/includes/admin/welcome.php | 175 + .../lite/includes/admin/wp-site-health.php | 427 ++ .../lite/includes/index.php | 4 + .../lite/includes/license-compat.php | 54 + .../lite/includes/load.php | 58 + .../lite/index.php | 4 + .../google-analytics-for-wordpress/readme.txt | 815 +++ .../documentation.txt | 412 ++ .../img/icon-amazon.gif | Bin 0 -> 244 bytes .../img/icon-arne.gif | Bin 0 -> 1083 bytes .../img/icon-bing.gif | Bin 0 -> 345 bytes .../img/icon-donate.gif | Bin 0 -> 857 bytes .../img/icon-email.gif | Bin 0 -> 90 bytes .../img/icon-google.gif | Bin 0 -> 668 bytes .../img/icon-help.png | Bin 0 -> 699 bytes .../img/icon-paypal.gif | Bin 0 -> 220 bytes .../img/icon-trac.gif | Bin 0 -> 253 bytes .../img/icon-wordpress.gif | Bin 0 -> 173 bytes .../img/icon-yahoo.gif | Bin 0 -> 88 bytes .../google-sitemap-generator/img/sitemap.js | 109 + .../lang/sitemap-ar.mo | Bin 0 -> 19744 bytes .../lang/sitemap-ar.po | 920 +++ .../lang/sitemap-bg_BG.mo | Bin 0 -> 31729 bytes .../lang/sitemap-bg_BG.po | 827 +++ .../lang/sitemap-by_BY.mo | Bin 0 -> 26568 bytes .../lang/sitemap-by_BY.po | 685 +++ .../lang/sitemap-cs_CZ.mo | Bin 0 -> 20618 bytes .../lang/sitemap-cs_CZ.po | 604 ++ .../lang/sitemap-da_DK.mo | Bin 0 -> 19565 bytes .../lang/sitemap-da_DK.po | 594 ++ .../lang/sitemap-de_DE.mo | Bin 0 -> 22058 bytes .../lang/sitemap-de_DE.po | 1179 ++++ .../lang/sitemap-es_ES.mo | Bin 0 -> 27176 bytes .../lang/sitemap-es_ES.po | 1030 ++++ .../lang/sitemap-fi_FI.mo | Bin 0 -> 23562 bytes .../lang/sitemap-fi_FI.po | 1005 ++++ .../lang/sitemap-fr_FR.mo | Bin 0 -> 19521 bytes .../lang/sitemap-fr_FR.po | 1230 +++++ .../lang/sitemap-hi_IN.mo | Bin 0 -> 39342 bytes .../lang/sitemap-hi_IN.po | 1030 ++++ .../lang/sitemap-hu_HU.mo | Bin 0 -> 19572 bytes .../lang/sitemap-hu_HU.po | 596 ++ .../lang/sitemap-it_IT.mo | Bin 0 -> 26015 bytes .../lang/sitemap-it_IT.po | 938 ++++ .../lang/sitemap-ja.mo | Bin 0 -> 20247 bytes .../lang/sitemap-ja.po | 604 ++ .../lang/sitemap-ja_EUC.mo | Bin 0 -> 8584 bytes .../lang/sitemap-ja_EUC.po | 322 ++ .../lang/sitemap-ja_SJIS.mo | Bin 0 -> 8587 bytes .../lang/sitemap-ja_SJIS.po | 322 ++ .../lang/sitemap-ja_UTF.mo | Bin 0 -> 9953 bytes .../lang/sitemap-ja_UTF.po | 322 ++ .../lang/sitemap-ko_KR.mo | Bin 0 -> 22824 bytes .../lang/sitemap-ko_KR.po | 703 +++ .../lang/sitemap-nl_NL.mo | Bin 0 -> 22052 bytes .../lang/sitemap-nl_NL.po | 505 ++ .../lang/sitemap-pl_PL.mo | Bin 0 -> 21595 bytes .../lang/sitemap-pl_PL.po | 640 +++ .../lang/sitemap-pt_BR.mo | Bin 0 -> 8909 bytes .../lang/sitemap-pt_BR.po | 327 ++ .../lang/sitemap-pt_PT.mo | Bin 0 -> 19726 bytes .../lang/sitemap-pt_PT.po | 985 ++++ .../lang/sitemap-ru_RU.mo | Bin 0 -> 27041 bytes .../lang/sitemap-ru_RU.po | 685 +++ .../lang/sitemap-sl_SI.mo | Bin 0 -> 8586 bytes .../lang/sitemap-sl_SI.po | 325 ++ .../lang/sitemap-sr_RS.mo | Bin 0 -> 17791 bytes .../lang/sitemap-sr_RS.po | 964 ++++ .../lang/sitemap-sv_SE.mo | Bin 0 -> 8710 bytes .../lang/sitemap-sv_SE.po | 322 ++ .../lang/sitemap-tr_TR.mo | Bin 0 -> 24328 bytes .../lang/sitemap-tr_TR.po | 913 +++ .../lang/sitemap-uk_UA.mo | Bin 0 -> 27975 bytes .../lang/sitemap-uk_UA.po | 1005 ++++ .../lang/sitemap-zh_CN.mo | Bin 0 -> 24069 bytes .../lang/sitemap-zh_CN.po | 1054 ++++ .../lang/sitemap-zh_TW.mo | Bin 0 -> 22594 bytes .../lang/sitemap-zh_TW.po | 980 ++++ .../google-sitemap-generator/lang/sitemap.pot | 919 +++ .../google-sitemap-generator/license.txt | 339 ++ .../google-sitemap-generator/readme.txt | 464 ++ .../google-sitemap-generator/screenshot-1.png | Bin 0 -> 35423 bytes .../google-sitemap-generator/screenshot-2.png | Bin 0 -> 32087 bytes .../google-sitemap-generator/screenshot-3.png | Bin 0 -> 15392 bytes .../sitemap-builder.php | 567 ++ .../google-sitemap-generator/sitemap-core.php | 2272 ++++++++ .../sitemap-loader.php | 464 ++ .../google-sitemap-generator/sitemap-ui.php | 1316 +++++ .../google-sitemap-generator/sitemap-wpmu.php | 28 + .../google-sitemap-generator/sitemap.php | 113 + .../google-sitemap-generator/sitemap.xsl | 160 + .../COPYRIGHT.txt | 32 + .../open-graph-protocol-framework/LICENSE.txt | 674 +++ .../changelog.txt | 66 + .../lib/core/boot.php | 25 + .../core/class-open-graph-protocol-meta.php | 204 + .../class-open-graph-protocol-options.php | 207 + .../lib/core/class-open-graph-protocol.php | 165 + .../uty/class-open-graph-protocol-helper.php | 50 + .../open-graph-protocol-framework.php | 54 + .../open-graph-protocol-framework/readme.txt | 136 + .../screenshot-1.png | Bin 0 -> 8625 bytes .../plugins/user-role-editor/changelog.txt | 872 +++ .../css/images/ui-icons_444444_256x240.png | Bin 0 -> 6992 bytes .../css/images/ui-icons_555555_256x240.png | Bin 0 -> 6988 bytes .../css/images/ui-icons_777620_256x240.png | Bin 0 -> 4549 bytes .../css/images/ui-icons_777777_256x240.png | Bin 0 -> 6999 bytes .../css/images/ui-icons_cc0000_256x240.png | Bin 0 -> 4549 bytes .../css/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6299 bytes .../plugins/user-role-editor/css/index.php | 2 + .../user-role-editor/css/jquery-ui.css | 1225 ++++ .../user-role-editor/css/jquery-ui.min.css | 7 + .../user-role-editor/css/multiple-select.css | 191 + .../user-role-editor/css/multiple-select.png | Bin 0 -> 3380 bytes .../user-role-editor/css/ure-admin.css | 294 + .../images/admin-menu-editor-pro.jpg | Bin 0 -> 89948 bytes .../user-role-editor/images/ajax-loader.gif | Bin 0 -> 673 bytes .../images/changelog-icon.png | Bin 0 -> 494 bytes .../user-role-editor/images/donate-icon.png | Bin 0 -> 3190 bytes .../user-role-editor/images/faq-icon.png | Bin 0 -> 847 bytes .../plugins/user-role-editor/images/help.png | Bin 0 -> 786 bytes .../plugins/user-role-editor/images/index.php | 3 + .../user-role-editor/images/remove-16.png | Bin 0 -> 483 bytes .../images/user-role-editor-icon.png | Bin 0 -> 867 bytes .../images/user-role-editor-page-icon.png | Bin 0 -> 2503 bytes .../images/user-role-editor-pro-728x90.jpg | Bin 0 -> 59700 bytes .../user-role-editor/images/vladimir.png | Bin 0 -> 767 bytes .../includes/classes/advertisement.php | 113 + .../includes/classes/ajax-processor.php | 221 + .../includes/classes/assign-role.php | 176 + .../includes/classes/base-lib.php | 363 ++ .../includes/classes/bbpress.php | 116 + .../classes/capabilities-groups-manager.php | 416 ++ .../includes/classes/capabilities.php | 393 ++ .../includes/classes/capability.php | 219 + .../includes/classes/editor.php | 1402 +++++ .../includes/classes/grant-roles.php | 496 ++ .../known-js-css-compatibility-issues.php | 89 + .../user-role-editor/includes/classes/lib.php | 545 ++ .../includes/classes/own-capabilities.php | 164 + .../includes/classes/protect-admin.php | 243 + .../classes/role-additional-options.php | 144 + .../includes/classes/role-view.php | 432 ++ .../includes/classes/screen-help.php | 124 + .../includes/classes/settings.php | 271 + .../includes/classes/task-queue.php | 150 + .../includes/classes/tools.php | 78 + .../includes/classes/user-other-roles.php | 374 ++ .../includes/classes/user-role-editor.php | 896 +++ .../includes/classes/user-view.php | 210 + .../includes/classes/view.php | 350 ++ .../classes/woocommerce-capabilities.php | 125 + .../includes/define-constants.php | 15 + .../user-role-editor/includes/index.php | 2 + .../user-role-editor/includes/loader.php | 34 + .../includes/misc-support-stuff.php | 84 + .../includes/settings-template.php | 259 + .../plugins/user-role-editor/index.php | 2 + .../plugins/user-role-editor/js/index.php | 2 + .../user-role-editor/js/multiple-select.js | 782 +++ .../plugins/user-role-editor/js/settings.js | 57 + .../plugins/user-role-editor/js/ure.js | 780 +++ .../js/user-profile-other-roles.js | 61 + .../user-role-editor/js/users-grant-roles.js | 166 + .../plugins/user-role-editor/js/users.js | 104 + .../plugins/user-role-editor/lang/index.php | 2 + .../lang/user-role-editor.pot | 1110 ++++ .../plugins/user-role-editor/license.txt | 375 ++ .../plugins/user-role-editor/readme.txt | 105 + .../plugins/user-role-editor/screenshot-1.png | Bin 0 -> 53364 bytes .../plugins/user-role-editor/screenshot-2.png | Bin 0 -> 46890 bytes .../plugins/user-role-editor/screenshot-3.png | Bin 0 -> 35982 bytes .../plugins/user-role-editor/screenshot-4.png | Bin 0 -> 36915 bytes .../plugins/user-role-editor/screenshot-5.png | Bin 0 -> 16994 bytes .../plugins/user-role-editor/screenshot-6.png | Bin 0 -> 31655 bytes .../plugins/user-role-editor/uninstall.php | 46 + .../user-role-editor/user-role-editor.php | 50 + 357 files changed, 69531 insertions(+) create mode 100644 wordpress/wp-content/plugins/classic-editor/LICENSE.md create mode 100644 wordpress/wp-content/plugins/classic-editor/classic-editor.php create mode 100644 wordpress/wp-content/plugins/classic-editor/js/block-editor-plugin.js create mode 100644 wordpress/wp-content/plugins/classic-editor/readme.txt create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/README.md create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/css/admin-common.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/css/admin-common.min.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/css/images/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/css/images/logo.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/css/images/logo@2x.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/css/images/mascot.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/css/images/mascot@2x.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/css/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/README.md create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.eot create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.svg create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.ttf create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.woff create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.woff2 create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.eot create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.otf create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.ttf create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.woff create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.woff2 create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/monsterinsights.eot create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/monsterinsights.svg create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/monsterinsights.ttf create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/fonts/monsterinsights.woff create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/down-green.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/down-green@2x.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/down.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/down@2x.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/mascot.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/plugin-om.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/plugin-smtp.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/plugin-wpforms.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/question-mark.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/rafflepress.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/seedprod.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/trustpulse.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/up-red.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/up-red@2x.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/up.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/up@2x.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/chart.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/chart.svg create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/woo-edd-upsell.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/woo-edd-upsell.svg create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/js/admin-common.js create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/js/admin-common.min.js create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.js create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/js/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/lib/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/lib/pandora/class-am-deactivation-survey.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/lib/pandora/class-am-notification.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/googleanalytics.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/admin.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/ajax.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/api-auth.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/common.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing/autoupdate.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing/skin.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/notice.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/addons.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/reports.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/settings.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/tools.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reporting.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/abstract-report.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/overview.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/review.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/routes.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/tracking.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/api-request.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/auth.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/capabilities.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/deprecated.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/class-tracking-abstract.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events/class-analytics-events.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/frontend.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/seedprod.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/class-tracking-analytics.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/class-tracking-preview.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/helpers.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/install.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/measurement-protocol.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/options.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/languages/google-analytics-for-wordpress.pot create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/languages/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/languages/vue.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/mi-dw-bg.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/mi-dw-cog@2x.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-common.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-common.rtl.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-vendors.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-vendors.rtl.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/frontend.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/frontend.rtl.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/reports.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/reports.rtl.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/settings.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/settings.rtl.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/widget.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/widget.rtl.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/wizard.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/wizard.rtl.css create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.otf create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.ttf create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.woff create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.woff2 create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-bold-webfont.woff create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-bold-webfont.woff2 create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-regular-webfont.woff create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-regular-webfont.woff2 create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/text-security-disc.ttf create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/text-security-disc.woff create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/text-security-disc.woff2 create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-addons.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-check.svg create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-connect.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-ecommerce.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-gdpr.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-guide.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-team.jpg create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/addon-icon-ecommerce.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/addon-icon-eu-compliance.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/charlie.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/charlie2x.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/chris.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/confetti-background.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/easy-digital-downloads.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/flags.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/icon-scroll-tracking.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/logo.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/logo@2x.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/map-background.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/mascot.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/memberpress.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/mi-onboarding-logo.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/monsterinsights-report-ecommerce.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/reports-upsell-bg.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/syed.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/testimonial-avatar-2.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/testimonial-avatar.jpeg create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/welcome-mascot.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/welcome-video-image.jpg create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/woocommerce.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/wpforms.png create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-common.js create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-frontend-vendors.js create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-vendors.js create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/frontend.js create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/reports.js create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/settings.js create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/widget.js create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/wizard.js create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/connect.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/dashboard-widget.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/helpers.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/onboarding-wizard.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-dimensions.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-ecommerce.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-forms.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-publisher.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-queries.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-realtime.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-year-in-review.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/tools.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/welcome.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/wp-site-health.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/license-compat.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/load.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/index.php create mode 100644 wordpress/wp-content/plugins/google-analytics-for-wordpress/readme.txt create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/documentation.txt create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/img/icon-amazon.gif create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/img/icon-arne.gif create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/img/icon-bing.gif create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/img/icon-donate.gif create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/img/icon-email.gif create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/img/icon-google.gif create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/img/icon-help.png create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/img/icon-paypal.gif create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/img/icon-trac.gif create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/img/icon-wordpress.gif create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/img/icon-yahoo.gif create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/img/sitemap.js create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ar.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ar.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-bg_BG.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-bg_BG.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-by_BY.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-by_BY.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-cs_CZ.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-cs_CZ.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-da_DK.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-da_DK.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-de_DE.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-de_DE.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-es_ES.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-es_ES.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fi_FI.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fi_FI.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fr_FR.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fr_FR.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hi_IN.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hi_IN.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hu_HU.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hu_HU.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-it_IT.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-it_IT.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_EUC.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_EUC.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_UTF.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_UTF.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ko_KR.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ko_KR.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-nl_NL.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-nl_NL.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pl_PL.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pl_PL.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_BR.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_BR.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_PT.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_PT.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ru_RU.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ru_RU.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sl_SI.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sl_SI.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sr_RS.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sr_RS.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sv_SE.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sv_SE.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-tr_TR.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-tr_TR.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-uk_UA.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-uk_UA.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_CN.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_CN.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_TW.mo create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_TW.po create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap.pot create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/license.txt create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/readme.txt create mode 100755 wordpress/wp-content/plugins/google-sitemap-generator/screenshot-1.png create mode 100755 wordpress/wp-content/plugins/google-sitemap-generator/screenshot-2.png create mode 100755 wordpress/wp-content/plugins/google-sitemap-generator/screenshot-3.png create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/sitemap-builder.php create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/sitemap-core.php create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/sitemap-loader.php create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/sitemap-ui.php create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/sitemap-wpmu.php create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/sitemap.php create mode 100644 wordpress/wp-content/plugins/google-sitemap-generator/sitemap.xsl create mode 100644 wordpress/wp-content/plugins/open-graph-protocol-framework/COPYRIGHT.txt create mode 100644 wordpress/wp-content/plugins/open-graph-protocol-framework/LICENSE.txt create mode 100644 wordpress/wp-content/plugins/open-graph-protocol-framework/changelog.txt create mode 100644 wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/boot.php create mode 100644 wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/class-open-graph-protocol-meta.php create mode 100644 wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/class-open-graph-protocol-options.php create mode 100644 wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/class-open-graph-protocol.php create mode 100644 wordpress/wp-content/plugins/open-graph-protocol-framework/lib/uty/class-open-graph-protocol-helper.php create mode 100644 wordpress/wp-content/plugins/open-graph-protocol-framework/open-graph-protocol-framework.php create mode 100644 wordpress/wp-content/plugins/open-graph-protocol-framework/readme.txt create mode 100644 wordpress/wp-content/plugins/open-graph-protocol-framework/screenshot-1.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/changelog.txt create mode 100644 wordpress/wp-content/plugins/user-role-editor/css/images/ui-icons_444444_256x240.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/css/images/ui-icons_555555_256x240.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/css/images/ui-icons_777620_256x240.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/css/images/ui-icons_777777_256x240.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/css/images/ui-icons_cc0000_256x240.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/css/images/ui-icons_ffffff_256x240.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/css/index.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/css/jquery-ui.css create mode 100644 wordpress/wp-content/plugins/user-role-editor/css/jquery-ui.min.css create mode 100644 wordpress/wp-content/plugins/user-role-editor/css/multiple-select.css create mode 100644 wordpress/wp-content/plugins/user-role-editor/css/multiple-select.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/css/ure-admin.css create mode 100644 wordpress/wp-content/plugins/user-role-editor/images/admin-menu-editor-pro.jpg create mode 100644 wordpress/wp-content/plugins/user-role-editor/images/ajax-loader.gif create mode 100644 wordpress/wp-content/plugins/user-role-editor/images/changelog-icon.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/images/donate-icon.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/images/faq-icon.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/images/help.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/images/index.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/images/remove-16.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/images/user-role-editor-icon.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/images/user-role-editor-page-icon.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/images/user-role-editor-pro-728x90.jpg create mode 100644 wordpress/wp-content/plugins/user-role-editor/images/vladimir.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/advertisement.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/ajax-processor.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/assign-role.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/base-lib.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/bbpress.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/capabilities-groups-manager.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/capabilities.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/capability.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/editor.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/grant-roles.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/known-js-css-compatibility-issues.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/lib.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/own-capabilities.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/protect-admin.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/role-additional-options.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/role-view.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/screen-help.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/settings.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/task-queue.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/tools.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/user-other-roles.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/user-role-editor.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/user-view.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/view.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/classes/woocommerce-capabilities.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/define-constants.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/index.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/loader.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/includes/misc-support-stuff.php create mode 100755 wordpress/wp-content/plugins/user-role-editor/includes/settings-template.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/index.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/js/index.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/js/multiple-select.js create mode 100644 wordpress/wp-content/plugins/user-role-editor/js/settings.js create mode 100644 wordpress/wp-content/plugins/user-role-editor/js/ure.js create mode 100644 wordpress/wp-content/plugins/user-role-editor/js/user-profile-other-roles.js create mode 100644 wordpress/wp-content/plugins/user-role-editor/js/users-grant-roles.js create mode 100644 wordpress/wp-content/plugins/user-role-editor/js/users.js create mode 100644 wordpress/wp-content/plugins/user-role-editor/lang/index.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/lang/user-role-editor.pot create mode 100644 wordpress/wp-content/plugins/user-role-editor/license.txt create mode 100644 wordpress/wp-content/plugins/user-role-editor/readme.txt create mode 100644 wordpress/wp-content/plugins/user-role-editor/screenshot-1.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/screenshot-2.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/screenshot-3.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/screenshot-4.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/screenshot-5.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/screenshot-6.png create mode 100644 wordpress/wp-content/plugins/user-role-editor/uninstall.php create mode 100644 wordpress/wp-content/plugins/user-role-editor/user-role-editor.php diff --git a/wordpress/wp-content/plugins/classic-editor/LICENSE.md b/wordpress/wp-content/plugins/classic-editor/LICENSE.md new file mode 100644 index 00000000..26279ac8 --- /dev/null +++ b/wordpress/wp-content/plugins/classic-editor/LICENSE.md @@ -0,0 +1,400 @@ +### WordPress - Web publishing software + + Copyright 2011-2019 by the contributors + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +This program incorporates work covered by the following copyright and +permission notices: + + b2 is (c) 2001, 2002 Michel Valdrighi - m@tidakada.com - + http://tidakada.com + + Wherever third party code has been used, credit has been given in the code's + comments. + + b2 is released under the GPL + +and + + WordPress - Web publishing software + + Copyright 2003-2010 by the contributors + + WordPress is released under the GPL + +--- + +### GNU GENERAL PUBLIC LICENSE + +Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +### Preamble + +The licenses for most software are designed to take away your freedom +to share and change it. By contrast, the GNU General Public License is +intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if +you distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, +we want its recipients to know that what they have is not the +original, so that any problems introduced by others will not reflect +on the original authors' reputations. + +Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at +all. + +The precise terms and conditions for copying, distribution and +modification follow. + +### TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +**0.** This License applies to any program or other work which +contains a notice placed by the copyright holder saying it may be +distributed under the terms of this General Public License. The +"Program", below, refers to any such program or work, and a "work +based on the Program" means either the Program or any derivative work +under copyright law: that is to say, a work containing the Program or +a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is +included without limitation in the term "modification".) Each licensee +is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the Program +(independent of having been made by running the Program). Whether that +is true depends on what the Program does. + +**1.** You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a +fee. + +**2.** You may modify your copy or copies of the Program or any +portion of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + +**a)** You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + + +**b)** You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any part +thereof, to be licensed as a whole at no charge to all third parties +under the terms of this License. + + +**c)** If the modified program normally reads commands interactively +when run, you must cause it, when started running for such interactive +use in the most ordinary way, to print or display an announcement +including an appropriate copyright notice and a notice that there is +no warranty (or else, saying that you provide a warranty) and that +users may redistribute the program under these conditions, and telling +the user how to view a copy of this License. (Exception: if the +Program itself is interactive but does not normally print such an +announcement, your work based on the Program is not required to print +an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +**3.** You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + +**a)** Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections 1 +and 2 above on a medium customarily used for software interchange; or, + + +**b)** Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your cost of +physically performing source distribution, a complete machine-readable +copy of the corresponding source code, to be distributed under the +terms of Sections 1 and 2 above on a medium customarily used for +software interchange; or, + + +**c)** Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is allowed +only for noncommercial distribution and only if you received the +program in object code or executable form with such an offer, in +accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +**4.** You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt otherwise +to copy, modify, sublicense or distribute the Program is void, and +will automatically terminate your rights under this License. However, +parties who have received copies, or rights, from you under this +License will not have their licenses terminated so long as such +parties remain in full compliance. + +**5.** You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +**6.** Each time you redistribute the Program (or any work based on +the Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +**7.** If, as a consequence of a court judgment or allegation of +patent infringement or for any other reason (not limited to patent +issues), conditions are imposed on you (whether by court order, +agreement or otherwise) that contradict the conditions of this +License, they do not excuse you from the conditions of this License. +If you cannot distribute so as to satisfy simultaneously your +obligations under this License and any other pertinent obligations, +then as a consequence you may not distribute the Program at all. For +example, if a patent license would not permit royalty-free +redistribution of the Program by all those who receive copies directly +or indirectly through you, then the only way you could satisfy both it +and this License would be to refrain entirely from distribution of the +Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +**8.** If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +**9.** The Free Software Foundation may publish revised and/or new +versions of the General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Program does not specify a +version number of this License, you may choose any version ever +published by the Free Software Foundation. + +**10.** If you wish to incorporate parts of the Program into other +free programs whose distribution conditions are different, write to +the author to ask for permission. For software which is copyrighted by +the Free Software Foundation, write to the Free Software Foundation; +we sometimes make exceptions for this. Our decision will be guided by +the two goals of preserving the free status of all derivatives of our +free software and of promoting the sharing and reuse of software +generally. + +**NO WARRANTY** + +**11.** BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +**12.** IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + +### END OF TERMS AND CONDITIONS + +### How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these +terms. + +To do so, attach the following notices to the program. It is safest to +attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + one line to give the program's name and an idea of what it does. + Copyright (C) yyyy name of author + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +Also add information on how to contact you by electronic and paper +mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details + type `show w'. This is free software, and you are welcome + to redistribute it under certain conditions; type `show c' + for details. + +The hypothetical commands \`show w' and \`show c' should show the +appropriate parts of the General Public License. Of course, the +commands you use may be called something other than \`show w' and +\`show c'; they could even be mouse-clicks or menu items--whatever +suits your program. + +You should also get your employer (if you work as a programmer) or +your school, if any, to sign a "copyright disclaimer" for the program, +if necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright + interest in the program `Gnomovision' + (which makes passes at compilers) written + by James Hacker. + + signature of Ty Coon, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, +you may consider it more useful to permit linking proprietary +applications with the library. If this is what you want to do, use the +[GNU Lesser General Public +License](http://www.gnu.org/licenses/lgpl.html) instead of this +License. diff --git a/wordpress/wp-content/plugins/classic-editor/classic-editor.php b/wordpress/wp-content/plugins/classic-editor/classic-editor.php new file mode 100644 index 00000000..afac3c20 --- /dev/null +++ b/wordpress/wp-content/plugins/classic-editor/classic-editor.php @@ -0,0 +1,941 @@ + 'classic', // Accepted values: 'classic', 'block'. + * 'allow-users' => false, + * + * @param boolean To override the settings return an array with the above keys. + */ + $settings = apply_filters( 'classic_editor_plugin_settings', false ); + + if ( is_array( $settings ) ) { + return array( + 'editor' => ( isset( $settings['editor'] ) && $settings['editor'] === 'block' ) ? 'block' : 'classic', + 'allow-users' => ! empty( $settings['allow-users'] ), + 'hide-settings-ui' => true, + ); + } + + if ( ! empty( self::$settings ) && $refresh === 'no' ) { + return self::$settings; + } + + if ( is_multisite() ) { + $defaults = array( + 'editor' => get_network_option( null, 'classic-editor-replace' ) === 'block' ? 'block' : 'classic', + 'allow-users' => false, + ); + + /** + * Filters the default network options. + * + * @param array $defaults The default options array. See `classic_editor_plugin_settings` for supported keys and values. + */ + $defaults = apply_filters( 'classic_editor_network_default_settings', $defaults ); + + if ( get_network_option( null, 'classic-editor-allow-sites' ) !== 'allow' ) { + // Per-site settings are disabled. Return default network options nad hide the settings UI. + $defaults['hide-settings-ui'] = true; + return $defaults; + } + + // Override with the site options. + $editor_option = get_option( 'classic-editor-replace' ); + $allow_users_option = get_option( 'classic-editor-allow-users' ); + + if ( $editor_option ) { + $defaults['editor'] = $editor_option; + } + if ( $allow_users_option ) { + $defaults['allow-users'] = ( $allow_users_option === 'allow' ); + } + + $editor = ( isset( $defaults['editor'] ) && $defaults['editor'] === 'block' ) ? 'block' : 'classic'; + $allow_users = ! empty( $defaults['allow-users'] ); + } else { + $allow_users = ( get_option( 'classic-editor-allow-users' ) === 'allow' ); + $option = get_option( 'classic-editor-replace' ); + + // Normalize old options. + if ( $option === 'block' || $option === 'no-replace' ) { + $editor = 'block'; + } else { + // empty( $option ) || $option === 'classic' || $option === 'replace'. + $editor = 'classic'; + } + } + + // Override the defaults with the user options. + if ( ( ! isset( $GLOBALS['pagenow'] ) || $GLOBALS['pagenow'] !== 'options-writing.php' ) && $allow_users ) { + $user_options = get_user_option( 'classic-editor-settings' ); + + if ( $user_options === 'block' || $user_options === 'classic' ) { + $editor = $user_options; + } + } + + self::$settings = array( + 'editor' => $editor, + 'hide-settings-ui' => false, + 'allow-users' => $allow_users, + ); + + return self::$settings; + } + + private static function is_classic( $post_id = 0 ) { + if ( ! $post_id ) { + $post_id = self::get_edited_post_id(); + } + + if ( $post_id ) { + $settings = self::get_settings(); + + if ( $settings['allow-users'] && ! isset( $_GET['classic-editor__forget'] ) ) { + $which = get_post_meta( $post_id, 'classic-editor-remember', true ); + + if ( $which ) { + // The editor choice will be "remembered" when the post is opened in either Classic or Block editor. + if ( 'classic-editor' === $which ) { + return true; + } elseif ( 'block-editor' === $which ) { + return false; + } + } + + return ( ! self::has_blocks( $post_id ) ); + } + } + + if ( isset( $_GET['classic-editor'] ) ) { + return true; + } + + return false; + } + + /** + * Get the edited post ID (early) when loading the Edit Post screen. + */ + private static function get_edited_post_id() { + if ( + ! empty( $_GET['post'] ) && + ! empty( $_GET['action'] ) && + $_GET['action'] === 'edit' && + ! empty( $GLOBALS['pagenow'] ) && + $GLOBALS['pagenow'] === 'post.php' + ) { + return (int) $_GET['post']; // post_ID + } + + return 0; + } + + public static function register_settings() { + // Add an option to Settings -> Writing + register_setting( 'writing', 'classic-editor-replace', array( + 'sanitize_callback' => array( __CLASS__, 'validate_option_editor' ), + ) ); + + register_setting( 'writing', 'classic-editor-allow-users', array( + 'sanitize_callback' => array( __CLASS__, 'validate_option_allow_users' ), + ) ); + + add_option_whitelist( array( + 'writing' => array( 'classic-editor-replace', 'classic-editor-allow-users' ), + ) ); + + $heading_1 = __( 'Default editor for all users', 'classic-editor' ); + $heading_2 = __( 'Allow users to switch editors', 'classic-editor' ); + + add_settings_field( 'classic-editor-1', $heading_1, array( __CLASS__, 'settings_1' ), 'writing' ); + add_settings_field( 'classic-editor-2', $heading_2, array( __CLASS__, 'settings_2' ), 'writing' ); + } + + public static function save_user_settings( $user_id ) { + if ( + isset( $_POST['classic-editor-user-settings'] ) && + isset( $_POST['classic-editor-replace'] ) && + wp_verify_nonce( $_POST['classic-editor-user-settings'], 'allow-user-settings' ) + ) { + $user_id = (int) $user_id; + + if ( $user_id !== get_current_user_id() && ! current_user_can( 'edit_user', $user_id ) ) { + return; + } + + $editor = self::validate_option_editor( $_POST['classic-editor-replace'] ); + update_user_option( $user_id, 'classic-editor-settings', $editor ); + } + } + + /** + * Validate + */ + public static function validate_option_editor( $value ) { + if ( $value === 'block' ) { + return 'block'; + } + + return 'classic'; + } + + public static function validate_option_allow_users( $value ) { + if ( $value === 'allow' ) { + return 'allow'; + } + + return 'disallow'; + } + + public static function settings_1() { + $settings = self::get_settings( 'refresh' ); + + ?> +
+

+ /> + +

+

+ /> + +

+
+ + +
+

+ /> + +

+

+ /> + +

+
+ + + + + + +
+ + +
+ + +

+ + + + + + + + + + +
+

+ /> + +

+

+ /> + +

+
+ > + +

+
+ + + ID, 'classic-editor' ); + } + } + + /** + * Remember when the Block Editor was used to edit a post. + */ + public static function remember_block_editor( $editor_settings, $post ) { + $post_type = get_post_type( $post ); + + if ( $post_type && self::can_edit_post_type( $post_type ) ) { + self::remember( $post->ID, 'block-editor' ); + } + + return $editor_settings; + } + + private static function remember( $post_id, $editor ) { + if ( get_post_meta( $post_id, 'classic-editor-remember', true ) !== $editor ) { + update_post_meta( $post_id, 'classic-editor-remember', $editor ); + } + } + + /** + * Choose which editor to use for a post. + * + * Passes through `$which_editor` for Block Editor (it's sets to `true` but may be changed by another plugin). + * + * @uses `use_block_editor_for_post` filter. + * + * @param boolean $use_block_editor True for Block Editor, false for Classic Editor. + * @param WP_Post $post The post being edited. + * @return boolean True for Block Editor, false for Classic Editor. + */ + public static function choose_editor( $use_block_editor, $post ) { + $settings = self::get_settings(); + $editors = self::get_enabled_editors_for_post( $post ); + + // If no editor is supported, pass through `$use_block_editor`. + if ( ! $editors['block_editor'] && ! $editors['classic_editor'] ) { + return $use_block_editor; + } + + // Open the default editor when no $post and for "Add New" links, + // or the alternate editor when the user is switching editors. + if ( empty( $post->ID ) || $post->post_status === 'auto-draft' ) { + if ( + ( $settings['editor'] === 'classic' && ! isset( $_GET['classic-editor__forget'] ) ) || // Add New + ( isset( $_GET['classic-editor'] ) && isset( $_GET['classic-editor__forget'] ) ) // Switch to Classic Editor when no draft post. + ) { + $use_block_editor = false; + } + } elseif ( self::is_classic( $post->ID ) ) { + $use_block_editor = false; + } + + // Enforce the editor if set by plugins. + if ( $use_block_editor && ! $editors['block_editor'] ) { + $use_block_editor = false; + } elseif ( ! $use_block_editor && ! $editors['classic_editor'] && $editors['block_editor'] ) { + $use_block_editor = true; + } + + return $use_block_editor; + } + + /** + * Keep the `classic-editor` query arg through redirects when saving posts. + */ + public static function redirect_location( $location ) { + if ( + isset( $_REQUEST['classic-editor'] ) || + ( isset( $_POST['_wp_http_referer'] ) && strpos( $_POST['_wp_http_referer'], '&classic-editor' ) !== false ) + ) { + $location = add_query_arg( 'classic-editor', '', $location ); + } + + return $location; + } + + /** + * Keep the `classic-editor` query arg when looking at revisions. + */ + public static function get_edit_post_link( $url ) { + $settings = self::get_settings(); + + if ( isset( $_REQUEST['classic-editor'] ) || $settings['editor'] === 'classic' ) { + $url = add_query_arg( 'classic-editor', '', $url ); + } + + return $url; + } + + public static function add_meta_box( $post_type, $post ) { + $editors = self::get_enabled_editors_for_post( $post ); + + if ( ! $editors['block_editor'] || ! $editors['classic_editor'] ) { + // Editors cannot be switched. + return; + } + + $id = 'classic-editor-switch-editor'; + $title = __( 'Editor', 'classic-editor' ); + $callback = array( __CLASS__, 'do_meta_box' ); + $args = array( + '__back_compat_meta_box' => true, + ); + + add_meta_box( $id, $title, $callback, null, 'side', 'default', $args ); + } + + public static function do_meta_box( $post ) { + $edit_url = get_edit_post_link( $post->ID, 'raw' ); + + // Switching to Block Editor. + $edit_url = remove_query_arg( 'classic-editor', $edit_url ); + // Forget the previous value when going to a specific editor. + $edit_url = add_query_arg( 'classic-editor__forget', '', $edit_url ); + + ?> +

+ +

+ __( 'Switch to Classic Editor', 'classic-editor' ) ) + ); + } + + /** + * Add a link to the settings on the Plugins screen. + */ + public static function add_settings_link( $links, $file ) { + $settings = self::get_settings(); + + if ( $file === 'classic-editor/classic-editor.php' && ! $settings['hide-settings-ui'] && current_user_can( 'manage_options' ) ) { + if ( current_filter() === 'plugin_action_links' ) { + $url = admin_url( 'options-writing.php#classic-editor-options' ); + } else { + $url = admin_url( '/network/settings.php#classic-editor-options' ); + } + + // Prevent warnings in PHP 7.0+ when a plugin uses this filter incorrectly. + $links = (array) $links; + $links[] = sprintf( '%s', $url, __( 'Settings', 'classic-editor' ) ); + } + + return $links; + } + + private static function can_edit_post_type( $post_type ) { + $can_edit = false; + + if ( function_exists( 'gutenberg_can_edit_post_type' ) ) { + $can_edit = gutenberg_can_edit_post_type( $post_type ); + } elseif ( function_exists( 'use_block_editor_for_post_type' ) ) { + $can_edit = use_block_editor_for_post_type( $post_type ); + } + + return $can_edit; + } + + /** + * Checks which editors are enabled for the post type. + * + * @param string $post_type The post type. + * @return array Associative array of the editors and whether they are enabled for the post type. + */ + private static function get_enabled_editors_for_post_type( $post_type ) { + if ( isset( self::$supported_post_types[ $post_type ] ) ) { + return self::$supported_post_types[ $post_type ]; + } + + $classic_editor = post_type_supports( $post_type, 'editor' ); + $block_editor = self::can_edit_post_type( $post_type ); + + $editors = array( + 'classic_editor' => $classic_editor, + 'block_editor' => $block_editor, + ); + + /** + * Filters the editors that are enabled for the post type. + * + * @param array $editors Associative array of the editors and whether they are enabled for the post type. + * @param string $post_type The post type. + */ + $editors = apply_filters( 'classic_editor_enabled_editors_for_post_type', $editors, $post_type ); + self::$supported_post_types[ $post_type ] = $editors; + + return $editors; + } + + /** + * Checks which editors are enabled for the post. + * + * @param WP_Post $post The post object. + * @return array Associative array of the editors and whether they are enabled for the post. + */ + private static function get_enabled_editors_for_post( $post ) { + $post_type = get_post_type( $post ); + + if ( ! $post_type ) { + return array( + 'classic_editor' => false, + 'block_editor' => false, + ); + } + + $editors = self::get_enabled_editors_for_post_type( $post_type ); + + /** + * Filters the editors that are enabled for the post. + * + * @param array $editors Associative array of the editors and whether they are enabled for the post. + * @param WP_Post $post The post object. + */ + return apply_filters( 'classic_editor_enabled_editors_for_post', $editors, $post ); + } + + /** + * Adds links to the post/page screens to edit any post or page in + * the Classic Editor or Block Editor. + * + * @param array $actions Post actions. + * @param WP_Post $post Edited post. + * @return array Updated post actions. + */ + public static function add_edit_links( $actions, $post ) { + // This is in Gutenberg, don't duplicate it. + if ( array_key_exists( 'classic', $actions ) ) { + unset( $actions['classic'] ); + } + + if ( ! array_key_exists( 'edit', $actions ) ) { + return $actions; + } + + $edit_url = get_edit_post_link( $post->ID, 'raw' ); + + if ( ! $edit_url ) { + return $actions; + } + + $editors = self::get_enabled_editors_for_post( $post ); + + // Do not show the links if only one editor is available. + if ( ! $editors['classic_editor'] || ! $editors['block_editor'] ) { + return $actions; + } + + // Forget the previous value when going to a specific editor. + $edit_url = add_query_arg( 'classic-editor__forget', '', $edit_url ); + + // Build the edit actions. See also: WP_Posts_List_Table::handle_row_actions(). + $title = _draft_or_post_title( $post->ID ); + + // Link to the Block Editor. + $url = remove_query_arg( 'classic-editor', $edit_url ); + $text = _x( 'Edit (Block Editor)', 'Editor Name', 'classic-editor' ); + /* translators: %s: post title */ + $label = sprintf( __( 'Edit “%s” in the Block Editor', 'classic-editor' ), $title ); + $edit_block = sprintf( '%s', esc_url( $url ), esc_attr( $label ), $text ); + + // Link to the Classic Editor. + $url = add_query_arg( 'classic-editor', '', $edit_url ); + $text = _x( 'Edit (Classic Editor)', 'Editor Name', 'classic-editor' ); + /* translators: %s: post title */ + $label = sprintf( __( 'Edit “%s” in the Classic Editor', 'classic-editor' ), $title ); + $edit_classic = sprintf( '%s', esc_url( $url ), esc_attr( $label ), $text ); + + $edit_actions = array( + 'classic-editor-block' => $edit_block, + 'classic-editor-classic' => $edit_classic, + ); + + // Insert the new Edit actions instead of the Edit action. + $edit_offset = array_search( 'edit', array_keys( $actions ), true ); + array_splice( $actions, $edit_offset, 1, $edit_actions ); + + return $actions; + } + + /** + * Show the editor that will be used in a "post state" in the Posts list table. + */ + public static function add_post_state( $post_states, $post ) { + if ( get_post_status( $post ) === 'trash' ) { + return $post_states; + } + + $editors = self::get_enabled_editors_for_post( $post ); + + if ( ! $editors['classic_editor'] && ! $editors['block_editor'] ) { + return $post_states; + } elseif ( $editors['classic_editor'] && ! $editors['block_editor'] ) { + // Forced to Classic Editor. + $state = '' . _x( 'Classic Editor', 'Editor Name', 'classic-editor' ) . ''; + } elseif ( ! $editors['classic_editor'] && $editors['block_editor'] ) { + // Forced to Block Editor. + $state = '' . _x( 'Block Editor', 'Editor Name', 'classic-editor' ) . ''; + } else { + $last_editor = get_post_meta( $post->ID, 'classic-editor-remember', true ); + + if ( $last_editor ) { + $is_classic = ( $last_editor === 'classic-editor' ); + } elseif ( ! empty( $post->post_content ) ) { + $is_classic = ! self::has_blocks( $post->post_content ); + } else { + $settings = self::get_settings(); + $is_classic = ( $settings['editor'] === 'classic' ); + } + + $state = $is_classic ? _x( 'Classic Editor', 'Editor Name', 'classic-editor' ) : _x( 'Block Editor', 'Editor Name', 'classic-editor' ); + } + + // Fix PHP 7+ warnings if another plugin returns unexpected type. + $post_states = (array) $post_states; + $post_states['classic-editor-plugin'] = $state; + + return $post_states; + } + + public static function add_edit_php_inline_style() { + ?> + + post_content; + } + } + + return false !== strpos( (string) $post, 'aG>L$G|&ZM$)mO_v2xMt(?a6vq_c$HrFeE@kG>K;|M&oHWL((yv> zC9J*`(JI7^{^xsq8OE~R7)X1a{*=r_5?piwS-yrk1faFp_x>sQiuHu+_?>l_$#-Gq z1#LTVVzf70GX5uO5pQW#v&o7Rb~NRupY9yMD}BnbBXHdk^T^sbG)fwatnSg8Ik5VL z5Wb3kZ8D$g_(Cib2s=GK*_E&W2r>n+-Rh{8$4s<{mI5w=^_I z#op?818O%yGb4o|wTldr**<({!5c?92cVM8c^IC^#f_+l3e$E_M^tt^iA+NtBj#(@ z#Xf^p7vheqJC(wlIS6ej__$^91)7K~wbG2!LT*^R7AY`-!fS zFifHRs{PcQ?PTrGCN5-LdDP2Hfb0SJ)A`3!=$1;#C8?6bbBFQ-uYADm)7 UH8ZQ@Gynhq07*qoM6N<$g1`s{n*aa+ literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/up-red.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/up-red.png new file mode 100644 index 0000000000000000000000000000000000000000..9117ae2c9ff0be927d34c956d82023c8f4eee98a GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^{6Ngd!3HEhbh*6;Qazq7jv*C{$p!i!4tB{~oszUK zno{@uL|~elo@tB8Kla2JHi0W0=Na}$aY{D0De1(9-w zt8*O1o3q`naTtjnHDG`FsokuoNq|`($>ZF#n}08OT8SJvzD!bu&CnrD?L^p`z*c`_ vBe^ZJ1RI+gTe~DWM4f&#ps@ literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/up-red@2x.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/up-red@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..b0e379a7eb0eac93075b6cbb7046be1aa8cac0ff GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^azHG@!3-oF)&9>0QV9V*A+GKPK93xvA2~_`$%hUy zK=Og3+(QTHCk|4N9A$taK=vcBIG6!a22u%B57q)@+bBMC1nC88fr~@9RnvcL0oo;B z666=maOUk2@#!4aLT*Z*{l8C1%c)5S5QB5v&^ z&q;?Bcvu5EBt?@84t!ql`~Ifx2g_o4Z$4e$5bw|J^<iQ&m zfsaSGuDJED)3E=IclXWk+;5@LKQ5)k-?}v2?DrwDxRmT?PkK(uaY)zaUfxqJeD2|= zxylLaPv6YTcFN<-WO%xhZYCn?Cmy|LRxF y#|k3XA8akHm@DQI%6%bkyVMbvSAjv*W!vq2->cSi&#DFan8DN4&t;ucLK6VL%)~_i literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/up.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/up.png new file mode 100644 index 0000000000000000000000000000000000000000..228876e359928ba0b5dcfed40bc84f5a2583779f GIT binary patch literal 1051 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 Q?RV`mgqc7~^{(FiKW?;n?*IS* literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/chart.svg b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/chart.svg new file mode 100644 index 00000000..05bab78f --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/chart.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/woo-edd-upsell.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/woo-edd-upsell.png new file mode 100644 index 0000000000000000000000000000000000000000..5115038e86a2e0028b88d73ac115e7a864ee092c GIT binary patch literal 15563 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/woo-edd-upsell.svg b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/woo-edd-upsell.svg new file mode 100644 index 00000000..1e57fa59 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/woo-edd-upsell.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/index.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/index.php new file mode 100644 index 00000000..720f9c50 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/index.php @@ -0,0 +1,4 @@ + 0 && extension.indexOf('.') !== -1 ) { /* If there's a period left in the URL, then there's a extension. Else it is not a extension. */ + extension = extension.substring( extension.indexOf( "." ) + 1 ); /* Remove everything but what's after the first period */ + return extension; + } else { + return ""; + } + } + + function __gaTrackerLoaded() { + return typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true; /* jshint ignore:line */ + } + + function __gaTrackerTrackedClick( event ) { + return event.which == 1 || event.which == 2 || event.metaKey || event.ctrlKey || event.shiftKey || event.altKey; + } + + function __gaTrackerGetDownloadExtensions() { + var download_extensions = []; + if ( typeof monsterinsights_frontend.download_extensions == 'string' ) { + download_extensions = monsterinsights_frontend.download_extensions.split(","); + } + return download_extensions; + } + + function __gaTrackerGetInboundPaths() { + var inbound_paths = []; + if ( typeof monsterinsights_frontend.inbound_paths == 'string' ) { + inbound_paths = JSON.parse( monsterinsights_frontend.inbound_paths ); + } + + return inbound_paths; + } + + function __gaTrackerTrackedClickType( event ) { + if ( event.which == 1 ) { + return 'event.which=1'; + } else if ( event.which == 2 ) { + return 'event.which=2'; + } else if ( event.metaKey ){ + return 'metaKey'; + } else if ( event.ctrlKey ) { + return 'ctrlKey'; + } else if ( event.shiftKey ) { + return 'shiftKey'; + } else if ( event.altKey ) { + return 'altKey'; + } else { + return ''; + } + } + + function __gaTrackerLinkType( el ) { + var download_extensions = __gaTrackerGetDownloadExtensions(); + var inbound_paths = __gaTrackerGetInboundPaths(); + var type = 'unknown'; + var link = el.href; + var extension = __gaTrackerGetExtension( el.href ); + var currentdomain = __gaTrackerGetDomain(); + var hostname = el.hostname; + var protocol = el.protocol; + var pathname = el.pathname; + link = link.toString(); + var index, len; + var category = el.getAttribute("data-vars-ga-category"); + + if ( category ) { + return category; + } + + if ( link.match( /^javascript\:/i ) ) { + type = 'internal'; /* if it's a JS link, it's internal */ + } else if ( protocol && protocol.length > 0 && ( __gaTrackerStringTrim( protocol ) == 'tel' || __gaTrackerStringTrim( protocol ) == 'tel:' ) ) { /* If it's a telephone link */ + type = "tel"; + } else if ( protocol && protocol.length > 0 && ( __gaTrackerStringTrim( protocol ) == 'mailto' || __gaTrackerStringTrim( protocol ) == 'mailto:' ) ) { /* If it's a email */ + type = "mailto"; + } else if ( hostname && currentdomain && hostname.length > 0 && currentdomain.length > 0 && ! hostname.endsWith( '.' + currentdomain) && hostname !== currentdomain ) { /* If it's a outbound */ + type = "external"; + } else if ( pathname && JSON.stringify( inbound_paths ) != "{}" && pathname.length > 0 ) { /* If it's an internal as outbound */ + var inbound_paths_length = inbound_paths.length; + for ( var inbound_paths_index = 0; inbound_paths_index < inbound_paths_length; inbound_paths_index ++ ) { + if ( inbound_paths[ inbound_paths_index ].path && inbound_paths[ inbound_paths_index ].label && inbound_paths[ inbound_paths_index ].path.length > 0 && inbound_paths[ inbound_paths_index ].label.length > 0 && pathname.startsWith( inbound_paths[ inbound_paths_index ].path ) ) { + type = "internal-as-outbound"; + internalAsOutboundCategory = "outbound-link-" + inbound_paths[ inbound_paths_index ].label; + break; + } + } + /* Enable window.monsterinsights_experimental_mode at your own risk. We might eventually remove it. Also you may/can/will burn through GA quota for your property quickly. */ + } else if ( hostname && window.monsterinsights_experimental_mode && hostname.length > 0 && document.domain.length > 0 && hostname !== document.domain ) { /* If it's a cross-hostname link */ + type = "cross-hostname"; + } + + if ( extension && ( type === 'unknown' || 'external' === type ) && download_extensions.length > 0 && extension.length > 0 ) { /* If it's a download */ + for ( index = 0, len = download_extensions.length; index < len; ++index ) { + if ( download_extensions[ index ].length > 0 && ( link.endsWith( download_extensions[ index ] ) || download_extensions[ index ] == extension ) ) { + type = "download"; + break; + } + } + } + + if ( type === 'unknown' ) { + type = 'internal'; + } + return type; + } + + function __gaTrackerLinkTarget( el, event ) { + + /* Is actual target set and not _(self|parent|top)? */ + var target = ( el.target && !el.target.match( /^_(self|parent|top)$/i ) ) ? el.target : false; + + /* Assume a target if Ctrl|shift|meta-click */ + if ( event.ctrlKey || event.shiftKey || event.metaKey || event.which == 2 ) { + target = "_blank"; + } + return target; + } + + function __gaTrackerGetTitle( el ) { + if ( el.getAttribute("data-vars-ga-label") && el.getAttribute("data-vars-ga-label").replace(/\n/ig, '') ) { + return el.getAttribute("data-vars-ga-label").replace(/\n/ig, ''); + } else if ( el.title && el.title.replace(/\n/ig, '') ) { + return el.title.replace(/\n/ig, ''); + } else if ( el.innerText && el.innerText.replace(/\n/ig, '') ) { + return el.innerText.replace(/\n/ig, ''); + } else if ( el.getAttribute('aria-label') && el.getAttribute('aria-label').replace(/\n/ig, '') ) { + return el.getAttribute('aria-label').replace(/\n/ig, ''); + } else if ( el.alt && el.alt.replace(/\n/ig, '') ) { + return el.alt.replace(/\n/ig, ''); + } else if ( el.textContent && el.textContent.replace(/\n/ig, '') ) { + return el.textContent.replace(/\n/ig, ''); + } else { + return undefined; + } + } + + function __gaTrackerGetInnerTitle( el ) { + var children = el.children; + var count = 0; + var child; + var value; + for (var i = 0; i < children.length; i++) { + child = children[i]; + value = __gaTrackerGetTitle( child ); + if ( value ) { + return value; + } + /* max search 100 elements to ensure performance */ + if ( count == 99 ) { + return undefined; + } + count++; + } + return undefined; + } + + function __gaTrackerClickEvent( event ) { + var el = event.srcElement || event.target; + var valuesArray = []; + var fieldsArray; + + /* Start Values Array */ + valuesArray.el = el; + valuesArray.ga_loaded = __gaTrackerLoaded(); + valuesArray.click_type = __gaTrackerTrackedClickType( event ); + + /* If GA is blocked or not loaded, or not main|middle|touch click then don't track */ + if ( ! __gaTrackerLoaded() || ! __gaTrackerTrackedClick( event ) ) { + valuesArray.exit = 'loaded'; + __gaTrackerNotSend( valuesArray ); + return; + } + + /* Loop up the DOM tree through parent elements if clicked element is not a link (eg: an image inside a link) */ + while ( el && (typeof el.tagName == 'undefined' || el.tagName.toLowerCase() != 'a' || ! el.href ) ) { + el = el.parentNode; + } + + /* if a link with valid href has been clicked */ + if ( el && el.href && ! el.hasAttribute('xlink:href') ) { + var link = el.href; /* What link are we tracking */ + var extension = __gaTrackerGetExtension( el.href ); /* What extension is this link */ + var download_extensions = __gaTrackerGetDownloadExtensions(); /* Let's get the extensions to track */ + var inbound_paths = __gaTrackerGetInboundPaths(); /* Let's get the internal paths to track */ + var home_url = monsterinsights_frontend.home_url; /* Let's get the url to compare for external/internal use */ + var currentdomain = __gaTrackerGetDomain(); /* What domain are we on? */ + var type = __gaTrackerLinkType( el ); /* What type of link is this? */ + var target = __gaTrackerLinkTarget( el, event ); /* Is a new tab/window being opened? */ + var action = el.getAttribute("data-vars-ga-action"); + var label = el.getAttribute("data-vars-ga-label"); + + /* Element */ + valuesArray.el = el; /* el is an a element so we can parse it */ + valuesArray.el_href = el.href; /* "http://example.com:3000/pathname/?search=test#hash" */ + valuesArray.el_protocol = el.protocol; /* "http:" */ + valuesArray.el_hostname = el.hostname; /* "example.com" */ + valuesArray.el_port = el.port; /* "3000" */ + valuesArray.el_pathname = el.pathname; /* "/pathname/" */ + valuesArray.el_search = el.search; /* "?search=test" */ + valuesArray.el_hash = el.hash; /* "#hash" */ + valuesArray.el_host = el.host; /* "example.com:3000" */ + + /* Settings */ + valuesArray.debug_mode = __gaTrackerIsDebug(); /* "example.com:3000" */ + valuesArray.download_extensions = download_extensions; /* Let's get the extensions to track */ + valuesArray.inbound_paths = inbound_paths; /* Let's get the internal paths to track */ + valuesArray.home_url = home_url; /* Let's get the url to compare for external/internal use */ + + /* Parsed/Logic */ + valuesArray.link = link; /* What link are we tracking */ + valuesArray.extension = extension; /* What extension is this link */ + valuesArray.type = type; /* What type of link is this */ + valuesArray.target = target; /* Is a new tab/window being opened? */ + valuesArray.title = __gaTrackerGetTitle( el ); /* Try link title, then text content */ + + /* only find innerTitle if we need one */ + if ( ! valuesArray.label && ! valuesArray.title ) { + valuesArray.title = __gaTrackerGetInnerTitle( el ); + } + + /* Let's track everything but internals (that aren't internal-as-externals) and javascript */ + if ( type !== 'internal' && type !== 'javascript' ) { + + var __gaTrackerHitBackRun = false; /* Tracker has not yet run */ + + /* HitCallback to open link in same window after tracker */ + var __gaTrackerHitBack = function() { + /* Run the hitback only once */ + if ( __gaTrackerHitBackRun ){ + return; + } + __gaTrackerHitBackRun = true; + window.location.href = link; + }; + + var __gaTrackerNoRedirectExternal = function() { + valuesArray.exit = 'external'; + __gaTrackerNotSend( valuesArray ); + }; + + var __gaTrackerNoRedirectInboundAsExternal = function() { + valuesArray.exit = 'internal-as-outbound'; + __gaTrackerNotSend( valuesArray ); + }; + var __gaTrackerNoRedirectCrossHostname = function() { + valuesArray.exit = 'cross-hostname'; + __gaTrackerNotSend( valuesArray ); + }; + + if ( target || type == 'mailto' || type == 'tel' ) { /* If target opens a new window then just track */ + if ( type == 'download' ) { + fieldsArray = { + hitType : 'event', + eventCategory : 'download', + eventAction : action || link, + eventLabel : label || valuesArray.title, + }; + + __gaTrackerSend( valuesArray, fieldsArray ); + } else if ( type == 'tel' ) { + fieldsArray = { + hitType : 'event', + eventCategory : 'tel', + eventAction : action || link, + eventLabel : label || valuesArray.title.replace('tel:', ''), + }; + + __gaTrackerSend( valuesArray, fieldsArray ); + } else if ( type == 'mailto' ) { + fieldsArray = { + hitType : 'event', + eventCategory : 'mailto', + eventAction : action || link, + eventLabel : label || valuesArray.title.replace('mailto:', ''), + }; + + __gaTrackerSend( valuesArray, fieldsArray ); + } else if ( type == 'internal-as-outbound' ) { + fieldsArray = { + hitType : 'event', + eventCategory : internalAsOutboundCategory, + eventAction : action || link, + eventLabel : label || valuesArray.title, + }; + + __gaTrackerSend( valuesArray, fieldsArray ); + } else if ( type == 'external' ) { + fieldsArray = { + hitType: 'event', + eventCategory:'outbound-link', + eventAction: action || link, + eventLabel: label || valuesArray.title, + }; + + __gaTrackerSend( valuesArray, fieldsArray ); + } else if ( type == 'cross-hostname' ) { + fieldsArray = { + hitType: 'event', + eventCategory:'cross-hostname', + eventAction: action || link, + eventLabel: label || valuesArray.title, + }; + + __gaTrackerSend( valuesArray, fieldsArray ); + } else { + if ( type && type != 'internal' ) { + fieldsArray = { + hitType: 'event', + eventCategory: type, + eventAction: action || link, + eventLabel: label || valuesArray.title, + }; + + __gaTrackerSend( valuesArray, fieldsArray ); + } else { + valuesArray.exit = 'type'; + __gaTrackerNotSend( valuesArray ); + } + } + } else { + /* Prevent standard click, track then open */ + if ( type != 'cross-hostname' && type != 'external' && type != 'internal-as-outbound' ) { + if (! event.defaultPrevented ) { + if ( event.preventDefault ) { + event.preventDefault(); + } else { + event.returnValue = false; + } + } + } + + if ( type == 'download' ) { + fieldsArray = { + hitType : 'event', + eventCategory : 'download', + eventAction : action || link, + eventLabel : label || valuesArray.title, + hitCallback : __gaTrackerHitBack, + }; + + __gaTrackerSend( valuesArray, fieldsArray ); + } else if ( type == 'internal-as-outbound' ) { + window.onbeforeunload = function(e) { + if (! event.defaultPrevented ) { + if ( event.preventDefault ) { + event.preventDefault(); + } else { + event.returnValue = false; + } + } + + fieldsArray = { + hitType : 'event', + eventCategory : internalAsOutboundCategory, + eventAction : action || link, + eventLabel : label || valuesArray.title, + hitCallback : __gaTrackerHitBack, + }; + + if ( navigator.sendBeacon ) { + fieldsArray.transport = 'beacon'; + } + + __gaTrackerSend( valuesArray, fieldsArray ); + setTimeout( __gaTrackerHitBack, 1000 ); + }; + } else if ( type == 'external' ) { + window.onbeforeunload = function(e) { + if (! event.defaultPrevented ) { + if ( event.preventDefault ) { + event.preventDefault(); + } else { + event.returnValue = false; + } + } + + fieldsArray = { + hitType : 'event', + eventCategory : 'outbound-link', + eventAction : action || link, + eventLabel : label || valuesArray.title, + hitCallback : __gaTrackerHitBack, + }; + + if ( navigator.sendBeacon ) { + fieldsArray.transport = 'beacon'; + } + + __gaTrackerSend( valuesArray, fieldsArray ); + setTimeout( __gaTrackerHitBack, 1000 ); + }; + } else if ( type == 'cross-hostname' ) { + window.onbeforeunload = function(e) { + if (! event.defaultPrevented ) { + if ( event.preventDefault ) { + event.preventDefault(); + } else { + event.returnValue = false; + } + } + + fieldsArray = { + hitType : 'event', + eventCategory : 'cross-hostname', + eventAction : action || link, + eventLabel : label || valuesArray.title, + hitCallback : __gaTrackerHitBack, + }; + + if ( navigator.sendBeacon ) { + fieldsArray.transport = 'beacon'; + } + + __gaTrackerSend( valuesArray, fieldsArray ); + setTimeout( __gaTrackerHitBack, 1000 ); + }; + } else { + if ( type && type !== 'internal' ) { + fieldsArray = { + hitType: 'event', + eventCategory: type, + eventAction: action || link, + eventLabel: label || valuesArray.title, + hitCallback : __gaTrackerHitBack, + }; + + __gaTrackerSend( valuesArray, fieldsArray ); + } else { + valuesArray.exit = 'type'; + __gaTrackerNotSend( valuesArray ); + } + } + + if ( type != 'external' && type != 'cross-hostname' && type != 'internal-as-outbound' ) { + /* Run hitCallback again if GA takes longer than 1 second */ + setTimeout( __gaTrackerHitBack, 1000 ); + } else { + if ( type == 'external' ) { + setTimeout( __gaTrackerNoRedirectExternal, 1100 ); + } else if ( type == 'cross-hostname' ) { + setTimeout( __gaTrackerNoRedirectCrossHostname, 1100 ); + } else { + setTimeout( __gaTrackerNoRedirectInboundAsExternal, 1100 ); + } + } + } + } else { + valuesArray.exit = 'internal'; + __gaTrackerNotSend( valuesArray ); + } + } else { + valuesArray.exit = 'notlink'; + __gaTrackerNotSend( valuesArray ); + } + } + var prevHash = window.location.hash; + function __gaTrackerHashChangeEvent() { + /* Todo: Ready this section for JS unit testing */ + if ( monsterinsights_frontend.hash_tracking === "true" && prevHash != window.location.hash ) { + prevHash = window.location.hash; + __gaTracker('set', 'page', location.pathname + location.search + location.hash ); + __gaTracker('send', 'pageview' ); + __gaTrackerLog( "Hash change to: " + location.pathname + location.search + location.hash ); + } else { + __gaTrackerLog( "Hash change to (untracked): " + location.pathname + location.search + location.hash ); + } + } + + /* Attach the event to all clicks in the document after page has loaded */ + var __gaTrackerWindow = window; + if ( __gaTrackerWindow.addEventListener ) { + __gaTrackerWindow.addEventListener( + "load", + function() { + document.body.addEventListener( + "click", + __gaTrackerClickEvent, + false + ); + }, + false + ); + window.addEventListener("hashchange", __gaTrackerHashChangeEvent, false ); + } else { + if ( __gaTrackerWindow.attachEvent ) { + __gaTrackerWindow.attachEvent( + "onload", + function() { + document.body.attachEvent( "onclick", __gaTrackerClickEvent); + } + ); + window.attachEvent( "onhashchange", __gaTrackerHashChangeEvent); + } + } + + if (typeof String.prototype.endsWith !== 'function') { + String.prototype.endsWith = function(suffix) { + return this.indexOf(suffix, this.length - suffix.length) !== -1; + }; + } + if (typeof String.prototype.startsWith !== 'function') { + String.prototype.startsWith = function(prefix) { + return this.indexOf(prefix) === 0; + }; + } + + if ( typeof Array.prototype.lastIndexOf !== 'function' ) { + Array.prototype.lastIndexOf = function(searchElement /*, fromIndex*/) { + 'use strict'; + + if (this === void 0 || this === null) { + throw new TypeError(); + } + + var n, k, + t = Object(this), + len = t.length >>> 0; /* jshint ignore:line */ + if (len === 0) { + return -1; + } + + n = len - 1; + if (arguments.length > 1) { + n = Number(arguments[1]); + if (n != n) { + n = 0; + } + else if (n != 0 && n != (1 / 0) && n != -(1 / 0)) { /* jshint ignore:line */ + n = (n > 0 || -1) * Math.floor(Math.abs(n)); + } + } + + for (k = n >= 0 ? Math.min(n, len - 1) : len - Math.abs(n); k >= 0; k--) { + if (k in t && t[k] === searchElement) { + return k; + } + } + return -1; + }; + } +}; +var MonsterInsightsObject = new MonsterInsights(); diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js new file mode 100644 index 00000000..b299c2b7 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js @@ -0,0 +1,46 @@ +;var MonsterInsights=function(){var t=[],a='';this.setLastClicked=function(e,n,i){e=typeof e!=='undefined'?e:[];n=typeof n!=='undefined'?n:[];i=typeof i!=='undefined'?i:!1;t.valuesArray=e;t.fieldsArray=n};this.getLastClicked=function(){return t};this.setInternalAsOutboundCategory=function(e){a=e};this.getInternalAsOutboundCategory=function(){return a};this.sendEvent=function(t){e([],t)};function s(){if(window.monsterinsights_debug_mode){return!0} +else{return!1}};function e(e,n){e=typeof e!=='undefined'?e:[];n=typeof n!=='undefined'?n:{};__gaTracker('send',n);t.valuesArray=e;t.fieldsArray=n;t.tracked=!0;i('Tracked: '+e.type);i(t)};function n(e){e=typeof e!=='undefined'?e:[];t.valuesArray=e;t.fieldsArray=[];t.tracked=!1;i('Not Tracked: '+e.exit);i(t)};function i(e){if(s()){console.dir(e)}};function o(e){return e.replace(/^\s+|\s+$/gm,'')};function f(){var n=0,e=document.domain,i=e.split('.'),t='_gd'+(new Date()).getTime();while(n<(i.length-1)&&document.cookie.indexOf(t+'='+t)==-1){e=i.slice(-1-(++n)).join('.');document.cookie=t+'='+t+';domain='+e+';'};document.cookie=t+'=;expires=Thu, 01 Jan 1970 00:00:01 GMT;domain='+e+';';return e};function u(e){e=e.toString();e=e.substring(0,(e.indexOf('#')==-1)?e.length:e.indexOf('#'));e=e.substring(0,(e.indexOf('?')==-1)?e.length:e.indexOf('?'));e=e.substring(e.lastIndexOf('/')+1,e.length);if(e.length>0&&e.indexOf('.')!==-1){e=e.substring(e.indexOf('.')+1);return e} +else{return''}};function h(){return typeof(__gaTracker)!=='undefined'&&__gaTracker&&__gaTracker.hasOwnProperty('loaded')&&__gaTracker.loaded==!0};function y(e){return e.which==1||e.which==2||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey};function c(){var e=[];if(typeof monsterinsights_frontend.download_extensions=='string'){e=monsterinsights_frontend.download_extensions.split(',')};return e};function d(){var e=[];if(typeof monsterinsights_frontend.inbound_paths=='string'){e=JSON.parse(monsterinsights_frontend.inbound_paths)};return e};function b(e){if(e.which==1){return'event.which=1'} +else if(e.which==2){return'event.which=2'} +else if(e.metaKey){return'metaKey'} +else if(e.ctrlKey){return'ctrlKey'} +else if(e.shiftKey){return'shiftKey'} +else if(e.altKey){return'altKey'} +else{return''}};function m(e){var h=c(),i=d(),t='unknown',g=e.href,p=u(e.href),v=f(),l=e.hostname,r=e.protocol,y=e.pathname;g=g.toString();var s,b,m=e.getAttribute('data-vars-ga-category');if(m){return m};if(g.match(/^javascript\:/i)){t='internal'} +else if(r&&r.length>0&&(o(r)=='tel'||o(r)=='tel:')){t='tel'} +else if(r&&r.length>0&&(o(r)=='mailto'||o(r)=='mailto:')){t='mailto'} +else if(l&&v&&l.length>0&&v.length>0&&!l.endsWith('.'+v)&&l!==v){t='external'} +else if(y&&JSON.stringify(i)!='{}'&&y.length>0){var w=i.length;for(var n=0;n0&&i[n].label.length>0&&y.startsWith(i[n].path)){t='internal-as-outbound';a='outbound-link-'+i[n].label;break}}} +else if(l&&window.monsterinsights_experimental_mode&&l.length>0&&document.domain.length>0&&l!==document.domain){t='cross-hostname'};if(p&&(t==='unknown'||'external'===t)&&h.length>0&&p.length>0){for(s=0,b=h.length;s0&&(g.endsWith(h[s])||h[s]==p)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function w(e,t){var n=(e.target&&!e.target.match(/^_(self|parent|top)$/i))?e.target:!1;if(t.ctrlKey||t.shiftKey||t.metaKey||t.which==2){n='_blank'};return n};function g(e){if(e.getAttribute('data-vars-ga-label')&&e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')){return e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')} +else if(e.title&&e.title.replace(/\n/ig,'')){return e.title.replace(/\n/ig,'')} +else if(e.innerText&&e.innerText.replace(/\n/ig,'')){return e.innerText.replace(/\n/ig,'')} +else if(e.getAttribute('aria-label')&&e.getAttribute('aria-label').replace(/\n/ig,'')){return e.getAttribute('aria-label').replace(/\n/ig,'')} +else if(e.alt&&e.alt.replace(/\n/ig,'')){return e.alt.replace(/\n/ig,'')} +else if(e.textContent&&e.textContent.replace(/\n/ig,'')){return e.textContent.replace(/\n/ig,'')} +else{return undefined}};function x(e){var i=e.children,a=0,r,n;for(var t=0;t>>0;if(i===0){return-1};t=i-1;if(arguments.length>1){t=Number(arguments[1]);if(t!=t){t=0} +else if(t!=0&&t!=(1/0)&&t!=-(1/0)){t=(t>0||-1)*Math.floor(Math.abs(t))}};for(n=t>=0?Math.min(t,i-1):i-Math.abs(t);n>=0;n--){if(n in a&&a[n]===e){return n}};return-1}}},MonsterInsightsObject=new MonsterInsights(); \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/js/index.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/js/index.php new file mode 100644 index 00000000..720f9c50 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/assets/js/index.php @@ -0,0 +1,4 @@ +name = $name; + $this->plugin = $plugin; + + // Don't run deactivation survey on dev sites. + if ( $this->is_dev_url() ) { + return; + } + + add_action( 'admin_print_scripts', array( $this, 'js' ), 20 ); + add_action( 'admin_print_scripts', array( $this, 'css' ) ); + add_action( 'admin_footer', array( $this, 'modal' ) ); + } + + /** + * Checks if current site is a development one. + * + * @since 1.2.0 + * @return bool + */ + public function is_dev_url() { + // If it is an AM dev site, return false, so we can see them on our dev sites. + if ( defined ('AWESOMEMOTIVE_DEV_MODE' ) && AWESOMEMOTIVE_DEV_MODE ) { + return false; + } + + $url = network_site_url( '/' ); + $is_local_url = false; + + // Trim it up + $url = strtolower( trim( $url ) ); + + // Need to get the host...so let's add the scheme so we can use parse_url + if ( false === strpos( $url, 'http://' ) && false === strpos( $url, 'https://' ) ) { + $url = 'http://' . $url; + } + $url_parts = parse_url( $url ); + $host = ! empty( $url_parts['host'] ) ? $url_parts['host'] : false; + if ( ! empty( $url ) && ! empty( $host ) ) { + if ( false !== ip2long( $host ) ) { + if ( ! filter_var( $host, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE ) ) { + $is_local_url = true; + } + } else if ( 'localhost' === $host ) { + $is_local_url = true; + } + + $tlds_to_check = array( '.dev', '.local', ':8888' ); + foreach ( $tlds_to_check as $tld ) { + if ( false !== strpos( $host, $tld ) ) { + $is_local_url = true; + continue; + } + + } + if ( substr_count( $host, '.' ) > 1 ) { + $subdomains_to_check = array( 'dev.', '*.staging.', 'beta.', 'test.' ); + foreach ( $subdomains_to_check as $subdomain ) { + $subdomain = str_replace( '.', '(.)', $subdomain ); + $subdomain = str_replace( array( '*', '(.)' ), '(.*)', $subdomain ); + if ( preg_match( '/^(' . $subdomain . ')/', $host ) ) { + $is_local_url = true; + continue; + } + } + } + } + return $is_local_url; + } + + /** + * Checks if current admin screen is the plugins page. + * + * @since 1.0.0 + * @return bool + */ + public function is_plugin_page() { + $screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false; + if ( empty( $screen ) ) { + return false; + } + return ( ! empty( $screen->id ) && in_array( $screen->id, array( 'plugins', 'plugins-network' ), true ) ); + } + + /** + * Survey javascript. + * + * @since 1.0.0 + */ + public function js() { + + if ( ! $this->is_plugin_page() ) { + return; + } + ?> + + is_plugin_page() ) { + return; + } + ?> + + is_plugin_page() ) { + return; + } + + $options = array( + 1 => array( + 'title' => esc_html__( 'I no longer need the plugin', 'google-analytics-for-wordpress' ), + ), + 2 => array( + 'title' => esc_html__( 'I\'m switching to a different plugin', 'google-analytics-for-wordpress' ), + 'details' => esc_html__( 'Please share which plugin', 'google-analytics-for-wordpress' ), + ), + 3 => array( + 'title' => esc_html__( 'I couldn\'t get the plugin to work', 'google-analytics-for-wordpress' ), + ), + 4 => array( + 'title' => esc_html__( 'It\'s a temporary deactivation', 'google-analytics-for-wordpress' ), + ), + 5 => array( + 'title' => esc_html__( 'Other', 'google-analytics-for-wordpress' ), + 'details' => esc_html__( 'Please share the reason', 'google-analytics-for-wordpress' ), + ), + ); + ?> +
+
+
+ + name ); ?> +
+ $option ) : ?> +
+ + + + +
+ +
+ +
+
+
+ plugin = $plugin; + $this->plugin_version = $version; + + add_action( 'init', array( $this, 'custom_post_type' ) ); + add_action( 'admin_init', array( $this, 'get_remote_notifications' ), 100 ); + add_action( 'admin_notices', array( $this, 'display_notifications' ) ); + add_action( 'wp_ajax_am_notification_dismiss', array( $this, 'dismiss_notification' ) ); + } + + /** + * Registers a custom post type. + * + * @since 1.0.0 + */ + public function custom_post_type() { + register_post_type( 'amn_' . $this->plugin, array( + 'label' => $this->plugin . ' Announcements', + 'can_export' => false, + 'supports' => false, + 'capability_type' => 'manage_options', + ) ); + } + + /** + * Retrieve the remote notifications if the time has expired. + * + * @since 1.0.0 + */ + public function get_remote_notifications() { + if ( ! apply_filters( 'am_notifications_display', is_super_admin() ) ) { + return; + } + + $to_check = get_option( '_amn_' . $this->plugin . '_to_check', false ); + + if ( $to_check == false ) { + // Non load balanced. Start checking in in 7 days + 2-4 days. + $checktime = array(); + $checktime['day'] = rand( 0, 6 ); + $checktime['hour'] = rand( 0, 23 ); + $checktime['minute'] = rand( 0, 59 ); + $checktime['second'] = rand( 0, 59 ); + $checktime['offset'] = ( $checktime['day'] * DAY_IN_SECONDS ) + + ( $checktime['hour'] * HOUR_IN_SECONDS ) + + ( $checktime['minute'] * MINUTE_IN_SECONDS ) + + $checktime['second']; + $to_check = strtotime("next sunday") + $checktime['offset']; + update_option( '_amn_' . $this->plugin . '_to_check', $to_check ); + } + + if ( $to_check < time() ) { + $plugin_notifications = $this->get_plugin_notifications( 1 ); + $notification_id = null; + + if ( ! empty( $plugin_notifications ) ) { + // Unset it from the array. + $notification = $plugin_notifications[0]; + $notification_id = get_post_meta( $notification->ID, 'notification_id', true ); + } + + $response = wp_remote_retrieve_body( wp_remote_post( $this->api_url, array( + 'body' => array( + 'slug' => $this->plugin, + 'version' => $this->plugin_version, + 'last_notification' => $notification_id, + ), + ) ) ); + + $data = json_decode( $response ); + + if ( ! empty( $data->id ) ) { + $notifications = array(); + + foreach ( (array) $data->slugs as $slug ) { + $notifications = array_merge( + $notifications, + (array) get_posts( + array( + 'post_type' => 'amn_' . $slug, + 'post_status' => 'all', + 'meta_key' => 'notification_id', + 'meta_value' => $data->id, + ) + ) + ); + } + + if ( empty( $notifications ) ) { + $new_notification_id = wp_insert_post( + array( + 'post_content' => wp_kses_post( $data->content ), + 'post_type' => 'amn_' . $this->plugin, + ) + ); + + update_post_meta( $new_notification_id, 'notification_id', absint( $data->id ) ); + update_post_meta( $new_notification_id, 'type', sanitize_text_field( trim( $data->type ) ) ); + update_post_meta( $new_notification_id, 'dismissable', (bool) $data->dismissible ? 1 : 0 ); + update_post_meta( $new_notification_id, 'location', function_exists( 'wp_json_encode' ) ? wp_json_encode( $data->location ) : json_encode( $data->location ) ); + update_post_meta( $new_notification_id, 'version', sanitize_text_field( trim( $data->version ) ) ); + update_post_meta( $new_notification_id, 'viewed', 0 ); + update_post_meta( $new_notification_id, 'expiration', $data->expiration ? absint( $data->expiration ) : false ); + update_post_meta( $new_notification_id, 'plans', function_exists( 'wp_json_encode' ) ? wp_json_encode( $data->plans ) : json_encode( $data->plans ) ); + } + } + + // Possibly revoke notifications. + if ( ! empty( $data->revoked ) ) { + $this->revoke_notifications( $data->revoked ); + } + + // Set the option now so we can't run this again until after 24 hours. + update_option( '_amn_' . $this->plugin . '_to_check', time() + 3 * DAY_IN_SECONDS ); + } + } + + /** + * Get local plugin notifications that have already been set. + * + * @since 1.0.0 + * + * @param integer $limit Set the limit for how many posts to retrieve. + * @param array $args Any top-level arguments to add to the array. + * + * @return WP_Post[] WP_Post that match the query. + */ + public function get_plugin_notifications( $limit = - 1, $args = array() ) { + return get_posts( + array( + 'posts_per_page' => $limit, + 'post_type' => 'amn_' . $this->plugin, + ) + $args + ); + } + + /** + * Display any notifications that should be displayed. + * + * @since 1.0.0 + */ + public function display_notifications() { + if ( ! apply_filters( 'am_notifications_display', is_super_admin() ) ) { + return; + } + + $plugin_notifications = $this->get_plugin_notifications( - 1, array( + 'post_status' => 'all', + 'meta_key' => 'viewed', + 'meta_value' => '0', + ) ); + + $plugin_notifications = $this->validate_notifications( $plugin_notifications ); + + if ( ! empty( $plugin_notifications ) && ! self::$registered ) { + foreach ( $plugin_notifications as $notification ) { + $dismissable = get_post_meta( $notification->ID, 'dismissable', true ); + $type = get_post_meta( $notification->ID, 'type', true ); + ?> +
+ post_content ); ?> +
+ + $notification ) { + // Location validation. + $location = (array) json_decode( get_post_meta( $notification->ID, 'location', true ) ); + $continue = false; + if ( ! in_array( 'everywhere', $location, true ) ) { + if ( in_array( 'index.php', $location, true ) && 'index.php' === $pagenow ) { + $continue = true; + } + + if ( in_array( 'plugins.php', $location, true ) && 'plugins.php' === $pagenow ) { + $continue = true; + } + + if ( ! $continue ) { + unset( $plugin_notifications[ $key ] ); + } + } + + // Plugin validation (OR conditional). + $plugins = (array) json_decode( get_post_meta( $notification->ID, 'plugins', true ) ); + $continue = false; + if ( ! empty( $plugins ) ) { + foreach ( $plugins as $plugin ) { + if ( is_plugin_active( $plugin ) ) { + $continue = true; + } + } + + if ( ! $continue ) { + unset( $plugin_notifications[ $key ] ); + } + } + + // Theme validation. + $theme = get_post_meta( $notification->ID, 'theme', true ); + $continue = (string) wp_get_theme() === $theme; + + if ( ! empty( $theme ) && ! $continue ) { + unset( $plugin_notifications[ $key ] ); + } + + // Version validation. + $version = get_post_meta( $notification->ID, 'version', true ); + $continue = false; + if ( ! empty( $version ) ) { + if ( version_compare( $this->plugin_version, $version, '<=' ) ) { + $continue = true; + } + + if ( ! $continue ) { + unset( $plugin_notifications[ $key ] ); + } + } + + // Expiration validation. + $expiration = get_post_meta( $notification->ID, 'expiration', true ); + $continue = false; + if ( ! empty( $expiration ) ) { + if ( $expiration > time() ) { + $continue = true; + } + + if ( ! $continue ) { + unset( $plugin_notifications[ $key ] ); + } + } + + // Plan validation. + $plans = (array) json_decode( get_post_meta( $notification->ID, 'plans', true ) ); + $continue = false; + if ( ! empty( $plans ) ) { + $level = $this->get_plan_level(); + if ( in_array( $level, $plans, true ) ) { + $continue = true; + } + + if ( ! $continue ) { + unset( $plugin_notifications[ $key ] ); + } + } + } + + return $plugin_notifications; + } + + /** + * Grab the current plan level. + * + * @since 1.0.0 + * + * @return string The current plan level. + */ + public function get_plan_level() { + // Prepare variables. + $key = ''; + $level = ''; + + switch ( $this->plugin ) { + case 'wpforms': + $option = get_option( 'wpforms_license' ); + $key = is_array( $option ) && isset( $option['key'] ) ? $option['key'] : ''; + $level = is_array( $option ) && isset( $option['type'] ) ? $option['type'] : ''; + + // Possibly check for a constant. + if ( empty( $key ) && defined( 'WPFORMS_LICENSE_KEY' ) ) { + $key = WPFORMS_LICENSE_KEY; + } + break; + case 'mi-lite': + case 'mi': + if ( version_compare( MONSTERINSIGHTS_VERSION, '6.9.0', '>=' ) ) { + if ( MonsterInsights()->license->get_site_license_type() ) { + $key = MonsterInsights()->license->get_site_license_key(); + $type = MonsterInsights()->license->get_site_license_type(); + } else if ( MonsterInsights()->license->get_network_license_type() ) { + $key = MonsterInsights()->license->get_network_license_key(); + $type = MonsterInsights()->license->get_network_license_type(); + } + + // Check key fallbacks. + if ( empty( $key ) ) { + $key = MonsterInsights()->license->get_license_key(); + } + } else { + $option = get_option( 'monsterinsights_license' ); + $key = is_array( $option ) && isset( $option['key'] ) ? $option['key'] : ''; + $level = is_array( $option ) && isset( $option['type'] ) ? $option['type'] : ''; + + // Possibly check for a constant. + if ( empty( $key ) && defined( 'MONSTERINSIGHTS_LICENSE_KEY' ) && is_string( MONSTERINSIGHTS_LICENSE_KEY ) && strlen( MONSTERINSIGHTS_LICENSE_KEY ) > 10 ) { + $key = MONSTERINSIGHTS_LICENSE_KEY; + } + } + break; + case 'om': + $option = get_option( 'optin_monster_api' ); + $key = is_array( $option ) && isset( $option['api']['apikey'] ) ? $option['api']['apikey'] : ''; + + // Possibly check for a constant. + if ( empty( $key ) && defined( 'OPTINMONSTER_REST_API_LICENSE_KEY' ) ) { + $key = OPTINMONSTER_REST_API_LICENSE_KEY; + } + + // If the key is still empty, check for the old legacy key. + if ( empty( $key ) ) { + $key = is_array( $option ) && isset( $option['api']['key'] ) ? $option['api']['key'] : ''; + } + break; + } + + // Possibly set the level to 'none' if the key is empty and no level has been set. + if ( empty( $key ) && empty( $level ) ) { + $level = 'none'; + } + + // Possibly set the level to 'unknown' if a key is entered, but no level can be determined (such as manually entered key) + if ( ! empty( $key ) && empty( $level ) ) { + $level = 'unknown'; + } + + // Normalize the level. + switch ( $level ) { + case 'bronze': + case 'personal': + $level = 'basic'; + break; + case 'silver': + case 'multi': + $level = 'plus'; + break; + case 'gold': + case 'developer': + $level = 'pro'; + break; + case 'platinum': + case 'master': + $level = 'ultimate'; + break; + } + + // Return the plan level. + return $level; + } + + /** + * Dismiss the notification via AJAX. + * + * @since 1.0.0 + */ + public function dismiss_notification() { + if ( ! apply_filters( 'am_notifications_display', is_super_admin() ) ) { + die; + } + + $notification_id = intval( $_POST['notification_id'] ); + update_post_meta( $notification_id, 'viewed', 1 ); + die; + } + + /** + * Revokes notifications. + * + * @since 1.0.0 + * + * @param array $ids An array of notification IDs to revoke. + */ + public function revoke_notifications( $ids ) { + // Loop through each of the IDs and find the post that has it as meta. + foreach ( (array) $ids as $id ) { + $notifications = $this->get_plugin_notifications( - 1, array( 'post_status' => 'all', 'meta_key' => 'notification_id', 'meta_value' => $id ) ); + if ( $notifications ) { + foreach ( $notifications as $notification ) { + update_post_meta( $notification->ID, 'viewed', 1 ); + } + } + } + } + } +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/googleanalytics.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/googleanalytics.php new file mode 100644 index 00000000..51be56db --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/googleanalytics.php @@ -0,0 +1,746 @@ +. + * + * @category Plugin + * @copyright Copyright © 2018 Chris Christoff + * @author Chris Christoff + * @package MonsterInsights + */ + +// Exit if accessed directly. +if ( ! defined( 'ABSPATH' ) ) { + exit; +} + +/** + * Main plugin class. + * + * @since 6.0.0 + * + * @package MonsterInsights + * @author Chris Christoff + * @access public + */ +final class MonsterInsights_Lite { + + /** + * Holds the class object. + * + * @since 6.0.0 + * @access public + * @var object Instance of instantiated MonsterInsights class. + */ + public static $instance; + + /** + * Plugin version, used for cache-busting of style and script file references. + * + * @since 6.0.0 + * @access public + * @var string $version Plugin version. + */ + public $version = '7.10.2'; + + /** + * Plugin file. + * + * @since 6.0.0 + * @access public + * @var string $file PHP File constant for main file. + */ + public $file; + + /** + * The name of the plugin. + * + * @since 6.0.0 + * @access public + * @var string $plugin_name Plugin name. + */ + public $plugin_name = 'MonsterInsights Lite'; + + /** + * Unique plugin slug identifier. + * + * @since 6.0.0 + * @access public + * @var string $plugin_slug Plugin slug. + */ + public $plugin_slug = 'monsterinsights-lite'; + + /** + * Holds instance of MonsterInsights License class. + * + * @since 6.0.0 + * @access public + * @var MonsterInsights_License $license Instance of License class. + */ + protected $license; + + /** + * Holds instance of MonsterInsights Admin Notice class. + * + * @since 6.0.0 + * @access public + * @var MonsterInsights_Admin_Notice $notices Instance of Admin Notice class. + */ + public $notices; + + /** + * Holds instance of MonsterInsights Reporting class. + * + * @since 6.0.0 + * @access public + * @var MonsterInsights_Reporting $reporting Instance of Reporting class. + */ + public $reporting; + + /** + * Holds instance of MonsterInsights Auth class. + * + * @since 7.0.0 + * @access public + * @var MonsterInsights_Auth $auth Instance of Auth class. + */ + protected $auth; + + /** + * Holds instance of MonsterInsights API Auth class. + * + * @since 6.0.0 + * @access public + * @var MonsterInsights_Auth $api_auth Instance of APIAuth class. + */ + public $api_auth; + + /** + * Holds instance of MonsterInsights API Rest Routes class. + * + * @since 7.4.0 + * @access public + * @var MonsterInsights_Rest_Routes $routes Instance of rest routes. + */ + public $routes; + + /** + * Primary class constructor. + * + * @since 6.0.0 + * @access public + */ + public function __construct() { + // We don't use this + } + + /** + * Returns the singleton instance of the class. + * + * @access public + * @since 6.0.0 + * + * @return object The MonsterInsights_Lite object. + */ + public static function get_instance() { + + if ( ! isset( self::$instance ) && ! ( self::$instance instanceof MonsterInsights_Lite ) ) { + self::$instance = new MonsterInsights_Lite(); + self::$instance->file = __FILE__; + + global $wp_version; + + // Detect non-supported WordPress version and return early + if ( version_compare( $wp_version, '3.8', '<' ) && ( ! defined( 'MONSTERINSIGHTS_FORCE_ACTIVATION' ) || ! MONSTERINSIGHTS_FORCE_ACTIVATION ) ) { + add_action( 'admin_notices', array( self::$instance, 'monsterinsights_wp_notice' ) ); + return; + } + + // Detect Pro version and return early + if ( defined( 'MONSTERINSIGHTS_PRO_VERSION' ) ) { + add_action( 'admin_notices', array( self::$instance, 'monsterinsights_pro_notice' ) ); + return; + } + + // Define constants + self::$instance->define_globals(); + + // Load in settings + self::$instance->load_settings(); + + // Load in Licensing + self::$instance->load_licensing(); + + // Load in Auth + self::$instance->load_auth(); + + // Load files + self::$instance->require_files(); + + // This does the version to version background upgrade routines and initial install + $mi_version = get_option( 'monsterinsights_current_version', '5.5.3' ); + if ( version_compare( $mi_version, '7.10.0', '<' ) ) { + monsterinsights_lite_call_install_and_upgrade(); + } + + if ( is_admin() ) { + new AM_Notification( 'mi-lite', self::$instance->version ); + new AM_Deactivation_Survey( 'MonsterInsights', basename( dirname( __FILE__ ) ) ); + } + + // Load the plugin textdomain. + add_action( 'plugins_loaded', array( self::$instance, 'load_plugin_textdomain' ) ); + + // Load admin only components. + if ( is_admin() || ( defined( 'DOING_CRON' ) && DOING_CRON ) ) { + self::$instance->notices = new MonsterInsights_Notice_Admin(); + self::$instance->reporting = new MonsterInsights_Reporting(); + self::$instance->api_auth = new MonsterInsights_API_Auth(); + self::$instance->routes = new MonsterInsights_Rest_Routes(); + } + + if ( monsterinsights_is_pro_version() ) { + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'pro/includes/load.php'; + } else { + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/load.php'; + } + + // Run hook to load MonsterInsights addons. + do_action( 'monsterinsights_load_plugins' ); // the updater class for each addon needs to be instantiated via `monsterinsights_updater` + } + + return self::$instance; + + } + + /** + * Throw error on object clone + * + * The whole idea of the singleton design pattern is that there is a single + * object therefore, we don't want the object to be cloned. + * + * @since 6.0.0 + * @access public + * + * @return void + */ + public function __clone() { + _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'google-analytics-for-wordpress' ), '6.0.0' ); + } + + /** + * Disable unserializing of the class + * + * Attempting to wakeup an MonsterInsights instance will throw a doing it wrong notice. + * + * @since 6.0.0 + * @access public + * + * @return void + */ + public function __wakeup() { + _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'google-analytics-for-wordpress' ), '6.0.0' ); + } + + /** + * Magic get function. + * + * We use this to lazy load certain functionality. Right now used to lazyload + * the API & Auth frontend, so it's only loaded if user is using a plugin + * that requires it. + * + * @since 7.0.0 + * @access public + * + * @return void + */ + public function __get( $key ) { + if ( $key === 'auth' ) { + if ( empty( self::$instance->auth ) ) { + // LazyLoad Auth for Frontend + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/auth.php'; + self::$instance->auth = new MonsterInsights_Auth(); + } + return self::$instance->$key; + } else { + return self::$instance->$key; + } + } + + /** + * Define MonsterInsights constants. + * + * This function defines all of the MonsterInsights PHP constants. + * + * @since 6.0.0 + * @access public + * + * @return void + */ + public function define_globals() { + + if ( ! defined( 'MONSTERINSIGHTS_VERSION' ) ) { + define( 'MONSTERINSIGHTS_VERSION', $this->version ); + } + + if ( ! defined( 'MONSTERINSIGHTS_LITE_VERSION' ) ) { + define( 'MONSTERINSIGHTS_LITE_VERSION', MONSTERINSIGHTS_VERSION ); + } + + if ( ! defined( 'MONSTERINSIGHTS_PLUGIN_NAME' ) ) { + define( 'MONSTERINSIGHTS_PLUGIN_NAME', $this->plugin_name ); + } + + if ( ! defined( 'MONSTERINSIGHTS_PLUGIN_SLUG' ) ) { + define( 'MONSTERINSIGHTS_PLUGIN_SLUG', $this->plugin_slug ); + } + + if ( ! defined( 'MONSTERINSIGHTS_PLUGIN_FILE' ) ) { + define( 'MONSTERINSIGHTS_PLUGIN_FILE', $this->file ); + } + + if ( ! defined( 'MONSTERINSIGHTS_PLUGIN_DIR' ) ) { + define( 'MONSTERINSIGHTS_PLUGIN_DIR', plugin_dir_path( $this->file ) ); + } + + if ( ! defined( 'MONSTERINSIGHTS_PLUGIN_URL' ) ) { + define( 'MONSTERINSIGHTS_PLUGIN_URL', plugin_dir_url( $this->file ) ); + } + } + + /** + * Loads the plugin textdomain for translation. + * + * @access public + * @since 6.0.0 + * + * @return void + */ + public function load_plugin_textdomain() { + + $mi_locale = get_locale(); + if ( function_exists( 'get_user_locale' ) ) { + $mi_locale = get_user_locale(); + } + + // Traditional WordPress plugin locale filter. + $mi_locale = apply_filters( 'plugin_locale', $mi_locale, 'google-analytics-for-wordpress' ); + $mi_mofile = sprintf( '%1$s-%2$s.mo', 'google-analytics-for-wordpress', $mi_locale ); + + // Look for wp-content/languages/google-analytics-for-wordpress/google-analytics-for-wordpress-{lang}_{country}.mo + $mi_mofile1 = WP_LANG_DIR . '/google-analytics-for-wordpress/' . $mi_mofile; + + // Look in wp-content/languages/plugins/google-analytics-for-wordpress/google-analytics-for-wordpress-{lang}_{country}.mo + $mi_mofile2 = WP_LANG_DIR . '/plugins/google-analytics-for-wordpress/' . $mi_mofile; + + // Look in wp-content/languages/plugins/google-analytics-for-wordpress-{lang}_{country}.mo + $mi_mofile3 = WP_LANG_DIR . '/plugins/' . $mi_mofile; + + // Look in wp-content/plugins/google-analytics-for-wordpress/languages/google-analytics-for-wordpress-{lang}_{country}.mo + $mi_mofile4 = dirname( plugin_basename( MONSTERINSIGHTS_PLUGIN_FILE ) ) . '/languages/'; + $mi_mofile4 = apply_filters( 'monsterinsights_lite_languages_directory', $mi_mofile4 ); + + if ( file_exists( $mi_mofile1 ) ) { + load_textdomain( 'google-analytics-for-wordpress', $mi_mofile1 ); + } elseif ( file_exists( $mi_mofile2 ) ) { + load_textdomain( 'google-analytics-for-wordpress', $mi_mofile2 ); + } elseif ( file_exists( $mi_mofile3 ) ) { + load_textdomain( 'google-analytics-for-wordpress', $mi_mofile3 ); + } else { + load_plugin_textdomain( 'google-analytics-for-wordpress', false, $mi_mofile4 ); + } + + } + + /** + * Output a nag notice if the user has an out of date WP version installed + * + * @access public + * @since 6.0.0 + * + * @return void + */ + public function monsterinsights_wp_notice() { + $url = admin_url( 'plugins.php' ); + // Check for MS dashboard + if( is_network_admin() ) { + $url = network_admin_url( 'plugins.php' ); + } + ?> +
+

', '', '', '' ); ?>

+
+ +
+

', '' ); ?>

+
+ license = new MonsterInsights_License_Compat(); + } + } + + /** + * Loads MonsterInsights Auth + * + * Loads auth used by MonsterInsights + * + * @since 7.0.0 + * @access public + * + * @return void + */ + public function load_auth() { + if ( is_admin() || ( defined( 'DOING_CRON' ) && DOING_CRON ) ) { + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/auth.php'; + self::$instance->auth = new MonsterInsights_Auth(); + } + } + + /** + * Loads all files into scope. + * + * @access public + * @since 6.0.0 + * + * @return void + */ + public function require_files() { + + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/capabilities.php'; + + if ( is_admin() || ( defined( 'DOING_CRON' ) && DOING_CRON ) ) { + + // Lite and Pro files + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'assets/lib/pandora/class-am-notification.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'assets/lib/pandora/class-am-deactivation-survey.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/ajax.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/admin.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/common.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/notice.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/licensing/autoupdate.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/review.php'; + + // Pages + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/pages/settings.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/pages/tools.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/pages/reports.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/pages/addons.php'; + + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/api-auth.php'; + + // Reports + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/reports/abstract-report.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/reports/overview.php'; + + // Reporting Functionality + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/reporting.php'; + + // Routes used by Vue + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/routes.php'; + } + + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/api-request.php'; + + if ( is_admin() || ( defined( 'DOING_CRON' ) && DOING_CRON ) ) { + // Late loading classes (self instantiating) + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/admin/tracking.php'; + } + + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/frontend/frontend.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/frontend/seedprod.php'; + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/measurement-protocol.php'; + } +} + +/** + * Fired when the plugin is activated. + * + * @access public + * @since 6.0.0 + * + * @global int $wp_version The version of WordPress for this install. + * @global object $wpdb The WordPress database object. + * @param boolean $network_wide True if WPMU superadmin uses "Network Activate" action, false otherwise. + * + * @return void + */ +function monsterinsights_lite_activation_hook( $network_wide ) { + + global $wp_version; + + $url = admin_url( 'plugins.php' ); + // Check for MS dashboard + if ( is_network_admin() ) { + $url = network_admin_url( 'plugins.php' ); + } + + if ( version_compare( $wp_version, '3.8', '<' ) && ( ! defined( 'MONSTERINSIGHTS_FORCE_ACTIVATION' ) || ! MONSTERINSIGHTS_FORCE_ACTIVATION ) ) { + deactivate_plugins( plugin_basename( __FILE__ ) ); + wp_die( sprintf( esc_html__( 'Sorry, but your version of WordPress does not meet MonsterInsight\'s required version of %1$s3.8%2$s to run properly. The plugin not been activated. %3$sClick here to return to the Dashboard%4$s.', 'google-analytics-by-wordpress' ), '', '', '', '' ) ); + } + + if ( class_exists( 'MonsterInsights' ) ) { + deactivate_plugins( plugin_basename( __FILE__ ) ); + wp_die( sprintf( esc_html__( 'Please uninstall and remove MonsterInsights Pro before activating Google Analytics for WordPress by MonsterInsights. The Lite version has not been activated. %1$sClick here to return to the Dashboard%2$s.', 'google-analytics-by-wordpress' ), '', '' ) ); + } + + // Add transient to trigger redirect. + set_transient( '_monsterinsights_activation_redirect', 1, 30 ); +} +register_activation_hook( __FILE__, 'monsterinsights_lite_activation_hook' ); + +/** + * Fired when the plugin is uninstalled. + * + * @access public + * @since 6.0.0 + * + * @return void + */ +function monsterinsights_lite_uninstall_hook() { + wp_cache_flush(); + + // Note, if both MI Pro and Lite are active, this is an MI Pro instance + // Therefore MI Lite can only use functions of the instance common to + // both plugins. If it needs to be pro specific, then include a file that + // has that method. + $instance = MonsterInsights(); + + // If uninstalling via wp-cli load admin-specific files only here. + if ( defined( 'WP_CLI' ) && WP_CLI ) { + define( 'WP_ADMIN', true ); + $instance->require_files(); + $instance->load_auth(); + $instance->notices = new MonsterInsights_Notice_Admin(); + $instance->reporting = new MonsterInsights_Reporting(); + $instance->api_auth = new MonsterInsights_API_Auth(); + } + + // Don't delete any data if the PRO version is already active. + if ( monsterinsights_is_pro_version() ) { + return; + } + + if ( is_multisite() ) { + $site_list = get_sites(); + foreach ( (array) $site_list as $site ) { + switch_to_blog( $site->blog_id ); + + // Delete auth + $instance->api_auth->delete_auth(); + + // Delete data + $instance->reporting->delete_aggregate_data('site'); + + restore_current_blog(); + } + // Delete network auth using a custom function as some variables are not initiated. + $instance->api_auth->uninstall_network_auth(); + + // Delete network data + $instance->reporting->delete_aggregate_data('network'); + } else { + // Delete auth + $instance->api_auth->delete_auth(); + + // Delete data + $instance->reporting->delete_aggregate_data('site'); + } + +} +register_uninstall_hook( __FILE__, 'monsterinsights_lite_uninstall_hook' ); + +/** + * The main function responsible for returning the one true MonsterInsights_Lite + * Instance to functions everywhere. + * + * Use this function like you would a global variable, except without needing + * to declare the global. + * + * Example: + * + * @since 6.0.0 + * + * @uses MonsterInsights_Lite::get_instance() Retrieve MonsterInsights_Lite instance. + * + * @return MonsterInsights_Lite The singleton MonsterInsights_Lite instance. + */ +function MonsterInsights_Lite() { + return MonsterInsights_Lite::get_instance(); +} + +/** + * MonsterInsights Install and Updates. + * + * This function is used install and upgrade MonsterInsights. This is used for upgrade routines + * that can be done automatically, behind the scenes without the need for user interaction + * (for example pagination or user input required), as well as the initial install. + * + * @since 6.0.0 + * @access public + * + * @global string $wp_version WordPress version (provided by WordPress core). + * @uses MonsterInsights_Lite::load_settings() Loads MonsterInsights settings + * @uses MonsterInsights_Install::init() Runs upgrade process + * + * @return void + */ +function monsterinsights_lite_install_and_upgrade() { + global $wp_version; + + // If the WordPress site doesn't meet the correct WP version requirements, don't activate MonsterInsights + if ( version_compare( $wp_version, '3.8', '<' ) ) { + if ( is_plugin_active( plugin_basename( __FILE__ ) ) ) { + return; + } + } + + // Don't run if MI Pro is installed + if ( class_exists( 'MonsterInsights' ) ) { + if ( is_plugin_active( plugin_basename( __FILE__ ) ) ) { + return; + } + } + + + // Load settings and globals (so we can use/set them during the upgrade process) + MonsterInsights_Lite()->define_globals(); + MonsterInsights_Lite()->load_settings(); + + // Load in Auth + MonsterInsights()->load_auth(); + + // Load upgrade file + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'includes/install.php'; + + // Run the MonsterInsights upgrade routines + $updates = new MonsterInsights_Install(); + $updates->init(); +} + +/** + * MonsterInsights check for install and update processes. + * + * This function is used to call the MonsterInsights automatic upgrade class, which in turn + * checks to see if there are any update procedures to be run, and if + * so runs them. Also installs MonsterInsights for the first time. + * + * @since 6.0.0 + * @access public + * + * @uses MonsterInsights_Install() Runs install and upgrade process. + * + * @return void + */ +function monsterinsights_lite_call_install_and_upgrade(){ + add_action( 'wp_loaded', 'monsterinsights_lite_install_and_upgrade' ); +} + +/** + * Returns the MonsterInsights combined object that you can use for both + * MonsterInsights Lite and Pro Users. When both plugins active, defers to the + * more complete Pro object. + * + * Warning: Do not use this in Lite or Pro specific code (use the individual objects instead). + * Also do not use in the MonsterInsights Lite/Pro upgrade and install routines. + * + * Use this function like you would a global variable, except without needing + * to declare the global. + * + * Prevents the need to do conditional global object logic when you have code that you want to work with + * both Pro and Lite. + * + * Example: + * + * @since 6.0.0 + * + * @uses MonsterInsights::get_instance() Retrieve MonsterInsights Pro instance. + * @uses MonsterInsights_Lite::get_instance() Retrieve MonsterInsights Lite instance. + * + * @return MonsterInsights The singleton MonsterInsights instance. + */ +if ( ! function_exists( 'MonsterInsights' ) ) { + function MonsterInsights() { + return ( class_exists( 'MonsterInsights' ) ? MonsterInsights_Pro() : MonsterInsights_Lite() ); + } + add_action( 'plugins_loaded', 'MonsterInsights' ); +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/admin.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/admin.php new file mode 100644 index 00000000..5e4ed73b --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/admin.php @@ -0,0 +1,494 @@ +license->get_network_license_key() : ''; + if ( ! monsterinsights_is_network_active() || ( monsterinsights_is_network_active() && empty( $network_key ) ) ) { + add_submenu_page( $hook, __( 'Addons:', 'google-analytics-for-wordpress' ), ' ' . __( 'Addons', 'google-analytics-for-wordpress' ) . '', 'monsterinsights_save_settings', $submenu_base . '#/addons' ); + } + + // Add About us page. + add_submenu_page( $hook, __( 'About Us:', 'google-analytics-for-wordpress' ), __( 'About Us', 'google-analytics-for-wordpress' ), 'manage_options', $submenu_base . '#/about' ); +} +add_action( 'admin_menu', 'monsterinsights_admin_menu' ); + +function monsterinsights_get_menu_hook() { + $dashboards_disabled = monsterinsights_get_option( 'dashboards_disabled', false ); + if ( $dashboards_disabled || ( current_user_can( 'monsterinsights_save_settings' ) && ! current_user_can( 'monsterinsights_view_dashboard' ) ) ) { + return 'monsterinsights_settings'; + } else { + return 'monsterinsights_reports'; + } +} + +function monsterinsights_network_admin_menu() { + // Get the base class object. + $base = MonsterInsights(); + + // First, let's see if this is an MS network enabled plugin. If it is, we should load the license + // menu page and the updater on the network panel + if ( ! function_exists( 'is_plugin_active_for_network' ) ) { + require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); + } + + $plugin = plugin_basename( MONSTERINSIGHTS_PLUGIN_FILE ); + if ( ! is_plugin_active_for_network( $plugin ) ) { + return; + } + + $menu_icon_inline = monsterinsights_get_inline_menu_icon(); + $hook = 'monsterinsights_network'; + $submenu_base = add_query_arg( 'page', 'monsterinsights_network', network_admin_url( 'admin.php' ) ); + add_menu_page( __( 'Network Settings:', 'google-analytics-for-wordpress' ), __( 'Insights', 'google-analytics-for-wordpress' ), 'monsterinsights_save_settings', 'monsterinsights_network', 'monsterinsights_network_page', $menu_icon_inline, '100.00013467543' ); + + add_submenu_page( $hook, __( 'Network Settings:', 'google-analytics-for-wordpress' ), __( 'Network Settings', 'google-analytics-for-wordpress' ), 'monsterinsights_save_settings', 'monsterinsights_network', 'monsterinsights_network_page' ); + + add_submenu_page( $hook, __( 'General Reports:', 'google-analytics-for-wordpress' ), __( 'Reports', 'google-analytics-for-wordpress' ), 'monsterinsights_view_dashboard', 'monsterinsights_reports', 'monsterinsights_reports_page' ); + + // then addons + add_submenu_page( $hook, __( 'Addons:', 'google-analytics-for-wordpress' ), ' ' . __( 'Addons', 'google-analytics-for-wordpress' ) . '', 'monsterinsights_save_settings', $submenu_base . '#/addons' ); + + $submenu_base = add_query_arg( 'page', 'monsterinsights_network', network_admin_url( 'admin.php' ) ); + + // Add About us page. + add_submenu_page( $hook, __( 'About Us:', 'google-analytics-for-wordpress' ), __( 'About Us', 'google-analytics-for-wordpress' ), 'manage_options', $submenu_base . '#/about' ); +} +add_action( 'network_admin_menu', 'monsterinsights_network_admin_menu', 5 ); + +/** + * Adds one or more classes to the body tag in the dashboard. + * + * @param String $classes Current body classes. + * @return String Altered body classes. + */ +function monsterinsights_add_admin_body_class( $classes ) { + $screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false; + if ( empty( $screen ) || empty( $screen->id ) || strpos( $screen->id, 'monsterinsights' ) === false ) { + return $classes; + } + + return "$classes monsterinsights_page "; +} +add_filter( 'admin_body_class', 'monsterinsights_add_admin_body_class', 10, 1 ); + +/** + * Adds one or more classes to the body tag in the dashboard. + * + * @param String $classes Current body classes. + * @return String Altered body classes. + */ +function monsterinsights_add_admin_body_class_tools_page( $classes ) { + $screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false; + + if ( empty( $screen ) || empty( $screen->id ) || strpos( $screen->id, 'monsterinsights_tools' ) === false || 'insights_page_monsterinsights_tools' === $screen->id ) { + return $classes; + } + + return "$classes insights_page_monsterinsights_tools "; +} +add_filter( 'admin_body_class', 'monsterinsights_add_admin_body_class_tools_page', 10, 1 ); + +/** + * Adds one or more classes to the body tag in the dashboard. + * + * @param String $classes Current body classes. + * @return String Altered body classes. + */ +function monsterinsights_add_admin_body_class_addons_page( $classes ) { + $screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false; + if ( empty( $screen ) || empty( $screen->id ) || strpos( $screen->id, 'monsterinsights_addons' ) === false || 'insights_page_monsterinsights_addons' === $screen->id ) { + return $classes; + } + + return "$classes insights_page_monsterinsights_addons "; +} +add_filter( 'admin_body_class', 'monsterinsights_add_admin_body_class_addons_page', 10, 1 ); + +/** + * Add a link to the settings page to the plugins list + * + * @param array $links array of links for the plugins, adapted when the current plugin is found. + * + * @return array $links + */ +function monsterinsights_add_action_links( $links ) { + $docs = '' . esc_html__( 'Documentation', 'google-analytics-for-wordpress' ) . ''; + array_unshift( $links, $docs ); + + // If lite, show a link where they can get pro from + if ( ! monsterinsights_is_pro_version() ) { + $get_pro = '' . esc_html__( 'Get MonsterInsights Pro', 'google-analytics-for-wordpress' ) . ''; + array_unshift( $links, $get_pro ); + } + + // If Lite, support goes to forum. If pro, it goes to our website + if ( monsterinsights_is_pro_version() ) { + $support = '' . esc_html__( 'Support', 'google-analytics-for-wordpress' ) . ''; + array_unshift( $links, $support ); + } else { + $support = '' . esc_html__( 'Support', 'google-analytics-for-wordpress' ) . ''; + array_unshift( $links, $support ); + } + + $settings_link = '' . esc_html__( 'Settings', 'google-analytics-for-wordpress' ) . ''; + array_unshift( $links, $settings_link ); + + return $links; +} +add_filter( 'plugin_action_links_' . plugin_basename( MONSTERINSIGHTS_PLUGIN_FILE ), 'monsterinsights_add_action_links' ); + + + +/** + * Loads a partial view for the Administration screen + * + * @access public + * @since 6.0.0 + * + * @param string $template PHP file at includes/admin/partials, excluding file extension + * @param array $data Any data to pass to the view + * @return void + */ +function monsterinsights_load_admin_partial( $template, $data = array() ) { + + if ( monsterinsights_is_pro_version() ) { + $dir = trailingslashit( plugin_dir_path( MonsterInsights()->file ) . 'pro/includes/admin/partials' ); + + if ( file_exists( $dir . $template . '.php' ) ) { + require_once( $dir . $template . '.php' ); + return true; + } + } else { + $dir = trailingslashit( plugin_dir_path( MonsterInsights()->file ) . 'lite/includes/admin/partials' ); + + if ( file_exists( $dir . $template . '.php' ) ) { + require_once( $dir . $template . '.php' ); + return true; + } + } + + $dir = trailingslashit( plugin_dir_path( MonsterInsights()->file ) . 'includes/admin/partials' ); + + if ( file_exists( $dir . $template . '.php' ) ) { + require_once( $dir . $template . '.php' ); + return true; + } + + return false; +} + +/** + * When user is on a MonsterInsights related admin page, display footer text + * that graciously asks them to rate us. + * + * @since 6.0.0 + * @param string $text + * @return string + */ +function monsterinsights_admin_footer( $text ) { + global $current_screen; + if ( ! empty( $current_screen->id ) && strpos( $current_screen->id, 'monsterinsights' ) !== false ) { + $url = 'https://wordpress.org/support/view/plugin-reviews/google-analytics-for-wordpress?filter=5'; + $text = sprintf( esc_html__( 'Please rate %sMonsterInsights%s %s on %sWordPress.org%s to help us spread the word. Thank you from the MonsterInsights team!', 'google-analytics-for-wordpress' ), '', '', '', '', '' ); + } + return $text; +} +add_filter( 'admin_footer_text', 'monsterinsights_admin_footer', 1, 2 ); + +function monsterinsights_admin_setup_notices() { + + // Don't show on MonsterInsights pages + $screen = get_current_screen(); + if ( empty( $screen->id ) || strpos( $screen->id, 'monsterinsights' ) !== false ) { + return; + } + + // Make sure they have the permissions to do something + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + return; + } + + // Priority: + // 1. Google Analytics not authenticated + // 2. License key not entered for pro + // 3. License key not valid/okay for pro + // 4. WordPress + PHP min versions + // 5. (old) Optin setting not configured + // 6. Manual UA code + // 7. Automatic updates not configured + // 8. Woo upsell + // 9. EDD upsell + + + // 1. Google Analytics not authenticated + if ( ! is_network_admin() && ! monsterinsights_get_ua() ) { + + $submenu_base = is_network_admin() ? add_query_arg( 'page', 'monsterinsights_network', network_admin_url( 'admin.php' ) ) : add_query_arg( 'page', 'monsterinsights_settings', admin_url( 'admin.php' ) ); + $title = esc_html__( 'Please Setup Website Analytics to See Audience Insights', 'google-analytics-for-wordpress' ); + $primary = esc_html__( 'Connect MonsterInsights and Setup Website Analytics', 'google-analytics-for-wordpress' ); + $urlone = is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights-onboarding' ) : admin_url( 'admin.php?page=monsterinsights-onboarding' ); + $secondary = esc_html__( 'Learn More', 'google-analytics-for-wordpress' ); + $urltwo = $submenu_base . '#/about/getting-started'; + $message = esc_html__( '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.', 'google-analytics-for-wordpress' ); + echo '

'. $title .'

'. $message.'

'. $primary .'   '. $secondary .'

'; + return; + } + + // 2. License key not entered for pro + $key = monsterinsights_is_pro_version() ? MonsterInsights()->license->get_license_key() : ''; + if ( monsterinsights_is_pro_version() && empty( $key ) ) { + $page = is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_network' ) : admin_url( 'admin.php?page=monsterinsights_settings' ); + $message = sprintf( esc_html__( 'Warning: No valid license key has been entered for MonsterInsights. You are currently not getting updates, and are not able to view reports. %1$sPlease click here to enter your license key and begin receiving updates and reports.%2$s', 'google-analytics-for-wordpress' ), '', '' ); + echo '

'. $message.'

'; + return; + } + + // 3. License key not valid/okay for pro + if ( monsterinsights_is_pro_version() ) { + $message = ''; + if ( MonsterInsights()->license->get_site_license_key() ){ + if ( MonsterInsights()->license->site_license_expired() ) { + $message = sprintf( esc_html__( 'Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s', 'google-analytics-for-wordpress' ), '', '' ); + } else if ( MonsterInsights()->license->site_license_disabled() ) { + $message = esc_html__( 'Your license key for MonsterInsights has been disabled. Please use a different key.', 'google-analytics-for-wordpress' ); + } else if ( MonsterInsights()->license->site_license_invalid() ) { + $message = esc_html__( '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' ); + } + } else if ( MonsterInsights()->license->get_network_license_key() ) { + if ( MonsterInsights()->license->network_license_expired() ) { + $message = sprintf( esc_html__( 'Your network license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s', 'google-analytics-for-wordpress' ), '', '' ); + } else if ( MonsterInsights()->license->network_license_disabled() ) { + $message = esc_html__( 'Your network license key for MonsterInsights has been disabled. Please use a different key.', 'google-analytics-for-wordpress' ); + } else if ( MonsterInsights()->license->network_license_invalid() ) { + $message = esc_html__( 'Your network 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' ); + } + } + if ( ! empty( $message ) ) { + echo '

'. $message.'

'; + return; + } + } + + // 4. Notices for PHP/WP version deprecations + if ( current_user_can( 'update_core' ) ) { + global $wp_version; + + // PHP 5.2/5.3 + if ( version_compare( phpversion(), '5.4', '<' ) ) { + $url = monsterinsights_get_url( 'global-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-php/' ); + $message = sprintf( esc_html__( 'Your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked.%4$sWordPress will stop supporting your PHP version in April, 2019.%4$sUpdating PHP only takes a few minutes and will make your website significantly faster and more secure.%4$s%2$sLearn more about updating PHP%3$s', 'google-analytics-for-wordpress' ), phpversion(), '', '', '
' ); + echo '

'. $message.'

'; + return; + } + // WordPress 3.0 - 4.5 + else if ( version_compare( $wp_version, '4.6', '<' ) ) { + $url = monsterinsights_get_url( 'global-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-wordpress/' ); + $message = sprintf( esc_html__( 'Your site is running an outdated version of WordPress (%1$s).%4$sMonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019.%4$sUpdating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.%4$s%2$sLearn more about updating WordPress%3$s', 'google-analytics-for-wordpress' ), $wp_version, '', '', '
' ); + echo '

'. $message.'

'; + return; + } + // PHP 5.4/5.5 + // else if ( version_compare( phpversion(), '5.6', '<' ) ) { + // $url = monsterinsights_get_url( 'global-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-php/' ); + // $message = sprintf( esc_html__( 'Your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked.%4$sWordPress will stop supporting your PHP version in April, 2019.%4$sUpdating PHP only takes a few minutes and will make your website significantly faster and more secure.%4$s%2$sLearn more about updating PHP%3$s', 'google-analytics-for-wordpress' ), phpversion(), '', '', '
' ); + // echo '

'. $message.'

'; + // return; + // } + // // WordPress 4.6 - 4.8 + // else if ( version_compare( $wp_version, '4.9', '<' ) ) { + // $url = monsterinsights_get_url( 'global-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-wordpress/' ); + // $message = sprintf( esc_html__( 'Your site is running an outdated version of WordPress (%1$s).%4$sMonsterInsights will stop supporting WordPress versions lower than 4.9 in October, 2019.%4$sUpdating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.%4$s%2$sLearn more about updating WordPress%3$s', 'google-analytics-for-wordpress' ), $wp_version, '', '', '
' ); + // echo '

'. $message.'

'; + // return; + // } + } + + // 5. Optin setting not configured + // if ( ! is_network_admin() ) { + // if ( ! get_option( 'monsterinsights_tracking_notice' ) ) { + // if ( ! monsterinsights_get_option( 'anonymous_data', false ) ) { + // if ( ! monsterinsights_is_dev_url( network_site_url( '/' ) ) ) { + // if ( monsterinsights_is_pro_version() ) { + // monsterinsights_update_option( 'anonymous_data', 1 ); + // return; + // } + // $optin_url = add_query_arg( 'mi_action', 'opt_into_tracking' ); + // $optout_url = add_query_arg( 'mi_action', 'opt_out_of_tracking' ); + // echo '

'; + // echo esc_html__( 'Allow MonsterInsights to track plugin usage? Opt-in to tracking and our newsletter to stay informed of the latest changes to MonsterInsights and help us ensure compatibility.', 'google-analytics-for-wordpress' ); + // echo ' ' . __( 'Allow', 'google-analytics-for-wordpress' ) . ''; + // echo ' ' . __( 'Do not allow', 'google-analytics-for-wordpress' ) . ''; + // echo '

'; + // return; + // } else { + // // is testing site + // update_option( 'monsterinsights_tracking_notice', '1' ); + // } + // } + // } + // } + + $notices = get_option( 'monsterinsights_notices' ); + if ( ! is_array( $notices ) ) { + $notices = array(); + } + + // 6. Authenticate, not manual + $authed = MonsterInsights()->auth->is_authed() || MonsterInsights()->auth->is_network_authed(); + $url = is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_network' ) : admin_url( 'admin.php?page=monsterinsights_settings' ); + + if ( empty( $authed ) && ! isset( $notices['monsterinsights_auth_not_manual' ] ) ) { + echo '
'; + echo '

'; + echo sprintf( esc_html__( 'Important: You are currently using manual UA code output. We highly recommend %1$sauthenticating with MonsterInsights%2$s so that you can access our new reporting area and take advantage of new MonsterInsights features.', 'google-analytics-for-wordpress' ), '', '' ); + echo '

'; + echo '
'; + return; + } + + // 7. Automatic updates not configured + // if ( ! is_network_admin() ) { + // $updates = monsterinsights_get_option( 'automatic_updates', false ); + // $url = admin_url( 'admin.php?page=monsterinsights_settings' ); + + // if ( empty( $updates) && ! isset( $notices['monsterinsights_automatic_updates' ] ) ) { + // echo '
'; + // echo '

'; + // echo sprintf( esc_html__( 'Important: Please %1$sconfigure the Automatic Updates Settings%2$s in MonsterInsights.', 'google-analytics-for-wordpress' ), '', '' ); + // echo '

'; + // echo '
'; + // return; + // } + // } + + // 8. WooUpsell + if ( ! monsterinsights_is_pro_version() && class_exists( 'WooCommerce' ) ) { + if ( ! isset( $notices['monsterinsights_woocommerce_tracking_available' ] ) ) { + echo '
'; + echo '
'; + echo '

'; + echo esc_html( 'Enhanced Ecommerce Analytics for Your WooCommerce Store', 'google-analytics-for-wordpress' ); + echo '

'; + echo ''; + echo '

'; + echo esc_html( 'MonsterInsights Pro gives you detailed stats and insights about your customers.', 'google-analytics-for-wordpress' ); + echo '

'; + echo '

'; + echo esc_html( 'This helps you make data-driven decisions about your content, and marketing strategy so you can increase your website traffic, leads, and sales.', 'google-analytics-for-wordpress' ); + echo '

'; + echo '

'; + echo esc_html( 'Pro customers also get Form Tracking, Custom Dimensions Tracking, UserID Tracking and much more.', 'google-analytics-for-wordpress' ); + echo '

'; + echo '

'; + echo esc_html( 'Start making data-driven decisions to grow your business.', 'google-analytics-for-wordpress' ); + echo '

'; + echo sprintf( esc_html__( '%1$sGet MonsterInsights Pro%2$s', 'google-analytics-for-wordpress' ), '', ' »' ); + echo '

'; + echo '
'; + echo ''; + echo '
'; + echo '
'; + return; + } + } + + // 9. EDDUpsell + if ( ! monsterinsights_is_pro_version() && class_exists( 'Easy_Digital_Downloads' ) ) { + if ( ! isset( $notices['monsterinsights_edd_tracking_available' ] ) ) { + echo '
'; + echo '
'; + echo '

'; + echo esc_html( 'Enhanced Ecommerce Analytics for Your Easy Digital Downloads Store', 'google-analytics-for-wordpress' ); + echo '

'; + echo ''; + echo '

'; + echo esc_html( 'MonsterInsights Pro gives you detailed stats and insights about your customers.', 'google-analytics-for-wordpress' ); + echo '

'; + echo '

'; + echo esc_html( 'This helps you make data-driven decisions about your content, and marketing strategy so you can increase your website traffic, leads, and sales.', 'google-analytics-for-wordpress' ); + echo '

'; + echo '

'; + echo esc_html( 'Pro customers also get Form Tracking, Custom Dimensions Tracking, UserID Tracking and much more.', 'google-analytics-for-wordpress' ); + echo '

'; + echo '

'; + echo esc_html( 'Start making data-driven decisions to grow your business.', 'google-analytics-for-wordpress' ); + echo '

'; + echo sprintf( esc_html__( '%1$sGet MonsterInsights Pro%2$s', 'google-analytics-for-wordpress' ), '', ' »' ); + echo '

'; + echo '
'; + echo ''; + echo '
'; + echo '
'; + return; + } + } + + if ( isset( $notices['monsterinsights_cross_domains_extracted'] ) && false === $notices['monsterinsights_cross_domains_extracted'] ) { + $page = is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_network' ) : admin_url( 'admin.php?page=monsterinsights_settings' ); + $page = $page . '#/advanced'; + $message = sprintf( esc_html__( 'Warning: MonsterInsights found cross-domain settings in the custom code field and converted them to the new settings structure. %1$sPlease click here to review and remove the code no longer needed.%2$s', 'google-analytics-for-wordpress' ), '', '' ); + echo '

'. $message.'

'; + return; + } +} +add_action( 'admin_notices', 'monsterinsights_admin_setup_notices' ); +add_action( 'network_admin_notices', 'monsterinsights_admin_setup_notices' ); + + +// AM Notices +function monsterinsights_am_notice_optout( $super_admin ) { + if ( monsterinsights_get_option( 'hide_am_notices', false ) || monsterinsights_get_option( 'network_hide_am_notices', false ) ) { + return false; + } + return $super_admin; +} +add_filter( "am_notifications_display", 'monsterinsights_am_notice_optout', 10, 1 ); diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/ajax.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/ajax.php new file mode 100644 index 00000000..779da598 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/ajax.php @@ -0,0 +1,209 @@ + 'monsterinsights-settings' + ), + admin_url( 'admin.php' ) + ); + $url = esc_url( $url ); + + // Start output bufferring to catch the filesystem form if credentials are needed. + ob_start(); + if ( false === ( $creds = request_filesystem_credentials( $url, $method, false, false, null ) ) ) { + $form = ob_get_clean(); + echo json_encode( array( 'form' => $form ) ); + wp_die(); + } + + // If we are not authenticated, make it happen now. + if ( ! WP_Filesystem( $creds ) ) { + ob_start(); + request_filesystem_credentials( $url, $method, true, false, null ); + $form = ob_get_clean(); + echo json_encode( array( 'form' => $form ) ); + wp_die(); + } + + // We do not need any extra credentials if we have gotten this far, so let's install the plugin. + require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; + $base = MonsterInsights(); + require_once plugin_dir_path( $base->file ) . '/includes/admin/licensing/skin.php'; + + // Create the plugin upgrader with our custom skin. + $installer = new Plugin_Upgrader( $skin = new MonsterInsights_Skin() ); + $installer->install( $download_url ); + + // Flush the cache and return the newly installed plugin basename. + wp_cache_flush(); + if ( $installer->plugin_info() ) { + $plugin_basename = $installer->plugin_info(); + echo json_encode( array( 'plugin' => $plugin_basename ) ); + wp_die(); + } + } + + // Send back a response. + echo json_encode( true ); + wp_die(); + +} + +add_action( 'wp_ajax_monsterinsights_activate_addon', 'monsterinsights_ajax_activate_addon' ); +/** + * Activates a MonsterInsights addon. + * + * @access public + * @since 6.0.0 + */ +function monsterinsights_ajax_activate_addon() { + + // Run a security check first. + check_ajax_referer( 'monsterinsights-activate', 'nonce' ); + + if ( ! current_user_can( 'activate_plugins' ) ) { + echo json_encode( true ); + } + + // Activate the addon. + if ( isset( $_POST['plugin'] ) ) { + if ( isset( $_POST['isnetwork'] ) && $_POST['isnetwork'] ) { + $activate = activate_plugin( $_POST['plugin'], NULL, true ); + } else { + $activate = activate_plugin( $_POST['plugin'] ); + } + + if ( is_wp_error( $activate ) ) { + echo json_encode( array( 'error' => $activate->get_error_message() ) ); + wp_die(); + } + } + + echo json_encode( true ); + wp_die(); + +} + +add_action( 'wp_ajax_monsterinsights_deactivate_addon', 'monsterinsights_ajax_deactivate_addon' ); +/** + * Deactivates a MonsterInsights addon. + * + * @access public + * @since 6.0.0 + */ +function monsterinsights_ajax_deactivate_addon() { + + // Run a security check first. + check_ajax_referer( 'monsterinsights-deactivate', 'nonce' ); + + if ( ! current_user_can( 'activate_plugins' ) ) { + echo json_encode( true ); + } + + // Deactivate the addon. + if ( isset( $_POST['plugin'] ) ) { + if ( isset( $_POST['isnetwork'] ) && $_POST['isnetwork'] ) { + $deactivate = deactivate_plugins( $_POST['plugin'], false, true ); + } else { + $deactivate = deactivate_plugins( $_POST['plugin'] ); + } + } + + echo json_encode( true ); + wp_die(); +} + +/** + * Called whenever a notice is dismissed in MonsterInsights or its Addons. + * + * Updates a key's value in the options table to mark the notice as dismissed, + * preventing it from displaying again + * + * @access public + * @since 6.0.0 + */ +function monsterinsights_ajax_dismiss_notice() { + + // Run a security check first. + check_ajax_referer( 'monsterinsights-dismiss-notice', 'nonce' ); + + // Deactivate the notice + if ( isset( $_POST['notice'] ) ) { + // Init the notice class and mark notice as deactivated + MonsterInsights()->notices->dismiss( $_POST['notice'] ); + + // Return true + echo json_encode( true ); + wp_die(); + } + + // If here, an error occurred + echo json_encode( false ); + wp_die(); + +} +add_action( 'wp_ajax_monsterinsights_ajax_dismiss_notice', 'monsterinsights_ajax_dismiss_notice' ); \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/api-auth.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/api-auth.php new file mode 100644 index 00000000..d982ab5b --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/api-auth.php @@ -0,0 +1,583 @@ +generate_tt(); + $this->is_network_admin() ? update_site_option( 'monsterinsights_network_tt', $tt ) : update_option( 'monsterinsights_site_tt', $tt ); + } + return $tt; + } + + public function rotate_tt(){ + $tt = $this->generate_tt(); + is_network_admin() ? update_site_option( 'monsterinsights_network_tt', $tt ) : update_option( 'monsterinsights_site_tt', $tt ); + } + + public function generate_tt(){ + return hash( 'sha512', wp_generate_password( 128, true, true ) . AUTH_SALT . uniqid( "", true ) ); + } + + public function validate_tt( $passed_tt = '' ) { + $tt = $this->get_tt(); + return hash_equals( $tt, $passed_tt ); + } + + public function is_installed() { + wp_send_json_success( + array( + 'version' => MONSTERINSIGHTS_VERSION, + 'pro' => monsterinsights_is_pro_version(), + ) + ); + } + + public function maybe_authenticate(){ + + // Check nonce + check_ajax_referer( 'mi-admin-nonce', 'nonce' ); + + // current user can authenticate + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + wp_send_json_error( array( 'message' => __( "You don't have permission to authenticate MonsterInsights.", 'google-analytics-for-wordpress' ) ) ); + } + + if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) { + define( 'WP_NETWORK_ADMIN', true ); + } + + // Only for Pro users, require a license key to be entered first so we can link to things. + if ( monsterinsights_is_pro_version() ) { + $valid = is_network_admin() ? MonsterInsights()->license->is_network_licensed() : MonsterInsights()->license->is_site_licensed(); + if ( ! $valid ) { + wp_send_json_error( array( 'message' => __( "Cannot authenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings.", 'google-analytics-for-wordpress' ) ) ); + } + } + + // we do not have a current auth + if ( ! $this->is_network_admin() && MonsterInsights()->auth->is_authed() ) { + wp_send_json_error( array( 'message' => __( "Cannot authenticate. Please re-authenticate.", 'google-analytics-for-wordpress' ) ) ); + } else if ( $this->is_network_admin() && MonsterInsights()->auth->is_network_authed() ) { + wp_send_json_error( array( 'message' => __( "Cannot network authenticate. Please re-authenticate on the network settings panel.", 'google-analytics-for-wordpress' ) ) ); + } + + $sitei = $this->get_sitei(); + //update_network_option( get_current_network_id(), 'monsterinsights_network_sitei', $sitei ); + + $siteurl = add_query_arg( array( + 'tt' => $this->get_tt(), + 'sitei' => $sitei, + 'miversion' => MONSTERINSIGHTS_VERSION, + 'ajaxurl' => admin_url( 'admin-ajax.php' ), + 'network' => is_network_admin() ? 'network' : 'site', + 'siteurl' => is_network_admin() ? network_admin_url() : site_url(), + 'return' => is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_network' ) : admin_url( 'admin.php?page=monsterinsights_settings' ), + 'testurl' => 'https://' . monsterinsights_get_api_url() . 'test/', + ), $this->get_route( 'https://' . monsterinsights_get_api_url() . 'auth/new/{type}' ) ); + + if ( monsterinsights_is_pro_version() ) { + $key = is_network_admin() ? MonsterInsights()->license->get_network_license_key() : MonsterInsights()->license->get_site_license_key(); + $siteurl = add_query_arg( 'license', $key, $siteurl ); + } + + $siteurl = apply_filters( 'monsterinsights_maybe_authenticate_siteurl', $siteurl ); + wp_send_json_success( array( 'redirect' => $siteurl ) ); + } + + public function rauthenticate() { + // Check for missing params + $reqd_args = array( 'key', 'token', 'ua', 'miview', 'a', 'w', 'p', 'tt', 'network' ); + foreach ( $reqd_args as $arg ) { + if ( empty( $_REQUEST[$arg] ) ) { + wp_send_json_error( + array( + 'error' => 'authenticate_missing_arg', + 'message' => 'Authenticate missing parameter: ' . $arg, + 'version' => MONSTERINSIGHTS_VERSION, + 'pro' => monsterinsights_is_pro_version(), + ) + ); + } + } + + if ( ! empty( $_REQUEST['network'] ) && 'network' === $_REQUEST['network'] ) { + define( 'WP_NETWORK_ADMIN', true ); + } + + if ( ! $this->validate_tt( $_REQUEST['tt'] ) ) { + wp_send_json_error( + array( + 'error' => 'authenticate_invalid_tt', + 'message' => 'Invalid TT sent', + 'version' => MONSTERINSIGHTS_VERSION, + 'pro' => monsterinsights_is_pro_version(), + ) + ); + } + + // If the tt is validated, send a success response to trigger the regular auth process. + wp_send_json_success(); + } + + public function authenticate_listener(){ + // Make sure it's for us + if ( empty( $_REQUEST['mi-oauth-action'] ) || $_REQUEST['mi-oauth-action'] !== 'auth' ) { + return; + } + + // User can authenticate + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + return; + } + + // Invalid request + if ( empty( $_REQUEST['tt'] ) || ! $this->validate_tt( $_REQUEST['tt'] ) ) { + return; + } + + // Make sure has required params + if ( empty( $_REQUEST['key'] ) || + empty( $_REQUEST['token'] ) || + empty( $_REQUEST['ua'] ) || + empty( $_REQUEST['miview'] ) || + empty( $_REQUEST['a'] ) || + empty( $_REQUEST['w'] ) || + empty( $_REQUEST['p'] ) + ) { + return; + } + + // Invalid UA code + $ua = monsterinsights_is_valid_ua( $_REQUEST['ua'] ); + if ( empty( $ua ) ) { + return; + } + + $profile = array( + 'key' => sanitize_text_field( $_REQUEST['key'] ), + 'token' => sanitize_text_field( $_REQUEST['token'] ), + 'ua' => monsterinsights_is_valid_ua( $_REQUEST['ua'] ), + 'viewname' => sanitize_text_field( $_REQUEST['miview'] ), + 'a' => sanitize_text_field( $_REQUEST['a'] ), // AccountID + 'w' => sanitize_text_field( $_REQUEST['w'] ), // PropertyID + 'p' => sanitize_text_field( $_REQUEST['p'] ), // View ID + 'siteurl' => site_url(), + 'neturl' => network_admin_url(), + ); + + $worked = $this->verify_auth( $profile ); + if ( ! $worked || is_wp_error( $worked ) ) { + return; + } + + // Save Profile + $this->is_network_admin() ? MonsterInsights()->auth->set_network_analytics_profile( $profile ) : MonsterInsights()->auth->set_analytics_profile( $profile ); + + // Clear cache + $where = $this->is_network_admin() ? 'network' : 'site'; + MonsterInsights()->reporting->delete_aggregate_data( $where ); + + $url = $this->is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_network' ) : admin_url( 'admin.php?page=monsterinsights_settings' ) ; + $url = add_query_arg( array( + 'mi_action' => 'auth', + 'success' => 'true', + ), $url ); + $url = apply_filters( 'monsterinsights_auth_success_redirect_url', $url ); + wp_safe_redirect( $url ); + exit; + } + + public function maybe_reauthenticate(){ + + // Check nonce + check_ajax_referer( 'mi-admin-nonce', 'nonce' ); + + // current user can authenticate + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + wp_send_json_error( array( 'message' => __( "You don't have permission to re-authenticate MonsterInsights.", 'google-analytics-for-wordpress' ) ) ); + } + + if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) { + define( 'WP_NETWORK_ADMIN', true ); + } + + // Only for Pro users, require a license key to be entered first so we can link to things. + if ( monsterinsights_is_pro_version() ) { + $valid = is_network_admin() ? MonsterInsights()->license->is_network_licensed() : MonsterInsights()->license->is_site_licensed(); + if ( monsterinsights_is_pro_version() && ! $valid ) { + wp_send_json_error( array( 'message' => __( "Cannot re-authenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings.", 'google-analytics-for-wordpress' ) ) ); + } + } + + // we do have a current auth + if ( ! $this->is_network_admin() && ! MonsterInsights()->auth->is_authed() ) { + wp_send_json_error( array( 'message' => __( "Cannot re-authenticate. Please authenticate.", 'google-analytics-for-wordpress' ) ) ); + } else if ( $this->is_network_admin() && ! MonsterInsights()->auth->is_network_authed() ) { + wp_send_json_error( array( 'message' => __( "Cannot re-authenticate the network. Please authenticate on the network settings panel.", 'google-analytics-for-wordpress' ) ) ); + } + + $siteurl = add_query_arg( array( + 'tt' => $this->get_tt(), + 'sitei' => $this->get_sitei(), + 'miversion' => MONSTERINSIGHTS_VERSION, + 'ajaxurl' => admin_url( 'admin-ajax.php' ), + 'network' => is_network_admin() ? 'network' : 'site', + 'siteurl' => is_network_admin() ? network_admin_url() : site_url(), + 'key' => MonsterInsights()->auth->get_key(), + 'token' => MonsterInsights()->auth->get_token(), + 'return' => is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_network' ) : admin_url( 'admin.php?page=monsterinsights_settings' ), + 'testurl' => 'https://' . monsterinsights_get_api_url() . 'test/', + ), $this->get_route( 'https://' . monsterinsights_get_api_url() . 'auth/reauth/{type}' ) ); + + if ( monsterinsights_is_pro_version() ) { + $key = is_network_admin() ? MonsterInsights()->license->get_network_license_key() : MonsterInsights()->license->get_site_license_key(); + $siteurl = add_query_arg( 'license', $key, $siteurl ); + } + + $siteurl = apply_filters( 'monsterinsights_maybe_authenticate_siteurl', $siteurl ); + + wp_send_json_success( array( 'redirect' => $siteurl ) ); + } + + public function reauthenticate_listener(){ + // Make sure it's for us + if ( empty( $_REQUEST['mi-oauth-action'] ) || $_REQUEST['mi-oauth-action'] !== 'reauth' ) { + return; + } + + // User can authenticate + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + return; + } + + // Invalid request + if ( empty( $_REQUEST['tt'] ) || ! $this->validate_tt( $_REQUEST['tt'] ) ) { + return; + } + + // Make sure has required params + if ( + empty( $_REQUEST['ua'] ) || + empty( $_REQUEST['miview'] ) || + empty( $_REQUEST['a'] ) || + empty( $_REQUEST['w'] ) || + empty( $_REQUEST['p'] ) + ) { + return; + } + + // Invalid UA code + $ua = monsterinsights_is_valid_ua( $_REQUEST['ua'] ); + if ( empty( $ua ) ) { + return; + } + + // we do have a current auth + $existing = $this->is_network_admin() ? MonsterInsights()->auth->get_network_analytics_profile() : MonsterInsights()->auth->get_analytics_profile(); + if ( empty( $existing['key'] ) || empty( $existing['token'] ) ) { + return; + } + + $profile = array( + 'key' => $existing['key'], + 'token' => $existing['token'], + 'ua' => monsterinsights_is_valid_ua( $_REQUEST['ua'] ), + 'viewname' => sanitize_text_field( $_REQUEST['miview'] ), + 'a' => sanitize_text_field( $_REQUEST['a'] ), + 'w' => sanitize_text_field( $_REQUEST['w'] ), + 'p' => sanitize_text_field( $_REQUEST['p'] ), + 'siteurl' => site_url(), + 'neturl' => network_admin_url(), + ); + + // Save Profile + $this->is_network_admin() ? MonsterInsights()->auth->set_network_analytics_profile( $profile ) : MonsterInsights()->auth->set_analytics_profile( $profile ); + + // Clear cache + $where = $this->is_network_admin() ? 'network' : 'site'; + MonsterInsights()->reporting->delete_aggregate_data( $where ); + + $url = $this->is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_network' ) : admin_url( 'admin.php?page=monsterinsights_settings' ) ; + $url = add_query_arg( array( + 'mi_action' => 'reauth', + 'success' => 'true', + ), $url ); + $url = apply_filters( 'monsterinsights_reauth_success_redirect_url', $url ); + + wp_safe_redirect( $url ); + exit; + } + + public function maybe_verify(){ + + // Check nonce + check_ajax_referer( 'mi-admin-nonce', 'nonce' ); + + // current user can verify + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + wp_send_json_error( array( 'message' => __( "You don't have permission to verify MonsterInsights.", 'google-analytics-for-wordpress' ) ) ); + } + + if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) { + define( 'WP_NETWORK_ADMIN', true ); + } + + // we have an auth to verify + if ( $this->is_network_admin() && ! MonsterInsights()->auth->is_network_authed() ) { + wp_send_json_error( array( 'message' => __( "Cannot verify. Please authenticate.", 'google-analytics-for-wordpress' ) ) ); + } else if ( ! $this->is_network_admin() && ! MonsterInsights()->auth->is_authed() ) { + wp_send_json_error( array( 'message' => __( "Cannot verify. Please authenticate.", 'google-analytics-for-wordpress' ) ) ); + } + + if ( monsterinsights_is_pro_version() ) { + $valid = is_network_admin() ? MonsterInsights()->license->is_network_licensed() : MonsterInsights()->license->is_site_licensed(); + if ( ! $valid ) { + wp_send_json_error( array( 'message' => __( "Cannot verify. Please enter a valid, active license key for MonsterInsights Pro into the settings.", 'google-analytics-for-wordpress' ) ) ); + } + } + + $worked = $this->verify_auth(); + if ( $worked && ! is_wp_error( $worked ) ) { + wp_send_json_success( array( 'message' => __( "Successfully verified.", 'google-analytics-for-wordpress' ) ) ); + } else { + wp_send_json_error( array( 'message' => __( "Could not verify.", 'google-analytics-for-wordpress' ) ) ); + } + } + + public function verify_auth( $credentials = array() ){ + $creds = ! empty( $credentials ) ? $credentials : ( $this->is_network_admin() ? MonsterInsights()->auth->get_network_analytics_profile( true ) : MonsterInsights()->auth->get_analytics_profile( true ) ); + + if ( empty( $creds['key'] ) ) { + return new WP_Error( 'validation-error', sprintf( __( 'Verify auth key not passed', 'google-analytics-for-wordpress' ) ) ); + } + + $network = ! empty( $_REQUEST['network'] ) ? $_REQUEST['network'] === 'network' : $this->is_network_admin(); + $api = new MonsterInsights_API_Request( $this->get_route( 'auth/verify/{type}/' ), array( 'network' => $network, 'tt' => $this->get_tt(), 'key' => $creds['key'], 'token' => $creds['token'], 'testurl' => 'https://' . monsterinsights_get_api_url() . 'test/' ) ); + $ret = $api->request(); + + $this->rotate_tt(); + if ( is_wp_error( $ret ) ) { + return $ret; + } else { + return true; + } + } + + public function maybe_delete(){ + + // Check nonce + check_ajax_referer( 'mi-admin-nonce', 'nonce' ); + + // current user can delete + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + wp_send_json_error( array( 'message' => __( "You don't have permission to deauthenticate MonsterInsights.", 'google-analytics-for-wordpress' ) ) ); + } + + if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) { + define( 'WP_NETWORK_ADMIN', true ); + } + + // we have an auth to delete + if ( $this->is_network_admin() && ! MonsterInsights()->auth->is_network_authed() ) { + wp_send_json_error( array( 'message' => __( "Cannot deauthenticate. You are not currently authed.", 'google-analytics-for-wordpress' ) ) ); + } else if ( ! $this->is_network_admin() && ! MonsterInsights()->auth->is_authed() ) { + wp_send_json_error( array( 'message' => __( "Cannot deauthenticate. You are not currently authed.", 'google-analytics-for-wordpress' ) ) ); + } + + if ( monsterinsights_is_pro_version() ) { + $valid = is_network_admin() ? MonsterInsights()->license->is_network_licensed() : MonsterInsights()->license->is_site_licensed(); + if ( ! $valid ) { + wp_send_json_error( array( 'message' => __( "Cannot deauthenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings.", 'google-analytics-for-wordpress' ) ) ); + } + } + + $force = ! empty( $_REQUEST['forcedelete'] ) && $_REQUEST['forcedelete'] === 'true'; + + $worked = $this->delete_auth( $force ); + if ( $worked && ! is_wp_error( $worked ) ) { + wp_send_json_success( array( 'message' => __( "Successfully deauthenticated.", 'google-analytics-for-wordpress' ) ) ); + } else { + if ( $force ) { + wp_send_json_success( array( 'message' => __( "Successfully force deauthenticated.", 'google-analytics-for-wordpress' ) ) ); + } else { + wp_send_json_error( array( 'message' => __( "Could not deauthenticate.", 'google-analytics-for-wordpress' ) ) ); + } + } + } + + public function delete_auth( $force = false ){ + if ( $this->is_network_admin() && ! MonsterInsights()->auth->is_network_authed() ) { + return false; + } else if ( ! $this->is_network_admin() && ! MonsterInsights()->auth->is_authed() ) { + return false; + } + + $creds = $this->is_network_admin() ? MonsterInsights()->auth->get_network_analytics_profile( true ) : MonsterInsights()->auth->get_analytics_profile( true ); + + if ( empty( $creds['key'] ) ) { + return false; + } + + // If we have a new siteurl enabled option and the profile site doesn't match the current site, deactivate anyways + if ( is_network_admin() ) { + $siteurl = network_admin_url(); + if ( ! empty( $creds['neturl' ] ) && $creds['neturl'] !== $siteurl ) { + MonsterInsights()->auth->delete_network_analytics_profile( true ); + return true; + } + } else { + $siteurl = site_url(); + if ( ! empty( $creds['siteurl' ] ) && $creds['siteurl'] !== $siteurl ) { + MonsterInsights()->auth->delete_analytics_profile( true ); + return true; + } + } + + $api = new MonsterInsights_API_Request( $this->get_route( 'auth/delete/{type}/' ), array( 'network' => $this->is_network_admin(), 'tt' => $this->get_tt(), 'key' => $creds['key'], 'token' => $creds['token'], 'testurl' => 'https://' . monsterinsights_get_api_url() . 'test/' ) ); + $ret = $api->request(); + + $this->rotate_tt(); + if ( is_wp_error( $ret ) && ! $force ) { + return false; + } else { + if ( $this->is_network_admin() ) { + MonsterInsights()->auth->delete_network_analytics_profile( true ); + } else { + MonsterInsights()->auth->delete_analytics_profile( true ); + + } + return true; + } + } + + /** + * Function to delete network auth in the uninstall process where we can't check if is network admin. + * + * @return bool + */ + public function uninstall_network_auth() { + + if ( ! MonsterInsights()->auth->is_network_authed() ) { + return false; + } + + $creds = MonsterInsights()->auth->get_network_analytics_profile( true ); + + $api = new MonsterInsights_API_Request( $this->get_route( 'auth/delete/{type}/' ), array( + 'network' => true, + 'tt' => $this->get_tt(), + 'key' => $creds['key'], + 'token' => $creds['token'], + 'testurl' => 'https://' . monsterinsights_get_api_url() . 'test/' + ) ); + // Force the network admin url otherwise this will fail not finding the url in relay. + $api->site_url = network_admin_url(); + $ret = $api->request(); + + $this->rotate_tt(); + if ( is_wp_error( $ret ) ) { + return false; + } else { + MonsterInsights()->auth->delete_network_analytics_profile( true ); + return true; + } + } + + public function get_type() { + $base = monsterinsights_is_pro_version() ? 'pro' : 'lite'; + return apply_filters( 'monsterinsights_api_auth_get_type', $base ); + } + + public function get_route( $route = '' ) { + $route = str_replace( '{type}', $this->get_type(), $route ); + $route = trailingslashit( $route ); + return $route; + } + + public function is_network_admin() { + return is_multisite() && is_network_admin(); + } + + public function get_sitei() { + // $sitei = get_network_option( get_current_network_id(), 'monsterinsights_network_sitei', false ); + // if ( ! empty( $sitei ) && strlen( $sitei ) >= 1 ) { + // return $sitei; + // } + + $auth_key = defined( 'AUTH_KEY' ) ? AUTH_KEY : ''; + $secure_auth_key = defined( 'SECURE_AUTH_KEY' ) ? SECURE_AUTH_KEY : ''; + $logged_in_key = defined( 'LOGGED_IN_KEY' ) ? LOGGED_IN_KEY : ''; + + $sitei = $auth_key . $secure_auth_key . $logged_in_key; + $sitei = preg_replace('/[^a-zA-Z0-9]/', '', $sitei ); + $sitei = sanitize_text_field( $sitei ); + $sitei = trim( $sitei ); + $sitei = ( strlen($sitei) > 30 ) ? substr($sitei, 0, 30 ) : $sitei; + return $sitei; + } + + /** + * Logic to run before serving the redirect url during auth. + * + * @param string $url + * + * @return string + */ + public function before_redirect( $url ) { + + // If Bad Behavior plugin is installed. + if ( function_exists( 'bb2_read_settings' ) ) { + // Make sure the offsite_forms option is enabled to allow auth. + $bb_settings = get_option( 'bad_behavior_settings' ); + if ( empty( $bb_settings['offsite_forms'] ) || false === $bb_settings['offsite_forms'] ) { + $bb_settings['offsite_forms'] = true; + update_option( 'bad_behavior_settings', $bb_settings ); + } + } + + return $url; + } +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/common.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/common.php new file mode 100644 index 00000000..950732d8 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/common.php @@ -0,0 +1,1066 @@ +id ) || empty( $admin_page_hooks ) ) { + return false; + } + + $settings_page = false; + if ( ! empty( $admin_page_hooks['monsterinsights_settings'] ) && $current_screen->id === $admin_page_hooks['monsterinsights_settings'] ) { + $settings_page = true; + } + + if ( $current_screen->id === 'toplevel_page_monsterinsights_settings' ) { + $settings_page = true; + } + + if ( $current_screen->id === 'insights_page_monsterinsights_settings' ) { + $settings_page = true; + } + + if ( strpos( $current_screen->id, 'monsterinsights_settings' ) !== false ) { + $settings_page = true; + } + + if ( ! empty( $current_screen->base ) && strpos( $current_screen->base, 'monsterinsights_network' ) !== false ) { + $settings_page = true; + } + return $settings_page; +} + +/** + * Determine if the current page is the Reports page. + * + * @return bool + */ +function monsterinsights_is_reports_page() { + $current_screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false; + global $admin_page_hooks; + + if ( ! is_object( $current_screen ) || empty( $current_screen->id ) || empty( $admin_page_hooks ) ) { + return false; + } + + $settings_page = false; + if ( ! empty( $admin_page_hooks['monsterinsights_reports'] ) && $current_screen->id === $admin_page_hooks['monsterinsights_reports'] ) { + $settings_page = true; + } + + if ( 'toplevel_page_monsterinsights_reports' === $current_screen->id ) { + $settings_page = true; + } + + if ( strpos( $current_screen->id, 'monsterinsights_reports' ) !== false ) { + $settings_page = true; + } + + if ( ! empty( $current_screen->base ) && strpos( $current_screen->base, 'monsterinsights_network' ) !== false ) { + $settings_page = true; + } + + return $settings_page; +} + +/** + * Loads styles for all MonsterInsights-based Administration Screens. + * + * @return null Return early if not on the proper screen. + * @since 6.0.0 + * @access public + * + */ +function monsterinsights_admin_styles() { + + $suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min'; + + // Load Common admin styles. + wp_register_style( 'monsterinsights-admin-common-style', plugins_url( 'assets/css/admin-common' . $suffix . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + wp_enqueue_style( 'monsterinsights-admin-common-style' ); + + // Get current screen. + $screen = get_current_screen(); + + // Bail if we're not on a MonsterInsights screen. + if ( empty( $screen->id ) || strpos( $screen->id, 'monsterinsights' ) === false ) { + return; + } + + $version_path = monsterinsights_is_pro_version() ? 'pro' : 'lite'; + $rtl = is_rtl() ? '.rtl' : ''; + + // For the settings page, load the Vue app styles. + if ( monsterinsights_is_settings_page() ) { + if ( ! defined( 'MONSTERINSIGHTS_LOCAL_JS_URL' ) ) { + wp_enqueue_style( 'monsterinsights-vue-style-vendors', plugins_url( $version_path . '/assets/vue/css/chunk-vendors' . $rtl . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + wp_enqueue_style( 'monsterinsights-vue-style-common', plugins_url( $version_path . '/assets/vue/css/chunk-common' . $rtl . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + wp_enqueue_style( 'monsterinsights-vue-style', plugins_url( $version_path . '/assets/vue/css/settings' . $rtl . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + } + + // Don't load other styles on the settings page. + return; + } + + if ( monsterinsights_is_reports_page() ) { + if ( ! defined( 'MONSTERINSIGHTS_LOCAL_REPORTS_JS_URL' ) ) { + wp_enqueue_style( 'monsterinsights-vue-style-vendors', plugins_url( $version_path . '/assets/vue/css/chunk-vendors' . $rtl . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + wp_enqueue_style( 'monsterinsights-vue-style-common', plugins_url( $version_path . '/assets/vue/css/chunk-common' . $rtl . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + wp_enqueue_style( 'monsterinsights-vue-style', plugins_url( $version_path . '/assets/vue/css/reports' . $rtl . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + } + + return; + } + + // Tooltips + wp_enqueue_script( 'jquery-ui-tooltip' ); +} + +add_action( 'admin_enqueue_scripts', 'monsterinsights_admin_styles' ); + +/** + * Loads scripts for all MonsterInsights-based Administration Screens. + * + * @return null Return early if not on the proper screen. + * @since 6.0.0 + * @access public + * + */ +function monsterinsights_admin_scripts() { + + // Our Common Admin JS. + $suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min'; + + wp_register_script( 'monsterinsights-admin-common-script', plugins_url( 'assets/js/admin-common' . $suffix . '.js', MONSTERINSIGHTS_PLUGIN_FILE ), array( 'jquery' ), monsterinsights_get_asset_version() ); + wp_enqueue_script( 'monsterinsights-admin-common-script' ); + wp_localize_script( + 'monsterinsights-admin-common-script', + 'monsterinsights_admin_common', + array( + 'ajax' => admin_url( 'admin-ajax.php' ), + 'dismiss_notice_nonce' => wp_create_nonce( 'monsterinsights-dismiss-notice' ), + ) + ); + + // Get current screen. + $screen = get_current_screen(); + + // Bail if we're not on a MonsterInsights screen. + if ( empty( $screen->id ) || strpos( $screen->id, 'monsterinsights' ) === false ) { + return; + } + + $version_path = monsterinsights_is_pro_version() ? 'pro' : 'lite'; + + // For the settings page, load the Vue app. + if ( monsterinsights_is_settings_page() ) { + global $wp_version; + + if ( ! defined( 'MONSTERINSIGHTS_LOCAL_VENDORS_JS_URL' ) ) { + wp_enqueue_script( 'monsterinsights-vue-vendors', plugins_url( $version_path . '/assets/vue/js/chunk-vendors.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-common', plugins_url( $version_path . '/assets/vue/js/chunk-common.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true ); + } else { + wp_enqueue_script( 'monsterinsights-vue-vendors', MONSTERINSIGHTS_LOCAL_VENDORS_JS_URL, array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-common', MONSTERINSIGHTS_LOCAL_COMMON_JS_URL, array(), monsterinsights_get_asset_version(), true ); + } + $app_js_url = defined( 'MONSTERINSIGHTS_LOCAL_JS_URL' ) && MONSTERINSIGHTS_LOCAL_JS_URL ? MONSTERINSIGHTS_LOCAL_JS_URL : plugins_url( $version_path . '/assets/vue/js/settings.js', MONSTERINSIGHTS_PLUGIN_FILE ); + wp_register_script( 'monsterinsights-vue-script', $app_js_url, array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-script' ); + $plugins = get_plugins(); + $install_amp_url = false; + if ( current_user_can( 'install_plugins' ) ) { + $amp_key = 'amp/amp.php'; + if ( array_key_exists( $amp_key, $plugins ) ) { + $install_amp_url = wp_nonce_url( self_admin_url( 'plugins.php?action=activate&plugin=' . $amp_key ), 'activate-plugin_' . $amp_key ); + } else { + $install_amp_url = wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=amp' ), 'install-plugin_amp' ); + } + } + $install_fbia_url = false; + if ( current_user_can( 'install_plugins' ) ) { + $fbia_key = 'fb-instant-articles/facebook-instant-articles.php'; + if ( array_key_exists( $fbia_key, $plugins ) ) { + $install_fbia_url = wp_nonce_url( self_admin_url( 'plugins.php?action=activate&plugin=' . $fbia_key ), 'activate-plugin_' . $fbia_key ); + } else { + $install_fbia_url = wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=fb-instant-articles' ), 'install-plugin_fb-instant-articles' ); + } + } + + $prepared_dimensions = array(); + if ( class_exists( 'MonsterInsights_Admin_Custom_Dimensions' ) ) { + $dimensions = new MonsterInsights_Admin_Custom_Dimensions(); + $dimensions = $dimensions->custom_dimensions(); + $prepared_dimensions = array(); + foreach ( $dimensions as $dimension_type => $dimension ) { + $dimension['type'] = $dimension_type; + $prepared_dimensions[] = $dimension; + } + } + $is_authed = ( MonsterInsights()->auth->is_authed() || MonsterInsights()->auth->is_network_authed() ); + + wp_localize_script( + 'monsterinsights-vue-script', + 'monsterinsights', + array( + 'ajax' => admin_url( 'admin-ajax.php' ), + 'nonce' => wp_create_nonce( 'mi-admin-nonce' ), + 'network' => is_network_admin(), + 'translations' => wp_get_jed_locale_data( monsterinsights_is_pro_version() ? 'ga-premium' : 'google-analytics-for-wordpress' ), + 'assets' => plugins_url( $version_path . '/assets/vue', MONSTERINSIGHTS_PLUGIN_FILE ), + 'roles' => monsterinsights_get_roles(), + 'roles_manage_options' => monsterinsights_get_manage_options_roles(), + 'shareasale_id' => monsterinsights_get_shareasale_id(), + 'shareasale_url' => monsterinsights_get_shareasale_url( monsterinsights_get_shareasale_id(), '' ), + 'addons_url' => is_multisite() ? network_admin_url( 'admin.php?page=monsterinsights_network#/addons' ) : admin_url( 'admin.php?page=monsterinsights_settings#/addons' ), + 'install_amp_url' => $install_amp_url, + 'install_fbia_url' => $install_fbia_url, + 'dimensions' => $prepared_dimensions, + 'wizard_url' => admin_url( 'index.php?page=monsterinsights-onboarding' ), + 'install_plugins' => current_user_can( 'install_plugins' ), + 'unfiltered_html' => current_user_can( 'unfiltered_html' ), + 'activate_nonce' => wp_create_nonce( 'monsterinsights-activate' ), + 'deactivate_nonce' => wp_create_nonce( 'monsterinsights-deactivate' ), + 'install_nonce' => wp_create_nonce( 'monsterinsights-install' ), + // Used to add notices for future deprecations. + 'versions' => array( + 'php_version' => phpversion(), + 'php_version_below_54' => apply_filters( 'monsterinsights_temporarily_hide_php_52_and_53_upgrade_warnings', version_compare( phpversion(), '5.4', '<' ) ), + 'php_version_below_56' => apply_filters( 'monsterinsights_temporarily_hide_php_54_and_55_upgrade_warnings', version_compare( phpversion(), '5.6', '<' ) ), + 'php_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-php/' ), + 'wp_version' => $wp_version, + 'wp_version_below_46' => version_compare( $wp_version, '4.6', '<' ), + 'wp_version_below_49' => version_compare( $wp_version, '4.9', '<' ), + 'wp_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-wordpress/' ), + ), + 'plugin_version' => MONSTERINSIGHTS_VERSION, + 'is_admin' => true, + 'reports_url' => add_query_arg( 'page', 'monsterinsights_reports', admin_url( 'admin.php' ) ), + 'first_run_notice' => apply_filters( 'monsterinsights_settings_first_time_notice_hide', monsterinsights_get_option( 'monsterinsights_first_run_notice' ) ), + 'getting_started_url' => is_multisite() ? network_admin_url( 'admin.php?page=monsterinsights_network#/about/getting-started' ) : admin_url( 'admin.php?page=monsterinsights_settings#/about/getting-started' ), + 'authed' => $is_authed, + ) + ); + + // Don't load other scripts on the settings page. + return; + } + + if ( monsterinsights_is_reports_page() ) { + global $wp_version; + if ( ! defined( 'MONSTERINSIGHTS_LOCAL_VENDORS_JS_URL' ) ) { + wp_enqueue_script( 'monsterinsights-vue-vendors', plugins_url( $version_path . '/assets/vue/js/chunk-vendors.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-common', plugins_url( $version_path . '/assets/vue/js/chunk-common.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true ); + } else { + wp_enqueue_script( 'monsterinsights-vue-vendors', MONSTERINSIGHTS_LOCAL_VENDORS_JS_URL, array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-common', MONSTERINSIGHTS_LOCAL_COMMON_JS_URL, array(), monsterinsights_get_asset_version(), true ); + } + $app_js_url = defined( 'MONSTERINSIGHTS_LOCAL_REPORTS_JS_URL' ) && MONSTERINSIGHTS_LOCAL_REPORTS_JS_URL ? MONSTERINSIGHTS_LOCAL_REPORTS_JS_URL : plugins_url( $version_path . '/assets/vue/js/reports.js', MONSTERINSIGHTS_PLUGIN_FILE ); + wp_register_script( 'monsterinsights-vue-reports', $app_js_url, array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-reports' ); + + // We do not have a current auth. + $site_auth = MonsterInsights()->auth->get_viewname(); + $ms_auth = is_multisite() && MonsterInsights()->auth->get_network_viewname(); + + wp_localize_script( + 'monsterinsights-vue-reports', + 'monsterinsights', + array( + 'ajax' => admin_url( 'admin-ajax.php' ), + 'nonce' => wp_create_nonce( 'mi-admin-nonce' ), + 'network' => is_network_admin(), + 'translations' => wp_get_jed_locale_data( monsterinsights_is_pro_version() ? 'ga-premium' : 'google-analytics-for-wordpress' ), + 'assets' => plugins_url( $version_path . '/assets/vue', MONSTERINSIGHTS_PLUGIN_FILE ), + 'shareasale_id' => monsterinsights_get_shareasale_id(), + 'shareasale_url' => monsterinsights_get_shareasale_url( monsterinsights_get_shareasale_id(), '' ), + 'addons_url' => is_multisite() ? network_admin_url( 'admin.php?page=monsterinsights_network#/addons' ) : admin_url( 'admin.php?page=monsterinsights_settings#/addons' ), + 'timezone' => date( 'e' ), + 'authed' => $site_auth || $ms_auth, + 'settings_url' => add_query_arg( 'page', 'monsterinsights_settings', admin_url( 'admin.php' ) ), + // Used to add notices for future deprecations. + 'versions' => array( + 'php_version' => phpversion(), + 'php_version_below_54' => apply_filters( 'monsterinsights_temporarily_hide_php_52_and_53_upgrade_warnings', version_compare( phpversion(), '5.4', '<' ) ), + 'php_version_below_56' => apply_filters( 'monsterinsights_temporarily_hide_php_54_and_55_upgrade_warnings', version_compare( phpversion(), '5.6', '<' ) ), + 'php_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-php/' ), + 'wp_version' => $wp_version, + 'wp_version_below_46' => version_compare( $wp_version, '4.6', '<' ), + 'wp_version_below_49' => version_compare( $wp_version, '4.9', '<' ), + 'wp_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-wordpress/' ), + ), + 'plugin_version' => MONSTERINSIGHTS_VERSION, + 'is_admin' => true, + 'wizard_url' => admin_url( 'index.php?page=monsterinsights-onboarding' ), + 'install_nonce' => wp_create_nonce( 'monsterinsights-install' ), + 'activate_nonce' => wp_create_nonce( 'monsterinsights-activate' ), + 'deactivate_nonce'=> wp_create_nonce( 'monsterinsights-deactivate' ), + 'update_settings' => current_user_can( 'monsterinsights_save_settings' ), + ) + ); + + return; + } + // ublock notice + add_action( 'admin_print_footer_scripts', 'monsterinsights_settings_ublock_error_js', 9999999 ); +} + +add_action( 'admin_enqueue_scripts', 'monsterinsights_admin_scripts' ); + +/** + * Remove Assets that conflict with ours from our screens. + * + * @return null Return early if not on the proper screen. + * @since 6.0.4 + * @access public + * + */ +function monsterinsights_remove_conflicting_asset_files() { + + // Get current screen. + $screen = get_current_screen(); + + // Bail if we're not on a MonsterInsights screen. + if ( empty( $screen->id ) || strpos( $screen->id, 'monsterinsights' ) === false ) { + return; + } + + $styles = array( + 'kt_admin_css', // Pinnacle theme + 'select2-css', // Schema theme + 'tweetshare_style', // TweetShare - Click To Tweet + 'tweetshare_custom_style', // TweetShare - Click To Tweet + 'tweeetshare_custome_style', // TweetShare - Click To Tweet + 'tweeetshare_notice_style', // TweetShare - Click To Tweet + 'tweeetshare_theme_style', // TweetShare - Click To Tweet + 'tweeetshare_tweet_box_style', // TweetShare - Click To Tweet + 'soultype2-admin', // SoulType Plugin + 'thesis-options-stylesheet', // Thesis Options Stylesheet + 'imagify-sweetalert-core', // Imagify + 'imagify-sweetalert', // Imagify + 'smls-backend-style', // Smart Logo Showcase Lite + 'wp-reactjs-starter', // wp-real-media-library + 'control-panel-modal-plugin', // Ken Theme + 'theme-admin-css', // Vitrine Theme + 'qi-framework-styles', // Artisan Nayma Theme + 'artisan-pages-style', // Artisan Pages Plugin + 'control-panel-modal-plugin', // Ken Theme + 'sweetalert', // Church Suite Theme by Webnus + 'woo_stock_alerts_admin_css', // WooCommerce bolder product alerts + 'custom_wp_admin_css', // Fix for Add Social Share + 'fo_css', // Fix for Add Social Share + 'font_css', // Fix for Add Social Share + 'font2_css', // Fix for Add Social Share + 'font3_css', // Fix for Add Social Share + 'hover_css', // Fix for Add Social Share + 'fontend_styling', // Fix for Add Social Share + 'datatable', // WP Todo + 'bootstrap', // WP Todo + 'flipclock', // WP Todo + 'repuso_css_admin', // Social testimonials and reviews by Repuso + ); + + $scripts = array( + 'kad_admin_js', // Pinnacle theme + 'dt-chart', // DesignThemes core features plugin + 'tweeetshare_font_script', // TweetShare - Click To Tweet + 'tweeetshare_jquery_script', // TweetShare - Click To Tweet + 'tweeetshare_jqueryui_script', // TweetShare - Click To Tweet + 'tweeetshare_custom_script', // TweetShare - Click To Tweet + 'imagify-promise-polyfill', // Imagify + 'imagify-sweetalert', // Imagify + 'imagify-chart', // Imagify + 'chartjs', // Comet Cache Pro + 'wp-reactjs-starter', // wp-real-media-library + 'jquery-tooltipster', // WP Real Media Library + 'jquery-nested-sortable', // WP Real Media Library + 'jquery-aio-tree', // WP Real Media Library + 'wp-media-picker', // WP Real Media Library + 'rml-general', // WP Real Media Library + 'rml-library', // WP Real Media Library + 'rml-grid', // WP Real Media Library + 'rml-list', // WP Real Media Library + 'rml-modal', // WP Real Media Library + 'rml-order', // WP Real Media Library + 'rml-meta', // WP Real Media Library + 'rml-uploader', // WP Real Media Library + 'rml-options', // WP Real Media Library + 'rml-usersettings', // WP Real Media Library + 'rml-main', // WP Real Media Library + 'control-panel-sweet-alert', // Ken Theme + 'sweet-alert-js', // Vitrine Theme + 'theme-admin-script', // Vitrine Theme + 'sweetalert', // Church Suite Theme by Webnus + 'be_alerts_charts', // WooCommerce bolder product alerts + 'magayo-lottery-results', // Magayo Lottery Results + 'control-panel-sweet-alert', // Ken Theme + 'cpm_chart', // WP Project Manager + 'adminscripts', // Artisan Nayma Theme + 'artisan-pages-script', // Artisan Pages Plugin + 'tooltipster', // Grand News Theme + 'fancybox', // Grand News Theme + 'grandnews-admin-cript', // Grand News Theme + 'colorpicker', // Grand News Theme + 'eye', // Grand News Theme + 'icheck', // Grand News Theme + 'learn-press-chart', // LearnPress + 'theme-script-main', // My Listing Theme by 27collective + 'selz', // Selz eCommerce + 'tie-admin-scripts', // Tie Theme + 'blossomthemes-toolkit', // BlossomThemes Toolkit + 'illdy-widget-upload-image', // Illdy Companion By Colorlib + 'moment.js', // WooCommerce Table Rate Shipping + 'default', // Bridge Theme + 'qode-tax-js', // Bridge Theme + 'wc_smartship_moment_js', // WooCommerce Posti SmartShip by markup.fi + 'ecwid-admin-js', // Fixes Conflict for Ecwid Shopping Cart + 'td-wp-admin-js', // Newspaper by tagDiv + 'moment', // Screets Live Chat + 'wpmf-base', // WP Media Folder Fix + 'wpmf-media-filters', // WP Media Folder Fix + 'wpmf-folder-tree', // WP Media Folder Fix + 'wpmf-assign-tree', // WP Media Folder Fix + 'js_files_for_wp_admin', // TagDiv Composer Fix + 'tdb_js_files_for_wp_admin_last', // TagDiv Composer Fix + 'tdb_js_files_for_wp_admin', // TagDiv Composer Fix + 'wd-functions', // affiliate boxes + 'ellk-aliExpansion', // Ali Dropship Plugin + 'ftmetajs', // Houzez Theme + 'qode_admin_default', // Fix For Stockholm Theme + 'qodef-tax-js', // Fix for Prowess Theme + 'qodef-user-js', // Fix for Prowess Theme + 'qodef-ui-admin', // Fix for Prowess Theme + 'ssi_script', // Fix for Add Social Share + 'live_templates', // Fix for Add Social Share + 'default', // Fix for Add Social Share + 'handsontable', // Fix WP Tables + 'moment-js', // Magee Shortcodes + 'postbox', // Scripts from wp-admin enqueued everywhere by WP Posts Filter + 'link', // Scripts from wp-admin enqueued everywhere by WP Posts Filter + 'wpvr_scripts', // WP Video Robot + 'wpvr_scripts_loaded', // WP Video Robot + 'wpvr_scripts_assets', // WP Video Robot + 'writee_widget_admin', // Fix for the Writtee theme + '__ytprefs_admin__', // Fix for YouTube by EmbedPlus plugin + 'momentjs', // Fix for Blog Time plugin + 'c2c_BlogTime', // Fix for Blog Time plugin + 'material-wp', // Fix for MaterialWP plugin + 'wp-color-picker-alpha', // Fix for MaterialWP plugin + 'grandtour-theme-script', // Grandtour Theme + 'swifty-img-widget-admin-script', // Fix for Swifty Image Widget + 'datatable', // WP Todo + 'flipclock', // WP Todo + 'bootstrap', // WP Todo + 'repuso_js_admin', // Social testimonials and reviews by Repuso + 'chart', // Video Mate Pro Theme + 'reuse_vendor', // RedQ Reuse Form + 'jetpack-onboarding-vendor', // Jetpack Onboarding Bluehost + 'date-js', // Google Analytics by Web Dorado + ); + + if ( ! empty( $styles ) ) { + foreach ( $styles as $style ) { + wp_dequeue_style( $style ); // Remove CSS file from MI screen + wp_deregister_style( $style ); + } + } + if ( ! empty( $scripts ) ) { + foreach ( $scripts as $script ) { + wp_dequeue_script( $script ); // Remove JS file from MI screen + wp_deregister_script( $script ); + } + } + + $third_party = array( + 'select2', + 'sweetalert', + 'clipboard', + 'matchHeight', + 'inputmask', + 'jquery-confirm', + 'list', + 'toastr', + 'tooltipster', + 'flag-icon', + 'bootstrap', + ); + + global $wp_styles; + foreach ( $wp_styles->queue as $handle ) { + if ( strpos( $wp_styles->registered[ $handle ]->src, 'wp-content' ) === false ) { + return; + } + + if ( strpos( $wp_styles->registered[ $handle ]->handle, 'monsterinsights' ) !== false ) { + return; + } + + foreach ( $third_party as $partial ) { + if ( strpos( $wp_styles->registered[ $handle ]->handle, $partial ) !== false ) { + wp_dequeue_style( $handle ); // Remove css file from MI screen + wp_deregister_style( $handle ); + break; + } else if ( strpos( $wp_styles->registered[ $handle ]->src, $partial ) !== false ) { + wp_dequeue_style( $handle ); // Remove css file from MI screen + wp_deregister_style( $handle ); + break; + } + } + } + + global $wp_scripts; + foreach ( $wp_scripts->queue as $handle ) { + if ( strpos( $wp_scripts->registered[ $handle ]->src, 'wp-content' ) === false ) { + return; + } + + if ( strpos( $wp_scripts->registered[ $handle ]->handle, 'monsterinsights' ) !== false ) { + return; + } + + foreach ( $third_party as $partial ) { + if ( strpos( $wp_scripts->registered[ $handle ]->handle, $partial ) !== false ) { + wp_dequeue_script( $handle ); // Remove JS file from MI screen + wp_deregister_script( $handle ); + break; + } else if ( strpos( $wp_scripts->registered[ $handle ]->src, $partial ) !== false ) { + wp_dequeue_script( $handle ); // Remove JS file from MI screen + wp_deregister_script( $handle ); + break; + } + } + } + + // Remove actions from themes that are not following best practices and break the admin doing so + // Theme: Newspaper by tagDiv + remove_action( 'admin_enqueue_scripts', 'load_wp_admin_js' ); + remove_action( 'admin_enqueue_scripts', 'load_wp_admin_css' ); + remove_action( 'admin_print_scripts-widgets.php', 'td_on_admin_print_scripts_farbtastic' ); + remove_action( 'admin_print_styles-widgets.php', 'td_on_admin_print_styles_farbtastic' ); + remove_action( 'admin_print_footer_scripts', 'check_if_media_uploads_is_loaded', 9999 ); + remove_action( 'print_media_templates', 'td_custom_gallery_settings_hook' ); + remove_action( 'print_media_templates', 'td_change_backbone_js_hook' ); + remove_action( 'admin_head', 'tdc_on_admin_head' ); // TagDiv Composer Fix + remove_action( 'print_media_templates', 'us_media_templates' ); // Impreza Theme Fix + remove_action( 'admin_footer', 'gt3pg_add_gallery_template' ); // GT3 Photo & Video Gallery By GT3 Themes Plugin Fix + // Plugin WP Booklist: + remove_action( 'admin_footer', 'wpbooklist_jre_dismiss_prem_notice_forever_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_dashboard_add_book_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_edit_book_show_form_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_show_book_in_colorbox_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_new_lib_shortcode_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_dashboard_save_library_display_options_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_dashboard_save_post_display_options_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_dashboard_save_page_display_options_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_update_display_options_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_edit_book_pagination_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_edit_book_switch_lib_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_edit_book_search_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_edit_book_actual_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_delete_book_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_user_apis_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_upload_new_stylepak_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_upload_new_post_template_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_upload_new_page_template_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_create_db_library_backup_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_restore_db_library_backup_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_create_csv_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_amazon_localization_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_delete_book_bulk_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_reorder_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_exit_results_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_storytime_select_category_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_storytime_get_story_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_storytime_expand_browse_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_storytime_save_settings_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_delete_story_action_javascript' ); +} + +add_action( 'admin_enqueue_scripts', 'monsterinsights_remove_conflicting_asset_files', 9999 ); + +/** + * Remove non-MI notices from MI page. + * + * @return null Return early if not on the proper screen. + * @since 6.0.0 + * @access public + * + */ +function hide_non_monsterinsights_warnings() { + // Bail if we're not on a MonsterInsights screen. + if ( empty( $_REQUEST['page'] ) || strpos( $_REQUEST['page'], 'monsterinsights' ) === false ) { + return; + } + + global $wp_filter; + if ( ! empty( $wp_filter['user_admin_notices']->callbacks ) && is_array( $wp_filter['user_admin_notices']->callbacks ) ) { + foreach ( $wp_filter['user_admin_notices']->callbacks as $priority => $hooks ) { + foreach ( $hooks as $name => $arr ) { + if ( is_object( $arr['function'] ) && $arr['function'] instanceof Closure ) { + unset( $wp_filter['user_admin_notices']->callbacks[ $priority ][ $name ] ); + continue; + } + if ( ! empty( $arr['function'][0] ) && is_object( $arr['function'][0] ) && strpos( strtolower( get_class( $arr['function'][0] ) ), 'monsterinsights' ) !== false ) { + continue; + } + if ( ! empty( $name ) && strpos( $name, 'monsterinsights' ) === false ) { + unset( $wp_filter['user_admin_notices']->callbacks[ $priority ][ $name ] ); + } + } + } + } + + if ( ! empty( $wp_filter['admin_notices']->callbacks ) && is_array( $wp_filter['admin_notices']->callbacks ) ) { + foreach ( $wp_filter['admin_notices']->callbacks as $priority => $hooks ) { + foreach ( $hooks as $name => $arr ) { + if ( is_object( $arr['function'] ) && $arr['function'] instanceof Closure ) { + unset( $wp_filter['admin_notices']->callbacks[ $priority ][ $name ] ); + continue; + } + if ( ! empty( $arr['function'][0] ) && is_object( $arr['function'][0] ) && strpos( strtolower( get_class( $arr['function'][0] ) ), 'monsterinsights' ) !== false ) { + continue; + } + if ( ! empty( $name ) && strpos( $name, 'monsterinsights' ) === false ) { + unset( $wp_filter['admin_notices']->callbacks[ $priority ][ $name ] ); + } + } + } + } + + if ( ! empty( $wp_filter['all_admin_notices']->callbacks ) && is_array( $wp_filter['all_admin_notices']->callbacks ) ) { + foreach ( $wp_filter['all_admin_notices']->callbacks as $priority => $hooks ) { + foreach ( $hooks as $name => $arr ) { + if ( is_object( $arr['function'] ) && $arr['function'] instanceof Closure ) { + unset( $wp_filter['all_admin_notices']->callbacks[ $priority ][ $name ] ); + continue; + } + if ( ! empty( $arr['function'][0] ) && is_object( $arr['function'][0] ) && strpos( strtolower( get_class( $arr['function'][0] ) ), 'monsterinsights' ) !== false ) { + continue; + } + if ( ! empty( $name ) && strpos( $name, 'monsterinsights' ) === false ) { + unset( $wp_filter['all_admin_notices']->callbacks[ $priority ][ $name ] ); + } + } + } + } +} + +add_action( 'admin_print_scripts', 'hide_non_monsterinsights_warnings' ); +add_action( 'admin_head', 'hide_non_monsterinsights_warnings', PHP_INT_MAX ); + +/** + * Called whenever an upgrade button / link is displayed in Lite, this function will + * check if there's a shareasale ID specified. + * + * There are three ways to specify an ID, ordered by highest to lowest priority + * - add_filter( 'monsterinsights_shareasale_id', function() { return 1234; } ); + * - define( 'MONSTERINSIGHTS_SHAREASALE_ID', 1234 ); + * - get_option( 'monsterinsights_shareasale_id' ); (with the option being in the wp_options table) + * + * If an ID is present, returns the ShareASale link with the affiliate ID, and tells + * ShareASale to then redirect to monsterinsights.com/lite + * + * If no ID is present, just returns the monsterinsights.com/lite URL with UTM tracking. + * + * @return string Upgrade link. + * @since 6.0.0 + * @access public + * + */ +function monsterinsights_get_upgrade_link( $medium = '', $campaign = '', $url = '' ) { + $url = monsterinsights_get_url( $medium, $campaign, $url, false ); + + if ( monsterinsights_is_pro_version() ) { + return esc_url( $url ); + } + + // Get the ShareASale ID + $shareasale_id = monsterinsights_get_shareasale_id(); + + // If we have a shareasale ID return the shareasale url + if ( ! empty( $shareasale_id ) ) { + $shareasale_id = absint( $shareasale_id ); + + return esc_url( monsterinsights_get_shareasale_url( $shareasale_id, $url ) ); + } else { + return esc_url( $url ); + } +} + +function monsterinsights_get_url( $medium = '', $campaign = '', $url = '', $escape = true ) { + // Setup Campaign variables + $source = monsterinsights_is_pro_version() ? 'proplugin' : 'liteplugin'; + $medium = ! empty( $medium ) ? $medium : 'defaultmedium'; + $campaign = ! empty( $campaign ) ? $campaign : 'defaultcampaign'; + $content = MONSTERINSIGHTS_VERSION; + $default_url = monsterinsights_is_pro_version() ? '' : 'lite/'; + $url = ! empty( $url ) ? $url : 'https://www.monsterinsights.com/' . $default_url; + + // Put together redirect URL + $url = add_query_arg( + array( + 'utm_source' => $source, // Pro/Lite Plugin + 'utm_medium' => sanitize_key( $medium ), // Area of MonsterInsights (example Reports) + 'utm_campaign' => sanitize_key( $campaign ), // Which link (example eCommerce Report) + 'utm_content' => $content, // Version number of MI + ), + trailingslashit( $url ) + ); + + if ( $escape ) { + return esc_url( $url ); + } else { + return $url; + } +} + +function monsterinsights_settings_ublock_error_js() { + echo ""; +} + +function monsterinsights_ublock_notice() { + ob_start(); ?> + + id ) || strpos( $screen->id, 'monsterinsights' ) === false ) { + return; + } + + // Remove js code added by Newspaper theme - version 8.8.0. + remove_action( 'print_media_templates', 'td_custom_gallery_settings_hook' ); + remove_action( 'print_media_templates', 'td_change_backbone_js_hook' ); + // Remove js code added by the Brooklyn theme - version 4.5.3.1. + remove_action( 'print_media_templates', 'ut_create_gallery_options' ); + + // Remove js code added by WordPress Book List Plugin - version 5.8.1. + remove_action( 'admin_footer', 'wpbooklist_jre_dismiss_prem_notice_forever_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_dashboard_add_book_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_edit_book_show_form_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_show_book_in_colorbox_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_new_lib_shortcode_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_dashboard_save_library_display_options_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_dashboard_save_post_display_options_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_dashboard_save_page_display_options_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_update_display_options_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_edit_book_pagination_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_edit_book_switch_lib_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_edit_book_search_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_edit_book_actual_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_delete_book_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_user_apis_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_upload_new_stylepak_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_upload_new_post_template_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_upload_new_page_template_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_create_db_library_backup_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_restore_db_library_backup_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_create_csv_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_amazon_localization_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_delete_book_bulk_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_reorder_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_exit_results_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_storytime_select_category_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_storytime_get_story_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_storytime_expand_browse_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_storytime_save_settings_action_javascript' ); + remove_action( 'admin_footer', 'wpbooklist_delete_story_action_javascript' ); +} + +add_action( 'admin_head', 'monsterinsights_remove_unnecessary_footer_hooks', 15 ); + +/** + * Display dismissable admin pointer for year in review 2019 report + * + */ +function monsterinsights_yearinreview_admin_menu_tooltip() { + + $dismiss_tooltip = get_option( 'monsterinsights_yearinreview_dismiss_admin_tooltip', false ); + $activated = get_option( 'monsterinsights_over_time', array() ); + $ua_code = monsterinsights_get_ua(); + $dashboards_disabled = monsterinsights_get_option( 'dashboards_disabled', false ); + + if ( $dashboards_disabled ) { + return; + } + + if ( ! current_user_can( 'monsterinsights_view_dashboard' ) ) { + return; + } + + if ( monsterinsights_is_reports_page() || monsterinsights_is_settings_page() ) { + // Don't show on MI pages. + return; + } + + // equivalent to: 01/01/2020 @ 12:00am (UTC) + $new_year = '1577836800'; + + // equivalent to: 01/02/2020 @ 12:00am (UTC) + $start_time = '1577923200'; + + // equivalent to: 01/13/2020 @ 12:00am (UTC) + $end_time = '1578873600'; + + if ( $dismiss_tooltip ) { + return; + } + + // don't show before January 02, 2020 + if ( $start_time > time() ) { + return; + } + + // don't show after January 13, 2020 + if ( $end_time < time() ) { + return; + } + + if ( empty( $activated['connected_date'] ) || ( $activated['connected_date'] > $new_year ) || empty( $ua_code ) ) { + return; + } + + // remove lite upsell + remove_action( 'adminmenu', 'monsterinsights_get_admin_menu_tooltip' ); + + $url = admin_url( 'admin.php?page=monsterinsights_reports#/year-in-review' ); + ?> +
+ +
+ +

+ +

+
+
+ + + run + * 4. In wp-admin/includes/class-wp-automatic-updater.php $this->run() checks to make sure we're on the main site if on a network, and also if the autoupdates are disabled (by plugin, by being on a version controlled site, etc ) + * 5. In wp-admin/includes/class-wp-automatic-updater.php $this->run() then checks to see which plugins have new versions (version/update check) + * 6. In wp-admin/includes/class-wp-automatic-updater.php $this->run() then calls $this->update() for each plugin installed who has an upgrade. + * 7 In wp-admin/includes/class-wp-automatic-updater.php $this->update() double checks filesystem access and then installs the plugin if able + * + * Notes: + * - This autoupdater only works if WordPress core detects no version control. If you want to test this, do it on a new WP site without any .git folders anywhere. + * - This autoupdater only works if the file access is able to be written to + * - This autoupdater only works if a new version has been detected, and will run not the second the update is released, but whenever the cron for wp_version_check is next released. This is generally run every 8-12 hours. + * - However, that cron can be disabled, the autoupdater can be turned off via constant or filter, version control or file lock can be detected, and other plugins can be installed (incl in functions of theme) that turn off all + * all automatic plugin updates. + * - If you want to test this is working, you have to manually run the wp_version_check cron. Install the WP Crontrol plugin or Core Control plugin, and run the cron manually using it. + * - Again, because you skimmed over it the first time, if you want to test this manually you need to test this on a new WP install without version control for core, plugins, etc, without file lock, with license key entered (for pro only) + * and use the WP Crontrol or Core Control plugin to run wp_version_check + * - You may have to manually remove an option called "auto_update.lock" from the WP options table + * - You may need to run wp_version_check multiple times (note though that they must be spaced at least 60 seconds apart) + * - Because WP's updater asks the OS if the file is writable, make sure you do not have any files/folders for the plugin you are trying to autoupdate open when testing. + * - You may need to delete the plugin info transient to get it to hard refresh the plugin info. + */ + + +function monsterinsights_get_major_version( $version ) { + $exploded_version = explode( '.', $version ); + if ( isset( $exploded_version[2] ) ) { + return $exploded_version[0] . '.' . $exploded_version[1] . '.' . $exploded_version[2]; + } else { + return $exploded_version[0] . '.' . $exploded_version[1] . '.0'; + } +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing/skin.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing/skin.php new file mode 100644 index 00000000..391e4a3f --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing/skin.php @@ -0,0 +1,115 @@ +upgrader =& $upgrader; + } + + } + + /** + * Set the upgrader result and store it as a property in the parent class. + * + * @since 6.0.0 + * + * @param object $result The result of the install process. + */ + public function set_result( $result ) { + + $this->result = $result; + + } + + /** + * Empty out the header of its HTML content and only check to see if it has + * been performed or not. + * + * @since 6.0.0 + */ + public function header() {} + + /** + * Empty out the footer of its HTML contents. + * + * @since 6.0.0 + */ + function footer() {} + + /** + * Instead of outputting HTML for errors, json_encode the errors and send them + * back to the Ajax script for processing. + * + * @since 6.0.0 + * + * @param array $errors Array of errors with the install process. + */ + function error( $errors ) { + + if ( ! empty( $errors ) ) { + $error_message = esc_html__( 'There was an error installing the addon. Please try again.', 'google-analytics-for-wordpress' ); + if ( is_wp_error( $errors ) ) { + /** + * @var WP_Error $errors + */ + $message = $errors->get_error_message(); + + if ( ! empty( $message ) ) { + $error_message = sprintf( esc_html__( 'There was an error installing the addon: %s', 'google-analytics-for-wordpress' ), esc_html( $message ) ); + } + } + + wp_send_json( array( 'error' => $error_message ) ); + } + + } + + /** + * Empty out the feedback method to prevent outputting HTML strings as the install + * is progressing. + * + * @since 6.0.0 + * + * @param string $string The feedback string. + */ + function feedback( $string ) { + + } + +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/notice.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/notice.php new file mode 100644 index 00000000..036ef676 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/notice.php @@ -0,0 +1,236 @@ +notices = get_option( 'monsterinsights_notices' ); + if ( ! is_array( $this->notices ) ) { + $this->notices = array(); + } + + } + + /** + * Checks if a given notice has been dismissed or not + * + * @access public + * @since 6.0.0 + * + * @param string $notice Programmatic Notice Name + * @return bool Notice Dismissed + */ + + public function is_dismissed( $notice ) { + if ( ! isset( $this->notices[ $notice ] ) ) { + return false; + } + return true; + + } + + /** + * Marks the given notice as dismissed + * + * @access public + * @since 6.0.0 + * + * @param string $notice Programmatic Notice Name + * @return null + */ + public function dismiss( $notice ) { + $this->notices[ $notice ] = true; + update_option( 'monsterinsights_notices', $this->notices ); + + } + + + /** + * Marks a notice as not dismissed + * + * @access public + * @since 6.0.0 + * + * @param string $notice Programmatic Notice Name + * @return null + */ + public function undismiss( $notice ) { + unset( $this->notices[ $notice ] ); + update_option( 'monsterinsights_notices', $this->notices ); + + } + + /** + * Displays an inline notice with some MonsterInsights styling. + * + * @access public + * @since 6.0.0 + * + * @param string $notice Programmatic Notice Name + * @param string $title Title + * @param string $message Message + * @param string $type Message Type (updated|warning|error) - green, yellow/orange and red respectively. + * @param string $button_text Button Text (optional) + * @param string $button_url Button URL (optional) + * @param bool $is_dismissible User can Dismiss Message (default: false) + */ + public function display_inline_notice( $name, $title, $message, $type = 'success', $is_dismissible = false, $args = array() ) { + /* Available/Planned $args options + * $args = array( + * 'primary' => array( + * 'text' => '', + * 'url' => '', + * 'target' => '', + * 'class' => 'button button-primary', + * ), + * 'secondary' => array( + * 'text' => '', + * 'url' => '', + * 'target' => '', + * 'class' => 'button button-secondary', + * ), + * 'skip_message_escape' => true // note: This param is for internal use only. Do not use as a developer. + * ); + */ + + + // Check if the notice is dismissible, and if so has been dismissed. + if ( $is_dismissible && $this->is_dismissed( $name ) ) { + // Nothing to show here, return! + return ''; + } + + $dismissible = ( $is_dismissible ) ? ' is-dismissible': ''; + + // Display inline notice + ob_start(); + ?> +
+
+
+
+ +

+ +

+ +

+ + > + + > + + + +
+
+ license->get_network_license_key() : MonsterInsights()->license->get_site_license_key(); + $type = is_network_admin() ? MonsterInsights()->license->get_network_license_type() : MonsterInsights()->license->get_site_license_type(); + } + + // Get addons data from transient or perform API query if no transient. + if ( false === ( $addons = get_transient( '_monsterinsights_addons' ) ) ) { + $addons = monsterinsights_get_addons_data( $key ); + } + + // If no Addons exist, return false + if ( ! $addons ) { + return false; + } + + // Iterate through Addons, to build two arrays: + // - Addons the user is licensed to use, + // - Addons the user isn't licensed to use. + $results = array( + 'licensed' => array(), + 'unlicensed'=> array(), + ); + foreach ( (array) $addons as $i => $addon ) { + + // Determine whether the user is licensed to use this Addon or not. + if ( + empty( $type ) || + ( in_array( 'Pro', $addon->categories ) && ( $type != 'pro' && $type != 'master' ) ) || + ( in_array( 'Plus', $addon->categories ) && $type != 'plus' && $type != 'pro' && $type != 'master' ) || + ( in_array( 'Basic', $addon->categories ) && ( $type != 'basic' && $type != 'plus' && $type != 'pro' && $type != 'master' ) ) + ) { + // Unlicensed + $results['unlicensed'][] = $addon; + continue; + } + + // Licensed + $results['licensed'][] = $addon; + + } + + // Return Addons, split by licensed and unlicensed. + return $results; + +} + +/** + * Pings the remote server for addons data. + * + * @since 6.0.0 + * + * @param string $key The user license key. + * @return array Array of addon data otherwise. + */ +function monsterinsights_get_addons_data( $key ) { + // Get Addons + // If the key is valid, we'll get personalised upgrade URLs for each Addon (if necessary) and plugin update information. + if ( monsterinsights_is_pro_version() && $key ) { + $addons = MonsterInsights()->license_actions->perform_remote_request( 'get-addons-data-v600', array( 'tgm-updater-key' => $key ) ); + } else { + $addons = monsterinsights_get_all_addons_data(); + } + + // If there was an API error, set transient for only 10 minutes. + if ( ! $addons ) { + set_transient( '_monsterinsights_addons', false, 10 * MINUTE_IN_SECONDS ); + return false; + } + + // If there was an error retrieving the addons, set the error. + if ( isset( $addons->error ) ) { + set_transient( '_monsterinsights_addons', false, 10 * MINUTE_IN_SECONDS ); + return false; + } + + // Otherwise, our request worked. Save the data and return it. + set_transient( '_monsterinsights_addons', $addons, 4 * HOUR_IN_SECONDS ); + return $addons; + +} + +/** + * Get all addons without a license, for lite users. + * + * @return array|bool|mixed|object + */ +function monsterinsights_get_all_addons_data() { + // Build the body of the request. + $body = array( + 'tgm-updater-action' => 'get-all-addons-data', + 'tgm-updater-key' => '', + 'tgm-updater-wp-version' => get_bloginfo( 'version' ), + 'tgm-updater-referer' => site_url(), + 'tgm-updater-mi-version' => MONSTERINSIGHTS_VERSION, + 'tgm-updater-is-pro' => false, + ); + $body = http_build_query( $body, '', '&' ); + + // Build the headers of the request. + $headers = array( + 'Content-Type' => 'application/x-www-form-urlencoded', + 'Content-Length' => strlen( $body ), + ); + + // Setup variable for wp_remote_post. + $post = array( + 'headers' => $headers, + 'body' => $body, + ); + + // Perform the query and retrieve the response. + $response = wp_remote_post( monsterinsights_get_licensing_url(), $post ); + $response_code = wp_remote_retrieve_response_code( $response ); + $response_body = wp_remote_retrieve_body( $response ); + + // Bail out early if there are any errors. + if ( 200 !== $response_code || is_wp_error( $response_body ) ) { + return false; + } + + // Return the json decoded content. + return json_decode( $response_body ); +} + +/** + * Retrieve the plugin basename from the plugin slug. + * + * @since 6.0.0 + * + * @param string $slug The plugin slug. + * @return string The plugin basename if found, else the plugin slug. + */ +function monsterinsights_get_plugin_basename_from_slug( $slug ) { + $keys = array_keys( get_plugins() ); + + foreach ( $keys as $key ) { + if ( preg_match( '|^' . $slug . '|', $key ) ) { + return $key; + } + } + + return $slug; + +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/reports.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/reports.php new file mode 100644 index 00000000..be4810c5 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/reports.php @@ -0,0 +1,65 @@ + + + + + +
+
+
+
+
+ +
+
+

+

+

', '' ); ?>

+ + + + +
+ +
+
+
+ +
+
+
+ version, '1.0.0', '<' ) ) { + return; + } + + $this->reports[] = $report; + } + + public function get_aggregate_data() { + if ( ! empty( $this->reports ) ) { + foreach ( $this->reports as $report ) { + $report->get_data( array( 'default' => true ) ); + } + } + } + + // $where possible values: auto, site, network, both + public function delete_aggregate_data( $where = 'site' ) { + if ( ! empty( $this->reports ) ) { + foreach ( $this->reports as $report ) { + $report->delete_cache( $where ); + } + } + } + + public function get_report( $name = '' ) { + if ( empty( $name ) || empty( $this->reports ) ) { + return false; + } + + foreach ( $this->reports as $report ) { + if ( $name === $report->name ) { + return $report; + } + } + return false; + } +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/abstract-report.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/abstract-report.php new file mode 100644 index 00000000..33ecfe8c --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/abstract-report.php @@ -0,0 +1,439 @@ +get_data( array( 'default' => true ) ) + return ''; + } + + public function additional_data() { + return array(); + } + + public function requirements( $error = false, $args = array(), $name = '' ) { + return $error; + } + + public function show_report( $args = array() ) { + + if ( ! current_user_can( 'monsterinsights_view_dashboard' ) ) { + return monsterinsights_get_message( 'error', esc_html__( 'Access denied', 'google-analytics-for-wordpress' ) ); + } + + if ( monsterinsights_get_option( 'dashboard_disabled', false ) ) { + if ( current_user_can( 'monsterinsights_save_settings' ) ) { + $url = is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_settings' ) : admin_url( 'admin.php?page=monsterinsights_settings' ); + + return monsterinsights_get_message( 'error', + sprintf( + esc_html__( 'Please %1$senable the dashboard%2$s to see report data.', 'google-analytics-for-wordpress' ), + '', + '' + ) + ); + } else { + return monsterinsights_get_message( 'error', esc_html__( 'The dashboard is disabled.', 'google-analytics-for-wordpress' ) ); + } + } + + if ( monsterinsights_is_pro_version() ) { + if ( ! MonsterInsights()->license->has_license() ) { + $url = is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_settings' ) : admin_url( 'admin.php?page=monsterinsights_settings' ); + + return monsterinsights_get_message( 'error', esc_html__( 'You do not have an active license. Please %1$scheck your license configuration.%2$s', 'google-analytics-for-wordpress' ), '', '' ); + } else if ( MonsterInsights()->license->license_has_error() ) { + return monsterinsights_get_message( 'error', $this->get_license_error() ); + } + } + + if ( ! ( MonsterInsights()->auth->is_authed() || MonsterInsights()->auth->is_network_authed() ) ) { + if ( current_user_can( 'monsterinsights_save_settings' ) ) { + $url = is_network_admin() ? network_admin_url( 'admin.php?page=monsterinsights_settings' ) : admin_url( 'admin.php?page=monsterinsights_settings' ); + + return monsterinsights_get_message( 'error', + sprintf( + esc_html__( 'Please %1$sauthenticate %2$swith Google Analytics to allow the plugin to fetch data.', 'google-analytics-for-wordpress' ), + '', + '' + ) + ); + } else { + return monsterinsights_get_message( 'error', esc_html__( 'The Google oAuth authentication needs to be re-authenticated to view data.', 'google-analytics-for-wordpress' ) ); + } + } + + if ( monsterinsights_is_pro_version() ) { + if ( ! MonsterInsights()->license->license_can( $this->level ) ) { + return $this->get_upsell_notice(); + } + } + + $error = $this->requirements( false, array(), $this->name ); + + if ( ! empty( $error ) ) { + return monsterinsights_get_message( 'error', $error ); + } + + if ( ! empty( $args['error'] ) ) { + return monsterinsights_get_message( 'error', $args['error'] ); + } + + if ( empty( $args['data'] ) || ! is_array( $args['data'] ) ) { + if ( monsterinsights_is_pro_version() ) { + return ''; + } else { + // Try to get default data. + $args = $this->get_data( array( 'default' => true ) ); + if ( empty( $args['data'] ) || is_array( $args['data'] ) ) { + return monsterinsights_get_message( 'error', __( 'No data found', 'google-analytics-for-wordpress' ) ); + } + + if ( ! empty( $args['error'] ) ) { + return monsterinsights_get_message( 'error', $args['error'] ); + } + } + } + + return $this->get_report_html( $args['data'] ); + } + + // Deletes the report data from the cache + public function delete_cache( $where = 'site' ) { + + if ( $where === 'site' || $where === 'both' ) { + delete_option( 'monsterinsights_report_data_' . $this->name ); + } + + if ( $where === 'network' || $where === 'both' ) { + delete_option( 'monsterinsights_network_report_data_' . $this->name ); + } + } + + // Get report data + public function get_data( $args = array() ) { + + if ( ! empty( $args['default'] ) ) { + $args['start'] = $this->default_start_date(); + $args['end'] = $this->default_end_date(); + } + + $start = ! empty( $args['start'] ) && $this->is_valid_date( $args['start'] ) ? $args['start'] : ''; + $end = ! empty( $args['end'] ) && $this->is_valid_date( $args['end'] ) ? $args['end'] : ''; + + if ( monsterinsights_is_pro_version() && ! MonsterInsights()->license->license_can( $this->level ) ) { + return array( + 'success' => true, + 'upgrade' => true, + 'data' => array(), + ); + } + + if ( ! $this->is_valid_date_range( $start, $end ) ) { + return array( + 'success' => false, + 'error' => __( 'Invalid date range.', 'google-analytics-for-wordpress' ), + 'data' => array(), + ); + } + + if ( ( $start !== $this->default_start_date() || $end !== $this->default_end_date() ) && ! monsterinsights_is_pro_version() ) { + $start = $this->default_start_date(); + $end = $this->default_end_date(); + // return array( + // 'success' => false, + // 'error' => __( 'Please upgrade to MonsterInsights Pro to use custom date ranges.', 'google-analytics-for-wordpress' ), + // 'data' => array(), + // ); + } + + $error = apply_filters( 'monsterinsights_reports_abstract_get_data_pre_cache', false, $args, $this->name ); + if ( $error ) { + return apply_filters( 'monsterinsights_reports_handle_error_message', array( + 'success' => false, + 'error' => $error, + 'data' => array(), + ) ); + } + + $check_cache = ( $start === $this->default_start_date() && $end === $this->default_end_date() ) || apply_filters( 'monsterinsights_report_use_cache', false, $this->name ); + $site_auth = MonsterInsights()->auth->get_viewname(); + $ms_auth = is_multisite() && MonsterInsights()->auth->get_network_viewname(); + $transient = 'monsterinsights_report_' . $this->name . '_' . $start . '_' . $end; + // Set to same time as MI cache. MI caches same day to 15 and others to 1 day, so there's no point pinging MI before then. + $expiration = $end === date( 'Y-m-d' ) ? apply_filters( 'monsterinsights_report_transient_expiration', 15 * MINUTE_IN_SECONDS, $this->name ) : DAY_IN_SECONDS; + + // Default date range, check + if ( $site_auth || $ms_auth ) { + // Single site or MS with auth at subsite + $option_name = $site_auth ? 'monsterinsights_report_data_' . $this->name : 'monsterinsights_network_report_data_' . $this->name; + $p = $site_auth ? MonsterInsights()->auth->get_viewid() : MonsterInsights()->auth->get_network_viewid(); + + $data = array(); + if ( $check_cache ) { + $data = ! $site_auth && $ms_auth ? get_site_option( $option_name, array() ) : get_option( $option_name, array() ); + } else { + $data = ! $site_auth && $ms_auth ? get_site_transient( $transient ) : get_transient( $transient ); + } + + if ( ! empty( $data ) && + ! empty( $data['expires'] ) && + $data['expires'] >= time() && + ! empty( $data['data'] ) && + ! empty( $data['p'] ) && + $data['p'] === $p + ) { + return array( + 'success' => true, + 'data' => $data['data'], + ); + } + + // Nothing in cache, either not saved before, expired or mismatch. Let's grab from API + $api_options = array( 'start' => $start, 'end' => $end ); + if ( ! $site_auth && $ms_auth ) { + $api_options['network'] = true; + } + + $api = new MonsterInsights_API_Request( 'analytics/reports/' . $this->name . '/', $api_options, 'GET' ); + + $additional_data = $this->additional_data(); + + if ( ! empty( $additional_data ) ) { + $api->set_additional_data( $additional_data ); + } + + $ret = $api->request(); + + if ( is_wp_error( $ret ) ) { + return array( + 'success' => false, + 'error' => $ret->get_error_message(), + 'data' => array(), + ); + } else { + // Success + $data = array( + 'expires' => $expiration, + 'p' => $p, + 'data' => $ret['data'], + ); + + if ( $check_cache ) { + ! $site_auth && $ms_auth ? update_site_option( $option_name, $data ) : update_option( $option_name, $data ); + } else { + ! $site_auth && $ms_auth ? set_site_transient( $option_name, $data, $expiration ) : set_transient( $option_name, $data, $expiration ); + } + + return $this->prepare_report_data( array( + 'success' => true, + 'data' => $ret['data'], + ) ); + } + + } else { + return array( + 'success' => false, + 'error' => __( 'You must authenticate with MonsterInsights to use reports.', 'google-analytics-for-wordpress' ), + 'data' => array(), + ); + } + } + + public function default_start_date() { + return date( 'Y-m-d', strtotime( '-30 days' ) ); + } + + public function default_end_date() { + return date( 'Y-m-d', strtotime( '-1 day' ) ); + } + + // Checks to see if date range is valid. Should be 30-yesterday always for lite & any valid date range to today for Pro. + public function is_valid_date_range( $start, $end ) { + $start = strtotime( $start ); + $end = strtotime( $end ); + + if ( $start > strtotime( 'now' ) || $end > strtotime( 'now' ) || $start < strtotime( '01 January 2005' ) || $end < strtotime( '01 January 2005' ) ) { + return false; + } + + // return false if the start date is after the end date + return ( $start > $end ) ? false : true; + } + + // Is a valid date value + public function is_valid_date( $date = '' ) { + $d = MonsterInsightsDateTime::createFromFormat( 'Y-m-d', $date ); + + return $d && $d->format( 'Y-m-d' ) === $date; + } + + /** + * Do not use the functions below this. They are unused and are just here so people + * with out of date MonsterInsights addons won't get fatal errors. + */ + protected function get_api_max_limit() { + return 300; + } + + protected function get_date_range() { + return array(); + } + + public function get_upsell_notice() { + $has_level = monsterinsights_is_pro_version() ? MonsterInsights()->license->get_license_type() : false; + $has_level = $has_level ? $has_level : 'lite'; + $message = sprintf( __( 'You currently have a %s level license, but this report requires at least a %s level license to view the %s. Please upgrade to view this report.', 'google-analytics-for-wordpress' ), $has_level, $this->level, $this->title ); + ob_start(); ?> +
+
+
+
+
+ +
+ +

+ +

  + +

' ); ?>

+   +

' . $this->title, '', '' . $this->level, '' ); ?>

+   +

name . '-report-upsell-license-link', 'https://monsterinsights.com/my-account/' ) . '">', '', '', '' ); ?>

+   +

+ +

' ); ?>

+   +

' . $this->title, '', '' . $this->level, '' ); ?>

+   +

name . '-report-upsell-license-link' ) . '">', '', '', '' ); ?>

+   +

+ +
+
+ + + + + +
+
+
+
+
+
+ + get_addons_page_link(); + + return $data; + } + + /** + * Added to allow individual reports to alter data when outputting for Vue reports. + * + * @param $data + * + * @return mixed + */ + public function prepare_report_data( $data ) { + return $data; + } +} + +if ( ! class_exists( 'MonsterInsightsDateTime' ) ) { + class MonsterInsightsDateTime extends DateTime { + public static function createFromFormat( $format, $time, $timezone = null ) { + if ( ! $timezone ) { + $timezone = new DateTimeZone( date_default_timezone_get() ); + } + if ( version_compare( PHP_VERSION, '5.3', '>=' ) ) { + return parent::createFromFormat( $format, $time, $timezone ); + } + + return new DateTime( date( $format, strtotime( $time ) ), $timezone ); + } + } +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/index.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/index.php new file mode 100644 index 00000000..720f9c50 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/index.php @@ -0,0 +1,4 @@ +title = __( 'Overview', 'google-analytics-for-wordpress' ); + parent::__construct(); + } + + /** + * Prepare report-specific data for output. + * + * @param array $data The data from the report before it gets sent to the frontend. + * + * @return mixed + */ + public function prepare_report_data( $data ) { + // Add flags to the countries report. + if ( ! empty( $data['data']['countries'] ) ) { + $country_names = monsterinsights_get_country_list( true ); + foreach ( $data['data']['countries'] as $key => $country ) { + $data['data']['countries'][ $key ]['name'] = isset( $country_names[ $country['iso'] ] ) ? $country_names[ $country['iso'] ] : $country['iso']; + } + } + + // Escape urls for the top pages report. + if ( ! empty( $data['data']['toppages'] ) ) { + foreach ( $data['data']['toppages'] as $key => $page ) { + $title = $data['data']['toppages'][ $key ]['title']; + $url = '(not set)' === $title ? '' : esc_url( $data['data']['toppages'][ $key ]['hostname'] ); + + $data['data']['toppages'][ $key ]['hostname'] = $url; + } + } + + // Bounce rate add symbol. + if ( ! empty( $data['data']['infobox']['bounce']['value'] ) ) { + $data['data']['infobox']['bounce']['value'] .= '%'; + } + + // Add GA links. + if ( ! empty( $data['data'] ) ) { + $data['data']['galinks'] = array( + 'countries' => 'https://analytics.google.com/analytics/web/#report/visitors-geo/' . MonsterInsights()->auth->get_referral_url() . $this->get_ga_report_range( $data['data'] ), + 'referrals' => 'https://analytics.google.com/analytics/web/#report/trafficsources-referrals/' . MonsterInsights()->auth->get_referral_url() . $this->get_ga_report_range( $data['data'] ), + 'topposts' => 'https://analytics.google.com/analytics/web/#/report/content-pages/' . MonsterInsights()->auth->get_referral_url() . $this->get_ga_report_range( $data['data'] ), + ); + } + + return $data; + } +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/review.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/review.php new file mode 100644 index 00000000..8c1e2719 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/review.php @@ -0,0 +1,192 @@ + $time, + 'dismissed' => false, + ); + update_option( 'monsterinsights_review', $review ); + } else { + // Check if it has been dismissed or not. + if ( ( isset( $review['dismissed'] ) && ! $review['dismissed'] ) && ( isset( $review['time'] ) && ( ( $review['time'] + DAY_IN_SECONDS ) <= $time ) ) ) { + $load = true; + } + } + + // If we cannot load, return early. + if ( ! $load ) { + return; + } + + $this->review(); + } + + /** + * Maybe show review request. + * + * @since 7.0.7 + */ + public function review() { + // Fetch when plugin was initially installed. + $activated = get_option( 'monsterinsights_over_time', array() ); + $ua_code = monsterinsights_get_ua(); + + if ( ! empty( $activated['connected_date'] ) ) { + // Only continue if plugin has been tracking for at least 14 days. + if ( ( $activated['connected_date'] + ( DAY_IN_SECONDS * 14 ) ) > time() ) { + return; + } + } else { + if ( empty( $activated ) ) { + $data = array( + 'installed_version' => MONSTERINSIGHTS_VERSION, + 'installed_date' => time(), + 'installed_pro' => monsterinsights_is_pro_version(), + ); + } else { + $data = $activated; + } + // If already has a UA code mark as connected now. + if ( ! empty( $ua_code ) ) { + $data['connected_date'] = time(); + } + + update_option( 'monsterinsights_over_time', $data ); + return; + } + + // Only proceed with displaying if the user is tracking. + if ( empty( $ua_code ) ) { + return; + } + + $feedback_url = add_query_arg( array( + 'wpf192157_24' => untrailingslashit( home_url() ), + 'wpf192157_26' => monsterinsights_get_license_key(), + 'wpf192157_27' => monsterinsights_is_pro_version() ? 'pro' : 'lite', + 'wpf192157_28' => MONSTERINSIGHTS_VERSION, + ), 'https://www.monsterinsights.com/plugin-feedback/' ); + $feedback_url = monsterinsights_get_url( 'review-notice', 'feedback', $feedback_url ); + // We have a candidate! Output a review message. + ?> +
+
+

+

+
+ +

+
+ + +
+ + blog_id ); + + update_option( 'monsterinsights_review', $review ); + + restore_current_blog(); + } + } + + die; + } +} + +new MonsterInsights_Review(); diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/routes.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/routes.php new file mode 100644 index 00000000..ae23096c --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/routes.php @@ -0,0 +1,707 @@ + MonsterInsights()->license->get_site_license_key(), + 'type' => MonsterInsights()->license->get_site_license_type(), + 'is_disabled' => MonsterInsights()->license->site_license_disabled(), + 'is_expired' => MonsterInsights()->license->site_license_expired(), + 'is_invalid' => MonsterInsights()->license->site_license_invalid(), + ); + $network_license = array( + 'key' => MonsterInsights()->license->get_network_license_key(), + 'type' => MonsterInsights()->license->get_network_license_type(), + 'is_disabled' => MonsterInsights()->license->network_license_disabled(), + 'is_expired' => MonsterInsights()->license->network_license_expired(), + 'is_invalid' => MonsterInsights()->license->network_license_disabled(), + ); + + wp_send_json( array( + 'site' => $site_license, + 'network' => $network_license, + ) ); + + } + + /** + * Ajax handler for grabbing the current authenticated profile. + */ + public function get_profile() { + + check_ajax_referer( 'mi-admin-nonce', 'nonce' ); + + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + return; + } + + wp_send_json( array( + 'ua' => MonsterInsights()->auth->get_ua(), + 'viewname' => MonsterInsights()->auth->get_viewname(), + 'manual_ua' => MonsterInsights()->auth->get_manual_ua(), + 'network_ua' => MonsterInsights()->auth->get_network_ua(), + 'network_viewname' => MonsterInsights()->auth->get_network_viewname(), + 'network_manual_ua' => MonsterInsights()->auth->get_network_manual_ua(), + ) ); + + } + + /** + * Ajax handler for grabbing the settings. + */ + public function get_settings() { + + check_ajax_referer( 'mi-admin-nonce', 'nonce' ); + + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + return; + } + + $options = monsterinsights_get_options(); + + // Array fields are needed even if empty. + $array_fields = array( 'view_reports', 'save_settings', 'ignore_users' ); + foreach ( $array_fields as $array_field ) { + if ( ! isset( $options[ $array_field ] ) ) { + $options[ $array_field ] = array(); + } + } + if ( isset( $options['custom_code'] ) ) { + $options['custom_code'] = stripslashes( $options['custom_code'] ); + } + + wp_send_json( $options ); + + } + + /** + * Ajax handler for updating the settings. + */ + public function update_settings() { + + check_ajax_referer( 'mi-admin-nonce', 'nonce' ); + + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + return; + } + + if ( isset( $_POST['setting'] ) ) { + $setting = sanitize_text_field( wp_unslash( $_POST['setting'] ) ); + if ( isset( $_POST['value'] ) ) { + $value = $this->handle_sanitization( $setting, $_POST['value'] ); + monsterinsights_update_option( $setting, $value ); + } else { + monsterinsights_update_option( $setting, false ); + } + } + + wp_send_json_success(); + + } + + /** + * Sanitization specific to each field. + * + * @param string $field The key of the field to sanitize. + * @param string $value The value of the field to sanitize. + * + * @return mixed The sanitized input. + */ + private function handle_sanitization( $field, $value ) { + + $value = wp_unslash( $value ); + + // Textarea fields. + $textarea_fields = array( + 'custom_code', + ); + + if ( in_array( $field, $textarea_fields, true ) ) { + if ( function_exists( 'sanitize_textarea_field' ) ) { + return sanitize_textarea_field( $value ); + } else { + return wp_kses( $value, array() ); + } + } + + $array_value = json_decode( $value, true ); + if ( is_array( $array_value ) ) { + $value = $array_value; + // Don't save empty values. + foreach ( $value as $key => $item ) { + if ( is_array( $item ) ) { + $empty = true; + foreach ( $item as $item_value ) { + if ( ! empty( $item_value ) ) { + $empty = false; + } + } + if ( $empty ) { + unset( $value[ $key ] ); + } + } + } + + // Reset array keys because JavaScript can't handle arrays with non-sequential keys. + $value = array_values( $value ); + + return $value; + } + + return sanitize_text_field( $value ); + + } + + /** + * Return the state of the addons ( installed, activated ) + */ + public function get_addons() { + + check_ajax_referer( 'mi-admin-nonce', 'nonce' ); + + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + return; + } + + if ( isset( $_POST['network'] ) && intval( $_POST['network'] ) > 0 ) { + define( 'WP_NETWORK_ADMIN', true ); + } + + $addons_data = monsterinsights_get_addons(); + $parsed_addons = array(); + $installed_plugins = get_plugins(); + + if ( ! is_array( $addons_data ) ) { + $addons_data = array(); + } + + foreach ( $addons_data as $addons_type => $addons ) { + foreach ( $addons as $addon ) { + $slug = 'monsterinsights-' . $addon->slug; + if ( 'monsterinsights-ecommerce' === $slug ) { + $addon = $this->get_addon( $installed_plugins, $addons_type, $addon, $slug ); + if ( empty( $addon->installed ) ) { + $slug = 'ga-ecommerce'; + $addon = $this->get_addon( $installed_plugins, $addons_type, $addon, $slug ); + } + } else { + $addon = $this->get_addon( $installed_plugins, $addons_type, $addon, $slug ); + } + $parsed_addons[ $addon->slug ] = $addon; + } + } + + // Include data about the plugins needed by some addons ( WooCommerce, EDD, Google AMP, CookieBot, etc ). + // WooCommerce. + $parsed_addons['woocommerce'] = array( + 'active' => class_exists( 'WooCommerce' ), + ); + // Edd. + $parsed_addons['easy_digital_downloads'] = array( + 'active' => class_exists( 'Easy_Digital_Downloads' ), + ); + // MemberPress. + $parsed_addons['memberpress'] = array( + 'active' => defined( 'MEPR_VERSION' ) && version_compare( MEPR_VERSION, '1.3.43', '>' ), + ); + // LifterLMS. + $parsed_addons['lifterlms'] = array( + 'active' => function_exists( 'LLMS' ) && version_compare( LLMS()->version, '3.32.0', '>=' ), + ); + // Cookiebot. + $parsed_addons['cookiebot'] = array( + 'active' => function_exists( 'cookiebot_active' ) && cookiebot_active(), + ); + // Cookie Notice. + $parsed_addons['cookie_notice'] = array( + 'active' => class_exists( 'Cookie_Notice' ), + ); + // Fb Instant Articles. + $parsed_addons['instant_articles'] = array( + 'active' => defined( 'IA_PLUGIN_VERSION' ) && version_compare( IA_PLUGIN_VERSION, '3.3.4', '>' ), + ); + // Google AMP. + $parsed_addons['google_amp'] = array( + 'active' => defined( 'AMP__FILE__' ), + ); + // WPForms. + $parsed_addons['wpforms'] = array( + 'active' => function_exists( 'wpforms' ), + 'icon' => plugin_dir_url( MONSTERINSIGHTS_PLUGIN_FILE ) . 'assets/images/plugin-wpforms.png', + 'title' => 'WPForms', + 'excerpt' => __( 'The most beginner friendly drag & drop WordPress forms plugin allowing you to create beautiful contact forms, subscription forms, payment forms, and more in minutes, not hours!', 'google-analytics-for-wordpress' ), + 'installed' => array_key_exists( 'wpforms-lite/wpforms.php', $installed_plugins ), + 'slug' => 'wpforms-lite', + ); + // OptinMonster. + $parsed_addons['optinmonster'] = array( + 'active' => class_exists( 'OMAPI' ), + 'icon' => plugin_dir_url( MONSTERINSIGHTS_PLUGIN_FILE ) . 'assets/images/plugin-om.png', + 'title' => 'OptinMonster', + 'excerpt' => __( 'Our high-converting optin forms like Exit-Intent® popups, Fullscreen Welcome Mats, and Scroll boxes help you dramatically boost conversions and get more email subscribers.', 'google-analytics-for-wordpress' ), + 'installed' => array_key_exists( 'optinmonster/optin-monster-wp-api.php', $installed_plugins ), + 'basename' => 'optinmonster/optin-monster-wp-api.php', + 'slug' => 'optinmonster', + ); + // OptinMonster. + $parsed_addons['wp-mail-smtp'] = array( + 'active' => function_exists( 'wp_mail_smtp' ), + 'icon' => plugin_dir_url( MONSTERINSIGHTS_PLUGIN_FILE ) . 'assets/images/plugin-smtp.png', + 'title' => 'WP Mail SMTP', + 'excerpt' => __( 'SMTP (Simple Mail Transfer Protocol) is an industry standard for sending emails. SMTP helps increase email deliverability by using proper authentication', 'google-analytics-for-wordpress' ), + 'installed' => array_key_exists( 'wp-mail-smtp/wp_mail_smtp.php', $installed_plugins ), + 'basename' => 'wp-mail-smtp/wp_mail_smtp.php', + 'slug' => 'wp-mail-smtp', + ); + // SeedProd. + $parsed_addons['coming-soon'] = array( + 'active' => function_exists( 'seed_csp4_activation' ), + 'icon' => plugin_dir_url( MONSTERINSIGHTS_PLUGIN_FILE ) . 'assets/images/seedprod.png', + 'title' => 'SeedProd', + 'excerpt' => __( 'Better Coming Soon & Maintenance Mode Pages', 'google-analytics-for-wordpress' ), + 'installed' => array_key_exists( 'coming-soon/coming-soon.php', $installed_plugins ), + 'basename' => 'coming-soon/coming-soon.php', + 'slug' => 'coming-soon', + ); + $parsed_addons['rafflepress'] = array( + 'active' => function_exists( 'rafflepress_lite_activation' ), + 'icon' => plugin_dir_url( MONSTERINSIGHTS_PLUGIN_FILE ) . 'assets/images/rafflepress.png', + 'title' => 'RafflePress', + 'excerpt' => __( 'Get More Traffic with Viral Giveaways', 'google-analytics-for-wordpress' ), + 'installed' => array_key_exists( 'rafflepress/rafflepress.php', $installed_plugins ), + 'basename' => 'rafflepress/rafflepress.php', + 'slug' => 'rafflepress', + ); + $parsed_addons['trustpulse-api'] = array( + 'active' => class_exists( 'TPAPI' ), + 'icon' => plugin_dir_url( MONSTERINSIGHTS_PLUGIN_FILE ) . 'assets/images/trustpulse.png', + 'title' => 'TrustPulse', + 'excerpt' => __( 'Social Proof Notifications that Boost Sales', 'google-analytics-for-wordpress' ), + 'installed' => array_key_exists( 'trustpulse-api/trustpulse.php', $installed_plugins ), + 'basename' => 'trustpulse-api/trustpulse.php', + 'slug' => 'trustpulse-api', + ); + // Gravity Forms. + $parsed_addons['gravity_forms'] = array( + 'active' => class_exists( 'GFCommon' ), + ); + // Formidable Forms. + $parsed_addons['formidable_forms'] = array( + 'active' => class_exists( 'FrmHooksController' ), + ); + // Manual UA Addon. + if ( ! isset( $parsed_addons['manual_ua'] ) ) { + $parsed_addons['manual_ua'] = array( + 'active' => class_exists( 'MonsterInsights_Manual_UA' ), + ); + } + + wp_send_json( $parsed_addons ); + } + + public function get_addon( $installed_plugins, $addons_type, $addon, $slug ) { + $active = false; + $installed = false; + $plugin_basename = monsterinsights_get_plugin_basename_from_slug( $slug ); + + if ( isset( $installed_plugins[ $plugin_basename ] ) ) { + $installed = true; + + if ( is_multisite() && is_network_admin() ) { + $active = is_plugin_active_for_network( $plugin_basename ); + } else { + $active = is_plugin_active( $plugin_basename ); + } + } + if ( empty( $addon->url ) ) { + $addon->url = ''; + } + + $addon->type = $addons_type; + $addon->installed = $installed; + $addon->active = $active; + $addon->basename = $plugin_basename; + + return $addon; + } + + /** + * Use custom notices in the Vue app on the Settings screen. + */ + public function hide_old_notices() { + + global $wp_version; + if ( version_compare( $wp_version, '4.6', '<' ) ) { + // remove_all_actions triggers an infinite loop on older versions. + return; + } + + $screen = get_current_screen(); + // Bail if we're not on a MonsterInsights screen. + if ( empty( $screen->id ) || strpos( $screen->id, 'monsterinsights' ) === false ) { + return; + } + + // Hide admin notices on the settings screen. + if ( monsterinsights_is_settings_page() ) { + remove_all_actions( 'admin_notices' ); + } + + } + + /** + * Update manual ua. + */ + public function update_manual_ua() { + + check_ajax_referer( 'mi-admin-nonce', 'nonce' ); + + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + return; + } + + $manual_ua_code = isset( $_POST['manual_ua_code'] ) ? sanitize_text_field( wp_unslash( $_POST['manual_ua_code'] ) ) : ''; + $manual_ua_code = monsterinsights_is_valid_ua( $manual_ua_code ); // Also sanitizes the string. + if ( ! empty( $_REQUEST['isnetwork'] ) && sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) ) { + define( 'WP_NETWORK_ADMIN', true ); + } + $manual_ua_code_old = is_network_admin() ? MonsterInsights()->auth->get_network_manual_ua() : MonsterInsights()->auth->get_manual_ua(); + + if ( $manual_ua_code && $manual_ua_code_old && $manual_ua_code_old === $manual_ua_code ) { + // Same code we had before + // Do nothing. + wp_send_json_success(); + } else if ( $manual_ua_code && $manual_ua_code_old && $manual_ua_code_old !== $manual_ua_code ) { + // Different UA code. + if ( is_network_admin() ) { + MonsterInsights()->auth->set_network_manual_ua( $manual_ua_code ); + } else { + MonsterInsights()->auth->set_manual_ua( $manual_ua_code ); + } + } else if ( $manual_ua_code && empty( $manual_ua_code_old ) ) { + // Move to manual. + if ( is_network_admin() ) { + MonsterInsights()->auth->set_network_manual_ua( $manual_ua_code ); + } else { + MonsterInsights()->auth->set_manual_ua( $manual_ua_code ); + } + } else if ( empty( $manual_ua_code ) && $manual_ua_code_old ) { + // Deleted manual. + if ( is_network_admin() ) { + MonsterInsights()->auth->delete_network_manual_ua(); + } else { + MonsterInsights()->auth->delete_manual_ua(); + } + } else if ( isset( $_POST['manual_ua_code'] ) && empty( $manual_ua_code ) ) { + wp_send_json_error( array( + 'error' => __( 'Invalid UA code', 'google-analytics-for-wordpress' ), + ) ); + } + + wp_send_json_success(); + } + + /** + * + */ + public function handle_settings_import() { + + check_ajax_referer( 'mi-admin-nonce', 'nonce' ); + + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + return; + } + + if ( ! isset( $_FILES['import_file'] ) ) { + return; + } + + $extension = explode( '.', sanitize_text_field( wp_unslash( $_FILES['import_file']['name'] ) ) ); + $extension = end( $extension ); + + if ( 'json' !== $extension ) { + wp_send_json_error( array( + 'message' => esc_html__( 'Please upload a valid .json file', 'google-analytics-for-wordpress' ), + ) ); + } + + $import_file = sanitize_text_field( wp_unslash( $_FILES['import_file']['tmp_name'] ) ); + + $file = file_get_contents( $import_file ); + if ( empty( $file ) ) { + wp_send_json_error( array( + 'message' => esc_html__( 'Please upload a file to import', 'google-analytics-for-wordpress' ), + ) ); + } + + // Retrieve the settings from the file and convert the json object to an array. + $new_settings = json_decode( wp_json_encode( json_decode( $file ) ), true ); + $settings = monsterinsights_get_options(); + $exclude = array( + 'analytics_profile', + 'analytics_profile_code', + 'analytics_profile_name', + 'oauth_version', + 'cron_last_run', + 'monsterinsights_oauth_status', + ); + + foreach ( $exclude as $e ) { + if ( ! empty( $new_settings[ $e ] ) ) { + unset( $new_settings[ $e ] ); + } + } + + if ( ! is_super_admin() ) { + if ( ! empty( $new_settings['custom_code'] ) ) { + unset( $new_settings['custom_code'] ); + } + } + + foreach ( $exclude as $e ) { + if ( ! empty( $settings[ $e ] ) ) { + $new_settings = $settings[ $e ]; + } + } + + global $monsterinsights_settings; + $monsterinsights_settings = $new_settings; + + update_option( monsterinsights_get_option_name(), $new_settings ); + + wp_send_json_success( $new_settings ); + + } + + /** + * Generic Ajax handler for grabbing report data in JSON. + */ + public function get_report_data() { + + check_ajax_referer( 'mi-admin-nonce', 'nonce' ); + + if ( ! current_user_can( 'monsterinsights_view_dashboard' ) ) { + wp_send_json_error( array( 'message' => __( "You don't have permission to view MonsterInsights reports.", 'google-analytics-for-wordpress' ) ) ); + } + + if ( ! empty( $_REQUEST['isnetwork'] ) && $_REQUEST['isnetwork'] ) { + define( 'WP_NETWORK_ADMIN', true ); + } + $settings_page = admin_url( 'admin.php?page=monsterinsights_settings' ); + + // Only for Pro users, require a license key to be entered first so we can link to things. + if ( monsterinsights_is_pro_version() ) { + if ( ! MonsterInsights()->license->is_site_licensed() && ! MonsterInsights()->license->is_network_licensed() ) { + wp_send_json_error( array( + 'message' => __( "You can't view MonsterInsights reports because you are not licensed.", 'google-analytics-for-wordpress' ), + 'footer' => '' . __( 'Add your license', 'google-analytics-for-wordpress' ) . '', + ) ); + } else if ( MonsterInsights()->license->is_site_licensed() && ! MonsterInsights()->license->site_license_has_error() ) { + // Good to go: site licensed. + } else if ( MonsterInsights()->license->is_network_licensed() && ! MonsterInsights()->license->network_license_has_error() ) { + // Good to go: network licensed. + } else { + wp_send_json_error( array( 'message' => __( "You can't view MonsterInsights reports due to license key errors.", 'google-analytics-for-wordpress' ) ) ); + } + } + + // We do not have a current auth. + $site_auth = MonsterInsights()->auth->get_viewname(); + $ms_auth = is_multisite() && MonsterInsights()->auth->get_network_viewname(); + if ( ! $site_auth && ! $ms_auth ) { + wp_send_json_error( array( 'message' => __( 'You must authenticate with MonsterInsights before you can view reports.', 'google-analytics-for-wordpress' ) ) ); + } + + $report_name = isset( $_POST['report'] ) ? sanitize_text_field( wp_unslash( $_POST['report'] ) ) : ''; + + if ( empty( $report_name ) ) { + wp_send_json_error( array( 'message' => __( 'Unknown report. Try refreshing and retrying. Contact support if this issue persists.', 'google-analytics-for-wordpress' ) ) ); + } + + $report = MonsterInsights()->reporting->get_report( $report_name ); + + $isnetwork = ! empty( $_REQUEST['isnetwork'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) : ''; + $start = ! empty( $_POST['start'] ) ? sanitize_text_field( wp_unslash( $_POST['start'] ) ) : date( 'Y-m-d', strtotime( '-30 days' ) ); + $end = ! empty( $_POST['end'] ) ? sanitize_text_field( wp_unslash( $_POST['end'] ) ) : date( 'Y-m-d', strtotime( '-1 day' ) ); + + $args = array( + 'start' => $start, + 'end' => $end, + ); + + if ( $isnetwork ) { + $args['network'] = true; + } + + if ( monsterinsights_is_pro_version() && ! MonsterInsights()->license->license_can( $report->level ) ) { + $data = array( + 'success' => false, + 'error' => 'license_level', + ); + } else { + $data = apply_filters( 'monsterinsights_vue_reports_data', $report->get_data( $args ), $report_name, $report ); + } + + if ( ! empty( $data['success'] ) && ! empty( $data['data'] ) ) { + wp_send_json_success( $data['data'] ); + } else if ( isset( $data['success'] ) && false === $data['success'] && ! empty( $data['error'] ) ) { + // Use a custom handler for invalid_grant errors. + if ( strpos( $data['error'], 'invalid_grant' ) > 0 ) { + wp_send_json_error( + array( + 'message' => 'invalid_grant', + 'footer' => '', + ) + ); + } + + wp_send_json_error( + array( + 'message' => $data['error'], + 'footer' => isset( $data['data']['footer'] ) ? $data['data']['footer'] : '', + ) + ); + } + + wp_send_json_error( array( 'message' => __( 'We encountered an error when fetching the report data.', 'google-analytics-for-wordpress' ) ) ); + + } + + /** + * Install plugins which are not addons. + */ + public function install_plugin() { + check_ajax_referer( 'mi-admin-nonce', 'nonce' ); + + if ( ! current_user_can( 'install_plugins' ) ) { + wp_send_json( array( + 'message' => esc_html__( 'You are not allowed to install plugins', 'ga-premium' ), + ) ); + } + + $slug = isset( $_POST['slug'] ) ? sanitize_text_field( wp_unslash( $_POST['slug'] ) ) : false; + + if ( ! $slug ) { + wp_send_json( array( + 'message' => esc_html__( 'Missing plugin name.', 'ga-premium' ), + ) ); + } + + include_once ABSPATH . 'wp-admin/includes/plugin-install.php'; + + $api = plugins_api( 'plugin_information', array( + 'slug' => $slug, + 'fields' => array( + 'short_description' => false, + 'sections' => false, + 'requires' => false, + 'rating' => false, + 'ratings' => false, + 'downloaded' => false, + 'last_updated' => false, + 'added' => false, + 'tags' => false, + 'compatibility' => false, + 'homepage' => false, + 'donate_link' => false, + ), + ) ); + + if ( is_wp_error( $api ) ) { + return $api->get_error_message(); + } + + $download_url = $api->download_link; + + $method = ''; + $url = add_query_arg( + array( + 'page' => 'monsterinsights-settings', + ), + admin_url( 'admin.php' ) + ); + $url = esc_url( $url ); + + ob_start(); + if ( false === ( $creds = request_filesystem_credentials( $url, $method, false, false, null ) ) ) { + $form = ob_get_clean(); + + wp_send_json( array( 'form' => $form ) ); + } + + // If we are not authenticated, make it happen now. + if ( ! WP_Filesystem( $creds ) ) { + ob_start(); + request_filesystem_credentials( $url, $method, true, false, null ); + $form = ob_get_clean(); + + wp_send_json( array( 'form' => $form ) ); + + } + + // We do not need any extra credentials if we have gotten this far, so let's install the plugin. + require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; + $base = MonsterInsights(); + require_once plugin_dir_path( $base->file ) . '/includes/admin/licensing/skin.php'; + + // Create the plugin upgrader with our custom skin. + $installer = new Plugin_Upgrader( new MonsterInsights_Skin() ); + $installer->install( $download_url ); + + // Flush the cache and return the newly installed plugin basename. + wp_cache_flush(); + wp_send_json_success(); + + wp_die(); + } + + /** + * Store that the first run notice has been dismissed so it doesn't show up again. + */ + public function dismiss_first_time_notice() { + + monsterinsights_update_option( 'monsterinsights_first_run_notice', true ); + + wp_send_json_success(); + } +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/tracking.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/tracking.php new file mode 100644 index 00000000..b0f98ded --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/admin/tracking.php @@ -0,0 +1,247 @@ +auth->is_authed(); + $network = MonsterInsights()->auth->is_network_authed(); + + if ( $local && $network ) { + $usesauth = 'Both'; + } else if ( $local ) { + $usesauth = 'Local'; + } else if ( $network ) { + $usesauth = 'Network'; + } + + $data['php_version'] = phpversion(); + $data['mi_version'] = MONSTERINSIGHTS_VERSION; + $data['wp_version'] = get_bloginfo( 'version' ); + $data['server'] = isset( $_SERVER['SERVER_SOFTWARE'] ) ? $_SERVER['SERVER_SOFTWARE'] : ''; + $data['over_time'] = get_option( 'monsterinsights_over_time', array() ); + $data['multisite'] = is_multisite(); + $data['url'] = home_url(); + $data['themename'] = $theme_data->Name; + $data['themeversion'] = $theme_data->Version; + $data['email'] = get_bloginfo( 'admin_email' ); + $data['key'] = monsterinsights_get_license_key(); + $data['sas'] = monsterinsights_get_shareasale_id(); + $data['settings'] = monsterinsights_get_options(); + $data['tracking_mode'] = $tracking_mode; + $data['events_mode'] = $events_mode; + $data['autoupdate'] = $update_mode; + $data['pro'] = (int) monsterinsights_is_pro_version(); + $data['sites'] = $count_b; + $data['usagetracking'] = get_option( 'monsterinsights_usage_tracking_config', false ); + $data['usercount'] = function_exists( 'get_user_count' ) ? get_user_count() : 'Not Set'; + $data['usesauth'] = $usesauth; + $data['timezoneoffset']= date('P'); + $data['installed_lite']= get_option( 'monsterinsights_installed_lite', array() ); + $data['installed_pro'] = get_option( 'monsterinsights_installed_pro', array() ); + + + + // Retrieve current plugin information + if( ! function_exists( 'get_plugins' ) ) { + include ABSPATH . '/wp-admin/includes/plugin.php'; + } + + $plugins = array_keys( get_plugins() ); + $active_plugins = get_option( 'active_plugins', array() ); + + foreach ( $plugins as $key => $plugin ) { + if ( in_array( $plugin, $active_plugins ) ) { + // Remove active plugins from list so we can show active and inactive separately + unset( $plugins[ $key ] ); + } + } + + $data['active_plugins'] = $active_plugins; + $data['inactive_plugins'] = $plugins; + $data['locale'] = get_locale(); + + return $data; + } + + public function send_checkin( $override = false, $ignore_last_checkin = false ) { + + $home_url = trailingslashit( home_url() ); + if ( strpos( $home_url, 'monsterinsights.com' ) !== false ) { + return false; + } + + if( ! $this->tracking_allowed() && ! $override ) { + return false; + } + + // Send a maximum of once per week + $last_send = get_option( 'monsterinsights_usage_tracking_last_checkin' ); + if ( is_numeric( $last_send ) && $last_send > strtotime( '-1 week' ) && ! $ignore_last_checkin ) { + return false; + } + + $request = wp_remote_post( 'https://miusage.com/v1/checkin/', array( + 'method' => 'POST', + 'timeout' => 5, + 'redirection' => 5, + 'httpversion' => '1.1', + 'blocking' => false, + 'body' => $this->get_data(), + 'user-agent' => 'MI/' . MONSTERINSIGHTS_VERSION . '; ' . get_bloginfo( 'url' ) + ) ); + + // If we have completed successfully, recheck in 1 week + update_option( 'monsterinsights_usage_tracking_last_checkin', time() ); + return true; + } + + private function tracking_allowed() { + return (bool) monsterinsights_get_option( 'anonymous_data', false ) || monsterinsights_is_pro_version(); + } + + public function schedule_send() { + if ( ! wp_next_scheduled( 'monsterinsights_usage_tracking_cron' ) ) { + $tracking = array(); + $tracking['day'] = rand( 0, 6 ); + $tracking['hour'] = rand( 0, 23 ); + $tracking['minute'] = rand( 0, 59 ); + $tracking['second'] = rand( 0, 59 ); + $tracking['offset'] = ( $tracking['day'] * DAY_IN_SECONDS ) + + ( $tracking['hour'] * HOUR_IN_SECONDS ) + + ( $tracking['minute'] * MINUTE_IN_SECONDS ) + + $tracking['second']; + $tracking['initsend'] = strtotime("next sunday") + $tracking['offset']; + + wp_schedule_event( $tracking['initsend'], 'weekly', 'monsterinsights_usage_tracking_cron' ); + update_option( 'monsterinsights_usage_tracking_config', $tracking ); + } + } + + public function check_for_settings_optin() { + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + return; + } + + if ( monsterinsights_is_pro_version() ) { + return; + } + + // Send an intial check in on settings save + $anonymous_data = isset( $_POST['anonymous_data'] ) ? 1 : 0; + if ( $anonymous_data ) { + $this->send_checkin( true, true ); + } + + } + + public function check_for_optin() { + if ( ! ( ! empty( $_REQUEST['mi_action'] ) && 'opt_into_tracking' === $_REQUEST['mi_action'] ) ) { + return; + } + + if ( monsterinsights_get_option( 'anonymous_data', false ) ) { + return; + } + + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + return; + } + + if ( monsterinsights_is_pro_version() ) { + return; + } + + monsterinsights_update_option( 'anonymous_data', 1 ); + $this->send_checkin( true, true ); + update_option( 'monsterinsights_tracking_notice', 1 ); + } + + public function check_for_optout() { + if ( ! ( ! empty( $_REQUEST['mi_action'] ) && 'opt_out_of_tracking' === $_REQUEST['mi_action'] ) ) { + return; + } + + if ( monsterinsights_get_option( 'anonymous_data', false ) ) { + return; + } + + if ( ! current_user_can( 'monsterinsights_save_settings' ) ) { + return; + } + + if ( monsterinsights_is_pro_version() ) { + return; + } + + monsterinsights_update_option( 'anonymous_data', 0 ); + update_option( 'monsterinsights_tracking_notice', 1 ); + } + + public function add_schedules( $schedules = array() ) { + // Adds once weekly to the existing schedules. + $schedules['weekly'] = array( + 'interval' => 604800, + 'display' => __( 'Once Weekly', 'google-analytics-for-wordpress' ) + ); + return $schedules; + } +} +new MonsterInsights_Tracking(); \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/api-request.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/api-request.php new file mode 100644 index 00000000..3793281f --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/api-request.php @@ -0,0 +1,439 @@ +base = trailingslashit( monsterinsights_get_api_url() ); + $this->route = $route; + $this->protocol = 'https://'; + $this->url = trailingslashit( $this->protocol . $this->base . $this->route ); + $this->method = $method; + $this->network = is_network_admin() || ! empty( $args['network'] ); + + $default_token = $this->network ? MonsterInsights()->auth->get_network_token() : MonsterInsights()->auth->get_token(); + $default_key = $this->network ? MonsterInsights()->auth->get_network_key() : MonsterInsights()->auth->get_key(); + + $this->token = ! empty( $args['token'] ) ? $args['token'] : $default_token; + $this->key = ! empty( $args['key'] ) ? $args['key'] : $default_key; + $this->tt = ! empty( $args['tt'] ) ? $args['tt'] : ''; + $this->return = ! empty( $args['return'] ) ? $args['return'] : ''; + $this->start = ! empty( $args['start'] ) ? $args['start'] : ''; + $this->end = ! empty( $args['end'] ) ? $args['end'] : ''; + + // We need to do this hack so that the network panel + the site_url of the main site are distinct + $this->site_url = is_network_admin() ? network_admin_url() : site_url(); + + if ( monsterinsights_is_pro_version() ) { + $this->license = $this->network ? MonsterInsights()->license->get_network_license_key() : MonsterInsights()->license->get_site_license_key(); + } + $this->plugin = MonsterInsights()->plugin_slug; + $this->miversion = MONSTERINSIGHTS_VERSION; + $this->sitei = ! empty( $args['sitei'] ) ? $args['sitei'] : ''; + $this->testurl = ! empty( $args['testurl'] ) ? $args['testurl'] : ''; + } + + /** + * Processes the API request. + * + * @since 7.0.0 + * + * @return mixed $value The response to the API call. + */ + public function request() { + // Make sure we're not blocked + $blocked = $this->is_blocked( $this->url ); + if ( $blocked || is_wp_error( $blocked ) ) { + if ( is_wp_error( $blocked ) ) { + return new WP_Error( 'api-error', sprintf( __( 'The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue. %s', 'google-analytics-for-wordpress' ), $blocked->get_error_message() ) ); + } else { + return new WP_Error( 'api-error', __( 'The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue.', 'google-analytics-for-wordpress' ) ); + } + } + + // Build the body of the request. + $body = array(); + + if ( ! empty( $this->token ) ) { + $body['token'] = $this->token; + } + + if ( ! empty( $this->key ) ) { + $body['key'] = $this->key; + } + + if ( ! empty( $this->tt ) ) { + $body['tt'] = $this->tt; + } + + if ( ! empty( $this->return ) ) { + $body['return'] = $this->return; + } + + if ( monsterinsights_is_pro_version() && ! empty( $this->license ) ) { + $body['license'] = $this->license; + } + + if ( ! empty( $this->start ) ) { + $body['start'] = $this->start; + } + + if ( ! empty( $this->end ) ) { + $body['end'] = $this->end; + } + + if ( ! empty( $this->sitei ) ) { + $body['sitei'] = $this->sitei; + } + + $body['siteurl'] = $this->site_url; + $body['miversion'] = $this->miversion; + + // If a plugin API request, add the data. + if ( 'info' == $this->route || 'update' == $this->route ) { + $body['miapi-plugin'] = $this->plugin; + } + + // Add in additional data if needed. + if ( ! empty( $this->additional_data ) ) { + $body['miapi-data'] = maybe_serialize( $this->additional_data ); + } + + if ( 'GET' == $this->method ) { + $body['time'] = time(); // just to avoid caching + } + + $body['timezone'] = date('e'); + + $body['network'] = $this->network ? 'network' : 'site'; + + $body['ip'] = ! empty( $_SERVER['SERVER_ADDR'] ) ? $_SERVER['SERVER_ADDR'] : ''; + + // This filter will be removed in the future. + $body = apply_filters( 'monsterinsights_api_request_body', $body ); + + $string = http_build_query( $body, '', '&' ); + + // Build the headers of the request. + $headers = array( + 'Content-Type' => 'application/x-www-form-urlencoded', + 'Cache-Control' => 'no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0', + 'Pragma' => 'no-cache', + 'Expires' => 0, + 'MIAPI-Referer' => is_network_admin() ? network_admin_url() : site_url(), + 'MIAPI-Sender' => 'WordPress', + ); + + //if ( $this->apikey ) { + // $headers['X-MonsterInsights-ApiKey'] = $this->apikey; + //} + + // Setup data to be sent to the API. + $data = array( + 'headers' => $headers, + 'body' => $body, + 'timeout' => 3000, + 'user-agent' => 'MI/' . MONSTERINSIGHTS_VERSION . '; ' . $this->site_url, + 'sslverify' => false + ); + + // Perform the query and retrieve the response. + $response = 'GET' == $this->method ? wp_remote_get( esc_url_raw( $this->url ) . '?' . $string, $data ) : wp_remote_post( esc_url_raw( $this->url ), $data ); + + //return new WP_Error( 'debug', '
' . var_export( $response, true ) . '
' ); + + if ( is_wp_error( $response ) ) { + return $response; + } + + $response_code = wp_remote_retrieve_response_code( $response ); + $response_body = json_decode( wp_remote_retrieve_body( $response ), true ); + //return new WP_Error( 'debug', '
' . var_export( $response_body, true ) . '
' ); + //var_dump( $response_body ); + // Bail out early if there are any errors. + if ( is_wp_error( $response_body ) ) { + return $response_body; + } + + // If not a 200 status header, send back error. + if ( 200 != $response_code ) { + $type = ! empty( $response_body['type'] ) ? $response_body['type'] : 'api-error'; + + if ( empty( $response_code ) ) { + return new WP_Error( $type, __( 'The API was unreachable.', 'google-analytics-for-wordpress' ) ); + } + + if ( empty( $response_body ) || ( empty( $response_body['message'] ) && empty( $response_body['error'] ) ) ) { + return new WP_Error( $type, sprintf( __( 'The API returned a %s response', 'google-analytics-for-wordpress' ), $response_code ) ); + } + + if ( ! empty( $response_body['message'] ) ) { + return new WP_Error( $type, sprintf( __( 'The API returned a %d response with this message: %s', 'google-analytics-for-wordpress' ), $response_code, stripslashes( $response_body['message'] ) ) ); + } + + if ( ! empty( $response_body['error'] ) ) { + return new WP_Error( $type, sprintf( __( 'The API returned a %d response with this message: %s', 'google-analytics-for-wordpress' ), $response_code, stripslashes( $response_body['error'] ) ) ); + } + } + + // If TT required + if ( ! empty( $this->tt ) ) { + if ( empty( $response_body['tt'] ) || ! hash_equals( $this->tt, $response_body['tt'] ) ) { + // TT isn't set on return or doesn't match + return new WP_Error( 'validation-error', sprintf( __( 'Improper API request.', 'google-analytics-for-wordpress' ) ) ); + } + } + + // Return the json decoded content. + return $response_body; + } + + /** + * Sets a class property. + * + * @since 7.0.0 + * + * @param string $key The property to set. + * @param string $val The value to set for the property. + * @return mixed $value The response to the API call. + */ + public function set( $key, $val ) { + $this->{$key} = $val; + } + + /** + * Allow additional data to be passed in the request + * + * @since 7.0.0 + * + * @param array $data + * return void + */ + public function set_additional_data( array $data ) { + $this->additional_data = array_merge( $this->additional_data, $data ); + } + + /** + * Checks for SSL for making API requests. + * + * @since 7.0.0 + * + * return bool True if SSL is enabled, false otherwise. + */ + public function is_ssl() { + // Use the base is_ssl check first. + if ( is_ssl() ) { + return true; + } else if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && 'https' == $_SERVER['HTTP_X_FORWARDED_PROTO'] ) { + // Also catch proxies and load balancers. + return true; + } else if ( defined( 'FORCE_SSL_ADMIN' ) && FORCE_SSL_ADMIN ) { + return true; + } + + // Otherwise, return false. + return false; + } + + private function is_blocked( $url = '' ) { + global $Airplane_Mode_Core; + if ( defined( 'AIRMDE_VER' ) && ! empty( $Airplane_Mode_Core ) && $Airplane_Mode_Core->enabled() ) { + return new WP_Error( 'api-error', __( 'Reason: The API was unreachable because the Airplane Mode plugin is active.', 'google-analytics-for-wordpress' ) ); + } + + // The below page is a testing empty content HTML page used for firewall/router login detection + // and for image linking purposes in Google Images. We use it to test outbound connections since it is run on google.com + // and is only a few bytes large. Plus on Google's main CDN so it loads in most places in 0.07 seconds or less. Perfect for our + // use case of quickly testing outbound connections. + $testurl = ! empty( $this->testurl ) ? $this->testurl :'http://www.google.com/blank.html'; + if ( defined( 'WP_HTTP_BLOCK_EXTERNAL' ) && WP_HTTP_BLOCK_EXTERNAL ) { + if ( defined( 'WP_ACCESSIBLE_HOSTS' ) ) { + $wp_http = new WP_Http(); + $on_blacklist = $wp_http->block_request( $url ); + if ( $on_blacklist ) { + return new WP_Error( 'api-error', __( 'Reason: The API was unreachable because the API url is on the WP HTTP blocklist.', 'google-analytics-for-wordpress' ) ); + } else { + $params = array( + 'sslverify' => false, + 'timeout' => 2, + 'user-agent' => 'MonsterInsights/' . MONSTERINSIGHTS_VERSION, + 'body' => '' + ); + $response = wp_remote_get( $testurl, $params ); + if( ! is_wp_error( $response ) && $response['response']['code'] >= 200 && $response['response']['code'] < 300 ) { + return false; + } else { + if ( is_wp_error( $response ) ) { + return $response; + } else { + return new WP_Error( 'api-error', __( 'Reason: The API was unreachable because the call to Google failed.', 'google-analytics-for-wordpress' ) ); + } + } + } + } else { + return new WP_Error( 'api-error', __( 'Reason: The API was unreachable because no external hosts are allowed on this site.', 'google-analytics-for-wordpress' ) ); + } + } else { + $params = array( + 'sslverify' => false, + 'timeout' => 2, + 'user-agent' => 'MonsterInsights/' . MONSTERINSIGHTS_VERSION, + 'body' => '' + ); + $response = wp_remote_get( $testurl, $params ); + + if( ! is_wp_error( $response ) && $response['response']['code'] >= 200 && $response['response']['code'] < 300 ) { + return false; + } else { + if ( is_wp_error( $response ) ) { + return $response; + } else { + return new WP_Error( 'api-error', __( 'Reason: The API was unreachable because the call to Google failed.', 'google-analytics-for-wordpress' ) ); + } + } + } + } +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/auth.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/auth.php new file mode 100644 index 00000000..0503b21e --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/auth.php @@ -0,0 +1,250 @@ +profile = $this->get_analytics_profile(); + $this->network = $this->get_network_analytics_profile(); + } + + public function is_manual() { + return ! empty( $this->profile['manual'] ); + } + public function is_network_manual() { + return ! empty( $this->network['manual'] ); + } + + public function is_authed() { + return ! empty( $this->profile['key'] ); + } + + public function is_network_authed() { + return ! empty( $this->network['key'] ); + } + + public function get_analytics_profile( $force = false ) { + if ( ! empty( $this->profile ) && ! $force ) { + return $this->profile; + } else { + $profile = get_option( 'monsterinsights_site_profile', array() ); + $this->profile = $profile; + return $profile; + } + } + + public function get_network_analytics_profile( $force = false ) { + if ( ! empty( $this->network ) && ! $force ) { + return $this->network; + } else { + $profile = get_site_option( 'monsterinsights_network_profile', array() ); + $this->network = $profile; + return $profile; + } + } + + public function set_analytics_profile( $data = array() ){ + update_option( 'monsterinsights_site_profile', $data ); + $this->profile = $data; + + // If this is the first time, save the date when they connected. + $over_time = get_option( 'monsterinsights_over_time', array() ); + if ( empty( $over_time['connected_date'] ) ) { + $over_time['connected_date'] = time(); + update_option( 'monsterinsights_over_time', $over_time ); + } + } + + public function set_network_analytics_profile( $data = array() ){ + update_site_option( 'monsterinsights_network_profile', $data ); + $this->network = $data; + } + + public function delete_analytics_profile( $migrate = true ){ + if ( $migrate ) { + $newdata = array(); + if ( isset( $this->profile['ua'] ) ) { + $newdata['manual'] = $this->profile['ua']; + } + $this->profile = $newdata; + $this->set_analytics_profile( $newdata ); + } else { + $this->profile = array(); + delete_option( 'monsterinsights_site_profile' ); + } + } + + public function delete_network_analytics_profile( $migrate = true ){ + if ( $migrate ) { + $newdata = array(); + if ( isset( $this->network['ua'] ) ) { + $newdata['manual'] = $this->network['ua']; + } + $this->network = $newdata; + $this->set_network_analytics_profile( $newdata ); + } else { + $this->network = array(); + delete_site_option( 'monsterinsights_network_profile' ); + } + } + + public function set_manual_ua( $ua = '' ) { + if ( empty( $ua ) ) { + return; + } + + if ( $this->is_authed() ) { + MonsterInsights()->api_auth->delete_auth(); + } + + $data = array(); + if ( empty( $this->profile ) ) { + $data['manual'] = $ua; + } else { + $data = $this->profile; + $data['manual'] = $ua; + } + + do_action( 'monsterinsights_reports_delete_aggregate_data' ); + + $this->profile = $data; + $this->set_analytics_profile( $data ); + } + + public function set_network_manual_ua( $ua = '' ) { + if ( empty( $ua ) ) { + return; + } + + if ( $this->is_network_authed() ) { + MonsterInsights()->api_auth->delete_auth(); + } + + $data = array(); + if ( empty( $this->network ) ) { + $data['manual'] = $ua; + } else { + $data = $this->network; + $data['manual'] = $ua; + } + + do_action( 'monsterinsights_reports_delete_network_aggregate_data' ); + + $this->network = $data; + $this->set_network_analytics_profile( $data ); + } + + public function delete_manual_ua() { + if ( ! empty( $this->profile ) && ! empty( $this->profile['manual'] ) ) { + unset( $this->profile['manual'] ); + $this->set_analytics_profile( $this->profile ); + } + } + + public function delete_network_manual_ua() { + if ( ! empty( $this->network ) && ! empty( $this->network['manual'] ) ) { + unset( $this->network['manual'] ); + $this->set_network_analytics_profile( $this->network ); + } + } + + public function get_manual_ua() { + return ! empty( $this->profile['manual'] ) ? monsterinsights_is_valid_ua( $this->profile['manual'] ) : ''; + } + + public function get_network_manual_ua() { + return ! empty( $this->network['manual'] ) ? monsterinsights_is_valid_ua( $this->network['manual'] ) : ''; + } + + public function get_ua() { + return ! empty( $this->profile['ua'] ) ? monsterinsights_is_valid_ua( $this->profile['ua'] ) : ''; + } + + public function get_network_ua() { + return ! empty( $this->network['ua'] ) ? monsterinsights_is_valid_ua( $this->network['ua'] ) : ''; + } + + public function get_viewname(){ + return ! empty( $this->profile['viewname'] ) ? $this->profile['viewname'] : ''; + } + + public function get_network_viewname(){ + return ! empty( $this->network['viewname'] ) ? $this->network['viewname'] : ''; + } + + public function get_accountid(){ + return ! empty( $this->profile['a'] ) ? $this->profile['a'] : ''; + } + + public function get_network_accountid(){ + return ! empty( $this->network['a'] ) ? $this->network['a'] : ''; + } + + public function get_propertyid(){ + return ! empty( $this->profile['w'] ) ? $this->profile['w'] : ''; + } + + public function get_network_propertyid(){ + return ! empty( $this->network['w'] ) ? $this->network['w'] : ''; + } + + public function get_viewid(){ // also known as profileID + return ! empty( $this->profile['p'] ) ? $this->profile['p'] : ''; + } + + public function get_network_viewid(){ // also known as profileID + return ! empty( $this->network['p'] ) ? $this->network['p'] : ''; + } + + public function get_key(){ + return ! empty( $this->profile['key'] ) ? $this->profile['key'] : ''; + } + + public function get_network_key(){ + return ! empty( $this->network['key'] ) ? $this->network['key'] : ''; + } + + public function get_token(){ + return ! empty( $this->profile['token'] ) ? $this->profile['token'] : ''; + } + + public function get_network_token(){ + return ! empty( $this->network['token'] ) ? $this->network['token'] : ''; + } + + public function get_referral_url(){ + $url = ''; + + if ( $this->is_authed() ) { + $url .= 'a' . MonsterInsights()->auth->get_accountid() . 'w' . MonsterInsights()->auth->get_propertyid() . 'p' . MonsterInsights()->auth->get_viewid() . '/'; + } else if ( $this->is_network_authed() ) { + $url .= 'a' . MonsterInsights()->auth->get_network_accountid() . 'w' . MonsterInsights()->auth->get_network_propertyid() . 'p' . MonsterInsights()->auth->get_network_viewid() . '/'; + } + + return $url; + } +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/capabilities.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/capabilities.php new file mode 100644 index 00000000..f9dda5e3 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/capabilities.php @@ -0,0 +1,89 @@ +', '' ) . esc_html ( $message ) ); + } +} + +/** + * Marks a function as deprecated and informs when it has been used. + * + * There is a hook monsterinsights_deprecated_function_run that will be called that can be used + * to get the backtrace up to what file and function called the deprecated + * function. Based on the one in EDD core. + * + * The current behavior is to trigger a user error if WP_DEBUG is true. + * + * This function is to be used in every function that is deprecated. + * + * @since 6.0.0 + * @access private + * + * @uses do_action() Calls 'monsterinsights_deprecated_function_run' and passes the function name, what to use instead, + * and the version the function was deprecated in. + * @uses apply_filters() Calls 'monsterinsights_deprecated_function_trigger_error' and expects boolean value of true to do + * trigger or false to not trigger error. + * + * @param string $function The function that was called + * @param string $version The version of WordPress that deprecated the function + * @param array $backtrace Optional. Contains stack backtrace of deprecated function + * @return void + */ +function _monsterinsights_deprecated_function( $function, $version, $backtrace = null ) { + + /** + * Deprecated Function Action. + * + * Allow plugin run an action on the use of a + * deprecated function. This could be used to + * feed into an error logging program or file. + * + * @since 6.0.0 + * + * @param string $function The function that was called. + * @param string $version The version of WordPress that deprecated the function. + * @param array $backtrace Optional. Contains stack backtrace of deprecated function. + */ + do_action( 'deprecated_function_run', $function, $version, $backtrace ); + + /** + * Filters whether to trigger an error for deprecated functions. + * + * @since 6.0.0 + * + * @param bool $trigger Whether to trigger the error for deprecated functions. Default true. + */ + if ( ( WP_DEBUG && apply_filters( 'deprecated_function_trigger_error', true ) ) || monsterinsights_is_debug_mode() ) { + trigger_error( sprintf( esc_html__( '%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s.', 'google-analytics-for-wordpress' ), $function, $version, '', '' ) ); + trigger_error( print_r( $backtrace, 1 ) );// Limited to previous 1028 characters, but since we only need to move back 1 in stack that should be fine. + // Alternatively we could dump this to a file. + } +} + +/** + * Marks something as deprecated. + * + * The current behavior is to trigger a user error if WP_DEBUG is true. + * + * @since 6.0.0 + * @access private + * + * @uses apply_filters() Calls 'monsterinsights_deprecated_trigger_error' and expects boolean value of true to do + * trigger or false to not trigger error. + * + * @param string $message Deprecation message shown. + * @return void + */ +function _monsterinsights_deprecated( $message ) { + + /** + * Deprecated Message Filter. + * + * Allow plugin to filter the deprecated message. + * + * @since 6.0.0 + * + * @param string $message Error message. + */ + do_action( 'monsterinsights_deprecated_run', $message ); + + $show_errors = current_user_can( 'manage_options' ); + + /** + * Deprecated Error Trigger. + * + * Allow plugin to filter the output error trigger. + * + * @since 6.0.0 + * + * @param bool $show_errors Whether to show errors. + */ + $show_errors = apply_filters( 'monsterinsights_deprecated_trigger_error', $show_errors ); + if ( ( WP_DEBUG && $show_errors ) || monsterinsights_is_debug_mode() ) { + trigger_error( esc_html( $message ) ); + } +} + + +/** + * Start Deprecated Actions & Filters. + * + * These backwards compatibility fixes may be removed at any time. + * Users/Developers are encouraged to update their code as soon as possible. + */ + diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/class-tracking-abstract.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/class-tracking-abstract.php new file mode 100644 index 00000000..21383284 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/class-tracking-abstract.php @@ -0,0 +1,79 @@ +"; + } +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events/class-analytics-events.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events/class-analytics-events.php new file mode 100644 index 00000000..7643251c --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events/class-analytics-events.php @@ -0,0 +1,116 @@ + $pair ) { + // if empty pair, unset and continue + if ( empty( $pair['path'] ) ) { + unset( $inbound_paths[$index] ); + continue; + } + + // if path does not start with a /, start it with that + $path = ! empty( $pair['path'] ) ? $pair['path'] : 'aff'; + $inbound_paths[$index]['path'] = trim( $path ); + + // js escape the link label + $label = ! empty( $pair['label'] ) ? $pair['label'] : 'aff'; + $inbound_paths[$index]['label'] = esc_js( trim( $label ) ); + } + } + + $inbound_paths = wp_json_encode( $inbound_paths ); + + // Get download extensions to track + $download_extensions = monsterinsights_get_option( 'extensions_of_files', '' ); + $download_extensions = explode( ',', str_replace( '.', '', $download_extensions ) ); + if ( ! is_array( $download_extensions ) ) { + $download_extensions = array( $download_extensions ); + } + $i = 0; + foreach( $download_extensions as $extension ){ + $download_extensions[ $i ] = esc_js( trim( $extension ) ); + $i++; + } + + $download_extensions = implode( ",", $download_extensions ); + + $hash_tracking = monsterinsights_get_option( 'hash_tracking', false ) ? 'true' : 'false'; + + $suffix = ( defined( 'WP_DEBUG' ) && WP_DEBUG ) || ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min'; + if ( ! file_exists( MONSTERINSIGHTS_PLUGIN_DIR . 'assets/js/frontend.min.js' ) ) { + $suffix = ''; + } + wp_enqueue_script( 'monsterinsights-frontend-script', plugins_url( 'assets/js/frontend' . $suffix . '.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), false ); + wp_localize_script( + 'monsterinsights-frontend-script', + 'monsterinsights_frontend', + array( + 'js_events_tracking' => 'true', + 'download_extensions' => $download_extensions, /* Let's get the extensions to track */ + 'inbound_paths' => $inbound_paths, /* Let's get the internal paths to track */ + 'home_url' => home_url(), /* Let's get the url to compare for external/internal use */ + 'hash_tracking' => $hash_tracking, /* Should hash track */ + ) + ); + } +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events/index.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events/index.php new file mode 100644 index 00000000..720f9c50 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events/index.php @@ -0,0 +1,4 @@ +frontend_output(); + } else { + require_once plugin_dir_path( MONSTERINSIGHTS_PLUGIN_FILE ) . 'includes/frontend/tracking/class-tracking-analytics.php'; + $tracking = new MonsterInsights_Tracking_Analytics(); + echo $tracking->frontend_output(); + } + + do_action( 'monsterinsights_tracking_after_' . $mode ); + do_action( 'monsterinsights_tracking_after', $mode ); +} +add_action( 'wp_head', 'monsterinsights_tracking_script', 6 ); +//add_action( 'login_head', 'monsterinsights_tracking_script', 6 ); + +/** + * Get frontend tracking options. + * + * This function is used to return an array of parameters + * for the frontend_output() function to output. These are + * generally dimensions and turned on GA features. + * + * @since 6.0.0 + * @access public + * + * @return array Array of the options to use. + */ +function monsterinsights_events_tracking( ) { + $track_user = monsterinsights_track_user(); + + if ( $track_user ) { + require_once plugin_dir_path( MONSTERINSIGHTS_PLUGIN_FILE ) . 'includes/frontend/events/class-analytics-events.php'; + new MonsterInsights_Analytics_Events(); + } else { + // User is in the disabled group or events mode is off + } +} +add_action( 'template_redirect', 'monsterinsights_events_tracking', 9 ); + +/** + * Add the UTM source parameters in the RSS feeds to track traffic. + * + * @since 6.0.0 + * @access public + * + * @param string $guid The link for the RSS feed. + * + * @return string The new link for the RSS feed. + */ +function monsterinsights_rss_link_tagger( $guid ) { + global $post; + + if ( monsterinsights_get_option( 'tag_links_in_rss', false ) ){ + if ( is_feed() ) { + if ( monsterinsights_get_option( 'allow_anchor', false ) ) { + $delimiter = '#'; + } else { + $delimiter = '?'; + if ( strpos( $guid, $delimiter ) > 0 ) { + $delimiter = '&'; + } + } + return $guid . $delimiter . 'utm_source=rss&utm_medium=rss&utm_campaign=' . urlencode( $post->post_name ); + } + } + return $guid; +} +add_filter( 'the_permalink_rss', 'monsterinsights_rss_link_tagger', 99 ); + + +/** + * Checks used for loading the frontend scripts/admin bar button. + */ +function monsterinsights_prevent_loading_frontend_reports() { + return ! current_user_can( 'monsterinsights_view_dashboard' ) || monsterinsights_get_option( 'hide_admin_bar_reports' ) || function_exists( 'monsterinsights_is_reports_page' ) && monsterinsights_is_reports_page(); +} + +/** + * Add an admin bar menu item on the frontend. + * + * @since 7.5.0 + * + * @return void + */ +function monsterinsights_add_admin_bar_menu() { + if ( monsterinsights_prevent_loading_frontend_reports() ) { + return; + } + + global $wp_admin_bar; + + $args = array( + 'id' => 'monsterinsights_frontend_button', + 'title' => ' Insights', // Maybe allow translation? + 'href' => '#', + ); + + if ( method_exists( $wp_admin_bar, 'add_menu' ) ) { + $wp_admin_bar->add_menu( $args ); + } +} + +add_action( 'admin_bar_menu', 'monsterinsights_add_admin_bar_menu', 999 ); + +/** + * Load the scripts needed for the admin bar. + * + * @since 7.5.0 + * + * @return void + */ +function monsterinsights_frontend_admin_bar_scripts() { + if ( monsterinsights_prevent_loading_frontend_reports() ) { + return; + } + + $version_path = monsterinsights_is_pro_version() ? 'pro' : 'lite'; + $rtl = is_rtl() ? '.rtl' : ''; + $frontend_js_url = defined( 'MONSTERINSIGHTS_LOCAL_FRONTEND_JS_URL' ) && MONSTERINSIGHTS_LOCAL_FRONTEND_JS_URL ? MONSTERINSIGHTS_LOCAL_FRONTEND_JS_URL : plugins_url( $version_path . '/assets/vue/js/frontend.js', MONSTERINSIGHTS_PLUGIN_FILE ); + + if ( ! defined( 'MONSTERINSIGHTS_LOCAL_FRONTEND_JS_URL' ) ) { + wp_enqueue_style( 'monsterinsights-vue-frontend-style', plugins_url( $version_path . '/assets/vue/css/frontend' . $rtl . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + wp_enqueue_script( 'monsterinsights-vue-vendors', plugins_url( $version_path . '/assets/vue/js/chunk-frontend-vendors.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-common', plugins_url( $version_path . '/assets/vue/js/chunk-common.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true ); + } else { + wp_enqueue_script( 'monsterinsights-vue-vendors', MONSTERINSIGHTS_LOCAL_VENDORS_JS_URL, array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-common', MONSTERINSIGHTS_LOCAL_COMMON_JS_URL, array(), monsterinsights_get_asset_version(), true ); + } + + wp_register_script( 'monsterinsights-vue-frontend', $frontend_js_url, array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-frontend' ); + + $page_title = is_singular() ? get_the_title() : monsterinsights_get_page_title(); + // We do not have a current auth. + $site_auth = MonsterInsights()->auth->get_viewname(); + $ms_auth = is_multisite() && MonsterInsights()->auth->get_network_viewname(); + + // Check if any of the other admin scripts are enqueued, if so, use their object. + if ( ! wp_script_is( 'monsterinsights-vue-script' ) && ! wp_script_is( 'monsterinsights-vue-reports' ) && ! wp_script_is( 'monsterinsights-vue-widget' ) ) { + wp_localize_script( + 'monsterinsights-vue-frontend', + 'monsterinsights', + array( + 'ajax' => admin_url( 'admin-ajax.php' ), + 'nonce' => wp_create_nonce( 'mi-admin-nonce' ), + 'network' => is_network_admin(), + 'translations' => wp_get_jed_locale_data( monsterinsights_is_pro_version() ? 'ga-premium' : 'google-analytics-for-wordpress' ), + 'assets' => plugins_url( $version_path . '/assets/vue', MONSTERINSIGHTS_PLUGIN_FILE ), + 'addons_url' => is_multisite() ? network_admin_url( 'admin.php?page=monsterinsights_network#/addons' ) : admin_url( 'admin.php?page=monsterinsights_settings#/addons' ), + 'page_id' => is_singular() ? get_the_ID() : false, + 'page_title' => $page_title, + 'plugin_version' => MONSTERINSIGHTS_VERSION, + 'shareasale_id' => monsterinsights_get_shareasale_id(), + 'shareasale_url' => monsterinsights_get_shareasale_url( monsterinsights_get_shareasale_id(), '' ), + 'is_admin' => is_admin(), + 'reports_url' => add_query_arg( 'page', 'monsterinsights_reports', admin_url( 'admin.php' ) ), + 'authed' => $site_auth || $ms_auth, + 'getting_started_url' => is_multisite() ? network_admin_url( 'admin.php?page=monsterinsights_network#/about/getting-started' ) : admin_url( 'admin.php?page=monsterinsights_settings#/about/getting-started' ), + 'wizard_url' => admin_url( 'index.php?page=monsterinsights-onboarding' ), + ) + ); + } +} + +add_action( 'wp_enqueue_scripts', 'monsterinsights_frontend_admin_bar_scripts' ); +add_action( 'admin_enqueue_scripts', 'monsterinsights_frontend_admin_bar_scripts', 1005 ); + + +/** + * Load the tracking notice for logged in users. + */ +function monsterinsights_administrator_tracking_notice() { + // Don't do anything for guests. + if ( ! is_user_logged_in() ) { + return; + } + + // Only show this to users who are not tracked. + if ( monsterinsights_track_user() ) { + return; + } + + // Only show when tracking. + $ua = monsterinsights_get_ua(); + if ( empty( $ua ) ) { + return; + } + + // Don't show if already dismissed. + if ( get_option( 'monsterinsights_frontend_tracking_notice_viewed', false ) ) { + return; + } + + ?> +
+
+ MonsterInsights Mascot +
+
+

+

+ monsterinsights_is_pro_version() ? 'proplugin' : 'liteplugin', + 'utm_medium' => 'frontend-notice', + 'utm_campaign' => 'admin-tracking-doc', + ), $doc_url ); + // Translators: %s is the link to the article where more details about tracking are listed. + printf( esc_html__( 'To keep stats accurate, we do not load Google Analytics scripts for admin users. %1$sLearn More »%2$s', 'ga-premium' ), '', '' ); + ?> +

+
+
×
+
+ + + + frontend_output(); + + do_action( 'monsterinsights_tracking_after_analytics' ); + do_action( 'monsterinsights_tracking_after', 'analytics' ); + + $track_user = monsterinsights_track_user(); + + if ( $track_user ) { + require_once plugin_dir_path( MONSTERINSIGHTS_PLUGIN_FILE ) . 'includes/frontend/events/class-analytics-events.php'; + new MonsterInsights_Analytics_Events(); + + // Let's run form tracking if we find it + if ( function_exists( 'monsterinsights_forms_output_after_script' ) ) { + monsterinsights_forms_output_after_script( array() ); + } + } +} +add_action( 'seedprod_monsterinsights_output_tracking', 'monsterinsights_seedprod_tracking', 6, 1 ); \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/class-tracking-analytics.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/class-tracking-analytics.php new file mode 100644 index 00000000..a6703bc5 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/class-tracking-analytics.php @@ -0,0 +1,340 @@ + 'custom_code', + 'value' => stripslashes( $code ), + ); + } + + // Anonymous data + if ( monsterinsights_get_option( 'anonymize_ips', false ) ) { + $options['anonymize_ips'] = "'set', 'anonymizeIp', true"; + } + + $options = apply_filters( 'monsterinsights_frontend_tracking_options_analytics_before_scripts', $options ); + + // add demographics + if ( monsterinsights_get_option( 'demographics', false ) ) { + $options['demographics'] = "'require', 'displayfeatures'"; + } + + // Add Enhanced link attribution. + if ( monsterinsights_get_option( 'enhanced_link_attribution', false ) ) { + $options['enhanced_link_attribution'] = "'require', 'linkid', 'linkid.js'"; + } + + // Add cross-domain tracking. + if ( is_array( $cross_domains ) && ! empty( $cross_domains ) ) { + $options['cross_domain_tracking'] = "'require', 'linker'"; + $cross_domains_strings = array(); + foreach ( $cross_domains as $cross_domain ) { + if ( ! isset( $cross_domain['domain'] ) ) { + continue; + } + $cross_domains_strings[] = '\'' . $cross_domain['domain'] . '\''; + } + if ( ! empty( $cross_domains_strings ) ) { + $cross_domains_strings = implode( ',', $cross_domains_strings ); + $options['cross_domains'] = "'linker:autoLink', [$cross_domains_strings]"; + } + } + + $options = apply_filters( 'monsterinsights_frontend_tracking_options_analytics_before_pageview', $options ); + $options = apply_filters( 'monsterinsights_frontend_tracking_options_before_pageview', $options, $this->name, $this->version ); + + if ( is_404() ) { + if ( monsterinsights_get_option( 'hash_tracking', false ) ) { + $options['send'] = "'send','pageview','/404.html?page=' + document.location.pathname + document.location.search + location.hash + '&from=' + document.referrer"; + } else { + $options['send'] = "'send','pageview','/404.html?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer"; + } + } else if ( $wp_query->is_search ) { + $pushstr = "'send','pageview','/?s="; + if ( (int) $wp_query->found_posts === 0 ) { + $options['send'] = $pushstr . 'no-results:' . rawurlencode( $wp_query->query_vars['s'] ) . "&cat=no-results'"; + } else if ( (int) $wp_query->found_posts === 1 ) { + $options['send'] = $pushstr . rawurlencode( $wp_query->query_vars['s'] ) . "&cat=1-result'"; + } else if ( $wp_query->found_posts > 1 && $wp_query->found_posts < 6 ) { + $options['send'] = $pushstr . rawurlencode( $wp_query->query_vars['s'] ) . "&cat=2-5-results'"; + } else { + $options['send'] = $pushstr . rawurlencode( $wp_query->query_vars['s'] ) . "&cat=plus-5-results'"; + } + } else if ( monsterinsights_get_option( 'hash_tracking', false ) ) { + $options['send'] = "'send','pageview', location.pathname + location.search + location.hash"; + } else { + $options['send'] = "'send','pageview'"; + } + + $options = apply_filters( 'monsterinsights_frontend_tracking_options_analytics_end', $options ); + return $options; + } + + /** + * Get frontend output. + * + * This function is used to return the Javascript + * to output in the head of the page for the given + * tracking method. + * + * @since 6.0.0 + * @access public + * + * @return string Javascript to output. + */ + public function frontend_output( ) { + $options = $this->frontend_tracking_options(); + $src = apply_filters( 'monsterinsights_frontend_output_analytics_src', '//www.google-analytics.com/analytics.js' ); + $compat_mode = monsterinsights_get_option( 'gatracker_compatibility_mode', false ); + $compat = $compat_mode ? 'window.ga = __gaTracker;' : ''; + $track_user = monsterinsights_track_user(); + $ua = monsterinsights_get_ua(); + $output = ''; + $reason = ''; + $attributes = apply_filters( 'monsterinsights_tracking_analytics_script_attributes', array( 'type' => "text/javascript", 'data-cfasync' => 'false' ) ); + $attr_string = ''; + if ( ! empty( $attributes ) ) { + foreach( $attributes as $attr_name => $attr_value ) { + if ( ! empty( $attr_name ) ) { + $attr_string .= ' ' . sanitize_key( $attr_name ) . '="' . esc_attr( $attr_value ) . '"'; + } else { + $attr_string .= ' ' . sanitize_key( $attr_value ); + } + } + } + ob_start(); + ?> + +' . PHP_EOL; + } else if ( current_user_can( 'monsterinsights_save_settings' ) ) { + $reason = __( 'Note: MonsterInsights does not track you as a logged-in site administrator to prevent site owners from accidentally skewing their own Google Analytics data.'. PHP_EOL . 'If you are testing Google Analytics code, please do so either logged out or in the private browsing/incognito mode of your web browser.', 'google-analytics-for-wordpress' ); + $output .= '' . PHP_EOL; + } else { + $reason = __( 'Note: The site owner has disabled Google Analytics tracking for your user role.', 'google-analytics-for-wordpress' ); + $output .= '' . PHP_EOL; + } + echo $output; +} ?> + +> + var mi_version = ''; + var mi_track_user = ; + var mi_no_track_reason = ; + + +should_do_optout() ) { ?> + var disableStr = 'ga-disable-'; + + /* Function to detect opted out users */ + function __gaTrackerIsOptedOut() { + return document.cookie.indexOf(disableStr + '=true') > -1; + } + + /* Disable tracking if the opt-out cookie exists. */ + if ( __gaTrackerIsOptedOut() ) { + window[disableStr] = true; + } + + /* Opt-out function */ + function __gaTrackerOptout() { + document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; + window[disableStr] = true; + } + + + if ( mi_track_user ) { + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','','__gaTracker'); + += 1 ) { + foreach ( $options as $item ) { + if ( ! is_array( $item ) ) { + echo ' __gaTracker(' . $item . ");\n"; + } else if ( ! empty ( $item['value'] ) ) { + echo ' ' . $item['value'] . "\n"; + } + } + } + if ( $compat_mode ) { + // Ensure that GA is fully loaded and assign to ga. + echo " __gaTracker( function() { window.ga = __gaTracker; } );\n"; + } + ?> + } else { +should_do_optout() ) { ?> + console.log( "" ); + (function() { + /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ + var noopfn = function() { + return null; + }; + var noopnullfn = function() { + return null; + }; + var Tracker = function() { + return null; + }; + var p = Tracker.prototype; + p.get = noopfn; + p.set = noopfn; + p.send = noopfn; + var __gaTracker = function() { + var len = arguments.length; + if ( len === 0 ) { + return; + } + var f = arguments[len-1]; + if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { + console.log( ' __gaTracker(' + arguments[0] + " ....) " + mi_no_track_reason ); + return; + } + try { + f.hitCallback(); + } catch (ex) { + + } + }; + __gaTracker.create = function() { + return new Tracker(); + }; + __gaTracker.getByName = noopnullfn; + __gaTracker.getAll = function() { + return []; + }; + __gaTracker.remove = noopfn; + window['__gaTracker'] = __gaTracker; + + })(); + + } + + + + + +'; + $output .= ''; + $output .= ''; + return $output; + } +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/index.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/index.php new file mode 100644 index 00000000..720f9c50 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/index.php @@ -0,0 +1,4 @@ +ID; + } + $user_cid = monsterinsights_get_uuid(); + $saved_cid = ! empty( $payment_id ) ? get_post_meta( $payment_id, '_yoast_gau_uuid', true ) : false; + + if ( ! empty( $payment_id ) && ! empty( $saved_cid ) ) { + return $saved_cid; + } else if ( ! empty( $user_cid ) ) { + return $user_cid; + } else { + return monsterinsights_generate_uuid(); + } +} + +/** + * Returns the Google Analytics clientId to store for later use + * + * @since 6.0.0 + * + * @link https://developers.google.com/analytics/devguides/collection/analyticsjs/domains#getClientId + * + * @return bool|string False if cookie isn't set, GA UUID otherwise + */ +function monsterinsights_get_uuid() { + if ( empty( $_COOKIE['_ga'] ) ) { + return false; + } + + /** + * Example cookie formats: + * + * GA1.2.XXXXXXX.YYYYY + * _ga=1.2.XXXXXXX.YYYYYY -- We want the XXXXXXX.YYYYYY part + * + */ + + $ga_cookie = $_COOKIE['_ga']; + $cookie_parts = explode('.', $ga_cookie ); + if ( is_array( $cookie_parts ) && ! empty( $cookie_parts[2] ) && ! empty( $cookie_parts[3] ) ) { + $uuid = (string) $cookie_parts[2] . '.' . (string) $cookie_parts[3]; + if ( is_string( $uuid ) ) { + return $uuid; + } else { + return false; + } + } else { + return false; + } +} + + +/** + * Generate UUID v4 function - needed to generate a CID when one isn't available + * + * @link http://www.stumiller.me/implementing-google-analytics-measurement-protocol-in-php-and-wordpress/ + * + * @since 6.1.8 + * @return string + */ +function monsterinsights_generate_uuid() { + + return sprintf( '%04x%04x-%04x-%04x-%04x-%04x%04x%04x', + + // 32 bits for "time_low" + mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), + + // 16 bits for "time_mid" + mt_rand( 0, 0xffff ), + + // 16 bits for "time_hi_and_version", + // four most significant bits holds version number 4 + mt_rand( 0, 0x0fff ) | 0x4000, + + // 16 bits, 8 bits for "clk_seq_hi_res", + // 8 bits for "clk_seq_low", + // two most significant bits holds zero and one for variant DCE1.1 + mt_rand( 0, 0x3fff ) | 0x8000, + + // 48 bits for "node" + mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ) + ); +} + +/** + * Returns the Google Analytics clientId to store for later use + * + * @since 6.0.0 + * + * @return GA UUID or error code. + */ +function monsterinsights_get_cookie( $debug = false ) { + if ( empty( $_COOKIE['_ga'] ) ) { + return ( $debug ) ? 'FCE' : false; + } + + $ga_cookie = $_COOKIE['_ga']; + $cookie_parts = explode('.', $ga_cookie ); + if ( is_array( $cookie_parts ) && ! empty( $cookie_parts[2] ) && ! empty( $cookie_parts[3] ) ) { + $uuid = (string) $cookie_parts[2] . '.' . (string) $cookie_parts[3]; + if ( is_string( $uuid ) ) { + return $ga_cookie; + } else { + return ( $debug ) ? 'FA' : false; + } + } else { + return ( $debug ) ? 'FAE' : false; + } +} + + +function monsterinsights_generate_ga_client_id() { + return rand(100000000,999999999) . '.' . time(); +} + + +/** + * Hours between two timestamps. + * + * @access public + * @since 6.0.0 + * + * @param string $start Timestamp of start time (in seconds since Unix). + * @param string $stop Timestamp of stop time (in seconds since Unix). Optional. If not used, current_time (in UTC 0 / GMT ) is used. + * + * @return int Hours between the two timestamps, rounded. + */ +function monsterinsights_hours_between( $start, $stop = false ) { + if ( $stop === false ) { + $stop = time(); + } + + $diff = (int) abs( $stop - $start ); + $hours = round( $diff / HOUR_IN_SECONDS ); + return $hours; +} + +/** + * Is This MonsterInsights Pro? + * + * We use this function monsterinsights_to determine if the install is a pro version or a lite version install of MonsterInsights. + * If the install is a lite version we disable the install from admin functionality[1] for addons as WordPress.org requires us to, + * we change the links for where to get support (wp.org forum for free; our site for pro), we use this determine what class to load as + * the base class in addons (to avoid fatal errors) and we use this on the system info page to know what constants to display values for + * as the lite and pro versions of our plugin have different constants (and names for those constants) you can declare and use. + * + * [1] Note: This is not "feature-locking" under GPL guidelines but rather something WordPress.org requires us to do to stay + * in compliance with their rules. We wish we didn't have to do this, as in our oppinion this diminishes the user experience + * of users installing our free and premium addons, and we'd love to turn this on for non-Pro installs, but we're not allowed to. + * If WordPress.org ever changes their mind on this subject, we'd totally turn on that feature for Lite installs in a heartbeat. + * + * @todo Are we allowed to turn on admin installing if the user has to manually declare a PHP constant (and thus would not be on + * either by default or via any sort of user interface)? If so, we could add a constant for forcing Pro version so that users can see + * for themselves that we're not feature locking anything inside the plugin + it would make it easier for our team to test stuff (both via + * Travis-CI but also when installing addons to test with the Lite version). Also this would allow for a better user experience for users + * who want that feature. + * + * @since 6.0.0 + * @access public + * + * @return bool True if pro version. + */ +function monsterinsights_is_pro_version() { + if ( class_exists( 'MonsterInsights' ) ) { + return true; + } else { + return false; + } +} + + +/** + * Get the user roles of this WordPress blog + * + * @return array + */ +function monsterinsights_get_roles() { + global $wp_roles; + + $all_roles = $wp_roles->roles; + $roles = array(); + + /** + * Filter: 'editable_roles' - Allows filtering of the roles shown within the plugin (and elsewhere in WP as it's a WP filter) + * + * @api array $all_roles + */ + $editable_roles = apply_filters( 'editable_roles', $all_roles ); + + foreach ( $editable_roles as $id => $name ) { + $roles[ $id ] = translate_user_role( $name['name'] ); + } + + return $roles; +} + +/** + * Get the user roles which can manage options. Used to prevent these roles from getting unselected in the settings. + * + * @return array + */ +function monsterinsights_get_manage_options_roles() { + global $wp_roles; + + $all_roles = $wp_roles->roles; + $roles = array(); + + /** + * Filter: 'editable_roles' - Allows filtering of the roles shown within the plugin (and elsewhere in WP as it's a WP filter) + * + * @api array $all_roles + */ + $editable_roles = apply_filters( 'editable_roles', $all_roles ); + + foreach ( $editable_roles as $id => $role ) { + if ( isset( $role['capabilities']['manage_options'] ) && $role['capabilities']['manage_options'] ) { + $roles[ $id ] = translate_user_role( $role['name'] ); + } + } + + return $roles; +} + +/** Need to escape in advance of passing in $text. */ +function monsterinsights_get_message( $type = 'error', $text = '' ) { + $div = ''; + if ( $type === 'error' || $type === 'alert' || $type === 'success' || $type === 'info' ) { + $base = MonsterInsights(); + return $base->notices->display_inline_notice( 'monsterinsights_standard_notice', '', $text, $type, false, array( 'skip_message_escape' => true ) ); + } else { + return ''; + } +} + +function monsterinsights_is_dev_url( $url = '' ) { + $is_local_url = false; + // Trim it up + $url = strtolower( trim( $url ) ); + // Need to get the host...so let's add the scheme so we can use parse_url + if ( false === strpos( $url, 'http://' ) && false === strpos( $url, 'https://' ) ) { + $url = 'http://' . $url; + } + $url_parts = parse_url( $url ); + $host = ! empty( $url_parts['host'] ) ? $url_parts['host'] : false; + if ( ! empty( $url ) && ! empty( $host ) ) { + if ( false !== ip2long( $host ) ) { + if ( ! filter_var( $host, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE ) ) { + $is_local_url = true; + } + } else if ( 'localhost' === $host ) { + $is_local_url = true; + } + + $tlds_to_check = array( '.local', ':8888', ':8080', ':8081', '.invalid', '.example', '.test' ); + foreach ( $tlds_to_check as $tld ) { + if ( false !== strpos( $host, $tld ) ) { + $is_local_url = true; + break; + } + + } + if ( substr_count( $host, '.' ) > 1 ) { + $subdomains_to_check = array( 'dev.', '*.staging.', 'beta.', 'test.' ); + foreach ( $subdomains_to_check as $subdomain ) { + $subdomain = str_replace( '.', '(.)', $subdomain ); + $subdomain = str_replace( array( '*', '(.)' ), '(.*)', $subdomain ); + if ( preg_match( '/^(' . $subdomain . ')/', $host ) ) { + $is_local_url = true; + break; + } + } + } + } + return $is_local_url; +} + +// Set cookie to expire in 2 years +function monsterinsights_get_cookie_expiration_date( $time ) { + return date('D, j F Y H:i:s', time() + $time ); +} + +function monsterinsights_string_ends_with( $string, $ending ) { + $strlen = strlen($string); + $endinglen = strlen($ending); + if ( $endinglen > $strlen ) { + return false; + } + return substr_compare( $string, $ending, $strlen - $endinglen, $endinglen) === 0; +} + +function monsterinsights_string_starts_with( $string, $start ) { + if ( ! is_string( $string ) || ! is_string( $start ) ) { + return false; + } + + return substr( $string, 0, strlen( $start ) ) === $start; +} + +function monsterinsights_get_country_list( $translated = false ) { + if ( $translated ) { + $countries = array( + '' => '', + 'US' => __( 'United States', 'google-analytics-for-wordpress' ), + 'CA' => __( 'Canada', 'google-analytics-for-wordpress' ), + 'GB' => __( 'United Kingdom', 'google-analytics-for-wordpress' ), + 'AF' => __( 'Afghanistan', 'google-analytics-for-wordpress' ), + 'AX' => __( 'Åland Islands', 'google-analytics-for-wordpress' ), + 'AL' => __( 'Albania', 'google-analytics-for-wordpress' ), + 'DZ' => __( 'Algeria', 'google-analytics-for-wordpress' ), + 'AS' => __( 'American Samoa', 'google-analytics-for-wordpress' ), + 'AD' => __( 'Andorra', 'google-analytics-for-wordpress' ), + 'AO' => __( 'Angola', 'google-analytics-for-wordpress' ), + 'AI' => __( 'Anguilla', 'google-analytics-for-wordpress' ), + 'AQ' => __( 'Antarctica', 'google-analytics-for-wordpress' ), + 'AG' => __( 'Antigua and Barbuda', 'google-analytics-for-wordpress' ), + 'AR' => __( 'Argentina', 'google-analytics-for-wordpress' ), + 'AM' => __( 'Armenia', 'google-analytics-for-wordpress' ), + 'AW' => __( 'Aruba', 'google-analytics-for-wordpress' ), + 'AU' => __( 'Australia', 'google-analytics-for-wordpress' ), + 'AT' => __( 'Austria', 'google-analytics-for-wordpress' ), + 'AZ' => __( 'Azerbaijan', 'google-analytics-for-wordpress' ), + 'BS' => __( 'Bahamas', 'google-analytics-for-wordpress' ), + 'BH' => __( 'Bahrain', 'google-analytics-for-wordpress' ), + 'BD' => __( 'Bangladesh', 'google-analytics-for-wordpress' ), + 'BB' => __( 'Barbados', 'google-analytics-for-wordpress' ), + 'BY' => __( 'Belarus', 'google-analytics-for-wordpress' ), + 'BE' => __( 'Belgium', 'google-analytics-for-wordpress' ), + 'BZ' => __( 'Belize', 'google-analytics-for-wordpress' ), + 'BJ' => __( 'Benin', 'google-analytics-for-wordpress' ), + 'BM' => __( 'Bermuda', 'google-analytics-for-wordpress' ), + 'BT' => __( 'Bhutan', 'google-analytics-for-wordpress' ), + 'BO' => __( 'Bolivia', 'google-analytics-for-wordpress' ), + 'BQ' => __( 'Bonaire, Saint Eustatius and Saba', 'google-analytics-for-wordpress' ), + 'BA' => __( 'Bosnia and Herzegovina', 'google-analytics-for-wordpress' ), + 'BW' => __( 'Botswana', 'google-analytics-for-wordpress' ), + 'BV' => __( 'Bouvet Island', 'google-analytics-for-wordpress' ), + 'BR' => __( 'Brazil', 'google-analytics-for-wordpress' ), + 'IO' => __( 'British Indian Ocean Territory', 'google-analytics-for-wordpress' ), + 'BN' => __( 'Brunei Darrussalam', 'google-analytics-for-wordpress' ), + 'BG' => __( 'Bulgaria', 'google-analytics-for-wordpress' ), + 'BF' => __( 'Burkina Faso', 'google-analytics-for-wordpress' ), + 'BI' => __( 'Burundi', 'google-analytics-for-wordpress' ), + 'KH' => __( 'Cambodia', 'google-analytics-for-wordpress' ), + 'CM' => __( 'Cameroon', 'google-analytics-for-wordpress' ), + 'CV' => __( 'Cape Verde', 'google-analytics-for-wordpress' ), + 'KY' => __( 'Cayman Islands', 'google-analytics-for-wordpress' ), + 'CF' => __( 'Central African Republic', 'google-analytics-for-wordpress' ), + 'TD' => __( 'Chad', 'google-analytics-for-wordpress' ), + 'CL' => __( 'Chile', 'google-analytics-for-wordpress' ), + 'CN' => __( 'China', 'google-analytics-for-wordpress' ), + 'CX' => __( 'Christmas Island', 'google-analytics-for-wordpress' ), + 'CC' => __( 'Cocos Islands', 'google-analytics-for-wordpress' ), + 'CO' => __( 'Colombia', 'google-analytics-for-wordpress' ), + 'KM' => __( 'Comoros', 'google-analytics-for-wordpress' ), + 'CD' => __( 'Congo, Democratic People\'s Republic', 'google-analytics-for-wordpress' ), + 'CG' => __( 'Congo, Republic of', 'google-analytics-for-wordpress' ), + 'CK' => __( 'Cook Islands', 'google-analytics-for-wordpress' ), + 'CR' => __( 'Costa Rica', 'google-analytics-for-wordpress' ), + 'CI' => __( 'Cote d\'Ivoire', 'google-analytics-for-wordpress' ), + 'HR' => __( 'Croatia/Hrvatska', 'google-analytics-for-wordpress' ), + 'CU' => __( 'Cuba', 'google-analytics-for-wordpress' ), + 'CW' => __( 'CuraÇao', 'google-analytics-for-wordpress' ), + 'CY' => __( 'Cyprus', 'google-analytics-for-wordpress' ), + 'CZ' => __( 'Czechia', 'google-analytics-for-wordpress' ), + 'DK' => __( 'Denmark', 'google-analytics-for-wordpress' ), + 'DJ' => __( 'Djibouti', 'google-analytics-for-wordpress' ), + 'DM' => __( 'Dominica', 'google-analytics-for-wordpress' ), + 'DO' => __( 'Dominican Republic', 'google-analytics-for-wordpress' ), + 'TP' => __( 'East Timor', 'google-analytics-for-wordpress' ), + 'EC' => __( 'Ecuador', 'google-analytics-for-wordpress' ), + 'EG' => __( 'Egypt', 'google-analytics-for-wordpress' ), + 'GQ' => __( 'Equatorial Guinea', 'google-analytics-for-wordpress' ), + 'SV' => __( 'El Salvador', 'google-analytics-for-wordpress' ), + 'ER' => __( 'Eritrea', 'google-analytics-for-wordpress' ), + 'EE' => __( 'Estonia', 'google-analytics-for-wordpress' ), + 'ET' => __( 'Ethiopia', 'google-analytics-for-wordpress' ), + 'FK' => __( 'Falkland Islands', 'google-analytics-for-wordpress' ), + 'FO' => __( 'Faroe Islands', 'google-analytics-for-wordpress' ), + 'FJ' => __( 'Fiji', 'google-analytics-for-wordpress' ), + 'FI' => __( 'Finland', 'google-analytics-for-wordpress' ), + 'FR' => __( 'France', 'google-analytics-for-wordpress' ), + 'GF' => __( 'French Guiana', 'google-analytics-for-wordpress' ), + 'PF' => __( 'French Polynesia', 'google-analytics-for-wordpress' ), + 'TF' => __( 'French Southern Territories', 'google-analytics-for-wordpress' ), + 'GA' => __( 'Gabon', 'google-analytics-for-wordpress' ), + 'GM' => __( 'Gambia', 'google-analytics-for-wordpress' ), + 'GE' => __( 'Georgia', 'google-analytics-for-wordpress' ), + 'DE' => __( 'Germany', 'google-analytics-for-wordpress' ), + 'GR' => __( 'Greece', 'google-analytics-for-wordpress' ), + 'GH' => __( 'Ghana', 'google-analytics-for-wordpress' ), + 'GI' => __( 'Gibraltar', 'google-analytics-for-wordpress' ), + 'GL' => __( 'Greenland', 'google-analytics-for-wordpress' ), + 'GD' => __( 'Grenada', 'google-analytics-for-wordpress' ), + 'GP' => __( 'Guadeloupe', 'google-analytics-for-wordpress' ), + 'GU' => __( 'Guam', 'google-analytics-for-wordpress' ), + 'GT' => __( 'Guatemala', 'google-analytics-for-wordpress' ), + 'GG' => __( 'Guernsey', 'google-analytics-for-wordpress' ), + 'GN' => __( 'Guinea', 'google-analytics-for-wordpress' ), + 'GW' => __( 'Guinea-Bissau', 'google-analytics-for-wordpress' ), + 'GY' => __( 'Guyana', 'google-analytics-for-wordpress' ), + 'HT' => __( 'Haiti', 'google-analytics-for-wordpress' ), + 'HM' => __( 'Heard and McDonald Islands', 'google-analytics-for-wordpress' ), + 'VA' => __( 'Holy See (City Vatican State)', 'google-analytics-for-wordpress' ), + 'HN' => __( 'Honduras', 'google-analytics-for-wordpress' ), + 'HK' => __( 'Hong Kong', 'google-analytics-for-wordpress' ), + 'HU' => __( 'Hungary', 'google-analytics-for-wordpress' ), + 'IS' => __( 'Iceland', 'google-analytics-for-wordpress' ), + 'IN' => __( 'India', 'google-analytics-for-wordpress' ), + 'ID' => __( 'Indonesia', 'google-analytics-for-wordpress' ), + 'IR' => __( 'Iran', 'google-analytics-for-wordpress' ), + 'IQ' => __( 'Iraq', 'google-analytics-for-wordpress' ), + 'IE' => __( 'Ireland', 'google-analytics-for-wordpress' ), + 'IM' => __( 'Isle of Man', 'google-analytics-for-wordpress' ), + 'IL' => __( 'Israel', 'google-analytics-for-wordpress' ), + 'IT' => __( 'Italy', 'google-analytics-for-wordpress' ), + 'JM' => __( 'Jamaica', 'google-analytics-for-wordpress' ), + 'JP' => __( 'Japan', 'google-analytics-for-wordpress' ), + 'JE' => __( 'Jersey', 'google-analytics-for-wordpress' ), + 'JO' => __( 'Jordan', 'google-analytics-for-wordpress' ), + 'KZ' => __( 'Kazakhstan', 'google-analytics-for-wordpress' ), + 'KE' => __( 'Kenya', 'google-analytics-for-wordpress' ), + 'KI' => __( 'Kiribati', 'google-analytics-for-wordpress' ), + 'KW' => __( 'Kuwait', 'google-analytics-for-wordpress' ), + 'KG' => __( 'Kyrgyzstan', 'google-analytics-for-wordpress' ), + 'LA' => __( 'Lao People\'s Democratic Republic', 'google-analytics-for-wordpress' ), + 'LV' => __( 'Latvia', 'google-analytics-for-wordpress' ), + 'LB' => __( 'Lebanon', 'google-analytics-for-wordpress' ), + 'LS' => __( 'Lesotho', 'google-analytics-for-wordpress' ), + 'LR' => __( 'Liberia', 'google-analytics-for-wordpress' ), + 'LY' => __( 'Libyan Arab Jamahiriya', 'google-analytics-for-wordpress' ), + 'LI' => __( 'Liechtenstein', 'google-analytics-for-wordpress' ), + 'LT' => __( 'Lithuania', 'google-analytics-for-wordpress' ), + 'LU' => __( 'Luxembourg', 'google-analytics-for-wordpress' ), + 'MO' => __( 'Macau', 'google-analytics-for-wordpress' ), + 'MK' => __( 'Macedonia (FYROM)', 'google-analytics-for-wordpress' ), + 'MG' => __( 'Madagascar', 'google-analytics-for-wordpress' ), + 'MW' => __( 'Malawi', 'google-analytics-for-wordpress' ), + 'MY' => __( 'Malaysia', 'google-analytics-for-wordpress' ), + 'MV' => __( 'Maldives', 'google-analytics-for-wordpress' ), + 'ML' => __( 'Mali', 'google-analytics-for-wordpress' ), + 'MT' => __( 'Malta', 'google-analytics-for-wordpress' ), + 'MH' => __( 'Marshall Islands', 'google-analytics-for-wordpress' ), + 'MQ' => __( 'Martinique', 'google-analytics-for-wordpress' ), + 'MR' => __( 'Mauritania', 'google-analytics-for-wordpress' ), + 'MU' => __( 'Mauritius', 'google-analytics-for-wordpress' ), + 'YT' => __( 'Mayotte', 'google-analytics-for-wordpress' ), + 'MX' => __( 'Mexico', 'google-analytics-for-wordpress' ), + 'FM' => __( 'Micronesia', 'google-analytics-for-wordpress' ), + 'MD' => __( 'Moldova, Republic of', 'google-analytics-for-wordpress' ), + 'MC' => __( 'Monaco', 'google-analytics-for-wordpress' ), + 'MN' => __( 'Mongolia', 'google-analytics-for-wordpress' ), + 'ME' => __( 'Montenegro', 'google-analytics-for-wordpress' ), + 'MS' => __( 'Montserrat', 'google-analytics-for-wordpress' ), + 'MA' => __( 'Morocco', 'google-analytics-for-wordpress' ), + 'MZ' => __( 'Mozambique', 'google-analytics-for-wordpress' ), + 'MM' => __( 'Myanmar', 'google-analytics-for-wordpress' ), + 'NA' => __( 'Namibia', 'google-analytics-for-wordpress' ), + 'NR' => __( 'Nauru', 'google-analytics-for-wordpress' ), + 'NP' => __( 'Nepal', 'google-analytics-for-wordpress' ), + 'NL' => __( 'Netherlands', 'google-analytics-for-wordpress' ), + 'AN' => __( 'Netherlands Antilles', 'google-analytics-for-wordpress' ), + 'NC' => __( 'New Caledonia', 'google-analytics-for-wordpress' ), + 'NZ' => __( 'New Zealand', 'google-analytics-for-wordpress' ), + 'NI' => __( 'Nicaragua', 'google-analytics-for-wordpress' ), + 'NE' => __( 'Niger', 'google-analytics-for-wordpress' ), + 'NG' => __( 'Nigeria', 'google-analytics-for-wordpress' ), + 'NU' => __( 'Niue', 'google-analytics-for-wordpress' ), + 'NF' => __( 'Norfolk Island', 'google-analytics-for-wordpress' ), + 'KP' => __( 'North Korea', 'google-analytics-for-wordpress' ), + 'MP' => __( 'Northern Mariana Islands', 'google-analytics-for-wordpress' ), + 'NO' => __( 'Norway', 'google-analytics-for-wordpress' ), + 'OM' => __( 'Oman', 'google-analytics-for-wordpress' ), + 'PK' => __( 'Pakistan', 'google-analytics-for-wordpress' ), + 'PW' => __( 'Palau', 'google-analytics-for-wordpress' ), + 'PS' => __( 'Palestinian Territories', 'google-analytics-for-wordpress' ), + 'PA' => __( 'Panama', 'google-analytics-for-wordpress' ), + 'PG' => __( 'Papua New Guinea', 'google-analytics-for-wordpress' ), + 'PY' => __( 'Paraguay', 'google-analytics-for-wordpress' ), + 'PE' => __( 'Peru', 'google-analytics-for-wordpress' ), + 'PH' => __( 'Philippines', 'google-analytics-for-wordpress' ), + 'PN' => __( 'Pitcairn Island', 'google-analytics-for-wordpress' ), + 'PL' => __( 'Poland', 'google-analytics-for-wordpress' ), + 'PT' => __( 'Portugal', 'google-analytics-for-wordpress' ), + 'PR' => __( 'Puerto Rico', 'google-analytics-for-wordpress' ), + 'QA' => __( 'Qatar', 'google-analytics-for-wordpress' ), + 'XK' => __( 'Republic of Kosovo', 'google-analytics-for-wordpress' ), + 'RE' => __( 'Reunion Island', 'google-analytics-for-wordpress' ), + 'RO' => __( 'Romania', 'google-analytics-for-wordpress' ), + 'RU' => __( 'Russian Federation', 'google-analytics-for-wordpress' ), + 'RW' => __( 'Rwanda', 'google-analytics-for-wordpress' ), + 'BL' => __( 'Saint Barthélemy', 'google-analytics-for-wordpress' ), + 'SH' => __( 'Saint Helena', 'google-analytics-for-wordpress' ), + 'KN' => __( 'Saint Kitts and Nevis', 'google-analytics-for-wordpress' ), + 'LC' => __( 'Saint Lucia', 'google-analytics-for-wordpress' ), + 'MF' => __( 'Saint Martin (French)', 'google-analytics-for-wordpress' ), + 'SX' => __( 'Saint Martin (Dutch)', 'google-analytics-for-wordpress' ), + 'PM' => __( 'Saint Pierre and Miquelon', 'google-analytics-for-wordpress' ), + 'VC' => __( 'Saint Vincent and the Grenadines', 'google-analytics-for-wordpress' ), + 'SM' => __( 'San Marino', 'google-analytics-for-wordpress' ), + 'ST' => __( 'São Tomé and Príncipe', 'google-analytics-for-wordpress' ), + 'SA' => __( 'Saudi Arabia', 'google-analytics-for-wordpress' ), + 'SN' => __( 'Senegal', 'google-analytics-for-wordpress' ), + 'RS' => __( 'Serbia', 'google-analytics-for-wordpress' ), + 'SC' => __( 'Seychelles', 'google-analytics-for-wordpress' ), + 'SL' => __( 'Sierra Leone', 'google-analytics-for-wordpress' ), + 'SG' => __( 'Singapore', 'google-analytics-for-wordpress' ), + 'SK' => __( 'Slovak Republic', 'google-analytics-for-wordpress' ), + 'SI' => __( 'Slovenia', 'google-analytics-for-wordpress' ), + 'SB' => __( 'Solomon Islands', 'google-analytics-for-wordpress' ), + 'SO' => __( 'Somalia', 'google-analytics-for-wordpress' ), + 'ZA' => __( 'South Africa', 'google-analytics-for-wordpress' ), + 'GS' => __( 'South Georgia', 'google-analytics-for-wordpress' ), + 'KR' => __( 'South Korea', 'google-analytics-for-wordpress' ), + 'SS' => __( 'South Sudan', 'google-analytics-for-wordpress' ), + 'ES' => __( 'Spain', 'google-analytics-for-wordpress' ), + 'LK' => __( 'Sri Lanka', 'google-analytics-for-wordpress' ), + 'SD' => __( 'Sudan', 'google-analytics-for-wordpress' ), + 'SR' => __( 'Suriname', 'google-analytics-for-wordpress' ), + 'SJ' => __( 'Svalbard and Jan Mayen Islands', 'google-analytics-for-wordpress' ), + 'SZ' => __( 'Swaziland', 'google-analytics-for-wordpress' ), + 'SE' => __( 'Sweden', 'google-analytics-for-wordpress' ), + 'CH' => __( 'Switzerland', 'google-analytics-for-wordpress' ), + 'SY' => __( 'Syrian Arab Republic', 'google-analytics-for-wordpress' ), + 'TW' => __( 'Taiwan', 'google-analytics-for-wordpress' ), + 'TJ' => __( 'Tajikistan', 'google-analytics-for-wordpress' ), + 'TZ' => __( 'Tanzania', 'google-analytics-for-wordpress' ), + 'TH' => __( 'Thailand', 'google-analytics-for-wordpress' ), + 'TL' => __( 'Timor-Leste', 'google-analytics-for-wordpress' ), + 'TG' => __( 'Togo', 'google-analytics-for-wordpress' ), + 'TK' => __( 'Tokelau', 'google-analytics-for-wordpress' ), + 'TO' => __( 'Tonga', 'google-analytics-for-wordpress' ), + 'TT' => __( 'Trinidad and Tobago', 'google-analytics-for-wordpress' ), + 'TN' => __( 'Tunisia', 'google-analytics-for-wordpress' ), + 'TR' => __( 'Turkey', 'google-analytics-for-wordpress' ), + 'TM' => __( 'Turkmenistan', 'google-analytics-for-wordpress' ), + 'TC' => __( 'Turks and Caicos Islands', 'google-analytics-for-wordpress' ), + 'TV' => __( 'Tuvalu', 'google-analytics-for-wordpress' ), + 'UG' => __( 'Uganda', 'google-analytics-for-wordpress' ), + 'UA' => __( 'Ukraine', 'google-analytics-for-wordpress' ), + 'AE' => __( 'United Arab Emirates', 'google-analytics-for-wordpress' ), + 'UY' => __( 'Uruguay', 'google-analytics-for-wordpress' ), + 'UM' => __( 'US Minor Outlying Islands', 'google-analytics-for-wordpress' ), + 'UZ' => __( 'Uzbekistan', 'google-analytics-for-wordpress' ), + 'VU' => __( 'Vanuatu', 'google-analytics-for-wordpress' ), + 'VE' => __( 'Venezuela', 'google-analytics-for-wordpress' ), + 'VN' => __( 'Vietnam', 'google-analytics-for-wordpress' ), + 'VG' => __( 'Virgin Islands (British)', 'google-analytics-for-wordpress' ), + 'VI' => __( 'Virgin Islands (USA)', 'google-analytics-for-wordpress' ), + 'WF' => __( 'Wallis and Futuna Islands', 'google-analytics-for-wordpress' ), + 'EH' => __( 'Western Sahara', 'google-analytics-for-wordpress' ), + 'WS' => __( 'Western Samoa', 'google-analytics-for-wordpress' ), + 'YE' => __( 'Yemen', 'google-analytics-for-wordpress' ), + 'ZM' => __( 'Zambia', 'google-analytics-for-wordpress' ), + 'ZW' => __( 'Zimbabwe', 'google-analytics-for-wordpress' ), + ); + } else { + $countries = array( + '' => '', + 'US' => 'United States', + 'CA' => 'Canada', + 'GB' => 'United Kingdom', + 'AF' => 'Afghanistan', + 'AX' => 'Åland Islands', + 'AL' => 'Albania', + 'DZ' => 'Algeria', + 'AS' => 'American Samoa', + 'AD' => 'Andorra', + 'AO' => 'Angola', + 'AI' => 'Anguilla', + 'AQ' => 'Antarctica', + 'AG' => 'Antigua and Barbuda', + 'AR' => 'Argentina', + 'AM' => 'Armenia', + 'AW' => 'Aruba', + 'AU' => 'Australia', + 'AT' => 'Austria', + 'AZ' => 'Azerbaijan', + 'BS' => 'Bahamas', + 'BH' => 'Bahrain', + 'BD' => 'Bangladesh', + 'BB' => 'Barbados', + 'BY' => 'Belarus', + 'BE' => 'Belgium', + 'BZ' => 'Belize', + 'BJ' => 'Benin', + 'BM' => 'Bermuda', + 'BT' => 'Bhutan', + 'BO' => 'Bolivia', + 'BQ' => 'Bonaire, Saint Eustatius and Saba', + 'BA' => 'Bosnia and Herzegovina', + 'BW' => 'Botswana', + 'BV' => 'Bouvet Island', + 'BR' => 'Brazil', + 'IO' => 'British Indian Ocean Territory', + 'BN' => 'Brunei Darrussalam', + 'BG' => 'Bulgaria', + 'BF' => 'Burkina Faso', + 'BI' => 'Burundi', + 'KH' => 'Cambodia', + 'CM' => 'Cameroon', + 'CV' => 'Cape Verde', + 'KY' => 'Cayman Islands', + 'CF' => 'Central African Republic', + 'TD' => 'Chad', + 'CL' => 'Chile', + 'CN' => 'China', + 'CX' => 'Christmas Island', + 'CC' => 'Cocos Islands', + 'CO' => 'Colombia', + 'KM' => 'Comoros', + 'CD' => 'Congo, Democratic People\'s Republic', + 'CG' => 'Congo, Republic of', + 'CK' => 'Cook Islands', + 'CR' => 'Costa Rica', + 'CI' => 'Cote d\'Ivoire', + 'HR' => 'Croatia/Hrvatska', + 'CU' => 'Cuba', + 'CW' => 'CuraÇao', + 'CY' => 'Cyprus', + 'CZ' => 'Czechia', + 'DK' => 'Denmark', + 'DJ' => 'Djibouti', + 'DM' => 'Dominica', + 'DO' => 'Dominican Republic', + 'TP' => 'East Timor', + 'EC' => 'Ecuador', + 'EG' => 'Egypt', + 'GQ' => 'Equatorial Guinea', + 'SV' => 'El Salvador', + 'ER' => 'Eritrea', + 'EE' => 'Estonia', + 'ET' => 'Ethiopia', + 'FK' => 'Falkland Islands', + 'FO' => 'Faroe Islands', + 'FJ' => 'Fiji', + 'FI' => 'Finland', + 'FR' => 'France', + 'GF' => 'French Guiana', + 'PF' => 'French Polynesia', + 'TF' => 'French Southern Territories', + 'GA' => 'Gabon', + 'GM' => 'Gambia', + 'GE' => 'Georgia', + 'DE' => 'Germany', + 'GR' => 'Greece', + 'GH' => 'Ghana', + 'GI' => 'Gibraltar', + 'GL' => 'Greenland', + 'GD' => 'Grenada', + 'GP' => 'Guadeloupe', + 'GU' => 'Guam', + 'GT' => 'Guatemala', + 'GG' => 'Guernsey', + 'GN' => 'Guinea', + 'GW' => 'Guinea-Bissau', + 'GY' => 'Guyana', + 'HT' => 'Haiti', + 'HM' => 'Heard and McDonald Islands', + 'VA' => 'Holy See (City Vatican State)', + 'HN' => 'Honduras', + 'HK' => 'Hong Kong', + 'HU' => 'Hungary', + 'IS' => 'Iceland', + 'IN' => 'India', + 'ID' => 'Indonesia', + 'IR' => 'Iran', + 'IQ' => 'Iraq', + 'IE' => 'Ireland', + 'IM' => 'Isle of Man', + 'IL' => 'Israel', + 'IT' => 'Italy', + 'JM' => 'Jamaica', + 'JP' => 'Japan', + 'JE' => 'Jersey', + 'JO' => 'Jordan', + 'KZ' => 'Kazakhstan', + 'KE' => 'Kenya', + 'KI' => 'Kiribati', + 'KW' => 'Kuwait', + 'KG' => 'Kyrgyzstan', + 'LA' => 'Lao People\'s Democratic Republic', + 'LV' => 'Latvia', + 'LB' => 'Lebanon', + 'LS' => 'Lesotho', + 'LR' => 'Liberia', + 'LY' => 'Libyan Arab Jamahiriya', + 'LI' => 'Liechtenstein', + 'LT' => 'Lithuania', + 'LU' => 'Luxembourg', + 'MO' => 'Macau', + 'MK' => 'Macedonia', + 'MG' => 'Madagascar', + 'MW' => 'Malawi', + 'MY' => 'Malaysia', + 'MV' => 'Maldives', + 'ML' => 'Mali', + 'MT' => 'Malta', + 'MH' => 'Marshall Islands', + 'MQ' => 'Martinique', + 'MR' => 'Mauritania', + 'MU' => 'Mauritius', + 'YT' => 'Mayotte', + 'MX' => 'Mexico', + 'FM' => 'Micronesia', + 'MD' => 'Moldova, Republic of', + 'MC' => 'Monaco', + 'MN' => 'Mongolia', + 'ME' => 'Montenegro', + 'MS' => 'Montserrat', + 'MA' => 'Morocco', + 'MZ' => 'Mozambique', + 'MM' => 'Myanmar (Burma)', + 'NA' => 'Namibia', + 'NR' => 'Nauru', + 'NP' => 'Nepal', + 'NL' => 'Netherlands', + 'AN' => 'Netherlands Antilles', + 'NC' => 'New Caledonia', + 'NZ' => 'New Zealand', + 'NI' => 'Nicaragua', + 'NE' => 'Niger', + 'NG' => 'Nigeria', + 'NU' => 'Niue', + 'NF' => 'Norfolk Island', + 'KP' => 'North Korea', + 'MP' => 'Northern Mariana Islands', + 'NO' => 'Norway', + 'OM' => 'Oman', + 'PK' => 'Pakistan', + 'PW' => 'Palau', + 'PS' => 'Palestinian Territories', + 'PA' => 'Panama', + 'PG' => 'Papua New Guinea', + 'PY' => 'Paraguay', + 'PE' => 'Peru', + 'PH' => 'Philippines', + 'PN' => 'Pitcairn Island', + 'PL' => 'Poland', + 'PT' => 'Portugal', + 'PR' => 'Puerto Rico', + 'QA' => 'Qatar', + 'XK' => 'Republic of Kosovo', + 'RE' => 'Reunion Island', + 'RO' => 'Romania', + 'RU' => 'Russia', + 'RW' => 'Rwanda', + 'BL' => 'Saint Barthélemy', + 'SH' => 'Saint Helena', + 'KN' => 'Saint Kitts and Nevis', + 'LC' => 'Saint Lucia', + 'MF' => 'Saint Martin (French)', + 'SX' => 'Saint Martin (Dutch)', + 'PM' => 'Saint Pierre and Miquelon', + 'VC' => 'Saint Vincent and the Grenadines', + 'SM' => 'San Marino', + 'ST' => 'São Tomé and Príncipe', + 'SA' => 'Saudi Arabia', + 'SN' => 'Senegal', + 'RS' => 'Serbia', + 'SC' => 'Seychelles', + 'SL' => 'Sierra Leone', + 'SG' => 'Singapore', + 'SK' => 'Slovak Republic', + 'SI' => 'Slovenia', + 'SB' => 'Solomon Islands', + 'SO' => 'Somalia', + 'ZA' => 'South Africa', + 'GS' => 'South Georgia', + 'KR' => 'South Korea', + 'SS' => 'South Sudan', + 'ES' => 'Spain', + 'LK' => 'Sri Lanka', + 'SD' => 'Sudan', + 'SR' => 'Suriname', + 'SJ' => 'Svalbard and Jan Mayen Islands', + 'SZ' => 'Swaziland', + 'SE' => 'Sweden', + 'CH' => 'Switzerland', + 'SY' => 'Syrian Arab Republic', + 'TW' => 'Taiwan', + 'TJ' => 'Tajikistan', + 'TZ' => 'Tanzania', + 'TH' => 'Thailand', + 'TL' => 'Timor-Leste', + 'TG' => 'Togo', + 'TK' => 'Tokelau', + 'TO' => 'Tonga', + 'TT' => 'Trinidad and Tobago', + 'TN' => 'Tunisia', + 'TR' => 'Turkey', + 'TM' => 'Turkmenistan', + 'TC' => 'Turks and Caicos Islands', + 'TV' => 'Tuvalu', + 'UG' => 'Uganda', + 'UA' => 'Ukraine', + 'AE' => 'United Arab Emirates', + 'UY' => 'Uruguay', + 'UM' => 'US Minor Outlying Islands', + 'UZ' => 'Uzbekistan', + 'VU' => 'Vanuatu', + 'VE' => 'Venezuela', + 'VN' => 'Vietnam', + 'VG' => 'Virgin Islands (British)', + 'VI' => 'Virgin Islands (USA)', + 'WF' => 'Wallis and Futuna Islands', + 'EH' => 'Western Sahara', + 'WS' => 'Western Samoa', + 'YE' => 'Yemen', + 'ZM' => 'Zambia', + 'ZW' => 'Zimbabwe', + ); + } + return $countries; +} + +function monsterinsights_get_api_url(){ + return apply_filters( 'monsterinsights_get_api_url', 'api.monsterinsights.com/v2/' ); +} + +function monsterinsights_get_licensing_url(){ + return apply_filters( 'monsterinsights_get_licensing_url', 'https://www.monsterinsights.com' ); +} + +function monsterinsights_is_wp_seo_active( ) { + $wp_seo_active = false; // @todo: improve this check. This is from old Yoast code. + + // Makes sure is_plugin_active is available when called from front end + include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); + if ( is_plugin_active( 'wordpress-seo/wp-seo.php' ) || is_plugin_active( 'wordpress-seo-premium/wp-seo-premium.php' ) ) { + $wp_seo_active = true; + } + return $wp_seo_active; +} + +function monsterinsights_get_asset_version() { + if ( monsterinsights_is_debug_mode() || ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ) { + return time(); + } else { + return MONSTERINSIGHTS_VERSION; + } +} + +function monsterinsights_is_debug_mode() { + $debug_mode = false; + if ( defined( 'MONSTERINSIGHTS_DEBUG_MODE' ) && MONSTERINSIGHTS_DEBUG_MODE ) { + $debug_mode = true; + } + + return apply_filters( 'monsterinsights_is_debug_mode', $debug_mode ); +} + +function monsterinsights_is_network_active() { + if ( ! function_exists( 'is_plugin_active_for_network' ) ) { + require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); + } + + if ( is_multisite() && is_plugin_active_for_network( plugin_basename( MONSTERINSIGHTS_PLUGIN_FILE ) ) ) { + return true; + } else { + return false; + } +} + +if ( ! function_exists ( 'remove_class_filter' ) ) { + /** + * Remove Class Filter Without Access to Class Object + * + * In order to use the core WordPress remove_filter() on a filter added with the callback + * to a class, you either have to have access to that class object, or it has to be a call + * to a static method. This method allows you to remove filters with a callback to a class + * you don't have access to. + * + * Works with WordPress 1.2 - 4.7+ + * + * @param string $tag Filter to remove + * @param string $class_name Class name for the filter's callback + * @param string $method_name Method name for the filter's callback + * @param int $priority Priority of the filter (default 10) + * + * @return bool Whether the function is removed. + */ + function remove_class_filter( $tag, $class_name = '', $method_name = '', $priority = 10 ) { + global $wp_filter; + // Check that filter actually exists first + if ( ! isset( $wp_filter[ $tag ] ) ) return FALSE; + /** + * If filter config is an object, means we're using WordPress 4.7+ and the config is no longer + * a simple array, rather it is an object that implements the ArrayAccess interface. + * + * To be backwards compatible, we set $callbacks equal to the correct array as a reference (so $wp_filter is updated) + * + * @see https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/ + */ + if ( is_object( $wp_filter[ $tag ] ) && isset( $wp_filter[ $tag ]->callbacks ) ) { + $callbacks = &$wp_filter[ $tag ]->callbacks; + } else { + $callbacks = &$wp_filter[ $tag ]; + } + // Exit if there aren't any callbacks for specified priority + if ( ! isset( $callbacks[ $priority ] ) || empty( $callbacks[ $priority ] ) ) return FALSE; + // Loop through each filter for the specified priority, looking for our class & method + foreach( (array) $callbacks[ $priority ] as $filter_id => $filter ) { + // Filter should always be an array - array( $this, 'method' ), if not goto next + if ( ! isset( $filter[ 'function' ] ) || ! is_array( $filter[ 'function' ] ) ) continue; + // If first value in array is not an object, it can't be a class + if ( ! is_object( $filter[ 'function' ][ 0 ] ) ) continue; + // Method doesn't match the one we're looking for, goto next + if ( $filter[ 'function' ][ 1 ] !== $method_name ) continue; + // Method matched, now let's check the Class + if ( get_class( $filter[ 'function' ][ 0 ] ) === $class_name ) { + // Now let's remove it from the array + unset( $callbacks[ $priority ][ $filter_id ] ); + // and if it was the only filter in that priority, unset that priority + if ( empty( $callbacks[ $priority ] ) ) unset( $callbacks[ $priority ] ); + // and if the only filter for that tag, set the tag to an empty array + if ( empty( $callbacks ) ) $callbacks = array(); + // If using WordPress older than 4.7 + if ( ! is_object( $wp_filter[ $tag ] ) ) { + // Remove this filter from merged_filters, which specifies if filters have been sorted + unset( $GLOBALS[ 'merged_filters' ][ $tag ] ); + } + return TRUE; + } + } + return FALSE; + } +} // End function exists + +if ( ! function_exists ( 'remove_class_action' ) ) { + /** + * Remove Class Action Without Access to Class Object + * + * In order to use the core WordPress remove_action() on an action added with the callback + * to a class, you either have to have access to that class object, or it has to be a call + * to a static method. This method allows you to remove actions with a callback to a class + * you don't have access to. + * + * Works with WordPress 1.2 - 4.7+ + * + * @param string $tag Action to remove + * @param string $class_name Class name for the action's callback + * @param string $method_name Method name for the action's callback + * @param int $priority Priority of the action (default 10) + * + * @return bool Whether the function is removed. + */ + function remove_class_action( $tag, $class_name = '', $method_name = '', $priority = 10 ) { + remove_class_filter( $tag, $class_name, $method_name, $priority ); + } +} // End function exists + +/** + * Format a big number, instead of 1000000 you get 1.0M, works with billions also. + * + * @param int $number + * @param int $precision + * + * @return string + */ +function monsterinsights_round_number( $number, $precision = 2 ) { + + if ( $number < 1000000 ) { + // Anything less than a million + $number = number_format_i18n( $number ); + } else if ( $number < 1000000000 ) { + // Anything less than a billion + $number = number_format_i18n( $number / 1000000, $precision ) . 'M'; + } else { + // At least a billion + $number = number_format_i18n( $number / 1000000000, $precision ) . 'B'; + } + + return $number; +} + +if ( ! function_exists( 'wp_get_jed_locale_data' ) ) { + /** + * Returns Jed-formatted localization data. Added for backwards-compatibility. + * + * @param string $domain Translation domain. + * + * @return array + */ + function wp_get_jed_locale_data( $domain ) { + $translations = get_translations_for_domain( $domain ); + + $locale = array( + '' => array( + 'domain' => $domain, + 'lang' => is_admin() && function_exists( 'get_user_locale' ) ? get_user_locale() : get_locale(), + ), + ); + + if ( ! empty( $translations->headers['Plural-Forms'] ) ) { + $locale['']['plural_forms'] = $translations->headers['Plural-Forms']; + } + + foreach ( $translations->entries as $msgid => $entry ) { + $locale[ $msgid ] = $entry->translations; + } + + return $locale; + } +} + +function monsterinsights_get_inline_menu_icon() { + $scheme = get_user_option( 'admin_color', get_current_user_id() ); + $use_dark_scheme = $scheme === 'light'; + if ( $use_dark_scheme ) { + return 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAFQUlEQVRYha2Yb2hXZRTHP+c3nc6pm07NF0KWWUtSo0wqzBdiZRItTKMaEZXSi0zRNAsqTBKKSFOa0B8Jigqz2lSwLMtqRURgRuCCLLNmselyZups2+/04pzbnt3de3eTDlzufc5znvN8n+ec55zzXFFV8pKITANOqmpTP3JTgIKq7sutPCJVzfUABeAb4DSwMENuKdABNObV3Wv8fwB0C6DAUX8/67sQ9Q8ANsVk5v5vgIDKWHsvcAgYCWzzCbc6kFJgh/PqgVHAb8DnWTpzA3LzHARmeXuqT/Zo0L/eeZuAV/x7fbRrwJPOu9Dbc4EDgJwNoMmurAt4Bljt7cmBjACvOl+BzTEdVzj/EWAj0O3tC84G0AIf3BRMeDz0GZcbBvzqKy+L9Q30A6AxXTdmARqQcPAAyv29CBjjO1RU1SKAiIwGFgLX+MrbgBnAh5ECVe0UkUMO6nHgFLA70J1McacD5gHbfTXzg77qwBeOBysPn830PnnVwXety7wL1AAV/ZoM+MIHdQCfAdfF+s8H/koBEz0rU9xgLtAInHG5j/KYrNWf8ap6OmFD7w+2/Cugwd/NmOkqgbIUS+wEdorIEOAwFqv6UBKgihQwANNc0b2quh1ARIZi/nUqZUycOrDDcCSps5AAaJBPkkStwNVAs4i8JiLHgBPASRFpFZEGEZktIpIBqBIoIWWH4nZegtl3fIofjAKeoyemfAe8hZnu64D/NjAsRcdEl1mcx6lvc+HLU6L3O97/JXBlgszF9KSVvXhswkxUC6wLdKzIA2iWC1+fMNlK72sASlMjrQHf4LIvAw8B7fScwmNAZ7DDs7MARSmjNsYf7oqak0wBjAXuBlb5Lo9wE0Yg6rHAOdjlR2KB9Qc384o0QOe4giUx/u3OX5oA5gEsCoexqBnYAxTTfMXHlvuOF4F5SYBKHPGaGH+jTzQxxefSnnVpYAIdg9x0PwEDkwSOAHUx3hafoDzGP5AB5gQ56h/XU+NjauJxCCxRjo7xOvw9ImKISBUwIWF8RLtVtT2jP6SdWBKe1QuQiCwDLsKcNKSoqJ8e8BJTREAHc4JBVTuBn4Gx/wISkflYndyNOXdI2/29OOAd7mfSIXkBOZUDxTACt2A78SLQnmDnBszOiwLeraT70Ld5/Mf1jPMxqyLGWqxcnYoFMqVvBTgOK9y7gOVAifMfdF4SqJk5Aa3FLFMNduxagQbvvJOUfIb51/f0lKSrsROyHCtlIyDtrrMJqOoHzAysRvrA28wmSBfAtd7uk6u8vwwr/JOqxm4sl01wvZ3AfhJyo+taAPyJhYi/gekCPIXdNitV9YyIXIIFqptVdVsf13MSkVJgJlZF4rvSqKq/BzJzgNexcPEp8LFPXAHcAFzqoKcAddjR5z2Cay/m4Arcl9cp+zFJFfA0dslMOwB1wD1AewGrTw4Ei2/zVcSP/lmRqrap6irs8gAwid7xDOAuzNwlgmXxF1T14ahXRPZjtU1k3+g5Tk8pkUUFzCwVWC003N/DgGVYIXheIF/EfmQcFczDW4DnsVtBCxbUtmIOPAAzY6MPLgMG+/dlDrIADHWlYL4QpZuZWLjYgp3SOb7QMbFFFLF6LDNB7sGcri7FP7qwWmcX9t8oSWaDA6zCqomXUuZ6U1UpYDXxH5jfgKWET/y7zXfolIgkJeJMEpES/xwMXKWq3aq6CLu9PAH8Eog/Fn2UYnlkDWa2c719E3Y/f8NX0AL8GHuianAXtuXx/lZ6brR9/npgcWgHcEfEkyg6ZqyyBrt1ptE+X9SkDJl6VX0/cyKnfwBb6gwNaZ8ExgAAAABJRU5ErkJggg'; + } else { + return 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AoEBjcfBsDvpwAABQBJREFUWMO1mGmollUQgJ9z79Vc01LLH0GLWRqlUhYV5o+LbRIVbVQSUSn9qJTKsqDCoqCINKUbtBEUFbbeDGyz1SIiaCHIINu18KZ1bbkuV+/Tj+arw8v7fvdVcuDjvGdmzsycM3Nm5nywE6BOVSfW4JukTmF3gtqifqJuVmc34ZunblFX7W6DzvYf2BDjPWpLRm9T7y/wzPw/DRhZmH+sfq/urb4YCp8JQwaqLwXuBXW0+pP6XjOZO+ueb9X2mE8OZTdl9MWBu199NL4XN05NvT1wh8R8prpGTbti0BEhbLt6t7ow5kdkPEl9zP/gkYKMowN/o7pU3RHzg3fFoHNj8epM4aY8ZoJvuPpj7HxwgTYgLoAFWac1091WgR8a4xxgH2Ah0JdS6gtlY4DZwAnADmAjMA14vSEgpdSrfg9sBm4BeoCVmex6gayepS6P3ZyT0SZksbDJcnikcPMmZN+zgud59Qx1RB2D3o9FW9R31ZMK9IPUP20O11XInqmuUrcG3xt1XNYVvwNSSptL+K/IjvxDoDPGteG6kcDgMkUppRXACnUIsA7YUNegERXGAEwNQZellJbHzodFfPXUjIwtwHDglzJiS4lBe4SSMugCjgfWqo+rvwF/AH+pXWqnOqOfXDMSaK06oaKf54Z/D6igj1bvzXLK5+rTYchHGf5ZdXiFjPHBc2Udg84P5qMqsvdzQf9APbaEZ2JWVj5u5KbIV7PURZmM+XUMag/mk0to1wWtUx3YT9lZErwPq9er3dkt/E3tzU54Rp2SMauA3zMErS1zhTpWvURdEKe8V7jQrOBOUwcF/97qbPWrcPP8KoP2DQFzC/gLAj+vZM1Vak8hF61V31L7msWKOjROvE89q4yhNSy+rYBfGorGV8RcFSyqESZ7hOu+UQeUMfyidhRwy0LB0AJ+TRNj/qjb/0QpUT2jpYS+ERhTkswA9sqEjALGNdGzMqXUXTNZrogi3F5sJ64GDgXGFhasjvGYDDe4HyXf1i3qKaVe4DtgbF6ZzwHuiZq0b2HN8hjzAF3Xj9IhO9mGDQX68gy8PpqoB9XuEj93hp/nZLjzmsTQZzvR9uwXaxY0EHdEuzo5EpklHeB+0bhvV69RWwN/beDKYHpNg+6I2z2hce261M4gXlRVz9RD1S+zlnRh3JBropVtQHfIXB3B38yYadEjvdZAzMjLhXpizI+tEDA4Gv+yrnFH1LJxIbdX/aKsNma9+++RIrapxyT1TmAeMDKltFU9HPgcODOl9GKTnQ0EpgMHBaobWJVS+jnjOQV4ItLFO8CbwDZgBHAqMAXoBSYBHcBm1JfzZ28EuOrl/9ODc5R6Vzwyq6BDvVTtbgHGA2sKiXFbydXfJUgpbUwpLQAateqwQj4DuDjSTWuKru+BlNIN2a6+ACYCv0dH2PhtCtfYjx0t4ZYR0a7uGeNw4GpgLnBgxt8HfAJsSOpWYD1wH7AqvocAz0Q2bgNGB62RoQfF95FhZAswLIQSZaBRbqYDPwHLogqcEhvdp7CJPqC9vwL5VtyUjor42B69zqvqXxU8S+IFOyq6iYcqdD3VONqngV8jbhol4e0sntqAnuIzumZAt8bnIOC4lNKOlNKceL3cCvyQsd/87/WNRuk29T51/5ifHu/zJ2MH69WvCz+zE+oroXdlL9pUkYdeUi/89xLU6VWAZn88fQoMjNtTBS+klF6pc6p/A2ye4OCYzm1lAAAAAElFTkSuQmCC'; + } +} + + +function monsterinsights_get_shareasale_id() { + // Check if there's a constant. + $shareasale_id = ''; + if ( defined( 'MONSTERINSIGHTS_SHAREASALE_ID' ) ) { + $shareasale_id = MONSTERINSIGHTS_SHAREASALE_ID; + } + + // If there's no constant, check if there's an option. + if ( empty( $shareasale_id ) ) { + $shareasale_id = get_option( 'monsterinsights_shareasale_id', '' ); + } + + // Whether we have an ID or not, filter the ID. + $shareasale_id = apply_filters( 'monsterinsights_shareasale_id', $shareasale_id ); + + // Ensure it's a number + $shareasale_id = absint( $shareasale_id ); + + return $shareasale_id; +} + +// Passed in with mandatory default redirect and shareasaleid from monsterinsights_get_upgrade_link +function monsterinsights_get_shareasale_url( $shareasale_id, $shareasale_redirect ) { + // Check if there's a constant. + $custom = false; + if ( defined( 'MONSTERINSIGHTS_SHAREASALE_REDIRECT_URL' ) ) { + $shareasale_redirect = MONSTERINSIGHTS_SHAREASALE_REDIRECT_URL; + $custom = true; + } + + // If there's no constant, check if there's an option. + if ( empty( $custom ) ) { + $shareasale_redirect = get_option( 'monsterinsights_shareasale_redirect_url', '' ); + $custom = true; + } + + // Whether we have an ID or not, filter the ID. + $shareasale_redirect = apply_filters( 'monsterinsights_shareasale_redirect_url', $shareasale_redirect, $custom ); + $shareasale_url = sprintf( 'https://www.shareasale.com/r.cfm?B=971799&U=%s&M=69975&urllink=%s', $shareasale_id, $shareasale_redirect ); + $shareasale_url = apply_filters( 'monsterinsights_shareasale_redirect_entire_url', $shareasale_url, $shareasale_id, $shareasale_redirect ); + return $shareasale_url; +} + +/** + * Get a clean page title for archives. + */ +function monsterinsights_get_page_title() { + + $title = __( 'Archives' ); + + if ( is_category() ) { + /* translators: Category archive title. %s: Category name */ + $title = sprintf( __( 'Category: %s' ), single_cat_title( '', false ) ); + } elseif ( is_tag() ) { + /* translators: Tag archive title. %s: Tag name */ + $title = sprintf( __( 'Tag: %s' ), single_tag_title( '', false ) ); + } elseif ( is_author() ) { + /* translators: Author archive title. %s: Author name */ + $title = sprintf( __( 'Author: %s' ), '' . get_the_author() . '' ); + } elseif ( is_year() ) { + /* translators: Yearly archive title. %s: Year */ + $title = sprintf( __( 'Year: %s' ), get_the_date( _x( 'Y', 'yearly archives date format' ) ) ); + } elseif ( is_month() ) { + /* translators: Monthly archive title. %s: Month name and year */ + $title = sprintf( __( 'Month: %s' ), get_the_date( _x( 'F Y', 'monthly archives date format' ) ) ); + } elseif ( is_day() ) { + /* translators: Daily archive title. %s: Date */ + $title = sprintf( __( 'Day: %s' ), get_the_date( _x( 'F j, Y', 'daily archives date format' ) ) ); + } elseif ( is_tax( 'post_format' ) ) { + if ( is_tax( 'post_format', 'post-format-aside' ) ) { + $title = _x( 'Asides', 'post format archive title' ); + } elseif ( is_tax( 'post_format', 'post-format-gallery' ) ) { + $title = _x( 'Galleries', 'post format archive title' ); + } elseif ( is_tax( 'post_format', 'post-format-image' ) ) { + $title = _x( 'Images', 'post format archive title' ); + } elseif ( is_tax( 'post_format', 'post-format-video' ) ) { + $title = _x( 'Videos', 'post format archive title' ); + } elseif ( is_tax( 'post_format', 'post-format-quote' ) ) { + $title = _x( 'Quotes', 'post format archive title' ); + } elseif ( is_tax( 'post_format', 'post-format-link' ) ) { + $title = _x( 'Links', 'post format archive title' ); + } elseif ( is_tax( 'post_format', 'post-format-status' ) ) { + $title = _x( 'Statuses', 'post format archive title' ); + } elseif ( is_tax( 'post_format', 'post-format-audio' ) ) { + $title = _x( 'Audio', 'post format archive title' ); + } elseif ( is_tax( 'post_format', 'post-format-chat' ) ) { + $title = _x( 'Chats', 'post format archive title' ); + } + } elseif ( is_post_type_archive() ) { + /* translators: Post type archive title. %s: Post type name */ + $title = sprintf( __( 'Archives: %s' ), post_type_archive_title( '', false ) ); + } elseif ( is_tax() ) { + $tax = get_taxonomy( get_queried_object()->taxonomy ); + /* translators: Taxonomy term archive title. 1: Taxonomy singular name, 2: Current taxonomy term */ + $title = sprintf( __( '%1$s: %2$s' ), $tax->labels->singular_name, single_term_title( '', false ) ); + } + + return $title; + +} + +/** + * Make a request to the front page and check if the tracking code is present. Moved here from onboarding wizard + * to be used in the site health check. + * + * @return array + */ +function monsterinsights_is_code_installed_frontend() { + // Grab the front page html. + $request = wp_remote_request( home_url(), array( + 'sslverify' => false, + ) ); + $errors = array(); + + if ( 200 === wp_remote_retrieve_response_code( $request ) ) { + + $body = wp_remote_retrieve_body( $request ); + $current_ua_code = monsterinsights_get_ua_to_output(); + $ua_limit = 2; + // If the ads addon is installed another UA is added to the page. + if ( class_exists( 'MonsterInsights_Ads' ) ) { + $ua_limit = 3; + } + // Translators: The placeholders are for making the "We noticed you're using a caching plugin" text bold. + $cache_error = sprintf( esc_html__( '%1$sWe noticed you\'re using a caching plugin or caching from your hosting provider.%2$s Be sure to clear the cache to ensure the tracking appears on all pages and posts. %3$s(See this guide on how to clear cache)%4$s.', 'google-analytics-for-wordpress' ), '', '', ' ', '' ); + // Translators: The placeholders are for making the "We have detected multiple tracking codes" text bold & adding a link to support. + $multiple_ua_error = sprintf( esc_html__( '%1$sWe have detected multiple tracking codes%2$s! You should remove non-MonsterInsights ones. If you need help finding them please %3$sread this article%4$s.', 'google-analytics-for-wordpress' ), '', '', '', '' ); + + // First, check if the tracking frontend code is present. + if ( false === strpos( $body, '__gaTracker' ) ) { + $errors[] = $cache_error; + } else { + // Check if the current UA code is actually present. + if ( $current_ua_code && false === strpos( $body, $current_ua_code ) ) { + // We have the tracking code but using another UA, so it's cached. + $errors[] = $cache_error; + } + // Grab all the UA codes from the page. + $pattern = '/UA-[0-9]+/m'; + preg_match_all( $pattern, $body, $matches ); + // If more than twice ( because MI has a ga-disable-UA also ), let them know to remove the others. + if ( ! empty( $matches[0] ) && is_array( $matches[0] ) && count( $matches[0] ) > $ua_limit ) { + $errors[] = $multiple_ua_error; + } + } + } + + return $errors; +} + +/** + * Returns a HEX color to highlight menu items based on the admin color scheme. + */ +function monsterinsights_menu_highlight_color() { + + $color_scheme = get_user_option( 'admin_color' ); + $color = '#7cc048'; + if ( 'light' === $color_scheme || 'blue' === $color_scheme ) { + $color = '#5f3ea7'; + } + + return $color; +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/index.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/index.php new file mode 100644 index 00000000..720f9c50 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/index.php @@ -0,0 +1,4 @@ +new_settings = get_option( monsterinsights_get_option_name() ); + + $version = get_option( 'monsterinsights_current_version', false ); + $cachec = false; // have we forced an object cache to be cleared already (so we don't clear it unnecessarily) + + // if new install or Yoast Era instal + if ( ! $version ) { + // See if from Yoast + $yoast = get_option( 'yst_ga', false ); + + // In case from Yoast, start from scratch + delete_option( 'yoast-ga-access_token' ); + delete_option( 'yoast-ga-refresh_token' ); + delete_option( 'yst_ga' ); + delete_option( 'yst_ga_api' ); + + $this->new_install(); + + // set db version (Do not increment! See below large comment) + update_option( 'monsterinsights_db_version', '7.4.0' ); + + // Remove Yoast hook if present + if ( wp_next_scheduled( 'yst_ga_aggregate_data' ) ) { + wp_clear_scheduled_hook( 'yst_ga_aggregate_data' ); + } + + // Clear cache since coming from Yoast + if ( ! $cachec && ! empty( $yoast ) ) { + wp_cache_flush(); + $cachec = true; + } + } else { // if existing install + if ( version_compare( $version, '6.0.11', '<' ) ) { + if ( ! $cachec ) { + wp_cache_flush(); + $cachec = true; + } + } + + if ( version_compare( $version, '7.0.0', '<' ) ) { + $this->v700_upgrades(); + } + + if ( version_compare( $version, '7.4.0', '<' ) ) { + $this->v740_upgrades(); + // Do not increment! See below large comment + update_option( 'monsterinsights_db_version', '7.4.0' ); + } + + if ( version_compare( $version, '7.5.0', '<' ) ) { + $this->v750_upgrades(); + } + + if ( version_compare( $version, '7.6.0', '<' ) ) { + $this->v760_upgrades(); + } + + if ( version_compare( $version, '7.7.1', '<' ) ) { + $this->v771_upgrades(); + } + + if ( version_compare( $version, '7.8.0', '<' ) ) { + $this->v780_upgrades(); + } + + if ( version_compare( $version, '7.9.0', '<' ) ) { + $this->v790_upgrades(); + } + + if ( version_compare( $version, '7.10.0', '<' ) ) { + $this->v7100_upgrades(); + } + + // Do not use. See monsterinsights_after_install_routine comment below. + do_action( 'monsterinsights_after_existing_upgrade_routine', $version ); + $version = get_option( 'monsterinsights_current_version', $version ); + update_option( 'monsterinsights_version_upgraded_from', $version ); + } + + // This hook is used primarily by the Pro version to run some Pro + // specific install stuff. Please do not use this hook. It is not + // considered a public hook by MI's dev team and can/will be removed, + // relocated, and/or altered without warning at any time. You've been warned. + // As this hook is not for public use, we've intentionally not docbloc'd this + // hook to avoid developers seeing it future public dev docs. + do_action( 'monsterinsights_after_install_routine', $version ); + + // This is the version of MI installed + update_option( 'monsterinsights_current_version', MONSTERINSIGHTS_VERSION ); + + // This is where we save MI settings + update_option( monsterinsights_get_option_name(), $this->new_settings ); + + // There's no code for this function below this. Just an explanation + // of the MI core options. + + /** + * Explanation of MonsterInsights core options + * + * By now your head is probably spinning trying to figure + * out what all of these version options are for. Note, I've abbreviated + * "monsterinsights" to "mi" in the options names to make this table easier + * to read. + * + * Here's a basic rundown: + * + * mi_current_version: This starts with the actual version MI was + * installed on. We use this version to + * determine whether or not a site needs + * to run one of the behind the scenes + * MI upgrade routines. This version is updated + * every time a minor or major background upgrade + * routine is run. Generally lags behind the + * MONSTERINSIGHTS_VERSION constant by at most a couple minor + * versions. Never lags behind by 1 major version + * or more generally. + * + * mi_db_version: This is different from mi_current_version. + * Unlike the former, this is used to determine + * if a site needs to run a *user* initiated + * upgrade routine (incremented in MI_Upgrade class). This + * value is only update when a user initiated + * upgrade routine is done. Because we do very + * few user initiated upgrades compared to + * automatic ones, this version can lag behind by + * 2 or even 3 major versions. Generally contains + * the current major version. + * + * mi_settings: Returned by monsterinsights_get_option_name(), this + * is actually "monsterinsights_settings" for both pro + * and lite version. However we use a helper function to + * retrieve the option name in case we ever decide down the + * road to maintain seperate options for the Lite and Pro versions. + * If you need to access MI's settings directly, (as opposed to our + * monsterinsights_get_option helper which uses the option name helper + * automatically), you should use this function to get the + * name of the option to retrieve. + * + * Therefore you should never increment mi_db_version in this file and always increment mi_current_version. + */ + } + + + /** + * New MonsterInsights Install routine. + * + * This function installs all of the default + * things on new MI installs. Flight 5476 with + * non-stop service to a whole world of + * possibilities is now boarding. + * + * @since 6.0.0 + * @access public + * + * @return void + */ + public function new_install() { + + // Add default settings values + $this->new_settings = $this->get_monsterinsights_default_values(); + + $this->maybe_import_thirstyaffiliates_options(); + + $data = array( + 'installed_version' => MONSTERINSIGHTS_VERSION, + 'installed_date' => time(), + 'installed_pro' => monsterinsights_is_pro_version(), + ); + + update_option( 'monsterinsights_over_time', $data ); + + // Let addons + MI Pro/Lite hook in here. @todo: doc as nonpublic + do_action( 'monsterinsights_after_new_install_routine', MONSTERINSIGHTS_VERSION ); + } + + public function get_monsterinsights_default_values() { + return array( + 'enable_affiliate_links' => true, + 'affiliate_links' => array( + array( + 'path' => '/go/', + 'label' => 'affiliate', + ), + array( + 'path' => '/recommend/', + 'label' => 'affiliate', + ) + ), + 'demographics' => 1, + 'ignore_users' => array( 'administrator', 'editor' ), + 'dashboards_disabled' => 0, + 'anonymize_ips' => 0, + 'extensions_of_files' => 'doc,pdf,ppt,zip,xls,docx,pptx,xlsx', + 'subdomain_tracking' => '', + 'link_attribution' => true, + 'tag_links_in_rss' => true, + 'allow_anchor' => 0, + 'add_allow_linker' => 0, + 'custom_code' => '', + 'save_settings' => array( 'administrator' ), + 'view_reports' => array( 'administrator', 'editor' ), + 'events_mode' => 'js', + 'tracking_mode' => 'analytics', + ); + } + + /** + * Check if ThirstyAffiliates plugin is installed and use the link prefix value in the affiliate settings. + * + * @return void + */ + public function maybe_import_thirstyaffiliates_options() { + + // Check if ThirstyAffiliates is installed. + if ( ! function_exists( 'ThirstyAffiliates' ) ) { + return; + } + + $link_prefix = get_option( 'ta_link_prefix', 'recommends' ); + + if ( $link_prefix === 'custom' ) { + $link_prefix = get_option( 'ta_link_prefix_custom', 'recommends' ); + } + + if ( ! empty( $link_prefix ) ) { + + // Check if prefix exists. + $prefix_set = false; + foreach ( $this->new_settings['affiliate_links'] as $affiliate_link ) { + if ( $link_prefix === trim( $affiliate_link['path'], '/' ) ) { + $prefix_set = true; + break; + } + } + + if ( ! $prefix_set ) { + $this->new_settings['affiliate_links'][] = array( + 'path' => '/' . $link_prefix . '/', + 'label' => 'affiliate', + ); + } + } + } + + /** + * MonsterInsights Version 7.0 upgrades. + * + * This function does the + * upgrade routine from MonsterInsights 6.2->7.0. + * + * @since 7.0.0 + * @access public + * + * @return void + */ + public function v700_upgrades() { + // 1. Default all event tracking and tracking to GA + JS respectively + // 3a Set tracking_mode to use analytics.js + $this->new_settings['tracking_mode' ] = 'analytics'; + + + // 3b Set events mode to use JS if the events mode is not set explicitly to none + if ( empty( $this->new_settings['events_mode' ] ) || $this->new_settings['events_mode' ] !== 'none' ) { + $this->new_settings['events_mode' ] = 'js'; + } + + // 2. Migrate manual UA codes + // 2a Manual UA has the lowest priority + if ( ! empty( $this->new_settings['manual_ua_code' ] ) ) { + // Set as manual UA code + 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' ] ) ); + } + + // 2b Then try the oAuth UA code + if ( ! empty( $this->new_settings['analytics_profile_code' ] ) ) { + // Set as manual UA code + 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' ] ) ); + } + + // 3. Migrate License keys + if ( is_multisite() ) { + $ms_license = get_site_option( 'monsterinsights_license', '' ); + if ( $ms_license ) { + update_site_option( 'monsterinsights_network_license_updates', get_site_option( 'monsterinsights_license_updates', '' ) ); + update_site_option( 'monsterinsights_network_license', $ms_license ); + } + } + } + + /** + * Upgrade routine for the new settings panel, onboarding wizard, and the internal-as-outbound v2 settings system. + */ + public function v740_upgrades() { + + // 1. Settings Conversions: + // Convert affiliate field to repeater format + if ( ! empty( $this->new_settings['track_internal_as_outbound'] ) ) { + $affiliate_old_paths = $this->new_settings['track_internal_as_outbound']; + $affiliate_old_label = isset( $this->new_settings['track_internal_as_label'] ) ? $this->new_settings['track_internal_as_label'] : ''; + + $new_paths = explode( ',', $affiliate_old_paths ); + + $this->new_settings['affiliate_links'] = array(); + if ( ! empty( $new_paths ) ) { + $this->new_settings['enable_affiliate_links'] = true; + foreach ( $new_paths as $new_path ) { + $this->new_settings['affiliate_links'][] = array( + 'path' => $new_path, + 'label' => $affiliate_old_label, + ); + } + } + + $settings = array( + 'track_internal_as_outbound', + 'track_internal_as_label', + ); + foreach ( $settings as $setting ) { + if ( ! empty( $this->new_settings[ $setting ] ) ) { + unset( $this->new_settings[ $setting ] ); + } + } + } + + // Update option to disable just reports or also the dashboard widget. + if ( isset( $this->new_settings['dashboards_disabled'] ) && $this->new_settings['dashboards_disabled'] ) { + $this->new_settings['dashboards_disabled'] = 'disabled'; + } + + $this->new_settings['tracking_mode'] = 'analytics'; + $this->new_settings['events_mode'] = 'js'; + + // If opted in during allow_tracking era, move that over + if ( ! empty( $this->new_settings['allow_tracking'] ) ) { + $this->new_settings['anonymous_data'] = 1; + } + + // 2. Remove Yoast stuff + delete_option( 'yoast-ga-access_token' ); + delete_option( 'yoast-ga-refresh_token' ); + delete_option( 'yst_ga' ); + delete_option( 'yst_ga_api' ); + + + // 3. Remove fake settings from other plugins using our key for some reason and old settings of ours + $settings = array( + 'debug_mode', + 'track_download_as', + 'analytics_profile', + 'analytics_profile_code', + 'analytics_profile_name', + 'manual_ua_code', + 'track_outbound', + 'track_download_as', + 'enhanced_link_attribution', + 'oauth_version', + 'monsterinsights_oauth_status', + 'firebug_lite', + 'google_auth_code', + 'allow_tracking', + ); + + foreach ( $settings as $setting ) { + if ( ! empty( $this->new_settings[ $setting ] ) ) { + unset( $this->new_settings[ $setting ] ); + } + } + + $settings = array( + '_repeated', + 'ajax', + 'asmselect0', + 'bawac_force_nonce', + 'icl_post_language', + 'saved_values', + 'mlcf_email', + 'mlcf_name', + 'cron_failed', + 'undefined', + 'cf_email', + 'cf_message', + 'cf_name', + 'cf_number', + 'cf_phone', + 'cf_subject', + 'content', + 'credentials', + 'cron_failed', + 'cron_last_run', + 'global-css', + 'grids', + 'page', + 'punch-fonts', + 'return_tab', + 'skins', + 'navigation-skins', + 'title', + 'type', + 'wpcf_email', + 'wpcf_your_name', + ); + + foreach ( $settings as $setting ) { + if ( ! empty( $this->new_settings[ $setting ] ) ) { + unset( $this->new_settings[ $setting ] ); + } + } + + // 4. Remove old crons + if ( wp_next_scheduled( 'monsterinsights_daily_cron' ) ) { + wp_clear_scheduled_hook( 'monsterinsights_daily_cron' ); + } + if ( wp_next_scheduled( 'monsterinsights_send_tracking_data' ) ) { + wp_clear_scheduled_hook( 'monsterinsights_send_tracking_data' ); + } + + if ( wp_next_scheduled( 'monsterinsights_send_tracking_checkin' ) ) { + wp_clear_scheduled_hook( 'monsterinsights_send_tracking_checkin' ); + } + + if ( wp_next_scheduled( 'monsterinsights_weekly_cron' ) ) { + wp_clear_scheduled_hook( 'monsterinsights_weekly_cron' ); + } + + if ( wp_next_scheduled( 'yst_ga_aggregate_data' ) ) { + wp_clear_scheduled_hook( 'yst_ga_aggregate_data' ); + } + + delete_option( 'monsterinsights_tracking_last_send' ); + delete_option( 'mi_tracking_last_send' ); + + // 5. Remove old option + delete_option( 'monsterinsights_settings_version' ); + } + + + /** + * Upgrade routine + */ + public function v750_upgrades() { + // 1. One time re-prompt for anonymous data (due to migration bug now fixed) + // if ( ! monsterinsights_is_pro_version() ) { + // if ( empty( $this->new_settings[ 'anonymous_data' ] ) ) { + // update_option( 'monsterinsights_tracking_notice', 0 ); + // } + // } + // + // 2. Clear old settings ( 'tracking_mode','events_mode',) + + + // 3. Attempt to extract the cross-domain settings from the Custom Code area and use in the new option. + $custom_code = isset( $this->new_settings['custom_code'] ) ? $this->new_settings['custom_code'] : ''; + if ( ! empty( $custom_code ) ) { + $pattern = '/(?:\'linker:autoLink\', )(?:\[)(.*)(?:\])/m'; + preg_match_all( $pattern, $custom_code, $matches, PREG_SET_ORDER, 0 ); + if ( ! empty( $matches ) && isset( $matches[0] ) && isset( $matches[0][1] ) ) { + $cross_domains = array(); + $domains = explode( ',', $matches[0][1] ); + foreach ( $domains as $key => $domain ) { + $domain = trim( $domain ); + $cross_domains[] = array( + 'domain' => trim( $domain, '\'\"' ), + ); + } + $this->new_settings['add_allow_linker'] = true; + $this->new_settings['cross_domains'] = $cross_domains; + + $notices = get_option( 'monsterinsights_notices' ); + if ( ! is_array( $notices ) ) { + $notices = array(); + } + $notices['monsterinsights_cross_domains_extracted'] = false; + update_option( 'monsterinsights_notices', $notices ); + } + } + } + + /** + * Upgrade routine for version 7.6.0 + */ + public function v760_upgrades() { + + $cross_domains = isset( $this->new_settings['cross_domains'] ) ? $this->new_settings['cross_domains'] : array(); + + if ( ! empty( $cross_domains ) && is_array( $cross_domains ) ) { + $current_domain = wp_parse_url( home_url() ); + $current_domain = isset( $current_domain['host'] ) ? $current_domain['host'] : ''; + if ( ! empty( $current_domain ) ) { + $regex = '/^(?:' . $current_domain . '|(?:.+)\.' . $current_domain . ')$/m'; + foreach ( $cross_domains as $key => $cross_domain ) { + if ( ! isset( $cross_domain['domain'] ) ) { + continue; + } + preg_match( $regex, $cross_domain['domain'], $matches ); + if ( count( $matches ) > 0 ) { + unset( $this->new_settings['cross_domains'][ $key ] ); + } + } + } + } + + } + + /** + * Upgrade routine for version 7.7.1 + */ + public function v771_upgrades() { + + if ( ! monsterinsights_is_pro_version() ) { + // We only need to run this for the Pro version. + return; + } + include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); + + $plugin = 'wp-scroll-depth/wp-scroll-depth.php'; + // Check if wp-scroll-depth is active and deactivate to avoid conflicts with the pro scroll tracking feature. + if ( is_plugin_active( $plugin ) ) { + deactivate_plugins( $plugin ); + } + + } + + /** + * Upgrade routine for version 7.8.0 + */ + public function v780_upgrades() { + + if ( monsterinsights_get_ua() ) { + // If we have a UA, don't show the first run notice. + monsterinsights_update_option( 'monsterinsights_first_run_notice', true ); + + // If they are already tracking when they upgrade, mark connected time as now. + $over_time = get_option( 'monsterinsights_over_time', array() ); + if ( empty( $over_time['connected_date'] ) ) { + $over_time['connected_date'] = time(); + update_option( 'monsterinsights_over_time', $over_time ); + } + } + + } + + /** + * Upgrade routine for version 7.9.0 + */ + public function v790_upgrades() { + + // If they are already tracking, don't show the notice. + if ( monsterinsights_get_ua() ) { + update_option( 'monsterinsights_frontend_tracking_notice_viewed', true ); + + // If they are already tracking when they upgrade & not already marked mark connected time as now. + // Adding this here again as 7.8.0 upgrade didn't run for all users. + $over_time = get_option( 'monsterinsights_over_time', array() ); + if ( empty( $over_time['connected_date'] ) ) { + $over_time['connected_date'] = time(); + update_option( 'monsterinsights_over_time', $over_time ); + } + } + + } + + /** + * Upgrade routine for version 8.0.0 + */ + public function v7100_upgrades() { + + // Remove exe js and tgz from file downloads tracking. + $current_downloads = isset( $this->new_settings['extensions_of_files'] ) ? $this->new_settings['extensions_of_files'] : array(); + + if ( ! empty( $current_downloads ) ) { + $extensions_to_remove = array( + 'exe', + 'js', + 'tgz' + ); + $extensions_to_add = array( + 'docx', + 'pptx', + 'xlsx', + ); + + $extensions = explode( ',', $current_downloads ); + $updated_extensions = array(); + + if ( ! empty( $extensions ) && is_array( $extensions ) ) { + foreach ( $extensions as $extension ) { + if ( ! in_array( $extension, $extensions_to_remove ) ) { + $updated_extensions[] = $extension; + } + } + } + + foreach ( $extensions_to_add as $extension_to_add ) { + if ( ! in_array( $extension_to_add, $updated_extensions ) ) { + $updated_extensions[] = $extension_to_add; + } + } + } else { + $updated_extensions = array( + 'pdf', + 'doc', + 'ppt', + 'xls', + 'zip', + 'docx', + 'pptx', + 'xlsx', + ); + } + + $updated_extensions = implode( ',', $updated_extensions ); + + $this->new_settings['extensions_of_files'] = $updated_extensions; + + } +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/measurement-protocol.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/measurement-protocol.php new file mode 100644 index 00000000..5d3dfb06 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/measurement-protocol.php @@ -0,0 +1,142 @@ + 'event', // Required: Hit type + 'ec' => '', // Optional: Event category + 'ea' => '', // Optional: Event Action + 'el' => '', // Optional: Event Label + 'ev' => null, // Optional: Event Value + ); + + $body = array_merge( $defaults , $args ); + + // We want to get the user's IP address when possible + $ip = ''; + if ( ! empty( $_SERVER['HTTP_CLIENT_IP'] ) && ! filter_var( $_SERVER['HTTP_CLIENT_IP'], FILTER_VALIDATE_IP ) === false ) { + $ip = $_SERVER['HTTP_CLIENT_IP']; + } elseif ( ! empty( $_SERVER['HTTP_X_FORWARDED_FOR'] ) && ! filter_var( $_SERVER['HTTP_X_FORWARDED_FOR'], FILTER_VALIDATE_IP ) === false ) { + $ip = $_SERVER['HTTP_X_FORWARDED_FOR']; + } else { + $ip = $_SERVER['REMOTE_ADDR']; + } + + $ip = apply_filters( 'monsterinsights_mp_api_call_ip', $ip ); + + // If possible, let's get the user's language + $user_language = isset( $_SERVER['HTTP_ACCEPT_LANGUAGE'] ) ? explode( ',', $_SERVER['HTTP_ACCEPT_LANGUAGE'] ) : array(); + $user_language = reset( $user_language ); + $user_language = sanitize_text_field( $user_language ); + + $default_body = array( + // Required: Version + 'v' => '1', + + // Required: UA code + 'tid' => monsterinsights_get_ua_to_output( array( 'ecommerce' => $args ) ), + + // Required: User visitor ID + 'cid' => monsterinsights_get_client_id( $payment_id ), + + // Required: Type of hit (either pageview or event) + 't' => 'pageview', // Required - Hit type + + // Optional: Was the event a non-interaction event (for bounce purposes) + 'ni' => true, + + // Optional: Document Host Name + 'dh' => str_replace( array( 'http://', 'https://' ), '', site_url() ), + + // Optional: Requested URI + 'dp' => $_SERVER['REQUEST_URI'], + + // Optional: Page Title + 'dt' => get_the_title(), + + // Optional: User language + 'ul' => $user_language, + + // Optional: User IP address + 'uip' => $ip, + + // Optional: User Agent + 'ua' => ! empty( $user_agent ) ? $user_agent : $_SERVER['HTTP_USER_AGENT'], + + // Optional: Time of the event + 'z' => time() + ); + + $body = wp_parse_args( $body, $default_body ); + $body = apply_filters( 'monsterinsights_mp_api_call', $body ); + + + // Ensure that the CID is not empty + if ( empty( $body['cid'] ) ) { + $body['cid'] = monsterinsights_generate_uuid(); + } + + // Unset empty values to reduce request size + foreach ( $body as $key => $value ) { + if ( empty( $value ) ) { + unset( $body[ $key ] ); + } + } + + $debug_mode = monsterinsights_is_debug_mode(); + $args = array( + 'method' => 'POST', + 'timeout' => '5', + 'blocking' => ( $debug_mode ) ? true : false, + 'body' => $body, + ); + + if ( ! empty( $user_agent ) ) { + $args['user-agent'] = $user_agent; + } + + $response = wp_remote_post( monsterinsights_get_mp_api_url(), $args ); + + return $response; +} + +function monsterinsights_mp_track_event_call( $args = array() ) { + $default_args = array( + // Change the default type to event + 't' => 'event', + + // Required: Event Category + 'ec' => '', + + // Required: Event Action + 'ea' => '', + + // Required: Event Label + 'el' => '', + + // Optional: Event Value + 'ev' => null, + ); + $args = wp_parse_args( $args, $default_args ); + //$args = apply_filters( 'monsterinsights_mp_track_event_call', $args ); + + return monsterinsights_mp_api_call( $args ); +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/options.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/options.php new file mode 100644 index 00000000..a9f79776 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/includes/options.php @@ -0,0 +1,414 @@ +auth->get_ua(); + + // If that didn't work, try the manual UA at the site level + if ( empty( $ua ) ) { + $ua = MonsterInsights()->auth->get_manual_ua(); + // If that didn't work try getting it from the network + if ( empty( $ua ) ) { + $ua = monsterinsights_get_network_ua(); + // If that didn't work, try getting it from the overall constant. If it's not there, leave it blank + if ( empty( $ua ) ) { + $ua = defined( 'MONSTERINSIGHTS_GA_UA' ) && MONSTERINSIGHTS_GA_UA ? monsterinsights_is_valid_ua( MONSTERINSIGHTS_GA_UA ) : ''; + } + } + } + + // Feed through the filter + $pre_filter = $ua; + $ua = apply_filters( 'monsterinsights_get_ua', $ua ); + + // Only run through monsterinsights_is_valid_ua if it's different than pre-filter + return $pre_filter === $ua ? $ua : monsterinsights_is_valid_ua( $ua ); +} + +/** + * Helper method for getting the network UA string. + * + * @since 6.0.0 + * @access public + * + * @return string The UA to use. + */ +function monsterinsights_get_network_ua() { + if ( ! is_multisite() ) { + return ''; + } + + // First try network auth UA + $ua = MonsterInsights()->auth->get_network_ua(); + if ( ! empty( $ua ) ) { + return $ua; + } + + // Then try manual network UA + $ua = MonsterInsights()->auth->get_network_manual_ua(); + if ( ! empty( $ua ) ) { + return $ua; + } + + // See if the constant is defined + if ( defined( 'MONSTERINSIGHTS_MS_GA_UA' ) && monsterinsights_is_valid_ua( MONSTERINSIGHTS_MS_GA_UA ) ) { + return MONSTERINSIGHTS_MS_GA_UA; + } + + return ''; +} + +/** + * Helper method for getting the UA string that's output on the frontend. + * + * @since 6.0.0 + * @access public + * + * @param array $args Allow calling functions to give args to use in future applications. + * @return string The UA to use on frontend. + */ +function monsterinsights_get_ua_to_output( $args = array() ) { + $ua = monsterinsights_get_ua(); + $ua = apply_filters( 'monsterinsights_get_ua_to_output', $ua, $args ); + return monsterinsights_is_valid_ua( $ua ); +} + +/** + * Helper method for updating a setting's value. + * + * @since 6.0.0 + * @access public + * + * @param string $key The setting key. + * @param string $value The value to set for the key. + * @return boolean True if updated, false if not. + */ +function monsterinsights_update_option( $key = '', $value = false ) { + + // If no key, exit + if ( empty( $key ) ){ + return false; + } + + if ( empty( $value ) ) { + $remove_option = monsterinsights_delete_option( $key ); + return $remove_option; + } + + $option_name = monsterinsights_get_option_name(); + + // First let's grab the current settings + + // if on network panel or if on single site using network settings + //$settings = get_site_option( $option_name ); + //$use_network_settings = ! empty( $use_network_settings['use_network_settings'] ) ? true : false; + //$is_network = is_multisite(); + //$update_network_option = true; + //if ( ! is_network_admin() && ! ( $is_network && $use_network_settings ) ) { + $settings = get_option( $option_name ); + // $update_network_option = false; + //} + + if ( ! is_array( $settings ) ) { + $settings = array(); + } + + // Let's let devs alter that value coming in + $value = apply_filters( 'monsterinsights_update_option', $value, $key ); + + // Next let's try to update the value + $settings[ $key ] = $value; + $did_update = false; + //if ( $update_network_option ) { + // $did_update = update_site_option( $option_name, $settings ); + //} else { + $did_update = update_option( $option_name, $settings ); + //} + + // If it updated, let's update the global variable + if ( $did_update ){ + global $monsterinsights_settings; + $monsterinsights_settings[ $key ] = $value; + } + + return $did_update; +} + + /** + * Helper method for deleting a setting's value. + * + * @since 6.0.0 + * @access public + * + * @param string $key The setting key. + * @return boolean True if removed, false if not. + */ +function monsterinsights_delete_option( $key = '' ) { + // If no key, exit + if ( empty( $key ) ){ + return false; + } + + $option_name = monsterinsights_get_option_name(); + + // First let's grab the current settings + + // if on network panel or if on single site using network settings + //$settings = get_site_option( $option_name ); + //$use_network_settings = ! empty( $use_network_settings['use_network_settings'] ) ? true : false; + //$is_network = is_multisite(); + //$update_network_option = true; + //if ( ! is_network_admin() && ! ( $is_network && $use_network_settings ) ) { + $settings = get_option( $option_name ); + // $update_network_option = false; + //} + + // Next let's try to remove the key + if( isset( $settings[ $key ] ) ) { + unset( $settings[ $key ] ); + } + + $did_update = false; + //if ( $update_network_option ) { + // $did_update = update_site_option( 'monsterinsights_settings', $settings ); + //} else { + $did_update = update_option( $option_name, $settings ); + //} + + // If it updated, let's update the global variable + if ( $did_update ){ + global $monsterinsights_settings; + $monsterinsights_settings = $settings; + } + + return $did_update; +} + + /** + * Helper method for deleting multiple settings value. + * + * @since 6.0.0 + * @access public + * + * @param string $key The setting key. + * @return boolean True if removed, false if not. + */ +function monsterinsights_delete_options( $keys = array() ) { + // If no keys, exit + if ( empty( $keys ) || ! is_array( $keys ) ){ + return false; + } + + $option_name = monsterinsights_get_option_name(); + + // First let's grab the current settings + + // if on network panel or if on single site using network settings + //$settings = get_site_option( $option_name ); + //$use_network_settings = ! empty( $use_network_settings['use_network_settings'] ) ? true : false; + //$is_network = is_multisite(); + //$update_network_option = true; + //if ( ! is_network_admin() && ! ( $is_network && $use_network_settings ) ) { + $settings = get_option( $option_name ); + // $update_network_option = false; + //} + + // Next let's try to remove the keys + foreach ( $keys as $key ) { + if( isset( $settings[ $key ] ) ) { + unset( $settings[ $key ] ); + } + } + + $did_update = false; + //if ( $update_network_option ) { + // $did_update = update_site_option( 'monsterinsights_settings', $settings ); + //} else { + $did_update = update_option( $option_name, $settings ); + //} + + // If it updated, let's update the global variable + if ( $did_update ){ + global $monsterinsights_settings; + $monsterinsights_settings = $settings; + } + + return $did_update; +} + +/** + * Is valid ua code. + * + * @access public + * @since 6.0.0 + * + * @param string $ua_code UA code to check validity for. + * + * @return string|false Return cleaned ua string if valid, else returns false. + */ +function monsterinsights_is_valid_ua( $ua_code = '' ) { + $ua_code = (string) $ua_code; // Rare case, but let's make sure it never happens. + $ua_code = trim( $ua_code ); + + if ( empty( $ua_code ) ) { + return ''; + } + + // Replace all type of dashes (n-dash, m-dash, minus) with normal dashes. + $ua_code = str_replace( array( '–', '—', '−' ), '-', $ua_code ); + + if ( preg_match( "/^(UA|YT|MO)-\d{4,}-\d+$/", strval( $ua_code ) ) ) { + return $ua_code; + } else { + return ''; + } +} + +/** + * Helper method for getting the license information. + * + * @since 6.0.0 + * @access public + * + * @param string $key The setting key to retrieve. + * @param mixed $default_value The default value of the setting key to retrieve. + * @return string The value of the setting. + */ +function monsterinsights_get_license() { + $license = MonsterInsights()->license->get_site_license(); + $license = $license ? $license : MonsterInsights()->license->get_network_license(); + $default = MonsterInsights()->license->get_default_license_key(); + if ( empty( $license ) && ! empty( $default ) ) { + $license = array(); + $license['key'] = MonsterInsights()->license->get_default_license_key(); + } + return $license; +} + +/** + * Helper method for getting the license key. + * + * @since 6.0.0 + * @access public + * + * @param string $key The setting key to retrieve. + * @param mixed $default_value The default value of the setting key to retrieve. + * @return string The value of the setting. + */ +function monsterinsights_get_license_key() { + if ( monsterinsights_is_pro_version() ) { + return MonsterInsights()->license->get_license_key(); + } + return ''; +} + +function monsterinsights_get_option_name() { + //if ( monsterinsights_is_pro_version() ) { + return 'monsterinsights_settings'; + //} else { + // return 'monsterinsights_settings'; + //} +} + +function monsterinsights_export_settings() { + $settings = monsterinsights_get_options(); + $exclude = array( + 'analytics_profile', + 'analytics_profile_code', + 'analytics_profile_name', + 'oauth_version', + 'cron_last_run', + 'monsterinsights_oauth_status', + ); + + foreach ( $exclude as $e ) { + if ( ! empty( $settings[ $e ] ) ) { + unset( $settings[ $e ] ); + } + } + return wp_json_encode( $settings ); +} + +/** + * Always return 'analytics' when grabbing the tracking mode. + * + * @param string $value The value to override. + * + * @return string + */ +function monsterinsights_force_tracking_mode( $value ) { + return 'analytics'; +} +add_filter( 'monsterinsights_get_option_tracking_mode', 'monsterinsights_force_tracking_mode' ); + +/** + * Always return 'js' when grabbing the events mode. + * + * @param string $value The value to override. + * + * @return string + */ +function monsterinsights_force_events_mode( $value ) { + return 'js'; +} +add_filter( 'monsterinsights_get_option_events_mode', 'monsterinsights_force_events_mode' ); diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/index.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/index.php new file mode 100644 index 00000000..720f9c50 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/index.php @@ -0,0 +1,4 @@ +\n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2019-12-19T18:37:42+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.2.0\n" +"X-Domain: google-analytics-for-wordpress\n" + +#. Plugin Name of the plugin +msgid "MonsterInsights Pro" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://www.monsterinsights.com/?utm_source=proplugin&utm_medium=pluginheader&utm_campaign=pluginurl&utm_content=7%2E0%2E0" +msgstr "" + +#. Description of the plugin +msgid "The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back." +msgstr "" + +#. Author of the plugin +#: includes/admin/admin.php:31 +#: includes/admin/admin.php:34 +#: includes/admin/admin.php:42 +#: lite/includes/admin/dashboard-widget.php:96 +#: lite/includes/admin/wp-site-health.php:172 +#: lite/includes/admin/wp-site-health.php:224 +#: lite/includes/admin/wp-site-health.php:251 +#: lite/includes/admin/wp-site-health.php:289 +#: lite/includes/admin/wp-site-health.php:316 +#: lite/includes/admin/wp-site-health.php:343 +#: lite/includes/admin/wp-site-health.php:368 +#: lite/includes/admin/wp-site-health.php:407 +msgid "MonsterInsights" +msgstr "" + +#. Author URI of the plugin +msgid "https://www.monsterinsights.com/?utm_source=proplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0" +msgstr "" + +#: googleanalytics.php:255 +#: googleanalytics.php:269 +msgid "Cheatin’ huh?" +msgstr "" + +#: googleanalytics.php:398 +msgid "Sorry, but your version of WordPress does not meet MonsterInsights's required version of %1$s3.8%2$s to run properly. The plugin not been activated. %3$sClick here to return to the Dashboard%4$s." +msgstr "" + +#: googleanalytics.php:419 +msgid "Please %1$suninstall%2$s the MonsterInsights Lite Plugin. Your Pro version of MonsterInsights may not work as expected until the Lite version is uninstalled." +msgstr "" + +#: includes/admin/admin.php:31 +#: includes/admin/admin.php:37 +#: includes/admin/admin.php:45 +#: includes/admin/admin.php:91 +#: languages/vue.php:169 +msgid "Insights" +msgstr "" + +#: includes/admin/admin.php:34 +#: includes/admin/admin.php:42 +#: includes/admin/admin.php:182 +msgid "Settings" +msgstr "" + +#: includes/admin/admin.php:37 +msgid "General:" +msgstr "" + +#: includes/admin/admin.php:39 +#: includes/admin/admin.php:45 +#: includes/admin/admin.php:95 +msgid "General Reports:" +msgstr "" + +#: includes/admin/admin.php:39 +#: includes/admin/admin.php:95 +#: languages/vue.php:606 +msgid "Reports" +msgstr "" + +#: includes/admin/admin.php:51 +msgid "Tools:" +msgstr "" + +#: includes/admin/admin.php:51 +msgid "Tools" +msgstr "" + +#: includes/admin/admin.php:56 +#: includes/admin/admin.php:98 +msgid "Addons:" +msgstr "" + +#: includes/admin/admin.php:56 +#: includes/admin/admin.php:98 +msgid "Addons" +msgstr "" + +#: includes/admin/admin.php:60 +#: includes/admin/admin.php:103 +msgid "About Us:" +msgstr "" + +#: includes/admin/admin.php:60 +#: includes/admin/admin.php:103 +#: languages/vue.php:233 +msgid "About Us" +msgstr "" + +#: includes/admin/admin.php:91 +#: includes/admin/admin.php:93 +msgid "Network Settings:" +msgstr "" + +#: includes/admin/admin.php:93 +msgid "Network Settings" +msgstr "" + +#: includes/admin/admin.php:164 +msgid "MonsterInsights Knowledge Base" +msgstr "" + +#: includes/admin/admin.php:164 +msgid "Documentation" +msgstr "" + +#: includes/admin/admin.php:169 +#: includes/admin/reports/abstract-report.php:361 +msgid "Get MonsterInsights Pro" +msgstr "" + +#: includes/admin/admin.php:175 +#: includes/admin/admin.php:178 +#: languages/vue.php:942 +msgid "Support" +msgstr "" + +#: includes/admin/admin.php:241 +msgid "Please rate %sMonsterInsights%s %s on %sWordPress.org%s to help us spread the word. Thank you from the MonsterInsights team!" +msgstr "" + +#: includes/admin/admin.php:276 +#: languages/vue.php:1893 +msgid "Please Setup Website Analytics to See Audience Insights" +msgstr "" + +#: includes/admin/admin.php:277 +#: languages/vue.php:1899 +msgid "Connect MonsterInsights and Setup Website Analytics" +msgstr "" + +#: includes/admin/admin.php:279 +#: languages/vue.php:206 +msgid "Learn More" +msgstr "" + +#: includes/admin/admin.php:281 +#: languages/vue.php:1896 +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." +msgstr "" + +#: includes/admin/admin.php:290 +msgid "Warning: No valid license key has been entered for MonsterInsights. You are currently not getting updates, and are not able to view reports. %1$sPlease click here to enter your license key and begin receiving updates and reports.%2$s" +msgstr "" + +#: includes/admin/admin.php:300 +msgid "Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s" +msgstr "" + +#: includes/admin/admin.php:302 +#: languages/vue.php:1239 +msgid "Your license key for MonsterInsights has been disabled. Please use a different key." +msgstr "" + +#: includes/admin/admin.php:304 +#: languages/vue.php:1242 +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." +msgstr "" + +#: includes/admin/admin.php:308 +msgid "Your network license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s" +msgstr "" + +#: includes/admin/admin.php:310 +msgid "Your network license key for MonsterInsights has been disabled. Please use a different key." +msgstr "" + +#: includes/admin/admin.php:312 +msgid "Your network 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." +msgstr "" + +#: includes/admin/admin.php:328 +msgid "Your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked.%4$sWordPress will stop supporting your PHP version in April, 2019.%4$sUpdating PHP only takes a few minutes and will make your website significantly faster and more secure.%4$s%2$sLearn more about updating PHP%3$s" +msgstr "" + +#: includes/admin/admin.php:335 +msgid "Your site is running an outdated version of WordPress (%1$s).%4$sMonsterInsights will stop supporting WordPress versions lower than 4.6 in April, 2019.%4$sUpdating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.%4$s%2$sLearn more about updating WordPress%3$s" +msgstr "" + +#: includes/admin/admin.php:392 +msgid "Important: You are currently using manual UA code output. We highly recommend %1$sauthenticating with MonsterInsights%2$s so that you can access our new reporting area and take advantage of new MonsterInsights features." +msgstr "" + +#: includes/admin/admin.php:434 +#: includes/admin/admin.php:465 +msgid "%1$sGet MonsterInsights Pro%2$s" +msgstr "" + +#: includes/admin/admin.php:478 +msgid "Warning: MonsterInsights found cross-domain settings in the custom code field and converted them to the new settings structure. %1$sPlease click here to review and remove the code no longer needed.%2$s" +msgstr "" + +#: includes/admin/api-auth.php:85 +msgid "You don't have permission to authenticate MonsterInsights." +msgstr "" + +#: includes/admin/api-auth.php:96 +msgid "Cannot authenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings." +msgstr "" + +#: includes/admin/api-auth.php:102 +msgid "Cannot authenticate. Please re-authenticate." +msgstr "" + +#: includes/admin/api-auth.php:104 +msgid "Cannot network authenticate. Please re-authenticate on the network settings panel." +msgstr "" + +#: includes/admin/api-auth.php:240 +msgid "You don't have permission to re-authenticate MonsterInsights." +msgstr "" + +#: includes/admin/api-auth.php:251 +msgid "Cannot re-authenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings." +msgstr "" + +#: includes/admin/api-auth.php:257 +msgid "Cannot re-authenticate. Please authenticate." +msgstr "" + +#: includes/admin/api-auth.php:259 +msgid "Cannot re-authenticate the network. Please authenticate on the network settings panel." +msgstr "" + +#: includes/admin/api-auth.php:361 +msgid "You don't have permission to verify MonsterInsights." +msgstr "" + +#: includes/admin/api-auth.php:370 +#: includes/admin/api-auth.php:372 +msgid "Cannot verify. Please authenticate." +msgstr "" + +#: includes/admin/api-auth.php:378 +msgid "Cannot verify. Please enter a valid, active license key for MonsterInsights Pro into the settings." +msgstr "" + +#: includes/admin/api-auth.php:384 +msgid "Successfully verified." +msgstr "" + +#: includes/admin/api-auth.php:386 +msgid "Could not verify." +msgstr "" + +#: includes/admin/api-auth.php:394 +msgid "Verify auth key not passed" +msgstr "" + +#: includes/admin/api-auth.php:416 +msgid "You don't have permission to deauthenticate MonsterInsights." +msgstr "" + +#: includes/admin/api-auth.php:425 +#: includes/admin/api-auth.php:427 +msgid "Cannot deauthenticate. You are not currently authed." +msgstr "" + +#: includes/admin/api-auth.php:433 +msgid "Cannot deauthenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings." +msgstr "" + +#: includes/admin/api-auth.php:441 +msgid "Successfully deauthenticated." +msgstr "" + +#: includes/admin/api-auth.php:444 +msgid "Successfully force deauthenticated." +msgstr "" + +#: includes/admin/api-auth.php:446 +msgid "Could not deauthenticate." +msgstr "" + +#: includes/admin/common.php:749 +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." +msgstr "" + +#: includes/admin/common.php:869 +#: languages/vue.php:2055 +msgid "Your 2019 Analytics Report" +msgstr "" + +#: includes/admin/common.php:875 +#: languages/vue.php:2058 +msgid "See how your website performed this year and find tips along the way to help grow even more in 2020!" +msgstr "" + +#: includes/admin/common.php:877 +msgid "View 2019 Year in Review report!" +msgstr "" + +#: includes/admin/licensing/skin.php:86 +msgid "There was an error installing the addon. Please try again." +msgstr "" + +#: includes/admin/licensing/skin.php:94 +msgid "There was an error installing the addon: %s" +msgstr "" + +#: includes/admin/notice.php:225 +msgid "Dismiss this notice" +msgstr "" + +#: includes/admin/pages/settings.php:89 +msgid "Ooops! It Appears JavaScript Didn’t Load" +msgstr "" + +#: includes/admin/pages/settings.php:90 +msgid "There seems to be an issue running JavaScript on your website, which MonsterInsights is crafted in to give you the best experience possible." +msgstr "" + +#: includes/admin/pages/settings.php:91 +msgid "If you are using an %sad blocker%s, please disable or whitelist the current page to load MonsterInsights correctly." +msgstr "" + +#: includes/admin/pages/settings.php:103 +msgid "Copy the error message above and paste it in a message to the MonsterInsights support team." +msgstr "" + +#: includes/admin/pages/settings.php:106 +msgid "Resolve This Issue" +msgstr "" + +#: includes/admin/pages/settings.php:110 +msgid "Your browser version is not supported" +msgstr "" + +#: includes/admin/pages/settings.php:111 +msgid "You are using a browser which is no longer supported by MonsterInsights. Please update or use another browser in order to access the plugin settings." +msgstr "" + +#: includes/admin/pages/settings.php:113 +msgid "View supported browsers" +msgstr "" + +#: includes/admin/reports/abstract-report.php:54 +msgid "Access denied" +msgstr "" + +#: includes/admin/reports/abstract-report.php:63 +msgid "Please %1$senable the dashboard%2$s to see report data." +msgstr "" + +#: includes/admin/reports/abstract-report.php:69 +msgid "The dashboard is disabled." +msgstr "" + +#: includes/admin/reports/abstract-report.php:77 +msgid "You do not have an active license. Please %1$scheck your license configuration.%2$s" +msgstr "" + +#: includes/admin/reports/abstract-report.php:89 +msgid "Please %1$sauthenticate %2$swith Google Analytics to allow the plugin to fetch data." +msgstr "" + +#: includes/admin/reports/abstract-report.php:95 +msgid "The Google oAuth authentication needs to be re-authenticated to view data." +msgstr "" + +#: includes/admin/reports/abstract-report.php:122 +msgid "No data found" +msgstr "" + +#: includes/admin/reports/abstract-report.php:168 +msgid "Invalid date range." +msgstr "" + +#: includes/admin/reports/abstract-report.php:270 +msgid "You must authenticate with MonsterInsights to use reports." +msgstr "" + +#: includes/admin/reports/abstract-report.php:319 +msgid "You currently have a %s level license, but this report requires at least a %s level license to view the %s. Please upgrade to view this report." +msgstr "" + +#: includes/admin/reports/abstract-report.php:331 +msgid "Ready to Get Analytics Super-Powers?" +msgstr "" + +#: includes/admin/reports/abstract-report.php:333 +msgid "(And Crush Your Competition?)" +msgstr "" + +#: includes/admin/reports/abstract-report.php:336 +msgid "" +"Hey there! It looks like you've got the %s license installed on your site. \n" +"\t\t\t\t\t\t\t\t\t That's awesome! %s" +msgstr "" + +#: includes/admin/reports/abstract-report.php:339 +msgid "Do you want to access to %s reporting right now%s in your WordPress Dashboard? That comes with the %s level%s of our paid packages. You'll need to upgrade your license to get instant access." +msgstr "" + +#: includes/admin/reports/abstract-report.php:341 +msgid "It's easy! To upgrade, navigate to %sMy Account%s on MonsterInsights.com, go to the licenses tab, and click upgrade. We also have a %sstep by step guide%s with pictures of this process." +msgstr "" + +#: includes/admin/reports/abstract-report.php:343 +#: includes/admin/reports/abstract-report.php:352 +msgid "If you have any questions, don't hesitate to reach out. We're here to help." +msgstr "" + +#: includes/admin/reports/abstract-report.php:345 +msgid "" +"Hey there! %s It looks like you've got the free version of MonsterInsights installed on your site. \n" +"\t\t\t\t\t\t\t\t\t That's awesome!" +msgstr "" + +#: includes/admin/reports/abstract-report.php:348 +msgid "Do you you want to access to %s reporting right now%s in your WordPress Dashboard? That comes with %s level%s of our paid packages. To get instant access, you'll want to buy a MonsterInsights license, which also gives you access to powerful addons, expanded reporting (including the ability to use custom date ranges), comprehensive tracking features (like UserID tracking) and access to our world-class support team." +msgstr "" + +#: includes/admin/reports/abstract-report.php:350 +msgid "Upgrading is easy! To upgrade, navigate to %sour pricing page%s, purchase the required license, and then follow the %sinstructions in the email receipt%s to upgrade. It only takes a few minutes to unlock the most powerful, yet easy to use analytics tracking system for WordPress." +msgstr "" + +#: includes/admin/reports/abstract-report.php:358 +#: languages/vue.php:1322 +msgid "Upgrade Now" +msgstr "" + +#: includes/admin/reports/abstract-report.php:395 +msgid "Please ask your webmaster to enable this addon." +msgstr "" + +#: includes/admin/reports/overview.php:34 +#: languages/vue.php:209 +msgid "Overview" +msgstr "" + +#: includes/admin/review.php:114 +msgid "Are you enjoying MonsterInsights?" +msgstr "" + +#: includes/admin/review.php:116 +msgid "Yes" +msgstr "" + +#: includes/admin/review.php:117 +msgid "Not Really" +msgstr "" + +#: includes/admin/review.php:121 +msgid "We're sorry to hear you aren't enjoying MonsterInsights. We would love a chance to improve. Could you take a minute and let us know what we can do better?" +msgstr "" + +#: includes/admin/review.php:123 +msgid "Give Feedback" +msgstr "" + +#: includes/admin/review.php:124 +msgid "No thanks" +msgstr "" + +#: includes/admin/review.php:128 +msgid "That’s awesome! Could you please do me a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?" +msgstr "" + +#: includes/admin/review.php:129 +msgid "~ Syed Balkhi
Co-Founder of MonsterInsights" +msgstr "" + +#: includes/admin/review.php:131 +msgid "Ok, you deserve it" +msgstr "" + +#: includes/admin/review.php:132 +msgid "Nope, maybe later" +msgstr "" + +#: includes/admin/review.php:133 +msgid "I already did" +msgstr "" + +#: includes/admin/routes.php:272 +msgid "The most beginner friendly drag & drop WordPress forms plugin allowing you to create beautiful contact forms, subscription forms, payment forms, and more in minutes, not hours!" +msgstr "" + +#: includes/admin/routes.php:281 +msgid "Our high-converting optin forms like Exit-Intent® popups, Fullscreen Welcome Mats, and Scroll boxes help you dramatically boost conversions and get more email subscribers." +msgstr "" + +#: includes/admin/routes.php:291 +msgid "SMTP (Simple Mail Transfer Protocol) is an industry standard for sending emails. SMTP helps increase email deliverability by using proper authentication" +msgstr "" + +#: includes/admin/routes.php:301 +msgid "Better Coming Soon & Maintenance Mode Pages" +msgstr "" + +#: includes/admin/routes.php:310 +msgid "Get More Traffic with Viral Giveaways" +msgstr "" + +#: includes/admin/routes.php:319 +msgid "Social Proof Notifications that Boost Sales" +msgstr "" + +#: includes/admin/routes.php:437 +msgid "Invalid UA code" +msgstr "" + +#: includes/admin/routes.php:464 +msgid "Please upload a valid .json file" +msgstr "" + +#: includes/admin/routes.php:473 +msgid "Please upload a file to import" +msgstr "" + +#: includes/admin/routes.php:524 +msgid "You don't have permission to view MonsterInsights reports." +msgstr "" + +#: includes/admin/routes.php:536 +msgid "You can't view MonsterInsights reports because you are not licensed." +msgstr "" + +#: includes/admin/routes.php:537 +msgid "Add your license" +msgstr "" + +#: includes/admin/routes.php:544 +msgid "You can't view MonsterInsights reports due to license key errors." +msgstr "" + +#: includes/admin/routes.php:552 +msgid "You must authenticate with MonsterInsights before you can view reports." +msgstr "" + +#: includes/admin/routes.php:558 +msgid "Unknown report. Try refreshing and retrying. Contact support if this issue persists." +msgstr "" + +#: includes/admin/routes.php:606 +msgid "We encountered an error when fetching the report data." +msgstr "" + +#: includes/admin/tracking.php:242 +msgid "Once Weekly" +msgstr "" + +#: includes/api-request.php:191 +msgid "The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue. %s" +msgstr "" + +#: includes/api-request.php:193 +msgid "The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue." +msgstr "" + +#: includes/api-request.php:306 +msgid "The API was unreachable." +msgstr "" + +#: includes/api-request.php:310 +msgid "The API returned a %s response" +msgstr "" + +#: includes/api-request.php:314 +#: includes/api-request.php:318 +msgid "The API returned a %d response with this message: %s" +msgstr "" + +#: includes/api-request.php:326 +msgid "Improper API request." +msgstr "" + +#: includes/api-request.php:384 +msgid "Reason: The API was unreachable because the Airplane Mode plugin is active." +msgstr "" + +#: includes/api-request.php:397 +msgid "Reason: The API was unreachable because the API url is on the WP HTTP blocklist." +msgstr "" + +#: includes/api-request.php:412 +#: includes/api-request.php:434 +msgid "Reason: The API was unreachable because the call to Google failed." +msgstr "" + +#: includes/api-request.php:417 +msgid "Reason: The API was unreachable because no external hosts are allowed on this site." +msgstr "" + +#: includes/deprecated.php:126 +msgid "%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s!" +msgstr "" + +#: includes/deprecated.php:179 +msgid "%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s." +msgstr "" + +#: includes/frontend/tracking/class-tracking-analytics.php:218 +msgid "Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel." +msgstr "" + +#: includes/frontend/tracking/class-tracking-analytics.php:221 +msgid "Note: MonsterInsights does not track you as a logged-in site administrator to prevent site owners from accidentally skewing their own Google Analytics data." +msgstr "" + +#: includes/frontend/tracking/class-tracking-analytics.php:224 +msgid "Note: The site owner has disabled Google Analytics tracking for your user role." +msgstr "" + +#: includes/frontend/tracking/class-tracking-analytics.php:304 +msgid "Not running function" +msgstr "" + +#: includes/frontend/tracking/class-tracking-analytics.php:304 +msgid "because you are not being tracked." +msgstr "" + +#: includes/frontend/tracking/class-tracking-preview.php:77 +msgid "You are currently in a preview window. MonsterInsights doesn't track preview window traffic to avoid false visit reports." +msgstr "" + +#: includes/helpers.php:366 +msgid "United States" +msgstr "" + +#: includes/helpers.php:367 +msgid "Canada" +msgstr "" + +#: includes/helpers.php:368 +msgid "United Kingdom" +msgstr "" + +#: includes/helpers.php:369 +msgid "Afghanistan" +msgstr "" + +#: includes/helpers.php:370 +msgid "Åland Islands" +msgstr "" + +#: includes/helpers.php:371 +msgid "Albania" +msgstr "" + +#: includes/helpers.php:372 +msgid "Algeria" +msgstr "" + +#: includes/helpers.php:373 +msgid "American Samoa" +msgstr "" + +#: includes/helpers.php:374 +msgid "Andorra" +msgstr "" + +#: includes/helpers.php:375 +msgid "Angola" +msgstr "" + +#: includes/helpers.php:376 +msgid "Anguilla" +msgstr "" + +#: includes/helpers.php:377 +msgid "Antarctica" +msgstr "" + +#: includes/helpers.php:378 +msgid "Antigua and Barbuda" +msgstr "" + +#: includes/helpers.php:379 +msgid "Argentina" +msgstr "" + +#: includes/helpers.php:380 +msgid "Armenia" +msgstr "" + +#: includes/helpers.php:381 +msgid "Aruba" +msgstr "" + +#: includes/helpers.php:382 +msgid "Australia" +msgstr "" + +#: includes/helpers.php:383 +msgid "Austria" +msgstr "" + +#: includes/helpers.php:384 +msgid "Azerbaijan" +msgstr "" + +#: includes/helpers.php:385 +msgid "Bahamas" +msgstr "" + +#: includes/helpers.php:386 +msgid "Bahrain" +msgstr "" + +#: includes/helpers.php:387 +msgid "Bangladesh" +msgstr "" + +#: includes/helpers.php:388 +msgid "Barbados" +msgstr "" + +#: includes/helpers.php:389 +msgid "Belarus" +msgstr "" + +#: includes/helpers.php:390 +msgid "Belgium" +msgstr "" + +#: includes/helpers.php:391 +msgid "Belize" +msgstr "" + +#: includes/helpers.php:392 +msgid "Benin" +msgstr "" + +#: includes/helpers.php:393 +msgid "Bermuda" +msgstr "" + +#: includes/helpers.php:394 +msgid "Bhutan" +msgstr "" + +#: includes/helpers.php:395 +msgid "Bolivia" +msgstr "" + +#: includes/helpers.php:396 +msgid "Bonaire, Saint Eustatius and Saba" +msgstr "" + +#: includes/helpers.php:397 +msgid "Bosnia and Herzegovina" +msgstr "" + +#: includes/helpers.php:398 +msgid "Botswana" +msgstr "" + +#: includes/helpers.php:399 +msgid "Bouvet Island" +msgstr "" + +#: includes/helpers.php:400 +msgid "Brazil" +msgstr "" + +#: includes/helpers.php:401 +msgid "British Indian Ocean Territory" +msgstr "" + +#: includes/helpers.php:402 +msgid "Brunei Darrussalam" +msgstr "" + +#: includes/helpers.php:403 +msgid "Bulgaria" +msgstr "" + +#: includes/helpers.php:404 +msgid "Burkina Faso" +msgstr "" + +#: includes/helpers.php:405 +msgid "Burundi" +msgstr "" + +#: includes/helpers.php:406 +msgid "Cambodia" +msgstr "" + +#: includes/helpers.php:407 +msgid "Cameroon" +msgstr "" + +#: includes/helpers.php:408 +msgid "Cape Verde" +msgstr "" + +#: includes/helpers.php:409 +msgid "Cayman Islands" +msgstr "" + +#: includes/helpers.php:410 +msgid "Central African Republic" +msgstr "" + +#: includes/helpers.php:411 +msgid "Chad" +msgstr "" + +#: includes/helpers.php:412 +msgid "Chile" +msgstr "" + +#: includes/helpers.php:413 +msgid "China" +msgstr "" + +#: includes/helpers.php:414 +msgid "Christmas Island" +msgstr "" + +#: includes/helpers.php:415 +msgid "Cocos Islands" +msgstr "" + +#: includes/helpers.php:416 +msgid "Colombia" +msgstr "" + +#: includes/helpers.php:417 +msgid "Comoros" +msgstr "" + +#: includes/helpers.php:418 +msgid "Congo, Democratic People's Republic" +msgstr "" + +#: includes/helpers.php:419 +msgid "Congo, Republic of" +msgstr "" + +#: includes/helpers.php:420 +msgid "Cook Islands" +msgstr "" + +#: includes/helpers.php:421 +msgid "Costa Rica" +msgstr "" + +#: includes/helpers.php:422 +msgid "Cote d'Ivoire" +msgstr "" + +#: includes/helpers.php:423 +msgid "Croatia/Hrvatska" +msgstr "" + +#: includes/helpers.php:424 +msgid "Cuba" +msgstr "" + +#: includes/helpers.php:425 +msgid "CuraÇao" +msgstr "" + +#: includes/helpers.php:426 +msgid "Cyprus" +msgstr "" + +#: includes/helpers.php:427 +msgid "Czechia" +msgstr "" + +#: includes/helpers.php:428 +msgid "Denmark" +msgstr "" + +#: includes/helpers.php:429 +msgid "Djibouti" +msgstr "" + +#: includes/helpers.php:430 +msgid "Dominica" +msgstr "" + +#: includes/helpers.php:431 +msgid "Dominican Republic" +msgstr "" + +#: includes/helpers.php:432 +msgid "East Timor" +msgstr "" + +#: includes/helpers.php:433 +msgid "Ecuador" +msgstr "" + +#: includes/helpers.php:434 +msgid "Egypt" +msgstr "" + +#: includes/helpers.php:435 +msgid "Equatorial Guinea" +msgstr "" + +#: includes/helpers.php:436 +msgid "El Salvador" +msgstr "" + +#: includes/helpers.php:437 +msgid "Eritrea" +msgstr "" + +#: includes/helpers.php:438 +msgid "Estonia" +msgstr "" + +#: includes/helpers.php:439 +msgid "Ethiopia" +msgstr "" + +#: includes/helpers.php:440 +msgid "Falkland Islands" +msgstr "" + +#: includes/helpers.php:441 +msgid "Faroe Islands" +msgstr "" + +#: includes/helpers.php:442 +msgid "Fiji" +msgstr "" + +#: includes/helpers.php:443 +msgid "Finland" +msgstr "" + +#: includes/helpers.php:444 +msgid "France" +msgstr "" + +#: includes/helpers.php:445 +msgid "French Guiana" +msgstr "" + +#: includes/helpers.php:446 +msgid "French Polynesia" +msgstr "" + +#: includes/helpers.php:447 +msgid "French Southern Territories" +msgstr "" + +#: includes/helpers.php:448 +msgid "Gabon" +msgstr "" + +#: includes/helpers.php:449 +msgid "Gambia" +msgstr "" + +#: includes/helpers.php:450 +msgid "Georgia" +msgstr "" + +#: includes/helpers.php:451 +msgid "Germany" +msgstr "" + +#: includes/helpers.php:452 +msgid "Greece" +msgstr "" + +#: includes/helpers.php:453 +msgid "Ghana" +msgstr "" + +#: includes/helpers.php:454 +msgid "Gibraltar" +msgstr "" + +#: includes/helpers.php:455 +msgid "Greenland" +msgstr "" + +#: includes/helpers.php:456 +msgid "Grenada" +msgstr "" + +#: includes/helpers.php:457 +msgid "Guadeloupe" +msgstr "" + +#: includes/helpers.php:458 +msgid "Guam" +msgstr "" + +#: includes/helpers.php:459 +msgid "Guatemala" +msgstr "" + +#: includes/helpers.php:460 +msgid "Guernsey" +msgstr "" + +#: includes/helpers.php:461 +msgid "Guinea" +msgstr "" + +#: includes/helpers.php:462 +msgid "Guinea-Bissau" +msgstr "" + +#: includes/helpers.php:463 +msgid "Guyana" +msgstr "" + +#: includes/helpers.php:464 +msgid "Haiti" +msgstr "" + +#: includes/helpers.php:465 +msgid "Heard and McDonald Islands" +msgstr "" + +#: includes/helpers.php:466 +msgid "Holy See (City Vatican State)" +msgstr "" + +#: includes/helpers.php:467 +msgid "Honduras" +msgstr "" + +#: includes/helpers.php:468 +msgid "Hong Kong" +msgstr "" + +#: includes/helpers.php:469 +msgid "Hungary" +msgstr "" + +#: includes/helpers.php:470 +msgid "Iceland" +msgstr "" + +#: includes/helpers.php:471 +msgid "India" +msgstr "" + +#: includes/helpers.php:472 +msgid "Indonesia" +msgstr "" + +#: includes/helpers.php:473 +msgid "Iran" +msgstr "" + +#: includes/helpers.php:474 +msgid "Iraq" +msgstr "" + +#: includes/helpers.php:475 +msgid "Ireland" +msgstr "" + +#: includes/helpers.php:476 +msgid "Isle of Man" +msgstr "" + +#: includes/helpers.php:477 +msgid "Israel" +msgstr "" + +#: includes/helpers.php:478 +msgid "Italy" +msgstr "" + +#: includes/helpers.php:479 +msgid "Jamaica" +msgstr "" + +#: includes/helpers.php:480 +msgid "Japan" +msgstr "" + +#: includes/helpers.php:481 +msgid "Jersey" +msgstr "" + +#: includes/helpers.php:482 +msgid "Jordan" +msgstr "" + +#: includes/helpers.php:483 +msgid "Kazakhstan" +msgstr "" + +#: includes/helpers.php:484 +msgid "Kenya" +msgstr "" + +#: includes/helpers.php:485 +msgid "Kiribati" +msgstr "" + +#: includes/helpers.php:486 +msgid "Kuwait" +msgstr "" + +#: includes/helpers.php:487 +msgid "Kyrgyzstan" +msgstr "" + +#: includes/helpers.php:488 +msgid "Lao People's Democratic Republic" +msgstr "" + +#: includes/helpers.php:489 +msgid "Latvia" +msgstr "" + +#: includes/helpers.php:490 +msgid "Lebanon" +msgstr "" + +#: includes/helpers.php:491 +msgid "Lesotho" +msgstr "" + +#: includes/helpers.php:492 +msgid "Liberia" +msgstr "" + +#: includes/helpers.php:493 +msgid "Libyan Arab Jamahiriya" +msgstr "" + +#: includes/helpers.php:494 +msgid "Liechtenstein" +msgstr "" + +#: includes/helpers.php:495 +msgid "Lithuania" +msgstr "" + +#: includes/helpers.php:496 +msgid "Luxembourg" +msgstr "" + +#: includes/helpers.php:497 +msgid "Macau" +msgstr "" + +#: includes/helpers.php:498 +msgid "Macedonia (FYROM)" +msgstr "" + +#: includes/helpers.php:499 +msgid "Madagascar" +msgstr "" + +#: includes/helpers.php:500 +msgid "Malawi" +msgstr "" + +#: includes/helpers.php:501 +msgid "Malaysia" +msgstr "" + +#: includes/helpers.php:502 +msgid "Maldives" +msgstr "" + +#: includes/helpers.php:503 +msgid "Mali" +msgstr "" + +#: includes/helpers.php:504 +msgid "Malta" +msgstr "" + +#: includes/helpers.php:505 +msgid "Marshall Islands" +msgstr "" + +#: includes/helpers.php:506 +msgid "Martinique" +msgstr "" + +#: includes/helpers.php:507 +msgid "Mauritania" +msgstr "" + +#: includes/helpers.php:508 +msgid "Mauritius" +msgstr "" + +#: includes/helpers.php:509 +msgid "Mayotte" +msgstr "" + +#: includes/helpers.php:510 +msgid "Mexico" +msgstr "" + +#: includes/helpers.php:511 +msgid "Micronesia" +msgstr "" + +#: includes/helpers.php:512 +msgid "Moldova, Republic of" +msgstr "" + +#: includes/helpers.php:513 +msgid "Monaco" +msgstr "" + +#: includes/helpers.php:514 +msgid "Mongolia" +msgstr "" + +#: includes/helpers.php:515 +msgid "Montenegro" +msgstr "" + +#: includes/helpers.php:516 +msgid "Montserrat" +msgstr "" + +#: includes/helpers.php:517 +msgid "Morocco" +msgstr "" + +#: includes/helpers.php:518 +msgid "Mozambique" +msgstr "" + +#: includes/helpers.php:519 +msgid "Myanmar" +msgstr "" + +#: includes/helpers.php:520 +msgid "Namibia" +msgstr "" + +#: includes/helpers.php:521 +msgid "Nauru" +msgstr "" + +#: includes/helpers.php:522 +msgid "Nepal" +msgstr "" + +#: includes/helpers.php:523 +msgid "Netherlands" +msgstr "" + +#: includes/helpers.php:524 +msgid "Netherlands Antilles" +msgstr "" + +#: includes/helpers.php:525 +msgid "New Caledonia" +msgstr "" + +#: includes/helpers.php:526 +msgid "New Zealand" +msgstr "" + +#: includes/helpers.php:527 +msgid "Nicaragua" +msgstr "" + +#: includes/helpers.php:528 +msgid "Niger" +msgstr "" + +#: includes/helpers.php:529 +msgid "Nigeria" +msgstr "" + +#: includes/helpers.php:530 +msgid "Niue" +msgstr "" + +#: includes/helpers.php:531 +msgid "Norfolk Island" +msgstr "" + +#: includes/helpers.php:532 +msgid "North Korea" +msgstr "" + +#: includes/helpers.php:533 +msgid "Northern Mariana Islands" +msgstr "" + +#: includes/helpers.php:534 +msgid "Norway" +msgstr "" + +#: includes/helpers.php:535 +msgid "Oman" +msgstr "" + +#: includes/helpers.php:536 +msgid "Pakistan" +msgstr "" + +#: includes/helpers.php:537 +msgid "Palau" +msgstr "" + +#: includes/helpers.php:538 +msgid "Palestinian Territories" +msgstr "" + +#: includes/helpers.php:539 +msgid "Panama" +msgstr "" + +#: includes/helpers.php:540 +msgid "Papua New Guinea" +msgstr "" + +#: includes/helpers.php:541 +msgid "Paraguay" +msgstr "" + +#: includes/helpers.php:542 +msgid "Peru" +msgstr "" + +#: includes/helpers.php:543 +msgid "Philippines" +msgstr "" + +#: includes/helpers.php:544 +msgid "Pitcairn Island" +msgstr "" + +#: includes/helpers.php:545 +msgid "Poland" +msgstr "" + +#: includes/helpers.php:546 +msgid "Portugal" +msgstr "" + +#: includes/helpers.php:547 +msgid "Puerto Rico" +msgstr "" + +#: includes/helpers.php:548 +msgid "Qatar" +msgstr "" + +#: includes/helpers.php:549 +msgid "Republic of Kosovo" +msgstr "" + +#: includes/helpers.php:550 +msgid "Reunion Island" +msgstr "" + +#: includes/helpers.php:551 +msgid "Romania" +msgstr "" + +#: includes/helpers.php:552 +msgid "Russian Federation" +msgstr "" + +#: includes/helpers.php:553 +msgid "Rwanda" +msgstr "" + +#: includes/helpers.php:554 +msgid "Saint Barthélemy" +msgstr "" + +#: includes/helpers.php:555 +msgid "Saint Helena" +msgstr "" + +#: includes/helpers.php:556 +msgid "Saint Kitts and Nevis" +msgstr "" + +#: includes/helpers.php:557 +msgid "Saint Lucia" +msgstr "" + +#: includes/helpers.php:558 +msgid "Saint Martin (French)" +msgstr "" + +#: includes/helpers.php:559 +msgid "Saint Martin (Dutch)" +msgstr "" + +#: includes/helpers.php:560 +msgid "Saint Pierre and Miquelon" +msgstr "" + +#: includes/helpers.php:561 +msgid "Saint Vincent and the Grenadines" +msgstr "" + +#: includes/helpers.php:562 +msgid "San Marino" +msgstr "" + +#: includes/helpers.php:563 +msgid "São Tomé and Príncipe" +msgstr "" + +#: includes/helpers.php:564 +msgid "Saudi Arabia" +msgstr "" + +#: includes/helpers.php:565 +msgid "Senegal" +msgstr "" + +#: includes/helpers.php:566 +msgid "Serbia" +msgstr "" + +#: includes/helpers.php:567 +msgid "Seychelles" +msgstr "" + +#: includes/helpers.php:568 +msgid "Sierra Leone" +msgstr "" + +#: includes/helpers.php:569 +msgid "Singapore" +msgstr "" + +#: includes/helpers.php:570 +msgid "Slovak Republic" +msgstr "" + +#: includes/helpers.php:571 +msgid "Slovenia" +msgstr "" + +#: includes/helpers.php:572 +msgid "Solomon Islands" +msgstr "" + +#: includes/helpers.php:573 +msgid "Somalia" +msgstr "" + +#: includes/helpers.php:574 +msgid "South Africa" +msgstr "" + +#: includes/helpers.php:575 +msgid "South Georgia" +msgstr "" + +#: includes/helpers.php:576 +msgid "South Korea" +msgstr "" + +#: includes/helpers.php:577 +msgid "South Sudan" +msgstr "" + +#: includes/helpers.php:578 +msgid "Spain" +msgstr "" + +#: includes/helpers.php:579 +msgid "Sri Lanka" +msgstr "" + +#: includes/helpers.php:580 +msgid "Sudan" +msgstr "" + +#: includes/helpers.php:581 +msgid "Suriname" +msgstr "" + +#: includes/helpers.php:582 +msgid "Svalbard and Jan Mayen Islands" +msgstr "" + +#: includes/helpers.php:583 +msgid "Swaziland" +msgstr "" + +#: includes/helpers.php:584 +msgid "Sweden" +msgstr "" + +#: includes/helpers.php:585 +msgid "Switzerland" +msgstr "" + +#: includes/helpers.php:586 +msgid "Syrian Arab Republic" +msgstr "" + +#: includes/helpers.php:587 +msgid "Taiwan" +msgstr "" + +#: includes/helpers.php:588 +msgid "Tajikistan" +msgstr "" + +#: includes/helpers.php:589 +msgid "Tanzania" +msgstr "" + +#: includes/helpers.php:590 +msgid "Thailand" +msgstr "" + +#: includes/helpers.php:591 +msgid "Timor-Leste" +msgstr "" + +#: includes/helpers.php:592 +msgid "Togo" +msgstr "" + +#: includes/helpers.php:593 +msgid "Tokelau" +msgstr "" + +#: includes/helpers.php:594 +msgid "Tonga" +msgstr "" + +#: includes/helpers.php:595 +msgid "Trinidad and Tobago" +msgstr "" + +#: includes/helpers.php:596 +msgid "Tunisia" +msgstr "" + +#: includes/helpers.php:597 +msgid "Turkey" +msgstr "" + +#: includes/helpers.php:598 +msgid "Turkmenistan" +msgstr "" + +#: includes/helpers.php:599 +msgid "Turks and Caicos Islands" +msgstr "" + +#: includes/helpers.php:600 +msgid "Tuvalu" +msgstr "" + +#: includes/helpers.php:601 +msgid "Uganda" +msgstr "" + +#: includes/helpers.php:602 +msgid "Ukraine" +msgstr "" + +#: includes/helpers.php:603 +msgid "United Arab Emirates" +msgstr "" + +#: includes/helpers.php:604 +msgid "Uruguay" +msgstr "" + +#: includes/helpers.php:605 +msgid "US Minor Outlying Islands" +msgstr "" + +#: includes/helpers.php:606 +msgid "Uzbekistan" +msgstr "" + +#: includes/helpers.php:607 +msgid "Vanuatu" +msgstr "" + +#: includes/helpers.php:608 +msgid "Venezuela" +msgstr "" + +#: includes/helpers.php:609 +msgid "Vietnam" +msgstr "" + +#: includes/helpers.php:610 +msgid "Virgin Islands (British)" +msgstr "" + +#: includes/helpers.php:611 +msgid "Virgin Islands (USA)" +msgstr "" + +#: includes/helpers.php:612 +msgid "Wallis and Futuna Islands" +msgstr "" + +#: includes/helpers.php:613 +msgid "Western Sahara" +msgstr "" + +#: includes/helpers.php:614 +msgid "Western Samoa" +msgstr "" + +#: includes/helpers.php:615 +msgid "Yemen" +msgstr "" + +#: includes/helpers.php:616 +msgid "Zambia" +msgstr "" + +#: includes/helpers.php:617 +msgid "Zimbabwe" +msgstr "" + +#. Translators: The placeholders are for making the "We noticed you're using a caching plugin" text bold. +#: includes/helpers.php:1204 +msgid "%1$sWe noticed you're using a caching plugin or caching from your hosting provider.%2$s Be sure to clear the cache to ensure the tracking appears on all pages and posts. %3$s(See this guide on how to clear cache)%4$s." +msgstr "" + +#. Translators: The placeholders are for making the "We have detected multiple tracking codes" text bold & adding a link to support. +#: includes/helpers.php:1206 +msgid "%1$sWe have detected multiple tracking codes%2$s! You should remove non-MonsterInsights ones. If you need help finding them please %3$sread this article%4$s." +msgstr "" + +#: languages/vue.php:5 +msgid "Refreshing Report" +msgstr "" + +#: languages/vue.php:8 +msgid "Loading new report data..." +msgstr "" + +#: languages/vue.php:13 +msgid "Error" +msgstr "" + +#: languages/vue.php:16 +msgid "Please try again." +msgstr "" + +#: languages/vue.php:19 +msgid "Unlock the Publishers Report and Focus on the Content that Matters" +msgstr "" + +#: languages/vue.php:22 +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." +msgstr "" + +#: languages/vue.php:25 +msgid "Unlock the Publishers Report and Focus on the Content That Matters" +msgstr "" + +#: languages/vue.php:28 +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." +msgstr "" + +#: languages/vue.php:31 +msgid "See Your Top Landing Pages to Improve Enagement" +msgstr "" + +#: languages/vue.php:34 +msgid "See Your Top Exit Pages to Reduce Abandonment" +msgstr "" + +#: languages/vue.php:37 +msgid "See Your Top Outbound Links to Find New Revenue Opportunities" +msgstr "" + +#: languages/vue.php:40 +msgid "See Your Top Affiliate Links and Focus on what's working" +msgstr "" + +#: languages/vue.php:43 +msgid "See Your Top Downloads and Improve Conversions" +msgstr "" + +#: languages/vue.php:46 +msgid "See Audience Demographic Report ( Age / Gender / Interests )" +msgstr "" + +#: languages/vue.php:49 +msgid "Unlock the eCommerce Report and See Your Important Store Metrics" +msgstr "" + +#: languages/vue.php:52 +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." +msgstr "" + +#: languages/vue.php:55 +msgid "See Your Conversion Rate to Improve Funnel" +msgstr "" + +#: languages/vue.php:58 +msgid "See The Number of Transactions and make data-driven decisions" +msgstr "" + +#: languages/vue.php:61 +msgid "See The Total Revenue to Track Growth" +msgstr "" + +#: languages/vue.php:64 +msgid "See Average Order Value to Find Offer Opportunities" +msgstr "" + +#: languages/vue.php:67 +msgid "See Your Top Products to See Individual Performance" +msgstr "" + +#: languages/vue.php:70 +msgid "See Your Top Conversion Sources and Focus on what's working" +msgstr "" + +#: languages/vue.php:73 +msgid "See The Time it takes for Customers to Purchase" +msgstr "" + +#: languages/vue.php:76 +msgid "See How Many Sessions are needed for a Purchase" +msgstr "" + +#: languages/vue.php:79 +msgid "Unlock the Dimensions Report and Track Your Own Custom Data" +msgstr "" + +#: languages/vue.php:82 +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." +msgstr "" + +#: languages/vue.php:85 +msgid "See Which Authors Generate the Most Traffic" +msgstr "" + +#: languages/vue.php:88 +msgid "See Which Post Types Perform Better" +msgstr "" + +#: languages/vue.php:91 +msgid "See Which Categories are the Most Popular" +msgstr "" + +#: languages/vue.php:94 +msgid "See Your Blog's most populare SEO Scores" +msgstr "" + +#: languages/vue.php:97 +msgid "See Which Focus Keyword is Performing Better in Search Engines" +msgstr "" + +#: languages/vue.php:100 +msgid "Unlock the Forms Report and Improve Conversions" +msgstr "" + +#: languages/vue.php:103 +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." +msgstr "" + +#: languages/vue.php:106 +msgid "See Reports for Any Contact Form Plugin or Sign-up Form" +msgstr "" + +#: languages/vue.php:109 +msgid "See Your Top Converting Forms and Optimize" +msgstr "" + +#: languages/vue.php:112 +msgid "See Your Forms Impressions Count to Find the Best Placement" +msgstr "" + +#: languages/vue.php:115 +msgid "Unlock the Search Console Report and See How People Find Your Website" +msgstr "" + +#: languages/vue.php:118 +msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more." +msgstr "" + +#: languages/vue.php:121 +msgid "See Your Top Google Search Terms and Optimize Content" +msgstr "" + +#: languages/vue.php:124 +msgid "See The Number of Clicks and Track Interests" +msgstr "" + +#: languages/vue.php:127 +msgid "See The Click-Through-Ratio and Improve SEO" +msgstr "" + +#: languages/vue.php:130 +msgid "See The Average Results Position and Focus on what works" +msgstr "" + +#: languages/vue.php:133 +msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time" +msgstr "" + +#: languages/vue.php:136 +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." +msgstr "" + +#: languages/vue.php:139 +msgid "See Your Active Visitors and Track Their Behaviour to Optimize" +msgstr "" + +#: languages/vue.php:142 +msgid "See Your Top Pages Immediately After Making Changes" +msgstr "" + +#: languages/vue.php:145 +msgid "See Your Top Referral Sources and Adapt Faster" +msgstr "" + +#: languages/vue.php:148 +msgid "See Your Traffic Demographics and " +msgstr "" + +#: languages/vue.php:151 +msgid "Get Fresh Reports Data Every 60 Seconds" +msgstr "" + +#: languages/vue.php:154 +msgid "Overview Report" +msgstr "" + +#: languages/vue.php:157 +msgid "Loading Settings" +msgstr "" + +#: languages/vue.php:160 +msgid "Saving Changes..." +msgstr "" + +#: languages/vue.php:163 +msgid "Settings Updated" +msgstr "" + +#: languages/vue.php:166 +msgid "Could Not Save Changes" +msgstr "" + +#: languages/vue.php:172 +msgid "Congratulations! " +msgstr "" + +#: languages/vue.php:175 +msgid "You Successfully Unlocked the most powerful Analytics plugin" +msgstr "" + +#: languages/vue.php:178 +msgid "Publishers Report" +msgstr "" + +#: languages/vue.php:181 +msgid "eCommerce Report" +msgstr "" + +#: languages/vue.php:184 +msgid "Search Console Report" +msgstr "" + +#: languages/vue.php:188 +msgid "Dimensions Report" +msgstr "" + +#: languages/vue.php:191 +msgid "Forms Report" +msgstr "" + +#: languages/vue.php:194 +msgid "Real-Time Report" +msgstr "" + +#: languages/vue.php:197 +msgid "Recommended Plugin: %s" +msgstr "" + +#: languages/vue.php:200 +msgid "Install" +msgstr "" + +#: languages/vue.php:203 +msgid "Activate" +msgstr "" + +#: languages/vue.php:212 +#: lite/includes/admin/reports/report-publisher.php:22 +msgid "Publishers" +msgstr "" + +#: languages/vue.php:215 +#: lite/includes/admin/reports/report-ecommerce.php:22 +msgid "eCommerce" +msgstr "" + +#: languages/vue.php:218 +#: lite/includes/admin/reports/report-queries.php:22 +msgid "Search Console" +msgstr "" + +#: languages/vue.php:221 +#: lite/includes/admin/reports/report-dimensions.php:22 +msgid "Dimensions" +msgstr "" + +#: languages/vue.php:224 +#: lite/includes/admin/reports/report-forms.php:22 +msgid "Forms" +msgstr "" + +#: languages/vue.php:227 +msgid "Real-Time" +msgstr "" + +#: languages/vue.php:230 +msgid "Loading settings" +msgstr "" + +#: languages/vue.php:236 +msgid "Getting Started" +msgstr "" + +#: languages/vue.php:239 +msgid "Lite vs Pro" +msgstr "" + +#: languages/vue.php:242 +msgid "General" +msgstr "" + +#: languages/vue.php:245 +msgid "Engagement" +msgstr "" + +#: languages/vue.php:248 +msgid "Publisher" +msgstr "" + +#: languages/vue.php:251 +msgid "Conversions" +msgstr "" + +#: languages/vue.php:254 +msgid "Advanced" +msgstr "" + +#: languages/vue.php:257 +msgid "URL Builder" +msgstr "" + +#: languages/vue.php:260 +msgid "Import Export" +msgstr "" + +#: languages/vue.php:263 +msgid "Time to Purchase" +msgstr "" + +#: languages/vue.php:266 +msgid "This list shows how many days from first visit it took users to purchase products from your site." +msgstr "" + +#: languages/vue.php:269 +msgid "Sessions to Purchase" +msgstr "" + +#: languages/vue.php:272 +msgid "This list shows the number of sessions it took users before they purchased a product from your website." +msgstr "" + +#: languages/vue.php:275 +msgid "Top Posts/Pages" +msgstr "" + +#: languages/vue.php:278 +msgid "This list shows the most viewed posts and pages on your website." +msgstr "" + +#: languages/vue.php:281 +msgid "New vs. Returning Visitors" +msgstr "" + +#: languages/vue.php:284 +msgid "This graph shows what percent of your user sessions come from new versus repeat visitors." +msgstr "" + +#: languages/vue.php:287 +msgid "Device Breakdown" +msgstr "" + +#: languages/vue.php:290 +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." +msgstr "" + +#: languages/vue.php:293 +msgid "Top Landing Pages" +msgstr "" + +#: languages/vue.php:296 +msgid "This list shows the top pages users first land on when visiting your website." +msgstr "" + +#: languages/vue.php:299 +msgid "Top Exit Pages" +msgstr "" + +#: languages/vue.php:302 +msgid "This list shows the top pages users exit your website from." +msgstr "" + +#: languages/vue.php:305 +msgid "Top Outbound Links" +msgstr "" + +#: languages/vue.php:308 +msgid "This list shows the top links clicked on your website that go to another website." +msgstr "" + +#: languages/vue.php:311 +msgid "Top Affiliate Links" +msgstr "" + +#: languages/vue.php:314 +msgid "This list shows the top affiliate links your visitors clicked on." +msgstr "" + +#: languages/vue.php:317 +msgid "Top Download Links" +msgstr "" + +#: languages/vue.php:320 +msgid "This list shows the download links your visitors clicked the most." +msgstr "" + +#: languages/vue.php:323 +msgid "Top Products" +msgstr "" + +#: languages/vue.php:326 +msgid "This list shows the top selling products on your website." +msgstr "" + +#: languages/vue.php:329 +msgid "Top Conversion Sources" +msgstr "" + +#: languages/vue.php:332 +msgid "This list shows the top referral websites in terms of product revenue." +msgstr "" + +#: languages/vue.php:335 +msgid "Total Add/Remove" +msgstr "" + +#: languages/vue.php:338 +msgid "Exit Setup" +msgstr "" + +#: languages/vue.php:341 +msgid "Yikes! PHP Update Required" +msgstr "" + +#: languages/vue.php:344 +msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%s), which could be putting your site at risk for being hacked. WordPress itself will stop supporting your PHP version in April, 2019. Updating to the recommended version (PHP %s) only takes a few minutes and will make your website significantly faster and more secure." +msgstr "" + +#: languages/vue.php:347 +msgid "Learn more about updating PHP" +msgstr "" + +#: languages/vue.php:350 +msgid "Yikes! WordPress Update Required" +msgstr "" + +#: languages/vue.php:353 +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." +msgstr "" + +#: languages/vue.php:356 +msgid "Learn more about updating WordPress" +msgstr "" + +#: languages/vue.php:359 +msgid "Powered by MonsterInsights" +msgstr "" + +#: languages/vue.php:362 +msgid "Save Changes" +msgstr "" + +#: languages/vue.php:365 +msgid "New" +msgstr "" + +#: languages/vue.php:368 +msgid "Returning" +msgstr "" + +#: languages/vue.php:371 +msgid "Desktop" +msgstr "" + +#: languages/vue.php:374 +msgid "Tablet" +msgstr "" + +#: languages/vue.php:377 +msgid "Mobile" +msgstr "" + +#: languages/vue.php:380 +msgid "Sessions" +msgstr "" + +#: languages/vue.php:383 +msgid "Unique %s Sessions" +msgstr "" + +#: languages/vue.php:386 +msgid "Pageviews" +msgstr "" + +#: languages/vue.php:389 +msgid "Unique %s Pageviews" +msgstr "" + +#: languages/vue.php:392 +msgid "Avg. Session Duration" +msgstr "" + +#: languages/vue.php:395 +msgid "Bounce Rate" +msgstr "" + +#: languages/vue.php:398 +msgid "Top 10 Countries" +msgstr "" + +#: languages/vue.php:401 +msgid "View Countries Report" +msgstr "" + +#: languages/vue.php:404 +msgid "Top 10 Referrals" +msgstr "" + +#: languages/vue.php:407 +msgid "View All Referral Sources" +msgstr "" + +#: languages/vue.php:410 +msgid "View Full Posts/Pages Report" +msgstr "" + +#: languages/vue.php:413 +msgid "A session is the browsing session of a single user to your site." +msgstr "" + +#: languages/vue.php:416 +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." +msgstr "" + +#: languages/vue.php:419 +msgid "Total duration of all sessions (in seconds) / number of sessions." +msgstr "" + +#: languages/vue.php:422 +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." +msgstr "" + +#: languages/vue.php:425 +msgid "This list shows the top countries your website visitors are from." +msgstr "" + +#: languages/vue.php:428 +msgid "This list shows the top websites that send your website traffic, known as referral traffic." +msgstr "" + +#: languages/vue.php:431 +msgid "MonsterInsights Addons" +msgstr "" + +#: languages/vue.php:434 +msgid "Search Addons" +msgstr "" + +#: languages/vue.php:438 +msgid "Yes (recommended) %s- Get the latest features, bugfixes, and security updates as they are released.%s" +msgstr "" + +#: languages/vue.php:442 +msgid "Minor only %s- Get bugfixes and security updates, but not major features.%s" +msgstr "" + +#: languages/vue.php:446 +msgid "None %s- Manually update everything.%s" +msgstr "" + +#: languages/vue.php:449 +msgid "License Key" +msgstr "" + +#: languages/vue.php:452 +msgid "Google Authentication" +msgstr "" + +#: languages/vue.php:455 +msgid "Connect Google Analytics + WordPress" +msgstr "" + +#: languages/vue.php:458 +msgid "You will be taken to the MonsterInsights website where you'll need to connect your Analytics account." +msgstr "" + +#: languages/vue.php:462 +msgid "Automatic Updates" +msgstr "" + +#: languages/vue.php:465 +msgid "Setup Wizard" +msgstr "" + +#: languages/vue.php:468 +msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)." +msgstr "" + +#: languages/vue.php:471 +msgid "Launch Setup Wizard" +msgstr "" + +#: languages/vue.php:474 +msgid "Path (example: %s)" +msgstr "" + +#: languages/vue.php:477 +msgid "Path has to start with a / and have no spaces" +msgstr "" + +#: languages/vue.php:480 +msgid "Label (example: %s)" +msgstr "" + +#: languages/vue.php:483 +msgid "Label can't contain any spaces" +msgstr "" + +#: languages/vue.php:486 +msgid "Affiliate Links" +msgstr "" + +#: languages/vue.php:489 +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 %shere%s." +msgstr "" + +#: languages/vue.php:492 +msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links." +msgstr "" + +#: languages/vue.php:495 +msgid "Demographics" +msgstr "" + +#: languages/vue.php:498 +msgid "Enable Demographics and Interests Reports for Remarketing and Advertising" +msgstr "" + +#: languages/vue.php:501 +msgid "Anonymize IP Addresses" +msgstr "" + +#: languages/vue.php:504 +msgid "Link Attribution" +msgstr "" + +#: languages/vue.php:507 +msgid "Enable Enhanced Link Attribution" +msgstr "" + +#: languages/vue.php:510 +msgid "Enable Anchor Tracking" +msgstr "" + +#: languages/vue.php:513 +msgid "Enable allowAnchor" +msgstr "" + +#: languages/vue.php:516 +msgid "Enable allowLinker" +msgstr "" + +#: languages/vue.php:519 +msgid "Enable Tag Links in RSS" +msgstr "" + +#: languages/vue.php:522 +msgid "File Downloads" +msgstr "" + +#: languages/vue.php:525 +msgid "Extensions of Files to Track as Downloads" +msgstr "" + +#: languages/vue.php:528 +msgid "MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions." +msgstr "" + +#: languages/vue.php:531 +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 %sknowledge base%s. For more information about Remarketing, we refer you to %sGoogle's documentation%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." +msgstr "" + +#: languages/vue.php:534 +msgid "This adds %sanonymizeIp%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." +msgstr "" + +#: languages/vue.php:537 +msgid "Add %sEnhanced Link Attribution%s to your tracking code." +msgstr "" + +#: languages/vue.php:540 +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." +msgstr "" + +#: languages/vue.php:543 +msgid "This adds %sallowAnchor%s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well." +msgstr "" + +#: languages/vue.php:546 +msgid "Enabling %scross-domain tracking (additional setup required)%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." +msgstr "" + +#: languages/vue.php:549 +msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %shelp page%s for info on how to enable this feature in FeedBurner." +msgstr "" + +#: languages/vue.php:552 +msgid "Add domain" +msgstr "" + +#: languages/vue.php:555 +msgid "Domain (example: %s)" +msgstr "" + +#: languages/vue.php:558 +msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )." +msgstr "" + +#: languages/vue.php:561 +msgid "Cross Domain Tracking" +msgstr "" + +#: languages/vue.php:564 +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 %sknowledge base%s." +msgstr "" + +#: languages/vue.php:567 +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 %sGeneral%s tab." +msgstr "" + +#: languages/vue.php:570 +msgid "Permissions" +msgstr "" + +#: languages/vue.php:573 +msgid "Allow These User Roles to See Reports" +msgstr "" + +#: languages/vue.php:576 +msgid "Users that have at least one of these roles will be able to view the reports." +msgstr "" + +#: languages/vue.php:579 +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." +msgstr "" + +#: languages/vue.php:582 +msgid "Allow These User Roles to Save Settings" +msgstr "" + +#: languages/vue.php:585 +msgid "Users that have at least one of these roles will be able to view and save the settings panel." +msgstr "" + +#: languages/vue.php:588 +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." +msgstr "" + +#: languages/vue.php:591 +msgid "Exclude These User Roles From Tracking" +msgstr "" + +#: languages/vue.php:594 +msgid "Users that have at least one of these roles will not be tracked into Google Analytics." +msgstr "" + +#: languages/vue.php:597 +msgid "Performance" +msgstr "" + +#: languages/vue.php:600 +msgid "Custom code" +msgstr "" + +#: languages/vue.php:603 +msgid "Not for the average user: this allows you to add a line of code, to be added before the %spageview is sent%s." +msgstr "" + +#: languages/vue.php:609 +msgid "You must have the \"unfiltered_html\" capability to view/edit this setting." +msgstr "" + +#: languages/vue.php:612 +msgid "Hide Admin Bar Reports" +msgstr "" + +#: languages/vue.php:615 +msgid "Enabled %s- Show reports and dashboard widget.%s" +msgstr "" + +#: languages/vue.php:618 +msgid "Dashboard Widget Only %s- Disable reports, but show dashboard widget.%s" +msgstr "" + +#: languages/vue.php:621 +msgid "Disabled %s- Hide reports and dashboard widget.%s" +msgstr "" + +#: languages/vue.php:624 +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." +msgstr "" + +#: languages/vue.php:627 +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." +msgstr "" + +#: languages/vue.php:630 +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\"." +msgstr "" + +#: languages/vue.php:633 +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." +msgstr "" + +#: languages/vue.php:636 +msgid "Yup, we know a thing or two about building awesome products that customer love." +msgstr "" + +#: languages/vue.php:639 +msgid "The MonsterInsights Team: Syed, Chris, Jay, Mircea, Sunita and Basanta" +msgstr "" + +#: languages/vue.php:642 +msgid "Import/Export" +msgstr "" + +#: languages/vue.php:645 +msgid "Import" +msgstr "" + +#: languages/vue.php:648 +msgid "Import settings from another MonsterInsights website." +msgstr "" + +#: languages/vue.php:651 +msgid "Export" +msgstr "" + +#: languages/vue.php:654 +msgid "Export settings to import into another MonsterInsights install." +msgstr "" + +#: languages/vue.php:657 +msgid "Import Settings" +msgstr "" + +#: languages/vue.php:660 +msgid "Export Settings" +msgstr "" + +#: languages/vue.php:663 +msgid "Please choose a file to import" +msgstr "" + +#: languages/vue.php:666 +msgid "Use the filepicker below to select the settings export file from another site." +msgstr "" + +#: languages/vue.php:669 +msgid "Use the button below to export a file with your MonsterInsights settings." +msgstr "" + +#: languages/vue.php:672 +msgid "Uploading file..." +msgstr "" + +#: languages/vue.php:675 +msgid "File imported" +msgstr "" + +#: languages/vue.php:678 +msgid "Settings successfully updated!" +msgstr "" + +#: languages/vue.php:681 +msgid "Error importing settings" +msgstr "" + +#: languages/vue.php:684 +msgid "Please choose a .json file generated by a MonsterInsights settings export." +msgstr "" + +#: languages/vue.php:687 +msgid "Ok" +msgstr "" + +#: languages/vue.php:690 +msgid "Custom Campaign Parameters" +msgstr "" + +#: languages/vue.php:693 +msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns." +msgstr "" + +#: languages/vue.php:696 +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." +msgstr "" + +#: languages/vue.php:699 +msgid "Website URL %s" +msgstr "" + +#: languages/vue.php:702 +msgid "The full website URL (e.g. %s %s%s)" +msgstr "" + +#: languages/vue.php:705 +msgid "Campaign Source %s" +msgstr "" + +#: languages/vue.php:708 +msgid "Enter a referrer (e.g. %sfacebook, newsletter, google%s)" +msgstr "" + +#: languages/vue.php:711 +msgid "Enter a marketing medium (e.g. %scpc, banner, email%s)" +msgstr "" + +#: languages/vue.php:714 +msgid "Enter a name to easily identify (e.g. %sspring_sale%s)" +msgstr "" + +#: languages/vue.php:717 +msgid "Enter the paid keyword" +msgstr "" + +#: languages/vue.php:720 +msgid "Enter something to differentiate ads" +msgstr "" + +#: languages/vue.php:723 +msgid "Use Fragment" +msgstr "" + +#: languages/vue.php:726 +msgid "Set the parameters in the fragment portion of the URL %s(not recommended)%s" +msgstr "" + +#: languages/vue.php:729 +msgid "URL to use" +msgstr "" + +#: languages/vue.php:732 +msgid "Updates automatically" +msgstr "" + +#: languages/vue.php:735 +msgid "Copy to clipboard" +msgstr "" + +#: languages/vue.php:738 +msgid "More Information & Examples" +msgstr "" + +#: languages/vue.php:741 +msgid "The following table gives a detailed explanation and example of each of the campaign parameters." +msgstr "" + +#: languages/vue.php:744 +msgid "Campaign Source" +msgstr "" + +#: languages/vue.php:747 +msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source." +msgstr "" + +#: languages/vue.php:750 +msgid "Campaign Medium" +msgstr "" + +#: languages/vue.php:753 +msgid "Use utm_medium to identify a medium such as email or cost-per-click." +msgstr "" + +#: languages/vue.php:756 +msgid "Campaign Name" +msgstr "" + +#: languages/vue.php:759 +msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign." +msgstr "" + +#: languages/vue.php:762 +msgid "Campaign Term" +msgstr "" + +#: languages/vue.php:765 +msgid "Used for paid search. Use utm_term to note the keywords for this ad." +msgstr "" + +#: languages/vue.php:768 +msgid "Campaign Content" +msgstr "" + +#: languages/vue.php:771 +msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL." +msgstr "" + +#: languages/vue.php:774 +msgid "Example: %s" +msgstr "" + +#: languages/vue.php:777 +msgid "Examples: %s" +msgstr "" + +#: languages/vue.php:780 +msgid "About Campaigns" +msgstr "" + +#: languages/vue.php:783 +msgid "About Custom Campaigns" +msgstr "" + +#: languages/vue.php:786 +msgid "Best practices for creating Custom Campaigns" +msgstr "" + +#: languages/vue.php:789 +msgid "About the Referral Traffic report" +msgstr "" + +#: languages/vue.php:792 +msgid "About traffic source dimensions" +msgstr "" + +#: languages/vue.php:795 +msgid "AdWords Auto-Tagging" +msgstr "" + +#: languages/vue.php:798 +msgid "Additional Information" +msgstr "" + +#: languages/vue.php:801 +msgid "GDPR Guide" +msgstr "" + +#: languages/vue.php:804 +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. " +msgstr "" + +#: languages/vue.php:807 +msgid "How to install and activate MonsterInsights addons" +msgstr "" + +#: languages/vue.php:810 +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." +msgstr "" + +#: languages/vue.php:813 +msgid "Enabling eCommerce Tracking and Reports" +msgstr "" + +#: languages/vue.php:816 +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." +msgstr "" + +#: languages/vue.php:819 +msgid "Read Documentation" +msgstr "" + +#: languages/vue.php:822 +msgid "Getting Started with MonsterInsights" +msgstr "" + +#: languages/vue.php:825 +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." +msgstr "" + +#: languages/vue.php:828 +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." +msgstr "" + +#: languages/vue.php:831 +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!." +msgstr "" + +#: languages/vue.php:834 +msgid "Launch the wizard!" +msgstr "" + +#: languages/vue.php:837 +msgid "Get MonsterInsights Pro and Unlock all the Powerful Features" +msgstr "" + +#: languages/vue.php:840 +msgid "Thanks for being a loyal MonsterInsights Lite user. %sUpgrade to MonsterInsights Pro%s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress." +msgstr "" + +#: languages/vue.php:843 +msgid "Universal Tracking across devices and campaigns with just a few clicks." +msgstr "" + +#: languages/vue.php:846 +msgid "See your website analytics reports inside the WordPress dashboard" +msgstr "" + +#: languages/vue.php:849 +msgid "Get real-time stats right inside WordPress" +msgstr "" + +#: languages/vue.php:852 +msgid "1-click Google Analytics Enhanced Ecommerce tracking" +msgstr "" + +#: languages/vue.php:855 +msgid "Get detailed stats for each post and page." +msgstr "" + +#: languages/vue.php:858 +msgid "Automatically track clicks on your affiliate links and ads." +msgstr "" + +#: languages/vue.php:861 +msgid "Make Google Analytics GDPR compliant automatically" +msgstr "" + +#: languages/vue.php:864 +msgid "Setup tracking for authors, categories, tags, custom post types, users and more" +msgstr "" + +#: languages/vue.php:867 +msgid "Enable Google Optimize for A/B testing, adjust sample speed & sample rate." +msgstr "" + +#: languages/vue.php:870 +msgid "More advanced features" +msgstr "" + +#: languages/vue.php:873 +msgid "Get MonsterInsights Pro Today and Unlock all the Powerful Features" +msgstr "" + +#: languages/vue.php:876 +msgid "Bonus: MonsterInsights Lite users get %s50%% off regular price%s, automatically applied at checkout." +msgstr "" + +#: languages/vue.php:879 +msgid "How to Connect to Google Analytics" +msgstr "" + +#: languages/vue.php:882 +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." +msgstr "" + +#: languages/vue.php:885 +msgid "Guide and Checklist for Advanced Insights" +msgstr "" + +#: languages/vue.php:888 +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." +msgstr "" + +#: languages/vue.php:891 +msgid "WordPress Admin Area Reports" +msgstr "" + +#: languages/vue.php:894 +msgid "Standard Reports" +msgstr "" + +#: languages/vue.php:897 +msgid "Overview Reports for the last 30 days." +msgstr "" + +#: languages/vue.php:900 +msgid "Advanced Reports" +msgstr "" + +#: languages/vue.php:903 +msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection" +msgstr "" + +#: languages/vue.php:906 +msgid "Dashboard Widget" +msgstr "" + +#: languages/vue.php:909 +msgid "Basic Widget" +msgstr "" + +#: languages/vue.php:912 +msgid "Overview Report Synopsis" +msgstr "" + +#: languages/vue.php:915 +msgid "Advanced Dashboard Widget" +msgstr "" + +#: languages/vue.php:918 +msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports" +msgstr "" + +#: languages/vue.php:921 +msgid "Publisher Reports" +msgstr "" + +#: languages/vue.php:924 +msgid "Advanced Publisher Reports & Tracking" +msgstr "" + +#: languages/vue.php:927 +msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more" +msgstr "" + +#: languages/vue.php:930 +msgid "Custom Dimensions" +msgstr "" + +#: languages/vue.php:933 +msgid "Not Available" +msgstr "" + +#: languages/vue.php:936 +msgid "Complete Custom Dimensions Tracking" +msgstr "" + +#: languages/vue.php:939 +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" +msgstr "" + +#: languages/vue.php:945 +msgid "Limited support" +msgstr "" + +#: languages/vue.php:948 +msgid "Priority Support" +msgstr "" + +#: languages/vue.php:951 +msgid "Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features." +msgstr "" + +#: languages/vue.php:954 +msgid "Feature" +msgstr "" + +#: languages/vue.php:957 +msgid "Lite" +msgstr "" + +#: languages/vue.php:960 +msgid "Pro" +msgstr "" + +#: languages/vue.php:963 +msgid "Universal Tracking" +msgstr "" + +#: languages/vue.php:966 +msgid "Included" +msgstr "" + +#: languages/vue.php:969 +msgid "Custom Google Analytics Link Tracking" +msgstr "" + +#: languages/vue.php:972 +msgid "Standard Tracking" +msgstr "" + +#: languages/vue.php:975 +msgid "Advanced Tracking" +msgstr "" + +#: languages/vue.php:978 +msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking" +msgstr "" + +#: languages/vue.php:981 +msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers" +msgstr "" + +#: languages/vue.php:984 +msgid "No-Code-Needed Tracking Features" +msgstr "" + +#: languages/vue.php:987 +msgid "Basic Tracking Options" +msgstr "" + +#: languages/vue.php:990 +msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking" +msgstr "" + +#: languages/vue.php:993 +msgid "Advanced Tracking Options" +msgstr "" + +#: languages/vue.php:996 +msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors" +msgstr "" + +#: languages/vue.php:999 +msgid "eCommerce Tracking" +msgstr "" + +#: languages/vue.php:1002 +msgid "One-click Complete eCommerce tracking" +msgstr "" + +#: languages/vue.php:1005 +msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required" +msgstr "" + +#: languages/vue.php:1008 +msgid "Forms Tracking" +msgstr "" + +#: languages/vue.php:1011 +msgid "One-click Form Events Tracking" +msgstr "" + +#: languages/vue.php:1014 +msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin" +msgstr "" + +#: languages/vue.php:1017 +msgid "MonsterInsights Recommends WPForms" +msgstr "" + +#: languages/vue.php:1020 +msgid "Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market." +msgstr "" + +#: languages/vue.php:1023 +msgid "Used on over 1,000,000 websites!" +msgstr "" + +#: languages/vue.php:1026 +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!" +msgstr "" + +#: languages/vue.php:1029 +msgid "Skip this Step" +msgstr "" + +#: languages/vue.php:1032 +msgid "Continue & Install WPForms" +msgstr "" + +#: languages/vue.php:1035 +msgid "Installing..." +msgstr "" + +#: languages/vue.php:1038 +msgid "Awesome, You're All Set!" +msgstr "" + +#: languages/vue.php:1041 +msgid "MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data." +msgstr "" + +#: languages/vue.php:1044 +msgid "%sPlease Note:%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." +msgstr "" + +#: languages/vue.php:1047 +msgid "%sSubscribe to the MonsterInsights blog%s for tips on how to get more traffic and grow your business." +msgstr "" + +#: languages/vue.php:1050 +msgid "Finish Setup & Exit Wizard" +msgstr "" + +#: languages/vue.php:1053 +msgid "Checking your website..." +msgstr "" + +#: languages/vue.php:1056 +msgid "Recommended Settings" +msgstr "" + +#: languages/vue.php:1059 +msgid "MonsterInsights recommends the following settings based on your configuration." +msgstr "" + +#: languages/vue.php:1062 +msgid "Events Tracking" +msgstr "" + +#: languages/vue.php:1065 +msgid "Must have for all click tracking on site." +msgstr "" + +#: languages/vue.php:1068 +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." +msgstr "" + +#: languages/vue.php:1071 +msgid "Enhanced Link Attribution" +msgstr "" + +#: languages/vue.php:1074 +msgid "Improves the accuracy of your In-Page Analytics." +msgstr "" + +#: languages/vue.php:1077 +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." +msgstr "" + +#: languages/vue.php:1080 +msgid "Install Updates Automatically" +msgstr "" + +#: languages/vue.php:1083 +msgid "Get the latest features, bug fixes, and security updates as they are released." +msgstr "" + +#: languages/vue.php:1086 +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." +msgstr "" + +#: languages/vue.php:1089 +msgid "File Download Tracking" +msgstr "" + +#: languages/vue.php:1092 +msgid "Helps you see file downloads data." +msgstr "" + +#: languages/vue.php:1095 +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." +msgstr "" + +#: languages/vue.php:1098 +msgid "Helps you increase affiliate revenue." +msgstr "" + +#: languages/vue.php:1101 +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." +msgstr "" + +#: languages/vue.php:1104 +msgid "Affiliate Link Tracking" +msgstr "" + +#: languages/vue.php:1107 +msgid "Who Can See Reports" +msgstr "" + +#: languages/vue.php:1110 +msgid "These user roles will be able to access MonsterInsights's reports in the WordPress admin area." +msgstr "" + +#: languages/vue.php:1113 +msgid "Save and continue" +msgstr "" + +#: languages/vue.php:1116 +msgid "Events Tracking is enabled the moment you set up MonsterInsights" +msgstr "" + +#: languages/vue.php:1119 +msgid "Enhanced Link Attribution is enabled the moment you set up MonsterInsights" +msgstr "" + +#: languages/vue.php:1122 +msgid "Connect MonsterInsights to Your Website" +msgstr "" + +#: languages/vue.php:1125 +msgid "MonsterInsights connects Google Analytics to WordPress and shows you stats that matter." +msgstr "" + +#: languages/vue.php:1128 +msgid "vs. Previous Day" +msgstr "" + +#: languages/vue.php:1131 +msgid "No change" +msgstr "" + +#: languages/vue.php:1134 +msgid "Show" +msgstr "" + +#: languages/vue.php:1137 +msgid "Right Now" +msgstr "" + +#: languages/vue.php:1140 +msgid "Active users on site" +msgstr "" + +#: languages/vue.php:1143 +msgid "The real-time graph of visitors over time is not currently available for this site. Please try again later." +msgstr "" + +#: languages/vue.php:1146 +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." +msgstr "" + +#: languages/vue.php:1149 +msgid "The real-time report automatically updates approximately every 60 seconds." +msgstr "" + +#: languages/vue.php:1152 +msgid "The real-time report was last updated %s seconds ago." +msgstr "" + +#: languages/vue.php:1155 +msgid "The latest data will be automatically shown on this page when it becomes available." +msgstr "" + +#: languages/vue.php:1158 +msgid "There is no need to refresh the browser (doing so won't have any effect)." +msgstr "" + +#: languages/vue.php:1161 +msgid "Pageviews Per Minute" +msgstr "" + +#: languages/vue.php:1164 +msgid "Top Pages" +msgstr "" + +#: languages/vue.php:1167 +msgid "No pageviews currently." +msgstr "" + +#: languages/vue.php:1170 +msgid "Page" +msgstr "" + +#: languages/vue.php:1173 +msgid "Pageview Count" +msgstr "" + +#: languages/vue.php:1176 +msgid "Percent of Total" +msgstr "" + +#: languages/vue.php:1179 +msgid "This is the number of active users currently on your site." +msgstr "" + +#: languages/vue.php:1182 +msgid "This graph shows the number of pageviews for each of the last 30 minutes." +msgstr "" + +#: languages/vue.php:1185 +msgid "This list shows the top pages users are currently viewing on your site." +msgstr "" + +#: languages/vue.php:1188 +msgid "View All Real-Time Pageviews" +msgstr "" + +#: languages/vue.php:1191 +msgid "View All Real-Time Traffic Sources" +msgstr "" + +#: languages/vue.php:1194 +msgid "View All Real-Time Traffic by Country" +msgstr "" + +#: languages/vue.php:1197 +msgid "View All Real-Time Traffic by City" +msgstr "" + +#: languages/vue.php:1200 +msgid "Welcome to MonsterInsights!" +msgstr "" + +#: languages/vue.php:1203 +msgid "Let's get you set up." +msgstr "" + +#: languages/vue.php:1206 +msgid "Save and Continue" +msgstr "" + +#: languages/vue.php:1209 +msgid "Which category best describes your website?" +msgstr "" + +#: languages/vue.php:1212 +msgid "We will recommend the optimal settings for MonsterInsights based on your choice." +msgstr "" + +#: languages/vue.php:1215 +msgid "Business Website" +msgstr "" + +#: languages/vue.php:1218 +msgid "Publisher %s(Blog)%s" +msgstr "" + +#: languages/vue.php:1221 +msgid "Ecommerce" +msgstr "" + +#: languages/vue.php:1224 +msgid "See who's viewing and submitting your forms, so you can increase your conversion rate." +msgstr "" + +#: languages/vue.php:1227 +msgid "Google Optimize" +msgstr "" + +#: languages/vue.php:1230 +msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease." +msgstr "" + +#: languages/vue.php:1233 +msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more" +msgstr "" + +#: languages/vue.php:1236 +msgid "Your license key for MonsterInsights has expired. %sPlease click here to renew your license key.%s" +msgstr "" + +#: languages/vue.php:1247 +#: lite/includes/admin/helpers.php:83 +msgid "Upgrade to MonsterInsights Pro" +msgstr "" + +#: languages/vue.php:1250 +msgid "Show in widget mode" +msgstr "" + +#: languages/vue.php:1253 +msgid "Show in full-width mode" +msgstr "" + +#: languages/vue.php:1256 +msgid "Last 30 Days Insights for:" +msgstr "" + +#: languages/vue.php:1259 +msgid "Your Website" +msgstr "" + +#: languages/vue.php:1262 +msgid "Avg. Duration" +msgstr "" + +#: languages/vue.php:1265 +msgid "More data is available" +msgstr "" + +#: languages/vue.php:1268 +msgid "Want to see page-specific stats?" +msgstr "" + +#: languages/vue.php:1271 +msgid "Can't load settings. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1274 +msgid "You appear to be offline." +msgstr "" + +#: languages/vue.php:1277 +msgid "In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %sLearn More%s" +msgstr "" + +#: languages/vue.php:1280 +msgid "In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %s%s Plugin%s | %sLearn More%s" +msgstr "" + +#: languages/vue.php:1283 +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. %sLearn More%s" +msgstr "" + +#: languages/vue.php:1286 +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. %s%s Plugin%s | %sLearn More%s" +msgstr "" + +#: languages/vue.php:1289 +msgid "Recommended Addons" +msgstr "" + +#: languages/vue.php:1292 +msgid "To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!" +msgstr "" + +#: languages/vue.php:1295 +msgid "Other Addons" +msgstr "" + +#: languages/vue.php:1298 +msgid "View all MonsterInsights addons" +msgstr "" + +#: languages/vue.php:1301 +msgid "Deactivating..." +msgstr "" + +#: languages/vue.php:1304 +msgid "Deactivate" +msgstr "" + +#: languages/vue.php:1307 +msgid "Status: %s" +msgstr "" + +#: languages/vue.php:1310 +msgid "Not Installed" +msgstr "" + +#: languages/vue.php:1313 +msgid "Network Active" +msgstr "" + +#: languages/vue.php:1316 +msgid "Active" +msgstr "" + +#: languages/vue.php:1319 +msgid "Inactive" +msgstr "" + +#: languages/vue.php:1325 +msgid "Activating..." +msgstr "" + +#: languages/vue.php:1328 +msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data." +msgstr "" + +#: languages/vue.php:1331 +msgid "No addons found." +msgstr "" + +#: languages/vue.php:1334 +msgid "Refresh Addons" +msgstr "" + +#: languages/vue.php:1337 +msgid "Refreshing Addons" +msgstr "" + +#: languages/vue.php:1340 +msgid "Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!" +msgstr "" + +#: languages/vue.php:1343 +msgid "See All Your Important Store Metrics in One Place" +msgstr "" + +#: languages/vue.php:1346 +msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report" +msgstr "" + +#: languages/vue.php:1349 +msgid "ONE-CLICK INTEGRATIONS" +msgstr "" + +#: languages/vue.php:1352 +msgid "Enable Ecommerce Tracking and Grow Your Business with Confidence" +msgstr "" + +#: languages/vue.php:1355 +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." +msgstr "" + +#: languages/vue.php:1358 +msgid "Upgrade to Pro and unlock addons and other great features. %sSave 50%% automatically!%s" +msgstr "" + +#: languages/vue.php:1361 +msgid "Add your MonsterInsights license key from the email receipt or account area. %sRetrieve your license key%s." +msgstr "" + +#: languages/vue.php:1365 +msgid "Miscellaneous" +msgstr "" + +#: languages/vue.php:1369 +msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes." +msgstr "" + +#: languages/vue.php:1373 +msgid "Hide Announcements" +msgstr "" + +#: languages/vue.php:1376 +msgid "Show Overview Reports" +msgstr "" + +#: languages/vue.php:1379 +msgid "Show Publishers Reports" +msgstr "" + +#: languages/vue.php:1382 +msgid "Show eCommerce Reports" +msgstr "" + +#: languages/vue.php:1385 +msgid "Available in PRO version" +msgstr "" + +#: languages/vue.php:1388 +msgid "No options available" +msgstr "" + +#: languages/vue.php:1391 +msgid "Reset to default" +msgstr "" + +#: languages/vue.php:1394 +msgid "The value entered does not match the required format" +msgstr "" + +#: languages/vue.php:1397 +msgid "%s can't be empty." +msgstr "" + +#: languages/vue.php:1400 +msgid "Duplicate values are not allowed." +msgstr "" + +#: languages/vue.php:1403 +msgid "Add Another Link Path" +msgstr "" + +#: languages/vue.php:1406 +msgid "Remove row" +msgstr "" + +#: languages/vue.php:1409 +msgid "Upgrade to MonsterInsights Pro to Unlock More Actionable Insights" +msgstr "" + +#: languages/vue.php:1412 +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!" +msgstr "" + +#: languages/vue.php:1415 +msgid "Upgrade to MonsterInsights Pro and Save 50% OFF!" +msgstr "" + +#: languages/vue.php:1418 +msgid "Use coupon code %sLITEUPGRADE%s" +msgstr "" + +#: languages/vue.php:1421 +msgid "Facebook Instant Articles" +msgstr "" + +#: languages/vue.php:1424 +msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro." +msgstr "" + +#: languages/vue.php:1427 +msgid "Scroll Tracking" +msgstr "" + +#: languages/vue.php:1430 +msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site." +msgstr "" + +#: languages/vue.php:1433 +msgid "Can't save settings. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1436 +msgid "You appear to be offline. Settings not saved." +msgstr "" + +#: languages/vue.php:1440 +msgid "Authenticating" +msgstr "" + +#: languages/vue.php:1443 +msgid "Re-Authenticating" +msgstr "" + +#: languages/vue.php:1446 +msgid "Verifying Credentials" +msgstr "" + +#: languages/vue.php:1449 +msgid "Your site is connected to MonsterInsights!" +msgstr "" + +#: languages/vue.php:1452 +msgid "Deauthenticating" +msgstr "" + +#: languages/vue.php:1455 +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." +msgstr "" + +#: languages/vue.php:1459 +msgid "Connect MonsterInsights" +msgstr "" + +#: languages/vue.php:1462 +msgid "Verify Credentials" +msgstr "" + +#: languages/vue.php:1465 +msgid "Reconnect MonsterInsights" +msgstr "" + +#: languages/vue.php:1468 +msgid "Website Profile" +msgstr "" + +#: languages/vue.php:1471 +msgid "Active Profile" +msgstr "" + +#: languages/vue.php:1475 +msgid "Your website profile has been set at the network level of your WordPress Multisite." +msgstr "" + +#: languages/vue.php:1479 +msgid "If you would like to use a different profile for this subsite, you can authenticate below." +msgstr "" + +#: languages/vue.php:1482 +msgid "Manually enter your UA code" +msgstr "" + +#: languages/vue.php:1485 +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." +msgstr "" + +#: languages/vue.php:1488 +msgid "Or manually enter UA code (limited functionality)" +msgstr "" + +#: languages/vue.php:1491 +msgid "Force Deauthenticate" +msgstr "" + +#: languages/vue.php:1494 +msgid "Disconnect MonsterInsights" +msgstr "" + +#: languages/vue.php:1497 +msgid "Can't load errors. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1501 +msgid "Google AMP" +msgstr "" + +#: languages/vue.php:1504 +msgid "Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking." +msgstr "" + +#: languages/vue.php:1507 +msgid "Upgrade" +msgstr "" + +#: languages/vue.php:1510 +msgid "" +"The EU Compliance addon allows you to improve compliance with GDPR\n" +" and other privacy regulations." +msgstr "" + +#: languages/vue.php:1514 +msgid "EU Compliance" +msgstr "" + +#: languages/vue.php:1517 +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." +msgstr "" + +#: languages/vue.php:1520 +msgid "Usage Tracking" +msgstr "" + +#: languages/vue.php:1523 +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." +msgstr "" + +#: languages/vue.php:1526 +msgid "Allow usage tracking" +msgstr "" + +#: languages/vue.php:1529 +msgid "Complete documentation on usage tracking is available %shere%s." +msgstr "" + +#: languages/vue.php:1532 +msgid "Thank you for being a loyal MonsterInsights Lite user." +msgstr "" + +#: languages/vue.php:1535 +msgid "Upgrade to MonsterInsights Pro and unlock all the awesome features." +msgstr "" + +#: languages/vue.php:1538 +msgid "Use coupon code %s to get 50%% off." +msgstr "" + +#: languages/vue.php:1541 +msgid "Dashboard widget" +msgstr "" + +#: languages/vue.php:1544 +msgid "Enhanced Ecommerce" +msgstr "" + +#: languages/vue.php:1547 +msgid "Banner Ads" +msgstr "" + +#: languages/vue.php:1550 +msgid "Author Tracking" +msgstr "" + +#: languages/vue.php:1553 +msgid "Form Conversions" +msgstr "" + +#: languages/vue.php:1556 +msgid "SEO Score Tracking" +msgstr "" + +#: languages/vue.php:1559 +msgid "Ads Tracking" +msgstr "" + +#: languages/vue.php:1562 +msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue." +msgstr "" + +#: languages/vue.php:1565 +msgid "Can't deactivate the license. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1568 +msgid "Can't upgrade to PRO please try again. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1571 +msgid "Can't load license details. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1574 +msgid "Can't verify the license. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1577 +msgid "Can't validate the license. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1580 +msgid "Proceed" +msgstr "" + +#: languages/vue.php:1583 +msgid "Please wait..." +msgstr "" + +#: languages/vue.php:1586 +msgid "Connection Information" +msgstr "" + +#: languages/vue.php:1589 +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." +msgstr "" + +#: languages/vue.php:1592 +msgid "Hostname" +msgstr "" + +#: languages/vue.php:1595 +msgid "FTP Username" +msgstr "" + +#: languages/vue.php:1598 +msgid "FTP Password" +msgstr "" + +#: languages/vue.php:1601 +msgid "This password will not be stored on the server." +msgstr "" + +#: languages/vue.php:1604 +msgid "Connection Type" +msgstr "" + +#: languages/vue.php:1607 +msgid "Cancel" +msgstr "" + +#: languages/vue.php:1610 +msgid "Can't deauthenticate. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1613 +msgid "Can't load authentication details. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1616 +msgid "Can't authenticate. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1619 +msgid "Can't reauthenticate. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1622 +msgid "Can't verify credentials. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1625 +msgid "Help Us Improve" +msgstr "" + +#: languages/vue.php:1628 +msgid "Help us better understand our users and their website needs." +msgstr "" + +#: languages/vue.php:1631 +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, %svisit our website.%s" +msgstr "" + +#: languages/vue.php:1634 +msgid "Website profile" +msgstr "" + +#: languages/vue.php:1637 +msgid "Active profile" +msgstr "" + +#: languages/vue.php:1640 +msgid "Skip and Keep Connection" +msgstr "" + +#: languages/vue.php:1643 +msgid "Can't activate addon. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1646 +msgid "You appear to be offline. Addon not activated." +msgstr "" + +#: languages/vue.php:1649 +msgid "Can't deactivate addon. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1652 +msgid "You appear to be offline. Addon not deactivated." +msgstr "" + +#: languages/vue.php:1655 +msgid "Can't install plugin. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1658 +msgid "You appear to be offline. Plugin not installed." +msgstr "" + +#: languages/vue.php:1661 +msgid "Can't install addon. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1664 +msgid "You appear to be offline. Addon not installed." +msgstr "" + +#: languages/vue.php:1667 +msgid "Can't install WPForms. Error: %s, %s" +msgstr "" + +#: languages/vue.php:1670 +msgid "You appear to be offline. WPForms not installed." +msgstr "" + +#: languages/vue.php:1673 +msgid "Allow Usage Tracking" +msgstr "" + +#: languages/vue.php:1676 +msgid "Verifying License" +msgstr "" + +#: languages/vue.php:1679 +msgid "Success" +msgstr "" + +#: languages/vue.php:1682 +msgid "There was an error verifying your license" +msgstr "" + +#: languages/vue.php:1685 +msgid "There was an error unlocking MonsterInsights PRO please try again or install manually." +msgstr "" + +#: languages/vue.php:1688 +msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy! %s" +msgstr "" + +#: languages/vue.php:1691 +msgid "To unlock more features consider %supgrading to PRO%s." +msgstr "" + +#: languages/vue.php:1694 +msgid "As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!" +msgstr "" + +#: languages/vue.php:1697 +msgid "Unlock PRO Features Now" +msgstr "" + +#: languages/vue.php:1700 +msgid "Paste your license key here" +msgstr "" + +#: languages/vue.php:1703 +msgid "Verify" +msgstr "" + +#: languages/vue.php:1706 +msgid "If you already have a License key add it below to unlock MonsterInsights PRO. %sRetrieve your license key%s." +msgstr "" + +#: languages/vue.php:1709 +msgid "Almost Done" +msgstr "" + +#: languages/vue.php:1712 +msgid "MonsterInsights can automatically upgrade the installed version to the paid version" +msgstr "" + +#: languages/vue.php:1715 +msgid "Complete Upgrade" +msgstr "" + +#: languages/vue.php:1718 +msgid "Do Upgrade Later" +msgstr "" + +#: languages/vue.php:1722 +msgid "Upgrade to PRO" +msgstr "" + +#: languages/vue.php:1725 +msgid "Upgrade to Pro" +msgstr "" + +#: languages/vue.php:1728 +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." +msgstr "" + +#: languages/vue.php:1731 +msgid "You're using %sMonsterInsights Lite%s - no license needed. Enjoy!" +msgstr "" + +#: languages/vue.php:1734 +msgid "You need to %sconnect MonsterInsights%s first" +msgstr "" + +#: languages/vue.php:1737 +#: lite/includes/admin/welcome.php:52 +#: lite/includes/admin/welcome.php:53 +msgid "Welcome to MonsterInsights" +msgstr "" + +#: languages/vue.php:1740 +msgid "Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin" +msgstr "" + +#: languages/vue.php:1743 +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." +msgstr "" + +#: languages/vue.php:1746 +msgid "Launch the Wizard!" +msgstr "" + +#: languages/vue.php:1749 +msgid "Read the Full Guide" +msgstr "" + +#: languages/vue.php:1752 +msgid "MonsterInsights Features & Addons" +msgstr "" + +#: languages/vue.php:1755 +msgid "Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market." +msgstr "" + +#: languages/vue.php:1758 +msgid "See All Features" +msgstr "" + +#: languages/vue.php:1761 +msgid "per year" +msgstr "" + +#: languages/vue.php:1764 +msgid "Testimonials" +msgstr "" + +#: languages/vue.php:1767 +msgid "Setup universal website tracking across devices and campaigns with just a few clicks (without any code)." +msgstr "" + +#: languages/vue.php:1770 +msgid "Google Analytics Dashboard" +msgstr "" + +#: languages/vue.php:1773 +msgid "See your website analytics report right inside your WordPress dashboard with actionable insights." +msgstr "" + +#: languages/vue.php:1776 +msgid "Real-time Stats" +msgstr "" + +#: languages/vue.php:1779 +msgid "Get real-time stats right inside WordPress to see who is online, what are they doing, and more." +msgstr "" + +#: languages/vue.php:1782 +msgid "Enhanced Ecommerce Tracking" +msgstr "" + +#: languages/vue.php:1785 +msgid "1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress." +msgstr "" + +#: languages/vue.php:1788 +msgid "Page Level Analytics" +msgstr "" + +#: languages/vue.php:1791 +msgid "Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site." +msgstr "" + +#: languages/vue.php:1794 +msgid "Affiliate Link & Ads Tracking" +msgstr "" + +#: languages/vue.php:1797 +msgid "Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking." +msgstr "" + +#: languages/vue.php:1800 +msgid "EU Compliance (GDPR Friendly)" +msgstr "" + +#: languages/vue.php:1803 +msgid "Make Google Analytics compliant with GDPR and other privacy regulations automatically." +msgstr "" + +#: languages/vue.php:1806 +msgid "Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click." +msgstr "" + +#: languages/vue.php:1809 +msgid "Ecommerce Report" +msgstr "" + +#: languages/vue.php:1812 +msgid "Category / Tags Tracking" +msgstr "" + +#: languages/vue.php:1815 +msgid "WooCommerce" +msgstr "" + +#: languages/vue.php:1818 +msgid "Easy Digital Downloads" +msgstr "" + +#: languages/vue.php:1821 +msgid "MemberPress" +msgstr "" + +#: languages/vue.php:1824 +msgid "LifterLMS" +msgstr "" + +#: languages/vue.php:1827 +msgid "See how %s visitors found your site!" +msgstr "" + +#: languages/vue.php:1830 +msgid "Your website was visited by %s users in the last 30 days." +msgstr "" + +#: languages/vue.php:1833 +msgid "See the full analytics report!" +msgstr "" + +#: languages/vue.php:1836 +msgid "You must connect with MonsterInsights before you can view reports." +msgstr "" + +#: languages/vue.php:1839 +msgid "MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard." +msgstr "" + +#: languages/vue.php:1842 +msgid "See Quick Links" +msgstr "" + +#: languages/vue.php:1845 +msgid "Suggest a Feature" +msgstr "" + +#: languages/vue.php:1848 +msgid "Join Our Community" +msgstr "" + +#: languages/vue.php:1851 +msgid "Support & Docs" +msgstr "" + +#: languages/vue.php:1854 +msgid "Upgrade to Pro »" +msgstr "" + +#: languages/vue.php:1857 +msgid "MonsterInsights encountered an error loading your report data" +msgstr "" + +#: languages/vue.php:1860 +msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating." +msgstr "" + +#: languages/vue.php:1863 +msgid "Last %s days" +msgstr "" + +#: languages/vue.php:1866 +#: lite/includes/admin/wp-site-health.php:179 +msgid "View Reports" +msgstr "" + +#: languages/vue.php:1869 +msgid "Congratulations!" +msgstr "" + +#: languages/vue.php:1872 +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 %sGetting started video%s or use our %s to get you quickly set up." +msgstr "" + +#: languages/vue.php:1875 +msgid "Onboarding Wizard" +msgstr "" + +#: languages/vue.php:1878 +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." +msgstr "" + +#: languages/vue.php:1881 +msgid "Yup, we know a thing or two about building awesome products that customers love." +msgstr "" + +#: languages/vue.php:1884 +msgid "The MonsterInsights Team" +msgstr "" + +#: languages/vue.php:1887 +msgid "MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%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 %s) only takes a few minutes and will make your website significantly faster and more secure." +msgstr "" + +#: languages/vue.php:1890 +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." +msgstr "" + +#: languages/vue.php:1902 +msgid "You’re using MonsterInsights Lite. To unlock more features consider %supgrading to Pro%s." +msgstr "" + +#: languages/vue.php:1905 +msgid "Installing Addon" +msgstr "" + +#: languages/vue.php:1908 +msgid "Activating Addon" +msgstr "" + +#: languages/vue.php:1911 +msgid "Addon Activated" +msgstr "" + +#: languages/vue.php:1914 +msgid "Loading report data" +msgstr "" + +#: languages/vue.php:1917 +msgid "Please activate manually" +msgstr "" + +#: languages/vue.php:1920 +msgid "Error: %s, %s" +msgstr "" + +#: languages/vue.php:1923 +msgid "Error Activating Addon" +msgstr "" + +#: languages/vue.php:1926 +#: lite/includes/admin/wp-site-health.php:298 +#: lite/includes/admin/wp-site-health.php:324 +#: lite/includes/admin/wp-site-health.php:351 +msgid "View Addons" +msgstr "" + +#: languages/vue.php:1929 +msgid "Dismiss" +msgstr "" + +#: languages/vue.php:1932 +msgid "Redirecting" +msgstr "" + +#: languages/vue.php:1935 +msgid "Please wait" +msgstr "" + +#: languages/vue.php:1938 +msgid "Visit addons page" +msgstr "" + +#: languages/vue.php:1941 +msgid "Report Unavailable" +msgstr "" + +#: languages/vue.php:1944 +msgid "%s Addon" +msgstr "" + +#: languages/vue.php:1947 +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." +msgstr "" + +#: languages/vue.php:1950 +msgid "See All Reports" +msgstr "" + +#: languages/vue.php:1953 +msgid "Go to the Analytics Dashboard" +msgstr "" + +#: languages/vue.php:1956 +msgid "Hide dashboard widget" +msgstr "" + +#: languages/vue.php:1959 +msgid "Are you sure you want to hide the MonsterInsights Dashboard Widget? " +msgstr "" + +#: languages/vue.php:1962 +msgid "Yes, hide it!" +msgstr "" + +#: languages/vue.php:1965 +msgid "No, cancel!" +msgstr "" + +#: languages/vue.php:1968 +msgid "MonsterInsights Widget Hidden" +msgstr "" + +#: languages/vue.php:1971 +msgid "You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page" +msgstr "" + +#: languages/vue.php:1974 +msgid "Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %sRetrieve your license key%s." +msgstr "" + +#: languages/vue.php:1977 +msgid "Forms Tracking help you see who’s viewing your forms, so you can increase conversions." +msgstr "" + +#: languages/vue.php:1980 +msgid "Custom Dimensions show you popular categories, best time to publish, focus keywords, etc." +msgstr "" + +#: languages/vue.php:1983 +msgid "Make Google Analytics GDPR compliant with our EU Compliance addon." +msgstr "" + +#: languages/vue.php:1986 +msgid "Get real-time Google Analytics report right inside your WordPress dashboard." +msgstr "" + +#: languages/vue.php:1989 +msgid "Use Google Optimize to easily perform A/B split tests on your site." +msgstr "" + +#: languages/vue.php:1992 +msgid "See all your important store metrics in one place with Enhanced Ecommerce Tracking." +msgstr "" + +#: languages/vue.php:1995 +msgid "Unlock search console report to see your top performing keywords in Google." +msgstr "" + +#: languages/vue.php:1998 +msgid "Get Page Insights to see important metrics for individual posts / pages in WordPress." +msgstr "" + +#: languages/vue.php:2001 +msgid "Publishers Report shows your top performing pages, audience demographics, and more." +msgstr "" + +#: languages/vue.php:2004 +msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving.s" +msgstr "" + +#: languages/vue.php:2007 +msgid "Upgrade to Pro »" +msgstr "" + +#: languages/vue.php:2010 +msgid "Pro Tip:" +msgstr "" + +#: languages/vue.php:2013 +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." +msgstr "" + +#: languages/vue.php:2016 +msgid "Can't load report data. Error: %s, %s" +msgstr "" + +#: languages/vue.php:2019 +msgid "Error loading report data" +msgstr "" + +#: languages/vue.php:2022 +msgid "Error loading license details" +msgstr "" + +#: languages/vue.php:2025 +msgid "Network error encountered. Settings not saved." +msgstr "" + +#: languages/vue.php:2028 +msgid "Please ask your webmaster to connect MonsterInsights to Google Analytics." +msgstr "" + +#: languages/vue.php:2031 +msgid "Get Scroll-Depth tracking to see how far users scroll on your pages before leaving." +msgstr "" + +#: languages/vue.php:2034 +msgid "Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually." +msgstr "" + +#: languages/vue.php:2037 +msgid "UA code can't be empty" +msgstr "" + +#: languages/vue.php:2040 +msgid "Saving UA code..." +msgstr "" + +#: languages/vue.php:2043 +msgid "2019 Year in Review" +msgstr "" + +#: languages/vue.php:2046 +msgid "Still Calculating..." +msgstr "" + +#: languages/vue.php:2049 +msgid "Your 2019 Year in Review is still calculating. Please check back later to see how your website performed last year." +msgstr "" + +#: languages/vue.php:2052 +msgid "Back to Overview Report" +msgstr "" + +#: languages/vue.php:2061 +msgid "Audience" +msgstr "" + +#: languages/vue.php:2064 +msgid "Congrats" +msgstr "" + +#: languages/vue.php:2067 +msgid "Your website was quite popular this year! " +msgstr "" + +#: languages/vue.php:2070 +msgid "You had " +msgstr "" + +#: languages/vue.php:2073 +msgid " visitors!" +msgstr "" + +#: languages/vue.php:2076 +msgid " visitors" +msgstr "" + +#: languages/vue.php:2079 +msgid "Total Visitors" +msgstr "" + +#: languages/vue.php:2082 +msgid "Total Sessions" +msgstr "" + +#: languages/vue.php:2085 +msgid "Visitors by Month" +msgstr "" + +#: languages/vue.php:2088 +msgid "January 1, 2019 - December 31, 2019" +msgstr "" + +#: languages/vue.php:2091 +msgid "A Tip for 2020" +msgstr "" + +#: languages/vue.php:2094 +msgid "See the top Traffic Sources and Top Pages for the Month of May in the Overview Report to replicate your success." +msgstr "" + +#: languages/vue.php:2097 +msgid "#1" +msgstr "" + +#: languages/vue.php:2100 +msgid "You Top 5 Countries" +msgstr "" + +#: languages/vue.php:2103 +msgid "Let’s get to know your visitors a little better, shall we?" +msgstr "" + +#: languages/vue.php:2106 +msgid "Gender" +msgstr "" + +#: languages/vue.php:2109 +msgid "Female" +msgstr "" + +#: languages/vue.php:2112 +msgid "Women" +msgstr "" + +#: languages/vue.php:2115 +msgid "Male" +msgstr "" + +#: languages/vue.php:2118 +msgid "Average Age" +msgstr "" + +#: languages/vue.php:2121 +msgid "Behavior" +msgstr "" + +#: languages/vue.php:2124 +msgid "Your Top 5 Pages" +msgstr "" + +#: languages/vue.php:2127 +msgid "Time Spent on Site" +msgstr "" + +#: languages/vue.php:2130 +msgid "minutes" +msgstr "" + +#: languages/vue.php:2133 +msgid "Device Type" +msgstr "" + +#: languages/vue.php:2136 +msgid "A Tip For 2020" +msgstr "" + +#: languages/vue.php:2139 +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." +msgstr "" + +#: languages/vue.php:2142 +msgid "Read - 32 Marketing Hacks to Grow Your Traffic" +msgstr "" + +#: languages/vue.php:2145 +msgid "So, where did all of these visitors come from?" +msgstr "" + +#: languages/vue.php:2148 +msgid "Impressions" +msgstr "" + +#: languages/vue.php:2151 +msgid "Your Top 5 Keywords" +msgstr "" + +#: languages/vue.php:2154 +msgid "What keywords visitors searched for to find your site" +msgstr "" + +#: languages/vue.php:2157 +msgid "Your Top 5 Referrals" +msgstr "" + +#: languages/vue.php:2160 +msgid "The websites that link back to your website" +msgstr "" + +#: languages/vue.php:2163 +msgid "Opportunity" +msgstr "" + +#: languages/vue.php:2166 +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." +msgstr "" + +#: languages/vue.php:2169 +msgid "Read - How to Ethically Steal Your Competitor’s Traffic" +msgstr "" + +#: languages/vue.php:2172 +msgid "Thank you for using MonsterInsights!" +msgstr "" + +#: languages/vue.php:2175 +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." +msgstr "" + +#: languages/vue.php:2178 +msgid "Here's to an amazing 2020!" +msgstr "" + +#: languages/vue.php:2181 +msgid "Enjoying MonsterInsights" +msgstr "" + +#: languages/vue.php:2184 +msgid "Leave a five star review!" +msgstr "" + +#: languages/vue.php:2187 +msgid "Syed Balkhi" +msgstr "" + +#: languages/vue.php:2190 +msgid "Chris Christoff" +msgstr "" + +#: languages/vue.php:2193 +msgid "Write Review" +msgstr "" + +#: languages/vue.php:2196 +msgid "Did you know over 10 million websites use our plugins?" +msgstr "" + +#: languages/vue.php:2199 +msgid "Try our other popular WordPress plugins to grow your website in 2020." +msgstr "" + +#: languages/vue.php:2202 +msgid "Join our Communities!" +msgstr "" + +#: languages/vue.php:2205 +msgid "Become a WordPress expert in 2020. Join our amazing communities and take your website to the next level." +msgstr "" + +#: languages/vue.php:2208 +msgid "Facebook Group" +msgstr "" + +#: languages/vue.php:2211 +msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group." +msgstr "" + +#: languages/vue.php:2214 +msgid "Join Now...It’s Free!" +msgstr "" + +#: languages/vue.php:2217 +msgid "WordPress Tutorials by WPBeginner" +msgstr "" + +#: languages/vue.php:2220 +msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users." +msgstr "" + +#: languages/vue.php:2223 +msgid "Visit WPBeginner" +msgstr "" + +#: languages/vue.php:2226 +msgid "Follow Us!" +msgstr "" + +#: languages/vue.php:2229 +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." +msgstr "" + +#: languages/vue.php:2232 +msgid "Copyright MonsterInsights, 2020" +msgstr "" + +#: languages/vue.php:2235 +msgid "Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights" +msgstr "" + +#: languages/vue.php:2238 +msgid "January" +msgstr "" + +#: languages/vue.php:2241 +msgid "February" +msgstr "" + +#: languages/vue.php:2244 +msgid "March" +msgstr "" + +#: languages/vue.php:2247 +msgid "April" +msgstr "" + +#: languages/vue.php:2250 +msgid "May" +msgstr "" + +#: languages/vue.php:2253 +msgid "June" +msgstr "" + +#: languages/vue.php:2256 +msgid "July" +msgstr "" + +#: languages/vue.php:2259 +msgid "August" +msgstr "" + +#: languages/vue.php:2262 +msgid "September" +msgstr "" + +#: languages/vue.php:2265 +msgid "October" +msgstr "" + +#: languages/vue.php:2268 +msgid "November" +msgstr "" + +#: languages/vue.php:2271 +msgid "December" +msgstr "" + +#: languages/vue.php:2274 +msgid "Your best month was %s with %s visitors!" +msgstr "" + +#: languages/vue.php:2277 +msgid "Your %s visitors came from %s different countries." +msgstr "" + +#: languages/vue.php:2280 +msgid "%s Visitors" +msgstr "" + +#: languages/vue.php:2283 +msgid "%s% of your visitors were %s" +msgstr "" + +#: languages/vue.php:2286 +msgid "%s% of your visitors were between the ages of %s" +msgstr "" + +#: languages/vue.php:2289 +msgid "Your %s visitors viewed a total of %s pages. That's an average of %s pages for each visitor!" +msgstr "" + +#: languages/vue.php:2292 +msgid "Each visitor spent an average of %s minutes on your website in 2019." +msgstr "" + +#: languages/vue.php:2295 +msgid "Most of your visitors viewed your website from their %s device." +msgstr "" + +#: languages/vue.php:2298 +msgid "%s% of your visitors were on a %s device." +msgstr "" + +#: lite/includes/admin/connect.php:42 +msgid "You are not allowed to install plugins." +msgstr "" + +#: lite/includes/admin/connect.php:56 +msgid "Please enter your license key to connect." +msgstr "" + +#: lite/includes/admin/connect.php:67 +msgid "Pro version is already installed." +msgstr "" + +#: lite/includes/admin/connect.php:104 +msgid "Could not install upgrade. Please download from monsterinsights.com and install manually." +msgstr "" + +#: lite/includes/admin/connect.php:135 +#: lite/includes/admin/connect.php:141 +#: lite/includes/admin/connect.php:182 +msgid "Plugin installed & activated." +msgstr "" + +#: lite/includes/admin/connect.php:166 +msgid "You are not licensed." +msgstr "" + +#: lite/includes/admin/connect.php:186 +msgid "Pro version installed but needs to be activated from the Plugins page inside your WordPress admin." +msgstr "" + +#: lite/includes/admin/dashboard-widget.php:131 +msgid "Website Analytics is not Setup" +msgstr "" + +#: lite/includes/admin/dashboard-widget.php:133 +msgid "To see your website stats, please connect MonsterInsights to Google Analytics." +msgstr "" + +#: lite/includes/admin/dashboard-widget.php:134 +msgid "Setup Website Analytics" +msgstr "" + +#: lite/includes/admin/dashboard-widget.php:136 +msgid "To see your website stats, please ask your webmaster to connect MonsterInsights to Google Analytics." +msgstr "" + +#: lite/includes/admin/helpers.php:67 +msgid "Get Better Insights. Grow FASTER!" +msgstr "" + +#: lite/includes/admin/helpers.php:72 +msgid "Grow Your Business with MonsterInsights Pro" +msgstr "" + +#: lite/includes/admin/helpers.php:73 +msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website." +msgstr "" + +#: lite/includes/admin/helpers.php:74 +msgid "MonsterInsights Pro shows you the stats that matter, so you can boost your business growth!" +msgstr "" + +#. Translators: makes text bold. +#: lite/includes/admin/helpers.php:78 +msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal MonsterInsights Lite user." +msgstr "" + +#: lite/includes/admin/onboarding-wizard.php:168 +msgid "MonsterInsights › Onboarding Wizard" +msgstr "" + +#: lite/includes/admin/onboarding-wizard.php:181 +msgid "Return to Dashboard" +msgstr "" + +#: lite/includes/admin/onboarding-wizard.php:247 +msgid "You are not allowed to install plugins" +msgstr "" + +#: lite/includes/admin/reports/report-realtime.php:22 +msgid "Real Time" +msgstr "" + +#: lite/includes/admin/reports/report-year-in-review.php:22 +msgid "Year in Review" +msgstr "" + +#: lite/includes/admin/tools.php:10 +msgid "Want even more fine tuned control over your website analytics?" +msgstr "" + +#: lite/includes/admin/tools.php:11 +msgid "By upgrading to MonsterInsights Pro, you can unlock the MonsterInsights URL builder that helps you better track your advertising and email marketing campaigns." +msgstr "" + +#: lite/includes/admin/tools.php:12 +msgid "Click here to Upgrade" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:53 +msgid "MonsterInsights Authentication" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:58 +msgid "MonsterInsights Automatic Updates" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:64 +msgid "MonsterInsights eCommerce" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:71 +msgid "MonsterInsights AMP" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:78 +msgid "MonsterInsights FBIA" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:84 +msgid "MonsterInsights Connection" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:169 +msgid "Your website is authenticated with MonsterInsights" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:175 +msgid "MonsterInsights integrates your WordPress website with Google Analytics." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:190 +msgid "You are using Manual UA code output" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:191 +msgid "We highly recommend authenticating with MonsterInsights so that you can access our new reporting area and take advantage of new MonsterInsights features." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:195 +#: lite/includes/admin/wp-site-health.php:206 +msgid "Authenticate now" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:201 +msgid "Please configure your Google Analytics settings" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:202 +msgid "Your traffic is not being tracked by MonsterInsights at the moment and you are losing data. Authenticate and get access to the reporting area and advanced tracking features." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:228 +msgid "MonsterInsights Upgrade not applied" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:229 +msgid "A valid license has been added to MonsterInsights but you are still using the Lite version." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:233 +msgid "Go to License Settings" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:248 +msgid "Your website is receiving automatic updates" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:254 +msgid "MonsterInsights automatic updates are enabled and you are getting the latest features, bugfixes, and security updates as they are released." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:261 +msgid "Your website is receiving minor updates" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:262 +msgid "MonsterInsights minor updates are enabled and you are getting the latest bugfixes and security updates, but not major features." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:266 +msgid "Automatic updates are disabled" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:267 +msgid "MonsterInsights automatic updates are disabled. We recommend enabling automatic updates so you can get access to the latest features, bugfixes, and security updates as they are released." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:271 +msgid "Update Settings" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:286 +msgid "eCommerce data is not being tracked" +msgstr "" + +#. Translators: The eCommerce store currently active. +#: lite/includes/admin/wp-site-health.php:293 +msgid "You are using %s but the MonsterInsights eCommerce addon is not active, please Install & Activate it to start tracking eCommerce data." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:313 +msgid "AMP pages are not being tracked" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:319 +msgid "Your website has Google AMP-enabled pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights AMP Addon." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:340 +msgid "Facebook Instant Articles pages are not being tracked" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:346 +msgid "Your website has Facebook Instant Articles pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights Facebook Instant Articles Addon." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:365 +msgid "Can connect to MonsterInsights.com correctly" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:371 +msgid "The MonsterInsights API is reachable and no connection issues have been detected." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:386 +msgid "The MonsterInsights server is not reachable." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:387 +msgid "Your server is blocking external requests to monsterinsights.com, please check your firewall settings or contact your host for more details." +msgstr "" + +#. Translators: The error message received. +#: lite/includes/admin/wp-site-health.php:391 +msgid "Error message: %s" +msgstr "" + +#: lite/includes/admin/wp-site-health.php:404 +msgid "Tracking code is properly being output." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:410 +msgid "The Google Analytics tracking code is being output correctly, and no duplicate Google Analytics scripts have been detected." +msgstr "" + +#: lite/includes/admin/wp-site-health.php:418 +msgid "MonsterInsights has automatically detected an issue with your tracking setup" +msgstr "" diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/languages/index.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/languages/index.php new file mode 100644 index 00000000..720f9c50 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/languages/index.php @@ -0,0 +1,4 @@ +%s with %s visitors!', 'google-analytics-for-wordpress' ), + + // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:385 + __( 'Your %s visitors came from %s different countries.', 'google-analytics-for-wordpress' ), + + // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:391 + __( '%s Visitors', 'google-analytics-for-wordpress' ), + + // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:405 + __( '%s% of your visitors were %s', 'google-analytics-for-wordpress' ), + + // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:411 + __( '%s% of your visitors were between the ages of %s', 'google-analytics-for-wordpress' ), + + // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:423 + __( 'Your %s visitors viewed a total of %s pages. That\'s an average of %s pages for each visitor!', 'google-analytics-for-wordpress' ), + + // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:447 + __( 'Each visitor spent an average of %s minutes on your website in 2019.', 'google-analytics-for-wordpress' ), + + // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:468 + __( 'Most of your visitors viewed your website from their %s device.', 'google-analytics-for-wordpress' ), + + // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:471 + __( '%s% of your visitors were on a %s device.', 'google-analytics-for-wordpress' ), + + // Reference: src/modules/reports/components/reports/YearInReview-Lite.vue:296 + __( 'Clicks', 'google-analytics-for-wordpress' ) +); +/* THIS IS THE END OF THE GENERATED FILE */ diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/mi-dw-bg.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/mi-dw-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7056ba0f8237f3f7b4ce2b1067c18da815bc5126 GIT binary patch literal 48061 zcmeFYbyQqS7Uk?k>R{5(oqh1OmZ=1q~M5o#1Z4zb1F? z+&j!n)~xlt_s?57YXM!gYwun4t6jV59QuSS%D+HEevAwN0MMi)C6oXFsC>xJ5F#|B z29y>45%LGgUQ*Ku06@XH|A7LeXFdV|fK3)E8ek1MS)h@f4Kv8t&d`L}&Bh+m8UPRw zcC!Z=S($*z3{A`|Yy~Oy8=5J|EQ|#y)VbtX`KDTIZP z1>ArT12!gL5Sg2ewXGA-O_1WJT_EK1eKiXO+0Q0mD?tj;dxvBia*AZ)c8(@wT+G}| zMr<6sWITM#Y+QW2?3|2b?5u3uEUbJiY@AH2Y(Q2%AS)Z$KQ0O(WXLB0M`Kf-6*wBY)bF zFmW<+w6F(T*x8cZ+XWfgIfDf$DDEBo^ZLiQZ0!H($kyo}>>w0b+(7m$Y|N}I|3yho z?$>HIHvdu63H;0j(vyFT>_0kmQgOF8VNo)1vU7GcGI{1=VheuypE_Z0ZU?q=GPnCL z{r{)l>7-VZ?A|)XN89TFug)z{Olh@dkhmDU3(oJ3_ zPHrw=}5$idBJ!u@lQ|Em6PrX}o*obMw6V)~DzZ)|4-G5^oNf~;XS zE)zBmQzj!LLlY)8HXcJJK5h;UCJ-M72R9!NyP+`~$DfY=X6)Y_DL7g{G84%9Z*A_! zVhnL+#LH{SV`#+2!~x>sWa8vAEb__`8QXR7EX|O za{pVLL89$v?ol>z_}AJ$1=bcnbBI02(aGd~X$n&Oxii}z)c)12e`@|i&Ensu^M6C|hyA~)|92m*<|ekk3jaS${cQE$jX2qvf?Yw5 zCZcAL2>IXE<{x(dRq>$%0harGZEf*?VJe(JF8}`~;(uFL|Bp<>Uy*EN4ze{fF&1L^ zGl>7J_}}L4j~V^f)%E9!{rA-<@K<*EGaHCPvfKTlb^6zs__=7sKxY41d*AJUM9`lp zgv*$lo1K-%gvr#1m6eH;o!f+omzR}`$%N04n~jy1kBf^3k`Dh<*!@xauRa7={^{-OCtX#DM*`7;dvsD+$jAqQxdf1aTKEkgg9^#4zO_-jc2 zC#^oP_1nn#Yd#O8zi~YP^6TPnT)*b?K>8ck10cUH{>JrdJ`be7aXkR? z>*8-*zvlBm`Wx2+AipmD#`SAH52U|wJpl6S;%{8P=JP=M8`lFMzb^j9^=m#4q`z@J z0P^eNZ(P6T^FaC=*8?EGF8;>#Yd#O8zi~YP^6TPnT)*b?K>8ck10cUH{>JrdJ`be7 zaXkR?>*8-*zvlBm`Wx2+AipmD#`SAH52U|wJpl6S;%{8P=JP=M8`lFMzb^j9^=m#4 zq`z@J0P^eNFL5FN^-ijZE#yU1SI8TuU9TMTAaARZ8A&S10RSFU0Dxa00B~^!`MU`K zII{u(TLzF9T~h%70=szqj^~hi4=D*z6}Raf-I;)8V0n`4%^k*IXF7r|qrMRtRIyCD z_vO%-3Z{HxBlrbHKpf=q)m35?m6Vk9(}n!%CWUXP@Ddjj6QUgyRh(|D))kCnrlef; zJQ&Cu(emMDi4OC6=7}{)fQ@}5FZxAXLhI&o$2(S!mJ-saO40n?DQeY>XuU`~#IWmd z{kosI$gHWbg@#_-XGo30w_0)Ti91T0022%wzIBbu`&QC0{1V2wXQ)+G`ux{x1}@~} zXDh zdPnEPlr6(0p(Nk87lk$U6Z=B)xxjSivJ7I9TtCKpKHkP{VGv#4O7VSj?>6H;pZ1T} zv7Uko>pE-a!mbWCQ+6R{f64LjHcTfMC#*wu{KRZEMdF?(<7eMX$(vSZoF2VU0i`? z_7w1W%kFP=fC5R5G7|3(6IEgUs5e_Jv@q ztvFy_H2UUA%ZvBT_?S>zdPL;XF-n_+9RCvU52nYh0LcDRfBp{Xyg zzkgRM=tbSv)A{h3)r~ZEyq8DjBJNf^rt$MyAU}Zt!O=d&-1c*&D$-gdh0CUM#rHH6 zy?hwt?N6V<5EhnB@8nMM@X3Mh@Gi$rpl7H&GcreqpYASyNqvT_t6~uIxKCW<#{Vw~y#<^^FW z_ci&v`^_%V#ddz;<@*Czq#P)qj5JdJ9CDb*D6DbP0@g=-M(nuu1~OOjg%B{x3(cI_ zGbV$H#p)LkS2yzs4dOEPq7DQS7UQo>h?O>chrQqe8%YY#jusnPgPVB)lmKZY0A{#f zndXJ?8~h_=pIS0kaSoSC&TZ7B7p>^e>G()2 zi5kB*U!tI=&4C2yzV6fGw8D3fq;n03~d|x4cVya)khZh#605ovTa^!N1 zQ$L9I<203-FGp)Zxv=fNA~v^%U zImr#w5K*hQKCOfg=uO4*2;C{<&>~ZI{9+|_iBo$UZAVJ=F-LB%;(9S zj)9qwG6ZXjkhoDY)2hTArwVO_JzerYi6q3hiRr(5jhSHF%haVnM zi{Pjv-{O(irrAwqiK`t+x^pK~fAF>glm-WarudY>sI-rb>40KErAX7&&TBaTa4Sdi z>?*q5JDsIcIBlr|bX**)8+}9ZU@yA9)A@Skt)g&{qv(f_r?Tc zevuINuQly2cNv_3L1KH*8)Bb_Y_nd*P0W1OMRbYA+q`(y+9fpH8c2m1=~&tBlFItt znd@YyJ+I;w2_NhRafKDxAQrzU|5a6Q-qX8i`tCr##<=(3K{S4c>>0WvdQ&rC+ML;d z4=J~<4k*mEeJ{@&G$rr4_A%$1l7cA`ZIgeaX5FD8(u*$6geoH|_^!8DqgqAq_LBzs zlHIP0a}0AK&245ADZLoS9Hy^QZqhKe8yio@(uHK2)@>18IN)6;0~h1Q``xxv?F`{` z@(-iPpo4Ow>+tPuCXB-wEpUEL~Th-Rnx#KN;-G@y}=>k6_xwjqYsdej~1JMCXb zyi=n1h`s^Os@tl0bk$k1TODd40I>Vjv|%NOtBQel!@3zoCu1&J&TAw5_4T zgn)dd9Uk_;?RAF^m4yWX_7RKdy!cSf0#V~-&kOjy%uhfXJuj!DbLdlUzD?7@!9YS> z^qY`IW=ytK{UjOqy%w%K+`-^{sxQOdtceL&wf7_q{LK3?bsGYRViZ|78bG9pj z?3QsOqV~_f<(^NKp$%^fDBo{vR#jjeFVj|Jolsn}XQz?WP4|^4jhQc9vmXVY?^W&M;9W=_gZ$qU z2nVqdLAFu{n6rZ{;n3!q1q)`%)tu^#&o1i1H%uhE)JQWn>_R`1Fj}|#L*#G#qH>+d z@0dHM@ZFCQX2x#-8l-2D0>ow9C3xvPjF_9S6@j+YiaVikzOP!za~J#(CrH;-zp`Vv zz1=<8E4aeFaI3f2V*nq$l(=+PDU*DUa^dtE;+|;W zfKv`$o2`Po@2KPKI#|%urbfcEC550H?`Wc56*jRc^a~57zn@zp!nfh#eBG1wm2)!W zcdw(OaP}yCO^BaUYmfYRCyJAP-8&@k#IQF`kSPvKihSkc&>xATJPW-ecH4MLPX_%( zQdtjifDV1nEoH-^V#ErY{&L#yEqibfz#u{g?X?xP-mYSuP=e89+Xr_x@iByWvF{wH z5N)vmV;AFc_5fK}KTRHZIxlim<$Ckj{jw;KV?oKT2mE3_Elo=(gDHFO-t@%q%c~PDsdk)R>YTzm7F|hliiX#?%Amoh=_5R zP>5LA6cm(sZoT`(->OwJ$`=XYWAKS4D-$qO_EDeFJD#^2YEhBADZ_(VimzHRs6(|?&Z(`Ux>d5q=bIDOn6ya?5NMCunr z=Xf|?bT^>Ra*F?Utv@L`{WReVUMd>yWHPlx_g1ZV0Fj!3v}Z;RR5#2BW;{C6vXJx; z>-+gs-KU$3uR0C}#FsYRUGBTwtqD$6D6C-uP`ofhOPF;b#sz>^-%U2pJ5rx)_HJ=W z(4}F%N%4b~c$=AbhAY&3M_TO6^~J)2f$N(FcTSVZv{@$V;aB_qk>|(bTp>1)qkeY@ zCC1eAXJ-)>2Dnh{mHOyR*!)q1%&mnV5x<5eTRq+sgB6K>Nh#-gmfa%gn!&e^8g;FJ z&pSy}0WYp-cE?T41T#{)Z9@9?bd$PMyou1W9(FSLS`|oR%hk%euO^P^t0kSvF^4Ht z4})r+#c*J$a}?cPZa~WZoyvTkEZn)J$R$~ZG5t*--4{A}uGwDClS@Pqj8`0zTi)&% zr?7+tuOHzaMQWlf0~+GuCg`$gT;q&gp`i0&<6To&tLD;L{1e1!MK~1t!$bY9NkHDw zOloOv9Vsl~&WK1I*3ST7K36N+!*bwr%mPPLDztBbd3_CplcyG)DC^UGQ(ah-@WvTB z%OeQF5^&GDNjrhq8-~p~)Kb7oO8)X9vg33-qpGjj97M`Y!%Eu`hpiBC<21x{w41e6_6#HEWlm`M-DeTbWoWyb(qm#@f-8%)V{0ub8C&@9bFDbr)CQdq`v5s_oXwu72-|ZHtv1n)|h|zC?`Jas0@2G}#;3JkmE6j;GRAIrRJ6K&JfdLo46R zaUoVg*P>IntKsUAWBL1R+!<%~ej9Nay_)!TC7EKQm?nGXG_rg{0W9MFc#)+3)`#Z& zKFXBI2Ghz5?SLMLa053=v8_|hY-9p0kS)*9!;M=jxRF*k#|@W62qXr%^b$`b$;NA4eD`T@DA?q*>%x^lM)HE)u9+DL&& z4B1j4=S5Q<#zdmwCb(D>FbWdVg=K}+G`ThYP;34R1N(Z&=4=Ps0CKk%9)CATv_r(1 zW823ptssP6^jdoZzrIPdcBG|TwElBD>S$6sS~>BVpO0?setyIs(igQHt?2d4S~uYN zknz(SNkMd>o8YTskei{`s!ymbq*2ZLnQ%DcO~$vOr>-QYjsxdcbL+DvNuVnxH?PSx z>q?J|$0T-gPT$JV=EQ1;Yzi_+tAEscY$ET5hIQte`d)rMy>16Bw2F!Hc$ATO4@&UscHFH^q9f2&vwMuGJF+3_kD!nMF8S6|Gx z=yoi$q^dZEnF{f4qJr0%j!`;n?te5>_OpYxG^0zCf9bjun90ROXo@QinKu1+keKa$ z75`e*fHmw8$5ODb17d)9_e?m04fNU)p(C6>#!otBGpM8T;K^1^sSfXesJh);^l#{V zS*~MTldkv{zL#lkfudOT!M47NwV<1g(&Q8EzR9IF&6d_?R+_9>NjDa~<|hiPc9m2>$Fid4|=Sly%?bx-~;INv0u7UA*nPO$(ka`HeH>bsIf z=FBOozdMd5V%#Rm{6PYRi46%b)xL63wuW51AomJwT;I~NlTcP4-R+5z!vQ0vpB~`W z8fo`e={agD&4_w|PU2^ycJKv*9T_3F0Zvu;3TzAz?z=1-HHeCgms&n>lW4p48@*}* zlNYLcFdtFSe<*JC94w}vM!P%Fi~P}_^j%-w=WIHhx;w1;-&xh|9Wb~jsu8A?%e{JU z(0_so}JQnth|!cIPEL?DeB2tqLP%dCKn7$j{he5_&_*S(nhG$CDRN6rE-waV?B~dj`%X zgC=uF14v#!6;Vn^26Q_NsY@;>l=?uzj=$##41SSo%&Qp0)ONZG^2>DYp+}u40xXbJ zM7dfP!hkf7G;D%|gR(`wLWrCve!;(9003%0j!uv?qDF)-9goySju;16<5Eox>)Qi3 z6(kN#E{?1+|I}xaq#0)*Dwgz13ri!$Gg7lMLc)fIrg$mcZ5;z(?VG&MJnLX+*C>NH zBz7pQxiPIF$rf+;)BC(C#!L-U(lJ<_`mJyHNa%_irq{6JYSO*i45Wv3~~1v@29zaJoi>Yn~i z$!$4L5+w zu;w-R9F-7uXL9jbj0|O^F~>^^%3Zi5J=)hl>J0EY<$$53WjV-u;d+n>S2xO}?qY+3 z5$QFocGQJM(5O1@WxK}9Um;Dd#sx^oH9VDL7JA_`podbaWENPtn}hDa3W)?O)^ard z0}{13v0kx#L_d9}?j+nzNh~IrEhOaOqAZ4&2oj~eG_($QaLTz-wG9}4SucQtb0G<{ zKL!(rZ-=5GT|XbXY?3T%QqaWTno zj)+%>^2LUDS3!b4^pCADzgL!u0yj)e*E2mExDFtjWMEscCNiDsB-Bvd>IeK<`s!C; zp$Q=qVLhZzg?I~bXJ4#b8g76 zkb0@-E75u0@ve4L?Y|k~vH1e4(xH*`iEdssxLk2a5nE9arWg(u8?d2|MN3W{L?kBm ziK>y@{ez)`ipLV{HA-&R*3(PMr^%ie1pQkEm}BXOBL4DqpX6 zy}4wB1RBvB7q3OfFQFCQbjN%sCZbzaT)p~=2 zIJ>{v`5KARVbbFHq0?8_Y1)oX!+t&-th=eyYLadZC20+mQ9joUo%e&_DOYyAo9p{D zs_k4dXaC_&U{GxHjqxGP68llBe8fmaD05F|6@LSih63 zt!(j6RGXXmuQk-^Ll#C6bI*rFdGcIs5P6)uK%P4@IFmOu{*I8Gct$c;J;(2A5(Ug3!O?n(6agmX!pt36D&?;4p))-N|XKx zO(O2os^ zKtqSr7^xLi2Q`)NqoX(4jms9d!l)rFjTF0CdEf3g3#B<76_qBtAf-g<)GAmwS}V?0 z%_{3aaz{K^zi}TZfT#-{9rP=Ms?v{56?OBIimC{W6vXbSBW)-hLOI?P1huhbPA9_6 z>@ds3-_1T& zo`Ft?sUsK3)$!}}`C8l(5l&A?VQb{r55q=W)AknVH^E)Zn)DKPFFMPKJ4bKu~iT~C;2V!=Q!>v&m!s_;=Xb_>7AykC~&*I1cuW~ z27K(J#1Z+cR0fBq0iN(NGOT@bYx+!Oj~WLhHHr6yBoL%JCjeR`W*gDz?_}dEyJ9}{ zhP)jtQviNb{f6+Ql#}8uxM40m9tpm+(`MpHQu}AR4Ep}X;hc8J0jYEi84|8lMO2!0 z)M(v~D||#+=6NV|>+$++&#ux3s5PGo^s!pV-7>ZI$1h5gWb#fcLcb60e_M}Wwo-QN z(+VB=n5ebbV|P>)SgTWdw_Qr3tID#H+ z>TtA|4U?hzSHfn_qgML+rdv|`QWm)`>%HscvXJv+R#Aql4a&>qUc@X1aY^Zoe2M^p z9wl{RS3-YicewA2!x1JVK`Ii7#o@)Y0Sjy;$TkK8clB2$r;o;wi~=n583Xl-`|$^#>qw?APwLlWM*5FkZs_)> zFz%y0+SdB^HAsgVP*IGuCnp9xfWmyK)j^&QOV`S@#I%HV7?O%~f>1Lb~k`|vaQVr7|IdyBSJmrC*J7d&Af zw#1(NnR%a95-L&VNo>bZ?3Kq;zciU2L=m0$YlsUDbw|4KGH+)o+AoI66y7pNGJgl=^Hq~d}6<;iKO=jlxV|smn=hD6@}YNo3(*ow@uvFdI>ZI z?JC9;KIfyD8aXqK2-nM9RxrNX3?cVNNHWsWe#bOe@2uo_0+9RA93IS4HUL}7Vx*~Mo?{J>+U7Ugz_#W4y&)o*tO1!OBfq$8> ziXqb~tls8G;lP|g8`fKGk%OJdd8C=%MM$FSZu$dI$}q_4yL@4gvdFLoM7$;Ybicc} zr+m!BjxmjB-;5(E)EZA+Wk~|#zINQE>*%{76c;O;U z$35H2uIK(XZ8s0jgu;I8max=_7%TSua}hBnQ%OI+WQFyJ`qaIb;l;yn#4kRJ`j9~m zJ}F@zm03=)r`-et#YjZp>B|x;aLXNc#?ZDY^l$b13GW}bB3b5Erx~d|tr^=J2*ud&+qIXvfc?=hHja})_o9omJ;P^K8k%RoTXTEU^_BwWhHHh2b z<3R~$;vcq}=@eH0UJwg6u|7lF#u_aEx6y(k(GYD*;dZP#|t0L3}^0LJ~ z%`($)0+!uC^W4QDP%QJT@BQo?dA_nbF*dYG$#DvGmh?He9Ie(`Y`fJ$a76UQ%fJ|% zJmHV2_YZpX86&`&SWMd+PtHke>Blw8EIYN{!m7!IZw!{NHF&%D?y@2wx%*W4IRI}M zBqs`>oswaBXPx46&QsPknqsHQGG@N;R>nb|GgF<5DQ`_`zc`nbP@;Oy zJ|=@L9iMzjlVbAb80qc=|Elgsh-&{7Xnt_ud_VSO1i3$WNB1isqMKsO7i}hYUMows zM3QymO7*hciE@f*ezKN5dh7{|gkal)$r&xCkf3Xde3)Si5LHRJ;~3KEQ^E;)P3qZX zc^T>!$H<Z~XD@@}vKjiiw~$x|H2`_k?ghI6Q!-AbxX@Bus2Du)|%-1@axcU=$#u)UfL&NIM#u^^ zxOtiK%G*N|hjDP8$A1p9&2$h7fmR@hY0H>2xbZuM5T`)q&@F6gwj+sGsIBC@0)kr# zzQxiVANn@oy!v&(Dt3s})-`#Cy69#V*Atf!O3pVy zL$LZ+xe~GFa!HpnJDM+%(j#E((PgcFY))M4gk(o{h7b$Eitj(ic{g|1hMFVrNcDAp z@94Y;)MsfPdVgUPoGJQ*xH^(`u*tvx!MnT}G!Dgh>P27Mx$Kd$c6~}fZzA5lF($=& z7GRC>qFsc!OhOBdfZlApJY}b_^}Sg}e;aS29(00ew9suy-c)kOvkwDVxFp_a7n0Dad}TJD*Tx{fuF( z(F5r&&9k^^-7m~-hzo0$ql)j7*(bB!Wp2DXKz(1lO6)h$14UPWWvD)=GP|%m$=ffV z?=^zZ{%~Nt>@gnX1Zp!J>eEPCi&QfWVh87nWu@~p_=fsNF0t(CTp%0YMcG~oXcpB` zrQ6>YI{?4Cx)Q|6ol#+u!OUZZW0K=gg4Gac1G2xNpD#2Nrc)y%8!9MnwQxqJ@@|Iq z`3_=f?3yp%YAxpK9~3s9z6~!&#zjB%Zyy?UjOvcz!`u^CUBz{dywQ zwtdIv3SDJT_X5~;R#&f@Blg&p=`<;o=`4kCf1{bPU5664`=DE!0fzjBveB#!HWdj6 z+cOHYw^}K8d;GX|Uil05SBF{=q>r+Q3^)ciDe-r_6Zt2_;-|JumQ*3=pVHD6LRpxd z!AFJ_$LO9V?RXoRYbl?4&3Gc~)m*N+8`yOAUg#E9F~dZ&?}K}NBx+sQieNRInx-b{ z2I9{3si7N{Es`S#7940q0%XG^B`HTrIW3Sk#gq=T_vs7+pLh*V$|A`ZG2BAAtiOtm zC$lm$jPVQ-Jvvx|VFgovu6zGDjWCv0U%44ilO4yB2qvZ}GpJs;u$>zW`G!W)u8qc{ zjtY_{!ch5fQ<_GOy<6@%#=6#Yp7bh8D^U&VUP7CYuUU)o67`3DQ621(gbAk4MBrr| zS!ry_#vfJDFz>K@E=)p@L%yvWW35%IdgqGX2BJl3=UKF@-* zcJ|C*#^xYK{MX#L?psS?F!(u{F`~Ji1F9+Zv@o)u!S2feXa1Kw?CM_Oi4-%%vq{JD zaiW3K%+dH%h)_suRI*`3y-x~0Zu@As@EtGoTXMeFoS8VieXQ}bc=QLnk;D-@M(G4bSP-FP=?(MOKX5=TkcN{>)hb>WG$ zKP)H?SYG4S5%D5_i!sN3B0zBFBj3EXjkiidbF(rjKx-v@V!GACD#?ERsU1VmM3Z?0 z?KKI1OW<*zt>d13w2bk)5EYX>0J@?7G>v64zb1zywB$P&%>0SCQ(FbU%qT-R`FCY8 zt!sYX{q?%83Mikf24Sh8@NolVyT4{5@%ldEoWZZ8Ov&e@J?dIx)^>|F6`oyCUYDSu zf3GWCPb4G$Svl={FjKZ^;WjIJ!w(?^N*q-0u%>KMDdkTZJT)k*n>{wX(0gr*LuhLw z{Sw1sfpOJves6S(=E=zn8FrI#j<3LhC5L8i7tEwr>nLiVSXYt5dvTkh8Il4qkUZkw;NHQ5XZ^I=^H* zoW0Qo>|F*j1Me0}v|oc@)s|SS1HLwYFdf9QZ>=NhLRj;A)-!L2NymKFrnW;))qTC9 zBAB>={KWmMuuacxo9EW@;`ArUD@J?bN8^&}+#f$GD-<=36TpXcF--l~#NTEuEpGsC z4pG%IRA_%JWx&X*N!)4Zn+#b)%fJ|vMl^FGAQj9cV%~gl-RQQ4Bgk*I9b#A(&kD6I z^@1zuXi`shkS!Eh>EkL)D8Wd6~Yl63X&#W(3$5pyB|3$VI zuN*(0%nIXkAXA)({9Yy2#2D0@0tU6Q_bQ%s24?#hM1JRWI#tgB1nR~q7iL@qMR_ol zTL8EPS<%WkB+cYg)@kP*4y+b9%ngf2TZ_RKND?9-Rh1;ZRIQ z1XwLRit5Sg(1J%=Dq4nOsg|#6wtX(f)id;jmU+`t7!6-vSB0;$)iS2$*E(0;z)0tW zjk5mvLb*Bha<5lo#}T$FZ;=z8k@vM!C(FU6R>@kw9@c)btETQxSrc?6Db~(%!wA-G zLqc52hQh|gqQosv!Ng*JDYi;jvHVnS23JcVEu~C#v z?&r@bo^U=DH6COH<5(cNl9f)iL$1oQ~!WWc~Zh%BiK8yJSj>tsH zQ?|`mzReDjJ8k5tjL?f7rzpSW!6qXp5@FMY^0(CjWJp8p$Sl0Ivp%P?nQD3&<567y zL$+?o>?Qbm(VEbs6ZXsK{tfLw>TnI7qk(ODcJqDyFn zZjh59xpD#vz%Pyx10TDEN!2YhDt}kyK8}-Yaw5Go{QzT=i2gztv9Bo}N-2I4PJb2|R&m-H(|C1$S3(4d zRz`aTHE~i=KFR7bWnMW&%-r}^RgAUyB+~Y=pv{!b?6Z-y z3d%fvRpGO@2Ci$8W&2E%nG{(T;15q&c z7@1AVS0>ugz7*YFaPqn}OB$DKnu6}jZ6k_@Xk_Hl2i!PMzth#OJUt(+hrZf7Q=INe ztOxGe^$OFW1He(882+b()P-JE&hpztj^NJ{K4hy6&tmkYs7-`xM{(DN>w;uXWX4iX z8AWAWSHPGe&OzF3mPm>kTkqlM-$g-_^(3v??r30}Ts)<0i;NG0Cd90RBbmjv{{Uwn zfD8@&y|n7dAuPu(3=Ixo%Ik0#UbRnSAm8Y&sGpU>GHW-PbqC11gk#$u2WapWui&h# zxkG-0!#|_^@Qop^Y$Xb%ku!LI}ap7go+2XyQg##dB+J>bioQr5xZ@*)c zXQHOar7WmTN~HQCo2b(Ww>~%ZIo4{s^(l`eG2-k&TA)}67`V~yfvj!RyPPd91eZ7u zKMXf{gB3X@VBq8G9E9#|_qJicW{LtlEs$qPs>m(~;>FJATp7*Am1>8i$`AeS?=Qdh z@~RAmQzB|>er$%{m(~gX)SYi=pLQ@nN3FVrQ8%`tT?&VtF2mU2v8szq4&`!}Ej-Y6 zmmb#X_ZE?wJHMJ{>BN9yPCg#)!;1~+H1z4wiFD}`{<7ZP{CGBz$JJ}qpbEEO`HA=~ z<~NkO?%_73k~%u%GI7}0Go#Z9Tl}sKPt7dTEITu08KFTg0j`$wm!$@qU3A`ZQ41FG zJYoP{zqw}1;`(rCEfl5|3O@jw8T5&}O^3wrDyT%tF=&83I&sK-1n&fHY}Hm=Q)&YS z8up9In|2+MS7WLDPd*IM%hWjazf9sNJnI={@7&lCPzx6DezDj#EK^)?w#Y8yXGY#T zM4=yBdMiJ`LKkUAyp35bks#6l2@u@vQe7T0gEXuqL$6d0C^DkrWNz!XSdHgH=K_p# z?CI~UUOQuBQdtixogI{;`g~x2{<)1wifBGR*l>y`+XO+4T8ykEL+yxqiC>8=2Rpeq zNa1N#D4#a}hX`Cu^MpfUf!eS{hXmXKt}0$mOqI`iuvCz65jA^K_sw20N*ruz_!VyMDl#l ze~vUO-v|&oJ_U8tVz8diaQwE^Lnm`VYt0hP?%RYLDHbqg)Mfevv|yb~4k$w)(K^R~ zmO$$>d~Pu>j|$V{eA6c)nH+C8cQJp_qN0Kx@y*gzT6_un>N{us9eZrvs%Tj1*n(wA zW`uV6sP@KACab~SvkGmVgCC)yir?WeUuV29f`1hq#=~qN{;X%1px)3&9iU>_+()P~ zyz#{76NT!SwI-!SWc=z^Xn@HJH8>9>5u*7z+m|0;kv>*>LXEgarB@-BNA!+qQd5dk zMy#KdS2N>iDY=eovE3@ceb>>{l$O(!9;)|+-npcfZ^u`V(>!Vp@@9s@tHQ1=eS7`I zwv;^=>SLYcW?HLf)CwN+NOac+4HB57T-e;&r0(`7dWWZ|-(;+^87mD4-k7wAzy_f1 ze1l=ZTxyvw*Ews9{DB9~0;U=^zW-%Ty!IVd`+!gQQatKAi zAX30?_u+A2OD#MWHs<*c@q9{>u}ewR#w%xoi6PDfrmuHF2nC#vc)Ub>+4_>uwBcuG z$F4f33ddhd)Touim*93`B!4nJ9OA+=K!Oqy-@w0SmI@p9g<)Vc`cC84<-J#J1#pm# zkT4}2w|VZL(d2#oZW3G_(JK`-GkpN1QDSCa6+usLHg>BR@cqbn*G&rOF`<#Ia)q*L zq0PkUnWYmYuv*L3kllJ3G;r6$QAL1o#L~`7i}Y^w3S-uDG@5r35X= zSI_< zAV;_84FT|wPmIS;VCJm1jFAcsYR_=VC|L*BPG*aWeGYRE*7}_NTf6BQu7_8WLU}_6 ztqGALACE+)RIO`vGL%6wi3I#;hYr&PC$gW0mf%%#W>Hx|OW2oNTaIz<4`^ix2)yf^ z+1}vlGXlVqBtmlF_%Lg^bZ!DCT=ov!bhb8--_rL5fp1*>O`Cq=)40A5MOP<*3?%}Q zL#M}@xkN67h@uqM$H7EkpICOIn0gL3`=-)KFGqOmZ?a?;MOMbeDbWP+`@1=#ftZ z&yZf1Lvk91$mSi$CNrP2?Bpb6*7P;TagMO(yq!$H-j}A)tin=ydjw4p7&fT`F3l1` z;`%1hAaH5pv^-+zYBt_@^(`Yn4Ng?)j3wA)e15L}iFnU9D2e4(LZrz;cNy$;QIq#- ztGO<3-wS_3wJ{H`StOQ>1g{q|4Db@+h{iBqBCF{gB?f(QI1b)Ia*)v0tb1nb+f0na?f|G;!lUZ~mppn=f0yJ*b zD(I?E4A7xL*R^y)Hu(X>`pUETxDIZtB&36MV+?i<&W7@~ z#jl%Ot`Zbw(-kwl%@sa|m;>|<9ZN44uE#nR1rH^rzay+SyGARYFpsA3%;JbFSA~1R zg>`g4{gklZ+vQH>1uexQ;#gqC#jm6Pm5IygO>t#K#*^ zr!h*X!0Ic#M0=YI)dSBeC~**VJuaVVnw!DXhKw^D^BOtLkK*~p?4HAkko&LEF@~3y z)cSVUY^RY0SP@v;aydz8Q-~o+h-3trj1)OB-&jl0J%4?yr21A_?Un6TwoLa&SU9L9 zU1D~5(gqrZ3KAlLD(D0<6}9g>DbIE7Bm_dS)~+QjiKO9WvXW4pW5NcL@{oV5iiipC z&U`awQ%_)+b4{Rmjao@Vn}zhXO2-3!T2$(+!k3!)P%sadsL9e(K2#8^wJ7#-P_wJM zRHzi`n+t=yNNQaqVU2&IwUK^HZ%7MIageQSmG2f(x;6EBudQws+9+Llz_wffcd;tt z_)hVcs?Q7zqTRMm_MZ4NnKtG=d%oYYmvdXNx5hV9Slw=f zgTZE|^cf0>+^#k@>$>wb<(hw0j8jTOyf;WuQ)2om(Ge*u@>NOUtJ5TlY;r;QVpy!0 zgj@yM$`{xS9GInEUkZX%Wzm}s&-QY^JUc(JnA>WF>4bc{a8XB4o`}$5qDRw_+i4(s z{B)ekQVq`TED@|1AoTIMF#tsbwH~;IXr^K&Cx<6Lgr+gy@IRYxI~@LksOxH2Zy(GVvco6+p!k(b-g?J?4Q z=ZDY&cJtm$OjYdH7b;9mY$djBrP591*|x1ihNGZy2nrz<&kp6|*X|pZ9hZxT`Jo}5 z-J5Ul#k8EZ{>{PiK0Sj530E=D5zI~R(JvDhq*FpA<=bBD@=RSi$WQ*+6yleqB z#@VtTVRO4RNW6fzW=$u8aHYcE_@=KJrF^3XW|b5#OpxZ;Q!a7NPoNOWr`5+JDnA*P zVB0a~<$gxo5pd-YTc2~8bMVLW6qk@S9>AVJBiLfmSz{pPGAD9h?tUTOjpjRa!95RU z=2eyt`QioQ7u6SOmS#9yl3K-?C+AuzZ~i~R-ZHAK_X*oYi+hWE(cB7bxRr# z;FDMVxa$&ew zck(Ov6&z{W*sG3VB81DzV>m(m_l`jLgKjPh(I9v5=A?J@I{|+Nw437{KOF? zJx?(tEXP1j4)SEpl!vcnn7>#~q(AujjEFiQnB;nDX1p=}2-hpb%F7ltj7rt_4bd*3 z+WwN!qbvd}VH)tI;g#&306SEjp_1^F#r+H#TdzGSZ6C%?(mmq$?XXTGdteBH9>&k} zgOtjIQZM_jQvd+cb)O5kJB}7_zp12dK23~!ZACbED2ApAwvHegELa9^9P+0Il-kVx zPEVr5EJ)UKkuTGpb=4TesfUh$%4MRwBk-zj8Y=yLp33GO#pBRWfX3G+tfNt&P zUN|8B_c?Uya2~CyNvIz}-0y7Zb6zsX`Lb?qH>n(->D-C+4wMjua-}mhAJR2>!i5HZrvLiC4#GI zv{(vDUbi@Ljyxf(+Q&~c+Zi8o+jHnN@G7(>>g-P*K*NKAsXp084+w1mX1bH#JheOp zRZbpqJs&69GVZ@RF>7alJs4>Jd{o4A*J>`8g^fz^G`}$?yHT4ZAEA#mv%lUTA*~)7 zekU3-7-7tTzArfngd>c~FiJFS73c~tg>R44IcfuYkD$|Y$njWLb`y9Mi|RhQ@=N^i z-J@?)Y(o9gMA3|ptp8g`W}#YN++On`m$8Lr9be&D@ry9xqe~SAP*j<+%K;LU1)x`d zsV>^S6nS@hOxPpP9IAPaEUXjqvusJRdRUFwT&Fzdom_kF&Y>$}2ttD1ExgUHjWz1* zLDrnI(FHuoYytRF??fWl}1`k7MnNGhUWdEc%hltQt$a8mX48kg4%Whe#hc&`g>&-{?e+qW$bLL0-N z^7D@yn(R$fU3QLo70@kK-^s;Jf~CB|GrQxhpXI$qBn{}pg;jT-usrmxdbn4N*m4;f zuN$TGdL}i5esB%x_|mf%tcbkzU-(RBBRKNCZ3R5X$TTgxr|ik{(SPL=O<04s*Q;-^ zvAwIGau5`8Ay5fU?HKFc>FDOj1yEPq28HS0gH0l8>M* zl+Oy9T&a!0B1?{;O=cCzc7M5BBx&(e{W2SSvvgQ1OQvY<;x6+6naY|A|c6()Ri`?SlCnm(v znoDJR2=*V{Y;-}iA(KHCj#T2xZI~)q>HdODu*AC4#viS80ytlcXY`10Npkehv7tt! zVyy~KjIm1TH@5?eM|zkpF+7ra$Se+b>=@C&ogY*8m4~vljc#)vhZ>1VyhM6Fer!u| zG*70X9u)B)A$lcV3KbvKNiws}3?eM&k*Nc6moaP+e&Wv05ew5FwdYdYW9p6@^#O&C zAk;HmSMT$j&_yi?unR8xih8^Yc1hm5-7m4;g3F{s8WALIyD^3d6xPt2oX>EoS5Ie; zb1p7bN0W^Zv~4{ExQxHFCZD(}zf+E%lOqxsP(h<1U?`vUwsuKdz(3z7OtU)0SHb*a zVe`008Sw=-N)s@eYnC>xH3tsgUicQkvJ^vgU1BS?d{tnvo2*D7Fn}pLe#aY_fzIVV zcQ%b4S$c=jgV(;ql$ToGqvr643a2G6r*Lr~niEAvd|}vw9T3a@dD-jGwbn)Y!0l^u zxR3)Kk;ex;$dq(Eb_GLo7mw5MB79!^$T}0tOG(r(H4xHL;BG1CL+?k;i%M5yM%pEH z=5m8xLo$yI*CKjk8q?A1`NZq0&IU2LeB)sWB(FK1yns9^FDt}mm&%e!2O{ddaRA1P zOjpid+W-L}SG1T;=DFu>9XP;r?n>g;9M#QZD&QlxeNE60By;0_?TSK>9_8|-HbfJK%v zuA9R!-5#2aH+yww4Om(b41?>iBa3XbO$L1}>`Ixa-B;H5??`wr#`nf^Y-2bv*Hz~! z*2tacFu9+T*Uh7wNyYQu_!yTR zFQWJ86h}7DHFIh*m3428oX9Jec+eeeTGlZAyV`C1*@IeeQM?Cxt3QFusd>)--D>*_ z5QY8U(E_)4O*PhL_(tmmN7>R}#d*ye*!Q3~xYdi>CGXP{1I02@P!j!qrLw00k0f={ zw$Jrv_L1c1#_UqLUCLE>+g|u#%1p!k&qtqycfYEpEhy@_OfU_4ppRe2!o3pMxDW0k zH!nRK!+Y-2JaA)rTrx2jL9o$W=6Zg=O`RKOYpJSvydHx_z*MFfkPg5SaRdKlv*dtx zW}V!c=uZbZ%_ciNVO0P28+em0&+o|uQESBI59#;QoKycDp-rJIUwAb1K0C?J!q=-Q zfGx`%x%}xeSrf%M4D+oAOe$k=;W08jpLg%jx~y%3t4tjJYt}?K^MA93aso93p9JW0 zpHP0EjS~EMw-;huIPKEYvXyf$&&P12=m{@bS@KQVo?MdU1~kZQu9X_Y|FEPbma&Z` zmiON*B#Xac6VD+OiTq3qY8td2?Uc_}{M*v#Rb(iOjE7JoF2`@)^%$&Gs3%du`UAu zg0cX8ly7!~Y?LkZnfF4fs+mW#YV!$Fx^WtqF!}fN#8HU>Q%B;sAaZ<2r5vLoa3o+Y z+Q~*l`}pvX=wzyXGYF~a^5J0nGW5?-H&wQfcn_~fOKP{KOajNJivOK~d2o&+XIpBjP72 z1owdW^L`eED(41jZaM72j;kUk62BR(IyIV4XvkGjX}*5>4ApDi%{3`DEL_*!2mVp5 zTf?Y1YWmrK$EGbl%-Ss-HqGom+9e9BaQipi|C|g437@7^F!acOK&|vpv7x34vYgH2 z0iSEII6FwkSrK^G?$8+Pyw`JMJkF?RpFo5teQgbL_=-V3bm9tFI8JIa52Mlcok+WF zcmQ3{SI-_7>>V3GT)sM!!oiem{`+=<4&I-u^xbUoN;ipT6_2ijm#W$caK(c?f#o~dS+JCMq<64;+b7~FV!*rnXGq|P_WM`=n*9ZK zY<3l0a#2t9?|q2i{dbQ?8KmYke&tl-QSz`rc9 zNMZscAHuUli+1wo`KPB1SZXz?MivhiGPP1H_I2ym5$q(x&O!h(*DK$d(*Y{NPqBcX zV0c5vn#7_|S&l}u7OUZf__>MCF><$IU#LBJi|D-(d3+z0&5v#MspzvRL;<;B?5W~0O7 z9Ew_P*rRcp7V)Sc89G}evy^+rxhe%rU%NXn?d(tY?N<2mEK`)}_za{EcUhcXE?>8_ z+s#zlGo} zf&W=PBHEHKDwJO)jx@0ojQe#0=tUJ%;(jDG6iVATI(Pu;RFp*U!Bw-DK8k2*VA-~T-i6s7gCyLd8qY}Rf9Ad`kfH20G0t9ccVrtrOK} z&1Llwx!P_XRAoyS@0Mml9Qv+k0*srL#0e6C#0fl}`#7|Dr2A z?7moSQ^9Y3`$F4K6~ryc<Rv=oF3Q*Y_yW`_^+HsK^(Qxf^*o1yP4|+7M}_Ou-#gcd zS!g_ev^9SuGtMKe&ugzcpDg;Kt!ScZ-p)%IL|=f20=jyyya*Q~kwHiXzF+%hyD^tw zPH=C|a<6LEx)2>m53DDiTGEE_D+pV8iD6y+bd|}1)GvJN@U$!bh5X*bZK!ExXyMOE z*JQ*h8Nz2W$p=>GhNIz#AD5Ij#{-}aY}7>H>Ci(Ycl}$HaR3k3BU7~4svr9UZ2sTV^u zswX%RFqnNTGlyt%nCYX`EJqbgX3qOF^0u}k_(ifZ25nn-ATp76+fM#Q_A!!@H*80)9IjA1 z{PR};Fc6en;LBSPRfpkk2kX@*-j0G@E0YXxza=oyV64qkMMWkr%mon{+oB>zt?AC zsD?*Mn6#9$E+g5ZUE`mb?t=>`dwMj)*V3Qe1^w^LxfjjT9cHKZ0*4>vYQtuz4c343 z7u);HMYK2O&q3EI$O2koY#jr9nrhx5I-NSotN>%*eeOED7rHmlPk8U{c*l$5-N(|# z7JF3EevRv!<;3$x9c#*|L|jK{@}fsx!k%GoBJ-K`$)RSSf9-95Mls(`OxzB03CH}A z^FEDDRp9$hF{_gj5|vf_XN+;cc>`7kkC)9ZrXS%aD;zn+sfHKeG2B%qORt@U>ub%!$5`|wWTj$mwfNmNyo;MeEL&dJ&qX-HA9vI2QEMcR~#sH1@n=RGQ+;q zVT$LjbgUkSl)OIr&4zb5hS_pd!EpH3;0^JLB{shRUNtE zDaB^0yL#2q-a6=|w-$zGEGAn)>Xh&!CiaDWIi=dwpLAUq0o~gXc3z=rG^~?ervOL) zdKSV1qPSE=alcHqVdZXhhj0VBGSLFVq=D&Imz%cx$Zjc-rl&0iqmJM^=6>7A)Dgv+ z{iYULq;O&Fm^SwlKfG& zZ0q&0EaD|{=X6$UQI&9c3Bgz!Z}H|&Ya3R@v_Fe|?MNti@8P0RjS`(PVBUg zwwYN{)jWW}ocY`#xD1qM`W>nK>DSkXoXthB>r`jyDkr-=OHVgHK$r+>J^HzAP(3&kW={8{T^% zh!+5GdTV55ss>)7)OAbMhsc`ohrQWj-*kl7Os%do!(Lu&OizmTf7CLF6-fBkv#n~&?0l^z$xKbdEj5H6!jOg2!w@G>K+F>MKo*+4`0Ks)Nr_(`SdH&Fe|H`nWjtHi@SKp31%5k_ z=>!7{jy*;9gdsL4kJGN}rY@g*JiaIP&lV$>bhyJ4?Jdx(=hS-~xjTHWtrMhMzkGT{ zs0}NGUJfP+C_gTtEmq?c2j(nltb7b{!`t?$j<67XYwu)JZ8=bLv~apQ@z~DUIi=~g z|99!rZ6^R8bc>g29rYO1TDTtDd$qqF(0}=QY}VY>j$=NJ-B!h5AnKOrn48Tr$vx+i zQ2Q`o0XS^R8@bedM)v*g|gI@s=Pvv z9|O&9$>Td)R&R06z{$bq%AKZlbDr({p&dV*`)>EW4%mbIWCBHQ=3 z{$m#XfB)rxZy)~rZ`q$OiXvryIeX;xZ}0fHO~{LAB}8p75PaYBkICyj>i0BwUc+G! zBI;4_Z;vVIt+t?>J3^7soQ4x2>b@MCB#}9;f8?Wexee@Pqt~Pcv{bPMHotWc ztSn(fg9WYp*-p+QlHS~agZK~QkQK8$NH^7BsQq7y?|XrJR;xC1s|+p5`=f-tK75| zC?OKyBq(z!8+1EenzqN@?w%w6^CtTO*|f7A{3#kmV#hgzR0U{qb1`RX5u7B@?~vCM zF|joI!e>hqU~{&zj#>Mu*C@n5Vc74eF^Smr-HVLP;-@DQ-K^{GYjpH%K3yp5r(Trg zItPF>`~Ly?N~P$l|L~itG_io}4#Zd6nt+})2)~G#Yf1P`?AbV+{3^+NiN&FY6yT95 z{Kv{2S9c0=R@bUyA{rCIsTyvanzXbI%ZkC5(Ka!?!G#hou8{yc!#qSF)ixVfR<&7M z#yv*E8=Kw}vG0E*&pOUgaJGL-SrIu1sHbYF?507-oblfBaIEeKp5XI2R<9-5tWF`x z<>bgWY1ekJ_y_eh#nkyEdhSrqw;E^?WU^?v-#R8l_0@Pvfh;fo)mN)~2K*5RCQA17 zk%dmrzktM`{2S-3tI-h`6$#xG7pE2*4DXh11D%RuqEZ zziy~i-cxpUr&JdxsT2}H*;w1x zKFS4e6))e5EYpRzX%l-|@_N?Fj3u$xXB4Ii!&Ci%Fkp~vCrjCedB14B@tT04J&|8+ zUao;rZ1L5)HdMae*@zLt64G67sr@*zFWOVr3Z!%YFXT6>v}bz!fwuODO+Sf*zbc{n zJjXYn&LJ1sYrS>By{>@yn2+SgJ%QPxzusSI*@(#3U$}2jB`u0H!z_PqQ@ql_*v0(55#fj~Mtg%Y54b%Aa`Bc&;!4K(OH>=lyDW7^BKKAjBcnbiKmZWk#M zH!D16+NCy`tf>?p4+qayk1e@9^B!4zuNbBZFk{~_q;a0%m`q~}C?sh=uoGE(?L=|v zB?R5Mp?Y=pPsYbydWa4lWf=E!Eo-P((uCJE5MWxB#i>ke;{IPU##_BYtOt>IFX|$lvUr> zb!w+GfS%{kB1Y3=+SQ_f67pqo!nOMP3mIGAC$S+c8e%*+JRSti?N82K`S?Nus6D_Z z3;FfpzsC}Lw506TcGUuc`?sxiRWD({NpU@(4^Zl42xy)DXAvB?@4nw*>8W53qWmt! z+ShrLUZG1vt$F#o!?kx!I;gI)`SO-qWJMl>3@0<@KL{eTPZe@qF8elB& zhhr#6`bTYB}!<}k6t;MqH44_|7Q*-RFoCCJNT@h*e6Q&o<NuX%r1H(TPQ4(fQ5_XCgoZ*gnnE|SL zR32(tZ*XEWC)1jH(2o&zrC$jBCcVyeY@n>p)u(WxmU3~iu7cTOH|U2|uVr~`Lb8|Z zn~+~uXm>vZbYW4-#KNl!shoU|s}qwSUzYOwSVx2hNY>BYV%a9$M`6t@H`s%3 z1PAS&ZRiv?>fvc8wT6|oezERPt(wElYo<>d|W<`3-Rgx7@&7_1B9%L5al|c1hNCA!xv?`au=!|mwQFO__-P0Okf{8 z9v`X=?PXm~3PXHWBIX*=!Z;uczUPQ;m zuzUkOw);Xw`e!00ihgf(k@^wXIw|CtOb3lSNQ^Z~wec;9@%lUV4g=F5c};aZL;Wp;NWjA9*{cfujHu|nT__G*d`LJd zf`-cV3yXrlDn@Q$POP_tt^G#+$a9bY?}$*pUHNAo1(%6*;G>KAuj}!IZ#vx9dObQz z6kmHN;PIaB_U(+kTH{;J-Ac(N}AF_!hf**SS%R2*dq9E}jDxFqe|jPqEa;0~B)=ugyH{Mph*LW>0*+cZ%kR+g@O8&eyRxb>4aDq_)wjp9R);I#kB+* zd7!FvYB|16R`J+JFJK*OZ6x_|J-FEp@2YIQS&OSoEFAY~GSTSpf(HeY?D{!FXj`w_ zdnPN!jK_{l1pRmWB3)U7)O>){MoTFt_X7%qzX*CQdIotL=UO^OEn>kC9`qBQd)p)>oSE z%cl=;-%zk+bgoHeSb?iJv=@|h=Id`9>23jSmkZ+U`o;s9%w+z@GP6ekX@N*oZI=uW zdTLy>chdTo3-BM-rBsjAUonOs-+LWBsC;vd9pZ1OhELXKJ47J$t99rZbN1|VbGNwC zuaSY8;kWJU*P7f;eE$YItHxpXuWVji4_cFIYXsLzyzv^&>E`frA6j50-8CP4Z23Gs zYzzmX3U3{}xt~QxFSX1UcNjpy1>*I~)Ly2~?=4>!x|0P0)nvk2&F^~)6;Q}RS6;M$ z_J0Figgm$Lx*5Z=8n9C%nL!`@p99ZDab`lv`D~oNg}m{_jlZ>pC6~Bf%&m_?M;JaF z_=ewNUQcRGo^cPJv7K*P1>$XsNo73t|3u=9*lY#9zNi}Pb&t_3O_+J)jC6cjHP>I( zw3Xuio#Inz^+VmEn6$?{ERZHRaYJlI<2-2`Th8Q?hPdi>K6<0KgN}0d`WP&lE)I5` zt83eoigLGy+*zf*KaRtS^8mL+An$a#8QK~-?{`%UXOh%VUVKRpL!EdL>j?AqJQgE> z0*jJIAcZ0IOEy@}D;~;KQCm1w9gOLatttbR_;gRMjC*#X#eg54k1sU5g+9}t7k|v( zdwW#Vdlv>{-rJsIs~u~1To?Row$7`o+JpP+;zlaUEolqH{yClZOxARA()y-7#|wsH zN}PI-i`wM{dY~F-CEa|0CFP8#Ef^y21nk5dEd8tL`8uGnh(TBZKRMf97_$P8&3S1H z_nNX&T8Spm3+T$X$#$tI+low5NCc7hoF%H zQhc|Z^LFCmmh#gs3xyjQ+1*wCkrhI52kE8Q`BomS?E~6n`R+ycnN?WON8E0ZHt+4u zeA~3^#HD(V^#u5p4a;e?^!O`_91jPm5Zm=5t$WsN(QK$;sBzBcKb*HLY+eSYQl5iv zqvPebSP3QQ;;R`=Kp7qOy$nE#R1*~y4BwpP!A#K8UkWbrIi4N(3AKBDBflA{Dyiib z0#oZ97+wd@@Mn#v;S$V@AdSCyqjtn4y#Xe_I2GCih0N^~vTiat84QE%C0%j;)hVLA zr|CzI)vFus;RDUp|6?i(7}kTEhC~LAmTU!-g^w{VU^$y~wTy7O2mXa4ls=DwHLCyX z1}vTEm;h4r{pMUf>50xk20U&8cFtjSj*h(LUOTy?N{HP5G7!K2mkdPLLrmWzb}d`e z&!<9=~10~zcn*v z0s_Lm5NMad;~8p3$tMP86N!E!Lar7W7+WYN+q;n2<3_pUZsr|P4r=C!Fjp8R*gdw8 z&s#|CtP8f)A}GiT0V|jYu>v;^j77;L7UCo!-MiRG9D2uFC}K*OC?oP=x;H1VR3tn= zuFGLFHqWkoq=4`e&V1JJX{HWe#-ynbXZ+_V|AP29f$M^kmERYy^v25p2*ne?9Z$Hg z4dxlb5!U*XriKxhh`arbz7Jg!*3gN)LL3KZ=cM4gQl{22&`hZ2NTaExA8KQCVc$VE zrNMa7^YLZSC7K3JRCCjK7!(iag;tk-7MzQAijOU(x>-ZSBA@VtO>eFcLmR&qZiVx> zHCw(F7zgmzk)?7K<`C3qrX*nFy=y52wxS=QqFQCLXp9$Q-(${BoK3nn%)ufw>#OEZ8Ox*MNA(GkRX{=CX@vw5`PI9GE25!PK<+MY9Oj`Z%lm!L0-K$Q#$`RbE6c=oKFqE^H)a?SCvF=2z{58pZGE$#)sPcxGS zfcLcfMdeOgaPHHUQ$h;U`xhR}<*1J`^bGVro# zM#n!}?cRUY(C#&xOfTt9mKtJMqIhG1Ep#Bm-dAuvx`L1Q-dHJ8-}sveoNSdCi%&@n z7py=~h~3_J`Up!FXlPlfZGQO*y!RHXI!dT+l`f2IwxU94*KhF!c1(1x-FG?E@^GcI zh-1^y)y~sU<-6Rlia=S}HJ~eS9r3r@kV=x;TZBO85R0L}fB>_cuvzHqU;vih5N}pg zrPG)0QIUeJKpPa}%q^NENRg+>Yc>zaVkDp)-A0>+Vot zY;?t!A2oHdvv%DZ3Y!s%^T1lV=CTOpgO7@#OP8t5;%XnNX}+r$X_yS^%f!$mz{6LX zF8J|fM+N0yO(3B0{psv%ex7$wMVF!WE4^65DW>DqZ*ReO0sEvrrIghi*axb=xAcDK zA44ji7rri>JCjsZ5D{Q5A`D9hrLn%DdBLtF`)qL>uDkGzyx^RRT)t@U0g7bc$?|aO zxpCIpmv|iLf43Scq^2l^Hv6UumWq!j1R3 z0Vg@kyke*z!NnirI*`ARFAP=pRx4IsVh5#%V*uYcpMDbC@fN8bk{MdeqhcuMXMA`0 zn!Ha_nx}S#{pAbj!4zf+BoAF!mW(`FL43`=L-tc^j`RTCY}$B-lelH{S1_9z{z3=p zPh>%UEC@Sy`N|#nbvUGF4j9y_)qvAVIYICqG^X(G82o23@7}8Vh5szW8Z(@0@MPO`nWGKIhT+5`!ey5zqrdJDK_?a`07WjOE9u<`B%-N%K3ubY(+-PF0s$CPGPxdu0)0*&3y1F*!O3weJik(4r zjrxte^X-XW-}_1wY90&XF)`;2{&~MSXa*&s+5LX)hwaye1ifKzyk!pcrs*a)&Bu6V zbDX%y%?*GpEo5Q|3G%y_(NST`eQM_kXlC>C)zBGp5%bQoY~wF+zsNfn*H0^?1zjEU z=xnRAjEjcjybIO`kT9EeyopreVGVE>rJ;kZvpsRMHF);}y&STxD(QOu)!5}HW>wEJ zyh068G(qOyKjOmb^K?63PWas`t1g3GdpEJ`SpQ>#PyGKm1hI~C!vdys^*@K8%tfB- z_T#Kl^KqCFU%*<3Sis)YRt<%PJ~5bQKe$+5l?RJE_2CNkqQ0FzGdt@KlKHtc(3kId zz3$Mo*8gY1dshXRUH_Y=J8g~af8IcFD}1}h+x4ai+lztBCqHCa2<4vq1}C4KR)yMc zy6-0A3yG@3M4AtT#x{SzPHU_1To`e6x&Nmn&*WBtmQwsKH*QYR*m{SYqWKnjHX^(Q zpAdrm$bN5Bu+_PSG;kYmE3jU2nI^nrYT=7>ccHc>^jAqxFayuamX6YqcwoVCW?(N$ z&CQvotdBcJ=a!NuR%%tp<2%iicX3_07!MVGTW2cI60=dz&Pc+ZEC#RpD0LUK-R$CH z`}oNd?1l>Oe2|w8yvn^RA1xEtKp>HDiNV-&1mA{yd>^~FRI1}rbNWr>0%DBR)U(cG z9OaP>a1rrW98bEt6b_bza`Y@&dwNy1k01Nz0E%N7p<2;okb0PcxQwv?OWeW3CC~pr z6Z9l?FZBHVWfKOoK}UK2iG9dj;Ek7{^&p?c6s9$|h}=fUtDbIjiDFu=BhF3+scd+N zH|?q$(vx&AF^uJ9rZhf4O+!sxQnlkOco^30a9h^rCOxbRS3Z0`y0wsPf>0={-b1t~ zPZcX3nGoxf)6V>3LK9KSYu{@@6NCizADK?VdUK)h;gCz%Gw)mM!~sU2Z9C%MCwU~= z3{*C-4La3%?!kLE`H3-7rD2{NbUvRk_#M{Z3E7)PmC37ZW(QQX^Hkgf0Q0%&{M&3b z?(F+re!(0j$9yF0_rhri%Ltl(Qm;cQZhvhUeJU(NR0wf>oF8Tu%)@z=h^MhO^yFpiTy_GSbvA!q1{(rYhbQo}K za!YoxtboLSxHI;1eaAw(@>y%p(p`z&rCMm#P;t@Fc+`I+iiWxuk!|Nl(Cxm6&n$d4 zp(*qv9~QP@_&n_=TGw8O;Pb9ivttbWI2dKNND%+dkKHT{AEC?%+J!D5f$5d83HvXE z-536@B(}ZK{e6K)94j96U(5)4PdEo%-UWT+s){UJYCKv=Y1yLi2ogea;SHmVcLiujlJ(w(4T zX7a?0jUD#rLAAjltgA^>soN}e?Al@5W(%_wU_cnnkV4FP#PF|0%sZ57(t(55e4~;c zkME3w)R827x=$P*1vxaL&V`(aR}0ffh*BjBWD|P8(MxEUkWBI zc6JPbg4Ba|w1>tr$(#t~4zXy)a!RNIveH8$o<|8ShbOYH5N3jouHQ5?jE~TW@BR^a z8gG!TeF;s$J|Ed{h}7R@c#>5);uj?+B(N8UOLoZM#_2J}a^IHgq2vp7->D#yG1&L@cNqoWf zWrefsJ4SgFXC$UKG7F6Je{wLkQh0So;S}Nn^ZP-2OE+B7-pc6_xDl(JcSyx@00y9V-xOv*z^-mE1~k zrR4IFB+z(5muE4LwyWN6$332^ad5z_{>IF7XXTd;!O`%&A}~neX|#7M8pZ=BN!_&` z7t!@{*)PVzX<=YrGVW&p?_0zW)KG#|LB17p>7iH88;^V|G899pSJW1FO zamGIS{6C2gB+)b!s%;!q?7m3}0a|uGXu)FACPz7d@5W1NG9IHfiSO5Tj7NFt>1F~2?59M^Y__N%>(0E?GBKatBi3}6dLs+xP#qTik zolr=as8?4yg;jxGW#>n2(cm3&FX~-vNrb;a(dgdzEXfd!y5n}2=LZ@0F9lIKqh7VE zB*ZNJv~|i^UPg<81YUlz^B?xVRcEgpo9g1}!lsjCUe8BLhdarDnDskp|c+wzduqcFCf!Hydoqe6{W*lG`59bjy8#AijlsE z>bh@#$C&axK{a4xMyS)kVV03@A)xo{T%JEmdjcPp@2T&q|6p_BzsE z79%hks@^Z=>yHSJFNJ`lf+Wv}(MZX^MCoenV8ugCv1Vz9GUME;DD_rjxD!;3I zG%tE^+-$aEMyC%#L^sKQ=#wPq$gp;g5A9_kP^=@wChBgb7f0aZ!JUS>y7@vjI)2jx zqe7Qhj>}00uo3c;ISC%SmuO{A%PmxtBhq^eYv4lCmH3j7?;3tbYS?b=x%CPzON;M1 zG&Yc;SxXSQRwMl~yb@~&@$RbpJ5fUCsrHT~N$g=E%NoR$^%X>M|@jf6-b z-EIAU@A(kP&4nD+id>6XItsK;8J8}W}E z-NZ)8-cw~%5-$25(c$##7WT6v^tqf~dS|@$>otQ+oEbRq37aKof!dXpyj>3aP&MXS zvu{+hV)xt-}Zxn!a;LuRI&c#}w9A zn+e71692-bJ<>#9xr)%h+@g~%ZTA%bO-`mx=L=6{dY=&}nJFRlM4%b23MViS?xO7C z9RleEgI@QtHejrx)HHvBB_s z?1B@7i1UJ>206vr3uzC9YzU}r^dFf_Y}GVrzJ^Ppxd9Wqzd|=f%*$Yuu1QziNPiJ{ z>-rcZxO5uxQG-6?j0}44;`i^h4t-oq4>Qv!cnEmXAJ9IJE|UI1HAV*5hNOv#6!2%- zGWLw=V|(W(pUI`8C0@|h9~w-$tGQ?a{FR%9XE6B+9$I`igv)&7s!8~m5NTW&_~ea4 z9R4WRMKwfek6uTTQ1kv&JeQ!8#Vt}siwHfn ziH$;v{|J(0vNqFY_f!ahB&Ajskx=8h+K8^QCZq9aMJ@!!Ov-)?>rQN?2eJ_6c^%N} z(4Si#RGFiV=r!-D4%(WEObs^2q~kw^h(;0sK$ukd9q;hhz%&v3q+u7sT7+LLDuGyD8 zB*|~XaS!<|58y=m?0B4%EIIA_U?GjsbUXkW_YBsg(Z37;%&L$4ZrLd$(L8gcLkKd& zK1o629r?UK0Ph1^+OFi!+Ox$H-R6!eiK^hTwGkR7i7Kxi! z@|(00L#%_oBNBxI-$Dsaxxf6#q}3uI2`XA!Z;FThUC#+QPbyn- zHjO^Ec1gJ6pDff9->M1n8^PiPc@hxSN2?qk&)XjqJ-D4K@f$)K$s-LU`tqoTtQs7t8>dMKI_`lWqMS4m`dlZ415c zW3W(O`)?SF?Po%JI8$+KNII+H2mP^a3w_}t@OV`f7sj?|Ujo^r=jQR4=7# zMYeMS3;bQCH#JhS!Pg>EvwDQ}K+b-lNcR?JRiLONcs96{&nf$43n{gH84a zQY0!}g?FumUTx*LyX2`hpIK##?Yt}{8X7Be4acjx1xidt88X?Sv!`;-;JFKIE%D?k zqiBor@xdBy|gRU^-bWT@SH6W~1t zSMZMN`R(HoVgrPF_*3*-G~vI+XH9|tK2@d3YA%z5xKC2k?ZZqf%N7J~w+Fx-l|kz_ zADsNM7&@^=zQXmmg-T?gK_fkWpo272tAXd!x z%}X8f*THVa!VY%VV;4OAp&pQ_5mB1j=Ji;a(jfCw+wZl7dSI609-jWoOC1tm_m9Y? zZC(vaeb)K)o`dIWU0VOlQilZC{R@z{A~Dr)pV)k{)FA literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/mi-dw-cog@2x.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/mi-dw-cog@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..d4f99ae1feb4b2bc1b54e7cefbb42acac5db8b40 GIT binary patch literal 1379 zcmV-p1)TbcP)4X`)G^EgDjYQd*=WAR+SAp_K<@EIzDtID2l-xpd|>8vn`7-DmH$ z*ZQBc*IsMwJuou1ULRP3+i)xfy2jqa)3^v5XKJ7`V`}V=Ut!elvkDGDdH0<1$bLO{<&q_QgAOjibGQt1i+Q^mjFx?K zbIx)4Ykc<4W9x$rfVW7{qt5QoZv_OyUh3l+S;`VoX+_ z`l5o|8XSxfJSYNgg+JmL+&&F*6@lAx?uMfOy|gisHrHhTr<0R`k+Jo|!Z+sOZLusb z7fQZ>pJ4)Lq)b1UjmI#A?~9kNumD@}A@M~Q4&nz%4sPrsCl!1a`{12E$q_I3b-Zi$ z&Gj;Vf*&QPYdg505O}0T>8`y*uEIMFT1?J%QSgtuEb#m-?dRH??rmg$aHoTggZm1OBjl)Gc`d9WX!KZpCUWMbb z{XCY6uQfN@&*#{2y0SwT7N#v}`)1)XcQZAURJdP!?thD&^j3q?k7Jt%z}s-V2n!|V z;Rzfj{QQ$5rFCNnuVa>oiRYAqO-plF{=d{h4!)tzGFLZ{lYLdWH7H_e6DIKYY#-V^ z*hFxsFwlmDMSEQjxpHh_t5j`ksC%GSJ-APgvAvDf!nujyME)PxL*d_w_E&nyeYs^$ zH>x6GqI;l;;I{n#sP-84OLc(%u{u?jH~`mYds5`zCJf;t*?yrH!66Ykmge&;oY125 zB@u*)O|=1MiP$(N+Z)vzZd~&YhA*WpX?vBz7b}9xMOs>+KHzLn$Fe3|E^0_(13ZKs z`FlvcDK@2S8@8!Suzi!mmgJ-(iqCPi&%Gkj%@;+wYQqkkhpJ3;_QPWGPsQ6EtS-A2<0Nr*?S6sjU_t6Q37<*b4~R0WgIm=f;aY6}zd3eJij#kZ zg9>ubhyYrhSBAx%;8t8EHdY%(Q)X+iK-3KQa*VpN=0 z&ongzeM0!}CM;_pw=Bo5Pgyy4g*er%N!^#3nuAv*7u^Jj1Iv;48V(WuST5sjqVisC zYOUB-@>h5(=Nyh()Pa3c_}wAmy5ne54^53e_N?aXvb z4fJzASf;n8!&TYWb_V`H^mD^nro*f7IlEs0H_1*5{SbUogq&fq5~sGvZBN-5p`Rt* liPQDY-B05*^_QJC{sW~)Dz&9Y$;to#002ovPDHLkV1khOtJwem literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-common.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-common.css new file mode 100644 index 00000000..f4d0a450 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-common.css @@ -0,0 +1 @@ +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-493c7577]{display:block}.monsterinsights-reset-default[data-v-493c7577]{margin-left:5px}.monsterinsights-dark[data-v-f66259b4]{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}.float-right[data-v-7a774924]{float:right}.monsterinsights-container[data-v-7a774924]: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: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(../img/mascot.png)}.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-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,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) format("woff2"),url(data:font/woff;base64,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) 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"}@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-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}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}.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-top:10px;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-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-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%} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-common.rtl.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-common.rtl.css new file mode 100644 index 00000000..1d852a15 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-common.rtl.css @@ -0,0 +1 @@ +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-493c7577]{display:block}.monsterinsights-reset-default[data-v-493c7577]{margin-right:5px}.monsterinsights-dark[data-v-f66259b4]{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-left:20px;padding-right: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;left: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}.float-right[data-v-7a774924]{float:left}.monsterinsights-container[data-v-7a774924]:after{display:table;clear:both;content:""}.monsterinsights-quick-links{position:fixed;bottom:25px;left: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: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;right:2px;left:2px;top:2px;bottom:2px;padding:6px 8px 6px 6px;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(../img/mascot.png)}.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;left: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-link-title{position:absolute;left:100%;margin-left: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,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) format("woff2"),url(data:font/woff;base64,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) 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"}@media (max-width:782px){.monsterinsights-notices-area{margin-right:10px;margin-left:10px}}.monsterinsights-notice{position:relative;color:#444}.monsterinsights-notice .monsterinsights-notice-inner{margin-top:25px;padding:20px;background:#fff;border-right: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-right-color:#ea4e64}.monsterinsights-notice.monsterinsights-notice-warning .monsterinsights-notice-inner{border-right-color:#f5c953}.monsterinsights-notice.monsterinsights-notice-info .monsterinsights-notice-inner{border-right-color:#509fe2}.monsterinsights-notice.monsterinsights-notice-info-xl .monsterinsights-notice-inner{border:1px solid #509fe2;border-right-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-right-color:#5cc0a5}.monsterinsights-notice .notice-content{margin-left: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:left}.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-left:-20px;margin-right: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-right: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-right:0}}.monsterinsights-notice.monsterinsights-notice-error .monsterinsights-button{margin-top:10px;margin-right: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;left:auto;right: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-right: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-right-color:#5cc0a5}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-info{border-right-color:#509fe2}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast.mi-error{border-right-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;right: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;right: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;right:0}body.swal2-toast-shown.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:14px;height:14px;top:0;right: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;right: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;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.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;left:auto;bottom:auto;right: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;left:0;bottom:auto;right: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;left:auto;bottom:auto;right: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%;left:auto;bottom:auto;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;left:auto;bottom:auto;right: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%;left:0;bottom:auto;right: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;left:auto;bottom:0;right:0}.monsterinsights_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;left:auto;bottom:0;right: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;left:0;bottom:0;right: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]{right:.3125em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.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;right:-.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:0 4em 4em 0}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;right:.9375em;-webkit-transform-origin:100% 2em;-ms-transform-origin:100% 2em;transform-origin:100% 2em;border-radius:4em 0 0 4em}.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;right:.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;right:.1875em;width:.75em}.monsterinsights_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.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;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.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;left:auto;bottom:auto;right: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;right: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;right: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;left:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;right: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%;right: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%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right: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;right:0}.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.monsterinsights_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.monsterinsights_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;bottom:0;right: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;right: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,right top,right 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,right top,right 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-left:30px;margin-right:30px}.monsterinsights_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-right:5px;border-radius:50%;border:3px solid #999;border-left-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;left: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:100% 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]{right: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]{left: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;right:-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:0 7.5em 7.5em 0}.monsterinsights_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;right:1.875em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 3.75em;-ms-transform-origin:100% 3.75em;transform-origin:100% 3.75em;border-radius:7.5em 0 0 7.5em}.monsterinsights_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;right:-.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;right: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;right:.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;left:.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-right:0}.monsterinsights_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-left: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{left:auto;right: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-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-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;right: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-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-right:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-right-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;right:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip[x-placement^=left]{padding-left:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-right:0;margin-left: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}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-right: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;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-header{padding:20px 10px;background-color:#f9fbff}.monsterinsights-settings-panel-network>.monsterinsights-header{background-color:rgba(0,0,0,0)}.monsterinsights-logo-area{float:right;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;left:0;right:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:782px){.monsterinsights-admin-page .monsterinsights-header{padding-top:10px;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{right:20px;left: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-left: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:100% 50%;padding-right: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-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-green-text{color:#5cc0a5;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-right:-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-right: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-right:160px}.auto-fold .monsterinsights-swal{margin-right:36px}}@media (min-width:961px){.auto-fold .monsterinsights-swal{margin-right:160px}.folded .monsterinsights-swal{margin-right:36px}}.monsterinsights-modal{position:fixed;top:0;right:0;left: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;right:0;left: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;left: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%} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-vendors.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-vendors.css new file mode 100644 index 00000000..38f10422 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-vendors.css @@ -0,0 +1 @@ +@-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}}body.swal2-toast-shown .swal2-container,body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}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%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,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%)}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%)}body.swal2-toast-shown .swal2-container.swal2-center-end,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%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}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%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}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}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}body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.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}.swal2-popup.swal2-toast,.swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.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}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.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)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.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%}.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}.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}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.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}.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}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}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)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}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%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.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}.swal2-container.swal2-top,.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-top-end,.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}.swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-center-left,.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}.swal2-container.swal2-center-end,.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}.swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.swal2-container.swal2-bottom-left,.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}.swal2-container.swal2-bottom-end,.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}.swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.swal2-container.swal2-grow-fullscreen>.swal2-modal,.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}.swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.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}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.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}.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){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.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}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.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}.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}.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}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.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))}.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))}.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}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.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}.swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.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)}.swal2-popup .swal2-styled::-moz-focus-inner{border:0}.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}.swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.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}.swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{display:none}.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}.swal2-popup #swal2-content{text-align:center}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{margin:1em auto}.swal2-popup .swal2-file,.swal2-popup .swal2-input,.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}.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.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}.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-moz-placeholder,.swal2-popup .swal2-input::-moz-placeholder,.swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{color:#ccc}.swal2-popup .swal2-range input{width:80%}.swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.swal2-popup .swal2-input[type=number]{max-width:10em}.swal2-popup .swal2-file{font-size:1.125em}.swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.swal2-popup .swal2-checkbox,.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}.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{margin:0 .4em}.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}.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){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.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}.swal2-icon-text{font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.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}.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)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86}.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%}.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}.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}.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}.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}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.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)}.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)}.swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.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}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.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{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-vendors.rtl.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-vendors.rtl.css new file mode 100644 index 00000000..4807e772 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-vendors.rtl.css @@ -0,0 +1 @@ +@-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;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.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}}body.swal2-toast-shown .swal2-container,body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}body.swal2-toast-shown .swal2-container.swal2-top{top:0;left:auto;bottom:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;left:auto;bottom:auto;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;left:auto;bottom:auto;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;left:0;bottom:auto;right:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;left:auto;bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}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}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}body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.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}.swal2-popup.swal2-toast,.swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.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}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.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)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.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%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;right:-.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:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;right:.9375em;-webkit-transform-origin:100% 2em;-ms-transform-origin:100% 2em;transform-origin:100% 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.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}.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;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}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)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;bottom:0;right: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}.swal2-container.swal2-top,.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-top-end,.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}.swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-center-left,.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}.swal2-container.swal2-center-end,.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}.swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.swal2-container.swal2-bottom-left,.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}.swal2-container.swal2-bottom-end,.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}.swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.swal2-container.swal2-grow-fullscreen>.swal2-modal,.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}.swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.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}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.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}.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){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.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}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.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}.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}.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}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,right top,right 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))}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,right top,right 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))}.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}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-right:5px;border-radius:50%;border:3px solid #999;border-left-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}.swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.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)}.swal2-popup .swal2-styled::-moz-focus-inner{border:0}.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}.swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.swal2-popup .swal2-close{position:absolute;top:0;left: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:100% 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{display:none}.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}.swal2-popup #swal2-content{text-align:center}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{margin:1em auto}.swal2-popup .swal2-file,.swal2-popup .swal2-input,.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}.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.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}.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-moz-placeholder,.swal2-popup .swal2-input::-moz-placeholder,.swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{color:#ccc}.swal2-popup .swal2-range input{width:80%}.swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.swal2-popup .swal2-input[type=number]{max-width:10em}.swal2-popup .swal2-file{font-size:1.125em}.swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.swal2-popup .swal2-checkbox,.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}.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{margin:0 .4em}.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}.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){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.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}.swal2-icon-text{font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.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}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:1.0625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:1em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86}.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%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;right:-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:0 7.5em 7.5em 0}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;right:1.875em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 3.75em;-ms-transform-origin:100% 3.75em;transform-origin:100% 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;right:-.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}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;right:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;right:.875em;width:1.5625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;left:.5em;width:2.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{left:auto;right:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.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}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.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{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/frontend.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/frontend.css new file mode 100644 index 00000000..187ea6a2 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/frontend.css @@ -0,0 +1 @@ +#wpadminbar .monsterinsights-frontend-stats{position:absolute;top:32px;background:#fff;width:100vw;left:0;color:#000;padding:20px 50px;-webkit-box-shadow:0 5px 25px -10px rgba(0,0,0,.15);box-shadow:0 5px 25px -10px rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;min-height:104px}@media (max-width:1023px){#wpadminbar .monsterinsights-frontend-stats{padding:20px}}@media (max-width:782px){#wpadminbar .monsterinsights-frontend-stats{top:46px}}#wpadminbar .monsterinsights-adminbar-menu-item{position:static}@media (max-width:782px){#wpadminbar .monsterinsights-adminbar-menu-item{display:block}#wpadminbar .monsterinsights-adminbar-menu-item .monsterinsights-admin-bar-handle-text{display:none}#wpadminbar .monsterinsights-adminbar-menu-item .dashicons-chart-bar:before{font-size:28px;margin-top:10px;width:28px;height:28px}}#wpadminbar .monsterinsights-toggle{cursor:pointer}#wpadminbar .monsterinsights-toggle-active{background:#fff;color:#393f4c}#wpadminbar .monsterinsights-toggle-active:focus,#wpadminbar .monsterinsights-toggle-active:hover{color:#509fe2}#wpadminbar .ab-item.monsterinsights-toggle-active .ab-icon:before{color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active{background:#fff;color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active .ab-icon,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active .ab-icon:before{color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:focus,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:focus .ab-icon:before,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:hover,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:hover .ab-icon:before{color:#509fe2}#wpadminbar .monsterinsights-frontend-stats-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:881px){#wpadminbar .monsterinsights-frontend-stats-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column{width:calc(50% - 20px)}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column:first-child,#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column:last-child{width:100%}}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column{margin-right:20px}#wpadminbar .monsterinsights-stats-label{font-weight:700;color:#777;font-size:14px}#wpadminbar .monsterinsights-stats-value{font-size:26px;color:#393f4c}#wpadminbar .monsterinsights-stats-column-title{width:30%;-ms-flex-negative:0;flex-shrink:0}#wpadminbar .monsterinsights-stats-column-title .monsterinsights-stats-value{white-space:pre;text-overflow:ellipsis;overflow:hidden}#wpadminbar .monsterinsights-frontend-stats-loading{text-align:center;position:absolute;z-index:90;left:0;right:0;bottom:0;top:0;background:#fff;padding-top:25px}#wpadminbar .monsterinsights-frontend-spinner{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;display:inline-block;height:2.5em;margin:10px auto;padding:0;width:2.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wpadminbar a.monsterinsights-button,#wpadminbar button.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;line-height:1;height:auto}#wpadminbar a.monsterinsights-button:focus,#wpadminbar a.monsterinsights-button:hover,#wpadminbar button.monsterinsights-button:focus,#wpadminbar button.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff;border-width:1px 1px 2px}#wpadminbar .monsterinsights-widget-error{padding:0;text-align:center}#wpadminbar .monsterinsights-widget-error h2{font-size:18px;font-weight:700}#wpadminbar .monsterinsights-widget-error h2:before{display:none}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-title{font-weight:700;font-size:24px}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-content{font-size:16px}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-footer{margin:35px 0 0;padding:15px 0 0;border-top:1px solid #ccc}#wpadminbar .monsterinsights-widget-error .swal2-icon,#wpadminbar .monsterinsights-widget-error .swal2-icon *,#wpadminbar .swal2-icon{-webkit-box-sizing:content-box;box-sizing:content-box}#wpadminbar .swal2-icon{border:.25em solid rgba(0,0,0,0);border-radius:50%;cursor:default;height:5em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:5em;margin:1.25em auto 1.875em;position:relative;width:5em;zoom:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wpadminbar .swal2-animate-error-icon .swal2-x-mark{animation:swal2-animate-error-x-mark .5s;-webkit-animation:swal2-animate-error-x-mark .5s;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}#wpadminbar .swal2-animate-error-icon{animation:swal2-animate-error-icon .5s;-webkit-animation:swal2-animate-error-icon .5s}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:rotate(45deg)}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#f27474;border-radius:.125em;display:block;height:.3125em;position:absolute;top:2.3125em;width:2.9375em}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}#wpadminbar .swal2-icon.swal2-error{border-color:#f27474}#wpadminbar .quicklinks .monsterinsights-powered-by{position:absolute;top:100%;left:0;background:#fff;display:inline-block;-webkit-box-shadow:0 5px 25px -15px rgba(0,0,0,.15);box-shadow:0 5px 25px -15px rgba(0,0,0,.15);font-size:14px;padding:5px 20px;color:#393f4c}#wpadminbar .quicklinks .monsterinsights-powered-by:focus,#wpadminbar .quicklinks .monsterinsights-powered-by:hover{background:#fff;color:#393f4c}#wpadminbar .quicklinks .monsterinsights-powered-by:before{content:"";background-image:url(../img/mascot.png);width:32px;height:32px;background-size:32px;display:inline-block;vertical-align:middle;margin-right:10px}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@-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}}#wpadminbar .monsterinsights-not-authenticated-notice{text-align:center;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;margin-bottom:17px;border:none}#wpadminbar .monsterinsights-not-authenticated-notice h3{color:#222;font-size:18px;font-weight:700;margin-top:17px}#wpadminbar .monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate{max-width:975px;margin-left:auto;margin-right:auto}#wpadminbar .monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate p{font-size:15px;line-height:1.4;color:#222;margin:5px 0 30px}#wpadminbar .monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-wp-button{color:#555;background:#f7f7f7;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc;vertical-align:top;display:inline-block;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0 6px;padding:0 10px 1px;cursor:pointer;border:1px solid #ccc;-webkit-appearance:none;border-radius:3px;white-space:nowrap;-webkit-box-sizing:border-box;box-sizing:border-box}#wpadminbar .monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-wp-button:hover{background:#fafafa;border-color:#999;color:#23282d}#wpadminbar .monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-wp-button.monsterinsights-wp-button-primary{background:#0085ba;border-color:#0073aa #006799 #006799;-webkit-box-shadow:0 1px 0 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}#wpadminbar .monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-wp-button.monsterinsights-wp-button-primary:hover{background:#008ec2;border-color:#006799;color:#fff}@-webkit-keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/frontend.rtl.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/frontend.rtl.css new file mode 100644 index 00000000..b3c7aea0 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/frontend.rtl.css @@ -0,0 +1 @@ +#wpadminbar .monsterinsights-frontend-stats{position:absolute;top:32px;background:#fff;width:100vw;right:0;color:#000;padding:20px 50px;-webkit-box-shadow:0 5px 25px -10px rgba(0,0,0,.15);box-shadow:0 5px 25px -10px rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;min-height:104px}@media (max-width:1023px){#wpadminbar .monsterinsights-frontend-stats{padding:20px}}@media (max-width:782px){#wpadminbar .monsterinsights-frontend-stats{top:46px}}#wpadminbar .monsterinsights-adminbar-menu-item{position:static}@media (max-width:782px){#wpadminbar .monsterinsights-adminbar-menu-item{display:block}#wpadminbar .monsterinsights-adminbar-menu-item .monsterinsights-admin-bar-handle-text{display:none}#wpadminbar .monsterinsights-adminbar-menu-item .dashicons-chart-bar:before{font-size:28px;margin-top:10px;width:28px;height:28px}}#wpadminbar .monsterinsights-toggle{cursor:pointer}#wpadminbar .monsterinsights-toggle-active{background:#fff;color:#393f4c}#wpadminbar .monsterinsights-toggle-active:focus,#wpadminbar .monsterinsights-toggle-active:hover{color:#509fe2}#wpadminbar .ab-item.monsterinsights-toggle-active .ab-icon:before{color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active{background:#fff;color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active .ab-icon,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active .ab-icon:before{color:#393f4c}#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:focus,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:focus .ab-icon:before,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:hover,#wpadminbar .ab-top-menu>li:hover .ab-item.monsterinsights-toggle-active:hover .ab-icon:before{color:#509fe2}#wpadminbar .monsterinsights-frontend-stats-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:881px){#wpadminbar .monsterinsights-frontend-stats-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column{width:calc(50% - 20px)}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column:first-child,#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column:last-child{width:100%}}#wpadminbar .monsterinsights-frontend-stats-inner .monsterinsights-stats-column{margin-left:20px}#wpadminbar .monsterinsights-stats-label{font-weight:700;color:#777;font-size:14px}#wpadminbar .monsterinsights-stats-value{font-size:26px;color:#393f4c}#wpadminbar .monsterinsights-stats-column-title{width:30%;-ms-flex-negative:0;flex-shrink:0}#wpadminbar .monsterinsights-stats-column-title .monsterinsights-stats-value{white-space:pre;text-overflow:ellipsis;overflow:hidden}#wpadminbar .monsterinsights-frontend-stats-loading{text-align:center;position:absolute;z-index:90;right:0;left:0;bottom:0;top:0;background:#fff;padding-top:25px}#wpadminbar .monsterinsights-frontend-spinner{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;display:inline-block;height:2.5em;margin:10px auto;padding:0;width:2.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wpadminbar a.monsterinsights-button,#wpadminbar button.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;line-height:1;height:auto}#wpadminbar a.monsterinsights-button:focus,#wpadminbar a.monsterinsights-button:hover,#wpadminbar button.monsterinsights-button:focus,#wpadminbar button.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff;border-width:1px 1px 2px}#wpadminbar .monsterinsights-widget-error{padding:0;text-align:center}#wpadminbar .monsterinsights-widget-error h2{font-size:18px;font-weight:700}#wpadminbar .monsterinsights-widget-error h2:before{display:none}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-title{font-weight:700;font-size:24px}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-content{font-size:16px}#wpadminbar .monsterinsights-widget-error .monsterinsights-error-footer{margin:35px 0 0;padding:15px 0 0;border-top:1px solid #ccc}#wpadminbar .monsterinsights-widget-error .swal2-icon,#wpadminbar .monsterinsights-widget-error .swal2-icon *,#wpadminbar .swal2-icon{-webkit-box-sizing:content-box;box-sizing:content-box}#wpadminbar .swal2-icon{border:.25em solid rgba(0,0,0,0);border-radius:50%;cursor:default;height:5em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:5em;margin:1.25em auto 1.875em;position:relative;width:5em;zoom:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wpadminbar .swal2-animate-error-icon .swal2-x-mark{animation:swal2-animate-error-x-mark .5s;-webkit-animation:swal2-animate-error-x-mark .5s;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}#wpadminbar .swal2-animate-error-icon{animation:swal2-animate-error-icon .5s;-webkit-animation:swal2-animate-error-icon .5s}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:1.0625em;-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#f27474;border-radius:.125em;display:block;height:.3125em;position:absolute;top:2.3125em;width:2.9375em}#wpadminbar .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:1em;-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:rotate(45deg)}#wpadminbar .swal2-icon.swal2-error{border-color:#f27474}#wpadminbar .quicklinks .monsterinsights-powered-by{position:absolute;top:100%;right:0;background:#fff;display:inline-block;-webkit-box-shadow:0 5px 25px -15px rgba(0,0,0,.15);box-shadow:0 5px 25px -15px rgba(0,0,0,.15);font-size:14px;padding:5px 20px;color:#393f4c}#wpadminbar .quicklinks .monsterinsights-powered-by:focus,#wpadminbar .quicklinks .monsterinsights-powered-by:hover{background:#fff;color:#393f4c}#wpadminbar .quicklinks .monsterinsights-powered-by:before{content:"";background-image:url(../img/mascot.png);width:32px;height:32px;background-size:32px;display:inline-block;vertical-align:middle;margin-left:10px}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@-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}}#wpadminbar .monsterinsights-not-authenticated-notice{text-align:center;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;margin-bottom:17px;border:none}#wpadminbar .monsterinsights-not-authenticated-notice h3{color:#222;font-size:18px;font-weight:700;margin-top:17px}#wpadminbar .monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate{max-width:975px;margin-right:auto;margin-left:auto}#wpadminbar .monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate p{font-size:15px;line-height:1.4;color:#222;margin:5px 0 30px}#wpadminbar .monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-wp-button{color:#555;background:#f7f7f7;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc;vertical-align:top;display:inline-block;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0 6px;padding:0 10px 1px;cursor:pointer;border:1px solid #ccc;-webkit-appearance:none;border-radius:3px;white-space:nowrap;-webkit-box-sizing:border-box;box-sizing:border-box}#wpadminbar .monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-wp-button:hover{background:#fafafa;border-color:#999;color:#23282d}#wpadminbar .monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-wp-button.monsterinsights-wp-button-primary{background:#0085ba;border-color:#0073aa #006799 #006799;-webkit-box-shadow:0 1px 0 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,-1px 0 1px #006799,0 1px 1px #006799,1px 0 1px #006799}#wpadminbar .monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-wp-button.monsterinsights-wp-button-primary:hover{background:#008ec2;border-color:#006799;color:#fff}@-webkit-keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/reports.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/reports.css new file mode 100644 index 00000000..fc877f53 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/reports.css @@ -0,0 +1,3 @@ +/*! + * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/) + */.monsterinsights-flag{display:inline-block;width:32px;height:32px;background:url(../img/flags.png) no-repeat}.monsterinsights-flag.monsterinsights-flag-ad{background-position:-32px 0}.monsterinsights-flag.monsterinsights-flag-ae{background-position:-64px 0}.monsterinsights-flag.monsterinsights-flag-af{background-position:-96px 0}.monsterinsights-flag.monsterinsights-flag-ag{background-position:-128px 0}.monsterinsights-flag.monsterinsights-flag-ai{background-position:-160px 0}.monsterinsights-flag.monsterinsights-flag-al{background-position:-192px 0}.monsterinsights-flag.monsterinsights-flag-am{background-position:-224px 0}.monsterinsights-flag.monsterinsights-flag-an{background-position:-256px 0}.monsterinsights-flag.monsterinsights-flag-ao{background-position:-288px 0}.monsterinsights-flag.monsterinsights-flag-ar{background-position:-320px 0}.monsterinsights-flag.monsterinsights-flag-as{background-position:-352px 0}.monsterinsights-flag.monsterinsights-flag-at{background-position:-384px 0}.monsterinsights-flag.monsterinsights-flag-au{background-position:-416px 0}.monsterinsights-flag.monsterinsights-flag-aw{background-position:-448px 0}.monsterinsights-flag.monsterinsights-flag-ax{background-position:-480px 0}.monsterinsights-flag.monsterinsights-flag-az{background-position:0 -32px}.monsterinsights-flag.monsterinsights-flag-ba{background-position:-32px -32px}.monsterinsights-flag.monsterinsights-flag-bb{background-position:-64px -32px}.monsterinsights-flag.monsterinsights-flag-bd{background-position:-96px -32px}.monsterinsights-flag.monsterinsights-flag-be{background-position:-128px -32px}.monsterinsights-flag.monsterinsights-flag-bf{background-position:-160px -32px}.monsterinsights-flag.monsterinsights-flag-bg{background-position:-192px -32px}.monsterinsights-flag.monsterinsights-flag-bh{background-position:-224px -32px}.monsterinsights-flag.monsterinsights-flag-bi{background-position:-256px -32px}.monsterinsights-flag.monsterinsights-flag-bj{background-position:-288px -32px}.monsterinsights-flag.monsterinsights-flag-bl{background-position:-320px -32px}.monsterinsights-flag.monsterinsights-flag-bm{background-position:-352px -32px}.monsterinsights-flag.monsterinsights-flag-bn{background-position:-384px -32px}.monsterinsights-flag.monsterinsights-flag-bo{background-position:-416px -32px}.monsterinsights-flag.monsterinsights-flag-br{background-position:-448px -32px}.monsterinsights-flag.monsterinsights-flag-bs{background-position:-480px -32px}.monsterinsights-flag.monsterinsights-flag-bt{background-position:0 -64px}.monsterinsights-flag.monsterinsights-flag-bw{background-position:-32px -64px}.monsterinsights-flag.monsterinsights-flag-by{background-position:-64px -64px}.monsterinsights-flag.monsterinsights-flag-bz{background-position:-96px -64px}.monsterinsights-flag.monsterinsights-flag-ca{background-position:-128px -64px}.monsterinsights-flag.monsterinsights-flag-cd{background-position:-160px -64px}.monsterinsights-flag.monsterinsights-flag-cf{background-position:-192px -64px}.monsterinsights-flag.monsterinsights-flag-cg{background-position:-224px -64px}.monsterinsights-flag.monsterinsights-flag-ch{background-position:-256px -64px}.monsterinsights-flag.monsterinsights-flag-ci{background-position:-288px -64px}.monsterinsights-flag.monsterinsights-flag-ck{background-position:-320px -64px}.monsterinsights-flag.monsterinsights-flag-cl{background-position:-352px -64px}.monsterinsights-flag.monsterinsights-flag-cm{background-position:-384px -64px}.monsterinsights-flag.monsterinsights-flag-cn{background-position:-416px -64px}.monsterinsights-flag.monsterinsights-flag-co{background-position:-448px -64px}.monsterinsights-flag.monsterinsights-flag-cr{background-position:-480px -64px}.monsterinsights-flag.monsterinsights-flag-cu{background-position:0 -96px}.monsterinsights-flag.monsterinsights-flag-cv{background-position:-32px -96px}.monsterinsights-flag.monsterinsights-flag-cw{background-position:-64px -96px}.monsterinsights-flag.monsterinsights-flag-cy{background-position:-96px -96px}.monsterinsights-flag.monsterinsights-flag-cz{background-position:-128px -96px}.monsterinsights-flag.monsterinsights-flag-de{background-position:-160px -96px}.monsterinsights-flag.monsterinsights-flag-dj{background-position:-192px -96px}.monsterinsights-flag.monsterinsights-flag-dk{background-position:-224px -96px}.monsterinsights-flag.monsterinsights-flag-dm{background-position:-256px -96px}.monsterinsights-flag.monsterinsights-flag-do{background-position:-288px -96px}.monsterinsights-flag.monsterinsights-flag-dz{background-position:-320px -96px}.monsterinsights-flag.monsterinsights-flag-ec{background-position:-352px -96px}.monsterinsights-flag.monsterinsights-flag-ee{background-position:-384px -96px}.monsterinsights-flag.monsterinsights-flag-eg{background-position:-416px -96px}.monsterinsights-flag.monsterinsights-flag-eh{background-position:-448px -96px}.monsterinsights-flag.monsterinsights-flag-er{background-position:-480px -96px}.monsterinsights-flag.monsterinsights-flag-es{background-position:0 -128px}.monsterinsights-flag.monsterinsights-flag-et{background-position:-32px -128px}.monsterinsights-flag.monsterinsights-flag-eu{background-position:-64px -128px}.monsterinsights-flag.monsterinsights-flag-fi{background-position:-96px -128px}.monsterinsights-flag.monsterinsights-flag-fj{background-position:-128px -128px}.monsterinsights-flag.monsterinsights-flag-fk{background-position:-160px -128px}.monsterinsights-flag.monsterinsights-flag-fm{background-position:-192px -128px}.monsterinsights-flag.monsterinsights-flag-fo{background-position:-224px -128px}.monsterinsights-flag.monsterinsights-flag-fr{background-position:-256px -128px}.monsterinsights-flag.monsterinsights-flag-ga{background-position:-288px -128px}.monsterinsights-flag.monsterinsights-flag-gb{background-position:-320px -128px}.monsterinsights-flag.monsterinsights-flag-gd{background-position:-352px -128px}.monsterinsights-flag.monsterinsights-flag-ge{background-position:-384px -128px}.monsterinsights-flag.monsterinsights-flag-gg{background-position:-416px -128px}.monsterinsights-flag.monsterinsights-flag-gh{background-position:-448px -128px}.monsterinsights-flag.monsterinsights-flag-gi{background-position:-480px -128px}.monsterinsights-flag.monsterinsights-flag-gl{background-position:0 -160px}.monsterinsights-flag.monsterinsights-flag-gm{background-position:-32px -160px}.monsterinsights-flag.monsterinsights-flag-gn{background-position:-64px -160px}.monsterinsights-flag.monsterinsights-flag-gp{background-position:-96px -160px}.monsterinsights-flag.monsterinsights-flag-gq{background-position:-128px -160px}.monsterinsights-flag.monsterinsights-flag-gr{background-position:-160px -160px}.monsterinsights-flag.monsterinsights-flag-gs{background-position:-192px -160px}.monsterinsights-flag.monsterinsights-flag-gt{background-position:-224px -160px}.monsterinsights-flag.monsterinsights-flag-gu{background-position:-256px -160px}.monsterinsights-flag.monsterinsights-flag-gw{background-position:-288px -160px}.monsterinsights-flag.monsterinsights-flag-gy{background-position:-320px -160px}.monsterinsights-flag.monsterinsights-flag-hk{background-position:-352px -160px}.monsterinsights-flag.monsterinsights-flag-hn{background-position:-384px -160px}.monsterinsights-flag.monsterinsights-flag-hr{background-position:-416px -160px}.monsterinsights-flag.monsterinsights-flag-ht{background-position:-448px -160px}.monsterinsights-flag.monsterinsights-flag-hu{background-position:-480px -160px}.monsterinsights-flag.monsterinsights-flag-ic{background-position:0 -192px}.monsterinsights-flag.monsterinsights-flag-id{background-position:-32px -192px}.monsterinsights-flag.monsterinsights-flag-ie{background-position:-64px -192px}.monsterinsights-flag.monsterinsights-flag-il{background-position:-96px -192px}.monsterinsights-flag.monsterinsights-flag-im{background-position:-128px -192px}.monsterinsights-flag.monsterinsights-flag-in{background-position:-160px -192px}.monsterinsights-flag.monsterinsights-flag-iq{background-position:-192px -192px}.monsterinsights-flag.monsterinsights-flag-ir{background-position:-224px -192px}.monsterinsights-flag.monsterinsights-flag-is{background-position:-256px -192px}.monsterinsights-flag.monsterinsights-flag-it{background-position:-288px -192px}.monsterinsights-flag.monsterinsights-flag-je{background-position:-320px -192px}.monsterinsights-flag.monsterinsights-flag-jm{background-position:-352px -192px}.monsterinsights-flag.monsterinsights-flag-jo{background-position:-384px -192px}.monsterinsights-flag.monsterinsights-flag-jp{background-position:-416px -192px}.monsterinsights-flag.monsterinsights-flag-ke{background-position:-448px -192px}.monsterinsights-flag.monsterinsights-flag-kg{background-position:-480px -192px}.monsterinsights-flag.monsterinsights-flag-kh{background-position:0 -224px}.monsterinsights-flag.monsterinsights-flag-ki{background-position:-32px -224px}.monsterinsights-flag.monsterinsights-flag-km{background-position:-64px -224px}.monsterinsights-flag.monsterinsights-flag-kn{background-position:-96px -224px}.monsterinsights-flag.monsterinsights-flag-kp{background-position:-128px -224px}.monsterinsights-flag.monsterinsights-flag-kr{background-position:-160px -224px}.monsterinsights-flag.monsterinsights-flag-kw{background-position:-192px -224px}.monsterinsights-flag.monsterinsights-flag-ky{background-position:-224px -224px}.monsterinsights-flag.monsterinsights-flag-kz{background-position:-256px -224px}.monsterinsights-flag.monsterinsights-flag-la{background-position:-288px -224px}.monsterinsights-flag.monsterinsights-flag-lb{background-position:-320px -224px}.monsterinsights-flag.monsterinsights-flag-lc{background-position:-352px -224px}.monsterinsights-flag.monsterinsights-flag-li{background-position:-384px -224px}.monsterinsights-flag.monsterinsights-flag-lk{background-position:-416px -224px}.monsterinsights-flag.monsterinsights-flag-lr{background-position:-448px -224px}.monsterinsights-flag.monsterinsights-flag-ls{background-position:-480px -224px}.monsterinsights-flag.monsterinsights-flag-lt{background-position:0 -256px}.monsterinsights-flag.monsterinsights-flag-lu{background-position:-32px -256px}.monsterinsights-flag.monsterinsights-flag-lv{background-position:-64px -256px}.monsterinsights-flag.monsterinsights-flag-ly{background-position:-96px -256px}.monsterinsights-flag.monsterinsights-flag-ma{background-position:-128px -256px}.monsterinsights-flag.monsterinsights-flag-mc{background-position:-160px -256px}.monsterinsights-flag.monsterinsights-flag-md{background-position:-192px -256px}.monsterinsights-flag.monsterinsights-flag-me{background-position:-224px -256px}.monsterinsights-flag.monsterinsights-flag-mf{background-position:-256px -256px}.monsterinsights-flag.monsterinsights-flag-mg{background-position:-288px -256px}.monsterinsights-flag.monsterinsights-flag-mh{background-position:-320px -256px}.monsterinsights-flag.monsterinsights-flag-mk{background-position:-352px -256px}.monsterinsights-flag.monsterinsights-flag-ml{background-position:-384px -256px}.monsterinsights-flag.monsterinsights-flag-mm{background-position:-416px -256px}.monsterinsights-flag.monsterinsights-flag-mn{background-position:-448px -256px}.monsterinsights-flag.monsterinsights-flag-mo{background-position:-480px -256px}.monsterinsights-flag.monsterinsights-flag-mp{background-position:0 -288px}.monsterinsights-flag.monsterinsights-flag-mq{background-position:-32px -288px}.monsterinsights-flag.monsterinsights-flag-mr{background-position:-64px -288px}.monsterinsights-flag.monsterinsights-flag-ms{background-position:-96px -288px}.monsterinsights-flag.monsterinsights-flag-mt{background-position:-128px -288px}.monsterinsights-flag.monsterinsights-flag-mu{background-position:-160px -288px}.monsterinsights-flag.monsterinsights-flag-mv{background-position:-192px -288px}.monsterinsights-flag.monsterinsights-flag-mw{background-position:-224px -288px}.monsterinsights-flag.monsterinsights-flag-mx{background-position:-256px -288px}.monsterinsights-flag.monsterinsights-flag-my{background-position:-288px -288px}.monsterinsights-flag.monsterinsights-flag-mz{background-position:-320px -288px}.monsterinsights-flag.monsterinsights-flag-na{background-position:-352px -288px}.monsterinsights-flag.monsterinsights-flag-nc{background-position:-384px -288px}.monsterinsights-flag.monsterinsights-flag-ne{background-position:-416px -288px}.monsterinsights-flag.monsterinsights-flag-nf{background-position:-448px -288px}.monsterinsights-flag.monsterinsights-flag-ng{background-position:-480px -288px}.monsterinsights-flag.monsterinsights-flag-ni{background-position:0 -320px}.monsterinsights-flag.monsterinsights-flag-nl{background-position:-32px -320px}.monsterinsights-flag.monsterinsights-flag-no{background-position:-64px -320px}.monsterinsights-flag.monsterinsights-flag-np{background-position:-96px -320px}.monsterinsights-flag.monsterinsights-flag-nr{background-position:-128px -320px}.monsterinsights-flag.monsterinsights-flag-nu{background-position:-160px -320px}.monsterinsights-flag.monsterinsights-flag-nz{background-position:-192px -320px}.monsterinsights-flag.monsterinsights-flag-om{background-position:-224px -320px}.monsterinsights-flag.monsterinsights-flag-pa{background-position:-256px -320px}.monsterinsights-flag.monsterinsights-flag-pe{background-position:-288px -320px}.monsterinsights-flag.monsterinsights-flag-pf{background-position:-320px -320px}.monsterinsights-flag.monsterinsights-flag-pg{background-position:-352px -320px}.monsterinsights-flag.monsterinsights-flag-ph{background-position:-384px -320px}.monsterinsights-flag.monsterinsights-flag-pk{background-position:-416px -320px}.monsterinsights-flag.monsterinsights-flag-pl{background-position:-448px -320px}.monsterinsights-flag.monsterinsights-flag-pn{background-position:-480px -320px}.monsterinsights-flag.monsterinsights-flag-pr{background-position:0 -352px}.monsterinsights-flag.monsterinsights-flag-ps{background-position:-32px -352px}.monsterinsights-flag.monsterinsights-flag-pt{background-position:-64px -352px}.monsterinsights-flag.monsterinsights-flag-pw{background-position:-96px -352px}.monsterinsights-flag.monsterinsights-flag-py{background-position:-128px -352px}.monsterinsights-flag.monsterinsights-flag-qa{background-position:-160px -352px}.monsterinsights-flag.monsterinsights-flag-re{background-position:-192px -352px}.monsterinsights-flag.monsterinsights-flag-ro{background-position:-224px -352px}.monsterinsights-flag.monsterinsights-flag-rs{background-position:-256px -352px}.monsterinsights-flag.monsterinsights-flag-ru{background-position:-288px -352px}.monsterinsights-flag.monsterinsights-flag-rw{background-position:-320px -352px}.monsterinsights-flag.monsterinsights-flag-sa{background-position:-352px -352px}.monsterinsights-flag.monsterinsights-flag-sb{background-position:-384px -352px}.monsterinsights-flag.monsterinsights-flag-sc{background-position:-416px -352px}.monsterinsights-flag.monsterinsights-flag-sd{background-position:-448px -352px}.monsterinsights-flag.monsterinsights-flag-se{background-position:-480px -352px}.monsterinsights-flag.monsterinsights-flag-sg{background-position:0 -384px}.monsterinsights-flag.monsterinsights-flag-sh{background-position:-32px -384px}.monsterinsights-flag.monsterinsights-flag-si{background-position:-64px -384px}.monsterinsights-flag.monsterinsights-flag-sk{background-position:-96px -384px}.monsterinsights-flag.monsterinsights-flag-sl{background-position:-128px -384px}.monsterinsights-flag.monsterinsights-flag-sm{background-position:-160px -384px}.monsterinsights-flag.monsterinsights-flag-sn{background-position:-192px -384px}.monsterinsights-flag.monsterinsights-flag-so{background-position:-224px -384px}.monsterinsights-flag.monsterinsights-flag-sr{background-position:-256px -384px}.monsterinsights-flag.monsterinsights-flag-ss{background-position:-288px -384px}.monsterinsights-flag.monsterinsights-flag-st{background-position:-320px -384px}.monsterinsights-flag.monsterinsights-flag-sv{background-position:-352px -384px}.monsterinsights-flag.monsterinsights-flag-sy{background-position:-384px -384px}.monsterinsights-flag.monsterinsights-flag-sz{background-position:-416px -384px}.monsterinsights-flag.monsterinsights-flag-tc{background-position:-448px -384px}.monsterinsights-flag.monsterinsights-flag-td{background-position:-480px -384px}.monsterinsights-flag.monsterinsights-flag-tf{background-position:0 -416px}.monsterinsights-flag.monsterinsights-flag-tg{background-position:-32px -416px}.monsterinsights-flag.monsterinsights-flag-th{background-position:-64px -416px}.monsterinsights-flag.monsterinsights-flag-tj{background-position:-96px -416px}.monsterinsights-flag.monsterinsights-flag-tk{background-position:-128px -416px}.monsterinsights-flag.monsterinsights-flag-tl{background-position:-160px -416px}.monsterinsights-flag.monsterinsights-flag-tm{background-position:-192px -416px}.monsterinsights-flag.monsterinsights-flag-tn{background-position:-224px -416px}.monsterinsights-flag.monsterinsights-flag-to{background-position:-256px -416px}.monsterinsights-flag.monsterinsights-flag-tr{background-position:-288px -416px}.monsterinsights-flag.monsterinsights-flag-tt{background-position:-320px -416px}.monsterinsights-flag.monsterinsights-flag-tv{background-position:-352px -416px}.monsterinsights-flag.monsterinsights-flag-tw{background-position:-384px -416px}.monsterinsights-flag.monsterinsights-flag-tz{background-position:-416px -416px}.monsterinsights-flag.monsterinsights-flag-ua{background-position:-448px -416px}.monsterinsights-flag.monsterinsights-flag-ug{background-position:-480px -416px}.monsterinsights-flag.monsterinsights-flag-us{background-position:0 -448px}.monsterinsights-flag.monsterinsights-flag-uy{background-position:-32px -448px}.monsterinsights-flag.monsterinsights-flag-uz{background-position:-64px -448px}.monsterinsights-flag.monsterinsights-flag-va{background-position:-96px -448px}.monsterinsights-flag.monsterinsights-flag-vc{background-position:-128px -448px}.monsterinsights-flag.monsterinsights-flag-ve{background-position:-160px -448px}.monsterinsights-flag.monsterinsights-flag-vg{background-position:-192px -448px}.monsterinsights-flag.monsterinsights-flag-vi{background-position:-224px -448px}.monsterinsights-flag.monsterinsights-flag-vn{background-position:-256px -448px}.monsterinsights-flag.monsterinsights-flag-vu{background-position:-288px -448px}.monsterinsights-flag.monsterinsights-flag-wf{background-position:-320px -448px}.monsterinsights-flag.monsterinsights-flag-ws{background-position:-352px -448px}.monsterinsights-flag.monsterinsights-flag-ye{background-position:-384px -448px}.monsterinsights-flag.monsterinsights-flag-yt{background-position:-416px -448px}.monsterinsights-flag.monsterinsights-flag-za{background-position:-448px -448px}.monsterinsights-flag.monsterinsights-flag-zm{background-position:-480px -448px}.monsterinsights-flag.monsterinsights-flag-zw{background-position:0 -480px}.monsterinsights-report-year-in-review{margin-left:auto;margin-right:auto;max-width:960px;background-color:#fff;background-image:url(../img/confetti-background.png);background-repeat:no-repeat;background-position:0 0;margin-bottom:90px}.monsterinsights-report-year-in-review.monsterinsights-yir-report-calculating-row{width:610px;margin-top:50px}@media (max-width:767px){.monsterinsights-report-year-in-review.monsterinsights-yir-report-calculating-row{width:100%;margin-top:20px}}.monsterinsights-report-year-in-review a,.monsterinsights-report-year-in-review h1,.monsterinsights-report-year-in-review h2,.monsterinsights-report-year-in-review h3,.monsterinsights-report-year-in-review h4,.monsterinsights-report-year-in-review h5,.monsterinsights-report-year-in-review p,.monsterinsights-report-year-in-review span{font-family:Lato,sans-serif;margin:0}.monsterinsights-report-year-in-review h1,.monsterinsights-report-year-in-review h2,.monsterinsights-report-year-in-review h3,.monsterinsights-report-year-in-review h4,.monsterinsights-report-year-in-review h5{font-weight:900}.monsterinsights-report-year-in-review p{font-style:normal;font-weight:400;font-size:14px;line-height:24px}.monsterinsights-report-year-in-review a{text-decoration:none;padding:8px 30px;border-radius:5px;color:#fff;font-weight:700;font-size:14px;line-height:24px;text-align:center}.monsterinsights-report-year-in-review .monsterinsights-yir-separator{border-left-color:#e0e0e0;border-right-color:#e0e0e0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.monsterinsights-report-year-in-review .monsterinsights-yir-footer,.monsterinsights-report-year-in-review .monsterinsights-yir-header,.monsterinsights-report-year-in-review section{padding:0 90px;clear:both;overflow:hidden}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-footer,.monsterinsights-report-year-in-review .monsterinsights-yir-header,.monsterinsights-report-year-in-review section{padding:0 15px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-footer,.monsterinsights-report-year-in-review .monsterinsights-yir-header,.monsterinsights-report-year-in-review section{padding:0 30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-text-right{text-align:right}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header{padding:90px 0 90px 90px;background-image:url(../img/charlie.png);background-repeat:no-repeat;background-position:100% 100%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header{padding:50px 15px 40px;background-image:none}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header{padding-left:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating{padding:90px 0 100px 60px;background-image:url(../img/charlie2x.png);background-position:right top 60px;background-size:173px 207px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating{padding-left:15px;padding-right:15px;padding-top:50px;background-size:140px 180px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-title{font-size:32px;line-height:37px;color:#393f4c;margin-top:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-title{font-size:26px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-summary{font-weight:400;font-size:14px;line-height:20px;color:#393f4c;max-width:385px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-summary{font-size:12px;max-width:230px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link{background:#4e9ee7;border-radius:5px;font-weight:700;font-size:14px;line-height:16px;text-align:center;color:#fff;border:0;margin-right:0;padding:12px 20px;margin-top:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link{width:inherit}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link{width:inherit}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link:active,.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link:hover{background:#2469b2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-subtitle{font-size:20px;font-weight:900;background:#338eef;border-radius:30px;color:#fff;padding:14px 25px 14px 90px;position:relative;display:inline-block}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-subtitle{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-subtitle svg{position:absolute;left:5px;bottom:-5px}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-title{font-style:normal;font-weight:900;font-size:48px;line-height:58px;color:#393f4c;margin-bottom:15px;margin-top:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-title{font-size:20px;line-height:20px;margin-bottom:10px;margin-top:30px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-title{font-size:32px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-summary{font-weight:500;font-size:24px;line-height:32px;color:#828282;max-width:480px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-summary{font-size:16px;line-height:18px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-summary{font-size:16px;line-height:20px;max-width:400px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart{background:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:4.85258px}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 30px;border-bottom:2px solid #f2f2f2;margin-bottom:55px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-header{margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-header div{width:100%}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-title{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:24px;color:#393f4c;margin:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-title{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-subtitle{font-family:Lato;font-style:normal;font-weight:400;font-size:14px;line-height:24px;text-align:right;color:#393f4c;margin:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-subtitle{font-size:10px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content{padding:0 50px 15px 30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content{padding:0 15px 15px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content .monsterinsights-reports-bar-chart-holder{position:relative}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content .monsterinsights-reports-bar-chart-holder .monsterinsights-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box{padding-top:0;position:relative;border:0;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);background:hsla(0,0%,100%,.38)}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box.monsterinsights-year-in-review-table-box-blur-report .monsterinsights-year-in-review-table-box-list{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header{padding:20px 30px;border-bottom:2px solid #f2f2f2;margin-bottom:30px}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-title{display:inline-block}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-title .monsterinsights-report-title{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:24px;color:#393f4c;margin:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-title .monsterinsights-report-title{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-subtitle{display:inline-block;float:right}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-subtitle .monsterinsights-report-subtitle{font-family:Lato;font-style:normal;font-weight:400;font-size:14px;line-height:24px;text-align:right;color:#393f4c;margin:0;text-transform:capitalize}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list{padding-bottom:30px}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item{padding:9px 30px}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a{padding:0;border-radius:0;line-height:37px;line-height:inherit}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a:active,.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a:focus,.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a:hover{-webkit-box-shadow:none;box-shadow:none;background:none}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer{position:absolute;bottom:-34px;width:100%;left:0;text-align:center}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer{bottom:-40px}}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer .monsterinsights-yir-tooltip{font-weight:400;font-size:12px;color:#828282}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer .monsterinsights-yir-tooltip span{font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer .monsterinsights-yir-tooltip .monsterinsights-yir-icon{background:#dadada;border-radius:50%;padding:0;margin-right:10px;color:#fff;width:15px;height:15px;display:inline-block;line-height:16px}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart{border:0;margin:0;padding:0;width:100%}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-reports-pie-chart-holder{display:inline-block;float:left}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-reports-pie-chart-holder{display:block;float:none}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-reports-pie-chart-holder .monsterinsights-pie-chart{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFxSURBVHgB7dlPTsJAFAbwb6BxQVzgTThCXaCC3kEPoFBP0PYGVQ9gvUNFY2PSI3AUFhISgx1njAsjIfa1jA+S90u6aDOTzpf5s5gHCF4KNVyePPntthea7j1Ad9FcUWr9cDc5SkFEDjAavoZKlREc0BrR7aQfU/qQAgTDlwut1D0cUmp5mGSDomr7FgjM4M/hmNZ2aVZHCmD4cK9HaUwN8B9Ih4KHBm4e+7VOsd/Gp7lGTds4AyQSgJsE4CYBuEkAbhKAmwTgJgG4SQBuEoCbBOAmAbhJAG4SgFuju9Emd5qbIktoHaUQq/nbwdcDXMORRktoHTvgJOsnPz4lo2HeNaFI1Zcq3MzA3EtXfrTnJXCAGmCGLUMNMK3SqOy8Byvflh9VC4QFCEh7wG5MU8v1/27XCq8Gz7P2YpHa97KzP1ZaR6jAFrxBQK5xBWd5ZEJsfDNapoAeJ9lxROqDGr4L3nZJ+GjO7qupnV1zchUQO+YTOT9YisPBuEEAAAAASUVORK5CYII=);background-color:#fff;background-repeat:no-repeat;background-position:50%}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content{padding-left:50px;padding-top:35px;float:left}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content{padding-left:0;padding-top:20px;float:none}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-title{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:24px;color:#393f4c;margin-bottom:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-title{font-size:16px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-subtitle{font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:24px;color:#393f4c;margin-top:10px;margin-bottom:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-subtitle{font-size:14px;line-height:14px}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend{position:relative;left:inherit;top:inherit;-webkit-transform:inherit;-ms-transform:inherit;transform:inherit;margin:24px 0 0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend{margin:10px 0 0}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li{display:inline-block;margin-right:30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li{margin-right:10px}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-color{border-radius:0;width:16px;height:16px;margin-bottom:-3px;margin-right:5px}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-text,.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-value{font-family:Lato;font-style:normal;font-weight:700;font-size:14px;line-height:24px;color:#393f4c;min-width:inherit;margin-right:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-text,.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-value{font-size:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip{border:2px solid #e3f1ff;border-radius:5px;padding-top:45px;padding-bottom:45px;overflow:hidden;background:#f3f9ff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip{padding-top:15px;padding-bottom:15px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip a,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip h3,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip p{font-family:Lato,sans-serif;margin:0}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-icon{float:left;width:144px;text-align:center}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-icon{width:90px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-icon img{background:#338eef;padding:12px;border-radius:50%;margin-top:12px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content{float:left;width:calc(100% - 144px);padding-right:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content{padding-right:0;width:calc(100% - 90px)}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-title{font-weight:900;font-size:18px;line-height:27px;color:#333;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-title{font-size:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-summary{font-weight:400;font-size:18px;line-height:27px;color:#393f4c;margin-bottom:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-summary{font-size:12px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper{margin-top:15px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link{font-weight:900;font-size:18px;line-height:27px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#338eef;margin-top:15px;padding:0;border-radius:0;text-align:left}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link:hover{color:#2469b2;-webkit-box-shadow:none;box-shadow:none}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay{position:absolute;top:0;left:0;width:calc(100% - 25px);height:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content{margin-top:66px;text-align:center;height:calc(100% - 66px);padding-top:80px;padding-right:25px;padding-left:25px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-details{font-size:14px;line-height:20px;font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay{display:inline-block;border-radius:5px;font-size:14px;line-height:20px;color:#fff;padding:10px 30px;text-decoration:none;font-family:Lato;background:#338eef;margin-top:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success{background:#1ec185}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success:hover{opacity:.8;background:#10ad73}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay:hover{border:0;background:#2469b2;outline:none}.monsterinsights-report-year-in-review .monsterinsights-yir-audience{padding-bottom:85px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience{padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:685px;margin-bottom:80px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-summary{font-size:18px;line-height:20px;margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors{width:100%;margin-bottom:70px;padding-left:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors{margin-bottom:20px;padding-left:0;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions img,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors img{margin-bottom:15px;max-height:28px}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions h4,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors h4{font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions h4,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors h4{font-size:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions .monsterinsights-yir-number,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors .monsterinsights-yir-number{font-weight:900;font-size:60px;line-height:72px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions .monsterinsights-yir-number,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors .monsterinsights-yir-number{font-size:40px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-visitor-by-chart{margin-bottom:60px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-visitor-by-chart{margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics{padding-top:85px;padding-bottom:85px;background-image:url(../img/map-background.png);background-repeat:no-repeat;background-position:top}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics{padding-top:30px;padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:656px;margin-bottom:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-summary{font-size:18px;line-height:20px;margin-bottom:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries{display:block}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country{width:50%;margin-top:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country{width:100%;margin-top:20px;margin-bottom:20px;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-number-one{font-size:24px;line-height:29px;color:#fff;background:#338eef;width:50px;height:50px;border-radius:50%;display:inline-block;text-align:center;line-height:50px;margin-bottom:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-flag{display:block}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-flag{margin:0 auto}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-flag.monsterinsights-flag-zz{display:none}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-name{font-size:32px;line-height:38px;color:#393f4c;margin-top:0;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-name{font-size:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-visitors{font-weight:400;font-size:24px;line-height:37px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-visitors{font-size:16px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-countries-graph{width:50%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-countries-graph{width:100%}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-know-visitors{font-size:24px;line-height:37px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-know-visitors{font-size:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info{margin-top:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info{width:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info span,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info span{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info span,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info span{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info h2,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info h2{font-size:48px;line-height:58px;color:#338eef;margin-bottom:10px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info h2,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info h2{font-size:30px;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info p,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info p{font-size:16px;line-height:19px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info p,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info p{font-size:10px;line-height:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior{padding-top:85px;padding-bottom:85px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior{padding-top:30px;padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:585px;margin-bottom:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-summary{font-size:18px;line-height:28px;margin-bottom:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data{display:block;margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary{width:50%;margin-top:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary{width:100%;margin-top:20px;margin-bottom:20px;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary img{width:32px;height:32px;margin-left:-3px;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary img{margin-left:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-time-spent{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent{font-size:32px;line-height:38px;color:#393f4c;margin-top:15px;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent{margin-top:5px;margin-bottom:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent .monsterinsights-yir-number{font-weight:900;font-size:48px;line-height:58px;color:#338eef;margin-right:10px;overflow-wrap:break-word}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent .monsterinsights-yir-number{font-size:30px;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent .monsterinsights-yir-type{font-weight:900;font-size:16px;line-height:103.8%;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-each-visitor-spent{font-weight:400;font-size:18px;line-height:24px;color:#393f4c;max-width:330px;margin-top:15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-each-visitor-spent{font-size:14px;max-width:100%;margin-top:5px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-top-pages-graph{width:50%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-top-pages-graph{width:100%}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-most-visitors-device{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:586px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-most-visitors-device{font-size:20px;line-height:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info{margin-top:20px;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info{width:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info span,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info span{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info h2,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info h2{font-size:48px;line-height:58px;color:#338eef;margin-bottom:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info p,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info p{font-size:16px;line-height:19px;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-grow-traffic-tip{margin-top:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-grow-traffic-tip{margin-top:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from{margin-top:55px;margin-bottom:100px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from{margin-top:20px;margin-bottom:60px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-title{font-size:32px;line-height:44px;color:#393f4c;margin-bottom:30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-title{font-size:20px;line-height:20px;margin-bottom:15px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals{display:block}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{width:50%;position:relative}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{width:100%}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords{padding-right:25px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords{padding-right:0;margin-bottom:60px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{padding-left:25px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{padding-left:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce{padding-top:85px;padding-bottom:30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce{padding-top:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:586px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-summary{font-size:18px;line-height:28px;margin-bottom:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number{width:55%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number{width:30%}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-products-sold,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-revenue{padding:75px 0}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-title{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-title{font-size:14px;line-height:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-amount{font-size:54px;line-height:65px;color:#338eef;overflow-wrap:break-word}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-amount{font-size:24px;line-height:40px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products{width:45%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products{width:70%}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular{-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:3.59813px;padding:30px;margin-bottom:30px}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning img,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular img{margin-bottom:5px}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning span,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular span{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning span,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular span{font-size:14px;line-height:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-product-title,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-product-title{font-weight:700;font-size:28px;line-height:32px;color:#338eef;margin-top:10px;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-product-title,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-product-title{font-size:16px;line-height:16px;margin-bottom:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-count,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-count{font-weight:400;font-size:16px;line-height:19px;color:#828282}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-count,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-count{font-size:12px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-revenue-by-month{margin-bottom:50px}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you{padding-top:90px;background-color:#fff;background-image:url(../img/confetti-background.png);background-position:0 0;padding-bottom:85px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you{padding-top:0;padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-title{font-size:54px;line-height:65px;text-align:center;color:#393f4c;max-width:588px;margin:0 auto 10px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-title{font-size:30px;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-summary{font-weight:500;font-size:20px;line-height:28px;text-align:center;color:#393f4c;max-width:585px;margin:0 auto 15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-summary{font-size:14px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-amazing-year{font-weight:700;font-size:32px;line-height:37px;text-align:center;color:#393f4c;font-style:italic;margin-bottom:35px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-amazing-year{font-size:24px;line-height:24px;margin-bottom:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors{text-align:center;margin-bottom:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors{margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author{display:inline-block;padding:0 45px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author{padding:0 10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-thumbnail{width:96px;height:96px;background-repeat:no-repeat;margin:0 auto 10px}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-thumbnail.chris{background-image:url(../img/chris.png)}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-thumbnail.syed{background-image:url(../img/syed.png)}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-name{font-weight:900;font-size:18px;line-height:22px;text-align:center;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-name{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review{background:#338eef;-webkit-box-shadow:0 8px 8px rgba(30,88,150,.2);box-shadow:0 8px 8px rgba(30,88,150,.2);border-radius:5px;padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review{display:block}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button{width:100%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content{text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content span{font-weight:900;font-size:14px;color:#fff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content span{font-size:12px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content h3{font-weight:900;font-size:20px;line-height:31px;color:#fff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content h3{font-size:18px;line-height:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating .monsterinsights-yir-five-star{margin:0;padding:12px 0 0;text-align:center}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating .monsterinsights-yir-five-star li{list-style:none;display:inline-block;margin-right:7px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating .monsterinsights-yir-five-star li{margin-right:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button{text-align:center;padding-top:5px}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a{background:#2469b3;border-radius:5px;text-align:center;height:38px;display:inline-block}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a:active,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a:hover{background:#123c68}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-title{font-size:36px;line-height:44px;color:#393f4c;margin-bottom:20px;max-width:638px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-title{font-size:20px;line-height:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-summary{font-weight:500;font-size:20px;line-height:24px;color:#393f4c;max-width:450px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-summary{font-size:14px;line-height:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins{margin-top:20px;margin-left:-30px;margin-right:-30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins{margin-left:0;margin-right:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon{width:calc(50% - 60px);float:left;background:#f3f9ff;border:2px solid #e3f1ff;border-radius:5px;position:relative;min-height:260px;margin:30px 30px 0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon{width:100%;margin:30px 0;min-height:300px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top{padding-top:30px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-image{width:104px;float:left;padding-left:25px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-image .monsterinsights-addon-thumb{width:32px;height:32px;border:2px solid #e3f1ff;border-radius:5px;padding:10px;-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-text{width:calc(100% - 104px);float:left;padding-right:25px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-text .monsterinsights-addon-title{font-size:18px;line-height:24px;margin-top:0;font-family:Lato;margin-bottom:5px;color:#393f4c;font-weight:900}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-text .monsterinsights-addon-excerpt{font-weight:400;font-size:14px;line-height:18px;color:#393f4c;font-family:Lato;margin:0}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message{border-top:2px solid #e3f1ff;clear:both;padding:13px 25px;position:absolute;bottom:0;left:0;width:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-addon-status{float:right;line-height:32px;font-weight:900;font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-addon-status span{color:#d4393d}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button{line-height:32px;background:#338eef;border-radius:3px;display:inline-block;padding:0 30px;border:0;font-weight:700;font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button:hover{background:#2469b2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-addon-status span{color:#64bfa5}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button:hover{background:rgba(51,142,239,.5)}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities{background-color:#338eef;padding-top:160px;margin-top:-90px;color:#fff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities{padding-top:100px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h2{font-size:36px;line-height:43px;color:#fff;margin-bottom:15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h2{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h3{font-weight:500;font-size:20px;line-height:24px;color:#fff;max-width:575px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h3{font-size:18px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-30px;padding-top:60px;padding-bottom:90px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities{display:block;margin-left:0;padding-bottom:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community{width:100%;background-color:#2469b2;border-radius:5px;margin-left:30px;padding:24px;position:relative;min-height:340px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community{margin-left:0;margin-bottom:30px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community{min-height:350px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-title{font-weight:900;font-size:20px;line-height:24px;margin-bottom:10px;margin-top:5px}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link,.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links{position:absolute;bottom:15px;left:24px;width:80%;width:calc(100% - 48px)}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link{background-color:#123c68;display:block}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link{padding:8px 10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link:hover{background-color:#0d2e51;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links{margin:0}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li{float:left;margin-right:8px;margin-bottom:0}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li a{background-color:#123c68;display:block;margin:0;width:40px;height:40px;padding:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li a:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li a:hover{background-color:#0d2e51;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-footer{height:84px;background:#2368b1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-footer{display:block;text-align:center;padding:15px 0;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-footer div{width:100%;font-weight:500;font-size:16px;color:#fff;text-align:center}.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding-left:10px;padding-right:10px;width:auto}@media (max-width:782px){.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding:0}}.monsterinsights-report{padding:20px;position:relative}body.monsterinsights-reporting-page #wpbody-content{padding-bottom:0}body.monsterinsights-reporting-page #wpfooter{padding-top:0}body.monsterinsights-reporting-page #wpfooter:before{display:none}body.monsterinsights-reporting-page .monsterinsights-red{color:#d73638}body.monsterinsights-reporting-page .monsterinsights-green{color:#5cc0a5}body.monsterinsights-reporting-page .monsterinsights-report-top h2{margin:14px 0 28px;display:inline-block;color:#393f4c;font-size:24px}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:none}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:block;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{display:-webkit-box;display:-ms-flexbox;display:flex;float:right}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;width:100%;-ms-flex-flow:wrap;flex-flow:wrap}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle{width:100%;margin-right:0}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle .monsterinsights-button{width:50%}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-datepicker{width:200px;background-color:#8ea4b4;font-weight:700;color:#fff;text-align:center;border-color:#708c9f;border-width:1px 1px 2px;border-radius:3px;height:40px;margin:0}body.monsterinsights-reporting-page .monsterinsights-datepicker::-webkit-input-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-moz-placeholder,body.monsterinsights-reporting-page .monsterinsights-datepicker::-moz-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-ms-input-placeholder{color:#fff}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-datepicker{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;font-size:14px}}body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;margin-left:10px;font-weight:700}@media (min-width:783px){body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{display:none}}body.monsterinsights-reporting-page .monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}body.monsterinsights-reporting-page .monsterinsights-report-row{margin-bottom:25px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-right:0;margin:0}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #d6e2ed}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-container{padding:15px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 0 24px rgba(89,164,234,.33);box-shadow:0 0 24px rgba(89,164,234,.33)}#monsterinsights-chartjs-line-overview-tooltip{min-width:100px}.monsterinsights-reports-overview-datagraph-tooltip-title{color:#23282d;font-size:14px;font-weight:400;border-bottom:1px solid #d4e2ef;padding-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-number{color:#23282d;font-size:24px;font-weight:400;margin-top:5px;margin-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-descriptor{color:#23282d;font-size:12px;font-weight:400;margin-bottom:10px}.monsterinsights-reports-overview-datagraph-tooltip-trend{color:#23282d;font-size:16px;font-weight:400}#monsterinsights-chartjs-bar-tooltip,.monsterinsights-line-chart-tooltip{opacity:1;position:absolute;margin-left:-55px}.monsterinsights-report-tabs-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-tabs-navigation button{border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#eceff4;color:#444;width:50%;font-weight:700;text-align:left;font-size:18px;padding:23px 20px 25px;cursor:pointer;margin:0;position:relative}@media (max-width:782px){.monsterinsights-report-tabs-navigation button{font-size:14px;padding:13px 20px 15px;text-align:center}}.monsterinsights-report-tabs-navigation button:first-child{border-right:1px solid #d6e2ed}.monsterinsights-report-tabs-navigation button:focus{z-index:10}.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{background:#fff;color:#509fe2;border-bottom:none;border-top:2px solid #3a93dd;padding-top:20px}@media (max-width:782px){.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:12px}}.monsterinsights-report-tabs-navigation button i{margin-right:10px;color:#8ba4b7}.monsterinsights-report-tabs{background:#fff;border:1px solid #d6e2ed;border-top:none}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:20px}.monsterinsights-report-infobox-row{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #d6e2ed}@media (max-width:782px){.monsterinsights-report-infobox-row{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;background:#fff;border-left:1px solid #d6e2ed;padding:17px 20px 15px;position:relative}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{position:absolute;right:20px;top:18px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child{border-left:none}@media (max-width:782px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3),.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(4){border-top:1px solid #d6e2ed}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-left:none}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-report-title{padding-right:18px;text-overflow:ellipsis;overflow:hidden;white-space:pre;line-height:1.2}.monsterinsights-report-title{font-size:18px;color:#393f4c;font-weight:700;margin-top:0}.monsterinsights-reports-infobox-number{font-size:40px;font-weight:200;display:inline-block;line-height:1;margin-top:11px;float:left}@media (max-width:782px){.monsterinsights-reports-infobox-number{font-size:36px;float:none}}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:right}@media (max-width:1280px){.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none;clear:both}}.monsterinsights-reports-infobox-prev{font-size:16px;margin-top:15px}.monsterinsights-reports-infobox-compare{clear:right;font-size:12px;color:#acbdc9}.monsterinsights-buttons-toggle{margin-right:25px}.monsterinsights-report-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.monsterinsights-report-flex{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-pie-chart-legend-color{width:12px;height:12px;display:inline-block;margin-right:5px;border-radius:50%}.monsterinsights-pie-chart-legend-text{min-width:100px;margin-right:10px;display:inline-block;font-size:16px;color:#393f4c}.monsterinsights-pie-chart-legend-value{color:#393f4c;font-size:18px;font-weight:500}.monsterinsights-reports-pie-chart{width:50%;padding:20px;background:#fff;border:1px solid #d6e2ed;position:relative}.monsterinsights-reports-pie-chart:first-child{margin-right:25px}@media (max-width:991px){.monsterinsights-reports-pie-chart:first-child{margin:0 0 25px}}@media (max-width:991px){.monsterinsights-reports-pie-chart{width:100%}}.monsterinsights-reports-pie-chart .monsterinsights-reports-pie-chart-holder{position:relative}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart{margin:0 auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:absolute;left:250px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:relative;left:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin-top:20px}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-value{float:right}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-reports-pie-chart .monsterinsights-info{position:absolute;top:20px;right:20px}.monsterinsights-table-box{border:1px solid #d6e2ed;background:#fff;width:100%;margin-left:20px;padding-top:18px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-table-box:first-child{margin-left:0;margin-top:0}.monsterinsights-table-box h3{margin-left:20px}.monsterinsights-table-box .monsterinsights-info{position:absolute;top:20px;right:20px}@media (max-width:991px){.monsterinsights-table-box{margin-left:0;margin-top:20px}}.monsterinsights-table-box-footer{background:#f9fbff;border-top:1px solid #d6e2ed;padding:20px}.monsterinsights-table-box-footer:after{display:table;clear:both;content:""}@media (max-width:782px){.monsterinsights-table-box-footer>.monsterinsights-button{width:100%;text-align:center}}.monsterinsights-table-list-item{padding:12px 20px;min-height:43px;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex}table .monsterinsights-table-list-item{display:table-row}.monsterinsights-table-list-item:nth-child(odd){background-color:#f9fbff}.monsterinsights-table-list-item .monsterinsights-reports-list-text{color:#393f4c;white-space:pre;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;display:inline-block;width:100%;padding:1px;margin:-1px}.monsterinsights-table-list-item .monsterinsights-reports-list-text a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.monsterinsights-table-list-item .monsterinsights-reports-list-text img{display:inline-block;margin-right:10px;vertical-align:middle}.monsterinsights-table-list-item .monsterinsights-flag{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);display:inline-block;margin:-12px 0 -10px -8px}.monsterinsights-table-list-item a{text-decoration:none;color:#393f4c}.monsterinsights-table-list-item a:focus,.monsterinsights-table-list-item a:hover{color:#777}.monsterinsights-table-list-item .monsterinsights-reports-list-count{display:inline-block;min-width:30px;color:#657086;font-weight:400}.monsterinsights-table-list-item .monsterinsights-reports-list-number{color:#393f4c;font-size:15px;text-align:right;display:block;padding-left:5px}.monsterinsights-table-box-pagination{float:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:782px){.monsterinsights-table-box-pagination{float:none;width:100%;margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.monsterinsights-table-box-pagination span{margin-right:20px;color:#8ba4b7}.monsterinsights-table-box-pagination .monsterinsights-buttons-toggle{margin-right:0}.monsterinsights-table-box-list{height:100%}.monsterinsights-table-box-table .monsterinsights-table-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-all}@media (max-width:782px){.monsterinsights-table-box-table .monsterinsights-table-item-content{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-table-box-mobile .monsterinsights-table-box-table{overflow:auto}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-left:0;margin-left:50px;border-top:1px solid #d6e2ed;font-size:13px;color:#657086;padding-top:8px;padding-bottom:8px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1{margin-left:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-left:20px;font-size:15px;color:#393f4c;padding-top:12px;padding-bottom:12px;border-top:none}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th{display:none;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1{display:block;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content{padding-right:30px;position:relative;white-space:pre;text-overflow:ellipsis;overflow:hidden;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{content:"\F01F";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);color:#acbdc9;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-mobile-heading{min-width:125px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-list-item-empty td:first-child .monsterinsights-table-item-content:after{display:none}.monsterinsights-table-box-table table{width:100%;border-collapse:collapse}.monsterinsights-table-box-mobile .monsterinsights-table-box-table table{table-layout:fixed}.monsterinsights-table-box-table th{text-align:left;font-size:15px}.monsterinsights-table-box-table td,.monsterinsights-table-box-table th{border:none;padding:12px 10px;line-height:19px}.monsterinsights-table-box-table td:first-child,.monsterinsights-table-box-table th:first-child{padding-left:20px}.monsterinsights-table-box-table td:last-child,.monsterinsights-table-box-table th:last-child{padding-right:20px}.monsterinsights-report-2-columns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-report-2-columns .monsterinsights-table-box{width:calc(50% - 12.5px)}@media (max-width:991px){.monsterinsights-report-2-columns .monsterinsights-table-box{width:100%}}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+1){margin-left:0}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+3){margin-top:25px}.monsterinsights-report-flex .monsterinsights-report-box{width:calc(50% - 12.5px)}@media (max-width:782px){.monsterinsights-report-flex .monsterinsights-report-box{width:100%;margin-top:20px}.monsterinsights-report-flex .monsterinsights-report-box:first-child{margin-top:0}}.monsterinsights-reports-tooltip{font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-arrow{width:12.5px;height:13px;display:inline-block;background-size:contain;background-repeat:no-repeat}.monsterinsights-arrow.monsterinsights-down{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABSUlEQVRIie3WP0scQRgH4OdODaggXiGksNLCFCEigtqpYGFhZ6+IhYKSQO4DaGFnIYLcdRbWVhYRVKzsbbURjI2QD2GK24N1b3dv9hK7e2FZ3tn5zQPL/pnSw8ycwFrFJvrwip/4ExLsDRVwgs+x/hEHIcFyAaQ/0Q+GBosgHVcX6SIfjwzhO6b+w5o92MByHBnGLY5xh/l/AEo4jY5f+NFEzjAdTRrABWY7BGpYi/VHWCqjkpg8hEt8K4gcYjsFrpSxjpfExQpuMBEI7KGaMl7DeRlPWEiBRiJorA1QxX4GsIu35tOVBY3iKjqn1ZbGbcoEeP+eZEHjuManxPhKtFgpD0giedAXrf+Tryn5FiANyYPaVSqQhcSh34FAPQvIQ5rQYgBUx04W0A4JgdoCIUgeFASEInHoOeproQDF9l1PmNT4AtwXyPkLNbVGvHN63iMAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-down.monsterinsights-green{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABhUlEQVRIie3Wz0qVQRjH8c85qUQtbGN0Ba5U0E0XEAWtBAmh/IdSIUFYFxB1BYWiIMbBMNSwDCoUlAK3bQTpDtx2B5HaYt5DpzmTZ45JK3+r4Znneb/MPH/eKQ3vLMtUH64X632s5ga2NOH3BZdqbN/xOSe4nAm5GAHgcmZsNuSfdAY5g/wfSJfQD6ehHpyvhZQwg2/Y1USTJVRCBXv4io4q5CkeFk6dwqhoPyHkBSaKdQ+20FbGzcixu9i80CTgGaYiWy+ulPEEP6LNq/iItkzAI+FGYk1jv4xtDCRA17CGcw0A43iesM/jMb+rawODCVA/FoWEpnQLLxP7FTzAEX/+Tz7gjvAzaq2xj1SdI93AbfUnXcS92pi4GdcxhIPIPpqAjKnP2VIMSEHgLYYToEZaEcq3Lu5vY+WNkNBc0Jpw2qT/cbPrNe7isAHgnfQVZ0HgFe5LJx7eF4Cfx30kZwpXMJkAfRKqKy77E0FgQZhvVdCm0CMNAeS/u2BOeNR1YjYXAL8A/ktHYGdlxIUAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-up{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABRUlEQVRIie3Vvy4EQRwH8M+dKxUeAIV7EvGnUHiCqzQOiUrUvAAdEYlC4glIlCgViJCIQjQ6IrnCn0j8KfY21t7u3Q4KhW+zmd/szCcz2dkp1fa3BKQHAzgOGVQOeLeKUxxhFaXfRqrYQ3+zXQ+BiiAx0JeqTxaFOiF5QBDUDukEFIYqbYB99HYAkhBM4T3dmbWSUCAJZa4ojeQBF3hK1c7xVgRKInnAFUbxkqrvYFrr9rRAMZIH3GCk+czKGuYy6l+gchvgFsO4zgHiLGEhB1pBqYLNDOAeQ7jsAMRZRLfWVdVxUEYj1dHAGM4KAnHmRVuUTqOMGk6ahUeM4zAQIPoAZkQ7E2cOuxXR1gxiAgcCf+MZUDzPLbb5PPENLP9g8mResZEshNwn384/8o/8DeQ51X4oOjDv+s3KrOg0d+EO60UHfgC50EbFBrbrYQAAAABJRU5ErkJggg==)}.monsterinsights-arrow.monsterinsights-up.monsterinsights-red{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAABYUlEQVRIie3UTUtVURTG8V/HPkBgpuVV86UsTYkG4tgmEeYgiIIIp324gjAoLLVRkM3CSaCOdOZAnEgoiYO7Nlw2J9texZEPHDh7vTz/xdqwr/yemlaoYSygA8+wXtJUFZoPYgVjGI3/kfMC9Idhf0usEbHBswIa+IbbNbm+yA20C+gNg6ETagaipu+0gJvK95zup1EK6I6GuwXmSSPRc+t/gC4s414W360x3cvOdwLS8y9AMh/PGrfwugbwFptZbDQ8buSATnzBRNawgxls1wC28aQmNxaQrgS4FuYPs8I9PMZGjXnSBp7GIK16gCVcr/Aej7KC/Zhu7QTzpDXNpyO/k0m8q3A/SxxgDj8KzJNW8TwGa9VEhXn8icBfvNTc4Wm1glcxYBr0TYWvmMVimH9owzzpI17gs+baPl2NxLL2pq7TQnwof67b1iXgEnBxgKOa2OF5AtbxveX8E79KGo8BZr5ClKgrWrIAAAAASUVORK5CYII=)}.monsterinsights-reports-overview-datagraph-tooltip-trend{font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-trend .monsterinsights-arrow{margin-right:5px}.monsterinsights-report-box{background:#fff;border:1px solid #d6e2ed;padding:0 20px 20px;position:relative}.monsterinsights-report-box .monsterinsights-info{position:absolute;right:20px;top:20px}.monsterinsights-realtime-large{font-size:150px;text-align:center;line-height:1.5;color:#393f4c}.monsterinsights-realtime-active{text-align:center;width:100%;font-size:25px;line-height:1;margin-top:-50px;color:#393f4c}.monsterinsights-realtime-box-content .monsterinsights-line-chart-tooltip{max-width:115px}#monsterinsights-chartjs-pie-age-tooltip{margin-left:23px;min-width:95px}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-blur .monsterinsights-report{min-height:850px}.monsterinsights-reports-referral-icon{vertical-align:middle;margin-right:10px;margin-left:2px}.monsterinsights-upsell-inline{background-image:url(../img/reports-upsell-bg.png);background-repeat:no-repeat;background-position:100% 0;background-color:#fff;background-size:452px}@media (max-width:991px){.monsterinsights-upsell-inline .monsterinsights-upsell-inline-content{margin:-20px;padding:20px;background:hsla(0,0%,100%,.3)}}.monsterinsights-upsell-content{max-width:750px}.monsterinsights-upsell-content p{font-size:16px;color:#393f4c;line-height:1.8}.monsterinsights-upsell-content .monsterinsights-light{color:#657086}.monsterinsights-upsell-content .monsterinsights-button{font-size:17px;font-weight:700;padding:15px 25px;line-height:1}@media (max-width:782px){.monsterinsights-upsell-content .monsterinsights-button{font-size:15px}}.monsterinsights-upsell-overlay{position:absolute;top:125px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:750px;max-width:100%;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);background-color:#fff;border:1px solid #d6e2ed}.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}}@media (max-width:782px){.monsterinsights-upsell-overlay{top:70px;width:calc(100% - 40px)}}.monsterinsights-upsell-overlay h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{color:#4c6577;font-size:16px;text-align:center}.monsterinsights-upsell-overlay p{margin:20px 0}.monsterinsights-upsell-overlay .monsterinsights-upsell-content{border-top:1px solid #d6e2ed;background:#f9fbff;padding:40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding-left:20px;padding-right:20px}}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{margin:0 auto;max-width:520px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li{color:#4c6577;font-size:16px;margin:0 0 30px;padding-left:40px;position:relative;line-height:1.2}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li:before{position:absolute;content:"\f015";width:20px;height:20px;background:#5cc0a5;left:0;border-radius:50%;display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f9fbff;font-size:14px;text-align:center;line-height:20px;top:-1px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{font-weight:400;font-size:16px;margin-top:10px}.monsterinsights-upsell-overlay a{color:#393f4c}.monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-center,.monsterinsights-mobile-upsell{text-align:center}.monsterinsights-mobile-upsell .monsterinsights-notice{border-top:1px solid #d6e2ed;border-right:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-mobile-upsell .monsterinsights-notice-inner{margin-top:0}@media (min-width:783px){.monsterinsights-mobile-upsell{display:none}}.monsterinsights-mobile-upsell .monsterinsights-notice-success .monsterinsights-notice-button{margin-right:0}@media (max-width:782px){.monsterinsights-overview-upsell-desktop{display:none}}.monsterinsights-report-realtime .monsterinsights-table-box th:first-child{width:auto}.monsterinsights-reports-list-title{display:inline-block;word-break:break-all}@media (max-width:782px){.monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}}.monsterinsights-report-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-report-scroll:nth-child(2){width:calc(50% - 12.5px);margin-left:25px}@media (max-width:991px){.monsterinsights-report-scroll:nth-child(2){width:100%;margin-left:0;margin-top:25px}}@media (max-width:782px){.monsterinsights-report-scroll{width:100%;margin-left:0}}.monsterinsights-report-scroll>h3{position:absolute;top:0}.monsterinsights-report-scroll .monsterinsights-realtime-active{margin:0 0 50px}.monsterinsights-report-scroll .monsterinsights-realtime-box-content{margin:25px 0}.monsterinsights-report-scroll .monsterinsights-realtime-large{line-height:1;margin:50px 0 0;font-size:80px}.monsterinsights-not-authenticated-notice{position:fixed;top:40%;left:50%;width:750px;max-width:100%;margin-left:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{left:0;margin-left:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-left:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate{text-align:center}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button{font-size:16px;padding:20px 40px;margin:20px 20px 10px;background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt{background:#509fe2;border-color:#2e7fbe;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-reports-list-has-overflow{cursor:pointer} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/reports.rtl.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/reports.rtl.css new file mode 100644 index 00000000..8c65474f --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/reports.rtl.css @@ -0,0 +1,3 @@ +/*! + * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/) + */.monsterinsights-flag{display:inline-block;width:32px;height:32px;background:url(../img/flags.png) no-repeat}.monsterinsights-flag.monsterinsights-flag-ad{background-position:-32px 0}.monsterinsights-flag.monsterinsights-flag-ae{background-position:-64px 0}.monsterinsights-flag.monsterinsights-flag-af{background-position:-96px 0}.monsterinsights-flag.monsterinsights-flag-ag{background-position:-128px 0}.monsterinsights-flag.monsterinsights-flag-ai{background-position:-160px 0}.monsterinsights-flag.monsterinsights-flag-al{background-position:-192px 0}.monsterinsights-flag.monsterinsights-flag-am{background-position:-224px 0}.monsterinsights-flag.monsterinsights-flag-an{background-position:-256px 0}.monsterinsights-flag.monsterinsights-flag-ao{background-position:-288px 0}.monsterinsights-flag.monsterinsights-flag-ar{background-position:-320px 0}.monsterinsights-flag.monsterinsights-flag-as{background-position:-352px 0}.monsterinsights-flag.monsterinsights-flag-at{background-position:-384px 0}.monsterinsights-flag.monsterinsights-flag-au{background-position:-416px 0}.monsterinsights-flag.monsterinsights-flag-aw{background-position:-448px 0}.monsterinsights-flag.monsterinsights-flag-ax{background-position:-480px 0}.monsterinsights-flag.monsterinsights-flag-az{background-position:100% -32px}.monsterinsights-flag.monsterinsights-flag-ba{background-position:-32px -32px}.monsterinsights-flag.monsterinsights-flag-bb{background-position:-64px -32px}.monsterinsights-flag.monsterinsights-flag-bd{background-position:-96px -32px}.monsterinsights-flag.monsterinsights-flag-be{background-position:-128px -32px}.monsterinsights-flag.monsterinsights-flag-bf{background-position:-160px -32px}.monsterinsights-flag.monsterinsights-flag-bg{background-position:-192px -32px}.monsterinsights-flag.monsterinsights-flag-bh{background-position:-224px -32px}.monsterinsights-flag.monsterinsights-flag-bi{background-position:-256px -32px}.monsterinsights-flag.monsterinsights-flag-bj{background-position:-288px -32px}.monsterinsights-flag.monsterinsights-flag-bl{background-position:-320px -32px}.monsterinsights-flag.monsterinsights-flag-bm{background-position:-352px -32px}.monsterinsights-flag.monsterinsights-flag-bn{background-position:-384px -32px}.monsterinsights-flag.monsterinsights-flag-bo{background-position:-416px -32px}.monsterinsights-flag.monsterinsights-flag-br{background-position:-448px -32px}.monsterinsights-flag.monsterinsights-flag-bs{background-position:-480px -32px}.monsterinsights-flag.monsterinsights-flag-bt{background-position:100% -64px}.monsterinsights-flag.monsterinsights-flag-bw{background-position:-32px -64px}.monsterinsights-flag.monsterinsights-flag-by{background-position:-64px -64px}.monsterinsights-flag.monsterinsights-flag-bz{background-position:-96px -64px}.monsterinsights-flag.monsterinsights-flag-ca{background-position:-128px -64px}.monsterinsights-flag.monsterinsights-flag-cd{background-position:-160px -64px}.monsterinsights-flag.monsterinsights-flag-cf{background-position:-192px -64px}.monsterinsights-flag.monsterinsights-flag-cg{background-position:-224px -64px}.monsterinsights-flag.monsterinsights-flag-ch{background-position:-256px -64px}.monsterinsights-flag.monsterinsights-flag-ci{background-position:-288px -64px}.monsterinsights-flag.monsterinsights-flag-ck{background-position:-320px -64px}.monsterinsights-flag.monsterinsights-flag-cl{background-position:-352px -64px}.monsterinsights-flag.monsterinsights-flag-cm{background-position:-384px -64px}.monsterinsights-flag.monsterinsights-flag-cn{background-position:-416px -64px}.monsterinsights-flag.monsterinsights-flag-co{background-position:-448px -64px}.monsterinsights-flag.monsterinsights-flag-cr{background-position:-480px -64px}.monsterinsights-flag.monsterinsights-flag-cu{background-position:100% -96px}.monsterinsights-flag.monsterinsights-flag-cv{background-position:-32px -96px}.monsterinsights-flag.monsterinsights-flag-cw{background-position:-64px -96px}.monsterinsights-flag.monsterinsights-flag-cy{background-position:-96px -96px}.monsterinsights-flag.monsterinsights-flag-cz{background-position:-128px -96px}.monsterinsights-flag.monsterinsights-flag-de{background-position:-160px -96px}.monsterinsights-flag.monsterinsights-flag-dj{background-position:-192px -96px}.monsterinsights-flag.monsterinsights-flag-dk{background-position:-224px -96px}.monsterinsights-flag.monsterinsights-flag-dm{background-position:-256px -96px}.monsterinsights-flag.monsterinsights-flag-do{background-position:-288px -96px}.monsterinsights-flag.monsterinsights-flag-dz{background-position:-320px -96px}.monsterinsights-flag.monsterinsights-flag-ec{background-position:-352px -96px}.monsterinsights-flag.monsterinsights-flag-ee{background-position:-384px -96px}.monsterinsights-flag.monsterinsights-flag-eg{background-position:-416px -96px}.monsterinsights-flag.monsterinsights-flag-eh{background-position:-448px -96px}.monsterinsights-flag.monsterinsights-flag-er{background-position:-480px -96px}.monsterinsights-flag.monsterinsights-flag-es{background-position:100% -128px}.monsterinsights-flag.monsterinsights-flag-et{background-position:-32px -128px}.monsterinsights-flag.monsterinsights-flag-eu{background-position:-64px -128px}.monsterinsights-flag.monsterinsights-flag-fi{background-position:-96px -128px}.monsterinsights-flag.monsterinsights-flag-fj{background-position:-128px -128px}.monsterinsights-flag.monsterinsights-flag-fk{background-position:-160px -128px}.monsterinsights-flag.monsterinsights-flag-fm{background-position:-192px -128px}.monsterinsights-flag.monsterinsights-flag-fo{background-position:-224px -128px}.monsterinsights-flag.monsterinsights-flag-fr{background-position:-256px -128px}.monsterinsights-flag.monsterinsights-flag-ga{background-position:-288px -128px}.monsterinsights-flag.monsterinsights-flag-gb{background-position:-320px -128px}.monsterinsights-flag.monsterinsights-flag-gd{background-position:-352px -128px}.monsterinsights-flag.monsterinsights-flag-ge{background-position:-384px -128px}.monsterinsights-flag.monsterinsights-flag-gg{background-position:-416px -128px}.monsterinsights-flag.monsterinsights-flag-gh{background-position:-448px -128px}.monsterinsights-flag.monsterinsights-flag-gi{background-position:-480px -128px}.monsterinsights-flag.monsterinsights-flag-gl{background-position:100% -160px}.monsterinsights-flag.monsterinsights-flag-gm{background-position:-32px -160px}.monsterinsights-flag.monsterinsights-flag-gn{background-position:-64px -160px}.monsterinsights-flag.monsterinsights-flag-gp{background-position:-96px -160px}.monsterinsights-flag.monsterinsights-flag-gq{background-position:-128px -160px}.monsterinsights-flag.monsterinsights-flag-gr{background-position:-160px -160px}.monsterinsights-flag.monsterinsights-flag-gs{background-position:-192px -160px}.monsterinsights-flag.monsterinsights-flag-gt{background-position:-224px -160px}.monsterinsights-flag.monsterinsights-flag-gu{background-position:-256px -160px}.monsterinsights-flag.monsterinsights-flag-gw{background-position:-288px -160px}.monsterinsights-flag.monsterinsights-flag-gy{background-position:-320px -160px}.monsterinsights-flag.monsterinsights-flag-hk{background-position:-352px -160px}.monsterinsights-flag.monsterinsights-flag-hn{background-position:-384px -160px}.monsterinsights-flag.monsterinsights-flag-hr{background-position:-416px -160px}.monsterinsights-flag.monsterinsights-flag-ht{background-position:-448px -160px}.monsterinsights-flag.monsterinsights-flag-hu{background-position:-480px -160px}.monsterinsights-flag.monsterinsights-flag-ic{background-position:100% -192px}.monsterinsights-flag.monsterinsights-flag-id{background-position:-32px -192px}.monsterinsights-flag.monsterinsights-flag-ie{background-position:-64px -192px}.monsterinsights-flag.monsterinsights-flag-il{background-position:-96px -192px}.monsterinsights-flag.monsterinsights-flag-im{background-position:-128px -192px}.monsterinsights-flag.monsterinsights-flag-in{background-position:-160px -192px}.monsterinsights-flag.monsterinsights-flag-iq{background-position:-192px -192px}.monsterinsights-flag.monsterinsights-flag-ir{background-position:-224px -192px}.monsterinsights-flag.monsterinsights-flag-is{background-position:-256px -192px}.monsterinsights-flag.monsterinsights-flag-it{background-position:-288px -192px}.monsterinsights-flag.monsterinsights-flag-je{background-position:-320px -192px}.monsterinsights-flag.monsterinsights-flag-jm{background-position:-352px -192px}.monsterinsights-flag.monsterinsights-flag-jo{background-position:-384px -192px}.monsterinsights-flag.monsterinsights-flag-jp{background-position:-416px -192px}.monsterinsights-flag.monsterinsights-flag-ke{background-position:-448px -192px}.monsterinsights-flag.monsterinsights-flag-kg{background-position:-480px -192px}.monsterinsights-flag.monsterinsights-flag-kh{background-position:100% -224px}.monsterinsights-flag.monsterinsights-flag-ki{background-position:-32px -224px}.monsterinsights-flag.monsterinsights-flag-km{background-position:-64px -224px}.monsterinsights-flag.monsterinsights-flag-kn{background-position:-96px -224px}.monsterinsights-flag.monsterinsights-flag-kp{background-position:-128px -224px}.monsterinsights-flag.monsterinsights-flag-kr{background-position:-160px -224px}.monsterinsights-flag.monsterinsights-flag-kw{background-position:-192px -224px}.monsterinsights-flag.monsterinsights-flag-ky{background-position:-224px -224px}.monsterinsights-flag.monsterinsights-flag-kz{background-position:-256px -224px}.monsterinsights-flag.monsterinsights-flag-la{background-position:-288px -224px}.monsterinsights-flag.monsterinsights-flag-lb{background-position:-320px -224px}.monsterinsights-flag.monsterinsights-flag-lc{background-position:-352px -224px}.monsterinsights-flag.monsterinsights-flag-li{background-position:-384px -224px}.monsterinsights-flag.monsterinsights-flag-lk{background-position:-416px -224px}.monsterinsights-flag.monsterinsights-flag-lr{background-position:-448px -224px}.monsterinsights-flag.monsterinsights-flag-ls{background-position:-480px -224px}.monsterinsights-flag.monsterinsights-flag-lt{background-position:100% -256px}.monsterinsights-flag.monsterinsights-flag-lu{background-position:-32px -256px}.monsterinsights-flag.monsterinsights-flag-lv{background-position:-64px -256px}.monsterinsights-flag.monsterinsights-flag-ly{background-position:-96px -256px}.monsterinsights-flag.monsterinsights-flag-ma{background-position:-128px -256px}.monsterinsights-flag.monsterinsights-flag-mc{background-position:-160px -256px}.monsterinsights-flag.monsterinsights-flag-md{background-position:-192px -256px}.monsterinsights-flag.monsterinsights-flag-me{background-position:-224px -256px}.monsterinsights-flag.monsterinsights-flag-mf{background-position:-256px -256px}.monsterinsights-flag.monsterinsights-flag-mg{background-position:-288px -256px}.monsterinsights-flag.monsterinsights-flag-mh{background-position:-320px -256px}.monsterinsights-flag.monsterinsights-flag-mk{background-position:-352px -256px}.monsterinsights-flag.monsterinsights-flag-ml{background-position:-384px -256px}.monsterinsights-flag.monsterinsights-flag-mm{background-position:-416px -256px}.monsterinsights-flag.monsterinsights-flag-mn{background-position:-448px -256px}.monsterinsights-flag.monsterinsights-flag-mo{background-position:-480px -256px}.monsterinsights-flag.monsterinsights-flag-mp{background-position:100% -288px}.monsterinsights-flag.monsterinsights-flag-mq{background-position:-32px -288px}.monsterinsights-flag.monsterinsights-flag-mr{background-position:-64px -288px}.monsterinsights-flag.monsterinsights-flag-ms{background-position:-96px -288px}.monsterinsights-flag.monsterinsights-flag-mt{background-position:-128px -288px}.monsterinsights-flag.monsterinsights-flag-mu{background-position:-160px -288px}.monsterinsights-flag.monsterinsights-flag-mv{background-position:-192px -288px}.monsterinsights-flag.monsterinsights-flag-mw{background-position:-224px -288px}.monsterinsights-flag.monsterinsights-flag-mx{background-position:-256px -288px}.monsterinsights-flag.monsterinsights-flag-my{background-position:-288px -288px}.monsterinsights-flag.monsterinsights-flag-mz{background-position:-320px -288px}.monsterinsights-flag.monsterinsights-flag-na{background-position:-352px -288px}.monsterinsights-flag.monsterinsights-flag-nc{background-position:-384px -288px}.monsterinsights-flag.monsterinsights-flag-ne{background-position:-416px -288px}.monsterinsights-flag.monsterinsights-flag-nf{background-position:-448px -288px}.monsterinsights-flag.monsterinsights-flag-ng{background-position:-480px -288px}.monsterinsights-flag.monsterinsights-flag-ni{background-position:100% -320px}.monsterinsights-flag.monsterinsights-flag-nl{background-position:-32px -320px}.monsterinsights-flag.monsterinsights-flag-no{background-position:-64px -320px}.monsterinsights-flag.monsterinsights-flag-np{background-position:-96px -320px}.monsterinsights-flag.monsterinsights-flag-nr{background-position:-128px -320px}.monsterinsights-flag.monsterinsights-flag-nu{background-position:-160px -320px}.monsterinsights-flag.monsterinsights-flag-nz{background-position:-192px -320px}.monsterinsights-flag.monsterinsights-flag-om{background-position:-224px -320px}.monsterinsights-flag.monsterinsights-flag-pa{background-position:-256px -320px}.monsterinsights-flag.monsterinsights-flag-pe{background-position:-288px -320px}.monsterinsights-flag.monsterinsights-flag-pf{background-position:-320px -320px}.monsterinsights-flag.monsterinsights-flag-pg{background-position:-352px -320px}.monsterinsights-flag.monsterinsights-flag-ph{background-position:-384px -320px}.monsterinsights-flag.monsterinsights-flag-pk{background-position:-416px -320px}.monsterinsights-flag.monsterinsights-flag-pl{background-position:-448px -320px}.monsterinsights-flag.monsterinsights-flag-pn{background-position:-480px -320px}.monsterinsights-flag.monsterinsights-flag-pr{background-position:100% -352px}.monsterinsights-flag.monsterinsights-flag-ps{background-position:-32px -352px}.monsterinsights-flag.monsterinsights-flag-pt{background-position:-64px -352px}.monsterinsights-flag.monsterinsights-flag-pw{background-position:-96px -352px}.monsterinsights-flag.monsterinsights-flag-py{background-position:-128px -352px}.monsterinsights-flag.monsterinsights-flag-qa{background-position:-160px -352px}.monsterinsights-flag.monsterinsights-flag-re{background-position:-192px -352px}.monsterinsights-flag.monsterinsights-flag-ro{background-position:-224px -352px}.monsterinsights-flag.monsterinsights-flag-rs{background-position:-256px -352px}.monsterinsights-flag.monsterinsights-flag-ru{background-position:-288px -352px}.monsterinsights-flag.monsterinsights-flag-rw{background-position:-320px -352px}.monsterinsights-flag.monsterinsights-flag-sa{background-position:-352px -352px}.monsterinsights-flag.monsterinsights-flag-sb{background-position:-384px -352px}.monsterinsights-flag.monsterinsights-flag-sc{background-position:-416px -352px}.monsterinsights-flag.monsterinsights-flag-sd{background-position:-448px -352px}.monsterinsights-flag.monsterinsights-flag-se{background-position:-480px -352px}.monsterinsights-flag.monsterinsights-flag-sg{background-position:100% -384px}.monsterinsights-flag.monsterinsights-flag-sh{background-position:-32px -384px}.monsterinsights-flag.monsterinsights-flag-si{background-position:-64px -384px}.monsterinsights-flag.monsterinsights-flag-sk{background-position:-96px -384px}.monsterinsights-flag.monsterinsights-flag-sl{background-position:-128px -384px}.monsterinsights-flag.monsterinsights-flag-sm{background-position:-160px -384px}.monsterinsights-flag.monsterinsights-flag-sn{background-position:-192px -384px}.monsterinsights-flag.monsterinsights-flag-so{background-position:-224px -384px}.monsterinsights-flag.monsterinsights-flag-sr{background-position:-256px -384px}.monsterinsights-flag.monsterinsights-flag-ss{background-position:-288px -384px}.monsterinsights-flag.monsterinsights-flag-st{background-position:-320px -384px}.monsterinsights-flag.monsterinsights-flag-sv{background-position:-352px -384px}.monsterinsights-flag.monsterinsights-flag-sy{background-position:-384px -384px}.monsterinsights-flag.monsterinsights-flag-sz{background-position:-416px -384px}.monsterinsights-flag.monsterinsights-flag-tc{background-position:-448px -384px}.monsterinsights-flag.monsterinsights-flag-td{background-position:-480px -384px}.monsterinsights-flag.monsterinsights-flag-tf{background-position:100% -416px}.monsterinsights-flag.monsterinsights-flag-tg{background-position:-32px -416px}.monsterinsights-flag.monsterinsights-flag-th{background-position:-64px -416px}.monsterinsights-flag.monsterinsights-flag-tj{background-position:-96px -416px}.monsterinsights-flag.monsterinsights-flag-tk{background-position:-128px -416px}.monsterinsights-flag.monsterinsights-flag-tl{background-position:-160px -416px}.monsterinsights-flag.monsterinsights-flag-tm{background-position:-192px -416px}.monsterinsights-flag.monsterinsights-flag-tn{background-position:-224px -416px}.monsterinsights-flag.monsterinsights-flag-to{background-position:-256px -416px}.monsterinsights-flag.monsterinsights-flag-tr{background-position:-288px -416px}.monsterinsights-flag.monsterinsights-flag-tt{background-position:-320px -416px}.monsterinsights-flag.monsterinsights-flag-tv{background-position:-352px -416px}.monsterinsights-flag.monsterinsights-flag-tw{background-position:-384px -416px}.monsterinsights-flag.monsterinsights-flag-tz{background-position:-416px -416px}.monsterinsights-flag.monsterinsights-flag-ua{background-position:-448px -416px}.monsterinsights-flag.monsterinsights-flag-ug{background-position:-480px -416px}.monsterinsights-flag.monsterinsights-flag-us{background-position:100% -448px}.monsterinsights-flag.monsterinsights-flag-uy{background-position:-32px -448px}.monsterinsights-flag.monsterinsights-flag-uz{background-position:-64px -448px}.monsterinsights-flag.monsterinsights-flag-va{background-position:-96px -448px}.monsterinsights-flag.monsterinsights-flag-vc{background-position:-128px -448px}.monsterinsights-flag.monsterinsights-flag-ve{background-position:-160px -448px}.monsterinsights-flag.monsterinsights-flag-vg{background-position:-192px -448px}.monsterinsights-flag.monsterinsights-flag-vi{background-position:-224px -448px}.monsterinsights-flag.monsterinsights-flag-vn{background-position:-256px -448px}.monsterinsights-flag.monsterinsights-flag-vu{background-position:-288px -448px}.monsterinsights-flag.monsterinsights-flag-wf{background-position:-320px -448px}.monsterinsights-flag.monsterinsights-flag-ws{background-position:-352px -448px}.monsterinsights-flag.monsterinsights-flag-ye{background-position:-384px -448px}.monsterinsights-flag.monsterinsights-flag-yt{background-position:-416px -448px}.monsterinsights-flag.monsterinsights-flag-za{background-position:-448px -448px}.monsterinsights-flag.monsterinsights-flag-zm{background-position:-480px -448px}.monsterinsights-flag.monsterinsights-flag-zw{background-position:100% -480px}.monsterinsights-report-year-in-review{margin-right:auto;margin-left:auto;max-width:960px;background-color:#fff;background-image:url(../img/confetti-background.png);background-repeat:no-repeat;background-position:100% 0;margin-bottom:90px}.monsterinsights-report-year-in-review.monsterinsights-yir-report-calculating-row{width:610px;margin-top:50px}@media (max-width:767px){.monsterinsights-report-year-in-review.monsterinsights-yir-report-calculating-row{width:100%;margin-top:20px}}.monsterinsights-report-year-in-review a,.monsterinsights-report-year-in-review h1,.monsterinsights-report-year-in-review h2,.monsterinsights-report-year-in-review h3,.monsterinsights-report-year-in-review h4,.monsterinsights-report-year-in-review h5,.monsterinsights-report-year-in-review p,.monsterinsights-report-year-in-review span{font-family:Lato,sans-serif;margin:0}.monsterinsights-report-year-in-review h1,.monsterinsights-report-year-in-review h2,.monsterinsights-report-year-in-review h3,.monsterinsights-report-year-in-review h4,.monsterinsights-report-year-in-review h5{font-weight:900}.monsterinsights-report-year-in-review p{font-style:normal;font-weight:400;font-size:14px;line-height:24px}.monsterinsights-report-year-in-review a{text-decoration:none;padding:8px 30px;border-radius:5px;color:#fff;font-weight:700;font-size:14px;line-height:24px;text-align:center}.monsterinsights-report-year-in-review .monsterinsights-yir-separator{border-left-color:#e0e0e0;border-right-color:#e0e0e0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.monsterinsights-report-year-in-review .monsterinsights-yir-footer,.monsterinsights-report-year-in-review .monsterinsights-yir-header,.monsterinsights-report-year-in-review section{padding:0 90px;clear:both;overflow:hidden}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-footer,.monsterinsights-report-year-in-review .monsterinsights-yir-header,.monsterinsights-report-year-in-review section{padding:0 15px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-footer,.monsterinsights-report-year-in-review .monsterinsights-yir-header,.monsterinsights-report-year-in-review section{padding:0 30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-text-right{text-align:left}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header{padding:90px 90px 90px 0;background-image:url(../img/charlie.png);background-repeat:no-repeat;background-position:0 100%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header{padding:50px 15px 40px;background-image:none}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header{padding-right:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating{padding:90px 60px 100px 0;background-image:url(../img/charlie2x.png);background-position:left top 60px;background-size:173px 207px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating{padding-right:15px;padding-left:15px;padding-top:50px;background-size:140px 180px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-title{font-size:32px;line-height:37px;color:#393f4c;margin-top:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-title{font-size:26px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-summary{font-weight:400;font-size:14px;line-height:20px;color:#393f4c;max-width:385px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-summary{font-size:12px;max-width:230px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link{background:#4e9ee7;border-radius:5px;font-weight:700;font-size:14px;line-height:16px;text-align:center;color:#fff;border:0;margin-left:0;padding:12px 20px;margin-top:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link{width:inherit}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link{width:inherit}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link:active,.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link:hover{background:#2469b2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-subtitle{font-size:20px;font-weight:900;background:#338eef;border-radius:30px;color:#fff;padding:14px 90px 14px 25px;position:relative;display:inline-block}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-subtitle{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-subtitle svg{position:absolute;right:5px;bottom:-5px}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-title{font-style:normal;font-weight:900;font-size:48px;line-height:58px;color:#393f4c;margin-bottom:15px;margin-top:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-title{font-size:20px;line-height:20px;margin-bottom:10px;margin-top:30px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-title{font-size:32px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-summary{font-weight:500;font-size:24px;line-height:32px;color:#828282;max-width:480px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-summary{font-size:16px;line-height:18px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-summary{font-size:16px;line-height:20px;max-width:400px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart{background:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:4.85258px}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 30px;border-bottom:2px solid #f2f2f2;margin-bottom:55px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-header{margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-header div{width:100%}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-title{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:24px;color:#393f4c;margin:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-title{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-subtitle{font-family:Lato;font-style:normal;font-weight:400;font-size:14px;line-height:24px;text-align:left;color:#393f4c;margin:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-subtitle{font-size:10px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content{padding:0 30px 15px 50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content{padding:0 15px 15px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content .monsterinsights-reports-bar-chart-holder{position:relative}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content .monsterinsights-reports-bar-chart-holder .monsterinsights-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box{padding-top:0;position:relative;border:0;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);background:hsla(0,0%,100%,.38)}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box.monsterinsights-year-in-review-table-box-blur-report .monsterinsights-year-in-review-table-box-list{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header{padding:20px 30px;border-bottom:2px solid #f2f2f2;margin-bottom:30px}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-title{display:inline-block}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-title .monsterinsights-report-title{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:24px;color:#393f4c;margin:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-title .monsterinsights-report-title{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-subtitle{display:inline-block;float:left}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-subtitle .monsterinsights-report-subtitle{font-family:Lato;font-style:normal;font-weight:400;font-size:14px;line-height:24px;text-align:left;color:#393f4c;margin:0;text-transform:capitalize}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list{padding-bottom:30px}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item{padding:9px 30px}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a{padding:0;border-radius:0;line-height:37px;line-height:inherit}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a:active,.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a:focus,.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a:hover{-webkit-box-shadow:none;box-shadow:none;background:none}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer{position:absolute;bottom:-34px;width:100%;right:0;text-align:center}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer{bottom:-40px}}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer .monsterinsights-yir-tooltip{font-weight:400;font-size:12px;color:#828282}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer .monsterinsights-yir-tooltip span{font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer .monsterinsights-yir-tooltip .monsterinsights-yir-icon{background:#dadada;border-radius:50%;padding:0;margin-left:10px;color:#fff;width:15px;height:15px;display:inline-block;line-height:16px}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart{border:0;margin:0;padding:0;width:100%}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-reports-pie-chart-holder{display:inline-block;float:right}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-reports-pie-chart-holder{display:block;float:none}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-reports-pie-chart-holder .monsterinsights-pie-chart{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFxSURBVHgB7dlPTsJAFAbwb6BxQVzgTThCXaCC3kEPoFBP0PYGVQ9gvUNFY2PSI3AUFhISgx1njAsjIfa1jA+S90u6aDOTzpf5s5gHCF4KNVyePPntthea7j1Ad9FcUWr9cDc5SkFEDjAavoZKlREc0BrR7aQfU/qQAgTDlwut1D0cUmp5mGSDomr7FgjM4M/hmNZ2aVZHCmD4cK9HaUwN8B9Ih4KHBm4e+7VOsd/Gp7lGTds4AyQSgJsE4CYBuEkAbhKAmwTgJgG4SQBuEoCbBOAmAbhJAG4SgFuju9Emd5qbIktoHaUQq/nbwdcDXMORRktoHTvgJOsnPz4lo2HeNaFI1Zcq3MzA3EtXfrTnJXCAGmCGLUMNMK3SqOy8Byvflh9VC4QFCEh7wG5MU8v1/27XCq8Gz7P2YpHa97KzP1ZaR6jAFrxBQK5xBWd5ZEJsfDNapoAeJ9lxROqDGr4L3nZJ+GjO7qupnV1zchUQO+YTOT9YisPBuEEAAAAASUVORK5CYII=);background-color:#fff;background-repeat:no-repeat;background-position:50%}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content{padding-right:50px;padding-top:35px;float:right}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content{padding-right:0;padding-top:20px;float:none}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-title{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:24px;color:#393f4c;margin-bottom:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-title{font-size:16px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-subtitle{font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:24px;color:#393f4c;margin-top:10px;margin-bottom:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-subtitle{font-size:14px;line-height:14px}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend{position:relative;right:inherit;top:inherit;-webkit-transform:inherit;-ms-transform:inherit;transform:inherit;margin:24px 0 0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend{margin:10px 0 0}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li{display:inline-block;margin-left:30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li{margin-left:10px}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-color{border-radius:0;width:16px;height:16px;margin-bottom:-3px;margin-left:5px}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-text,.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-value{font-family:Lato;font-style:normal;font-weight:700;font-size:14px;line-height:24px;color:#393f4c;min-width:inherit;margin-left:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-text,.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-value{font-size:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip{border:2px solid #e3f1ff;border-radius:5px;padding-top:45px;padding-bottom:45px;overflow:hidden;background:#f3f9ff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip{padding-top:15px;padding-bottom:15px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip a,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip h3,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip p{font-family:Lato,sans-serif;margin:0}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-icon{float:right;width:144px;text-align:center}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-icon{width:90px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-icon img{background:#338eef;padding:12px;border-radius:50%;margin-top:12px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content{float:right;width:calc(100% - 144px);padding-left:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content{padding-left:0;width:calc(100% - 90px)}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-title{font-weight:900;font-size:18px;line-height:27px;color:#333;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-title{font-size:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-summary{font-weight:400;font-size:18px;line-height:27px;color:#393f4c;margin-bottom:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-summary{font-size:12px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper{margin-top:15px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link{font-weight:900;font-size:18px;line-height:27px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#338eef;margin-top:15px;padding:0;border-radius:0;text-align:right}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link:hover{color:#2469b2;-webkit-box-shadow:none;box-shadow:none}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay{position:absolute;top:0;right:0;width:calc(100% - 25px);height:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content{margin-top:66px;text-align:center;height:calc(100% - 66px);padding-top:80px;padding-left:25px;padding-right:25px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-details{font-size:14px;line-height:20px;font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay{display:inline-block;border-radius:5px;font-size:14px;line-height:20px;color:#fff;padding:10px 30px;text-decoration:none;font-family:Lato;background:#338eef;margin-top:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success{background:#1ec185}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success:hover{opacity:.8;background:#10ad73}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay:hover{border:0;background:#2469b2;outline:none}.monsterinsights-report-year-in-review .monsterinsights-yir-audience{padding-bottom:85px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience{padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:685px;margin-bottom:80px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-summary{font-size:18px;line-height:20px;margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors{width:100%;margin-bottom:70px;padding-right:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors{margin-bottom:20px;padding-right:0;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions img,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors img{margin-bottom:15px;max-height:28px}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions h4,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors h4{font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions h4,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors h4{font-size:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions .monsterinsights-yir-number,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors .monsterinsights-yir-number{font-weight:900;font-size:60px;line-height:72px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions .monsterinsights-yir-number,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors .monsterinsights-yir-number{font-size:40px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-visitor-by-chart{margin-bottom:60px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-visitor-by-chart{margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics{padding-top:85px;padding-bottom:85px;background-image:url(../img/map-background.png);background-repeat:no-repeat;background-position:top}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics{padding-top:30px;padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:656px;margin-bottom:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-summary{font-size:18px;line-height:20px;margin-bottom:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries{display:block}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country{width:50%;margin-top:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country{width:100%;margin-top:20px;margin-bottom:20px;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-number-one{font-size:24px;line-height:29px;color:#fff;background:#338eef;width:50px;height:50px;border-radius:50%;display:inline-block;text-align:center;line-height:50px;margin-bottom:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-flag{display:block}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-flag{margin:0 auto}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-flag.monsterinsights-flag-zz{display:none}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-name{font-size:32px;line-height:38px;color:#393f4c;margin-top:0;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-name{font-size:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-visitors{font-weight:400;font-size:24px;line-height:37px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-visitors{font-size:16px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-countries-graph{width:50%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-countries-graph{width:100%}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-know-visitors{font-size:24px;line-height:37px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-know-visitors{font-size:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info{margin-top:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info{width:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info span,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info span{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info span,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info span{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info h2,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info h2{font-size:48px;line-height:58px;color:#338eef;margin-bottom:10px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info h2,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info h2{font-size:30px;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info p,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info p{font-size:16px;line-height:19px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info p,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info p{font-size:10px;line-height:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior{padding-top:85px;padding-bottom:85px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior{padding-top:30px;padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:585px;margin-bottom:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-summary{font-size:18px;line-height:28px;margin-bottom:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data{display:block;margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary{width:50%;margin-top:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary{width:100%;margin-top:20px;margin-bottom:20px;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary img{width:32px;height:32px;margin-right:-3px;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary img{margin-right:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-time-spent{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent{font-size:32px;line-height:38px;color:#393f4c;margin-top:15px;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent{margin-top:5px;margin-bottom:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent .monsterinsights-yir-number{font-weight:900;font-size:48px;line-height:58px;color:#338eef;margin-left:10px;overflow-wrap:break-word}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent .monsterinsights-yir-number{font-size:30px;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent .monsterinsights-yir-type{font-weight:900;font-size:16px;line-height:103.8%;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-each-visitor-spent{font-weight:400;font-size:18px;line-height:24px;color:#393f4c;max-width:330px;margin-top:15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-each-visitor-spent{font-size:14px;max-width:100%;margin-top:5px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-top-pages-graph{width:50%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-top-pages-graph{width:100%}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-most-visitors-device{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:586px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-most-visitors-device{font-size:20px;line-height:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info{margin-top:20px;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info{width:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info span,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info span{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info h2,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info h2{font-size:48px;line-height:58px;color:#338eef;margin-bottom:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info p,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info p{font-size:16px;line-height:19px;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-grow-traffic-tip{margin-top:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-grow-traffic-tip{margin-top:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from{margin-top:55px;margin-bottom:100px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from{margin-top:20px;margin-bottom:60px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-title{font-size:32px;line-height:44px;color:#393f4c;margin-bottom:30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-title{font-size:20px;line-height:20px;margin-bottom:15px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals{display:block}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{width:50%;position:relative}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{width:100%}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords{padding-left:25px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords{padding-left:0;margin-bottom:60px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{padding-right:25px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{padding-right:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce{padding-top:85px;padding-bottom:30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce{padding-top:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:586px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-summary{font-size:18px;line-height:28px;margin-bottom:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number{width:55%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number{width:30%}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-products-sold,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-revenue{padding:75px 0}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-title{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-title{font-size:14px;line-height:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-amount{font-size:54px;line-height:65px;color:#338eef;overflow-wrap:break-word}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-amount{font-size:24px;line-height:40px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products{width:45%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products{width:70%}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular{-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:3.59813px;padding:30px;margin-bottom:30px}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning img,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular img{margin-bottom:5px}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning span,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular span{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning span,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular span{font-size:14px;line-height:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-product-title,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-product-title{font-weight:700;font-size:28px;line-height:32px;color:#338eef;margin-top:10px;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-product-title,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-product-title{font-size:16px;line-height:16px;margin-bottom:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-count,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-count{font-weight:400;font-size:16px;line-height:19px;color:#828282}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-count,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-count{font-size:12px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-revenue-by-month{margin-bottom:50px}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you{padding-top:90px;background-color:#fff;background-image:url(../img/confetti-background.png);background-position:100% 0;padding-bottom:85px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you{padding-top:0;padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-title{font-size:54px;line-height:65px;text-align:center;color:#393f4c;max-width:588px;margin:0 auto 10px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-title{font-size:30px;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-summary{font-weight:500;font-size:20px;line-height:28px;text-align:center;color:#393f4c;max-width:585px;margin:0 auto 15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-summary{font-size:14px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-amazing-year{font-weight:700;font-size:32px;line-height:37px;text-align:center;color:#393f4c;font-style:italic;margin-bottom:35px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-amazing-year{font-size:24px;line-height:24px;margin-bottom:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors{text-align:center;margin-bottom:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors{margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author{display:inline-block;padding:0 45px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author{padding:0 10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-thumbnail{width:96px;height:96px;background-repeat:no-repeat;margin:0 auto 10px}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-thumbnail.chris{background-image:url(../img/chris.png)}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-thumbnail.syed{background-image:url(../img/syed.png)}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-name{font-weight:900;font-size:18px;line-height:22px;text-align:center;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-name{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review{background:#338eef;-webkit-box-shadow:0 8px 8px rgba(30,88,150,.2);box-shadow:0 8px 8px rgba(30,88,150,.2);border-radius:5px;padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review{display:block}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button{width:100%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content{text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content span{font-weight:900;font-size:14px;color:#fff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content span{font-size:12px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content h3{font-weight:900;font-size:20px;line-height:31px;color:#fff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content h3{font-size:18px;line-height:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating .monsterinsights-yir-five-star{margin:0;padding:12px 0 0;text-align:center}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating .monsterinsights-yir-five-star li{list-style:none;display:inline-block;margin-left:7px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating .monsterinsights-yir-five-star li{margin-left:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button{text-align:center;padding-top:5px}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a{background:#2469b3;border-radius:5px;text-align:center;height:38px;display:inline-block}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a:active,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a:hover{background:#123c68}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-title{font-size:36px;line-height:44px;color:#393f4c;margin-bottom:20px;max-width:638px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-title{font-size:20px;line-height:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-summary{font-weight:500;font-size:20px;line-height:24px;color:#393f4c;max-width:450px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-summary{font-size:14px;line-height:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins{margin-top:20px;margin-right:-30px;margin-left:-30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins{margin-right:0;margin-left:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon{width:calc(50% - 60px);float:right;background:#f3f9ff;border:2px solid #e3f1ff;border-radius:5px;position:relative;min-height:260px;margin:30px 30px 0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon{width:100%;margin:30px 0;min-height:300px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top{padding-top:30px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-image{width:104px;float:right;padding-right:25px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-image .monsterinsights-addon-thumb{width:32px;height:32px;border:2px solid #e3f1ff;border-radius:5px;padding:10px;-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-text{width:calc(100% - 104px);float:right;padding-left:25px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-text .monsterinsights-addon-title{font-size:18px;line-height:24px;margin-top:0;font-family:Lato;margin-bottom:5px;color:#393f4c;font-weight:900}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-text .monsterinsights-addon-excerpt{font-weight:400;font-size:14px;line-height:18px;color:#393f4c;font-family:Lato;margin:0}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message{border-top:2px solid #e3f1ff;clear:both;padding:13px 25px;position:absolute;bottom:0;right:0;width:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-addon-status{float:left;line-height:32px;font-weight:900;font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-addon-status span{color:#d4393d}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button{line-height:32px;background:#338eef;border-radius:3px;display:inline-block;padding:0 30px;border:0;font-weight:700;font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button:hover{background:#2469b2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-addon-status span{color:#64bfa5}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button:hover{background:rgba(51,142,239,.5)}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities{background-color:#338eef;padding-top:160px;margin-top:-90px;color:#fff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities{padding-top:100px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h2{font-size:36px;line-height:43px;color:#fff;margin-bottom:15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h2{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h3{font-weight:500;font-size:20px;line-height:24px;color:#fff;max-width:575px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h3{font-size:18px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-30px;padding-top:60px;padding-bottom:90px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities{display:block;margin-right:0;padding-bottom:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community{width:100%;background-color:#2469b2;border-radius:5px;margin-right:30px;padding:24px;position:relative;min-height:340px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community{margin-right:0;margin-bottom:30px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community{min-height:350px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-title{font-weight:900;font-size:20px;line-height:24px;margin-bottom:10px;margin-top:5px}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link,.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links{position:absolute;bottom:15px;right:24px;width:80%;width:calc(100% - 48px)}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link{background-color:#123c68;display:block}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link{padding:8px 10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link:hover{background-color:#0d2e51;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links{margin:0}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li{float:right;margin-left:8px;margin-bottom:0}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li a{background-color:#123c68;display:block;margin:0;width:40px;height:40px;padding:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li a:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li a:hover{background-color:#0d2e51;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-footer{height:84px;background:#2368b1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-footer{display:block;text-align:center;padding:15px 0;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-footer div{width:100%;font-weight:500;font-size:16px;color:#fff;text-align:center}.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding-right:10px;padding-left:10px;width:auto}@media (max-width:782px){.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding:0}}.monsterinsights-report{padding:20px;position:relative}body.monsterinsights-reporting-page #wpbody-content{padding-bottom:0}body.monsterinsights-reporting-page #wpfooter{padding-top:0}body.monsterinsights-reporting-page #wpfooter:before{display:none}body.monsterinsights-reporting-page .monsterinsights-red{color:#d73638}body.monsterinsights-reporting-page .monsterinsights-green{color:#5cc0a5}body.monsterinsights-reporting-page .monsterinsights-report-top h2{margin:14px 0 28px;display:inline-block;color:#393f4c;font-size:24px}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:none}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:block;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{display:-webkit-box;display:-ms-flexbox;display:flex;float:left}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;width:100%;-ms-flex-flow:wrap;flex-flow:wrap}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle{width:100%;margin-left:0}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle .monsterinsights-button{width:50%}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-datepicker{width:200px;background-color:#8ea4b4;font-weight:700;color:#fff;text-align:center;border-color:#708c9f;border-width:1px 1px 2px;border-radius:3px;height:40px;margin:0}body.monsterinsights-reporting-page .monsterinsights-datepicker::-webkit-input-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-moz-placeholder,body.monsterinsights-reporting-page .monsterinsights-datepicker::-moz-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-ms-input-placeholder{color:#fff}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-datepicker{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;font-size:14px}}body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;margin-right:10px;font-weight:700}@media (min-width:783px){body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{display:none}}body.monsterinsights-reporting-page .monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}body.monsterinsights-reporting-page .monsterinsights-report-row{margin-bottom:25px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-left:0;margin:0}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-right-radius:3px;border-bottom-right-radius:3px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left:1px solid #d6e2ed}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-container{padding:15px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 0 24px rgba(89,164,234,.33);box-shadow:0 0 24px rgba(89,164,234,.33)}#monsterinsights-chartjs-line-overview-tooltip{min-width:100px}.monsterinsights-reports-overview-datagraph-tooltip-title{color:#23282d;font-size:14px;font-weight:400;border-bottom:1px solid #d4e2ef;padding-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-number{color:#23282d;font-size:24px;font-weight:400;margin-top:5px;margin-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-descriptor{color:#23282d;font-size:12px;font-weight:400;margin-bottom:10px}.monsterinsights-reports-overview-datagraph-tooltip-trend{color:#23282d;font-size:16px;font-weight:400}#monsterinsights-chartjs-bar-tooltip,.monsterinsights-line-chart-tooltip{opacity:1;position:absolute;margin-right:-55px}.monsterinsights-report-tabs-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-tabs-navigation button{border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#eceff4;color:#444;width:50%;font-weight:700;text-align:right;font-size:18px;padding:23px 20px 25px;cursor:pointer;margin:0;position:relative}@media (max-width:782px){.monsterinsights-report-tabs-navigation button{font-size:14px;padding:13px 20px 15px;text-align:center}}.monsterinsights-report-tabs-navigation button:first-child{border-left:1px solid #d6e2ed}.monsterinsights-report-tabs-navigation button:focus{z-index:10}.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{background:#fff;color:#509fe2;border-bottom:none;border-top:2px solid #3a93dd;padding-top:20px}@media (max-width:782px){.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:12px}}.monsterinsights-report-tabs-navigation button i{margin-left:10px;color:#8ba4b7}.monsterinsights-report-tabs{background:#fff;border:1px solid #d6e2ed;border-top:none}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:20px}.monsterinsights-report-infobox-row{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #d6e2ed}@media (max-width:782px){.monsterinsights-report-infobox-row{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;background:#fff;border-right:1px solid #d6e2ed;padding:17px 20px 15px;position:relative}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{position:absolute;left:20px;top:18px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child{border-right:none}@media (max-width:782px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3),.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(4){border-top:1px solid #d6e2ed}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-right:none}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-report-title{padding-left:18px;text-overflow:ellipsis;overflow:hidden;white-space:pre;line-height:1.2}.monsterinsights-report-title{font-size:18px;color:#393f4c;font-weight:700;margin-top:0}.monsterinsights-reports-infobox-number{font-size:40px;font-weight:200;display:inline-block;line-height:1;margin-top:11px;float:right}@media (max-width:782px){.monsterinsights-reports-infobox-number{font-size:36px;float:none}}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:left}@media (max-width:1280px){.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none;clear:both}}.monsterinsights-reports-infobox-prev{font-size:16px;margin-top:15px}.monsterinsights-reports-infobox-compare{clear:left;font-size:12px;color:#acbdc9}.monsterinsights-buttons-toggle{margin-left:25px}.monsterinsights-report-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.monsterinsights-report-flex{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-pie-chart-legend-color{width:12px;height:12px;display:inline-block;margin-left:5px;border-radius:50%}.monsterinsights-pie-chart-legend-text{min-width:100px;margin-left:10px;display:inline-block;font-size:16px;color:#393f4c}.monsterinsights-pie-chart-legend-value{color:#393f4c;font-size:18px;font-weight:500}.monsterinsights-reports-pie-chart{width:50%;padding:20px;background:#fff;border:1px solid #d6e2ed;position:relative}.monsterinsights-reports-pie-chart:first-child{margin-left:25px}@media (max-width:991px){.monsterinsights-reports-pie-chart:first-child{margin:0 0 25px}}@media (max-width:991px){.monsterinsights-reports-pie-chart{width:100%}}.monsterinsights-reports-pie-chart .monsterinsights-reports-pie-chart-holder{position:relative}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart{margin:0 auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:absolute;right:250px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:relative;right:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin-top:20px}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-value{float:left}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-reports-pie-chart .monsterinsights-info{position:absolute;top:20px;left:20px}.monsterinsights-table-box{border:1px solid #d6e2ed;background:#fff;width:100%;margin-right:20px;padding-top:18px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-table-box:first-child{margin-right:0;margin-top:0}.monsterinsights-table-box h3{margin-right:20px}.monsterinsights-table-box .monsterinsights-info{position:absolute;top:20px;left:20px}@media (max-width:991px){.monsterinsights-table-box{margin-right:0;margin-top:20px}}.monsterinsights-table-box-footer{background:#f9fbff;border-top:1px solid #d6e2ed;padding:20px}.monsterinsights-table-box-footer:after{display:table;clear:both;content:""}@media (max-width:782px){.monsterinsights-table-box-footer>.monsterinsights-button{width:100%;text-align:center}}.monsterinsights-table-list-item{padding:12px 20px;min-height:43px;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex}table .monsterinsights-table-list-item{display:table-row}.monsterinsights-table-list-item:nth-child(odd){background-color:#f9fbff}.monsterinsights-table-list-item .monsterinsights-reports-list-text{color:#393f4c;white-space:pre;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;display:inline-block;width:100%;padding:1px;margin:-1px}.monsterinsights-table-list-item .monsterinsights-reports-list-text a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.monsterinsights-table-list-item .monsterinsights-reports-list-text img{display:inline-block;margin-left:10px;vertical-align:middle}.monsterinsights-table-list-item .monsterinsights-flag{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);display:inline-block;margin:-12px -8px -10px 0}.monsterinsights-table-list-item a{text-decoration:none;color:#393f4c}.monsterinsights-table-list-item a:focus,.monsterinsights-table-list-item a:hover{color:#777}.monsterinsights-table-list-item .monsterinsights-reports-list-count{display:inline-block;min-width:30px;color:#657086;font-weight:400}.monsterinsights-table-list-item .monsterinsights-reports-list-number{color:#393f4c;font-size:15px;text-align:left;display:block;padding-right:5px}.monsterinsights-table-box-pagination{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:782px){.monsterinsights-table-box-pagination{float:none;width:100%;margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.monsterinsights-table-box-pagination span{margin-left:20px;color:#8ba4b7}.monsterinsights-table-box-pagination .monsterinsights-buttons-toggle{margin-left:0}.monsterinsights-table-box-list{height:100%}.monsterinsights-table-box-table .monsterinsights-table-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-all}@media (max-width:782px){.monsterinsights-table-box-table .monsterinsights-table-item-content{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-table-box-mobile .monsterinsights-table-box-table{overflow:auto}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-right:0;margin-right:50px;border-top:1px solid #d6e2ed;font-size:13px;color:#657086;padding-top:8px;padding-bottom:8px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1{margin-right:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-right:20px;font-size:15px;color:#393f4c;padding-top:12px;padding-bottom:12px;border-top:none}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th{display:none;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1{display:block;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content{padding-left:30px;position:relative;white-space:pre;text-overflow:ellipsis;overflow:hidden;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{content:"\F01F";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;position:absolute;left:10px;top:50%;-webkit-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg);color:#acbdc9;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-mobile-heading{min-width:125px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-list-item-empty td:first-child .monsterinsights-table-item-content:after{display:none}.monsterinsights-table-box-table table{width:100%;border-collapse:collapse}.monsterinsights-table-box-mobile .monsterinsights-table-box-table table{table-layout:fixed}.monsterinsights-table-box-table th{text-align:right;font-size:15px}.monsterinsights-table-box-table td,.monsterinsights-table-box-table th{border:none;padding:12px 10px;line-height:19px}.monsterinsights-table-box-table td:first-child,.monsterinsights-table-box-table th:first-child{padding-right:20px}.monsterinsights-table-box-table td:last-child,.monsterinsights-table-box-table th:last-child{padding-left:20px}.monsterinsights-report-2-columns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-report-2-columns .monsterinsights-table-box{width:calc(50% - 12.5px)}@media (max-width:991px){.monsterinsights-report-2-columns .monsterinsights-table-box{width:100%}}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+1){margin-right:0}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+3){margin-top:25px}.monsterinsights-report-flex .monsterinsights-report-box{width:calc(50% - 12.5px)}@media (max-width:782px){.monsterinsights-report-flex .monsterinsights-report-box{width:100%;margin-top:20px}.monsterinsights-report-flex .monsterinsights-report-box:first-child{margin-top:0}}.monsterinsights-reports-tooltip{font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-arrow{width:12.5px;height:13px;display:inline-block;background-size:contain;background-repeat:no-repeat}.monsterinsights-arrow.monsterinsights-down{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABSUlEQVRIie3WP0scQRgH4OdODaggXiGksNLCFCEigtqpYGFhZ6+IhYKSQO4DaGFnIYLcdRbWVhYRVKzsbbURjI2QD2GK24N1b3dv9hK7e2FZ3tn5zQPL/pnSw8ycwFrFJvrwip/4ExLsDRVwgs+x/hEHIcFyAaQ/0Q+GBosgHVcX6SIfjwzhO6b+w5o92MByHBnGLY5xh/l/AEo4jY5f+NFEzjAdTRrABWY7BGpYi/VHWCqjkpg8hEt8K4gcYjsFrpSxjpfExQpuMBEI7KGaMl7DeRlPWEiBRiJorA1QxX4GsIu35tOVBY3iKjqn1ZbGbcoEeP+eZEHjuManxPhKtFgpD0giedAXrf+Tryn5FiANyYPaVSqQhcSh34FAPQvIQ5rQYgBUx04W0A4JgdoCIUgeFASEInHoOeproQDF9l1PmNT4AtwXyPkLNbVGvHN63iMAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-down.monsterinsights-green{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABhUlEQVRIie3Wz0qVQRjH8c85qUQtbGN0Ba5U0E0XEAWtBAmh/IdSIUFYFxB1BYWiIMbBMNSwDCoUlAK3bQTpDtx2B5HaYt5DpzmTZ45JK3+r4Znneb/MPH/eKQ3vLMtUH64X632s5ga2NOH3BZdqbN/xOSe4nAm5GAHgcmZsNuSfdAY5g/wfSJfQD6ehHpyvhZQwg2/Y1USTJVRCBXv4io4q5CkeFk6dwqhoPyHkBSaKdQ+20FbGzcixu9i80CTgGaYiWy+ulPEEP6LNq/iItkzAI+FGYk1jv4xtDCRA17CGcw0A43iesM/jMb+rawODCVA/FoWEpnQLLxP7FTzAEX/+Tz7gjvAzaq2xj1SdI93AbfUnXcS92pi4GdcxhIPIPpqAjKnP2VIMSEHgLYYToEZaEcq3Lu5vY+WNkNBc0Jpw2qT/cbPrNe7isAHgnfQVZ0HgFe5LJx7eF4Cfx30kZwpXMJkAfRKqKy77E0FgQZhvVdCm0CMNAeS/u2BOeNR1YjYXAL8A/ktHYGdlxIUAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-up{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABRUlEQVRIie3Vvy4EQRwH8M+dKxUeAIV7EvGnUHiCqzQOiUrUvAAdEYlC4glIlCgViJCIQjQ6IrnCn0j8KfY21t7u3Q4KhW+zmd/szCcz2dkp1fa3BKQHAzgOGVQOeLeKUxxhFaXfRqrYQ3+zXQ+BiiAx0JeqTxaFOiF5QBDUDukEFIYqbYB99HYAkhBM4T3dmbWSUCAJZa4ojeQBF3hK1c7xVgRKInnAFUbxkqrvYFrr9rRAMZIH3GCk+czKGuYy6l+gchvgFsO4zgHiLGEhB1pBqYLNDOAeQ7jsAMRZRLfWVdVxUEYj1dHAGM4KAnHmRVuUTqOMGk6ahUeM4zAQIPoAZkQ7E2cOuxXR1gxiAgcCf+MZUDzPLbb5PPENLP9g8mResZEshNwn384/8o/8DeQ51X4oOjDv+s3KrOg0d+EO60UHfgC50EbFBrbrYQAAAABJRU5ErkJggg==)}.monsterinsights-arrow.monsterinsights-up.monsterinsights-red{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAABYUlEQVRIie3UTUtVURTG8V/HPkBgpuVV86UsTYkG4tgmEeYgiIIIp324gjAoLLVRkM3CSaCOdOZAnEgoiYO7Nlw2J9texZEPHDh7vTz/xdqwr/yemlaoYSygA8+wXtJUFZoPYgVjGI3/kfMC9Idhf0usEbHBswIa+IbbNbm+yA20C+gNg6ETagaipu+0gJvK95zup1EK6I6GuwXmSSPRc+t/gC4s414W360x3cvOdwLS8y9AMh/PGrfwugbwFptZbDQ8buSATnzBRNawgxls1wC28aQmNxaQrgS4FuYPs8I9PMZGjXnSBp7GIK16gCVcr/Aej7KC/Zhu7QTzpDXNpyO/k0m8q3A/SxxgDj8KzJNW8TwGa9VEhXn8icBfvNTc4Wm1glcxYBr0TYWvmMVimH9owzzpI17gs+baPl2NxLL2pq7TQnwof67b1iXgEnBxgKOa2OF5AtbxveX8E79KGo8BZr5ClKgrWrIAAAAASUVORK5CYII=)}.monsterinsights-reports-overview-datagraph-tooltip-trend{font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-trend .monsterinsights-arrow{margin-left:5px}.monsterinsights-report-box{background:#fff;border:1px solid #d6e2ed;padding:0 20px 20px;position:relative}.monsterinsights-report-box .monsterinsights-info{position:absolute;left:20px;top:20px}.monsterinsights-realtime-large{font-size:150px;text-align:center;line-height:1.5;color:#393f4c}.monsterinsights-realtime-active{text-align:center;width:100%;font-size:25px;line-height:1;margin-top:-50px;color:#393f4c}.monsterinsights-realtime-box-content .monsterinsights-line-chart-tooltip{max-width:115px}#monsterinsights-chartjs-pie-age-tooltip{margin-right:23px;min-width:95px}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-blur .monsterinsights-report{min-height:850px}.monsterinsights-reports-referral-icon{vertical-align:middle;margin-left:10px;margin-right:2px}.monsterinsights-upsell-inline{background-image:url(../img/reports-upsell-bg.png);background-repeat:no-repeat;background-position:0 0;background-color:#fff;background-size:452px}@media (max-width:991px){.monsterinsights-upsell-inline .monsterinsights-upsell-inline-content{margin:-20px;padding:20px;background:hsla(0,0%,100%,.3)}}.monsterinsights-upsell-content{max-width:750px}.monsterinsights-upsell-content p{font-size:16px;color:#393f4c;line-height:1.8}.monsterinsights-upsell-content .monsterinsights-light{color:#657086}.monsterinsights-upsell-content .monsterinsights-button{font-size:17px;font-weight:700;padding:15px 25px;line-height:1}@media (max-width:782px){.monsterinsights-upsell-content .monsterinsights-button{font-size:15px}}.monsterinsights-upsell-overlay{position:absolute;top:125px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);width:750px;max-width:100%;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);background-color:#fff;border:1px solid #d6e2ed}.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}}@media (max-width:782px){.monsterinsights-upsell-overlay{top:70px;width:calc(100% - 40px)}}.monsterinsights-upsell-overlay h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{color:#4c6577;font-size:16px;text-align:center}.monsterinsights-upsell-overlay p{margin:20px 0}.monsterinsights-upsell-overlay .monsterinsights-upsell-content{border-top:1px solid #d6e2ed;background:#f9fbff;padding:40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding-right:20px;padding-left:20px}}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{margin:0 auto;max-width:520px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li{color:#4c6577;font-size:16px;margin:0 0 30px;padding-right:40px;position:relative;line-height:1.2}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li:before{position:absolute;content:"\f015";width:20px;height:20px;background:#5cc0a5;right:0;border-radius:50%;display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f9fbff;font-size:14px;text-align:center;line-height:20px;top:-1px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{font-weight:400;font-size:16px;margin-top:10px}.monsterinsights-upsell-overlay a{color:#393f4c}.monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-center,.monsterinsights-mobile-upsell{text-align:center}.monsterinsights-mobile-upsell .monsterinsights-notice{border-top:1px solid #d6e2ed;border-left:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-mobile-upsell .monsterinsights-notice-inner{margin-top:0}@media (min-width:783px){.monsterinsights-mobile-upsell{display:none}}.monsterinsights-mobile-upsell .monsterinsights-notice-success .monsterinsights-notice-button{margin-left:0}@media (max-width:782px){.monsterinsights-overview-upsell-desktop{display:none}}.monsterinsights-report-realtime .monsterinsights-table-box th:first-child{width:auto}.monsterinsights-reports-list-title{display:inline-block;word-break:break-all}@media (max-width:782px){.monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}}.monsterinsights-report-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-report-scroll:nth-child(2){width:calc(50% - 12.5px);margin-right:25px}@media (max-width:991px){.monsterinsights-report-scroll:nth-child(2){width:100%;margin-right:0;margin-top:25px}}@media (max-width:782px){.monsterinsights-report-scroll{width:100%;margin-right:0}}.monsterinsights-report-scroll>h3{position:absolute;top:0}.monsterinsights-report-scroll .monsterinsights-realtime-active{margin:0 0 50px}.monsterinsights-report-scroll .monsterinsights-realtime-box-content{margin:25px 0}.monsterinsights-report-scroll .monsterinsights-realtime-large{line-height:1;margin:50px 0 0;font-size:80px}.monsterinsights-not-authenticated-notice{position:fixed;top:40%;right:50%;width:750px;max-width:100%;margin-right:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-right:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-right:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{right:0;margin-right:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-right:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate{text-align:center}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button{font-size:16px;padding:20px 40px;margin:20px 20px 10px;background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt{background:#509fe2;border-color:#2e7fbe;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-reports-list-has-overflow{cursor:pointer} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/settings.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/settings.css new file mode 100644 index 00000000..a8f977f1 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/settings.css @@ -0,0 +1 @@ +.monsterinsights-dark[data-v-1eb99caf],.monsterinsights-dark[data-v-6a976dba],.monsterinsights-dark[data-v-4619bc56]{display:block}.monsterinsights-addons-navbar h1{display:inline-block;font-size:16px;line-height:48px;font-weight:400;margin:0;color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters{float:right;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;margin-top:10px;width:258px;position:relative}@media (max-width:750px){.monsterinsights-addons-navbar .monsterinsights-addons-filters{width:calc(100vw - 200px)}}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]{height:28px;margin-right:0;padding-left:10px;padding-right:28px;font-size:14px;border-color:#d6e2ed}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]::-webkit-input-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]:-moz-placeholder,.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]::-moz-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]:-ms-input-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters>i{position:absolute;right:10px;top:5px;z-index:10;color:#b7c9d9}.monsterinsights-addon-not-available .monsterinsights-addon-status span,.monsterinsights-addon-not-installed .monsterinsights-addon-status span{color:#777}.monsterinsights-addon-inactive .monsterinsights-addon-status span{color:#d4393d}.monsterinsights-addon-active .monsterinsights-addon-status span{color:#64bfa5}#monsterinsights-addons{width:770px}@media (max-width:782px){#monsterinsights-addons{width:100%}}#monsterinsights-addons .monsterinsights-addons-area{margin:0 10px}#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button:hover,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button:hover,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button:hover{background:#fff;border-color:#c4d6e2}#monsterinsights-addons .monsterinsights-addons-no-results{margin-top:25px;padding:0 10px}#monsterinsights-addons .monsterinsights-addons-no-results p{font-size:16px}#monsterinsights-addons .monsterinsights-addons-no-results>div{visibility:hidden;-webkit-animation:loadMonsterInsightsSettingsNoJSView 0s 2s forwards;animation:loadMonsterInsightsSettingsNoJSView 0s 2s forwards}.monsterinsights-path-addons .monsterinsights-navigation-bar{padding-left:10px;padding-right:10px;background:#fff;border-top:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-container,.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:0}.monsterinsights-addons-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px}.monsterinsights-addons-list .monsterinsights-addon{width:calc(50% - 12.5px);border:1px solid #d6e2ed;position:relative;background:#fff;padding:0 0 72px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-addons-list .monsterinsights-addon{width:100%}}.monsterinsights-addons-list .monsterinsights-addon h3{color:#393f4c;margin:0 0 -5px;font-size:15px}.monsterinsights-addons-list .monsterinsights-addon .monsterinsights-addon-excerpt{color:#777;font-weight:400;margin:10px 0 0;font-size:14px}.monsterinsights-addons-list .monsterinsights-addon-top{padding:20px 24px;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addons-list .monsterinsights-addon-image{border:1px solid #d6e2ed;width:74px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-item-align:start;align-self:start;margin-right:20px}.monsterinsights-addons-list .monsterinsights-addon-image img{display:block;max-width:100%}.monsterinsights-addons-list .monsterinsights-addon-message{position:absolute;bottom:0;background:#f9fbff;border-top:1px solid #d6e2ed;left:0;right:0}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-interior{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-status{font-weight:700;font-size:13px;color:#393f4c}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-action{-ms-flex-item-align:end;align-self:flex-end}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-button{padding-bottom:7px;padding-top:9px;min-width:120px;line-height:1}.monsterinsights-addons-list .monsterinsights-addon-upgrade{text-align:center;width:100%}#request-filesystem-credentials-dialog[data-v-496d2653]{display:block}.monsterinsights-file-input{margin-bottom:20px}.monsterinsights-tools .monsterinsights-dark{margin-bottom:5px;display:block}.monsterinsights-tools-url-builder p .monsterinsights-info{margin-left:0}.monsterinsights-tools-url-builder .monsterinsights-input-text{margin-bottom:20px}.monsterinsights-required{color:#d4393d}textarea:-moz-read-only{background-color:#f9fbff}textarea:read-only{background-color:#f9fbff}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-tools-info-row p{margin-top:0}.monsterinsights-tools-info-row{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-tools-info-row .monsterinsights-tools-info-label{width:230px;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-tools-info-row .monsterinsights-tools-info-description p{margin-bottom:5px}@media (max-width:782px){.monsterinsights-tools-info-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a{color:#777}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:focus,.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info i{margin-right:10px;color:#b6c9da}.monsterinsights-about-block{padding:25px;background:#fff;border:1px solid #d6e2ed;margin-top:20px;margin-left:20px;margin-right:20px}.monsterinsights-about-block h3{color:#393f4c;font-size:18px;margin:0 0 20px;line-height:1.4}.monsterinsights-about-block p{font-size:16px}.monsterinsights-about-block:after{content:"";display:table;clear:both}div[class*=" monsterinsights-path-about-"] .monsterinsights-container,div[class^=monsterinsights-path-about-] .monsterinsights-container{width:100%}div[class*=" monsterinsights-path-about-"] .monsterinsights-header,div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar,div[class^=monsterinsights-path-about-] .monsterinsights-header,div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar{padding-left:20px;padding-right:20px}@media (max-width:782px){div[class*=" monsterinsights-path-about-"] .monsterinsights-header,div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar,div[class^=monsterinsights-path-about-] .monsterinsights-header,div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar{padding-left:0;padding-right:0}}div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list{padding:0 20px}div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon{width:calc(33.3333% - 12.5px)}@media (max-width:782px){div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon{width:100%}}div[class*=" monsterinsights-path-about-"] .monsterinsights-addon-image,div[class^=monsterinsights-path-about-] .monsterinsights-addon-image{min-height:74px;padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;height:74px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}div[class*=" monsterinsights-path-about-"] .monstericon-star:before,div[class^=monsterinsights-path-about-] .monstericon-star:before{color:#fdb72c}.monsterinsights-lite-vs-pro-table{padding:0}.monsterinsights-lite-vs-pro-table .monsterinsights-lite-vs-pro-footer{background:#f0f0f0}.monsterinsights-lite-vs-pro-header{text-align:center;padding:40px 0 22px}.monsterinsights-lite-vs-pro-header h1{font-size:22px;margin:0 0 22px}.monsterinsights-features-table{width:100%;border-collapse:collapse;border-top:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-features-table td,.monsterinsights-features-table th{width:33.33333%;border-bottom:1px solid #d6e2ed;padding:30px;vertical-align:top}.monsterinsights-features-table td p,.monsterinsights-features-table th p{margin:0}.monsterinsights-features-table th{background:#f0f0f0;text-align:left;border-right:none}.monsterinsights-features-table td p>span{display:block;margin-left:30px}.monsterinsights-features-full:before,.monsterinsights-features-none:before,.monsterinsights-features-partial:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f021";font-size:20px;margin-right:10px;color:#d4393d;position:relative;top:2px}.monsterinsights-features-partial:before{content:"";background:url(../img/about-icon-check.svg) no-repeat 50%;background-size:19px auto;width:19px;height:19px;top:6px}.monsterinsights-features-full:before{content:"\f015";color:#4ab99b}.monsterinsights-lite-vs-pro-footer{padding:50px 20px 30px;text-align:center}.monsterinsights-lite-vs-pro-footer h3{margin-bottom:10px}.monsterinsights-lite-vs-pro-footer p{margin-bottom:0}.monsterinsights-lite-vs-pro-footer a{color:#509fe2}.monsterinsights-lite-vs-pro-footer a:focus,.monsterinsights-lite-vs-pro-footer a:hover{color:#393f4c}.monsterinsights-lite-vs-pro-footer.monsterinsights-small{padding:0;text-align:left}.monsterinsights-lite-vs-pro-footer.monsterinsights-small h3{margin-bottom:5px}.monsterinsights-lite-vs-pro-footer.monsterinsights-small p{margin-top:0}.monsterinsights-two-column{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-two-column>div{width:50%}.monsterinsights-list-check ul{margin:0}.monsterinsights-list-check li{font-size:16px;margin-top:10px;padding-left:30px;position:relative}.monsterinsights-list-check li:first-child{margin-top:0}.monsterinsights-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f015";font-size:20px;margin-right:10px;color:#5cc0a5;position:absolute;left:0;top:0}.monsterinsights-about-docs-row:after{display:table;clear:both;content:""}.monsterinsights-about-docs-image{width:270px;float:left;margin-right:20px}.monsterinsights-about-docs-1:after{background-image:url(../img/about-icon-connect.png)}.monsterinsights-about-docs-2:after{background-image:url(../img/about-icon-guide.png)}.monsterinsights-about-docs-3:after{background-image:url(../img/about-icon-gdpr.png)}.monsterinsights-about-docs-4:after{background-image:url(../img/about-icon-addons.png)}.monsterinsights-about-docs-5:after{background-image:url(../img/about-icon-ecommerce.png)}.monsterinsights-bg-img.monsterinsights-about-team{padding-top:59%}.monsterinsights-bg-img.monsterinsights-about-team:after{background-image:url(../img/about-team.jpg)}.monsterinsights-about-page-right-image{float:right;width:40%;text-align:center;margin:0 0 0 20px}@media (max-width:782px){.monsterinsights-about-page-right-image{width:100%;float:none;margin:0 0 20px}}.monsterinsights-about-page-right-image img{width:100%}.monsterinsights-about-page-right-image figcaption{color:#999797;margin-top:5px}.monsterinsights-about-page-right-image iframe{max-width:100%}.monsterinsights-dark[data-v-7dd26406]{display:block}button[data-v-45fbd430]{margin-top:3px}.monsterinsights-dark[data-v-33024a0a]{display:block}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 40px 0 8px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 8px 2px 20px;border-radius:5px;margin-right:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-left:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.multiselect__tag-icon{cursor:pointer;position:absolute;left:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}.update-nag{display:none}.monsterinsights-admin-page{min-height:100vh;font-size:14px}.monsterinsights-admin-page a{color:#509fe2}.monsterinsights-admin-page a:focus,.monsterinsights-admin-page a:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-separator{background:#d6e2ed;display:block;height:1px;margin:25px 0}.monsterinsights-admin-page .monsterinsights-settings-content{margin-left:auto;margin-right:auto;max-width:750px}@media (min-width:783px) and (max-width:790px){.monsterinsights-admin-page .monsterinsights-settings-content{padding:0 10px}}.monsterinsights-admin-page input.monsterinsights-has-error{border-color:red}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;color:#fff;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;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-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 input[type=number],.monsterinsights-admin-page input[type=text],.monsterinsights-admin-page textarea{border:1px solid #b7c9d9;border-radius:3px;font-size:14px;padding:9px 15px;width:100%;-webkit-box-shadow:none;box-shadow:none;height:40px;margin:0;color:#444}.monsterinsights-admin-page input[type=number]::-webkit-input-placeholder,.monsterinsights-admin-page input[type=text]::-webkit-input-placeholder,.monsterinsights-admin-page textarea::-webkit-input-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number]:-moz-placeholder,.monsterinsights-admin-page input[type=number]::-moz-placeholder,.monsterinsights-admin-page input[type=text]:-moz-placeholder,.monsterinsights-admin-page input[type=text]::-moz-placeholder,.monsterinsights-admin-page textarea:-moz-placeholder,.monsterinsights-admin-page textarea::-moz-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number]:-ms-input-placeholder,.monsterinsights-admin-page input[type=text]:-ms-input-placeholder,.monsterinsights-admin-page textarea:-ms-input-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number].monsterinsights-has-error,.monsterinsights-admin-page input[type=text].monsterinsights-has-error,.monsterinsights-admin-page textarea.monsterinsights-has-error{border-color:#d83638}.monsterinsights-admin-page input[type=text]:-moz-read-only{background:#fff;color:#b7c9d9}.monsterinsights-admin-page input[type=text]:read-only{background:#fff;color:#b7c9d9}.monsterinsights-admin-page textarea{height:150px}.monsterinsights-admin-page label{width:100%;font-size:14px;display:inline-block;color:#777;margin:2px 0 17px}.monsterinsights-admin-page .inline-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights-admin-page .inline-field input{width:100%}.monsterinsights-admin-page .inline-field .monsterinsights-button{margin-left:10px;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-admin-page .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default}.monsterinsights-admin-page .monsterinsights-error i{margin-right:10px}.monsterinsights-admin-page .monsterinsights-license-type-text{color:#777;font-weight:700;margin-top:16px}.monsterinsights-admin-page .monsterinsights-license-type-text a{color:#777;font-weight:400}.monsterinsights-admin-page .monsterinsights-dark{color:#444;text-transform:capitalize;font-weight:700}.monsterinsights-admin-page .monsterinsights-settings-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block{margin-left:10px;margin-right:10px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title{border-bottom:1px solid #d6e2ed;padding:16px 25px;font-weight:500;font-size:14px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title{padding-left:15px;padding-right:15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content{padding:25px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content{padding-left:15px;padding-right:15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p{font-size:14px;color:#777;margin-top:-5px}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p a{color:inherit}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade{padding:25px 25px 25px 22px;margin:-25px;border-left:3px solid #64bfa5}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade{padding-left:15px;padding-right:15px;margin:-25px -15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade.monsterinsights-settings-addon-disabled{border-left-color:#f5c953;padding-top:15px;padding-bottom:15px}.monsterinsights-admin-page .monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-admin-page .monsterinsights-settings-input-radio label{color:#444;font-size:14px}.monsterinsights-admin-page .monsterinsights-settings-input-radio label small{font-size:14px;color:#777;font-weight:400}.monsterinsights-admin-page .monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500}.monsterinsights-admin-page .monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-right:16px}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{left:2px;right:2px;top:2px;bottom:2px;position:absolute;content:"";background:#509fe2;display:block;border-radius:50%}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{background-color:#dee5e9}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;margin-right:9px;background-color:#acbdc9}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{right:2px;left:auto}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{left:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-admin-page .monsterinsights-info{color:#b6c9da;margin-left:10px;cursor:help}.monsterinsights-admin-page .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input,.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select{margin-right:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-admin-page .monsterinsights-dimensions-count{color:#777;font-style:italic;font-size:14px}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label{margin-bottom:0;width:auto}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label:first-child{width:calc(70% - 20px)}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-button{margin-right:25px}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-error{margin:0 0 20px}.monsterinsights-admin-page .monsterinsights-settings-input-select .monsterinsights-dark{margin-bottom:5px}.monsterinsights-admin-page .monsterinsights-settings-input-select label{margin-top:-4px}.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content{padding-left:30px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content{padding-left:15px}}.monsterinsights-admin-page .monsterinsights-collapsible>p{margin-top:0}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible{color:#b7c9d9;float:right;font-size:22px;padding-left:20px}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:focus{outline:none}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible i{cursor:pointer}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;margin-bottom:9px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate label{margin-top:0;margin-bottom:4px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate p{margin:0}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights- -ua,.monsterinsights-admin-page .monsterinsights-settings-input-authenticate button{margin-top:14px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-manual-ua+.monsterinsights-error{margin-top:15px}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions{margin-top:18px}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button{margin-right:20px;margin-top:0}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button{margin-bottom:10px}}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-settings-input-toggle-collapsible{margin-top:12px}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-paragraph{padding-top:5px}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text{color:#999797;font-size:12px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text:hover{text-decoration:underline}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-upgrade-icon{margin-right:25px}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-settings-addon-message{margin-right:25px;width:100%}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-button{font-size:12px;padding:6px 16px}.monsterinsights-admin-page .monsterinsights-icon-warning{width:48px}.monsterinsights-admin-page .monsterinsights-icon-warning:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-settings-network-notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:20px;border-bottom:1px solid #d6e2ed;margin-bottom:15px;color:#777}.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-bg-img{margin-right:25px}.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-network-message{width:100%}.monsterinsights-admin-page .monsterinsights-undo-redo{float:right;margin-top:16px}.monsterinsights-admin-page .monsterinsights-undo-redo button{border:none;background:rgba(0,0,0,0);color:#509fe2;padding:0;margin-left:5px}.monsterinsights-admin-page #monsterinsights-license-key-valid{-webkit-text-security:disc;text-security:disc;-moz-text-security:disc;font-family:text-security-disc;font-size:25px;line-height:1.2;color:#b7c9d9;padding-top:7px}.monsterinsights-admin-page #monsterinsights-license-key-valid::-webkit-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page #monsterinsights-license-key-valid:-moz-placeholder,.monsterinsights-admin-page #monsterinsights-license-key-valid::-moz-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page #monsterinsights-license-key-valid:-ms-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-first-time-notice .monsterinsights-notice-button{margin-top:20px}.monsterinsights-settings-blur .monsterinsights-settings-content{-webkit-filter:blur(5px);filter:blur(5px);pointer-events:none}.monsterinsights-settings-blur.monsterinsights-path-general .monsterinsights-settings-content{-webkit-filter:none;filter:none;pointer-events:auto}.monsterinsights-not-authenticated-notice{position:fixed;top:40%;left:50%;width:750px;max-width:100%;margin-left:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{left:0;margin-left:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-left:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-button{margin:0 20px}.monsterinsights-not-authenticated-notice .monsterinsights-dark{font-weight:400;margin-bottom:20px}.monsterinsights-admin-page .edd-logo,.monsterinsights-admin-page .memberpress-logo,.monsterinsights-admin-page .woocommerce-logo{background:url(../img/woocommerce.png) no-repeat;background-size:contain;width:156px;height:31px}@media (max-width:767px){.monsterinsights-admin-page .edd-logo,.monsterinsights-admin-page .memberpress-logo,.monsterinsights-admin-page .woocommerce-logo{margin-top:18px}}.monsterinsights-admin-page .edd-logo{background-image:url(../img/easy-digital-downloads.png);width:194px}.monsterinsights-admin-page .memberpress-logo{background-image:url(../img/memberpress.png)}.monsterinsights-admin-page .monsterinsights-logos-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;border:1px solid #d6e2ed;margin:40px 50px 60px;padding:25px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-logos-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:20px;margin-right:20px}}.monsterinsights-admin-page .monsterinsights-logos-row .monsterinsights-box-title{font-size:13px;font-weight:700;color:#8aa4b8;position:absolute;background:#fff;padding:0 10px;top:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%}.monsterinsights-admin-page .monsterinsights-upsell{background:#fff;border:1px solid #d6e2ed;text-align:center;margin-top:25px}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell{margin-left:10px;margin-right:10px}}.monsterinsights-admin-page .monsterinsights-upsell h2{font-size:20px;color:#393f4c;margin:36px 0 14px}.monsterinsights-admin-page .monsterinsights-upsell h3{font-size:18px;color:#393f4c;margin:0 0 14px}.monsterinsights-admin-page .monsterinsights-upsell h4{font-size:18px;color:#4c6577;font-weight:400;margin:0;line-height:2}.monsterinsights-admin-page .monsterinsights-upsell p{font-size:14px;color:#4c6577}.monsterinsights-admin-page .monsterinsights-upsell .monsterinsights-upsell-top{padding-left:10px;padding-right:10px}.monsterinsights-admin-page .monsterinsights-upsell-bottom{background:#f7f9fd;border-top:1px solid #d6e2ed;padding:36px 50px 30px;position:relative}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-bottom{padding-left:20px;padding-right:20px}}.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top{min-width:288px}}.monsterinsights-admin-page .monsterinsights-upsell-bottom img{max-width:100%}.monsterinsights-admin-page .monsterinsights-report-ecommerce:after{background-image:url(../img/monsterinsights-report-ecommerce.png)}.monsterinsights-admin-page .monsterinsights-addon-ads,.monsterinsights-admin-page .monsterinsights-addon-amp,.monsterinsights-admin-page .monsterinsights-addon-dimensions,.monsterinsights-admin-page .monsterinsights-addon-eu-compliance,.monsterinsights-admin-page .monsterinsights-addon-forms,.monsterinsights-admin-page .monsterinsights-addon-instant-articles,.monsterinsights-admin-page .monsterinsights-addon-optimize,.monsterinsights-admin-page .monsterinsights-addon-performance,.monsterinsights-admin-page .monsterinsights-addon-scroll{width:48px;padding-top:110%}.monsterinsights-admin-page .monsterinsights-addon-eu-compliance{padding-top:100%}.monsterinsights-admin-page .monsterinsights-addon-eu-compliance:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-ads:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAAFk0lEQVR4nO2dv28bVRzAPz5ZjpM6VKmbhgS1CgSFCWVoYfDUyRKCoSDGtkKCgfwBHZAYOsHQPyATKgplg3YqCE9d8II6hE6NCLVSiOsmbtTaiR3L2Azu2eez3fjH832ffe8jRXLu3t37vu/n/N6755MduHRzm0H5O/WXe9MHwHfAPJAGPgd+dRZ4a/FtX9bhJqBCALQEv0MtaJs0sGD/02/Q41KHE2vgM7zEFcy8a/d8h3K+rMOJMgFwfFAqgh6XOmyUCoDOwakMelzqgIaAs8A6sAdUFfy1Q8V5x6GOPWq5PgsQBN4A/gDmOlRoUEsUuALEgQsW8C0m+RLMAd9YwIfSkfiYjyzglHQUPmYmcOnmdqfBpifK5TK72acUiwWq1dZTBgIBwuFJZqNnCAaDvq7DibJp6G72KYXCYdugAarVKoXCIbt7Gd/X4USZgKOjYlflil2WG+c6nCgTMDER7qpcuMty41yHE2UCZqNnmJycIhAItN0fCASYnJxi9nT/M95xqaPpfKoGYUN/KF8LMvSGESCMESCMESCMESCMESCMESCMESDM4Mt5AxBbnOLq+ZPMTcuEkcmVWb//nGTqUKR+EHwHxBanuHYxKpZ8gLnpINcuRoktTonFICbg6vmTUlW3IBmLmADJK9+NZCxmEBbGCBBGn37gFWxlS+SPKkQmLJaiob6OB/o6dthoLSBfqnD9t916AgHiyxFWYzNdnyOxmWctuQ80Zl46oXUXlEwdNiUfagnN5MpdnyOT+8/xuvvjvEJzAYW2238XvHFSjbZdUL5UYWOn/ZMHyVSBT959re2+jZ0iic0DMrkykQmLJxpe9U60FeBeHogvR0hs5oHaoLqVLbUMqmvJ/XqZUUHbLijx8KD+eika4sqF5rtVd/d0+8GLkUs+aCogkys3Db6xxUkiIYuVhcazOO5x4M6DXP11JGQRX45oOe10o2UX5E7uQalKYjPPiVDjerElLUVDtfuEUqW+bzU2U19g+/LntJazHxstBbTrXjqVW4qGyB9VmrY713Zenw5qLUC7Lsjd/byKxMNan790urmr+eH+czZ2itx+8KLjTEoXtHsHJDYPji/0EnuqurIQJrY4VZ85bewUtU+8jXYCnP3/ykKY6/HZpv35UoXVn9L1Pj+ZKrCyEGY1NsOfO8WmsWAU0K4LijgG2vjyibb74+9EGv9PWPXta5/Ot3y65TyfTp9B2Ig9nHvns7Ntt+dLFbb2SseufB63wrmVLTE3HSQSsrpaDf34+8fdhq4U7S4J93y/E8fN8Z37db4f0K4L8htGgDBiAnS6OZKMRUzA+v3nUlW3IBmLmIBk6pAb97KiV18mV+bGvazok3Gis6Bk6lC08TpgBmFhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhLOCZdBA+Zt8C7kpH4WPuWsDXgJqvgTX0Qgb4ygK2gfeAW8C+aEj+YB/4EXgf+Mf+TPgxtR8V6JrL59Lm+0Yd3Nqeb/9Nr8fQ1yzo8rl0P4eNNf3mpGcBJvmd6Sc3PQlwVWBMNHhiv+hVQtcC2pz4C2fFPuZfaj9xWKcXCYM8mPULrb80NxQepZ/1NeC/OX+qr4HRS7RfiniU7v9GfZBjvUJrASoSqLsEbQWoTJzOErQUMIyE6SpBOwHDTJSOErQS4EWCdJOgjQAvE6OTBC0ESCREFwniAiQToYMEUQE6JEA6BjEB0g13IhmLiACdkm8jFZPnAnRMvo1EbJ4K0Dn5Nl7H6JmAUUi+jZexeiJglJJv41XMQxcwism38SL2oQoY5eTbDLsNQxMwDsm3GWZbhiJgnJJvM6w2KRcwjsm3GUbblAoY5+TbqG6jMgF+SL6NyrYqEeCn5NuoavPAAvyYfBsVbf8f9GGopiPk4XgAAAAASUVORK5CYII=)}.monsterinsights-admin-page .monsterinsights-addon-amp:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAAKHUlEQVR4nO2dW4wbVxnHfzPj+/qy3vVecyNUIU1J1ZSUNkIIKC0VQqKtQEj0okh9QSrijvrSUkSFWkElykN5oQ+AQGkRgqqqKh6AtggoKoG0oZQ0aVHSbLPrxPGu1+vb2uOZ4WHWiTfr284cjz1e/6SV13M5c/b7z/nOd75zZlY6MZfC7Tz44qrdIiaBm4FDwNXAbmACGFnbXwAuAmeAk8CrwMuAbeN57BbgYsaBw8DdwEFAanGsHxgD9gKfXttmAMeAp4FfAotWKiFbOcnlzAA/As4CTwA30Nr4zZDWzn0CmAOeBGY3W8hWEsADPAC8DXyLy+5FBCHgK8CptWt4Oz1xqwiwBzgKPA6Eu3id8No1jgLXdHLCVhDgDuBfwPUOXvMA8A/gznYHDroAXwJ+B0R7cO0w8Nu1OjRlkAW4H/gpoPSwDspaHe5vdsCgCnA7ZlTSLzyJWacNDKIA+4AjCLzzr56SOXL3Nm7fH7JahLJWp31X7hg0AbzAMwiMdAyqPHLbLCGfzFxGtVNUGLNu60LUgRDgsVsCtV+/AVwnsuz7bhzFp5jjtLdSZbvFXQd8s37DQAiwxizwXaEFjsrccU0cgKKqI1saMG/gYepGzDUB9mCGa1nMHIfrfg5tV+YR6Ho0XedrHx279P1UqohuCBEgDDxU+yJjJpiOAp+jN/GybQqqwbEFTWiZH97lY28ieOn72YxKRdwl7gMSYArwGDAqrOgecPy8hqqLK0/VNB74+PS6baczKoYh7BJB4F4wBbhVWLE94nhSoPWBew5GCXjWu5t0oSr0GsA9YArgSrdTI18xWMiJEyDo07nrwNi6beWqwXJRrMiYcxCzro+CTmd0RHkG3TB45FNTG7YvFVXyZXH+Zw0JuNn1M2LvZcUZ5qqEzJ6JwIbtb6VK5CsgSabVDMxPSQLNXsO4wfUCXBTkGnRD4+FbG09o7ZsKcOf+KhG/B2mtvcmKhF+ReO4/y5zPWQ5P97pegMWimBbw+QNR4kFfw30zET+HD/ob7lsqqfzm9aLVy+5xfR+Qr9gXIOjVOHz9WPsDr2A+u8qzb+TtXHqq4xaQzeVJphbRdeHRQENkWWZmYpxYtPXgtmxzcKQZOl//WMLSud/7Y4qqZusejnR8tpPGB9B1neRFSys9NsX+GS837dh8BuO1ZJF03nZqouJ6F+S3kfX3eQwe/OTGsLMTHn9JyIK2XMcCTE+Mo8jO6aXIMtMT422PC/us34X3fihC2Ld5BX/48nnKqpD5nkzHfcBoNMxoG3/cC8ZDEoslax3x398tEvAorFZ1dMNAQkbVDPJqlc/sizIR2hgVXSio/OV0CZ8iJIB8x/Vh6ERI5u1Fa33TyZTOO+kshnF5cGUAHhmunQk2FOAnr6RFGR/glOv7gB0xex2hpoNugGFc/owFZHZENxr/b2fyvLkgNCl3zPUCvD8uaJ6qjkhQYjS4/i7XdIMnX0mLvIwBvNS344B6Wo0Jwj6J2YjMvMCM6HhIwausl/UXx5aoVIUuMXoNWOjbcUA97cYEB2bENuREcL3xL+ZUfn/C1oi3EU/DgEzKH5hW8Ar6S3yKxP7Z9et/Hn35Aroh1FQlzGcKOhfA6XFAPe3GBCNeiYOzYtyDosBs9PLSnT+fznLGYpTVgp8DadjEEzL9Og6o8Yn3eXgtqdmeOF+tVtk1ejkCeurVZWRJ6I2XBx6tfRkIFwQQ9Uvcstt+fB4NSMiS2Qf87OgSJfHZmu8DC7UvAyMAwEd2epjtPL/YkA9OmTNi+bLKc/9dEVGtel4Hfly/YaAEUCS4a78Xv42GEA/JFCs6334hiSIJDTtzwBeBdQtMpRNzqY4SKb0cB9TTyTzBW2mdI29U0IXPo1tGw1z49vyVO1wxDqink3mCfQmZz36g4+fknOCrNDA+DPBzwjdtV5AkeP6U2suWoAFfBp5qdoArxgH1dDpPAHDjNoW7r7XXJ9ggD3yBFsaHTfQBbmaxaPDMm6rQFXRt+DfmE/gn2h3Y+1vaAcZDEvff4OO2qzzCUhZNKAHfAW6kA+PDFmkB9ayUDf46p/HP+arI5eZFzPTCD4BzmzlxywlQo6AaHE9qHD+vs5CztL7UwEwpHwF+xVpuZ7NsWQHqyVcMTmd03ssapIo6mZJBoQIVzTSNT5EY8UE8KDEZktkRk/j1m+o0cMHutYcCWOTBF1eFTMQNBbCOBPZfFrUloqBuUveIrCWGLcA6G1yQldYwFMA6TfuAzQgxFMA6QjrhYR/QY/omG7paLlNaraCqKhW1SkWtoqoqiiLj9XpRZJlAwE80PILP2zfVtk3PXdBKvkAmm6NQLHV8js/rYTw+SjwW6WLN2uLucUAmm2Mxs0xFtb7WssdCCBHA8bas6TrJC2lW8gXbZVXUKslUmtVymcnEWF/MV2wWR2tcUaucPXdeiPHryWRznD13XmiZTuFYC6ioVc7MzaN1YV5ZkWWmEnHh5TqBIwJous7cfLJj44+EgusinYpabdpJK7LM9plJRkLBhvv7HUcESF5It+1sA34/ibEYI6FgQ1+u6TqFYolUeulSWYoss2v7NAF/44eo3UDXBchkcy19viLLjI+NkojHWpajyDLR8AgjoSCp9BIruYLrjQ8OCJBKLzXdZ+UOVmSZmcmEa6OeK+nqX5DJ5pr6fbvuYxCMDw4I0IzJxJjr3YcIuibAarnMarnxezZ9Xk+v0wh9Q9cEyBeb58TH465+R6BQuiaAqjZ/zW80IvKfV7ibrkVBzeJ+n9fTcQeaSi+RzmRt1WPvVbv6usN2vAV4vc4uG2/VEvuBrgnQrAU4fTdqNt+q1226Zo1ms1bdSMa5ma4J0MzVOO0SnHZ5m8XxFlBRq462gn6fP+5a7VrdeZlsrm3yDczR8mSi/dsM//fuew37nH6Ofmp0rYbhUPMle8tZcc/frpbLTTv8fnc/0EUBAn5/01xPRa3aju9rtMo3uSHd0dU22soAqfTSppaiNKJQLLUUwA0j7q4L0MoPn0ummibs2rGSL3B2vvlEfDQ8srX7gBqtOlFN1zk9t9DyLm7ESr7AuWTr93a6wf2AAzNi8ViEQrHUcloymTLXCcVjEaLh5m6j5nLaLWuJxyKumaR3JEiemUq0jFbANG6hWMLn9eD1ei991taK1j7b4fN6Ogpd+wVHBFBkmZ3bZjpaF1RbmGt16db2mUlX+P4ajtXU5/Wwe+e2rk1DKrLMrm3uWyXh6K3i83rYtX26pZ+3QsDvZ/fOba7x+/U4niiprWQTsToaIBGPucrnX0nPMlXxWIR4LGL5+YDRWLTtOMMN9DxVGA2PEA2PNH1CphYR1Z6UCfp9rnQ1zei5ADVa5Y4GGXe33wFgKECPGQrQY4YC9JihAD1mKECPGQrQY2RA+BuqtwDC/p2GDPxJVGFbiD+IKkgGHgKWRRW4BVjGtJkQZOAkcAh4FvMV60Mak8O00SFMmwnh/5Gpp24QXPlKAAAAAElFTkSuQmCC)}.monsterinsights-admin-page .monsterinsights-addon-instant-articles:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAAIYElEQVR4nO2caWwcZxnHfzOz3rWdtTeO7cRxnBinTXNQFEcJqalQhdUUBRUKakXVlhaBgqApIEGlSiUtfKFpOET5UAoqEgKlpKmqNikRV1tCBYhCQlNMZZLYqRrZwUd8dLNZX3vN8GHseO2959h3Z3d+kiXvHM/77vPfZ973eY+Rzg6O4XQOnJwza2I10A10AVuADqAZWDF/fhoYBy4C54F/Am8App3nMWvAwTQCnwfuA3YCUpZrfcAqYDOwd/6YBpwBngcOA5NGKiEbucnhrAV+BAwATwG7yO78TEjz9z4FDAJPA62FGqkkATzAI0A/8DCLjxcrqAW+BvTNl1GV742VIsAm4DTwA8BvYzn++TJOA9vyuaESBPg08Bawo4hldgKngM/kurDcBfgy8DJQL6BsP/DSfB0yUs4C7AeeBRSBdVDm67A/0wXlKsAd6L2SUuFp9DqlUI4CbAWOIPaXvxwFvU5bl58oNwGqgKPY29NBU1U+EpjCR6KQ2/zodVvSRS0LAZ68tXrh328A2+0u79Gba/nwxgCRwoNsO/DN5ANlIcA8rcB37C7krvY4XVua+empKaMmvk1SxrwgwCb07loIfYzDcX9dbcoQNj96PtkW5f7uDn7zjwHi3hqjZvzAYwsfZPQBptPAnYjpL5tmOqZxZrig53HB3NkeZ9+e6wB4sXfarLkvAk2gC/AksNKsRZH0jCaIqfbZv3ujygPdHQAMXg4zU1Vn1mQNcD/oAuwxa000PSP2eF9TVb60TeLeW9qvHXvm9QGrzH8O9BFCRz52FpiKagyHrRdAU1Ue3O5h7851i8c0uDBXa9Usyk6g1fETMu8FVTSLbWqqyld3eLhtx7olx5/5fT+ax3DjuxwJ6HZ8N/RSyFr3a4k4+ztTnQ/w1yHLI22X4yNgfMY6p2iJBAc+WsfuzU0p5072DBHzWjmHA8Bmx0fA5Iw1EaDFYzx8U01a58cTKr84FbKknGVscrwAU1HzAmixCE/saeCWG9ekPR+Lq3Q02PKwWJO31VB4ipGxSVTVxg53ErIss7a5kUB99uQ2YjL/0qIRDu1tYuuGzKlQjc/DwbtvyGlrZPwqD/2uoEipyzsCiul8AFVVGRk3tNIjb7RohEOfyO78fHnjnVEePF7wMqGo4xthn2IsCrTIHN+/fTWb2wKm63D8zUEO90vIXl+ht4bzFqCluZHL45MkihQFiiyzprkx53V+r0RktvB24JWvbDJSrRROnLrE4X4jy4oACEpnB8eszmOKyq96ovRP2vejOP6F9RnPHf3LRV68aOoh8gfH94Kaa8V8hWN/HzDrfIA+xwuwPmA4/LMTi/DSA6nZMMDP/vguz12wxHVnHC/AxgbZ0MLOXHzQP4eipLrn2Vff5bXRghvbdGjAn0s2D0gmW07g90q01skMWTwiuq+7PeXYD4+f482QZZNubwPDJZsHJJMrJ+hca20gB+JhOlqWTrr85Ld9Vjof9GXt5TEp39miUGXhN7mnc2lucPDlc5ycqLWuAJhF31OQvwAtzY0oshi9FFmmJUtOsKJKYmerNeuwvPFZ9u5abHwPvdLHW2HL5/p/CUxAAXM7K+v9rMwxLiOSj33Aw9sjCaImx4b2bFj8kX3rSC/nY+Yz5WVMAQcXPpTFIwig3idxa4fJfrmmse82feXDo7+2xfkA3wWGFz6UjQAAN2/w0Jr/+GIK23whZEni8ed76Yvb4vx/Az9OPlBWAigS3HtjFT6DgfDIHVt44lgf/43a4vwwcA8QSz6Y91iQyDwgmXzmCc5NqBx5J4paOqNcCfSFbyeWn3BEHpBMPvMEW5tkPnVD3vvkisHXSeN8KON9wje1KUgSnOiLiYyEBPAQ8PNMFzgiD0gmV06QzO51Cvd9yHibYJIp4LNkcT4U0AY4mckZjaO9MVtW0GXgP+g78M/mulD8T7oINNZK7N/l5ePXeSwdskjDLPA4sJs8nA8VEgHJXI1o/G0wwb+G4qaz5iRm0IcXvgf8r5AbK06ABaZjGj0jCXpGVYbDhtaXauhDykeA55gf2ymUihUgmamoxntBlUshjbEZleCsxnQUogndNV5FYoUXGmokVtfKrA9IvNAbawEumy3bFcAgB07OWTIR5wpgHAnMvyyqInpBdpK0RdYQbgQYJ+URZCQaXAGMk7ENKEQIVwDjWNIIu22AYFwBBGP7OGE0FicWi+W+0EJW1Fq2k9F2bBVgbOJ9JoK27K3KiiLLXN+xviSGz3Nhaw2DobCd5jOSUFVhZReKrQIUazNHOtSEvS/vsIrSj9Eyx1FzwoosU13tw1vlQZHlaxE2OxdlLhIRXDtjOEaApoYAjatWpm1Yg6EwI2NLBZCVUnpnX2YcIUD7uhZHdS0LoeTbgIZAXdk6HxwQAQ2BzG+nWmgDRPa2zFLyAlT7UvdjTQRDXAldJRqLZ7zPKd3QkhbAW5VavYSqMjbxvoDa2ENJtwGynNqTmZtzZnczEyUtQCXgCiCYkmoDqn0+mlYtbo5Il3RVV/toW7t6ybFgKMz0zKzt9bODkhJAUWTq/dnfy6bIqdc4ZeQzHWXxCCr2hI+VlIUA2fKBUsfxAjjZ+VBibcD0zCxnL1y89rna52PjhtaUawaGRotdNdtwfAQ4HVcAwbgCCMYVQDCuAIJxBRCMK4BgXAEE4wogGFsFELk41inrgmz1ULYVDXaSbsi6VLF9i5KZ/QGKIqesikioas554SKtI7Jki5Ltg3HeKk/a1Q1GUWS5rBZquY2wYFwBBOMKIBhXAMG4AgjGFUAwrgCCcQUQjAxcFV0JBzJllSEZ+JNVxiqI16wyJAOPAVesMlgBXEH3mSXIwHmgCziG/op1l/SE0X3Uhe4zS/g/lmmq4oxw9tYAAAAASUVORK5CYII=)}.monsterinsights-admin-page .monsterinsights-addon-forms:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAABtElEQVR4nO3boW7WABRA4dMGMQsTvyAjQWDQGy+A45FAM14EHmE4XoAEW4NY0mHWZPwWBxaB2BKak6bnk03FTU+uuUmHaV4AzoD3wBvglKzpDvgMvANuhmlengLfgIM61v7cAucj8IE+vuEAXA7TvNwBT+xpduo40sc3PR7tCfauALICyAoge3Sfl6bv12vP8SAvXzz/5/OtzPm3NkBWAFkBZAWQFUA2TPPy2x5iz9oAWQFkBZAVQFYAWbegFXUL2oACyAogK4CsALJuQbI2QFYAWQFkBZAVQLbJW9BWdAvagALICiArgKwAsm5BsjZAVgBZAWQFkBVA1i1oRd2CNqAAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKz/hGVtgKwAsgLICiArgOxe/wm//fJr7Tke5PL1iT3Cf9MGyAogK4CsALICyAogK4Csa6isDZAVQFYAWQFkI/DTHmLHjiNwZU+xY1fDNC/PgK/AwZ5mZ26B8xGYgQvgI3BUR9qHI/AJeAX8+AOC40aexB/2CwAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-addon-optimize{padding-top:100%}.monsterinsights-admin-page .monsterinsights-addon-optimize:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABeCAYAAABFEMhQAAAFNUlEQVR4nO2dzavcVBiHn5Pb1lo/UBFxIbiQCq7EpVioxYUIBTfd+B/oX6CIuHCrLgXFlSjuBIsLRRDd6MKFiovupKj4QatW7+39mOQkx0UmMyfJSWaSnJN0Ou8Dl7mTTM7JfX7JyZtMZq668N5lRuI48CzwPPA4cGqsjifmD+Ai8C7wnT1DjST/LPA5cGKMzm5gvgeeBHYBohE6fA74ChEP8Bj5nnAXhJf/IPBh4D42jVPAt4AKLf+DwO1vKqeBp0LKj4AzAdvfdF4JKX8nYNs3A2dF/oSMUe0IDYj8CRH5E6Iu/XK1NOHVL6/7avskcOirsZuR2pb/2rnbp1iPraS25dsM3Atky19B65gve0FYVh5wJYBwrFXtSABhWLvUlAD806nOlwD80vkkSwLwR68zXAnAD70vL0gAwxl0bUcCGMbgC2sSQH+8XNWUAPrh7ZKyBNAdr9fzJYBueH8zRQJYnyDvZEkA63GsZZ6a//Ti9D07J366lvZdfFQyM02/1TdTbgVeBF4CbplkjSbg5U9+5thtd49wA18Ze8t/lPwewq27odVkKcnuFY7fed+oARQ9PQz8wBaKLzBpQrJ7BUw2Wp/R/Ofr0Xq8gRk7gAh4Grh3lN42AJMmJHtXRwkgAl4I3suGYXQ8SgARcC5oDxuK0Ql676+gAUSAnBHVUKDyIUhf/xtMmBMBuVezRvm80ugYvf9PkABEfgm1eFCL31WwAER+lYr4IhCjY/TBNa8BiPwFyiHenp3vAenhf4CfAEQ+823bKb7yXCkyPSM98BOAyAdQail+OXExr/RIPgSlB7sMDUDkV7HG+drQw3zvUAqTxqSHwwIQ+TZN4ue/F+ILjE5Ij/p/hkHkF9jia9Pr4hcnYjomm/ULQOQDpiq+Ms47jwfFURrIklmvAEQ+le29SbxdAanKUkqR6Zhstt+pX5Fv46hsys9VfWSyQjJpQhYfrN2dyIe8YHGIL4/zlfHeeq09LBkdk8XrfQ5Q5ENrSVk8Wz6sHpZMGpMlRyu7Ffk2jZUNTvHV5exhyegYk8xauxP5BStKSpf41mFJQZbGGN0cgMgHCnGrSsrynJZhabFMfhA2Onb2KvKh+aKao6TMp7QMS46wmgIQ+Ta9xKsG8Wr+svy5yTQmTUrdifwC59hdntc6LJXP1Erii+VNmpQCEPmAvbUuH3qc6c7HeVWbvpxvshSTaaD9LuXtpFNJWQ3LIb60TLEHaEDJlr+kT0mJQ7w9ry5+0V6mRT6Qi+ki3lFSLhdxDE92V9ZyIp9llV+fvk5JWR3zcYRlV0rL6SIfGFZS4qxs3O2VZ4l8m4G1fH0Zl/jla0U+zMf8NWr5yvS2ktLdXjkkkW+xspbvWFJaDVMVD/wp8qs0vWvVQ3z1AFsKxZjXRT6Qa2qq5ZtKymL26pKy3p3KMj17R+QX+KjlG0rK0muVAmPOA/siH1zHUtoOtPnDqpKyUfwF4FOQA24FnyUl1de+n8WH9wMfFRPkwhqwc/KOkP9owZg0cd7QKfJzxvvks4UMO0z3LSkif84UAYh8i7EDEPkVxgxA5DsYKwCR38AYAYj8FkIHIPJXEDIAkb8GoQIQ+WsSIgCR3wHfAYj8jvgMQOT3wFcAEfCrl5a2DB8BRMDHw1dlo+n99w8NIALeHtTC5vPmkIWHBBABl4AvhqzABvMjHr7QtW8AxQH3PPDb0JXYMP4FzuDra6N6UMg/Ah4CPptqRUbmG+ABYG/KlbBLzRnwDPAI8AZweZI1CsfvwFvk35b+BNDtWyoC8D/ypjW2YaKvCQAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-addon-dimensions{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-dimensions:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABmCAYAAACtOU2QAAALS0lEQVR4nO2de5RVVR3HP/fOMANDMzxmzJCCBUUgzyQkrQyzrMzKXlIgLioqMjOwxFyWKWJoGbVaFalZUiJLkpa9CI14aBiPKJVHqUAYymIWw2N4wwxzb39872Xu3LnnnH1e95y5l89a88fcu8/ee357n71/+7d/v98kPvrQLkqIzwLfAgYBiSK1uRO4B3jA7YOVwfclMq4CfhlBu4OA+4GDwGNuHkyG0p1o+HzE7U9z+0ApCb93xO33c/tA5ZQBeyy/XLjLdX3ljOs9xnbm2w1MDGmLuP1jbh9wXHa60ACsibj9p9w+YLTmd5EBmAs8E1Hb6zPtuyKxZMV648JdYA9IAu8GBgM3AKNsyi7CfrZOACbbfL8Z+DHS81cCKVc9xaWe7/YNiGCwUsCKzM9V2At/DfYHowrshb8L+LnbDuYSqqo5ZcCerrJkRUJR9Pyzg1CYoh6yzg5AR4p+wj07AO1EYl44OwAiMtvO2QGI2LBW7gMQuVWznAcgcuFD+Q5ALIQP5TkAsRF+ORIr4Zfb7I+V8MuN2Am/nGZ/7IRfTsRS+OUy+2Mp/HIhtsIvh9kfW+H75DXA6JDbuCDTjmdKVfjfBN7gsw4nP6DzgDv8NFCKwh8GfN2g3BaH7583qGMGMNKgXEFiLXyP6/58oJtDmb/j7GS1HrmE2FEJ/BSP7uixFr4HJiO/HTvagOuBtEF9M4DTDmXeBUwxqKsTpST8OuBeg3L3Ac8Z1rkFzWwn7sWDl3QpCX822gTtaEKRK274NtDoUOZcYI7LektG+GOArxiU+wbQ7LLuw8DNBuWuQ+qnMaUg/ATwE5xdH9cBCzy2sRD4m0OZCrTZG8s09sI30HimAu90KNMGfBmzTbYQaeR467T5XgR8zrTS2Avfgd7A9wzKPQA867Ot59HMduIeoN6kwjCFPxiYBTyI9OVtwD4UwdECHABeRT71i4CJHtqYC5zjUKYJnXiD4HacN9964G6TysIKBZ0ALAN62JTpk/npD7wdmARcBnzJsI1xwBcNyt2KwjSDoBm4Bee9YxoKS11nVygs4X8fe8FbMR39YbadRm/sfLTJ2fECsAq9hUGxBtgKjLApk0Tng/HY2IjCEr5dUIITY3AW/heACw3qGgZs99EXP4xFb7HlIS2sNb/ax7Md+lQguuUc4Ds+6i8md6EDWEFir+0UUDWNtYkYYKuNxV74eVyMklt0Ja4FLin0RVcSfvYEWaxsIkGRQP3utL8GKfw6YCawyWc9d6MQy2F5n18PvMVn3VExEpmnO2AXh9uAju61wHKsA4x7oJujG4G+vrvZTgp4FLh94a5+R4EX0QCfoTqZYnDPE3RLptl1vDvNrbHOYHMEOB/Ynf3ASvivR7c9ufegy9CJdWvOZ+8DfkawenQ+J7cfrdn2j4N1o9rSWnEqEmmG1R5jRN0xqpKKPU4DGw/24sUjNSF2xTeLgU9nfykk/CpgNdrc8kmhQ9Bd6EB0M0Vagw+0dOOZ/b1pqG5hdN1RelZ2PrukgZV7+7LnpB9NN3Tei4K0Cwr/PiRYO9LEdONrSSVZ1ljPkdOxXYJeQHvXqfwN91M4Cx5iKniAqmSKSxqaSSa8Wo9DZxjaHztoO/3R+t3l6VvVyuheR6Puhh23AH1zhX8/sjKWBCPqjlJf1Rp1N6zoBVybFf6VmZ+SIQFc2OdQ1N2w4yNJtPTMi7onYdBQ3crAmpNRd8OK0Ung48DQqHsSFufXxnbtr08CXy1igyl0fXiiWA02VLfSu5vTvXckHE7i7+LDhM3A14DhyIeyHugJDERudn/Gu1eBEYUOZDFgexI5hIZBI3A1upn6IfAf2vOQpVGarEfQRj8e+HcYnUhDXG0+TyWRtXBHwBU/jd6oJZjN6o3A24C/BtwPnmuu5dhpp6veSPhVEgl+HPJ1PBxApQeRt/A+l88dBT6Jlinf7D5RzRONDWw97Ct4JCz+BGzK6vnNKMpiEPKF8aMizCbHbOqSQ2jgPO+Qr57ozrLGBlY19WVfi5ObfiQ0kXGPybftHEAORkM8VrwPD3nk89gCPOTlwQ0HerG6qQ/74yl0kOA/QGZyWt1keX1XFxOMGulJ+N2SrvOKFpM1wFuBf2U/sFIDvF6OPO3xuXzWoSWol5uHaipiJfwU0ujWIi/nZeQpH0HP/P95fC6fNB5Uz6G1xx5GZp04/FSgPXQyFmcZK+F3d/uHZwjyLO/Fv9L2/wHEDSvhH/dYn6tlwgEn7+NCtEDXiV63WvOPeKxvMLp490sSvbJuOWNDzh0Aq4Tac9/T8QW/dUVhC6hpObdYeS8MBF72UN+DyInVL2OBf3p47iZszOMLd/XrJEi/+BkIq2WnF96MXRORv49fpnp8rgab++WgBZ+t02u9+cIfiqJEnsXbJXkdOuH64Vy8vz13ovCdiRTZFdLLIGQ7+Ebg18ghahL+On4duqDxyo/wFliRZRQ67G1C3hh2k6g3CiF9HPu37eJMmdk4nIHcDEJiyYr1lwJL0SsbFC3ANciqaUolinlyG6TsxGI0odLDh5zZw6uQw9cs2l0QU8i0nb/X9ABeQl58ILvTQhTTu9epcbs9IYlC14P2sasCfgP8Aud/3pUAPoxC8oMWPGj2vyPn90HoDmMOHX0/k+jeYTDa8Eci39MZtAseNEk+g2xQlzk1bvcmJJasWH8orxNBcxy9WU8i8/UBdILuj/zWryRcX0/IBKhlZv5aFC8bBCdRygFPAXeVyODzwYA6U4gadKN1dYht2JGm49kjSEfOSnxcgSbRBlfK/AX5R2YxipE1ZD7uczmcIYk6tyGw7sSP/Jiox8gx6/qgFam2nsmqlDMJ2YMgIn5PJltUjqZzEbrU90s3vB8GgXbhrwUe9t2deHEcmRtyBV+BbtqCulGfQ0dNyBW5hrWZKEWW36x8ceGm4UMG5QdAT8LeTymFbO9r0JXfaHResTKZ1CB9/wYvHcwV/kGkvy6na0UpFmIpCvKoQg5b2al/uc0zr6CT+ca8z29DrvPXWDw3LdMOyKr6A5yTYwCdTcor0SZyh8Nz25FJothBEi+j19zOC2onWovTyA/exNZ0Gv0vxUJpYY4gAY+nsGNBDzom4BhATtyVHYVm+J3Ir6QQ+5Dbw9BMZz2rWR5YgFwOxwBPWJQ5jmbv/sw6b5pVdgn2+XhOodOvCcapvgoJP418KHPzTrYgO/kQFESRAv6I/rilpo15ZDfwMRR5fgLd7V6BBn9bTrm9SPC5mQNN0wSsNihj+s+GX2dYzvL1PYSO/hegaJXNaAPK5xXgQ0g4swnW6fYQmm3zKHw3/Ac08OPRmruBjNtKjnZj6s5wyqCM6dWqsdOQkwepaWqsx4HfoQ1tOv5MyjtQmpQFONtM2pCabIXRxodZSt6xhnXtNywXqFaTRqflT/isZx6a8Z6MVTmzHjoGbNsxFXvjYgLzOAbTNru8SunEo5gJowGpk1UFvqtAaWYmGNTThPJGGFHqwv8vWlKyjkzftSk7Gd1+Tc88MwydezZgn9R0XU79r8WFAhLLqIEQmYeuOa2WmKHocOaG27x2JqyZ78fPP8wAqiZ0dRgUi/AR0BGW8L06zLZhpnP7IYgEp6CzT6ccOm4IS/g34j5Aog0Z97Y5FfTJOIIxKVdhbe8xwi7ZkV9qgfcDbwbehO5sa2nXKJrRQWpH5mcV8hLwTJ6aacVylHYlCA4iW5Mn39YwN9wjuHMdKRae7e8F6IM279gJv6gYznrQ0vYIhe0+O5Fh8TxkJmhENqQrCpQ9jVIFm56iO1EywnfBk2jNX0Dn5WcW8Nu8z5ahGOJc36btKGWjU+ZbW0r9kGXFbmSHuhztNS3IWpsveFBoz0ykPr+E8uOPwKfgAf4PENliVPJHqFIAAAAASUVORK5CYII=)}.monsterinsights-admin-page .monsterinsights-addon-performance{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-performance:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-scroll{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-scroll:after{background-image:url(../img/icon-scroll-tracking.png)}.monsterinsights-admin-page .monsterinsights-upsell-large{padding-bottom:35px}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-large{padding-left:10px;padding-right:10px;line-height:1.2}}.monsterinsights-admin-page .monsterinsights-upsell-large h3{color:#4c6577;font-size:18px;font-weight:400;margin-top:33px;margin-bottom:14px}.monsterinsights-admin-page .monsterinsights-upsell-large h2{font-size:18px;margin-top:0}.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-coupon{color:#509fe2;border:1px dashed #509fe2;padding:7px;margin:0 7px;vertical-align:middle;line-height:1}.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:wrap;flex-flow:wrap;margin:30px auto 25px;max-width:525px}.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-features span{display:block;width:33%;color:#393f4a;font-size:14px;text-align:left;margin:10px 0}.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-features span:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAj0lEQVQ4je2U0QmAIBCGv8QFXKEVapDGaYS2aJFGqBV8aAFX6EHB8OHOIIjA70nx/ED577ppPVHogR1wQABGwEsXjGZMUpfWLu1FaqSPadKfSC0xIlJMBmVf4i052LUsynkwD4U1OENsvTcJltjL2p/enzwDh1DvLXE4iAOi4AA2qeA/OW3Sb6Se3CCBivhdiyQVWMKC0oMAAAAASUVORK5CYII=);width:11px;height:11px;background-size:contain;display:inline-block;margin-right:12px}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p{color:#444}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p a{color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/settings.rtl.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/settings.rtl.css new file mode 100644 index 00000000..50652b35 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/settings.rtl.css @@ -0,0 +1 @@ +.monsterinsights-dark[data-v-1eb99caf],.monsterinsights-dark[data-v-6a976dba],.monsterinsights-dark[data-v-4619bc56]{display:block}.monsterinsights-addons-navbar h1{display:inline-block;font-size:16px;line-height:48px;font-weight:400;margin:0;color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters{float:left;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;margin-top:10px;width:258px;position:relative}@media (max-width:750px){.monsterinsights-addons-navbar .monsterinsights-addons-filters{width:calc(100vw - 200px)}}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]{height:28px;margin-left:0;padding-right:10px;padding-left:28px;font-size:14px;border-color:#d6e2ed}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]::-webkit-input-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]:-moz-placeholder,.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]::-moz-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters input[type=text]:-ms-input-placeholder{color:#8ba4b7}.monsterinsights-addons-navbar .monsterinsights-addons-filters>i{position:absolute;left:10px;top:5px;z-index:10;color:#b7c9d9}.monsterinsights-addon-not-available .monsterinsights-addon-status span,.monsterinsights-addon-not-installed .monsterinsights-addon-status span{color:#777}.monsterinsights-addon-inactive .monsterinsights-addon-status span{color:#d4393d}.monsterinsights-addon-active .monsterinsights-addon-status span{color:#64bfa5}#monsterinsights-addons{width:770px}@media (max-width:782px){#monsterinsights-addons{width:100%}}#monsterinsights-addons .monsterinsights-addons-area{margin:0 10px}#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-active .monsterinsights-button:hover,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-inactive .monsterinsights-button:hover,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button:focus,#monsterinsights-addons .monsterinsights-addon-not-available .monsterinsights-button:hover{background:#fff;border-color:#c4d6e2}#monsterinsights-addons .monsterinsights-addons-no-results{margin-top:25px;padding:0 10px}#monsterinsights-addons .monsterinsights-addons-no-results p{font-size:16px}#monsterinsights-addons .monsterinsights-addons-no-results>div{visibility:hidden;-webkit-animation:loadMonsterInsightsSettingsNoJSView 0s 2s forwards;animation:loadMonsterInsightsSettingsNoJSView 0s 2s forwards}.monsterinsights-path-addons .monsterinsights-navigation-bar{padding-right:10px;padding-left:10px;background:#fff;border-top:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-container,.monsterinsights-path-addons .monsterinsights-navigation-bar .monsterinsights-main-navigation.monsterinsights-main-navigation-open{padding:0}.monsterinsights-addons-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px}.monsterinsights-addons-list .monsterinsights-addon{width:calc(50% - 12.5px);border:1px solid #d6e2ed;position:relative;background:#fff;padding:0 0 72px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-addons-list .monsterinsights-addon{width:100%}}.monsterinsights-addons-list .monsterinsights-addon h3{color:#393f4c;margin:0 0 -5px;font-size:15px}.monsterinsights-addons-list .monsterinsights-addon .monsterinsights-addon-excerpt{color:#777;font-weight:400;margin:10px 0 0;font-size:14px}.monsterinsights-addons-list .monsterinsights-addon-top{padding:20px 24px;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addons-list .monsterinsights-addon-image{border:1px solid #d6e2ed;width:74px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-item-align:start;align-self:start;margin-left:20px}.monsterinsights-addons-list .monsterinsights-addon-image img{display:block;max-width:100%}.monsterinsights-addons-list .monsterinsights-addon-message{position:absolute;bottom:0;background:#f9fbff;border-top:1px solid #d6e2ed;right:0;left:0}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-interior{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-status{font-weight:700;font-size:13px;color:#393f4c}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-addon-action{-ms-flex-item-align:end;align-self:flex-end}.monsterinsights-addons-list .monsterinsights-addon-message .monsterinsights-button{padding-bottom:7px;padding-top:9px;min-width:120px;line-height:1}.monsterinsights-addons-list .monsterinsights-addon-upgrade{text-align:center;width:100%}#request-filesystem-credentials-dialog[data-v-496d2653]{display:block}.monsterinsights-file-input{margin-bottom:20px}.monsterinsights-tools .monsterinsights-dark{margin-bottom:5px;display:block}.monsterinsights-tools-url-builder p .monsterinsights-info{margin-right:0}.monsterinsights-tools-url-builder .monsterinsights-input-text{margin-bottom:20px}.monsterinsights-required{color:#d4393d}textarea:-moz-read-only{background-color:#f9fbff}textarea:read-only{background-color:#f9fbff}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-tools-info-row p{margin-top:0}.monsterinsights-tools-info-row{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-tools-info-row .monsterinsights-tools-info-label{width:230px;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-tools-info-row .monsterinsights-tools-info-description p{margin-bottom:5px}@media (max-width:782px){.monsterinsights-tools-info-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a{color:#777}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:focus,.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info a:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-toolsadditional-info i{margin-left:10px;color:#b6c9da}.monsterinsights-about-block{padding:25px;background:#fff;border:1px solid #d6e2ed;margin-top:20px;margin-right:20px;margin-left:20px}.monsterinsights-about-block h3{color:#393f4c;font-size:18px;margin:0 0 20px;line-height:1.4}.monsterinsights-about-block p{font-size:16px}.monsterinsights-about-block:after{content:"";display:table;clear:both}div[class*=" monsterinsights-path-about-"] .monsterinsights-container,div[class^=monsterinsights-path-about-] .monsterinsights-container{width:100%}div[class*=" monsterinsights-path-about-"] .monsterinsights-header,div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar,div[class^=monsterinsights-path-about-] .monsterinsights-header,div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar{padding-right:20px;padding-left:20px}@media (max-width:782px){div[class*=" monsterinsights-path-about-"] .monsterinsights-header,div[class*=" monsterinsights-path-about-"] .monsterinsights-navigation-bar,div[class^=monsterinsights-path-about-] .monsterinsights-header,div[class^=monsterinsights-path-about-] .monsterinsights-navigation-bar{padding-right:0;padding-left:0}}div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list{padding:0 20px}div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon{width:calc(33.3333% - 12.5px)}@media (max-width:782px){div[class*=" monsterinsights-path-about-"] .monsterinsights-addons-list .monsterinsights-addon,div[class^=monsterinsights-path-about-] .monsterinsights-addons-list .monsterinsights-addon{width:100%}}div[class*=" monsterinsights-path-about-"] .monsterinsights-addon-image,div[class^=monsterinsights-path-about-] .monsterinsights-addon-image{min-height:74px;padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;height:74px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}div[class*=" monsterinsights-path-about-"] .monstericon-star:before,div[class^=monsterinsights-path-about-] .monstericon-star:before{color:#fdb72c}.monsterinsights-lite-vs-pro-table{padding:0}.monsterinsights-lite-vs-pro-table .monsterinsights-lite-vs-pro-footer{background:#f0f0f0}.monsterinsights-lite-vs-pro-header{text-align:center;padding:40px 0 22px}.monsterinsights-lite-vs-pro-header h1{font-size:22px;margin:0 0 22px}.monsterinsights-features-table{width:100%;border-collapse:collapse;border-top:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-features-table td,.monsterinsights-features-table th{width:33.33333%;border-bottom:1px solid #d6e2ed;padding:30px;vertical-align:top}.monsterinsights-features-table td p,.monsterinsights-features-table th p{margin:0}.monsterinsights-features-table th{background:#f0f0f0;text-align:right;border-left:none}.monsterinsights-features-table td p>span{display:block;margin-right:30px}.monsterinsights-features-full:before,.monsterinsights-features-none:before,.monsterinsights-features-partial:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f021";font-size:20px;margin-left:10px;color:#d4393d;position:relative;top:2px}.monsterinsights-features-partial:before{content:"";background:url(../img/about-icon-check.svg) no-repeat 50%;background-size:19px auto;width:19px;height:19px;top:6px}.monsterinsights-features-full:before{content:"\f015";color:#4ab99b}.monsterinsights-lite-vs-pro-footer{padding:50px 20px 30px;text-align:center}.monsterinsights-lite-vs-pro-footer h3{margin-bottom:10px}.monsterinsights-lite-vs-pro-footer p{margin-bottom:0}.monsterinsights-lite-vs-pro-footer a{color:#509fe2}.monsterinsights-lite-vs-pro-footer a:focus,.monsterinsights-lite-vs-pro-footer a:hover{color:#393f4c}.monsterinsights-lite-vs-pro-footer.monsterinsights-small{padding:0;text-align:right}.monsterinsights-lite-vs-pro-footer.monsterinsights-small h3{margin-bottom:5px}.monsterinsights-lite-vs-pro-footer.monsterinsights-small p{margin-top:0}.monsterinsights-two-column{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-two-column>div{width:50%}.monsterinsights-list-check ul{margin:0}.monsterinsights-list-check li{font-size:16px;margin-top:10px;padding-right:30px;position:relative}.monsterinsights-list-check li:first-child{margin-top:0}.monsterinsights-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f015";font-size:20px;margin-left:10px;color:#5cc0a5;position:absolute;right:0;top:0}.monsterinsights-about-docs-row:after{display:table;clear:both;content:""}.monsterinsights-about-docs-image{width:270px;float:right;margin-left:20px}.monsterinsights-about-docs-1:after{background-image:url(../img/about-icon-connect.png)}.monsterinsights-about-docs-2:after{background-image:url(../img/about-icon-guide.png)}.monsterinsights-about-docs-3:after{background-image:url(../img/about-icon-gdpr.png)}.monsterinsights-about-docs-4:after{background-image:url(../img/about-icon-addons.png)}.monsterinsights-about-docs-5:after{background-image:url(../img/about-icon-ecommerce.png)}.monsterinsights-bg-img.monsterinsights-about-team{padding-top:59%}.monsterinsights-bg-img.monsterinsights-about-team:after{background-image:url(../img/about-team.jpg)}.monsterinsights-about-page-right-image{float:left;width:40%;text-align:center;margin:0 20px 0 0}@media (max-width:782px){.monsterinsights-about-page-right-image{width:100%;float:none;margin:0 0 20px}}.monsterinsights-about-page-right-image img{width:100%}.monsterinsights-about-page-right-image figcaption{color:#999797;margin-top:5px}.monsterinsights-about-page-right-image iframe{max-width:100%}.monsterinsights-dark[data-v-7dd26406]{display:block}button[data-v-45fbd430]{margin-top:3px}.monsterinsights-dark[data-v-33024a0a]{display:block}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;left:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;right:50%;margin:-8px -8px 0 0;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:right;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-right-radius:0;border-bottom-left-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-right-radius:0;border-top-left-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 5px 0 0;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-right:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 8px 0 40px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 20px 2px 8px;border-radius:5px;margin-left:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-right:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.multiselect__tag-icon{cursor:pointer;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0 30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-top-left-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.multiselect__option:after{top:0;left:0;position:absolute;line-height:40px;padding-left:12px;padding-right:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:left}[dir=rtl] .multiselect__select{left:auto;right:1px}[dir=rtl] .multiselect__tags{padding:8px 40px 0 8px}[dir=rtl] .multiselect__content{text-align:left}[dir=rtl] .multiselect__option:after{left:auto;right:0}[dir=rtl] .multiselect__clear{left:auto;right:12px}[dir=rtl] .multiselect__spinner{left:auto;right:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-2turn);transform:rotate(-2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-2turn);transform:rotate(-2turn)}}.update-nag{display:none}.monsterinsights-admin-page{min-height:100vh;font-size:14px}.monsterinsights-admin-page a{color:#509fe2}.monsterinsights-admin-page a:focus,.monsterinsights-admin-page a:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-container{margin:0 auto;max-width:100%;width:750px}.monsterinsights-admin-page .monsterinsights-separator{background:#d6e2ed;display:block;height:1px;margin:25px 0}.monsterinsights-admin-page .monsterinsights-settings-content{margin-right:auto;margin-left:auto;max-width:750px}@media (min-width:783px) and (max-width:790px){.monsterinsights-admin-page .monsterinsights-settings-content{padding:0 10px}}.monsterinsights-admin-page input.monsterinsights-has-error{border-color:red}.monsterinsights-admin-page .monsterinsights-button{background:#509fe2;color:#fff;border:solid #2e7fbe;border-width:1px 1px 2px;border-radius:3px;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-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 input[type=number],.monsterinsights-admin-page input[type=text],.monsterinsights-admin-page textarea{border:1px solid #b7c9d9;border-radius:3px;font-size:14px;padding:9px 15px;width:100%;-webkit-box-shadow:none;box-shadow:none;height:40px;margin:0;color:#444}.monsterinsights-admin-page input[type=number]::-webkit-input-placeholder,.monsterinsights-admin-page input[type=text]::-webkit-input-placeholder,.monsterinsights-admin-page textarea::-webkit-input-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number]:-moz-placeholder,.monsterinsights-admin-page input[type=number]::-moz-placeholder,.monsterinsights-admin-page input[type=text]:-moz-placeholder,.monsterinsights-admin-page input[type=text]::-moz-placeholder,.monsterinsights-admin-page textarea:-moz-placeholder,.monsterinsights-admin-page textarea::-moz-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number]:-ms-input-placeholder,.monsterinsights-admin-page input[type=text]:-ms-input-placeholder,.monsterinsights-admin-page textarea:-ms-input-placeholder{color:#b7c9d9}.monsterinsights-admin-page input[type=number].monsterinsights-has-error,.monsterinsights-admin-page input[type=text].monsterinsights-has-error,.monsterinsights-admin-page textarea.monsterinsights-has-error{border-color:#d83638}.monsterinsights-admin-page input[type=text]:-moz-read-only{background:#fff;color:#b7c9d9}.monsterinsights-admin-page input[type=text]:read-only{background:#fff;color:#b7c9d9}.monsterinsights-admin-page textarea{height:150px}.monsterinsights-admin-page label{width:100%;font-size:14px;display:inline-block;color:#777;margin:2px 0 17px}.monsterinsights-admin-page .inline-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.monsterinsights-admin-page .inline-field input{width:100%}.monsterinsights-admin-page .inline-field .monsterinsights-button{margin-right:10px;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-admin-page .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default}.monsterinsights-admin-page .monsterinsights-error i{margin-left:10px}.monsterinsights-admin-page .monsterinsights-license-type-text{color:#777;font-weight:700;margin-top:16px}.monsterinsights-admin-page .monsterinsights-license-type-text a{color:#777;font-weight:400}.monsterinsights-admin-page .monsterinsights-dark{color:#444;text-transform:capitalize;font-weight:700}.monsterinsights-admin-page .monsterinsights-settings-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block{margin-right:10px;margin-left:10px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title{border-bottom:1px solid #d6e2ed;padding:16px 25px;font-weight:500;font-size:14px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-title{padding-right:15px;padding-left:15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content{padding:25px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content{padding-right:15px;padding-left:15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p{font-size:14px;color:#777;margin-top:-5px}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content p a{color:inherit}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade{padding:25px 22px 25px 25px;margin:-25px;border-right:3px solid #64bfa5}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade{padding-right:15px;padding-left:15px;margin:-25px -15px}}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-settings-addon-upgrade.monsterinsights-settings-addon-disabled{border-right-color:#f5c953;padding-top:15px;padding-bottom:15px}.monsterinsights-admin-page .monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-admin-page .monsterinsights-settings-input-radio label{color:#444;font-size:14px}.monsterinsights-admin-page .monsterinsights-settings-input-radio label small{font-size:14px;color:#777;font-weight:400}.monsterinsights-admin-page .monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500}.monsterinsights-admin-page .monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-left:16px}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{right:2px;left:2px;top:2px;bottom:2px;position:absolute;content:"";background:#509fe2;display:block;border-radius:50%}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{background-color:#dee5e9}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;margin-left:9px;background-color:#acbdc9}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{left:2px;right:auto}.monsterinsights-admin-page .monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{right:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-admin-page .monsterinsights-info{color:#b6c9da;margin-right:10px;cursor:help}.monsterinsights-admin-page .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input,.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select{margin-left:18px}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-admin-page .monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.monsterinsights-admin-page .monsterinsights-dimensions-count{color:#777;font-style:italic;font-size:14px}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label{margin-bottom:0;width:auto}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-settings-input-repeater-labels label:first-child{width:calc(70% - 20px)}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-button{margin-left:25px}.monsterinsights-admin-page .monsterinsights-settings-input-dimensions .monsterinsights-error{margin:0 0 20px}.monsterinsights-admin-page .monsterinsights-settings-input-select .monsterinsights-dark{margin-bottom:5px}.monsterinsights-admin-page .monsterinsights-settings-input-select label{margin-top:-4px}.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content{padding-right:30px}@media screen and (max-width:767px){.monsterinsights-admin-page .monsterinsights-collapsible .monsterinsights-collapsible-content{padding-right:15px}}.monsterinsights-admin-page .monsterinsights-collapsible>p{margin-top:0}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible{color:#b7c9d9;float:left;font-size:22px;padding-right:20px}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:hover{color:#393f4c}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible:focus{outline:none}.monsterinsights-admin-page .monsterinsights-settings-input-toggle-collapsible i{cursor:pointer}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;margin-bottom:9px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate label{margin-top:0;margin-bottom:4px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate p{margin:0}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights- -ua,.monsterinsights-admin-page .monsterinsights-settings-input-authenticate button{margin-top:14px}.monsterinsights-admin-page .monsterinsights-settings-input-authenticate .monsterinsights-manual-ua+.monsterinsights-error{margin-top:15px}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions{margin-top:18px}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button{margin-left:20px;margin-top:0}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-auth-actions .monsterinsights-button{margin-bottom:10px}}.monsterinsights-admin-page .monsterinsights-auth-info .monsterinsights-settings-input-toggle-collapsible{margin-top:12px}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-paragraph{padding-top:5px}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text{color:#999797;font-size:12px;text-decoration:none}.monsterinsights-admin-page .monsterinsights-auth-manual-connect-text:hover{text-decoration:underline}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-upgrade-icon{margin-left:25px}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-settings-addon-message{margin-left:25px;width:100%}.monsterinsights-admin-page .monsterinsights-settings-addon-upgrade .monsterinsights-button{font-size:12px;padding:6px 16px}.monsterinsights-admin-page .monsterinsights-icon-warning{width:48px}.monsterinsights-admin-page .monsterinsights-icon-warning:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-settings-network-notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:20px;border-bottom:1px solid #d6e2ed;margin-bottom:15px;color:#777}.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-bg-img{margin-left:25px}.monsterinsights-admin-page .monsterinsights-settings-network-notice .monsterinsights-network-message{width:100%}.monsterinsights-admin-page .monsterinsights-undo-redo{float:left;margin-top:16px}.monsterinsights-admin-page .monsterinsights-undo-redo button{border:none;background:rgba(0,0,0,0);color:#509fe2;padding:0;margin-right:5px}.monsterinsights-admin-page #monsterinsights-license-key-valid{-webkit-text-security:disc;text-security:disc;-moz-text-security:disc;font-family:text-security-disc;font-size:25px;line-height:1.2;color:#b7c9d9;padding-top:7px}.monsterinsights-admin-page #monsterinsights-license-key-valid::-webkit-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page #monsterinsights-license-key-valid:-moz-placeholder,.monsterinsights-admin-page #monsterinsights-license-key-valid::-moz-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-admin-page #monsterinsights-license-key-valid:-ms-input-placeholder{font-size:14px;line-height:normal;position:relative;bottom:4px}.monsterinsights-first-time-notice .monsterinsights-notice-button{margin-top:20px}.monsterinsights-settings-blur .monsterinsights-settings-content{-webkit-filter:blur(5px);filter:blur(5px);pointer-events:none}.monsterinsights-settings-blur.monsterinsights-path-general .monsterinsights-settings-content{-webkit-filter:none;filter:none;pointer-events:auto}.monsterinsights-not-authenticated-notice{position:fixed;top:40%;right:50%;width:750px;max-width:100%;margin-right:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-right:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-right:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{right:0;margin-right:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-right:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate .monsterinsights-button{margin:0 20px}.monsterinsights-not-authenticated-notice .monsterinsights-dark{font-weight:400;margin-bottom:20px}.monsterinsights-admin-page .edd-logo,.monsterinsights-admin-page .memberpress-logo,.monsterinsights-admin-page .woocommerce-logo{background:url(../img/woocommerce.png) no-repeat;background-size:contain;width:156px;height:31px}@media (max-width:767px){.monsterinsights-admin-page .edd-logo,.monsterinsights-admin-page .memberpress-logo,.monsterinsights-admin-page .woocommerce-logo{margin-top:18px}}.monsterinsights-admin-page .edd-logo{background-image:url(../img/easy-digital-downloads.png);width:194px}.monsterinsights-admin-page .memberpress-logo{background-image:url(../img/memberpress.png)}.monsterinsights-admin-page .monsterinsights-logos-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;border:1px solid #d6e2ed;margin:40px 50px 60px;padding:25px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-logos-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:20px;margin-left:20px}}.monsterinsights-admin-page .monsterinsights-logos-row .monsterinsights-box-title{font-size:13px;font-weight:700;color:#8aa4b8;position:absolute;background:#fff;padding:0 10px;top:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);right:50%}.monsterinsights-admin-page .monsterinsights-upsell{background:#fff;border:1px solid #d6e2ed;text-align:center;margin-top:25px}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell{margin-right:10px;margin-left:10px}}.monsterinsights-admin-page .monsterinsights-upsell h2{font-size:20px;color:#393f4c;margin:36px 0 14px}.monsterinsights-admin-page .monsterinsights-upsell h3{font-size:18px;color:#393f4c;margin:0 0 14px}.monsterinsights-admin-page .monsterinsights-upsell h4{font-size:18px;color:#4c6577;font-weight:400;margin:0;line-height:2}.monsterinsights-admin-page .monsterinsights-upsell p{font-size:14px;color:#4c6577}.monsterinsights-admin-page .monsterinsights-upsell .monsterinsights-upsell-top{padding-right:10px;padding-left:10px}.monsterinsights-admin-page .monsterinsights-upsell-bottom{background:#f7f9fd;border-top:1px solid #d6e2ed;padding:36px 50px 30px;position:relative}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-bottom{padding-right:20px;padding-left:20px}}.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top{position:absolute;top:0;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-bottom .monsterinsights-button-top{min-width:288px}}.monsterinsights-admin-page .monsterinsights-upsell-bottom img{max-width:100%}.monsterinsights-admin-page .monsterinsights-report-ecommerce:after{background-image:url(../img/monsterinsights-report-ecommerce.png)}.monsterinsights-admin-page .monsterinsights-addon-ads,.monsterinsights-admin-page .monsterinsights-addon-amp,.monsterinsights-admin-page .monsterinsights-addon-dimensions,.monsterinsights-admin-page .monsterinsights-addon-eu-compliance,.monsterinsights-admin-page .monsterinsights-addon-forms,.monsterinsights-admin-page .monsterinsights-addon-instant-articles,.monsterinsights-admin-page .monsterinsights-addon-optimize,.monsterinsights-admin-page .monsterinsights-addon-performance,.monsterinsights-admin-page .monsterinsights-addon-scroll{width:48px;padding-top:110%}.monsterinsights-admin-page .monsterinsights-addon-eu-compliance{padding-top:100%}.monsterinsights-admin-page .monsterinsights-addon-eu-compliance:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-ads:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAAFk0lEQVR4nO2dv28bVRzAPz5ZjpM6VKmbhgS1CgSFCWVoYfDUyRKCoSDGtkKCgfwBHZAYOsHQPyATKgplg3YqCE9d8II6hE6NCLVSiOsmbtTaiR3L2Azu2eez3fjH832ffe8jRXLu3t37vu/n/N6755MduHRzm0H5O/WXe9MHwHfAPJAGPgd+dRZ4a/FtX9bhJqBCALQEv0MtaJs0sGD/02/Q41KHE2vgM7zEFcy8a/d8h3K+rMOJMgFwfFAqgh6XOmyUCoDOwakMelzqgIaAs8A6sAdUFfy1Q8V5x6GOPWq5PgsQBN4A/gDmOlRoUEsUuALEgQsW8C0m+RLMAd9YwIfSkfiYjyzglHQUPmYmcOnmdqfBpifK5TK72acUiwWq1dZTBgIBwuFJZqNnCAaDvq7DibJp6G72KYXCYdugAarVKoXCIbt7Gd/X4USZgKOjYlflil2WG+c6nCgTMDER7qpcuMty41yHE2UCZqNnmJycIhAItN0fCASYnJxi9nT/M95xqaPpfKoGYUN/KF8LMvSGESCMESCMESCMESCMESCMESCMESDM4Mt5AxBbnOLq+ZPMTcuEkcmVWb//nGTqUKR+EHwHxBanuHYxKpZ8gLnpINcuRoktTonFICbg6vmTUlW3IBmLmADJK9+NZCxmEBbGCBBGn37gFWxlS+SPKkQmLJaiob6OB/o6dthoLSBfqnD9t916AgHiyxFWYzNdnyOxmWctuQ80Zl46oXUXlEwdNiUfagnN5MpdnyOT+8/xuvvjvEJzAYW2238XvHFSjbZdUL5UYWOn/ZMHyVSBT959re2+jZ0iic0DMrkykQmLJxpe9U60FeBeHogvR0hs5oHaoLqVLbUMqmvJ/XqZUUHbLijx8KD+eika4sqF5rtVd/d0+8GLkUs+aCogkys3Db6xxUkiIYuVhcazOO5x4M6DXP11JGQRX45oOe10o2UX5E7uQalKYjPPiVDjerElLUVDtfuEUqW+bzU2U19g+/LntJazHxstBbTrXjqVW4qGyB9VmrY713Zenw5qLUC7Lsjd/byKxMNan790urmr+eH+czZ2itx+8KLjTEoXtHsHJDYPji/0EnuqurIQJrY4VZ85bewUtU+8jXYCnP3/ykKY6/HZpv35UoXVn9L1Pj+ZKrCyEGY1NsOfO8WmsWAU0K4LijgG2vjyibb74+9EGv9PWPXta5/Ot3y65TyfTp9B2Ig9nHvns7Ntt+dLFbb2SseufB63wrmVLTE3HSQSsrpaDf34+8fdhq4U7S4J93y/E8fN8Z37db4f0K4L8htGgDBiAnS6OZKMRUzA+v3nUlW3IBmLmIBk6pAb97KiV18mV+bGvazok3Gis6Bk6lC08TpgBmFhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhjABhLOCZdBA+Zt8C7kpH4WPuWsDXgJqvgTX0Qgb4ygK2gfeAW8C+aEj+YB/4EXgf+Mf+TPgxtR8V6JrL59Lm+0Yd3Nqeb/9Nr8fQ1yzo8rl0P4eNNf3mpGcBJvmd6Sc3PQlwVWBMNHhiv+hVQtcC2pz4C2fFPuZfaj9xWKcXCYM8mPULrb80NxQepZ/1NeC/OX+qr4HRS7RfiniU7v9GfZBjvUJrASoSqLsEbQWoTJzOErQUMIyE6SpBOwHDTJSOErQS4EWCdJOgjQAvE6OTBC0ESCREFwniAiQToYMEUQE6JEA6BjEB0g13IhmLiACdkm8jFZPnAnRMvo1EbJ4K0Dn5Nl7H6JmAUUi+jZexeiJglJJv41XMQxcwism38SL2oQoY5eTbDLsNQxMwDsm3GWZbhiJgnJJvM6w2KRcwjsm3GUbblAoY5+TbqG6jMgF+SL6NyrYqEeCn5NuoavPAAvyYfBsVbf8f9GGopiPk4XgAAAAASUVORK5CYII=)}.monsterinsights-admin-page .monsterinsights-addon-amp:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-instant-articles:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-forms:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABmCAYAAAA0wZQlAAABtElEQVR4nO3boW7WABRA4dMGMQsTvyAjQWDQGy+A45FAM14EHmE4XoAEW4NY0mHWZPwWBxaB2BKak6bnk03FTU+uuUmHaV4AzoD3wBvglKzpDvgMvANuhmlengLfgIM61v7cAucj8IE+vuEAXA7TvNwBT+xpduo40sc3PR7tCfauALICyAoge3Sfl6bv12vP8SAvXzz/5/OtzPm3NkBWAFkBZAWQFUA2TPPy2x5iz9oAWQFkBZAVQFYAWbegFXUL2oACyAogK4CsALJuQbI2QFYAWQFkBZAVQLbJW9BWdAvagALICiArgKwAsm5BsjZAVgBZAWQFkBVA1i1oRd2CNqAAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKwAsgLICiArgKz/hGVtgKwAsgLICiArgOxe/wm//fJr7Tke5PL1iT3Cf9MGyAogK4CsALICyAogK4Csa6isDZAVQFYAWQFkI/DTHmLHjiNwZU+xY1fDNC/PgK/AwZ5mZ26B8xGYgQvgI3BUR9qHI/AJeAX8+AOC40aexB/2CwAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-addon-optimize{padding-top:100%}.monsterinsights-admin-page .monsterinsights-addon-optimize:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAABeCAYAAABFEMhQAAAFNUlEQVR4nO2dzavcVBiHn5Pb1lo/UBFxIbiQCq7EpVioxYUIBTfd+B/oX6CIuHCrLgXFlSjuBIsLRRDd6MKFiovupKj4QatW7+39mOQkx0UmMyfJSWaSnJN0Ou8Dl7mTTM7JfX7JyZtMZq668N5lRuI48CzwPPA4cGqsjifmD+Ai8C7wnT1DjST/LPA5cGKMzm5gvgeeBHYBohE6fA74ChEP8Bj5nnAXhJf/IPBh4D42jVPAt4AKLf+DwO1vKqeBp0LKj4AzAdvfdF4JKX8nYNs3A2dF/oSMUe0IDYj8CRH5E6Iu/XK1NOHVL6/7avskcOirsZuR2pb/2rnbp1iPraS25dsM3Atky19B65gve0FYVh5wJYBwrFXtSABhWLvUlAD806nOlwD80vkkSwLwR68zXAnAD70vL0gAwxl0bUcCGMbgC2sSQH+8XNWUAPrh7ZKyBNAdr9fzJYBueH8zRQJYnyDvZEkA63GsZZ6a//Ti9D07J366lvZdfFQyM02/1TdTbgVeBF4CbplkjSbg5U9+5thtd49wA18Ze8t/lPwewq27odVkKcnuFY7fed+oARQ9PQz8wBaKLzBpQrJ7BUw2Wp/R/Ofr0Xq8gRk7gAh4Grh3lN42AJMmJHtXRwkgAl4I3suGYXQ8SgARcC5oDxuK0Ql676+gAUSAnBHVUKDyIUhf/xtMmBMBuVezRvm80ugYvf9PkABEfgm1eFCL31WwAER+lYr4IhCjY/TBNa8BiPwFyiHenp3vAenhf4CfAEQ+823bKb7yXCkyPSM98BOAyAdQail+OXExr/RIPgSlB7sMDUDkV7HG+drQw3zvUAqTxqSHwwIQ+TZN4ue/F+ILjE5Ij/p/hkHkF9jia9Pr4hcnYjomm/ULQOQDpiq+Ms47jwfFURrIklmvAEQ+le29SbxdAanKUkqR6Zhstt+pX5Fv46hsys9VfWSyQjJpQhYfrN2dyIe8YHGIL4/zlfHeeq09LBkdk8XrfQ5Q5ENrSVk8Wz6sHpZMGpMlRyu7Ffk2jZUNTvHV5exhyegYk8xauxP5BStKSpf41mFJQZbGGN0cgMgHCnGrSsrynJZhabFMfhA2Onb2KvKh+aKao6TMp7QMS46wmgIQ+Ta9xKsG8Wr+svy5yTQmTUrdifwC59hdntc6LJXP1Erii+VNmpQCEPmAvbUuH3qc6c7HeVWbvpxvshSTaaD9LuXtpFNJWQ3LIb60TLEHaEDJlr+kT0mJQ7w9ry5+0V6mRT6Qi+ki3lFSLhdxDE92V9ZyIp9llV+fvk5JWR3zcYRlV0rL6SIfGFZS4qxs3O2VZ4l8m4G1fH0Zl/jla0U+zMf8NWr5yvS2ktLdXjkkkW+xspbvWFJaDVMVD/wp8qs0vWvVQ3z1AFsKxZjXRT6Qa2qq5ZtKymL26pKy3p3KMj17R+QX+KjlG0rK0muVAmPOA/siH1zHUtoOtPnDqpKyUfwF4FOQA24FnyUl1de+n8WH9wMfFRPkwhqwc/KOkP9owZg0cd7QKfJzxvvks4UMO0z3LSkif84UAYh8i7EDEPkVxgxA5DsYKwCR38AYAYj8FkIHIPJXEDIAkb8GoQIQ+WsSIgCR3wHfAYj8jvgMQOT3wFcAEfCrl5a2DB8BRMDHw1dlo+n99w8NIALeHtTC5vPmkIWHBBABl4AvhqzABvMjHr7QtW8AxQH3PPDb0JXYMP4FzuDra6N6UMg/Ah4CPptqRUbmG+ABYG/KlbBLzRnwDPAI8AZweZI1CsfvwFvk35b+BNDtWyoC8D/ypjW2YaKvCQAAAABJRU5ErkJggg==)}.monsterinsights-admin-page .monsterinsights-addon-dimensions{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-dimensions:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-performance{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-performance:after{background-image:url(data:image/png;base64,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)}.monsterinsights-admin-page .monsterinsights-addon-scroll{padding-top:105%}.monsterinsights-admin-page .monsterinsights-addon-scroll:after{background-image:url(../img/icon-scroll-tracking.png)}.monsterinsights-admin-page .monsterinsights-upsell-large{padding-bottom:35px}@media (max-width:767px){.monsterinsights-admin-page .monsterinsights-upsell-large{padding-right:10px;padding-left:10px;line-height:1.2}}.monsterinsights-admin-page .monsterinsights-upsell-large h3{color:#4c6577;font-size:18px;font-weight:400;margin-top:33px;margin-bottom:14px}.monsterinsights-admin-page .monsterinsights-upsell-large h2{font-size:18px;margin-top:0}.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-coupon{color:#509fe2;border:1px dashed #509fe2;padding:7px;margin:0 7px;vertical-align:middle;line-height:1}.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:wrap;flex-flow:wrap;margin:30px auto 25px;max-width:525px}.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-features span{display:block;width:33%;color:#393f4a;font-size:14px;text-align:right;margin:10px 0}.monsterinsights-admin-page .monsterinsights-upsell-large .monsterinsights-features span:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAj0lEQVQ4je2U0QmAIBCGv8QFXKEVapDGaYS2aJFGqBV8aAFX6EHB8OHOIIjA70nx/ED577ppPVHogR1wQABGwEsXjGZMUpfWLu1FaqSPadKfSC0xIlJMBmVf4i052LUsynkwD4U1OENsvTcJltjL2p/enzwDh1DvLXE4iAOi4AA2qeA/OW3Sb6Se3CCBivhdiyQVWMKC0oMAAAAASUVORK5CYII=);width:11px;height:11px;background-size:contain;display:inline-block;margin-left:12px}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p{color:#444}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .settings-input-license p a{color:#509fe2}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-admin-page .monsterinsights-settings-block .monsterinsights-settings-block-content .monsterinsights-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/widget.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/widget.css new file mode 100644 index 00000000..e45879f8 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/widget.css @@ -0,0 +1,3 @@ +.monsterinsights-tracking-notice{position:fixed;bottom:20px;right:15px;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;background:#fff;-webkit-box-shadow:0 0 10px 0 #dedede;box-shadow:0 0 10px 0 #dedede;padding:6px 5px;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;width:380px;max-width:calc(100% - 30px);border-radius:6px;z-index:10000}.monsterinsights-tracking-notice h3{font-size:13px;color:#222;font-weight:700;margin:0 0 8px;padding:0;line-height:1;border:none}.monsterinsights-tracking-notice p{font-size:13px;color:#7f7f7f;font-weight:400;margin:0;padding:0;line-height:1.2;border:none}.monsterinsights-tracking-notice p a{color:#509fe2;font-size:13px;line-height:1.2;margin:0;padding:0;text-decoration:underline;font-weight:400}.monsterinsights-tracking-notice p a:hover{color:#3a93dd;text-decoration:none}.monsterinsights-tracking-notice .monsterinsights-tracking-notice-icon{padding:14px;background-color:#f2f6ff;border-radius:6px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-right:12px}.monsterinsights-tracking-notice .monsterinsights-tracking-notice-close{padding:0;margin:0 3px 0 0;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0;color:#7f7f7f;background:rgba(0,0,0,0);line-height:1;-ms-flex-item-align:start;align-self:flex-start;cursor:pointer;font-size:16px;font-weight:400}.monsterinsights-tracking-notice .monsterinsights-fullwidth-mascot{position:relative;left:auto;top:auto}.monsterinsights-slide-up-enter-active,.monsterinsights-slide-up-leave-active{-webkit-transition:bottom .7s ease;transition:bottom .7s ease}.monsterinsights-slide-up-enter,.monsterinsights-slide-up-leave-to{bottom:-200px}@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{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"}.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}/*! + * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/) + */.monsterinsights-flag{display:inline-block;width:32px;height:32px;background:url(../img/flags.png) no-repeat}.monsterinsights-flag.monsterinsights-flag-ad{background-position:-32px 0}.monsterinsights-flag.monsterinsights-flag-ae{background-position:-64px 0}.monsterinsights-flag.monsterinsights-flag-af{background-position:-96px 0}.monsterinsights-flag.monsterinsights-flag-ag{background-position:-128px 0}.monsterinsights-flag.monsterinsights-flag-ai{background-position:-160px 0}.monsterinsights-flag.monsterinsights-flag-al{background-position:-192px 0}.monsterinsights-flag.monsterinsights-flag-am{background-position:-224px 0}.monsterinsights-flag.monsterinsights-flag-an{background-position:-256px 0}.monsterinsights-flag.monsterinsights-flag-ao{background-position:-288px 0}.monsterinsights-flag.monsterinsights-flag-ar{background-position:-320px 0}.monsterinsights-flag.monsterinsights-flag-as{background-position:-352px 0}.monsterinsights-flag.monsterinsights-flag-at{background-position:-384px 0}.monsterinsights-flag.monsterinsights-flag-au{background-position:-416px 0}.monsterinsights-flag.monsterinsights-flag-aw{background-position:-448px 0}.monsterinsights-flag.monsterinsights-flag-ax{background-position:-480px 0}.monsterinsights-flag.monsterinsights-flag-az{background-position:0 -32px}.monsterinsights-flag.monsterinsights-flag-ba{background-position:-32px -32px}.monsterinsights-flag.monsterinsights-flag-bb{background-position:-64px -32px}.monsterinsights-flag.monsterinsights-flag-bd{background-position:-96px -32px}.monsterinsights-flag.monsterinsights-flag-be{background-position:-128px -32px}.monsterinsights-flag.monsterinsights-flag-bf{background-position:-160px -32px}.monsterinsights-flag.monsterinsights-flag-bg{background-position:-192px -32px}.monsterinsights-flag.monsterinsights-flag-bh{background-position:-224px -32px}.monsterinsights-flag.monsterinsights-flag-bi{background-position:-256px -32px}.monsterinsights-flag.monsterinsights-flag-bj{background-position:-288px -32px}.monsterinsights-flag.monsterinsights-flag-bl{background-position:-320px -32px}.monsterinsights-flag.monsterinsights-flag-bm{background-position:-352px -32px}.monsterinsights-flag.monsterinsights-flag-bn{background-position:-384px -32px}.monsterinsights-flag.monsterinsights-flag-bo{background-position:-416px -32px}.monsterinsights-flag.monsterinsights-flag-br{background-position:-448px -32px}.monsterinsights-flag.monsterinsights-flag-bs{background-position:-480px -32px}.monsterinsights-flag.monsterinsights-flag-bt{background-position:0 -64px}.monsterinsights-flag.monsterinsights-flag-bw{background-position:-32px -64px}.monsterinsights-flag.monsterinsights-flag-by{background-position:-64px -64px}.monsterinsights-flag.monsterinsights-flag-bz{background-position:-96px -64px}.monsterinsights-flag.monsterinsights-flag-ca{background-position:-128px -64px}.monsterinsights-flag.monsterinsights-flag-cd{background-position:-160px -64px}.monsterinsights-flag.monsterinsights-flag-cf{background-position:-192px -64px}.monsterinsights-flag.monsterinsights-flag-cg{background-position:-224px -64px}.monsterinsights-flag.monsterinsights-flag-ch{background-position:-256px -64px}.monsterinsights-flag.monsterinsights-flag-ci{background-position:-288px -64px}.monsterinsights-flag.monsterinsights-flag-ck{background-position:-320px -64px}.monsterinsights-flag.monsterinsights-flag-cl{background-position:-352px -64px}.monsterinsights-flag.monsterinsights-flag-cm{background-position:-384px -64px}.monsterinsights-flag.monsterinsights-flag-cn{background-position:-416px -64px}.monsterinsights-flag.monsterinsights-flag-co{background-position:-448px -64px}.monsterinsights-flag.monsterinsights-flag-cr{background-position:-480px -64px}.monsterinsights-flag.monsterinsights-flag-cu{background-position:0 -96px}.monsterinsights-flag.monsterinsights-flag-cv{background-position:-32px -96px}.monsterinsights-flag.monsterinsights-flag-cw{background-position:-64px -96px}.monsterinsights-flag.monsterinsights-flag-cy{background-position:-96px -96px}.monsterinsights-flag.monsterinsights-flag-cz{background-position:-128px -96px}.monsterinsights-flag.monsterinsights-flag-de{background-position:-160px -96px}.monsterinsights-flag.monsterinsights-flag-dj{background-position:-192px -96px}.monsterinsights-flag.monsterinsights-flag-dk{background-position:-224px -96px}.monsterinsights-flag.monsterinsights-flag-dm{background-position:-256px -96px}.monsterinsights-flag.monsterinsights-flag-do{background-position:-288px -96px}.monsterinsights-flag.monsterinsights-flag-dz{background-position:-320px -96px}.monsterinsights-flag.monsterinsights-flag-ec{background-position:-352px -96px}.monsterinsights-flag.monsterinsights-flag-ee{background-position:-384px -96px}.monsterinsights-flag.monsterinsights-flag-eg{background-position:-416px -96px}.monsterinsights-flag.monsterinsights-flag-eh{background-position:-448px -96px}.monsterinsights-flag.monsterinsights-flag-er{background-position:-480px -96px}.monsterinsights-flag.monsterinsights-flag-es{background-position:0 -128px}.monsterinsights-flag.monsterinsights-flag-et{background-position:-32px -128px}.monsterinsights-flag.monsterinsights-flag-eu{background-position:-64px -128px}.monsterinsights-flag.monsterinsights-flag-fi{background-position:-96px -128px}.monsterinsights-flag.monsterinsights-flag-fj{background-position:-128px -128px}.monsterinsights-flag.monsterinsights-flag-fk{background-position:-160px -128px}.monsterinsights-flag.monsterinsights-flag-fm{background-position:-192px -128px}.monsterinsights-flag.monsterinsights-flag-fo{background-position:-224px -128px}.monsterinsights-flag.monsterinsights-flag-fr{background-position:-256px -128px}.monsterinsights-flag.monsterinsights-flag-ga{background-position:-288px -128px}.monsterinsights-flag.monsterinsights-flag-gb{background-position:-320px -128px}.monsterinsights-flag.monsterinsights-flag-gd{background-position:-352px -128px}.monsterinsights-flag.monsterinsights-flag-ge{background-position:-384px -128px}.monsterinsights-flag.monsterinsights-flag-gg{background-position:-416px -128px}.monsterinsights-flag.monsterinsights-flag-gh{background-position:-448px -128px}.monsterinsights-flag.monsterinsights-flag-gi{background-position:-480px -128px}.monsterinsights-flag.monsterinsights-flag-gl{background-position:0 -160px}.monsterinsights-flag.monsterinsights-flag-gm{background-position:-32px -160px}.monsterinsights-flag.monsterinsights-flag-gn{background-position:-64px -160px}.monsterinsights-flag.monsterinsights-flag-gp{background-position:-96px -160px}.monsterinsights-flag.monsterinsights-flag-gq{background-position:-128px -160px}.monsterinsights-flag.monsterinsights-flag-gr{background-position:-160px -160px}.monsterinsights-flag.monsterinsights-flag-gs{background-position:-192px -160px}.monsterinsights-flag.monsterinsights-flag-gt{background-position:-224px -160px}.monsterinsights-flag.monsterinsights-flag-gu{background-position:-256px -160px}.monsterinsights-flag.monsterinsights-flag-gw{background-position:-288px -160px}.monsterinsights-flag.monsterinsights-flag-gy{background-position:-320px -160px}.monsterinsights-flag.monsterinsights-flag-hk{background-position:-352px -160px}.monsterinsights-flag.monsterinsights-flag-hn{background-position:-384px -160px}.monsterinsights-flag.monsterinsights-flag-hr{background-position:-416px -160px}.monsterinsights-flag.monsterinsights-flag-ht{background-position:-448px -160px}.monsterinsights-flag.monsterinsights-flag-hu{background-position:-480px -160px}.monsterinsights-flag.monsterinsights-flag-ic{background-position:0 -192px}.monsterinsights-flag.monsterinsights-flag-id{background-position:-32px -192px}.monsterinsights-flag.monsterinsights-flag-ie{background-position:-64px -192px}.monsterinsights-flag.monsterinsights-flag-il{background-position:-96px -192px}.monsterinsights-flag.monsterinsights-flag-im{background-position:-128px -192px}.monsterinsights-flag.monsterinsights-flag-in{background-position:-160px -192px}.monsterinsights-flag.monsterinsights-flag-iq{background-position:-192px -192px}.monsterinsights-flag.monsterinsights-flag-ir{background-position:-224px -192px}.monsterinsights-flag.monsterinsights-flag-is{background-position:-256px -192px}.monsterinsights-flag.monsterinsights-flag-it{background-position:-288px -192px}.monsterinsights-flag.monsterinsights-flag-je{background-position:-320px -192px}.monsterinsights-flag.monsterinsights-flag-jm{background-position:-352px -192px}.monsterinsights-flag.monsterinsights-flag-jo{background-position:-384px -192px}.monsterinsights-flag.monsterinsights-flag-jp{background-position:-416px -192px}.monsterinsights-flag.monsterinsights-flag-ke{background-position:-448px -192px}.monsterinsights-flag.monsterinsights-flag-kg{background-position:-480px -192px}.monsterinsights-flag.monsterinsights-flag-kh{background-position:0 -224px}.monsterinsights-flag.monsterinsights-flag-ki{background-position:-32px -224px}.monsterinsights-flag.monsterinsights-flag-km{background-position:-64px -224px}.monsterinsights-flag.monsterinsights-flag-kn{background-position:-96px -224px}.monsterinsights-flag.monsterinsights-flag-kp{background-position:-128px -224px}.monsterinsights-flag.monsterinsights-flag-kr{background-position:-160px -224px}.monsterinsights-flag.monsterinsights-flag-kw{background-position:-192px -224px}.monsterinsights-flag.monsterinsights-flag-ky{background-position:-224px -224px}.monsterinsights-flag.monsterinsights-flag-kz{background-position:-256px -224px}.monsterinsights-flag.monsterinsights-flag-la{background-position:-288px -224px}.monsterinsights-flag.monsterinsights-flag-lb{background-position:-320px -224px}.monsterinsights-flag.monsterinsights-flag-lc{background-position:-352px -224px}.monsterinsights-flag.monsterinsights-flag-li{background-position:-384px -224px}.monsterinsights-flag.monsterinsights-flag-lk{background-position:-416px -224px}.monsterinsights-flag.monsterinsights-flag-lr{background-position:-448px -224px}.monsterinsights-flag.monsterinsights-flag-ls{background-position:-480px -224px}.monsterinsights-flag.monsterinsights-flag-lt{background-position:0 -256px}.monsterinsights-flag.monsterinsights-flag-lu{background-position:-32px -256px}.monsterinsights-flag.monsterinsights-flag-lv{background-position:-64px -256px}.monsterinsights-flag.monsterinsights-flag-ly{background-position:-96px -256px}.monsterinsights-flag.monsterinsights-flag-ma{background-position:-128px -256px}.monsterinsights-flag.monsterinsights-flag-mc{background-position:-160px -256px}.monsterinsights-flag.monsterinsights-flag-md{background-position:-192px -256px}.monsterinsights-flag.monsterinsights-flag-me{background-position:-224px -256px}.monsterinsights-flag.monsterinsights-flag-mf{background-position:-256px -256px}.monsterinsights-flag.monsterinsights-flag-mg{background-position:-288px -256px}.monsterinsights-flag.monsterinsights-flag-mh{background-position:-320px -256px}.monsterinsights-flag.monsterinsights-flag-mk{background-position:-352px -256px}.monsterinsights-flag.monsterinsights-flag-ml{background-position:-384px -256px}.monsterinsights-flag.monsterinsights-flag-mm{background-position:-416px -256px}.monsterinsights-flag.monsterinsights-flag-mn{background-position:-448px -256px}.monsterinsights-flag.monsterinsights-flag-mo{background-position:-480px -256px}.monsterinsights-flag.monsterinsights-flag-mp{background-position:0 -288px}.monsterinsights-flag.monsterinsights-flag-mq{background-position:-32px -288px}.monsterinsights-flag.monsterinsights-flag-mr{background-position:-64px -288px}.monsterinsights-flag.monsterinsights-flag-ms{background-position:-96px -288px}.monsterinsights-flag.monsterinsights-flag-mt{background-position:-128px -288px}.monsterinsights-flag.monsterinsights-flag-mu{background-position:-160px -288px}.monsterinsights-flag.monsterinsights-flag-mv{background-position:-192px -288px}.monsterinsights-flag.monsterinsights-flag-mw{background-position:-224px -288px}.monsterinsights-flag.monsterinsights-flag-mx{background-position:-256px -288px}.monsterinsights-flag.monsterinsights-flag-my{background-position:-288px -288px}.monsterinsights-flag.monsterinsights-flag-mz{background-position:-320px -288px}.monsterinsights-flag.monsterinsights-flag-na{background-position:-352px -288px}.monsterinsights-flag.monsterinsights-flag-nc{background-position:-384px -288px}.monsterinsights-flag.monsterinsights-flag-ne{background-position:-416px -288px}.monsterinsights-flag.monsterinsights-flag-nf{background-position:-448px -288px}.monsterinsights-flag.monsterinsights-flag-ng{background-position:-480px -288px}.monsterinsights-flag.monsterinsights-flag-ni{background-position:0 -320px}.monsterinsights-flag.monsterinsights-flag-nl{background-position:-32px -320px}.monsterinsights-flag.monsterinsights-flag-no{background-position:-64px -320px}.monsterinsights-flag.monsterinsights-flag-np{background-position:-96px -320px}.monsterinsights-flag.monsterinsights-flag-nr{background-position:-128px -320px}.monsterinsights-flag.monsterinsights-flag-nu{background-position:-160px -320px}.monsterinsights-flag.monsterinsights-flag-nz{background-position:-192px -320px}.monsterinsights-flag.monsterinsights-flag-om{background-position:-224px -320px}.monsterinsights-flag.monsterinsights-flag-pa{background-position:-256px -320px}.monsterinsights-flag.monsterinsights-flag-pe{background-position:-288px -320px}.monsterinsights-flag.monsterinsights-flag-pf{background-position:-320px -320px}.monsterinsights-flag.monsterinsights-flag-pg{background-position:-352px -320px}.monsterinsights-flag.monsterinsights-flag-ph{background-position:-384px -320px}.monsterinsights-flag.monsterinsights-flag-pk{background-position:-416px -320px}.monsterinsights-flag.monsterinsights-flag-pl{background-position:-448px -320px}.monsterinsights-flag.monsterinsights-flag-pn{background-position:-480px -320px}.monsterinsights-flag.monsterinsights-flag-pr{background-position:0 -352px}.monsterinsights-flag.monsterinsights-flag-ps{background-position:-32px -352px}.monsterinsights-flag.monsterinsights-flag-pt{background-position:-64px -352px}.monsterinsights-flag.monsterinsights-flag-pw{background-position:-96px -352px}.monsterinsights-flag.monsterinsights-flag-py{background-position:-128px -352px}.monsterinsights-flag.monsterinsights-flag-qa{background-position:-160px -352px}.monsterinsights-flag.monsterinsights-flag-re{background-position:-192px -352px}.monsterinsights-flag.monsterinsights-flag-ro{background-position:-224px -352px}.monsterinsights-flag.monsterinsights-flag-rs{background-position:-256px -352px}.monsterinsights-flag.monsterinsights-flag-ru{background-position:-288px -352px}.monsterinsights-flag.monsterinsights-flag-rw{background-position:-320px -352px}.monsterinsights-flag.monsterinsights-flag-sa{background-position:-352px -352px}.monsterinsights-flag.monsterinsights-flag-sb{background-position:-384px -352px}.monsterinsights-flag.monsterinsights-flag-sc{background-position:-416px -352px}.monsterinsights-flag.monsterinsights-flag-sd{background-position:-448px -352px}.monsterinsights-flag.monsterinsights-flag-se{background-position:-480px -352px}.monsterinsights-flag.monsterinsights-flag-sg{background-position:0 -384px}.monsterinsights-flag.monsterinsights-flag-sh{background-position:-32px -384px}.monsterinsights-flag.monsterinsights-flag-si{background-position:-64px -384px}.monsterinsights-flag.monsterinsights-flag-sk{background-position:-96px -384px}.monsterinsights-flag.monsterinsights-flag-sl{background-position:-128px -384px}.monsterinsights-flag.monsterinsights-flag-sm{background-position:-160px -384px}.monsterinsights-flag.monsterinsights-flag-sn{background-position:-192px -384px}.monsterinsights-flag.monsterinsights-flag-so{background-position:-224px -384px}.monsterinsights-flag.monsterinsights-flag-sr{background-position:-256px -384px}.monsterinsights-flag.monsterinsights-flag-ss{background-position:-288px -384px}.monsterinsights-flag.monsterinsights-flag-st{background-position:-320px -384px}.monsterinsights-flag.monsterinsights-flag-sv{background-position:-352px -384px}.monsterinsights-flag.monsterinsights-flag-sy{background-position:-384px -384px}.monsterinsights-flag.monsterinsights-flag-sz{background-position:-416px -384px}.monsterinsights-flag.monsterinsights-flag-tc{background-position:-448px -384px}.monsterinsights-flag.monsterinsights-flag-td{background-position:-480px -384px}.monsterinsights-flag.monsterinsights-flag-tf{background-position:0 -416px}.monsterinsights-flag.monsterinsights-flag-tg{background-position:-32px -416px}.monsterinsights-flag.monsterinsights-flag-th{background-position:-64px -416px}.monsterinsights-flag.monsterinsights-flag-tj{background-position:-96px -416px}.monsterinsights-flag.monsterinsights-flag-tk{background-position:-128px -416px}.monsterinsights-flag.monsterinsights-flag-tl{background-position:-160px -416px}.monsterinsights-flag.monsterinsights-flag-tm{background-position:-192px -416px}.monsterinsights-flag.monsterinsights-flag-tn{background-position:-224px -416px}.monsterinsights-flag.monsterinsights-flag-to{background-position:-256px -416px}.monsterinsights-flag.monsterinsights-flag-tr{background-position:-288px -416px}.monsterinsights-flag.monsterinsights-flag-tt{background-position:-320px -416px}.monsterinsights-flag.monsterinsights-flag-tv{background-position:-352px -416px}.monsterinsights-flag.monsterinsights-flag-tw{background-position:-384px -416px}.monsterinsights-flag.monsterinsights-flag-tz{background-position:-416px -416px}.monsterinsights-flag.monsterinsights-flag-ua{background-position:-448px -416px}.monsterinsights-flag.monsterinsights-flag-ug{background-position:-480px -416px}.monsterinsights-flag.monsterinsights-flag-us{background-position:0 -448px}.monsterinsights-flag.monsterinsights-flag-uy{background-position:-32px -448px}.monsterinsights-flag.monsterinsights-flag-uz{background-position:-64px -448px}.monsterinsights-flag.monsterinsights-flag-va{background-position:-96px -448px}.monsterinsights-flag.monsterinsights-flag-vc{background-position:-128px -448px}.monsterinsights-flag.monsterinsights-flag-ve{background-position:-160px -448px}.monsterinsights-flag.monsterinsights-flag-vg{background-position:-192px -448px}.monsterinsights-flag.monsterinsights-flag-vi{background-position:-224px -448px}.monsterinsights-flag.monsterinsights-flag-vn{background-position:-256px -448px}.monsterinsights-flag.monsterinsights-flag-vu{background-position:-288px -448px}.monsterinsights-flag.monsterinsights-flag-wf{background-position:-320px -448px}.monsterinsights-flag.monsterinsights-flag-ws{background-position:-352px -448px}.monsterinsights-flag.monsterinsights-flag-ye{background-position:-384px -448px}.monsterinsights-flag.monsterinsights-flag-yt{background-position:-416px -448px}.monsterinsights-flag.monsterinsights-flag-za{background-position:-448px -448px}.monsterinsights-flag.monsterinsights-flag-zm{background-position:-480px -448px}.monsterinsights-flag.monsterinsights-flag-zw{background-position:0 -480px}.monsterinsights-report-year-in-review{margin-left:auto;margin-right:auto;max-width:960px;background-color:#fff;background-image:url(../img/confetti-background.png);background-repeat:no-repeat;background-position:0 0;margin-bottom:90px}.monsterinsights-report-year-in-review.monsterinsights-yir-report-calculating-row{width:610px;margin-top:50px}@media (max-width:767px){.monsterinsights-report-year-in-review.monsterinsights-yir-report-calculating-row{width:100%;margin-top:20px}}.monsterinsights-report-year-in-review a,.monsterinsights-report-year-in-review h1,.monsterinsights-report-year-in-review h2,.monsterinsights-report-year-in-review h3,.monsterinsights-report-year-in-review h4,.monsterinsights-report-year-in-review h5,.monsterinsights-report-year-in-review p,.monsterinsights-report-year-in-review span{font-family:Lato,sans-serif;margin:0}.monsterinsights-report-year-in-review h1,.monsterinsights-report-year-in-review h2,.monsterinsights-report-year-in-review h3,.monsterinsights-report-year-in-review h4,.monsterinsights-report-year-in-review h5{font-weight:900}.monsterinsights-report-year-in-review p{font-style:normal;font-weight:400;font-size:14px;line-height:24px}.monsterinsights-report-year-in-review a{text-decoration:none;padding:8px 30px;border-radius:5px;color:#fff;font-weight:700;font-size:14px;line-height:24px;text-align:center}.monsterinsights-report-year-in-review .monsterinsights-yir-separator{border-left-color:#e0e0e0;border-right-color:#e0e0e0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.monsterinsights-report-year-in-review .monsterinsights-yir-footer,.monsterinsights-report-year-in-review .monsterinsights-yir-header,.monsterinsights-report-year-in-review section{padding:0 90px;clear:both;overflow:hidden}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-footer,.monsterinsights-report-year-in-review .monsterinsights-yir-header,.monsterinsights-report-year-in-review section{padding:0 15px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-footer,.monsterinsights-report-year-in-review .monsterinsights-yir-header,.monsterinsights-report-year-in-review section{padding:0 30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-text-right{text-align:right}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header{padding:90px 0 90px 90px;background-image:url(../img/charlie.png);background-repeat:no-repeat;background-position:100% 100%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header{padding:50px 15px 40px;background-image:none}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header{padding-left:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating{padding:90px 0 100px 60px;background-image:url(../img/charlie2x.png);background-position:right top 60px;background-size:173px 207px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating{padding-left:15px;padding-right:15px;padding-top:50px;background-size:140px 180px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-title{font-size:32px;line-height:37px;color:#393f4c;margin-top:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-title{font-size:26px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-summary{font-weight:400;font-size:14px;line-height:20px;color:#393f4c;max-width:385px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-summary{font-size:12px;max-width:230px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link{background:#4e9ee7;border-radius:5px;font-weight:700;font-size:14px;line-height:16px;text-align:center;color:#fff;border:0;margin-right:0;padding:12px 20px;margin-top:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link{width:inherit}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link{width:inherit}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link:active,.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link:hover{background:#2469b2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-subtitle{font-size:20px;font-weight:900;background:#338eef;border-radius:30px;color:#fff;padding:14px 25px 14px 90px;position:relative;display:inline-block}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-subtitle{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-subtitle svg{position:absolute;left:5px;bottom:-5px}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-title{font-style:normal;font-weight:900;font-size:48px;line-height:58px;color:#393f4c;margin-bottom:15px;margin-top:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-title{font-size:20px;line-height:20px;margin-bottom:10px;margin-top:30px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-title{font-size:32px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-summary{font-weight:500;font-size:24px;line-height:32px;color:#828282;max-width:480px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-summary{font-size:16px;line-height:18px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-summary{font-size:16px;line-height:20px;max-width:400px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart{background:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:4.85258px}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 30px;border-bottom:2px solid #f2f2f2;margin-bottom:55px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-header{margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-header div{width:100%}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-title{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:24px;color:#393f4c;margin:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-title{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-subtitle{font-family:Lato;font-style:normal;font-weight:400;font-size:14px;line-height:24px;text-align:right;color:#393f4c;margin:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-subtitle{font-size:10px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content{padding:0 50px 15px 30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content{padding:0 15px 15px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content .monsterinsights-reports-bar-chart-holder{position:relative}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content .monsterinsights-reports-bar-chart-holder .monsterinsights-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box{padding-top:0;position:relative;border:0;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);background:hsla(0,0%,100%,.38)}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box.monsterinsights-year-in-review-table-box-blur-report .monsterinsights-year-in-review-table-box-list{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header{padding:20px 30px;border-bottom:2px solid #f2f2f2;margin-bottom:30px}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-title{display:inline-block}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-title .monsterinsights-report-title{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:24px;color:#393f4c;margin:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-title .monsterinsights-report-title{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-subtitle{display:inline-block;float:right}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-subtitle .monsterinsights-report-subtitle{font-family:Lato;font-style:normal;font-weight:400;font-size:14px;line-height:24px;text-align:right;color:#393f4c;margin:0;text-transform:capitalize}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list{padding-bottom:30px}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item{padding:9px 30px}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a{padding:0;border-radius:0;line-height:37px;line-height:inherit}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a:active,.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a:focus,.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a:hover{-webkit-box-shadow:none;box-shadow:none;background:none}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer{position:absolute;bottom:-34px;width:100%;left:0;text-align:center}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer{bottom:-40px}}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer .monsterinsights-yir-tooltip{font-weight:400;font-size:12px;color:#828282}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer .monsterinsights-yir-tooltip span{font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer .monsterinsights-yir-tooltip .monsterinsights-yir-icon{background:#dadada;border-radius:50%;padding:0;margin-right:10px;color:#fff;width:15px;height:15px;display:inline-block;line-height:16px}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart{border:0;margin:0;padding:0;width:100%}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-reports-pie-chart-holder{display:inline-block;float:left}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-reports-pie-chart-holder{display:block;float:none}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-reports-pie-chart-holder .monsterinsights-pie-chart{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFxSURBVHgB7dlPTsJAFAbwb6BxQVzgTThCXaCC3kEPoFBP0PYGVQ9gvUNFY2PSI3AUFhISgx1njAsjIfa1jA+S90u6aDOTzpf5s5gHCF4KNVyePPntthea7j1Ad9FcUWr9cDc5SkFEDjAavoZKlREc0BrR7aQfU/qQAgTDlwut1D0cUmp5mGSDomr7FgjM4M/hmNZ2aVZHCmD4cK9HaUwN8B9Ih4KHBm4e+7VOsd/Gp7lGTds4AyQSgJsE4CYBuEkAbhKAmwTgJgG4SQBuEoCbBOAmAbhJAG4SgFuju9Emd5qbIktoHaUQq/nbwdcDXMORRktoHTvgJOsnPz4lo2HeNaFI1Zcq3MzA3EtXfrTnJXCAGmCGLUMNMK3SqOy8Byvflh9VC4QFCEh7wG5MU8v1/27XCq8Gz7P2YpHa97KzP1ZaR6jAFrxBQK5xBWd5ZEJsfDNapoAeJ9lxROqDGr4L3nZJ+GjO7qupnV1zchUQO+YTOT9YisPBuEEAAAAASUVORK5CYII=);background-color:#fff;background-repeat:no-repeat;background-position:50%}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content{padding-left:50px;padding-top:35px;float:left}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content{padding-left:0;padding-top:20px;float:none}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-title{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:24px;color:#393f4c;margin-bottom:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-title{font-size:16px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-subtitle{font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:24px;color:#393f4c;margin-top:10px;margin-bottom:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-subtitle{font-size:14px;line-height:14px}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend{position:relative;left:inherit;top:inherit;-webkit-transform:inherit;-ms-transform:inherit;transform:inherit;margin:24px 0 0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend{margin:10px 0 0}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li{display:inline-block;margin-right:30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li{margin-right:10px}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-color{border-radius:0;width:16px;height:16px;margin-bottom:-3px;margin-right:5px}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-text,.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-value{font-family:Lato;font-style:normal;font-weight:700;font-size:14px;line-height:24px;color:#393f4c;min-width:inherit;margin-right:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-text,.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-value{font-size:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip{border:2px solid #e3f1ff;border-radius:5px;padding-top:45px;padding-bottom:45px;overflow:hidden;background:#f3f9ff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip{padding-top:15px;padding-bottom:15px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip a,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip h3,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip p{font-family:Lato,sans-serif;margin:0}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-icon{float:left;width:144px;text-align:center}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-icon{width:90px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-icon img{background:#338eef;padding:12px;border-radius:50%;margin-top:12px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content{float:left;width:calc(100% - 144px);padding-right:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content{padding-right:0;width:calc(100% - 90px)}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-title{font-weight:900;font-size:18px;line-height:27px;color:#333;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-title{font-size:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-summary{font-weight:400;font-size:18px;line-height:27px;color:#393f4c;margin-bottom:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-summary{font-size:12px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper{margin-top:15px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link{font-weight:900;font-size:18px;line-height:27px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#338eef;margin-top:15px;padding:0;border-radius:0;text-align:left}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link:hover{color:#2469b2;-webkit-box-shadow:none;box-shadow:none}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay{position:absolute;top:0;left:0;width:calc(100% - 25px);height:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content{margin-top:66px;text-align:center;height:calc(100% - 66px);padding-top:80px;padding-right:25px;padding-left:25px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-details{font-size:14px;line-height:20px;font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay{display:inline-block;border-radius:5px;font-size:14px;line-height:20px;color:#fff;padding:10px 30px;text-decoration:none;font-family:Lato;background:#338eef;margin-top:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success{background:#1ec185}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success:hover{opacity:.8;background:#10ad73}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay:hover{border:0;background:#2469b2;outline:none}.monsterinsights-report-year-in-review .monsterinsights-yir-audience{padding-bottom:85px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience{padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:685px;margin-bottom:80px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-summary{font-size:18px;line-height:20px;margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors{width:100%;margin-bottom:70px;padding-left:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors{margin-bottom:20px;padding-left:0;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions img,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors img{margin-bottom:15px;max-height:28px}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions h4,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors h4{font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions h4,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors h4{font-size:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions .monsterinsights-yir-number,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors .monsterinsights-yir-number{font-weight:900;font-size:60px;line-height:72px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions .monsterinsights-yir-number,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors .monsterinsights-yir-number{font-size:40px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-visitor-by-chart{margin-bottom:60px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-visitor-by-chart{margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics{padding-top:85px;padding-bottom:85px;background-image:url(../img/map-background.png);background-repeat:no-repeat;background-position:top}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics{padding-top:30px;padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:656px;margin-bottom:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-summary{font-size:18px;line-height:20px;margin-bottom:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries{display:block}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country{width:50%;margin-top:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country{width:100%;margin-top:20px;margin-bottom:20px;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-number-one{font-size:24px;line-height:29px;color:#fff;background:#338eef;width:50px;height:50px;border-radius:50%;display:inline-block;text-align:center;line-height:50px;margin-bottom:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-flag{display:block}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-flag{margin:0 auto}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-flag.monsterinsights-flag-zz{display:none}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-name{font-size:32px;line-height:38px;color:#393f4c;margin-top:0;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-name{font-size:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-visitors{font-weight:400;font-size:24px;line-height:37px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-visitors{font-size:16px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-countries-graph{width:50%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-countries-graph{width:100%}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-know-visitors{font-size:24px;line-height:37px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-know-visitors{font-size:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info{margin-top:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info{width:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info span,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info span{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info span,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info span{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info h2,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info h2{font-size:48px;line-height:58px;color:#338eef;margin-bottom:10px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info h2,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info h2{font-size:30px;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info p,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info p{font-size:16px;line-height:19px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info p,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info p{font-size:10px;line-height:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior{padding-top:85px;padding-bottom:85px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior{padding-top:30px;padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:585px;margin-bottom:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-summary{font-size:18px;line-height:28px;margin-bottom:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data{display:block;margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary{width:50%;margin-top:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary{width:100%;margin-top:20px;margin-bottom:20px;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary img{width:32px;height:32px;margin-left:-3px;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary img{margin-left:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-time-spent{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent{font-size:32px;line-height:38px;color:#393f4c;margin-top:15px;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent{margin-top:5px;margin-bottom:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent .monsterinsights-yir-number{font-weight:900;font-size:48px;line-height:58px;color:#338eef;margin-right:10px;overflow-wrap:break-word}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent .monsterinsights-yir-number{font-size:30px;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent .monsterinsights-yir-type{font-weight:900;font-size:16px;line-height:103.8%;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-each-visitor-spent{font-weight:400;font-size:18px;line-height:24px;color:#393f4c;max-width:330px;margin-top:15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-each-visitor-spent{font-size:14px;max-width:100%;margin-top:5px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-top-pages-graph{width:50%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-top-pages-graph{width:100%}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-most-visitors-device{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:586px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-most-visitors-device{font-size:20px;line-height:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info{margin-top:20px;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info{width:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info span,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info span{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info h2,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info h2{font-size:48px;line-height:58px;color:#338eef;margin-bottom:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info p,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info p{font-size:16px;line-height:19px;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-grow-traffic-tip{margin-top:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-grow-traffic-tip{margin-top:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from{margin-top:55px;margin-bottom:100px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from{margin-top:20px;margin-bottom:60px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-title{font-size:32px;line-height:44px;color:#393f4c;margin-bottom:30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-title{font-size:20px;line-height:20px;margin-bottom:15px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals{display:block}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{width:50%;position:relative}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{width:100%}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords{padding-right:25px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords{padding-right:0;margin-bottom:60px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{padding-left:25px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{padding-left:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce{padding-top:85px;padding-bottom:30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce{padding-top:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:586px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-summary{font-size:18px;line-height:28px;margin-bottom:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number{width:55%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number{width:30%}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-products-sold,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-revenue{padding:75px 0}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-title{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-title{font-size:14px;line-height:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-amount{font-size:54px;line-height:65px;color:#338eef;overflow-wrap:break-word}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-amount{font-size:24px;line-height:40px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products{width:45%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products{width:70%}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular{-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:3.59813px;padding:30px;margin-bottom:30px}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning img,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular img{margin-bottom:5px}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning span,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular span{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning span,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular span{font-size:14px;line-height:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-product-title,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-product-title{font-weight:700;font-size:28px;line-height:32px;color:#338eef;margin-top:10px;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-product-title,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-product-title{font-size:16px;line-height:16px;margin-bottom:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-count,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-count{font-weight:400;font-size:16px;line-height:19px;color:#828282}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-count,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-count{font-size:12px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-revenue-by-month{margin-bottom:50px}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you{padding-top:90px;background-color:#fff;background-image:url(../img/confetti-background.png);background-position:0 0;padding-bottom:85px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you{padding-top:0;padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-title{font-size:54px;line-height:65px;text-align:center;color:#393f4c;max-width:588px;margin:0 auto 10px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-title{font-size:30px;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-summary{font-weight:500;font-size:20px;line-height:28px;text-align:center;color:#393f4c;max-width:585px;margin:0 auto 15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-summary{font-size:14px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-amazing-year{font-weight:700;font-size:32px;line-height:37px;text-align:center;color:#393f4c;font-style:italic;margin-bottom:35px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-amazing-year{font-size:24px;line-height:24px;margin-bottom:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors{text-align:center;margin-bottom:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors{margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author{display:inline-block;padding:0 45px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author{padding:0 10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-thumbnail{width:96px;height:96px;background-repeat:no-repeat;margin:0 auto 10px}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-thumbnail.chris{background-image:url(../img/chris.png)}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-thumbnail.syed{background-image:url(../img/syed.png)}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-name{font-weight:900;font-size:18px;line-height:22px;text-align:center;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-name{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review{background:#338eef;-webkit-box-shadow:0 8px 8px rgba(30,88,150,.2);box-shadow:0 8px 8px rgba(30,88,150,.2);border-radius:5px;padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review{display:block}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button{width:100%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content{text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content span{font-weight:900;font-size:14px;color:#fff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content span{font-size:12px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content h3{font-weight:900;font-size:20px;line-height:31px;color:#fff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content h3{font-size:18px;line-height:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating .monsterinsights-yir-five-star{margin:0;padding:12px 0 0;text-align:center}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating .monsterinsights-yir-five-star li{list-style:none;display:inline-block;margin-right:7px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating .monsterinsights-yir-five-star li{margin-right:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button{text-align:center;padding-top:5px}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a{background:#2469b3;border-radius:5px;text-align:center;height:38px;display:inline-block}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a:active,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a:hover{background:#123c68}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-title{font-size:36px;line-height:44px;color:#393f4c;margin-bottom:20px;max-width:638px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-title{font-size:20px;line-height:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-summary{font-weight:500;font-size:20px;line-height:24px;color:#393f4c;max-width:450px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-summary{font-size:14px;line-height:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins{margin-top:20px;margin-left:-30px;margin-right:-30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins{margin-left:0;margin-right:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon{width:calc(50% - 60px);float:left;background:#f3f9ff;border:2px solid #e3f1ff;border-radius:5px;position:relative;min-height:260px;margin:30px 30px 0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon{width:100%;margin:30px 0;min-height:300px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top{padding-top:30px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-image{width:104px;float:left;padding-left:25px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-image .monsterinsights-addon-thumb{width:32px;height:32px;border:2px solid #e3f1ff;border-radius:5px;padding:10px;-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-text{width:calc(100% - 104px);float:left;padding-right:25px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-text .monsterinsights-addon-title{font-size:18px;line-height:24px;margin-top:0;font-family:Lato;margin-bottom:5px;color:#393f4c;font-weight:900}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-text .monsterinsights-addon-excerpt{font-weight:400;font-size:14px;line-height:18px;color:#393f4c;font-family:Lato;margin:0}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message{border-top:2px solid #e3f1ff;clear:both;padding:13px 25px;position:absolute;bottom:0;left:0;width:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-addon-status{float:right;line-height:32px;font-weight:900;font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-addon-status span{color:#d4393d}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button{line-height:32px;background:#338eef;border-radius:3px;display:inline-block;padding:0 30px;border:0;font-weight:700;font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button:hover{background:#2469b2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-addon-status span{color:#64bfa5}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button:hover{background:rgba(51,142,239,.5)}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities{background-color:#338eef;padding-top:160px;margin-top:-90px;color:#fff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities{padding-top:100px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h2{font-size:36px;line-height:43px;color:#fff;margin-bottom:15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h2{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h3{font-weight:500;font-size:20px;line-height:24px;color:#fff;max-width:575px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h3{font-size:18px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-30px;padding-top:60px;padding-bottom:90px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities{display:block;margin-left:0;padding-bottom:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community{width:100%;background-color:#2469b2;border-radius:5px;margin-left:30px;padding:24px;position:relative;min-height:340px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community{margin-left:0;margin-bottom:30px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community{min-height:350px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-title{font-weight:900;font-size:20px;line-height:24px;margin-bottom:10px;margin-top:5px}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link,.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links{position:absolute;bottom:15px;left:24px;width:80%;width:calc(100% - 48px)}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link{background-color:#123c68;display:block}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link{padding:8px 10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link:hover{background-color:#0d2e51;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links{margin:0}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li{float:left;margin-right:8px;margin-bottom:0}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li a{background-color:#123c68;display:block;margin:0;width:40px;height:40px;padding:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li a:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li a:hover{background-color:#0d2e51;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-footer{height:84px;background:#2368b1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-footer{display:block;text-align:center;padding:15px 0;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-footer div{width:100%;font-weight:500;font-size:16px;color:#fff;text-align:center}.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding-left:10px;padding-right:10px;width:auto}@media (max-width:782px){.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding:0}}.monsterinsights-report{padding:20px;position:relative}body.monsterinsights-reporting-page #wpbody-content{padding-bottom:0}body.monsterinsights-reporting-page #wpfooter{padding-top:0}body.monsterinsights-reporting-page #wpfooter:before{display:none}body.monsterinsights-reporting-page .monsterinsights-red{color:#d73638}body.monsterinsights-reporting-page .monsterinsights-green{color:#5cc0a5}body.monsterinsights-reporting-page .monsterinsights-report-top h2{margin:14px 0 28px;display:inline-block;color:#393f4c;font-size:24px}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:none}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:block;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{display:-webkit-box;display:-ms-flexbox;display:flex;float:right}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;width:100%;-ms-flex-flow:wrap;flex-flow:wrap}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle{width:100%;margin-right:0}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle .monsterinsights-button{width:50%}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-datepicker{width:200px;background-color:#8ea4b4;font-weight:700;color:#fff;text-align:center;border-color:#708c9f;border-width:1px 1px 2px;border-radius:3px;height:40px;margin:0}body.monsterinsights-reporting-page .monsterinsights-datepicker::-webkit-input-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-moz-placeholder,body.monsterinsights-reporting-page .monsterinsights-datepicker::-moz-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-ms-input-placeholder{color:#fff}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-datepicker{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;font-size:14px}}body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;margin-left:10px;font-weight:700}@media (min-width:783px){body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{display:none}}body.monsterinsights-reporting-page .monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}body.monsterinsights-reporting-page .monsterinsights-report-row{margin-bottom:25px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-right:0;margin:0}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #d6e2ed}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-container{padding:15px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 0 24px rgba(89,164,234,.33);box-shadow:0 0 24px rgba(89,164,234,.33)}#monsterinsights-chartjs-line-overview-tooltip{min-width:100px}.monsterinsights-reports-overview-datagraph-tooltip-title{color:#23282d;font-size:14px;font-weight:400;border-bottom:1px solid #d4e2ef;padding-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-number{color:#23282d;font-size:24px;font-weight:400;margin-top:5px;margin-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-descriptor{color:#23282d;font-size:12px;font-weight:400;margin-bottom:10px}.monsterinsights-reports-overview-datagraph-tooltip-trend{color:#23282d;font-size:16px;font-weight:400}#monsterinsights-chartjs-bar-tooltip,.monsterinsights-line-chart-tooltip{opacity:1;position:absolute;margin-left:-55px}.monsterinsights-report-tabs-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-tabs-navigation button{border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#eceff4;color:#444;width:50%;font-weight:700;text-align:left;font-size:18px;padding:23px 20px 25px;cursor:pointer;margin:0;position:relative}@media (max-width:782px){.monsterinsights-report-tabs-navigation button{font-size:14px;padding:13px 20px 15px;text-align:center}}.monsterinsights-report-tabs-navigation button:first-child{border-right:1px solid #d6e2ed}.monsterinsights-report-tabs-navigation button:focus{z-index:10}.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{background:#fff;color:#509fe2;border-bottom:none;border-top:2px solid #3a93dd;padding-top:20px}@media (max-width:782px){.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:12px}}.monsterinsights-report-tabs-navigation button i{margin-right:10px;color:#8ba4b7}.monsterinsights-report-tabs{background:#fff;border:1px solid #d6e2ed;border-top:none}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:20px}.monsterinsights-report-infobox-row{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #d6e2ed}@media (max-width:782px){.monsterinsights-report-infobox-row{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;background:#fff;border-left:1px solid #d6e2ed;padding:17px 20px 15px;position:relative}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{position:absolute;right:20px;top:18px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child{border-left:none}@media (max-width:782px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3),.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(4){border-top:1px solid #d6e2ed}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-left:none}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-report-title{padding-right:18px;text-overflow:ellipsis;overflow:hidden;white-space:pre;line-height:1.2}.monsterinsights-report-title{font-size:18px;color:#393f4c;font-weight:700;margin-top:0}.monsterinsights-reports-infobox-number{font-size:40px;font-weight:200;display:inline-block;line-height:1;margin-top:11px;float:left}@media (max-width:782px){.monsterinsights-reports-infobox-number{font-size:36px;float:none}}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:right}@media (max-width:1280px){.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none;clear:both}}.monsterinsights-reports-infobox-prev{font-size:16px}.monsterinsights-reports-infobox-compare{clear:right;font-size:12px;color:#acbdc9}.monsterinsights-buttons-toggle{margin-right:25px}.monsterinsights-report-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.monsterinsights-report-flex{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-pie-chart-legend-color{width:12px;height:12px;display:inline-block;margin-right:5px;border-radius:50%}.monsterinsights-pie-chart-legend-text{min-width:100px;margin-right:10px;display:inline-block;font-size:16px;color:#393f4c}.monsterinsights-pie-chart-legend-value{color:#393f4c;font-size:18px;font-weight:500}.monsterinsights-reports-pie-chart{width:50%;padding:20px;background:#fff;border:1px solid #d6e2ed;position:relative}.monsterinsights-reports-pie-chart:first-child{margin-right:25px}@media (max-width:991px){.monsterinsights-reports-pie-chart:first-child{margin:0 0 25px}}@media (max-width:991px){.monsterinsights-reports-pie-chart{width:100%}}.monsterinsights-reports-pie-chart .monsterinsights-reports-pie-chart-holder{position:relative}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart{margin:0 auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:absolute;left:250px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:relative;left:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin-top:20px}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-value{float:right}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-reports-pie-chart .monsterinsights-info{position:absolute;top:20px;right:20px}.monsterinsights-table-box{border:1px solid #d6e2ed;background:#fff;width:100%;margin-left:20px;padding-top:18px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-table-box:first-child{margin-left:0;margin-top:0}.monsterinsights-table-box h3{margin-left:20px}.monsterinsights-table-box .monsterinsights-info{position:absolute}@media (max-width:991px){.monsterinsights-table-box{margin-left:0;margin-top:20px}}.monsterinsights-table-box-footer{background:#f9fbff;border-top:1px solid #d6e2ed;padding:20px}.monsterinsights-table-box-footer:after{display:table;clear:both;content:""}@media (max-width:782px){.monsterinsights-table-box-footer>.monsterinsights-button{width:100%;text-align:center}}.monsterinsights-table-list-item{padding:12px 20px;min-height:43px;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex}table .monsterinsights-table-list-item{display:table-row}.monsterinsights-table-list-item:nth-child(odd){background-color:#f9fbff}.monsterinsights-table-list-item .monsterinsights-reports-list-text{color:#393f4c;white-space:pre;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;display:inline-block;width:100%;padding:1px;margin:-1px}.monsterinsights-table-list-item .monsterinsights-reports-list-text a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.monsterinsights-table-list-item .monsterinsights-reports-list-text img{display:inline-block;margin-right:10px;vertical-align:middle}.monsterinsights-table-list-item .monsterinsights-flag{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);display:inline-block;margin:-12px 0 -10px -8px}.monsterinsights-table-list-item a{text-decoration:none;color:#393f4c}.monsterinsights-table-list-item a:focus,.monsterinsights-table-list-item a:hover{color:#777}.monsterinsights-table-list-item .monsterinsights-reports-list-count{display:inline-block;min-width:30px;color:#657086;font-weight:400}.monsterinsights-table-list-item .monsterinsights-reports-list-number{color:#393f4c;font-size:15px;text-align:right;display:block;padding-left:5px}.monsterinsights-table-box-pagination{float:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:782px){.monsterinsights-table-box-pagination{float:none;width:100%;margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.monsterinsights-table-box-pagination span{margin-right:20px;color:#8ba4b7}.monsterinsights-table-box-pagination .monsterinsights-buttons-toggle{margin-right:0}.monsterinsights-table-box-list{height:100%}.monsterinsights-table-box-table .monsterinsights-table-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-all}@media (max-width:782px){.monsterinsights-table-box-table .monsterinsights-table-item-content{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-table-box-mobile .monsterinsights-table-box-table{overflow:auto}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-left:0;margin-left:50px;border-top:1px solid #d6e2ed;font-size:13px;color:#657086;padding-top:8px;padding-bottom:8px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1{margin-left:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-left:20px;font-size:15px;color:#393f4c;padding-top:12px;padding-bottom:12px;border-top:none}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th{display:none;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1{display:block;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content{padding-right:30px;position:relative;white-space:pre;text-overflow:ellipsis;overflow:hidden;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{content:"\F01F";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);color:#acbdc9;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-mobile-heading{min-width:125px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-list-item-empty td:first-child .monsterinsights-table-item-content:after{display:none}.monsterinsights-table-box-table table{width:100%;border-collapse:collapse}.monsterinsights-table-box-mobile .monsterinsights-table-box-table table{table-layout:fixed}.monsterinsights-table-box-table th{text-align:left;font-size:15px}.monsterinsights-table-box-table td,.monsterinsights-table-box-table th{border:none;padding:12px 10px;line-height:19px}.monsterinsights-table-box-table td:first-child,.monsterinsights-table-box-table th:first-child{padding-left:20px}.monsterinsights-table-box-table td:last-child,.monsterinsights-table-box-table th:last-child{padding-right:20px}.monsterinsights-report-2-columns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-report-2-columns .monsterinsights-table-box{width:calc(50% - 12.5px)}@media (max-width:991px){.monsterinsights-report-2-columns .monsterinsights-table-box{width:100%}}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+1){margin-left:0}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+3){margin-top:25px}.monsterinsights-report-flex .monsterinsights-report-box{width:calc(50% - 12.5px)}@media (max-width:782px){.monsterinsights-report-flex .monsterinsights-report-box{width:100%;margin-top:20px}.monsterinsights-report-flex .monsterinsights-report-box:first-child{margin-top:0}}.monsterinsights-reports-tooltip{font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-arrow{width:12.5px;height:13px;display:inline-block;background-size:contain;background-repeat:no-repeat}.monsterinsights-arrow.monsterinsights-down{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABSUlEQVRIie3WP0scQRgH4OdODaggXiGksNLCFCEigtqpYGFhZ6+IhYKSQO4DaGFnIYLcdRbWVhYRVKzsbbURjI2QD2GK24N1b3dv9hK7e2FZ3tn5zQPL/pnSw8ycwFrFJvrwip/4ExLsDRVwgs+x/hEHIcFyAaQ/0Q+GBosgHVcX6SIfjwzhO6b+w5o92MByHBnGLY5xh/l/AEo4jY5f+NFEzjAdTRrABWY7BGpYi/VHWCqjkpg8hEt8K4gcYjsFrpSxjpfExQpuMBEI7KGaMl7DeRlPWEiBRiJorA1QxX4GsIu35tOVBY3iKjqn1ZbGbcoEeP+eZEHjuManxPhKtFgpD0giedAXrf+Tryn5FiANyYPaVSqQhcSh34FAPQvIQ5rQYgBUx04W0A4JgdoCIUgeFASEInHoOeproQDF9l1PmNT4AtwXyPkLNbVGvHN63iMAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-down.monsterinsights-green{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABhUlEQVRIie3Wz0qVQRjH8c85qUQtbGN0Ba5U0E0XEAWtBAmh/IdSIUFYFxB1BYWiIMbBMNSwDCoUlAK3bQTpDtx2B5HaYt5DpzmTZ45JK3+r4Znneb/MPH/eKQ3vLMtUH64X632s5ga2NOH3BZdqbN/xOSe4nAm5GAHgcmZsNuSfdAY5g/wfSJfQD6ehHpyvhZQwg2/Y1USTJVRCBXv4io4q5CkeFk6dwqhoPyHkBSaKdQ+20FbGzcixu9i80CTgGaYiWy+ulPEEP6LNq/iItkzAI+FGYk1jv4xtDCRA17CGcw0A43iesM/jMb+rawODCVA/FoWEpnQLLxP7FTzAEX/+Tz7gjvAzaq2xj1SdI93AbfUnXcS92pi4GdcxhIPIPpqAjKnP2VIMSEHgLYYToEZaEcq3Lu5vY+WNkNBc0Jpw2qT/cbPrNe7isAHgnfQVZ0HgFe5LJx7eF4Cfx30kZwpXMJkAfRKqKy77E0FgQZhvVdCm0CMNAeS/u2BOeNR1YjYXAL8A/ktHYGdlxIUAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-up{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABRUlEQVRIie3Vvy4EQRwH8M+dKxUeAIV7EvGnUHiCqzQOiUrUvAAdEYlC4glIlCgViJCIQjQ6IrnCn0j8KfY21t7u3Q4KhW+zmd/szCcz2dkp1fa3BKQHAzgOGVQOeLeKUxxhFaXfRqrYQ3+zXQ+BiiAx0JeqTxaFOiF5QBDUDukEFIYqbYB99HYAkhBM4T3dmbWSUCAJZa4ojeQBF3hK1c7xVgRKInnAFUbxkqrvYFrr9rRAMZIH3GCk+czKGuYy6l+gchvgFsO4zgHiLGEhB1pBqYLNDOAeQ7jsAMRZRLfWVdVxUEYj1dHAGM4KAnHmRVuUTqOMGk6ahUeM4zAQIPoAZkQ7E2cOuxXR1gxiAgcCf+MZUDzPLbb5PPENLP9g8mResZEshNwn384/8o/8DeQ51X4oOjDv+s3KrOg0d+EO60UHfgC50EbFBrbrYQAAAABJRU5ErkJggg==)}.monsterinsights-arrow.monsterinsights-up.monsterinsights-red{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAABYUlEQVRIie3UTUtVURTG8V/HPkBgpuVV86UsTYkG4tgmEeYgiIIIp324gjAoLLVRkM3CSaCOdOZAnEgoiYO7Nlw2J9texZEPHDh7vTz/xdqwr/yemlaoYSygA8+wXtJUFZoPYgVjGI3/kfMC9Idhf0usEbHBswIa+IbbNbm+yA20C+gNg6ETagaipu+0gJvK95zup1EK6I6GuwXmSSPRc+t/gC4s414W360x3cvOdwLS8y9AMh/PGrfwugbwFptZbDQ8buSATnzBRNawgxls1wC28aQmNxaQrgS4FuYPs8I9PMZGjXnSBp7GIK16gCVcr/Aej7KC/Zhu7QTzpDXNpyO/k0m8q3A/SxxgDj8KzJNW8TwGa9VEhXn8icBfvNTc4Wm1glcxYBr0TYWvmMVimH9owzzpI17gs+baPl2NxLL2pq7TQnwof67b1iXgEnBxgKOa2OF5AtbxveX8E79KGo8BZr5ClKgrWrIAAAAASUVORK5CYII=)}.monsterinsights-reports-overview-datagraph-tooltip-trend{font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-trend .monsterinsights-arrow{margin-right:5px}.monsterinsights-report-box{background:#fff;border:1px solid #d6e2ed;padding:0 20px 20px;position:relative}.monsterinsights-report-box .monsterinsights-info{position:absolute;right:20px;top:20px}.monsterinsights-realtime-large{font-size:150px;text-align:center;line-height:1.5;color:#393f4c}.monsterinsights-realtime-active{text-align:center;width:100%;font-size:25px;line-height:1;margin-top:-50px;color:#393f4c}.monsterinsights-realtime-box-content .monsterinsights-line-chart-tooltip{max-width:115px}#monsterinsights-chartjs-pie-age-tooltip{margin-left:23px;min-width:95px}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-blur .monsterinsights-report{min-height:850px}.monsterinsights-reports-referral-icon{vertical-align:middle;margin-right:10px;margin-left:2px}.monsterinsights-upsell-inline{background-image:url(../img/reports-upsell-bg.png);background-repeat:no-repeat;background-position:100% 0;background-color:#fff;background-size:452px}@media (max-width:991px){.monsterinsights-upsell-inline .monsterinsights-upsell-inline-content{margin:-20px;padding:20px;background:hsla(0,0%,100%,.3)}}.monsterinsights-upsell-content{max-width:750px}.monsterinsights-upsell-content p{font-size:16px;color:#393f4c;line-height:1.8}.monsterinsights-upsell-content .monsterinsights-light{color:#657086}.monsterinsights-upsell-content .monsterinsights-button{font-size:17px;font-weight:700;padding:15px 25px;line-height:1}@media (max-width:782px){.monsterinsights-upsell-content .monsterinsights-button{font-size:15px}}.monsterinsights-upsell-overlay{position:absolute;top:125px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:750px;max-width:100%;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);background-color:#fff;border:1px solid #d6e2ed}.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}}@media (max-width:782px){.monsterinsights-upsell-overlay{top:70px;width:calc(100% - 40px)}}.monsterinsights-upsell-overlay h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{color:#4c6577;font-size:16px;text-align:center}.monsterinsights-upsell-overlay p{margin:20px 0}.monsterinsights-upsell-overlay .monsterinsights-upsell-content{border-top:1px solid #d6e2ed;background:#f9fbff;padding:40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding-left:20px;padding-right:20px}}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{margin:0 auto;max-width:520px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li{color:#4c6577;font-size:16px;margin:0 0 30px;padding-left:40px;position:relative;line-height:1.2}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li:before{position:absolute;content:"\f015";width:20px;height:20px;background:#5cc0a5;left:0;border-radius:50%;display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f9fbff;font-size:14px;text-align:center;line-height:20px;top:-1px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{font-weight:400;font-size:16px;margin-top:10px}.monsterinsights-upsell-overlay a{color:#393f4c}.monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-center,.monsterinsights-mobile-upsell{text-align:center}.monsterinsights-mobile-upsell .monsterinsights-notice{border-top:1px solid #d6e2ed;border-right:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-mobile-upsell .monsterinsights-notice-inner{margin-top:0}@media (min-width:783px){.monsterinsights-mobile-upsell{display:none}}.monsterinsights-mobile-upsell .monsterinsights-notice-success .monsterinsights-notice-button{margin-right:0}@media (max-width:782px){.monsterinsights-overview-upsell-desktop{display:none}}.monsterinsights-report-realtime .monsterinsights-table-box th:first-child{width:auto}.monsterinsights-reports-list-title{display:inline-block;word-break:break-all}@media (max-width:782px){.monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}}.monsterinsights-report-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-report-scroll:nth-child(2){width:calc(50% - 12.5px);margin-left:25px}@media (max-width:991px){.monsterinsights-report-scroll:nth-child(2){width:100%;margin-left:0;margin-top:25px}}@media (max-width:782px){.monsterinsights-report-scroll{width:100%;margin-left:0}}.monsterinsights-report-scroll>h3{position:absolute;top:0}.monsterinsights-report-scroll .monsterinsights-realtime-active{margin:0 0 50px}.monsterinsights-report-scroll .monsterinsights-realtime-box-content{margin:25px 0}.monsterinsights-report-scroll .monsterinsights-realtime-large{line-height:1;margin:50px 0 0;font-size:80px}.monsterinsights-not-authenticated-notice{position:fixed;top:40%;left:50%;width:750px;max-width:100%;margin-left:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-left:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{left:0;margin-left:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-left:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate{text-align:center}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button{font-size:16px;padding:20px 40px;margin:20px 20px 10px;background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt{background:#509fe2;border-color:#2e7fbe;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-reports-list-has-overflow{cursor:pointer}#monsterinsights_reports_widget,#monsterinsights_reports_widget *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#monsterinsights_reports_widget .inside{margin:0;padding:0}#monsterinsights_reports_widget .monsterinsights-info:focus,#monsterinsights_reports_widget a:focus,#monsterinsights_reports_widget button:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#monsterinsights_reports_widget .handlediv:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}#dashboard-widgets .monsterinsights-reports-link,#dashboard-widgets .monsterinsights-widget-toggle,.postbox .inside .monsterinsights-reports-link,.postbox .inside .monsterinsights-widget-toggle{background-color:#fafafa;border-bottom:1px solid #eee;cursor:pointer;padding:11px 12px;line-height:1;position:relative}#dashboard-widgets .monsterinsights-reports-link:focus,#dashboard-widgets .monsterinsights-widget-toggle:focus,.postbox .inside .monsterinsights-reports-link:focus,.postbox .inside .monsterinsights-widget-toggle:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);z-index:10}#dashboard-widgets .monsterinsights-reports-link h2,#dashboard-widgets .monsterinsights-widget-toggle h2,.postbox .inside .monsterinsights-reports-link h2,.postbox .inside .monsterinsights-widget-toggle h2{display:inline-block;font-size:14px;font-weight:400;line-height:1;margin:0;padding:0;color:#23282c}#dashboard-widgets .monsterinsights-reports-link.monsterinsights-widget-toggle-active:after,#dashboard-widgets .monsterinsights-widget-toggle.monsterinsights-widget-toggle-active:after,.postbox .inside .monsterinsights-reports-link.monsterinsights-widget-toggle-active:after,.postbox .inside .monsterinsights-widget-toggle.monsterinsights-widget-toggle-active:after{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}#dashboard-widgets .monsterinsights-reports-link,.postbox .inside .monsterinsights-reports-link{cursor:default}#dashboard-widgets .monsterinsights-reports-link .monsterinsights-button,.postbox .inside .monsterinsights-reports-link .monsterinsights-button{font-size:12px;font-weight:700;padding:5px 9px 4px;margin-left:10px}#dashboard-widgets .monsterinsights-btn-group-label:after,#dashboard-widgets .monsterinsights-widget-toggle:after,.postbox .inside .monsterinsights-btn-group-label:after,.postbox .inside .monsterinsights-widget-toggle:after{color:#72777c;content:"\f142";display:inline-block;font:normal 20px/1 dashicons;position:absolute;right:7px;text-decoration:none!important;text-indent:-1px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:8px}#dashboard-widgets .monsterinsights-btn-group-label:after,.postbox .inside .monsterinsights-btn-group-label:after{right:2px;top:2px}#dashboard-widgets .monsterinsights-upsell-overlay h3,.postbox .inside .monsterinsights-upsell-overlay h3{text-align:left;color:#393f4c;font-size:20px;margin:12px 0 20px;font-weight:700;line-height:1.4}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{text-align:left}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-top,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding:20px;width:100%}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content ul,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{display:none}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{margin-top:0;font-size:13px;padding:8px 10px}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-center,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-center{text-align:left}#dashboard-widgets .monsterinsights-button-full-report,.postbox .inside .monsterinsights-button-full-report{font-size:12px;padding:5px 9px 4px;font-weight:700;line-height:1;margin-right:-5px;margin-left:5px}.monsterinsights-widget-cog{margin:0 0 0 10px;border:none;cursor:pointer;display:block;height:20px;padding:0;width:20px;color:#72777c;background:none;font-size:16px}.monsterinsights-widget-cog:focus,.monsterinsights-widget-cog:hover{color:#393f4c}.monsterinsights-widget-dropdown{position:relative;display:inline-block;vertical-align:middle}.monsterinsights-widget-dropdown-content{background:#fff;border:1px solid #d8d8d8;border-radius:5px;cursor:auto;font-weight:400;margin-right:-11px;margin-top:5px;padding:0 10px 10px;position:absolute;right:0;top:100%;width:180px;z-index:999}.monsterinsights-widget-dropdown-content:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #d8d8d8;border-style:solid;border-width:0 4px 4px;bottom:100%;content:"";height:0;position:absolute;right:16px;width:0}.monsterinsights-widget-dropdown-content:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff;border-style:solid;border-width:0 3px 3px;bottom:100%;content:"";height:0;position:absolute;right:17px;width:0}.monsterinsights-widget-dropdown-content>span{color:#999;font-size:10px;margin-top:12px;display:block}.monsterinsights-widget-dropdown-content label{padding-left:16px;color:#393f4c;font-size:12px;position:relative;margin-bottom:4px;display:block}.monsterinsights-widget-dropdown-content label:before{content:"";border:1px solid #d6e2ed;width:10px;height:10px;display:block;position:absolute;left:0;top:3px}.monsterinsights-widget-dropdown-content label input[type=checkbox]{display:none}.monsterinsights-widget-dropdown-content label.monsterinsights-checked:after{content:"";border-color:#509fe2;border-style:solid;border-width:1px 0 0 1px;display:block;width:6px;height:10px;position:absolute;left:3px;top:2px;-webkit-transform:rotate(216deg);-ms-transform:rotate(216deg);transform:rotate(216deg)}.monsterinsights-widget-dropdown-content label:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.monsterinsights-red{color:#d73638}.monsterinsights-green{color:#5cc0a5}.monsterinsights-btn-group{position:relative;display:inline-block;vertical-align:middle;width:110px;margin-right:0}.monsterinsights-btn-group .monsterinsights-btn-group-label,.monsterinsights-btn-group .monsterinsights-btn-group-list-button{background:#fff;border:1px solid #d8d8d8;border-radius:5px;cursor:pointer;display:inline-block;font-size:13px;font-weight:400;line-height:1;padding:5px 14px 5px 10px;position:relative;text-align:left;width:100%;margin:0}.monsterinsights-btn-group-list{border-left:1px solid #d8d8d8;border-right:1px solid #d8d8d8;position:absolute;top:100%;z-index:1000;right:0;left:0}.monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{border-radius:0;border-width:0 0 1px}.monsterinsights-btn-group-list .monsterinsights-btn-group-list-button.monsterinsights-btn-group-list-button-selected{background:#1f76c4;color:#fff}.monsterinsights-btn-group-open .monsterinsights-btn-group-label{border-radius:5px 5px 0 0}#monsterinsights_reports_widget.closed .inside{display:block}#monsterinsights_reports_widget .monsterinsights-widget-settings{position:absolute;bottom:100%;right:12px;margin-bottom:6px;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}@media (max-width:782px){#monsterinsights_reports_widget .monsterinsights-widget-settings{right:10px}}#monsterinsights_reports_widget .hndle{font-size:14px}#monsterinsights_reports_widget .toggle-indicator{display:none}#monsterinsights_reports_widget .monsterinsights-not-authenticated-notice{-webkit-box-shadow:none;box-shadow:none;position:relative;width:100%;margin:0;left:0;top:0;padding-top:50px;border:none}#monsterinsights_reports_widget .monsterinsights-not-authenticated-notice h3{font-size:18px;font-weight:700}@media (max-width:430px),(max-width:936px) and (min-width:800px),(max-width:1040px) and (min-width:962px),only screen and (max-width:1890px) and (min-width:1800px){#monsterinsights_reports_widget .monsterinsights-button-full-report{display:none}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-button-full-report{display:block;padding:12px 12px 11px;line-height:1;font-size:14px;margin-right:0}.monsterinsights-report-tabs{margin:20px}.monsterinsights-report-infobox-row{margin:0 20px 20px;-ms-flex-flow:wrap;flex-flow:wrap}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%;padding:12px 10px 10px 15px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-left:none}@media (min-width:783px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child,.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(2){border-bottom:1px solid #d6e2ed}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{top:12px;right:15px}.monsterinsights-reports-infobox-number{font-size:36px;float:none}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none}.monsterinsights-reports-infobox-prev{margin-top:15px}.monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}.monsterinsights-widget-regular-width .monsterinsights-report-tabs-navigation button{font-size:14px;padding:11px 9px 12px;line-height:1;text-align:left;font-weight:400}.monsterinsights-widget-regular-width .monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:9px}.monsterinsights-widget-regular-width .monsterinsights-report-tabs-navigation button i{margin-right:7px}.monsterinsights-widget-regular-width .monsterinsights-table-list-item{font-size:14px;padding:11px 12px;min-height:36px}.monsterinsights-widget-regular-width .monsterinsights-table-box-table td,.monsterinsights-widget-regular-width .monsterinsights-table-box-table td:first-child,.monsterinsights-widget-regular-width .monsterinsights-table-box-table th,.monsterinsights-widget-regular-width .monsterinsights-table-box-table th:first-child{padding-left:12px;padding-right:12px}.monsterinsights-widget-report-title .monsterinsights-info{margin-left:10px;color:#b4b9be}.monsterinsights-widget-content{border-bottom:1px solid #eee;height:100%}.monsterinsights-widget-content .monsterinsights-table-box{padding-top:0;border:none}.monsterinsights-dashboard-widget-page.monsterinsights-blur .monsterinsights-widget-content{height:auto}.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-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-table-box-footer{text-align:left}.monsterinsights-table-box-pagination{display:none}.monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-right:0;margin:0}.monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}.monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}.monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #d6e2ed}.monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-pie-chart{border:none;width:100%}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{left:220px}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{left:auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-text{min-width:75px}.monsterinsights-upsell-overlay{position:relative;-webkit-transform:none;-ms-transform:none;transform:none;left:0;top:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0;padding-top:0;border:none}.monsterinsights-upsell-overlay .monsterinsights-button{color:#fff}.monsterinsights-ecommerce-overview{padding-top:20px}.monsterinsights-ecommerce-overview .monsterinsights-upsell-overlay{padding-top:0}.monsterinsights-report-title{font-size:16px}.mi-dw-not-authed{padding:20px;text-align:center}.mi-dw-not-authed h2{font-size:18px;margin:0}.mi-dw-not-authed p{font-size:14px;margin:18px auto;max-width:280px}.mi-dw-btn-large{background:#1f76c4;border-radius:5px;color:#fff;display:inline-block;font-size:14px;line-height:1;margin-bottom:10px;padding:14px 28px}.mi-dw-btn-large:hover{color:#fff}.monsterinsights-widget-loading{animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;height:2.5em;margin:50px auto;padding:0;width:2.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monsterinsights-widget-full-width .monsterinsights-widget-accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;padding:20px 22px 22px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-widget-full-width .monsterinsights-widget-accordion:after{width:calc(33.333% - 13px);display:block;content:""}@media (max-width:782px){.monsterinsights-widget-full-width .monsterinsights-widget-accordion{padding:0}}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box{padding-top:0!important}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content>div:not(.monsterinsights-widget-loading){height:auto!important}}.monsterinsights-table-box .monsterinsights-info{top:20px;right:20px}.monsterinsights-reports-pie-chart .monsterinsights-info,.monsterinsights-reports-pie-chart .monsterinsights-report-title,.monsterinsights-table-box .monsterinsights-info,.monsterinsights-table-box .monsterinsights-report-title{display:none}.monsterinsights-hide-button,.monsterinsights-width-button{border:none;background:none;padding:0;margin:0 0 0 8px;color:#72777c;cursor:pointer}.monsterinsights-hide-button:focus,.monsterinsights-hide-button:hover,.monsterinsights-width-button:focus,.monsterinsights-width-button:hover{color:#393f4c}.monsterinsights-hide-button i,.monsterinsights-width-button i{font-size:16px}.monsterinsights-widget-full-width .monsterinsights-hide-button i,.monsterinsights-widget-full-width .monsterinsights-width-button i{font-size:20px}.monsterinsights-hide-button{margin-left:0;margin-top:5px;color:#393f4c}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:10px 5px 7px 9px}#monsterinsights_reports_widget.monsterinsights-widget-full-width{margin:16px 0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-report-title,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-report-title{display:block}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-report-title,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-report-title{display:none}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding-left:20px;padding-bottom:20px}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding-left:5px;padding-bottom:5px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box{padding-top:22px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .hndle{padding:22px 22px 22px 72px;border-bottom:none;height:auto;margin:0;position:relative;font-size:16px;color:#657086;font-weight:400;cursor:default}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element{border:1px solid #d6e2ed;display:block;padding:0;width:calc(33.333% - 13px);margin-top:20px}@media (max-width:1280px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element{width:calc(50% - 10px)}}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element{width:100%;padding:0;border:none;margin-right:0;margin-top:0}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element:first-child{width:100%;border:none;padding:0;margin:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings{right:22px;margin-bottom:4px}@media (max-width:806px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings{right:0;margin-right:10px;position:relative;bottom:0;margin-left:10px;float:none;margin-bottom:0}}@media (max-width:494px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings .monsterinsights-button-full-report{display:none}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings .monsterinsights-btn-group{width:auto}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list{width:auto;position:relative;top:0;border:none;border-radius:0}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list{margin:20px 0}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{background:#eceff5;color:#464c57;border-radius:0;line-height:18px;display:inline-block;margin:0;width:auto;border:1px solid #d6e2ed;padding:10px 20px;font-size:14px}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{padding:10px 15px}}@media (max-width:374px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{font-size:12px;padding-left:10px;padding-right:10px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:hover{background:#fff}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:focus{z-index:10;position:relative}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-right:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button.monsterinsights-btn-group-list-button-selected{background:#fff;color:#509fe2;font-weight:700}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-widget-content{padding:20px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row{margin:20px 0 0}@media (min-width:783px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;padding:17px 20px 15px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(2){border-bottom:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-left:1px solid #d6e2ed}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-reports-infobox-number{font-size:36px;float:left}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-reports-infobox-compare,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-reports-infobox-prev{float:right}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content{border-bottom:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-report-tabs{margin:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button{background:#8ea4b4;border:1px solid #708c9f;padding:9px;color:#fff;font-size:20px;line-height:1;min-width:40px;height:auto;width:auto;border-radius:5px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog:focus,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog:hover,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button:focus,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button:hover{background-color:#708c9f}@media (max-width:374px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button{padding:8px;min-width:38px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-toggle{display:none}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-toggle{display:block}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content>div:not(.monsterinsights-widget-loading){height:100%}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content>div:not(.monsterinsights-widget-loading) .monsterinsights-upsell-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;height:100%}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child,.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(2){border-bottom:0}.monsterinsights-fullwidth-mascot{background-image:url(../img/mascot.png);width:41px;height:40px;background-repeat:no-repeat;background-size:contain;position:absolute;left:22px;bottom:100%;margin-bottom:4px}.monsterinsights-fullwidth-report-title{position:absolute;left:72px;font-size:20px;color:#393f4c;font-weight:700;bottom:100%;margin-bottom:0}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:none;filter:none}#dashboard-widgets .monsterinsights-widget-footer{padding:11px 12px;line-height:1;font-size:13px;color:#72777c}#dashboard-widgets .monsterinsights-widget-footer .monsterinsights-dark{color:#23282c;font-weight:500}#dashboard-widgets .monsterinsights-widget-footer a{margin-right:10px;text-decoration:underline;color:#1c75a6}#dashboard-widgets .monsterinsights-widget-footer a:focus,#dashboard-widgets .monsterinsights-widget-footer a:hover{text-decoration:none;color:#393f4c}@media (max-width:782px){#dashboard-widgets .monsterinsights-upsell-overlay{width:100%}}#dashboard-widgets .monsterinsights-upsell-overlay a{text-decoration:underline}#dashboard-widgets .monsterinsights-upsell-overlay a.monsterinsights-button,#dashboard-widgets .monsterinsights-upsell-overlay a:focus,#dashboard-widgets .monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-height100{height:100%}@media (max-width:782px){.monsterinsights-height100{height:auto}}.monsterinsights-table-item-content{word-break:break-all}.monsterinsights-table-box.monsterinsights-table-box-mobile .monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}#monsterinsights-chartjs-line-overview-tooltip{margin-top:-60px}.folded #monsterinsights-chartjs-line-overview-tooltip{margin-left:-118px}#monsterinsights_reports_widget .monsterinsights-widget-error{padding:50px 25px;text-align:center}#monsterinsights_reports_widget .monsterinsights-widget-error .monsterinsights-error-title{font-weight:700;font-size:24px}#monsterinsights_reports_widget .monsterinsights-widget-error .monsterinsights-error-content{font-size:16px}#monsterinsights_reports_widget .monsterinsights-widget-error .monsterinsights-error-footer{margin:35px 0 0;padding:15px 0 0;border-top:1px solid #ccc}#monsterinsights_reports_widget .monsterinsights-widget-error .swal2-icon,#monsterinsights_reports_widget .monsterinsights-widget-error .swal2-icon *{-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights-widget-accordion-lite .monsterinsights-widget-report-overview .monsterinsights-widget-content{padding-top:20px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-accordion-lite .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row{margin:0 0 20px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-accordion-lite .monsterinsights-upsell-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-accordion-lite .monsterinsights-upsell-overlay .monsterinsights-upsell-content{height:100%}.monsterinsights-faded{opacity:.5}.monsterinsights-lite-overview-buttons{border-top:1px solid #d6e2ed;background:#f9fbff;padding:20px}.monsterinsights-lite-overview-buttons .monsterinsights-button{margin-top:0;font-size:13px;padding:8px 10px}.monsterinsights-swal .swal2-title{line-height:1.2}#dashboard-widgets .monsterinsights-tips{border:1px solid #5fa6e7;margin:0 20px 20px;padding:17px 15px;color:#393f4c;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}#dashboard-widgets .monsterinsights-tips .monstericon-star{color:#5fa6e7;font-size:19px;margin-right:14px}#dashboard-widgets .monsterinsights-tips a{color:#5fa6e7;text-decoration:underline}#dashboard-widgets .monsterinsights-tips a:hover{text-decoration:none}.monsterinsights-widget-full-width .monsterinsights-tips{display:none} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/widget.rtl.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/widget.rtl.css new file mode 100644 index 00000000..d9270c7b --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/widget.rtl.css @@ -0,0 +1,3 @@ +.monsterinsights-tracking-notice{position:fixed;bottom:20px;left:15px;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;background:#fff;-webkit-box-shadow:0 0 10px 0 #dedede;box-shadow:0 0 10px 0 #dedede;padding:6px 5px;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;width:380px;max-width:calc(100% - 30px);border-radius:6px;z-index:10000}.monsterinsights-tracking-notice h3{font-size:13px;color:#222;font-weight:700;margin:0 0 8px;padding:0;line-height:1;border:none}.monsterinsights-tracking-notice p{font-size:13px;color:#7f7f7f;font-weight:400;margin:0;padding:0;line-height:1.2;border:none}.monsterinsights-tracking-notice p a{color:#509fe2;font-size:13px;line-height:1.2;margin:0;padding:0;text-decoration:underline;font-weight:400}.monsterinsights-tracking-notice p a:hover{color:#3a93dd;text-decoration:none}.monsterinsights-tracking-notice .monsterinsights-tracking-notice-icon{padding:14px;background-color:#f2f6ff;border-radius:6px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-left:12px}.monsterinsights-tracking-notice .monsterinsights-tracking-notice-close{padding:0;margin:0 0 0 3px;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0;color:#7f7f7f;background:rgba(0,0,0,0);line-height:1;-ms-flex-item-align:start;align-self:flex-start;cursor:pointer;font-size:16px;font-weight:400}.monsterinsights-tracking-notice .monsterinsights-fullwidth-mascot{position:relative;right:auto;top:auto}.monsterinsights-slide-up-enter-active,.monsterinsights-slide-up-leave-active{-webkit-transition:bottom .7s ease;transition:bottom .7s ease}.monsterinsights-slide-up-enter,.monsterinsights-slide-up-leave-to{bottom:-200px}@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{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"}.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-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;right: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-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-right:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-right-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;right:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip[x-placement^=left]{padding-left:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-right:0;margin-left: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}/*! + * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/) + */.monsterinsights-flag{display:inline-block;width:32px;height:32px;background:url(../img/flags.png) no-repeat}.monsterinsights-flag.monsterinsights-flag-ad{background-position:-32px 0}.monsterinsights-flag.monsterinsights-flag-ae{background-position:-64px 0}.monsterinsights-flag.monsterinsights-flag-af{background-position:-96px 0}.monsterinsights-flag.monsterinsights-flag-ag{background-position:-128px 0}.monsterinsights-flag.monsterinsights-flag-ai{background-position:-160px 0}.monsterinsights-flag.monsterinsights-flag-al{background-position:-192px 0}.monsterinsights-flag.monsterinsights-flag-am{background-position:-224px 0}.monsterinsights-flag.monsterinsights-flag-an{background-position:-256px 0}.monsterinsights-flag.monsterinsights-flag-ao{background-position:-288px 0}.monsterinsights-flag.monsterinsights-flag-ar{background-position:-320px 0}.monsterinsights-flag.monsterinsights-flag-as{background-position:-352px 0}.monsterinsights-flag.monsterinsights-flag-at{background-position:-384px 0}.monsterinsights-flag.monsterinsights-flag-au{background-position:-416px 0}.monsterinsights-flag.monsterinsights-flag-aw{background-position:-448px 0}.monsterinsights-flag.monsterinsights-flag-ax{background-position:-480px 0}.monsterinsights-flag.monsterinsights-flag-az{background-position:100% -32px}.monsterinsights-flag.monsterinsights-flag-ba{background-position:-32px -32px}.monsterinsights-flag.monsterinsights-flag-bb{background-position:-64px -32px}.monsterinsights-flag.monsterinsights-flag-bd{background-position:-96px -32px}.monsterinsights-flag.monsterinsights-flag-be{background-position:-128px -32px}.monsterinsights-flag.monsterinsights-flag-bf{background-position:-160px -32px}.monsterinsights-flag.monsterinsights-flag-bg{background-position:-192px -32px}.monsterinsights-flag.monsterinsights-flag-bh{background-position:-224px -32px}.monsterinsights-flag.monsterinsights-flag-bi{background-position:-256px -32px}.monsterinsights-flag.monsterinsights-flag-bj{background-position:-288px -32px}.monsterinsights-flag.monsterinsights-flag-bl{background-position:-320px -32px}.monsterinsights-flag.monsterinsights-flag-bm{background-position:-352px -32px}.monsterinsights-flag.monsterinsights-flag-bn{background-position:-384px -32px}.monsterinsights-flag.monsterinsights-flag-bo{background-position:-416px -32px}.monsterinsights-flag.monsterinsights-flag-br{background-position:-448px -32px}.monsterinsights-flag.monsterinsights-flag-bs{background-position:-480px -32px}.monsterinsights-flag.monsterinsights-flag-bt{background-position:100% -64px}.monsterinsights-flag.monsterinsights-flag-bw{background-position:-32px -64px}.monsterinsights-flag.monsterinsights-flag-by{background-position:-64px -64px}.monsterinsights-flag.monsterinsights-flag-bz{background-position:-96px -64px}.monsterinsights-flag.monsterinsights-flag-ca{background-position:-128px -64px}.monsterinsights-flag.monsterinsights-flag-cd{background-position:-160px -64px}.monsterinsights-flag.monsterinsights-flag-cf{background-position:-192px -64px}.monsterinsights-flag.monsterinsights-flag-cg{background-position:-224px -64px}.monsterinsights-flag.monsterinsights-flag-ch{background-position:-256px -64px}.monsterinsights-flag.monsterinsights-flag-ci{background-position:-288px -64px}.monsterinsights-flag.monsterinsights-flag-ck{background-position:-320px -64px}.monsterinsights-flag.monsterinsights-flag-cl{background-position:-352px -64px}.monsterinsights-flag.monsterinsights-flag-cm{background-position:-384px -64px}.monsterinsights-flag.monsterinsights-flag-cn{background-position:-416px -64px}.monsterinsights-flag.monsterinsights-flag-co{background-position:-448px -64px}.monsterinsights-flag.monsterinsights-flag-cr{background-position:-480px -64px}.monsterinsights-flag.monsterinsights-flag-cu{background-position:100% -96px}.monsterinsights-flag.monsterinsights-flag-cv{background-position:-32px -96px}.monsterinsights-flag.monsterinsights-flag-cw{background-position:-64px -96px}.monsterinsights-flag.monsterinsights-flag-cy{background-position:-96px -96px}.monsterinsights-flag.monsterinsights-flag-cz{background-position:-128px -96px}.monsterinsights-flag.monsterinsights-flag-de{background-position:-160px -96px}.monsterinsights-flag.monsterinsights-flag-dj{background-position:-192px -96px}.monsterinsights-flag.monsterinsights-flag-dk{background-position:-224px -96px}.monsterinsights-flag.monsterinsights-flag-dm{background-position:-256px -96px}.monsterinsights-flag.monsterinsights-flag-do{background-position:-288px -96px}.monsterinsights-flag.monsterinsights-flag-dz{background-position:-320px -96px}.monsterinsights-flag.monsterinsights-flag-ec{background-position:-352px -96px}.monsterinsights-flag.monsterinsights-flag-ee{background-position:-384px -96px}.monsterinsights-flag.monsterinsights-flag-eg{background-position:-416px -96px}.monsterinsights-flag.monsterinsights-flag-eh{background-position:-448px -96px}.monsterinsights-flag.monsterinsights-flag-er{background-position:-480px -96px}.monsterinsights-flag.monsterinsights-flag-es{background-position:100% -128px}.monsterinsights-flag.monsterinsights-flag-et{background-position:-32px -128px}.monsterinsights-flag.monsterinsights-flag-eu{background-position:-64px -128px}.monsterinsights-flag.monsterinsights-flag-fi{background-position:-96px -128px}.monsterinsights-flag.monsterinsights-flag-fj{background-position:-128px -128px}.monsterinsights-flag.monsterinsights-flag-fk{background-position:-160px -128px}.monsterinsights-flag.monsterinsights-flag-fm{background-position:-192px -128px}.monsterinsights-flag.monsterinsights-flag-fo{background-position:-224px -128px}.monsterinsights-flag.monsterinsights-flag-fr{background-position:-256px -128px}.monsterinsights-flag.monsterinsights-flag-ga{background-position:-288px -128px}.monsterinsights-flag.monsterinsights-flag-gb{background-position:-320px -128px}.monsterinsights-flag.monsterinsights-flag-gd{background-position:-352px -128px}.monsterinsights-flag.monsterinsights-flag-ge{background-position:-384px -128px}.monsterinsights-flag.monsterinsights-flag-gg{background-position:-416px -128px}.monsterinsights-flag.monsterinsights-flag-gh{background-position:-448px -128px}.monsterinsights-flag.monsterinsights-flag-gi{background-position:-480px -128px}.monsterinsights-flag.monsterinsights-flag-gl{background-position:100% -160px}.monsterinsights-flag.monsterinsights-flag-gm{background-position:-32px -160px}.monsterinsights-flag.monsterinsights-flag-gn{background-position:-64px -160px}.monsterinsights-flag.monsterinsights-flag-gp{background-position:-96px -160px}.monsterinsights-flag.monsterinsights-flag-gq{background-position:-128px -160px}.monsterinsights-flag.monsterinsights-flag-gr{background-position:-160px -160px}.monsterinsights-flag.monsterinsights-flag-gs{background-position:-192px -160px}.monsterinsights-flag.monsterinsights-flag-gt{background-position:-224px -160px}.monsterinsights-flag.monsterinsights-flag-gu{background-position:-256px -160px}.monsterinsights-flag.monsterinsights-flag-gw{background-position:-288px -160px}.monsterinsights-flag.monsterinsights-flag-gy{background-position:-320px -160px}.monsterinsights-flag.monsterinsights-flag-hk{background-position:-352px -160px}.monsterinsights-flag.monsterinsights-flag-hn{background-position:-384px -160px}.monsterinsights-flag.monsterinsights-flag-hr{background-position:-416px -160px}.monsterinsights-flag.monsterinsights-flag-ht{background-position:-448px -160px}.monsterinsights-flag.monsterinsights-flag-hu{background-position:-480px -160px}.monsterinsights-flag.monsterinsights-flag-ic{background-position:100% -192px}.monsterinsights-flag.monsterinsights-flag-id{background-position:-32px -192px}.monsterinsights-flag.monsterinsights-flag-ie{background-position:-64px -192px}.monsterinsights-flag.monsterinsights-flag-il{background-position:-96px -192px}.monsterinsights-flag.monsterinsights-flag-im{background-position:-128px -192px}.monsterinsights-flag.monsterinsights-flag-in{background-position:-160px -192px}.monsterinsights-flag.monsterinsights-flag-iq{background-position:-192px -192px}.monsterinsights-flag.monsterinsights-flag-ir{background-position:-224px -192px}.monsterinsights-flag.monsterinsights-flag-is{background-position:-256px -192px}.monsterinsights-flag.monsterinsights-flag-it{background-position:-288px -192px}.monsterinsights-flag.monsterinsights-flag-je{background-position:-320px -192px}.monsterinsights-flag.monsterinsights-flag-jm{background-position:-352px -192px}.monsterinsights-flag.monsterinsights-flag-jo{background-position:-384px -192px}.monsterinsights-flag.monsterinsights-flag-jp{background-position:-416px -192px}.monsterinsights-flag.monsterinsights-flag-ke{background-position:-448px -192px}.monsterinsights-flag.monsterinsights-flag-kg{background-position:-480px -192px}.monsterinsights-flag.monsterinsights-flag-kh{background-position:100% -224px}.monsterinsights-flag.monsterinsights-flag-ki{background-position:-32px -224px}.monsterinsights-flag.monsterinsights-flag-km{background-position:-64px -224px}.monsterinsights-flag.monsterinsights-flag-kn{background-position:-96px -224px}.monsterinsights-flag.monsterinsights-flag-kp{background-position:-128px -224px}.monsterinsights-flag.monsterinsights-flag-kr{background-position:-160px -224px}.monsterinsights-flag.monsterinsights-flag-kw{background-position:-192px -224px}.monsterinsights-flag.monsterinsights-flag-ky{background-position:-224px -224px}.monsterinsights-flag.monsterinsights-flag-kz{background-position:-256px -224px}.monsterinsights-flag.monsterinsights-flag-la{background-position:-288px -224px}.monsterinsights-flag.monsterinsights-flag-lb{background-position:-320px -224px}.monsterinsights-flag.monsterinsights-flag-lc{background-position:-352px -224px}.monsterinsights-flag.monsterinsights-flag-li{background-position:-384px -224px}.monsterinsights-flag.monsterinsights-flag-lk{background-position:-416px -224px}.monsterinsights-flag.monsterinsights-flag-lr{background-position:-448px -224px}.monsterinsights-flag.monsterinsights-flag-ls{background-position:-480px -224px}.monsterinsights-flag.monsterinsights-flag-lt{background-position:100% -256px}.monsterinsights-flag.monsterinsights-flag-lu{background-position:-32px -256px}.monsterinsights-flag.monsterinsights-flag-lv{background-position:-64px -256px}.monsterinsights-flag.monsterinsights-flag-ly{background-position:-96px -256px}.monsterinsights-flag.monsterinsights-flag-ma{background-position:-128px -256px}.monsterinsights-flag.monsterinsights-flag-mc{background-position:-160px -256px}.monsterinsights-flag.monsterinsights-flag-md{background-position:-192px -256px}.monsterinsights-flag.monsterinsights-flag-me{background-position:-224px -256px}.monsterinsights-flag.monsterinsights-flag-mf{background-position:-256px -256px}.monsterinsights-flag.monsterinsights-flag-mg{background-position:-288px -256px}.monsterinsights-flag.monsterinsights-flag-mh{background-position:-320px -256px}.monsterinsights-flag.monsterinsights-flag-mk{background-position:-352px -256px}.monsterinsights-flag.monsterinsights-flag-ml{background-position:-384px -256px}.monsterinsights-flag.monsterinsights-flag-mm{background-position:-416px -256px}.monsterinsights-flag.monsterinsights-flag-mn{background-position:-448px -256px}.monsterinsights-flag.monsterinsights-flag-mo{background-position:-480px -256px}.monsterinsights-flag.monsterinsights-flag-mp{background-position:100% -288px}.monsterinsights-flag.monsterinsights-flag-mq{background-position:-32px -288px}.monsterinsights-flag.monsterinsights-flag-mr{background-position:-64px -288px}.monsterinsights-flag.monsterinsights-flag-ms{background-position:-96px -288px}.monsterinsights-flag.monsterinsights-flag-mt{background-position:-128px -288px}.monsterinsights-flag.monsterinsights-flag-mu{background-position:-160px -288px}.monsterinsights-flag.monsterinsights-flag-mv{background-position:-192px -288px}.monsterinsights-flag.monsterinsights-flag-mw{background-position:-224px -288px}.monsterinsights-flag.monsterinsights-flag-mx{background-position:-256px -288px}.monsterinsights-flag.monsterinsights-flag-my{background-position:-288px -288px}.monsterinsights-flag.monsterinsights-flag-mz{background-position:-320px -288px}.monsterinsights-flag.monsterinsights-flag-na{background-position:-352px -288px}.monsterinsights-flag.monsterinsights-flag-nc{background-position:-384px -288px}.monsterinsights-flag.monsterinsights-flag-ne{background-position:-416px -288px}.monsterinsights-flag.monsterinsights-flag-nf{background-position:-448px -288px}.monsterinsights-flag.monsterinsights-flag-ng{background-position:-480px -288px}.monsterinsights-flag.monsterinsights-flag-ni{background-position:100% -320px}.monsterinsights-flag.monsterinsights-flag-nl{background-position:-32px -320px}.monsterinsights-flag.monsterinsights-flag-no{background-position:-64px -320px}.monsterinsights-flag.monsterinsights-flag-np{background-position:-96px -320px}.monsterinsights-flag.monsterinsights-flag-nr{background-position:-128px -320px}.monsterinsights-flag.monsterinsights-flag-nu{background-position:-160px -320px}.monsterinsights-flag.monsterinsights-flag-nz{background-position:-192px -320px}.monsterinsights-flag.monsterinsights-flag-om{background-position:-224px -320px}.monsterinsights-flag.monsterinsights-flag-pa{background-position:-256px -320px}.monsterinsights-flag.monsterinsights-flag-pe{background-position:-288px -320px}.monsterinsights-flag.monsterinsights-flag-pf{background-position:-320px -320px}.monsterinsights-flag.monsterinsights-flag-pg{background-position:-352px -320px}.monsterinsights-flag.monsterinsights-flag-ph{background-position:-384px -320px}.monsterinsights-flag.monsterinsights-flag-pk{background-position:-416px -320px}.monsterinsights-flag.monsterinsights-flag-pl{background-position:-448px -320px}.monsterinsights-flag.monsterinsights-flag-pn{background-position:-480px -320px}.monsterinsights-flag.monsterinsights-flag-pr{background-position:100% -352px}.monsterinsights-flag.monsterinsights-flag-ps{background-position:-32px -352px}.monsterinsights-flag.monsterinsights-flag-pt{background-position:-64px -352px}.monsterinsights-flag.monsterinsights-flag-pw{background-position:-96px -352px}.monsterinsights-flag.monsterinsights-flag-py{background-position:-128px -352px}.monsterinsights-flag.monsterinsights-flag-qa{background-position:-160px -352px}.monsterinsights-flag.monsterinsights-flag-re{background-position:-192px -352px}.monsterinsights-flag.monsterinsights-flag-ro{background-position:-224px -352px}.monsterinsights-flag.monsterinsights-flag-rs{background-position:-256px -352px}.monsterinsights-flag.monsterinsights-flag-ru{background-position:-288px -352px}.monsterinsights-flag.monsterinsights-flag-rw{background-position:-320px -352px}.monsterinsights-flag.monsterinsights-flag-sa{background-position:-352px -352px}.monsterinsights-flag.monsterinsights-flag-sb{background-position:-384px -352px}.monsterinsights-flag.monsterinsights-flag-sc{background-position:-416px -352px}.monsterinsights-flag.monsterinsights-flag-sd{background-position:-448px -352px}.monsterinsights-flag.monsterinsights-flag-se{background-position:-480px -352px}.monsterinsights-flag.monsterinsights-flag-sg{background-position:100% -384px}.monsterinsights-flag.monsterinsights-flag-sh{background-position:-32px -384px}.monsterinsights-flag.monsterinsights-flag-si{background-position:-64px -384px}.monsterinsights-flag.monsterinsights-flag-sk{background-position:-96px -384px}.monsterinsights-flag.monsterinsights-flag-sl{background-position:-128px -384px}.monsterinsights-flag.monsterinsights-flag-sm{background-position:-160px -384px}.monsterinsights-flag.monsterinsights-flag-sn{background-position:-192px -384px}.monsterinsights-flag.monsterinsights-flag-so{background-position:-224px -384px}.monsterinsights-flag.monsterinsights-flag-sr{background-position:-256px -384px}.monsterinsights-flag.monsterinsights-flag-ss{background-position:-288px -384px}.monsterinsights-flag.monsterinsights-flag-st{background-position:-320px -384px}.monsterinsights-flag.monsterinsights-flag-sv{background-position:-352px -384px}.monsterinsights-flag.monsterinsights-flag-sy{background-position:-384px -384px}.monsterinsights-flag.monsterinsights-flag-sz{background-position:-416px -384px}.monsterinsights-flag.monsterinsights-flag-tc{background-position:-448px -384px}.monsterinsights-flag.monsterinsights-flag-td{background-position:-480px -384px}.monsterinsights-flag.monsterinsights-flag-tf{background-position:100% -416px}.monsterinsights-flag.monsterinsights-flag-tg{background-position:-32px -416px}.monsterinsights-flag.monsterinsights-flag-th{background-position:-64px -416px}.monsterinsights-flag.monsterinsights-flag-tj{background-position:-96px -416px}.monsterinsights-flag.monsterinsights-flag-tk{background-position:-128px -416px}.monsterinsights-flag.monsterinsights-flag-tl{background-position:-160px -416px}.monsterinsights-flag.monsterinsights-flag-tm{background-position:-192px -416px}.monsterinsights-flag.monsterinsights-flag-tn{background-position:-224px -416px}.monsterinsights-flag.monsterinsights-flag-to{background-position:-256px -416px}.monsterinsights-flag.monsterinsights-flag-tr{background-position:-288px -416px}.monsterinsights-flag.monsterinsights-flag-tt{background-position:-320px -416px}.monsterinsights-flag.monsterinsights-flag-tv{background-position:-352px -416px}.monsterinsights-flag.monsterinsights-flag-tw{background-position:-384px -416px}.monsterinsights-flag.monsterinsights-flag-tz{background-position:-416px -416px}.monsterinsights-flag.monsterinsights-flag-ua{background-position:-448px -416px}.monsterinsights-flag.monsterinsights-flag-ug{background-position:-480px -416px}.monsterinsights-flag.monsterinsights-flag-us{background-position:100% -448px}.monsterinsights-flag.monsterinsights-flag-uy{background-position:-32px -448px}.monsterinsights-flag.monsterinsights-flag-uz{background-position:-64px -448px}.monsterinsights-flag.monsterinsights-flag-va{background-position:-96px -448px}.monsterinsights-flag.monsterinsights-flag-vc{background-position:-128px -448px}.monsterinsights-flag.monsterinsights-flag-ve{background-position:-160px -448px}.monsterinsights-flag.monsterinsights-flag-vg{background-position:-192px -448px}.monsterinsights-flag.monsterinsights-flag-vi{background-position:-224px -448px}.monsterinsights-flag.monsterinsights-flag-vn{background-position:-256px -448px}.monsterinsights-flag.monsterinsights-flag-vu{background-position:-288px -448px}.monsterinsights-flag.monsterinsights-flag-wf{background-position:-320px -448px}.monsterinsights-flag.monsterinsights-flag-ws{background-position:-352px -448px}.monsterinsights-flag.monsterinsights-flag-ye{background-position:-384px -448px}.monsterinsights-flag.monsterinsights-flag-yt{background-position:-416px -448px}.monsterinsights-flag.monsterinsights-flag-za{background-position:-448px -448px}.monsterinsights-flag.monsterinsights-flag-zm{background-position:-480px -448px}.monsterinsights-flag.monsterinsights-flag-zw{background-position:100% -480px}.monsterinsights-report-year-in-review{margin-right:auto;margin-left:auto;max-width:960px;background-color:#fff;background-image:url(../img/confetti-background.png);background-repeat:no-repeat;background-position:100% 0;margin-bottom:90px}.monsterinsights-report-year-in-review.monsterinsights-yir-report-calculating-row{width:610px;margin-top:50px}@media (max-width:767px){.monsterinsights-report-year-in-review.monsterinsights-yir-report-calculating-row{width:100%;margin-top:20px}}.monsterinsights-report-year-in-review a,.monsterinsights-report-year-in-review h1,.monsterinsights-report-year-in-review h2,.monsterinsights-report-year-in-review h3,.monsterinsights-report-year-in-review h4,.monsterinsights-report-year-in-review h5,.monsterinsights-report-year-in-review p,.monsterinsights-report-year-in-review span{font-family:Lato,sans-serif;margin:0}.monsterinsights-report-year-in-review h1,.monsterinsights-report-year-in-review h2,.monsterinsights-report-year-in-review h3,.monsterinsights-report-year-in-review h4,.monsterinsights-report-year-in-review h5{font-weight:900}.monsterinsights-report-year-in-review p{font-style:normal;font-weight:400;font-size:14px;line-height:24px}.monsterinsights-report-year-in-review a{text-decoration:none;padding:8px 30px;border-radius:5px;color:#fff;font-weight:700;font-size:14px;line-height:24px;text-align:center}.monsterinsights-report-year-in-review .monsterinsights-yir-separator{border-left-color:#e0e0e0;border-right-color:#e0e0e0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.monsterinsights-report-year-in-review .monsterinsights-yir-footer,.monsterinsights-report-year-in-review .monsterinsights-yir-header,.monsterinsights-report-year-in-review section{padding:0 90px;clear:both;overflow:hidden}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-footer,.monsterinsights-report-year-in-review .monsterinsights-yir-header,.monsterinsights-report-year-in-review section{padding:0 15px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-footer,.monsterinsights-report-year-in-review .monsterinsights-yir-header,.monsterinsights-report-year-in-review section{padding:0 30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-text-right{text-align:left}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header{padding:90px 90px 90px 0;background-image:url(../img/charlie.png);background-repeat:no-repeat;background-position:0 100%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header{padding:50px 15px 40px;background-image:none}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header{padding-right:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating{padding:90px 60px 100px 0;background-image:url(../img/charlie2x.png);background-position:left top 60px;background-size:173px 207px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating{padding-right:15px;padding-left:15px;padding-top:50px;background-size:140px 180px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-title{font-size:32px;line-height:37px;color:#393f4c;margin-top:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-title{font-size:26px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-summary{font-weight:400;font-size:14px;line-height:20px;color:#393f4c;max-width:385px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-yir-summary{font-size:12px;max-width:230px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link{background:#4e9ee7;border-radius:5px;font-weight:700;font-size:14px;line-height:16px;text-align:center;color:#fff;border:0;margin-left:0;padding:12px 20px;margin-top:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link{width:inherit}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link{width:inherit}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link:active,.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-top-header.monsterinsights-yir-report-calculating .monsterinsights-navigation-tab-link:hover{background:#2469b2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-subtitle{font-size:20px;font-weight:900;background:#338eef;border-radius:30px;color:#fff;padding:14px 90px 14px 25px;position:relative;display:inline-block}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-subtitle{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-subtitle svg{position:absolute;right:5px;bottom:-5px}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-title{font-style:normal;font-weight:900;font-size:48px;line-height:58px;color:#393f4c;margin-bottom:15px;margin-top:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-title{font-size:20px;line-height:20px;margin-bottom:10px;margin-top:30px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-title{font-size:32px}}.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-summary{font-weight:500;font-size:24px;line-height:32px;color:#828282;max-width:480px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-summary{font-size:16px;line-height:18px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-top-header .monsterinsights-yir-summary{font-size:16px;line-height:20px;max-width:400px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart{background:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:4.85258px}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 30px;border-bottom:2px solid #f2f2f2;margin-bottom:55px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-header{margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-header div{width:100%}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-title{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:24px;color:#393f4c;margin:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-title{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-subtitle{font-family:Lato;font-style:normal;font-weight:400;font-size:14px;line-height:24px;text-align:left;color:#393f4c;margin:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-report-subtitle{font-size:10px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content{padding:0 30px 15px 50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content{padding:0 15px 15px}}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content .monsterinsights-reports-bar-chart-holder{position:relative}.monsterinsights-report-year-in-review .monsterinsights-reports-visitorbymonth-chart .monsterinsights-reports-visitorbymonth-chart-content .monsterinsights-reports-bar-chart-holder .monsterinsights-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box{padding-top:0;position:relative;border:0;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);background:hsla(0,0%,100%,.38)}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box.monsterinsights-year-in-review-table-box-blur-report .monsterinsights-year-in-review-table-box-list{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header{padding:20px 30px;border-bottom:2px solid #f2f2f2;margin-bottom:30px}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-title{display:inline-block}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-title .monsterinsights-report-title{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:24px;color:#393f4c;margin:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-title .monsterinsights-report-title{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-subtitle{display:inline-block;float:left}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-header .monsterinsights-year-in-review-table-box-subtitle .monsterinsights-report-subtitle{font-family:Lato;font-style:normal;font-weight:400;font-size:14px;line-height:24px;text-align:left;color:#393f4c;margin:0;text-transform:capitalize}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list{padding-bottom:30px}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item{padding:9px 30px}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a{padding:0;border-radius:0;line-height:37px;line-height:inherit}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a:active,.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a:focus,.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-list .monsterinsights-table-list-item .monsterinsights-reports-list-text a:hover{-webkit-box-shadow:none;box-shadow:none;background:none}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer{position:absolute;bottom:-34px;width:100%;right:0;text-align:center}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer{bottom:-40px}}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer .monsterinsights-yir-tooltip{font-weight:400;font-size:12px;color:#828282}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer .monsterinsights-yir-tooltip span{font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-year-in-review-table-box .monsterinsights-year-in-review-table-box-footer .monsterinsights-yir-tooltip .monsterinsights-yir-icon{background:#dadada;border-radius:50%;padding:0;margin-left:10px;color:#fff;width:15px;height:15px;display:inline-block;line-height:16px}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart{border:0;margin:0;padding:0;width:100%}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-reports-pie-chart-holder{display:inline-block;float:right}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-reports-pie-chart-holder{display:block;float:none}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-reports-pie-chart-holder .monsterinsights-pie-chart{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFxSURBVHgB7dlPTsJAFAbwb6BxQVzgTThCXaCC3kEPoFBP0PYGVQ9gvUNFY2PSI3AUFhISgx1njAsjIfa1jA+S90u6aDOTzpf5s5gHCF4KNVyePPntthea7j1Ad9FcUWr9cDc5SkFEDjAavoZKlREc0BrR7aQfU/qQAgTDlwut1D0cUmp5mGSDomr7FgjM4M/hmNZ2aVZHCmD4cK9HaUwN8B9Ih4KHBm4e+7VOsd/Gp7lGTds4AyQSgJsE4CYBuEkAbhKAmwTgJgG4SQBuEoCbBOAmAbhJAG4SgFuju9Emd5qbIktoHaUQq/nbwdcDXMORRktoHTvgJOsnPz4lo2HeNaFI1Zcq3MzA3EtXfrTnJXCAGmCGLUMNMK3SqOy8Byvflh9VC4QFCEh7wG5MU8v1/27XCq8Gz7P2YpHa97KzP1ZaR6jAFrxBQK5xBWd5ZEJsfDNapoAeJ9lxROqDGr4L3nZJ+GjO7qupnV1zchUQO+YTOT9YisPBuEEAAAAASUVORK5CYII=);background-color:#fff;background-repeat:no-repeat;background-position:50%}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content{padding-right:50px;padding-top:35px;float:right}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content{padding-right:0;padding-top:20px;float:none}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-title{font-family:Lato;font-style:normal;font-weight:900;font-size:20px;line-height:24px;color:#393f4c;margin-bottom:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-title{font-size:16px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-subtitle{font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:24px;color:#393f4c;margin-top:10px;margin-bottom:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-report-subtitle{font-size:14px;line-height:14px}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend{position:relative;right:inherit;top:inherit;-webkit-transform:inherit;-ms-transform:inherit;transform:inherit;margin:24px 0 0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend{margin:10px 0 0}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li{display:inline-block;margin-left:30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li{margin-left:10px}}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-color{border-radius:0;width:16px;height:16px;margin-bottom:-3px;margin-left:5px}.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-text,.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-value{font-family:Lato;font-style:normal;font-weight:700;font-size:14px;line-height:24px;color:#393f4c;min-width:inherit;margin-left:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-text,.monsterinsights-report-year-in-review .monsterinsights-reports-year-in-review-pie-chart .monsterinsights-yir-reports-pie-chart-content .monsterinsights-pie-chart-legend li .monsterinsights-pie-chart-legend-value{font-size:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip{border:2px solid #e3f1ff;border-radius:5px;padding-top:45px;padding-bottom:45px;overflow:hidden;background:#f3f9ff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip{padding-top:15px;padding-bottom:15px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip a,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip h3,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip p{font-family:Lato,sans-serif;margin:0}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-icon{float:right;width:144px;text-align:center}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-icon{width:90px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-icon img{background:#338eef;padding:12px;border-radius:50%;margin-top:12px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content{float:right;width:calc(100% - 144px);padding-left:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content{padding-left:0;width:calc(100% - 90px)}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-title{font-weight:900;font-size:18px;line-height:27px;color:#333;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-title{font-size:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-summary{font-weight:400;font-size:18px;line-height:27px;color:#393f4c;margin-bottom:0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-summary{font-size:12px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper{margin-top:15px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link{font-weight:900;font-size:18px;line-height:27px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#338eef;margin-top:15px;padding:0;border-radius:0;text-align:right}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link:hover{color:#2469b2;-webkit-box-shadow:none;box-shadow:none}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-tip .monsterinsights-yir-tip-content .monsterinsights-yir-tip-content-link-wrapper .monsterinsights-yir-tip-content-link{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay{position:absolute;top:0;right:0;width:calc(100% - 25px);height:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content{margin-top:66px;text-align:center;height:calc(100% - 66px);padding-top:80px;padding-left:25px;padding-right:25px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-details{font-size:14px;line-height:20px;font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay{display:inline-block;border-radius:5px;font-size:14px;line-height:20px;color:#fff;padding:10px 30px;text-decoration:none;font-family:Lato;background:#338eef;margin-top:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success{background:#1ec185}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay.monsterinsights-yir-success:hover{opacity:.8;background:#10ad73}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-upsell-overlay .monsterinsights-yir-upsell-content .monsterinsights-yir-btn-upsell-overlay:hover{border:0;background:#2469b2;outline:none}.monsterinsights-report-year-in-review .monsterinsights-yir-audience{padding-bottom:85px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience{padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:685px;margin-bottom:80px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-summary{font-size:18px;line-height:20px;margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors{width:100%;margin-bottom:70px;padding-right:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors{margin-bottom:20px;padding-right:0;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions img,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors img{margin-bottom:15px;max-height:28px}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions h4,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors h4{font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions h4,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors h4{font-size:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions .monsterinsights-yir-number,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors .monsterinsights-yir-number{font-weight:900;font-size:60px;line-height:72px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-sessions .monsterinsights-yir-number,.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-total-visitors-sessions .monsterinsights-yir-visitors .monsterinsights-yir-number{font-size:40px}}.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-visitor-by-chart{margin-bottom:60px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-audience .monsterinsights-yir-visitor-by-chart{margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics{padding-top:85px;padding-bottom:85px;background-image:url(../img/map-background.png);background-repeat:no-repeat;background-position:top}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics{padding-top:30px;padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:656px;margin-bottom:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-summary{font-size:18px;line-height:20px;margin-bottom:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries{display:block}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country{width:50%;margin-top:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country{width:100%;margin-top:20px;margin-bottom:20px;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-number-one{font-size:24px;line-height:29px;color:#fff;background:#338eef;width:50px;height:50px;border-radius:50%;display:inline-block;text-align:center;line-height:50px;margin-bottom:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-flag{display:block}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-flag{margin:0 auto}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-flag.monsterinsights-flag-zz{display:none}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-name{font-size:32px;line-height:38px;color:#393f4c;margin-top:0;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-name{font-size:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-visitors{font-weight:400;font-size:24px;line-height:37px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-country .monsterinsights-yir-top-country-visitors{font-size:16px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-countries-graph{width:50%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-countries .monsterinsights-yir-top-countries-graph{width:100%}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-know-visitors{font-size:24px;line-height:37px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-know-visitors{font-size:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info{margin-top:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info{width:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info span,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info span{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info span,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info span{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info h2,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info h2{font-size:48px;line-height:58px;color:#338eef;margin-bottom:10px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info h2,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info h2{font-size:30px;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info p,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info p{font-size:16px;line-height:19px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info p,.monsterinsights-report-year-in-review .monsterinsights-yir-demographics .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info p{font-size:10px;line-height:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior{padding-top:85px;padding-bottom:85px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior{padding-top:30px;padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:585px;margin-bottom:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-summary{font-size:18px;line-height:28px;margin-bottom:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data{display:block;margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary{width:50%;margin-top:40px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary{width:100%;margin-top:20px;margin-bottom:20px;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary img{width:32px;height:32px;margin-right:-3px;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary img{margin-right:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-time-spent{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent{font-size:32px;line-height:38px;color:#393f4c;margin-top:15px;margin-bottom:5px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent{margin-top:5px;margin-bottom:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent .monsterinsights-yir-number{font-weight:900;font-size:48px;line-height:58px;color:#338eef;margin-left:10px;overflow-wrap:break-word}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent .monsterinsights-yir-number{font-size:30px;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-total-time-spent .monsterinsights-yir-type{font-weight:900;font-size:16px;line-height:103.8%;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-each-visitor-spent{font-weight:400;font-size:18px;line-height:24px;color:#393f4c;max-width:330px;margin-top:15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-pages-summary .monsterinsights-yir-each-visitor-spent{font-size:14px;max-width:100%;margin-top:5px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-top-pages-graph{width:50%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-pages-data .monsterinsights-yir-top-pages-graph{width:100%}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-most-visitors-device{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:586px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-most-visitors-device{font-size:20px;line-height:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:50px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info{margin-top:20px;text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info{width:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info span,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info span{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info h2,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info h2{font-size:48px;line-height:58px;color:#338eef;margin-bottom:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-age-info p,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-info .monsterinsights-yir-gender-info p{font-size:16px;line-height:19px;color:#393f4c}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-grow-traffic-tip{margin-top:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-grow-traffic-tip{margin-top:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from{margin-top:55px;margin-bottom:100px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from{margin-top:20px;margin-bottom:60px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-title{font-size:32px;line-height:44px;color:#393f4c;margin-bottom:30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-title{font-size:20px;line-height:20px;margin-bottom:15px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals{display:block}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{width:50%;position:relative}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords,.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{width:100%}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords{padding-left:25px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-keywords{padding-left:0;margin-bottom:60px}}.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{padding-right:25px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-behavior .monsterinsights-yir-visitors-come-from .monsterinsights-yir-keywords-referrals .monsterinsights-yir-referrals{padding-right:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce{padding-top:85px;padding-bottom:30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce{padding-top:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-title{font-size:36px;line-height:105.2%;color:#393f4c;margin-bottom:15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-title{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-summary{font-weight:400;font-size:32px;line-height:44px;color:#393f4c;max-width:586px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-summary{font-size:18px;line-height:28px;margin-bottom:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number{width:55%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number{width:30%}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-products-sold,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-revenue{padding:75px 0}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-title{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-title{font-size:14px;line-height:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-amount{font-size:54px;line-height:65px;color:#338eef;overflow-wrap:break-word}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-number .monsterinsights-yir-amount{font-size:24px;line-height:40px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products{width:45%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products{width:70%}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular{-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:3.59813px;padding:30px;margin-bottom:30px}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning img,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular img{margin-bottom:5px}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning span,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular span{font-weight:900;font-size:20px;line-height:24px;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning span,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular span{font-size:14px;line-height:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-product-title,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-product-title{font-weight:700;font-size:28px;line-height:32px;color:#338eef;margin-top:10px;margin-bottom:20px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-product-title,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-product-title{font-size:16px;line-height:16px;margin-bottom:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-count,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-count{font-weight:400;font-size:16px;line-height:19px;color:#828282}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-highest-earning .monsterinsights-yir-count,.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-data .monsterinsights-yir-products .monsterinsights-yir-most-popular .monsterinsights-yir-count{font-size:12px}}.monsterinsights-report-year-in-review .monsterinsights-yir-ecommerce .monsterinsights-yir-revenue-by-month{margin-bottom:50px}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you{padding-top:90px;background-color:#fff;background-image:url(../img/confetti-background.png);background-position:100% 0;padding-bottom:85px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you{padding-top:0;padding-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-title{font-size:54px;line-height:65px;text-align:center;color:#393f4c;max-width:588px;margin:0 auto 10px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-title{font-size:30px;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-summary{font-weight:500;font-size:20px;line-height:28px;text-align:center;color:#393f4c;max-width:585px;margin:0 auto 15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-summary{font-size:14px;line-height:16px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-amazing-year{font-weight:700;font-size:32px;line-height:37px;text-align:center;color:#393f4c;font-style:italic;margin-bottom:35px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-amazing-year{font-size:24px;line-height:24px;margin-bottom:10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors{text-align:center;margin-bottom:70px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors{margin-bottom:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author{display:inline-block;padding:0 45px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author{padding:0 10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-thumbnail{width:96px;height:96px;background-repeat:no-repeat;margin:0 auto 10px}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-thumbnail.chris{background-image:url(../img/chris.png)}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-thumbnail.syed{background-image:url(../img/syed.png)}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-name{font-weight:900;font-size:18px;line-height:22px;text-align:center;color:#393f4c}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-authors .monsterinsights-yir-author .monsterinsights-yir-name{font-size:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review{background:#338eef;-webkit-box-shadow:0 8px 8px rgba(30,88,150,.2);box-shadow:0 8px 8px rgba(30,88,150,.2);border-radius:5px;padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review{display:block}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button{width:100%}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content{text-align:center}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content span{font-weight:900;font-size:14px;color:#fff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content span{font-size:12px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content h3{font-weight:900;font-size:20px;line-height:31px;color:#fff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-content h3{font-size:18px;line-height:24px}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating .monsterinsights-yir-five-star{margin:0;padding:12px 0 0;text-align:center}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating .monsterinsights-yir-five-star li{list-style:none;display:inline-block;margin-left:7px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-rating .monsterinsights-yir-five-star li{margin-left:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button{text-align:center;padding-top:5px}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a{background:#2469b3;border-radius:5px;text-align:center;height:38px;display:inline-block}.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a:active,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-thank-you .monsterinsights-yir-write-review .monsterinsights-yir-review-button a:hover{background:#123c68}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-title{font-size:36px;line-height:44px;color:#393f4c;margin-bottom:20px;max-width:638px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-title{font-size:20px;line-height:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-summary{font-weight:500;font-size:20px;line-height:24px;color:#393f4c;max-width:450px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-summary{font-size:14px;line-height:14px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins{margin-top:20px;margin-right:-30px;margin-left:-30px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins{margin-right:0;margin-left:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon{width:calc(50% - 60px);float:right;background:#f3f9ff;border:2px solid #e3f1ff;border-radius:5px;position:relative;min-height:260px;margin:30px 30px 0}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon{width:100%;margin:30px 0;min-height:300px}}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top{padding-top:30px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-image{width:104px;float:right;padding-right:25px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-image .monsterinsights-addon-thumb{width:32px;height:32px;border:2px solid #e3f1ff;border-radius:5px;padding:10px;-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-text{width:calc(100% - 104px);float:right;padding-left:25px}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-text .monsterinsights-addon-title{font-size:18px;line-height:24px;margin-top:0;font-family:Lato;margin-bottom:5px;color:#393f4c;font-weight:900}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-top .monsterinsights-addon-text .monsterinsights-addon-excerpt{font-weight:400;font-size:14px;line-height:18px;color:#393f4c;font-family:Lato;margin:0}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message{border-top:2px solid #e3f1ff;clear:both;padding:13px 25px;position:absolute;bottom:0;right:0;width:100%}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-addon-status{float:left;line-height:32px;font-weight:900;font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-addon-status span{color:#d4393d}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button{line-height:32px;background:#338eef;border-radius:3px;display:inline-block;padding:0 30px;border:0;font-weight:700;font-family:Lato}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message .monsterinsights-button:hover{background:#2469b2;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-addon-status span{color:#64bfa5}.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button:active,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-year-in-review-plugins-block .monsterinsights-yir-plugins .monsterinsights-addon .monsterinsights-addon-message.monsterinsights-addon-active .monsterinsights-button:hover{background:rgba(51,142,239,.5)}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities{background-color:#338eef;padding-top:160px;margin-top:-90px;color:#fff}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities{padding-top:100px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h2{font-size:36px;line-height:43px;color:#fff;margin-bottom:15px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h2{font-size:24px;margin-bottom:20px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h3{font-weight:500;font-size:20px;line-height:24px;color:#fff;max-width:575px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities h3{font-size:18px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-30px;padding-top:60px;padding-bottom:90px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities{display:block;margin-right:0;padding-bottom:0}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community{width:100%;background-color:#2469b2;border-radius:5px;margin-right:30px;padding:24px;position:relative;min-height:340px}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community{margin-right:0;margin-bottom:30px}}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community{min-height:350px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-title{font-weight:900;font-size:20px;line-height:24px;margin-bottom:10px;margin-top:5px}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link,.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links{position:absolute;bottom:15px;right:24px;width:80%;width:calc(100% - 48px)}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link{background-color:#123c68;display:block}@media (min-width:768px) and (max-width:991px){.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link{padding:8px 10px}}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-link:hover{background-color:#0d2e51;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links{margin:0}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li{float:right;margin-left:8px;margin-bottom:0}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li a{background-color:#123c68;display:block;margin:0;width:40px;height:40px;padding:10px}.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li a:focus,.monsterinsights-report-year-in-review .monsterinsights-yir-join-communities .monsterinsights-yir-communities .monsterinsights-yir-community .monsterinsights-yir-social-links li a:hover{background-color:#0d2e51;outline:none;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-report-year-in-review .monsterinsights-yir-footer{height:84px;background:#2368b1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.monsterinsights-report-year-in-review .monsterinsights-yir-footer{display:block;text-align:center;padding:15px 0;line-height:30px}}.monsterinsights-report-year-in-review .monsterinsights-yir-footer div{width:100%;font-weight:500;font-size:16px;color:#fff;text-align:center}.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding-right:10px;padding-left:10px;width:auto}@media (max-width:782px){.monsterinsights-reports-page .monsterinsights-header .monsterinsights-container,.monsterinsights-reports-page .monsterinsights-navigation-bar .monsterinsights-container{padding:0}}.monsterinsights-report{padding:20px;position:relative}body.monsterinsights-reporting-page #wpbody-content{padding-bottom:0}body.monsterinsights-reporting-page #wpfooter{padding-top:0}body.monsterinsights-reporting-page #wpfooter:before{display:none}body.monsterinsights-reporting-page .monsterinsights-red{color:#d73638}body.monsterinsights-reporting-page .monsterinsights-green{color:#5cc0a5}body.monsterinsights-reporting-page .monsterinsights-report-top h2{margin:14px 0 28px;display:inline-block;color:#393f4c;font-size:24px}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:none}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-report-top h2{display:block;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{display:-webkit-box;display:-ms-flexbox;display:flex;float:left}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;width:100%;-ms-flex-flow:wrap;flex-flow:wrap}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle{width:100%;margin-left:0}body.monsterinsights-reporting-page .monsterinsights-reports-datepicker .monsterinsights-buttons-toggle .monsterinsights-button{width:50%}}@media (min-width:783px) and (max-width:935px){body.monsterinsights-reporting-page .monsterinsights-reports-datepicker{float:none;margin-bottom:25px}}body.monsterinsights-reporting-page .monsterinsights-datepicker{width:200px;background-color:#8ea4b4;font-weight:700;color:#fff;text-align:center;border-color:#708c9f;border-width:1px 1px 2px;border-radius:3px;height:40px;margin:0}body.monsterinsights-reporting-page .monsterinsights-datepicker::-webkit-input-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-moz-placeholder,body.monsterinsights-reporting-page .monsterinsights-datepicker::-moz-placeholder{color:#fff}body.monsterinsights-reporting-page .monsterinsights-datepicker:-ms-input-placeholder{color:#fff}@media (max-width:782px){body.monsterinsights-reporting-page .monsterinsights-datepicker{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;font-size:14px}}body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{width:calc(50% - 5px);margin-bottom:20px;margin-top:10px;margin-right:10px;font-weight:700}@media (min-width:783px){body.monsterinsights-reporting-page .monsterinsights-mobile-details-toggle{display:none}}body.monsterinsights-reporting-page .monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}body.monsterinsights-reporting-page .monsterinsights-report-row{margin-bottom:25px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-left:0;margin:0}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-right-radius:3px;border-bottom-right-radius:3px}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left:1px solid #d6e2ed}body.monsterinsights-reporting-page .monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-container{padding:15px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 0 24px rgba(89,164,234,.33);box-shadow:0 0 24px rgba(89,164,234,.33)}#monsterinsights-chartjs-line-overview-tooltip{min-width:100px}.monsterinsights-reports-overview-datagraph-tooltip-title{color:#23282d;font-size:14px;font-weight:400;border-bottom:1px solid #d4e2ef;padding-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-number{color:#23282d;font-size:24px;font-weight:400;margin-top:5px;margin-bottom:5px}.monsterinsights-reports-overview-datagraph-tooltip-descriptor{color:#23282d;font-size:12px;font-weight:400;margin-bottom:10px}.monsterinsights-reports-overview-datagraph-tooltip-trend{color:#23282d;font-size:16px;font-weight:400}#monsterinsights-chartjs-bar-tooltip,.monsterinsights-line-chart-tooltip{opacity:1;position:absolute;margin-right:-55px}.monsterinsights-report-tabs-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-report-tabs-navigation button{border-color:#d6e2ed;border-style:solid;border-width:1px 0;background:#eceff4;color:#444;width:50%;font-weight:700;text-align:right;font-size:18px;padding:23px 20px 25px;cursor:pointer;margin:0;position:relative}@media (max-width:782px){.monsterinsights-report-tabs-navigation button{font-size:14px;padding:13px 20px 15px;text-align:center}}.monsterinsights-report-tabs-navigation button:first-child{border-left:1px solid #d6e2ed}.monsterinsights-report-tabs-navigation button:focus{z-index:10}.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{background:#fff;color:#509fe2;border-bottom:none;border-top:2px solid #3a93dd;padding-top:20px}@media (max-width:782px){.monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:12px}}.monsterinsights-report-tabs-navigation button i{margin-left:10px;color:#8ba4b7}.monsterinsights-report-tabs{background:#fff;border:1px solid #d6e2ed;border-top:none}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:20px}.monsterinsights-report-infobox-row{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #d6e2ed}@media (max-width:782px){.monsterinsights-report-infobox-row{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;background:#fff;border-right:1px solid #d6e2ed;padding:17px 20px 15px;position:relative}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{position:absolute;left:20px;top:18px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child{border-right:none}@media (max-width:782px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3),.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(4){border-top:1px solid #d6e2ed}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-right:none}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-report-title{padding-left:18px;text-overflow:ellipsis;overflow:hidden;white-space:pre;line-height:1.2}.monsterinsights-report-title{font-size:18px;color:#393f4c;font-weight:700;margin-top:0}.monsterinsights-reports-infobox-number{font-size:40px;font-weight:200;display:inline-block;line-height:1;margin-top:11px;float:right}@media (max-width:782px){.monsterinsights-reports-infobox-number{font-size:36px;float:none}}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:left}@media (max-width:1280px){.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none;clear:both}}.monsterinsights-reports-infobox-prev{font-size:16px}.monsterinsights-reports-infobox-compare{clear:left;font-size:12px;color:#acbdc9}.monsterinsights-buttons-toggle{margin-left:25px}.monsterinsights-report-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.monsterinsights-report-flex{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-pie-chart-legend-color{width:12px;height:12px;display:inline-block;margin-left:5px;border-radius:50%}.monsterinsights-pie-chart-legend-text{min-width:100px;margin-left:10px;display:inline-block;font-size:16px;color:#393f4c}.monsterinsights-pie-chart-legend-value{color:#393f4c;font-size:18px;font-weight:500}.monsterinsights-reports-pie-chart{width:50%;padding:20px;background:#fff;border:1px solid #d6e2ed;position:relative}.monsterinsights-reports-pie-chart:first-child{margin-left:25px}@media (max-width:991px){.monsterinsights-reports-pie-chart:first-child{margin:0 0 25px}}@media (max-width:991px){.monsterinsights-reports-pie-chart{width:100%}}.monsterinsights-reports-pie-chart .monsterinsights-reports-pie-chart-holder{position:relative}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart{margin:0 auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:absolute;right:250px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{position:relative;right:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;margin-top:20px}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-value{float:left}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-tooltip{position:absolute;pointer-events:none}.monsterinsights-reports-pie-chart .monsterinsights-info{position:absolute;top:20px;left:20px}.monsterinsights-table-box{border:1px solid #d6e2ed;background:#fff;width:100%;margin-right:20px;padding-top:18px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-table-box:first-child{margin-right:0;margin-top:0}.monsterinsights-table-box h3{margin-right:20px}.monsterinsights-table-box .monsterinsights-info{position:absolute}@media (max-width:991px){.monsterinsights-table-box{margin-right:0;margin-top:20px}}.monsterinsights-table-box-footer{background:#f9fbff;border-top:1px solid #d6e2ed;padding:20px}.monsterinsights-table-box-footer:after{display:table;clear:both;content:""}@media (max-width:782px){.monsterinsights-table-box-footer>.monsterinsights-button{width:100%;text-align:center}}.monsterinsights-table-list-item{padding:12px 20px;min-height:43px;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex}table .monsterinsights-table-list-item{display:table-row}.monsterinsights-table-list-item:nth-child(odd){background-color:#f9fbff}.monsterinsights-table-list-item .monsterinsights-reports-list-text{color:#393f4c;white-space:pre;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;display:inline-block;width:100%;padding:1px;margin:-1px}.monsterinsights-table-list-item .monsterinsights-reports-list-text a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.monsterinsights-table-list-item .monsterinsights-reports-list-text img{display:inline-block;margin-left:10px;vertical-align:middle}.monsterinsights-table-list-item .monsterinsights-flag{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);display:inline-block;margin:-12px -8px -10px 0}.monsterinsights-table-list-item a{text-decoration:none;color:#393f4c}.monsterinsights-table-list-item a:focus,.monsterinsights-table-list-item a:hover{color:#777}.monsterinsights-table-list-item .monsterinsights-reports-list-count{display:inline-block;min-width:30px;color:#657086;font-weight:400}.monsterinsights-table-list-item .monsterinsights-reports-list-number{color:#393f4c;font-size:15px;text-align:left;display:block;padding-right:5px}.monsterinsights-table-box-pagination{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:782px){.monsterinsights-table-box-pagination{float:none;width:100%;margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.monsterinsights-table-box-pagination span{margin-left:20px;color:#8ba4b7}.monsterinsights-table-box-pagination .monsterinsights-buttons-toggle{margin-left:0}.monsterinsights-table-box-list{height:100%}.monsterinsights-table-box-table .monsterinsights-table-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-all}@media (max-width:782px){.monsterinsights-table-box-table .monsterinsights-table-item-content{-ms-flex-flow:wrap;flex-flow:wrap}}.monsterinsights-table-box-mobile .monsterinsights-table-box-table{overflow:auto}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-right:0;margin-right:50px;border-top:1px solid #d6e2ed;font-size:13px;color:#657086;padding-top:8px;padding-bottom:8px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1{margin-right:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-right:20px;font-size:15px;color:#393f4c;padding-top:12px;padding-bottom:12px;border-top:none}.monsterinsights-table-box-mobile .monsterinsights-table-box-table tr.monsterinsights-table-list-item-active td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th{display:none;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1{display:block;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content{padding-left:30px;position:relative;white-space:pre;text-overflow:ellipsis;overflow:hidden;width:100%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table td.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after,.monsterinsights-table-box-mobile .monsterinsights-table-box-table th.monsterinsights-table-cell-1 .monsterinsights-table-item-content:after{content:"\F01F";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;position:absolute;left:10px;top:50%;-webkit-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg);color:#acbdc9;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-mobile-heading{min-width:125px}.monsterinsights-table-box-mobile .monsterinsights-table-box-table .monsterinsights-table-list-item-empty td:first-child .monsterinsights-table-item-content:after{display:none}.monsterinsights-table-box-table table{width:100%;border-collapse:collapse}.monsterinsights-table-box-mobile .monsterinsights-table-box-table table{table-layout:fixed}.monsterinsights-table-box-table th{text-align:right;font-size:15px}.monsterinsights-table-box-table td,.monsterinsights-table-box-table th{border:none;padding:12px 10px;line-height:19px}.monsterinsights-table-box-table td:first-child,.monsterinsights-table-box-table th:first-child{padding-right:20px}.monsterinsights-table-box-table td:last-child,.monsterinsights-table-box-table th:last-child{padding-left:20px}.monsterinsights-report-2-columns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-report-2-columns .monsterinsights-table-box{width:calc(50% - 12.5px)}@media (max-width:991px){.monsterinsights-report-2-columns .monsterinsights-table-box{width:100%}}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+1){margin-right:0}.monsterinsights-report-2-columns .monsterinsights-table-box:nth-child(n+3){margin-top:25px}.monsterinsights-report-flex .monsterinsights-report-box{width:calc(50% - 12.5px)}@media (max-width:782px){.monsterinsights-report-flex .monsterinsights-report-box{width:100%;margin-top:20px}.monsterinsights-report-flex .monsterinsights-report-box:first-child{margin-top:0}}.monsterinsights-reports-tooltip{font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.monsterinsights-arrow{width:12.5px;height:13px;display:inline-block;background-size:contain;background-repeat:no-repeat}.monsterinsights-arrow.monsterinsights-down{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABSUlEQVRIie3WP0scQRgH4OdODaggXiGksNLCFCEigtqpYGFhZ6+IhYKSQO4DaGFnIYLcdRbWVhYRVKzsbbURjI2QD2GK24N1b3dv9hK7e2FZ3tn5zQPL/pnSw8ycwFrFJvrwip/4ExLsDRVwgs+x/hEHIcFyAaQ/0Q+GBosgHVcX6SIfjwzhO6b+w5o92MByHBnGLY5xh/l/AEo4jY5f+NFEzjAdTRrABWY7BGpYi/VHWCqjkpg8hEt8K4gcYjsFrpSxjpfExQpuMBEI7KGaMl7DeRlPWEiBRiJorA1QxX4GsIu35tOVBY3iKjqn1ZbGbcoEeP+eZEHjuManxPhKtFgpD0giedAXrf+Tryn5FiANyYPaVSqQhcSh34FAPQvIQ5rQYgBUx04W0A4JgdoCIUgeFASEInHoOeproQDF9l1PmNT4AtwXyPkLNbVGvHN63iMAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-down.monsterinsights-green{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABhUlEQVRIie3Wz0qVQRjH8c85qUQtbGN0Ba5U0E0XEAWtBAmh/IdSIUFYFxB1BYWiIMbBMNSwDCoUlAK3bQTpDtx2B5HaYt5DpzmTZ45JK3+r4Znneb/MPH/eKQ3vLMtUH64X632s5ga2NOH3BZdqbN/xOSe4nAm5GAHgcmZsNuSfdAY5g/wfSJfQD6ehHpyvhZQwg2/Y1USTJVRCBXv4io4q5CkeFk6dwqhoPyHkBSaKdQ+20FbGzcixu9i80CTgGaYiWy+ulPEEP6LNq/iItkzAI+FGYk1jv4xtDCRA17CGcw0A43iesM/jMb+rawODCVA/FoWEpnQLLxP7FTzAEX/+Tz7gjvAzaq2xj1SdI93AbfUnXcS92pi4GdcxhIPIPpqAjKnP2VIMSEHgLYYToEZaEcq3Lu5vY+WNkNBc0Jpw2qT/cbPrNe7isAHgnfQVZ0HgFe5LJx7eF4Cfx30kZwpXMJkAfRKqKy77E0FgQZhvVdCm0CMNAeS/u2BOeNR1YjYXAL8A/ktHYGdlxIUAAAAASUVORK5CYII=)}.monsterinsights-arrow.monsterinsights-up{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABRUlEQVRIie3Vvy4EQRwH8M+dKxUeAIV7EvGnUHiCqzQOiUrUvAAdEYlC4glIlCgViJCIQjQ6IrnCn0j8KfY21t7u3Q4KhW+zmd/szCcz2dkp1fa3BKQHAzgOGVQOeLeKUxxhFaXfRqrYQ3+zXQ+BiiAx0JeqTxaFOiF5QBDUDukEFIYqbYB99HYAkhBM4T3dmbWSUCAJZa4ojeQBF3hK1c7xVgRKInnAFUbxkqrvYFrr9rRAMZIH3GCk+czKGuYy6l+gchvgFsO4zgHiLGEhB1pBqYLNDOAeQ7jsAMRZRLfWVdVxUEYj1dHAGM4KAnHmRVuUTqOMGk6ahUeM4zAQIPoAZkQ7E2cOuxXR1gxiAgcCf+MZUDzPLbb5PPENLP9g8mResZEshNwn384/8o/8DeQ51X4oOjDv+s3KrOg0d+EO60UHfgC50EbFBrbrYQAAAABJRU5ErkJggg==)}.monsterinsights-arrow.monsterinsights-up.monsterinsights-red{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAABYUlEQVRIie3UTUtVURTG8V/HPkBgpuVV86UsTYkG4tgmEeYgiIIIp324gjAoLLVRkM3CSaCOdOZAnEgoiYO7Nlw2J9texZEPHDh7vTz/xdqwr/yemlaoYSygA8+wXtJUFZoPYgVjGI3/kfMC9Idhf0usEbHBswIa+IbbNbm+yA20C+gNg6ETagaipu+0gJvK95zup1EK6I6GuwXmSSPRc+t/gC4s414W360x3cvOdwLS8y9AMh/PGrfwugbwFptZbDQ8buSATnzBRNawgxls1wC28aQmNxaQrgS4FuYPs8I9PMZGjXnSBp7GIK16gCVcr/Aej7KC/Zhu7QTzpDXNpyO/k0m8q3A/SxxgDj8KzJNW8TwGa9VEhXn8icBfvNTc4Wm1glcxYBr0TYWvmMVimH9owzzpI17gs+baPl2NxLL2pq7TQnwof67b1iXgEnBxgKOa2OF5AtbxveX8E79KGo8BZr5ClKgrWrIAAAAASUVORK5CYII=)}.monsterinsights-reports-overview-datagraph-tooltip-trend{font-weight:700}.monsterinsights-reports-overview-datagraph-tooltip-trend .monsterinsights-arrow{margin-left:5px}.monsterinsights-report-box{background:#fff;border:1px solid #d6e2ed;padding:0 20px 20px;position:relative}.monsterinsights-report-box .monsterinsights-info{position:absolute;left:20px;top:20px}.monsterinsights-realtime-large{font-size:150px;text-align:center;line-height:1.5;color:#393f4c}.monsterinsights-realtime-active{text-align:center;width:100%;font-size:25px;line-height:1;margin-top:-50px;color:#393f4c}.monsterinsights-realtime-box-content .monsterinsights-line-chart-tooltip{max-width:115px}#monsterinsights-chartjs-pie-age-tooltip{margin-right:23px;min-width:95px}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:blur(5px);filter:blur(5px)}.monsterinsights-blur .monsterinsights-report{min-height:850px}.monsterinsights-reports-referral-icon{vertical-align:middle;margin-left:10px;margin-right:2px}.monsterinsights-upsell-inline{background-image:url(../img/reports-upsell-bg.png);background-repeat:no-repeat;background-position:0 0;background-color:#fff;background-size:452px}@media (max-width:991px){.monsterinsights-upsell-inline .monsterinsights-upsell-inline-content{margin:-20px;padding:20px;background:hsla(0,0%,100%,.3)}}.monsterinsights-upsell-content{max-width:750px}.monsterinsights-upsell-content p{font-size:16px;color:#393f4c;line-height:1.8}.monsterinsights-upsell-content .monsterinsights-light{color:#657086}.monsterinsights-upsell-content .monsterinsights-button{font-size:17px;font-weight:700;padding:15px 25px;line-height:1}@media (max-width:782px){.monsterinsights-upsell-content .monsterinsights-button{font-size:15px}}.monsterinsights-upsell-overlay{position:absolute;top:125px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);width:750px;max-width:100%;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);background-color:#fff;border:1px solid #d6e2ed}.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}}@media (max-width:782px){.monsterinsights-upsell-overlay{top:70px;width:calc(100% - 40px)}}.monsterinsights-upsell-overlay h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{color:#4c6577;font-size:16px;text-align:center}.monsterinsights-upsell-overlay p{margin:20px 0}.monsterinsights-upsell-overlay .monsterinsights-upsell-content{border-top:1px solid #d6e2ed;background:#f9fbff;padding:40px}@media (max-width:782px){.monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding-right:20px;padding-left:20px}}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{margin:0 auto;max-width:520px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li{color:#4c6577;font-size:16px;margin:0 0 30px;padding-right:40px;position:relative;line-height:1.2}.monsterinsights-upsell-overlay .monsterinsights-upsell-content ul li:before{position:absolute;content:"\f015";width:20px;height:20px;background:#5cc0a5;right:0;border-radius:50%;display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f9fbff;font-size:14px;text-align:center;line-height:20px;top:-1px}.monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{font-weight:400;font-size:16px;margin-top:10px}.monsterinsights-upsell-overlay a{color:#393f4c}.monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-center,.monsterinsights-mobile-upsell{text-align:center}.monsterinsights-mobile-upsell .monsterinsights-notice{border-top:1px solid #d6e2ed;border-left:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.monsterinsights-mobile-upsell .monsterinsights-notice-inner{margin-top:0}@media (min-width:783px){.monsterinsights-mobile-upsell{display:none}}.monsterinsights-mobile-upsell .monsterinsights-notice-success .monsterinsights-notice-button{margin-left:0}@media (max-width:782px){.monsterinsights-overview-upsell-desktop{display:none}}.monsterinsights-report-realtime .monsterinsights-table-box th:first-child{width:auto}.monsterinsights-reports-list-title{display:inline-block;word-break:break-all}@media (max-width:782px){.monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}}.monsterinsights-report-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.monsterinsights-report-scroll:nth-child(2){width:calc(50% - 12.5px);margin-right:25px}@media (max-width:991px){.monsterinsights-report-scroll:nth-child(2){width:100%;margin-right:0;margin-top:25px}}@media (max-width:782px){.monsterinsights-report-scroll{width:100%;margin-right:0}}.monsterinsights-report-scroll>h3{position:absolute;top:0}.monsterinsights-report-scroll .monsterinsights-realtime-active{margin:0 0 50px}.monsterinsights-report-scroll .monsterinsights-realtime-box-content{margin:25px 0}.monsterinsights-report-scroll .monsterinsights-realtime-large{line-height:1;margin:50px 0 0;font-size:80px}.monsterinsights-not-authenticated-notice{position:fixed;top:40%;right:50%;width:750px;max-width:100%;margin-right:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .monsterinsights-not-authenticated-notice{margin-right:-357px}}@media (max-width:960px){.monsterinsights-not-authenticated-notice{margin-right:-357px}}@media (max-width:750px){.monsterinsights-not-authenticated-notice{right:0;margin-right:0}}@media (min-width:750px) and (max-width:782px){.monsterinsights-not-authenticated-notice{margin-right:-375px}}.monsterinsights-not-authenticated-notice .monsterinsights-auth-manual-connect-paragraph{display:none}.monsterinsights-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input-authenticate{text-align:center}.monsterinsights-not-authenticated-notice .monsterinsights-license-button{line-height:1;margin-top:20px}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button{font-size:16px;padding:20px 40px;margin:20px 20px 10px;background:#8da4b5;border-color:#6f8ca0;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button:hover{background-color:#7e98ab;border-color:#627f94;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt{background:#509fe2;border-color:#2e7fbe;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:focus,.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-alt:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-not-authenticated-notice .monsterinsights-settings-input .monsterinsights-button.monsterinsights-button-disabled{background:#f3f6ff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-reports-list-has-overflow{cursor:pointer}#monsterinsights_reports_widget,#monsterinsights_reports_widget *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#monsterinsights_reports_widget .inside{margin:0;padding:0}#monsterinsights_reports_widget .monsterinsights-info:focus,#monsterinsights_reports_widget a:focus,#monsterinsights_reports_widget button:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#monsterinsights_reports_widget .handlediv:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}#dashboard-widgets .monsterinsights-reports-link,#dashboard-widgets .monsterinsights-widget-toggle,.postbox .inside .monsterinsights-reports-link,.postbox .inside .monsterinsights-widget-toggle{background-color:#fafafa;border-bottom:1px solid #eee;cursor:pointer;padding:11px 12px;line-height:1;position:relative}#dashboard-widgets .monsterinsights-reports-link:focus,#dashboard-widgets .monsterinsights-widget-toggle:focus,.postbox .inside .monsterinsights-reports-link:focus,.postbox .inside .monsterinsights-widget-toggle:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);z-index:10}#dashboard-widgets .monsterinsights-reports-link h2,#dashboard-widgets .monsterinsights-widget-toggle h2,.postbox .inside .monsterinsights-reports-link h2,.postbox .inside .monsterinsights-widget-toggle h2{display:inline-block;font-size:14px;font-weight:400;line-height:1;margin:0;padding:0;color:#23282c}#dashboard-widgets .monsterinsights-reports-link.monsterinsights-widget-toggle-active:after,#dashboard-widgets .monsterinsights-widget-toggle.monsterinsights-widget-toggle-active:after,.postbox .inside .monsterinsights-reports-link.monsterinsights-widget-toggle-active:after,.postbox .inside .monsterinsights-widget-toggle.monsterinsights-widget-toggle-active:after{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}#dashboard-widgets .monsterinsights-reports-link,.postbox .inside .monsterinsights-reports-link{cursor:default}#dashboard-widgets .monsterinsights-reports-link .monsterinsights-button,.postbox .inside .monsterinsights-reports-link .monsterinsights-button{font-size:12px;font-weight:700;padding:5px 9px 4px;margin-right:10px}#dashboard-widgets .monsterinsights-btn-group-label:after,#dashboard-widgets .monsterinsights-widget-toggle:after,.postbox .inside .monsterinsights-btn-group-label:after,.postbox .inside .monsterinsights-widget-toggle:after{color:#72777c;content:"\f142";display:inline-block;font:normal 20px/1 dashicons;position:absolute;left:7px;text-decoration:none!important;text-indent:-1px;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:8px}#dashboard-widgets .monsterinsights-btn-group-label:after,.postbox .inside .monsterinsights-btn-group-label:after{left:2px;top:2px}#dashboard-widgets .monsterinsights-upsell-overlay h3,.postbox .inside .monsterinsights-upsell-overlay h3{text-align:right;color:#393f4c;font-size:20px;margin:12px 0 20px;font-weight:700;line-height:1.4}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-subtitle{text-align:right}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-top,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-top{padding:0 20px}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content{padding:20px;width:100%}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content ul,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content ul{display:none}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-button{margin-top:0;font-size:13px;padding:8px 10px}#dashboard-widgets .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-center,.postbox .inside .monsterinsights-upsell-overlay .monsterinsights-upsell-content .monsterinsights-center{text-align:right}#dashboard-widgets .monsterinsights-button-full-report,.postbox .inside .monsterinsights-button-full-report{font-size:12px;padding:5px 9px 4px;font-weight:700;line-height:1;margin-left:-5px;margin-right:5px}.monsterinsights-widget-cog{margin:0 10px 0 0;border:none;cursor:pointer;display:block;height:20px;padding:0;width:20px;color:#72777c;background:none;font-size:16px}.monsterinsights-widget-cog:focus,.monsterinsights-widget-cog:hover{color:#393f4c}.monsterinsights-widget-dropdown{position:relative;display:inline-block;vertical-align:middle}.monsterinsights-widget-dropdown-content{background:#fff;border:1px solid #d8d8d8;border-radius:5px;cursor:auto;font-weight:400;margin-left:-11px;margin-top:5px;padding:0 10px 10px;position:absolute;left:0;top:100%;width:180px;z-index:999}.monsterinsights-widget-dropdown-content:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #d8d8d8;border-style:solid;border-width:0 4px 4px;bottom:100%;content:"";height:0;position:absolute;left:16px;width:0}.monsterinsights-widget-dropdown-content:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff;border-style:solid;border-width:0 3px 3px;bottom:100%;content:"";height:0;position:absolute;left:17px;width:0}.monsterinsights-widget-dropdown-content>span{color:#999;font-size:10px;margin-top:12px;display:block}.monsterinsights-widget-dropdown-content label{padding-right:16px;color:#393f4c;font-size:12px;position:relative;margin-bottom:4px;display:block}.monsterinsights-widget-dropdown-content label:before{content:"";border:1px solid #d6e2ed;width:10px;height:10px;display:block;position:absolute;right:0;top:3px}.monsterinsights-widget-dropdown-content label input[type=checkbox]{display:none}.monsterinsights-widget-dropdown-content label.monsterinsights-checked:after{content:"";border-color:#509fe2;border-style:solid;border-width:1px 1px 0 0;display:block;width:6px;height:10px;position:absolute;right:3px;top:2px;-webkit-transform:rotate(-216deg);-ms-transform:rotate(-216deg);transform:rotate(-216deg)}.monsterinsights-widget-dropdown-content label:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.monsterinsights-red{color:#d73638}.monsterinsights-green{color:#5cc0a5}.monsterinsights-btn-group{position:relative;display:inline-block;vertical-align:middle;width:110px;margin-left:0}.monsterinsights-btn-group .monsterinsights-btn-group-label,.monsterinsights-btn-group .monsterinsights-btn-group-list-button{background:#fff;border:1px solid #d8d8d8;border-radius:5px;cursor:pointer;display:inline-block;font-size:13px;font-weight:400;line-height:1;padding:5px 10px 5px 14px;position:relative;text-align:right;width:100%;margin:0}.monsterinsights-btn-group-list{border-right:1px solid #d8d8d8;border-left:1px solid #d8d8d8;position:absolute;top:100%;z-index:1000;left:0;right:0}.monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{border-radius:0;border-width:0 0 1px}.monsterinsights-btn-group-list .monsterinsights-btn-group-list-button.monsterinsights-btn-group-list-button-selected{background:#1f76c4;color:#fff}.monsterinsights-btn-group-open .monsterinsights-btn-group-label{border-radius:5px 5px 0 0}#monsterinsights_reports_widget.closed .inside{display:block}#monsterinsights_reports_widget .monsterinsights-widget-settings{position:absolute;bottom:100%;left:12px;margin-bottom:6px;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}@media (max-width:782px){#monsterinsights_reports_widget .monsterinsights-widget-settings{left:10px}}#monsterinsights_reports_widget .hndle{font-size:14px}#monsterinsights_reports_widget .toggle-indicator{display:none}#monsterinsights_reports_widget .monsterinsights-not-authenticated-notice{-webkit-box-shadow:none;box-shadow:none;position:relative;width:100%;margin:0;right:0;top:0;padding-top:50px;border:none}#monsterinsights_reports_widget .monsterinsights-not-authenticated-notice h3{font-size:18px;font-weight:700}@media (max-width:430px),(max-width:936px) and (min-width:800px),(max-width:1040px) and (min-width:962px),only screen and (max-width:1890px) and (min-width:1800px){#monsterinsights_reports_widget .monsterinsights-button-full-report{display:none}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-button-full-report{display:block;padding:12px 12px 11px;line-height:1;font-size:14px;margin-left:0}.monsterinsights-report-tabs{margin:20px}.monsterinsights-report-infobox-row{margin:0 20px 20px;-ms-flex-flow:wrap;flex-flow:wrap}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:50%;padding:12px 15px 10px 10px}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-right:none}@media (min-width:783px){.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child,.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(2){border-bottom:1px solid #d6e2ed}}.monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-info{top:12px;left:15px}.monsterinsights-reports-infobox-number{font-size:36px;float:none}.monsterinsights-reports-infobox-compare,.monsterinsights-reports-infobox-prev{float:none}.monsterinsights-reports-infobox-prev{margin-top:15px}.monsterinsights-info{color:#b6c9da;cursor:help;font-size:15px}.monsterinsights-widget-regular-width .monsterinsights-report-tabs-navigation button{font-size:14px;padding:11px 9px 12px;line-height:1;text-align:right;font-weight:400}.monsterinsights-widget-regular-width .monsterinsights-report-tabs-navigation button.monsterinsights-active-tab-button{padding-top:9px}.monsterinsights-widget-regular-width .monsterinsights-report-tabs-navigation button i{margin-left:7px}.monsterinsights-widget-regular-width .monsterinsights-table-list-item{font-size:14px;padding:11px 12px;min-height:36px}.monsterinsights-widget-regular-width .monsterinsights-table-box-table td,.monsterinsights-widget-regular-width .monsterinsights-table-box-table td:first-child,.monsterinsights-widget-regular-width .monsterinsights-table-box-table th,.monsterinsights-widget-regular-width .monsterinsights-table-box-table th:first-child{padding-right:12px;padding-left:12px}.monsterinsights-widget-report-title .monsterinsights-info{margin-right:10px;color:#b4b9be}.monsterinsights-widget-content{border-bottom:1px solid #eee;height:100%}.monsterinsights-widget-content .monsterinsights-table-box{padding-top:0;border:none}.monsterinsights-dashboard-widget-page.monsterinsights-blur .monsterinsights-widget-content{height:auto}.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-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-green{background:#5cc0a5;border-color:#40a88d;color:#fff}.monsterinsights-button.monsterinsights-button-green:focus,.monsterinsights-button.monsterinsights-button-green:hover{background-color:#4ab99b;border-color:#39967e;color:#fff}.monsterinsights-table-box-footer{text-align:right}.monsterinsights-table-box-pagination{display:none}.monsterinsights-buttons-toggle .monsterinsights-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-left:0;margin:0}.monsterinsights-buttons-toggle .monsterinsights-button:hover{background:#fff}.monsterinsights-buttons-toggle .monsterinsights-button:focus{z-index:10;position:relative}.monsterinsights-buttons-toggle .monsterinsights-button:first-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.monsterinsights-buttons-toggle .monsterinsights-button:last-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left:1px solid #d6e2ed}.monsterinsights-buttons-toggle .monsterinsights-button.monsterinsights-selected-interval{background:#fff;color:#509fe2;font-weight:700}.monsterinsights-reports-pie-chart{border:none;width:100%}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{right:220px}@media (max-width:782px){.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend{right:auto}}.monsterinsights-reports-pie-chart .monsterinsights-pie-chart-legend .monsterinsights-pie-chart-legend-text{min-width:75px}.monsterinsights-upsell-overlay{position:relative;-webkit-transform:none;-ms-transform:none;transform:none;right:0;top:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0;padding-top:0;border:none}.monsterinsights-upsell-overlay .monsterinsights-button{color:#fff}.monsterinsights-ecommerce-overview{padding-top:20px}.monsterinsights-ecommerce-overview .monsterinsights-upsell-overlay{padding-top:0}.monsterinsights-report-title{font-size:16px}.mi-dw-not-authed{padding:20px;text-align:center}.mi-dw-not-authed h2{font-size:18px;margin:0}.mi-dw-not-authed p{font-size:14px;margin:18px auto;max-width:280px}.mi-dw-btn-large{background:#1f76c4;border-radius:5px;color:#fff;display:inline-block;font-size:14px;line-height:1;margin-bottom:10px;padding:14px 28px}.mi-dw-btn-large:hover{color:#fff}.monsterinsights-widget-loading{animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;height:2.5em;margin:50px auto;padding:0;width:2.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monsterinsights-widget-full-width .monsterinsights-widget-accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;padding:20px 22px 22px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.monsterinsights-widget-full-width .monsterinsights-widget-accordion:after{width:calc(33.333% - 13px);display:block;content:""}@media (max-width:782px){.monsterinsights-widget-full-width .monsterinsights-widget-accordion{padding:0}}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box{padding-top:0!important}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content>div:not(.monsterinsights-widget-loading){height:auto!important}}.monsterinsights-table-box .monsterinsights-info{top:20px;left:20px}.monsterinsights-reports-pie-chart .monsterinsights-info,.monsterinsights-reports-pie-chart .monsterinsights-report-title,.monsterinsights-table-box .monsterinsights-info,.monsterinsights-table-box .monsterinsights-report-title{display:none}.monsterinsights-hide-button,.monsterinsights-width-button{border:none;background:none;padding:0;margin:0 8px 0 0;color:#72777c;cursor:pointer}.monsterinsights-hide-button:focus,.monsterinsights-hide-button:hover,.monsterinsights-width-button:focus,.monsterinsights-width-button:hover{color:#393f4c}.monsterinsights-hide-button i,.monsterinsights-width-button i{font-size:16px}.monsterinsights-widget-full-width .monsterinsights-hide-button i,.monsterinsights-widget-full-width .monsterinsights-width-button i{font-size:20px}.monsterinsights-hide-button{margin-right:0;margin-top:5px;color:#393f4c}.monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding:10px 9px 7px 5px}#monsterinsights_reports_widget.monsterinsights-widget-full-width{margin:16px 0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-report-title,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-report-title{display:block}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-reports-pie-chart .monsterinsights-report-title,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-info,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box .monsterinsights-report-title{display:none}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding-right:20px;padding-bottom:20px}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-report-tabs .monsterinsights-report-tabs-content{padding-right:5px;padding-bottom:5px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-table-box{padding-top:22px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .hndle{padding:22px 72px 22px 22px;border-bottom:none;height:auto;margin:0;position:relative;font-size:16px;color:#657086;font-weight:400;cursor:default}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element{border:1px solid #d6e2ed;display:block;padding:0;width:calc(33.333% - 13px);margin-top:20px}@media (max-width:1280px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element{width:calc(50% - 10px)}}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element{width:100%;padding:0;border:none;margin-left:0;margin-top:0}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-element:first-child{width:100%;border:none;padding:0;margin:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings{left:22px;margin-bottom:4px}@media (max-width:806px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings{left:0;margin-left:10px;position:relative;bottom:0;margin-right:10px;float:none;margin-bottom:0}}@media (max-width:494px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings .monsterinsights-button-full-report{display:none}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-settings .monsterinsights-btn-group{width:auto}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list{width:auto;position:relative;top:0;border:none;border-radius:0}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list{margin:20px 0}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{background:#eceff5;color:#464c57;border-radius:0;line-height:18px;display:inline-block;margin:0;width:auto;border:1px solid #d6e2ed;padding:10px 20px;font-size:14px}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{padding:10px 15px}}@media (max-width:374px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button{font-size:12px;padding-right:10px;padding-left:10px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:hover{background:#fff}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:focus{z-index:10;position:relative}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:first-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-left:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button:last-child{border-top-left-radius:3px;border-bottom-left-radius:3px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-btn-group-list .monsterinsights-btn-group-list-button.monsterinsights-btn-group-list-button-selected{background:#fff;color:#509fe2;font-weight:700}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-widget-content{padding:20px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row{margin:20px 0 0}@media (min-width:783px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox{width:25%;padding:17px 20px 15px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(2){border-bottom:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(3){border-right:1px solid #d6e2ed}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-reports-infobox-number{font-size:36px;float:right}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-reports-infobox-compare,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row .monsterinsights-reports-infobox .monsterinsights-reports-infobox-prev{float:left}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content{border-bottom:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-report-tabs{margin:0}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button{background:#8ea4b4;border:1px solid #708c9f;padding:9px;color:#fff;font-size:20px;line-height:1;min-width:40px;height:auto;width:auto;border-radius:5px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog:focus,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog:hover,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button:focus,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button:hover{background-color:#708c9f}@media (max-width:374px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-cog,#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-width-button{padding:8px;min-width:38px}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-toggle{display:none}@media (max-width:782px){#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-toggle{display:block}}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content>div:not(.monsterinsights-widget-loading){height:100%}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-content>div:not(.monsterinsights-widget-loading) .monsterinsights-upsell-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;height:100%}.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:first-child,.monsterinsights-report-2-columns.monsterinsights-report-infobox-row .monsterinsights-reports-infobox:nth-child(2){border-bottom:0}.monsterinsights-fullwidth-mascot{background-image:url(../img/mascot.png);width:41px;height:40px;background-repeat:no-repeat;background-size:contain;position:absolute;right:22px;bottom:100%;margin-bottom:4px}.monsterinsights-fullwidth-report-title{position:absolute;right:72px;font-size:20px;color:#393f4c;font-weight:700;bottom:100%;margin-bottom:0}.monsterinsights-blur .monsterinsights-report-row{-webkit-filter:none;filter:none}#dashboard-widgets .monsterinsights-widget-footer{padding:11px 12px;line-height:1;font-size:13px;color:#72777c}#dashboard-widgets .monsterinsights-widget-footer .monsterinsights-dark{color:#23282c;font-weight:500}#dashboard-widgets .monsterinsights-widget-footer a{margin-left:10px;text-decoration:underline;color:#1c75a6}#dashboard-widgets .monsterinsights-widget-footer a:focus,#dashboard-widgets .monsterinsights-widget-footer a:hover{text-decoration:none;color:#393f4c}@media (max-width:782px){#dashboard-widgets .monsterinsights-upsell-overlay{width:100%}}#dashboard-widgets .monsterinsights-upsell-overlay a{text-decoration:underline}#dashboard-widgets .monsterinsights-upsell-overlay a.monsterinsights-button,#dashboard-widgets .monsterinsights-upsell-overlay a:focus,#dashboard-widgets .monsterinsights-upsell-overlay a:hover{text-decoration:none}.monsterinsights-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-height100{height:100%}@media (max-width:782px){.monsterinsights-height100{height:auto}}.monsterinsights-table-item-content{word-break:break-all}.monsterinsights-table-box.monsterinsights-table-box-mobile .monsterinsights-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}#monsterinsights-chartjs-line-overview-tooltip{margin-top:-60px}.folded #monsterinsights-chartjs-line-overview-tooltip{margin-right:-118px}#monsterinsights_reports_widget .monsterinsights-widget-error{padding:50px 25px;text-align:center}#monsterinsights_reports_widget .monsterinsights-widget-error .monsterinsights-error-title{font-weight:700;font-size:24px}#monsterinsights_reports_widget .monsterinsights-widget-error .monsterinsights-error-content{font-size:16px}#monsterinsights_reports_widget .monsterinsights-widget-error .monsterinsights-error-footer{margin:35px 0 0;padding:15px 0 0;border-top:1px solid #ccc}#monsterinsights_reports_widget .monsterinsights-widget-error .swal2-icon,#monsterinsights_reports_widget .monsterinsights-widget-error .swal2-icon *{-webkit-box-sizing:content-box;box-sizing:content-box}.monsterinsights-widget-accordion-lite .monsterinsights-widget-report-overview .monsterinsights-widget-content{padding-top:20px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-accordion-lite .monsterinsights-widget-report-overview .monsterinsights-report-infobox-row{margin:0 0 20px}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-accordion-lite .monsterinsights-upsell-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}#monsterinsights_reports_widget.monsterinsights-widget-full-width .monsterinsights-widget-accordion-lite .monsterinsights-upsell-overlay .monsterinsights-upsell-content{height:100%}.monsterinsights-faded{opacity:.5}.monsterinsights-lite-overview-buttons{border-top:1px solid #d6e2ed;background:#f9fbff;padding:20px}.monsterinsights-lite-overview-buttons .monsterinsights-button{margin-top:0;font-size:13px;padding:8px 10px}.monsterinsights-swal .swal2-title{line-height:1.2}#dashboard-widgets .monsterinsights-tips{border:1px solid #5fa6e7;margin:0 20px 20px;padding:17px 15px;color:#393f4c;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}#dashboard-widgets .monsterinsights-tips .monstericon-star{color:#5fa6e7;font-size:19px;margin-left:14px}#dashboard-widgets .monsterinsights-tips a{color:#5fa6e7;text-decoration:underline}#dashboard-widgets .monsterinsights-tips a:hover{text-decoration:none}.monsterinsights-widget-full-width .monsterinsights-tips{display:none} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/wizard.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/wizard.css new file mode 100644 index 00000000..109a418e --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/wizard.css @@ -0,0 +1 @@ +.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}@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,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 40px 0 8px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 8px 2px 20px;border-radius:5px;margin-right:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-left:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.multiselect__tag-icon{cursor:pointer;position:absolute;left:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@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}.monstericon-times:before{content:"\f021"}.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-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"}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{background:#f3f6ff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;margin:0}.monsterinsights-onboarding-header{text-align:center}.monsterinsights-header-navigation{border-top:4px solid #5f6197;padding:0 20px;position:relative;text-align:right}@media (min-width:782px){.monsterinsights-header-navigation{padding:0 125px}}.monsterinsights-exit-button{background:#5f6197;border-radius:0 0 5px 5px;color:#d7d7e5;display:inline-block;font-size:14px;line-height:1;padding:9px 20px 12px;text-decoration:none;transition:color .1s ease;-moz-transition:color .1s ease;-ms-transition:color .1s ease;-o-transition:color .1s ease;-webkit-transition:color .1s ease}.monsterinsights-exit-button span{margin-left:2px;font-weight:500}.monsterinsights-exit-button i,.monsterinsights-exit-button span{vertical-align:middle}.monsterinsights-exit-button i{color:#afb0cb;display:inline-block;font-size:16px;margin-right:4px}.monsterinsights-exit-button:hover{color:#afb0cb}.monsterinsights-onboarding-header h1{margin:10px 0;padding:0 20px}img{max-width:100%}a{color:#509fe1}a:focus,a:hover{text-decoration:none}.monsterinsights-onboarding-wizard-container{margin:0 auto;width:750px}.monsterinsights-onboarding-wizard-steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}.monsterinsights-onboarding-wizard-step-line{background:#d6e2ed;height:3px;margin:0 2px;width:100%}.monsterinsights-onboarding-wizard-step-line.monsterinsights-onboarding-wizard-line-active{background:#5cc0a5}.monsterinsights-onboarding-wizard-step{border:2px solid #b6c9da;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;height:16px;width:16px}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-active,.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed{background-color:#5cc0a5;border-color:#5cc0a5;position:relative}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed:after{color:#fff;content:"\f015";display:block;font-family:Misettings;font-size:8px;font-weight:400;left:0;position:absolute;text-align:center;top:2px;width:100%}.monsterinsights-onboarding-wizard-content{background:#fff;border:1px solid #d6e2ed;color:#777;font-size:14px;margin:50px 0;padding:45px 50px 50px}.monsterinsights-onboarding-wizard-content h2{color:#393f4a;font-size:24px;font-weight:500;margin:0 0 5px}.monsterinsights-onboarding-wizard-content .subtitle{font-size:16px;line-height:1.5;margin-top:0}.monsterinsights-onboarding-wizard-content .monsterinsights-separator{border-top:1px solid #d6e2ed;clear:both;margin:26px 0}.monsterinsights-icon-info{display:inline-block;vertical-align:middle}.monsterinsights-icon-info svg{height:16px;width:16px}.monsterinsights-onboarding-wizard-form label{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-description{margin-top:6px}.monsterinsights-form-input{margin:5px 0 0;position:relative}.monsterinsights-form-input input[type=radio],.monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-settings-input-radio label{color:#393f4a;font-size:16px;display:block;margin-bottom:18px}.monsterinsights-settings-input-radio label small{font-size:16px;color:#393f4a;font-weight:400}.monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500;line-height:1}.monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-right:19px}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#5cc0a5}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{left:2px;right:2px;top:2px;bottom:2px;position:absolute;content:"";background:#5cc0a5;display:block;border-radius:50%}.monsterinsights-form-input input:focus~.monsterinsights-styled-checkbox-status{-webkit-box-shadow:0 0 5px 2px #4d90fe;box-shadow:0 0 5px 2px #4d90fe}.monsterinsights-form-input .monsterinsights-form-input-label{display:inline-block;vertical-align:top}.monsterinsights-form-input .monsterinsights-form-input-label span{font-weight:400}.monsterinsights-onboarding-button,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{border:1px solid;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:10px 18px;text-decoration:none}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large{background-color:#509fe2;border-color:#2e7fbe;font-size:16px;padding:16px 32px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:hover{background-color:#3a93dd;border-color:#2971a9}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{background-color:#5cc0a5;border-color:#40a88d;font-size:14px;font-weight:500;padding:10px 16px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:hover,.request-filesystem-credentials-action-buttons .button:focus,.request-filesystem-credentials-action-buttons .button:hover,.request-filesystem-credentials-action-buttons input[type=submit]:focus,.request-filesystem-credentials-action-buttons input[type=submit]:hover{background-color:#4ab99b;border-color:#39967e}.monsterinsights-onboarding-button.monsterinsights-button-disabled,.monsterinsights-onboarding-button.monsterinsights-button-disabled:focus,.monsterinsights-onboarding-button.monsterinsights-button-disabled:hover{background-color:#f3f6ff;border-color:#b7c9d9;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-button.monsterinsights-button-activated,.monsterinsights-onboarding-button.monsterinsights-button-activated:focus,.monsterinsights-onboarding-button.monsterinsights-button-activated:hover{background-color:#fff;border-color:#8aa4b8;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-wizard-form input[type=email],.monsterinsights-onboarding-wizard-form input[type=text]{border:1px solid #b7c9d9;border-radius:5px;color:#444;display:block;font-size:16px;padding:14px;width:100%}.monsterinsights-onboarding-wizard-form input[type=email]:focus,.monsterinsights-onboarding-wizard-form input[type=text]:focus{border-color:#509fe2;outline:none}.monsterinsights-form-input.valid input[type=email],.monsterinsights-form-input.valid input[type=text]{border-color:#64bfa5}.monsterinsights-form-input.error input[type=email],.monsterinsights-form-input.error input[type=text]{border-color:#dc3232}.monsterinsights-form-input select{width:100%}.monsterinsights-form-input.error:after,.monsterinsights-form-input.valid:after{display:none;font-family:Misettings;font-size:20px;font-weight:400;position:absolute;right:12px;top:13px}.monsterinsights-form-input.valid:after{color:#64bfa5;content:"\f015";display:block}.monsterinsights-form-input.error:after{color:#d83638;content:"\f014";display:block}.monsterinsights-error-message{color:#d83638;font-weight:500}::-webkit-input-placeholder{color:#b7c9d8}::-moz-placeholder{color:#b7c9d8}:-ms-input-placeholder{color:#b7c9d8}:-moz-placeholder{color:#b7c9d8}.monsterinsights-notice{background-color:#f3f6ff;border:1px solid #b7c9d9;border-radius:5px;color:#8aa4b8;font-size:16px;line-height:1.4;margin:30px 0;padding:16px 20px}.monsterinsights-notice.monsterinsights-notice-error{background-color:#fff4f3;border-color:#d83638;color:#d83638}.monsterinsights-text-button{background:none;border:none;border-bottom:1px solid;color:#89a4b9;cursor:pointer;font-size:16px;padding:0}.monsterinsights-text-button i{margin-left:4px}.monsterinsights-text-button:hover{border-bottom-color:rgba(0,0,0,0)}.monsterinsights-pull-right{float:right}.monsterinsights-text-button.monsterinsights-pull-right{margin-top:15px}.monsterinsights-form-inline .monsterinsights-form-input,.monsterinsights-form-inline .monsterinsights-form-label{float:left;width:80%}.monsterinsights-form-inline .monsterinsights-form-input{float:right;text-align:right;width:20%}.monsterinsights-form-inline:after{clear:both;content:"";display:table}.monsterinsights-form-inline p.monsterinsights-description{margin-bottom:0}.monsterinsights-form-inline .monsterinsights-separator{float:left;margin-top:27px;width:100%}.monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{cursor:default;background-color:#dee5e9}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;background-color:#d83638;float:right;cursor:pointer}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{right:2px;left:auto}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{left:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-label{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-description{font-weight:400;color:#777;display:inline-block;margin-top:7px}.monsterinsights-settings-input-checkbox .monsterinsights-info{margin-top:6px;margin-left:4px;display:inline-block}.monsterinsights-addon-icon,.monsterinsights-addon-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addon-icon{border:1px solid #d5e2ed;-ms-flex-negative:0;flex-shrink:0;height:70px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:70px}.monsterinsights-addon-icon img{display:block;vertical-align:middle}.monsterinsights-addon-text{padding:0 20px;width:100%}.monsterinsights-addon-text label{line-height:1}.monsterinsights-addon-text p{margin:6px 0 4px}.monsterinsights-addon-text a{color:#777}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}.monsterinsights-green-link{color:#5cc0a5;font-size:16px}.monsterinsights-addon-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-addon-button .monsterinsights-onboarding-button{min-width:134px;text-align:center}.monsterinsights-wpforms-row .monsterinsights-addon-icon{height:100px;line-height:98px;width:100px}.monsterinsights-wpforms-row .monsterinsights-addon-text label{font-size:18px;font-weight:900}.monsterinsights-wpforms-row .monsterinsights-addon-text p{font-size:16px;line-height:1.4;margin-bottom:0}[class*=monstericon-]: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-info-circle-regular:before{color:#b6c9da;content:"\f01e";font-size:16px}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-check:before{content:"\f015"}.monsterinsights-loader-animated{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;height:2em;left:0;opacity:0;padding:0;position:absolute;top:0;width:2em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.monsterinsights-settings-input-select label>span,.settings-input-text label>span{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select .monsterinsights-reset-default,.settings-input-text .monsterinsights-reset-default{font-size:14px;margin-top:7px;float:right;font-weight:400}.monsterinsights-settings-input-select label>span.monsterinsights-dark,.settings-input-text label>span.monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4c}.monsterinsights-settings-input-select .monsterinsights-info,.settings-input-text .monsterinsights-info{margin-left:4px}.monsterinsights-settings-input-select .settings-input-text-input,.settings-input-text .settings-input-text-input{margin-top:18px}.monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-authenticate p{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select-input{margin-top:18px}.monsterinsights-onboarding-wizard-form .field-title{display:block;margin:15px 0}.monsterinsights-onboarding-wizard-form fieldset{border:none;padding:0;margin:0;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-onboarding-wizard-form .ftp-password{margin-bottom:15px}.monsterinsights-onboarding-wizard-form ol{padding-left:20px}.monsterinsights-onboarding-wizard-form ol li{color:#393f4b;line-height:1.5;margin-bottom:30px;padding-left:15px}.monsterinsights-hidden{display:none}.monsterinsights-small{font-size:12px}.monsterinsights-auth-info .monsterinsights-dark{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-auth-info p{margin-top:6px}.settings-input-license label{font-size:14px;color:#777;font-weight:400;margin-bottom:18px;margin-top:8px;display:block}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater label{font-size:14px;margin-bottom:0}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px;display:block;font-weight:400}.monsterinsights-onboarding-wizard-form .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default;display:inline-block}.monsterinsights-onboarding-wizard-form .monsterinsights-error i{margin-right:10px}p>label{display:block}p .monsterinsights-info{margin-left:4px}.monsterinsights-sublabel{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px;display:block;width:calc(50% - 8px)}.monsterinsights-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.monsterinsights-settings-input-repeater-row:first-child{margin-bottom:14px}.monsterinsights-settings-input-repeater-row>input[type=text]{width:50%}.monsterinsights-settings-input-repeater-row input,.monsterinsights-settings-input-repeater-row select{margin-right:18px}.monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer;font-size:14px}.monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.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-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-logo{display:inline-block;width:400px;max-width:100%}.monsterinsights-logo .monsterinsights-bg-img{padding-top:21%}.monsterinsights-logo .monsterinsights-bg-img:after{background-image:url(../img/mi-onboarding-logo.png)}.settings-input-license p{color:#444}.settings-input-license p a{color:#509fe2}.monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.monsterinsights-onboarding-license-lite p{color:#777}.monsterinsights-onboarding-license-lite p a{font-weight:700}.monsterinsights-onboarding-license-lite p .monsterinsights-highlighted-text{font-weight:700;color:#64bfa5}.monsterinsights-onboarding-license-lite .monsterinsights-settings-license-lite{display:none}@media (max-width:767px){.monsterinsights-onboarding-wizard-container{max-width:100%;width:auto;margin:0 10px}.monsterinsights-onboarding-wizard-content{padding-left:20px;padding-right:20px}.monsterinsights-addon-row{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-addon-text{width:calc(100% - 80px);padding-right:0}.monsterinsights-addon-button{margin-top:20px}.monsterinsights-addon-icon{-ms-flex-item-align:start;align-self:flex-start}.monsterinsights-wpforms-row .monsterinsights-addon-text{width:calc(100% - 100px)}.monsterinsights-text-button.monsterinsights-pull-right{float:none}.monsterinsights-form-buttons{text-align:center}}.monsterinsights-addon-icon>div{display:inline-block;width:50px;height:50px;background-size:contain;background-repeat:no-repeat}.monsterinsights-addon-icon .monsterinsights-addon-icon-ads{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3N0REQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0VEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3QkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3Q0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phn1ef0AAAMoSURBVHja7J2NcdowGEBNLwOwAR6hnSD2BE0XaH25DhAmsDNBM0CvRzpBOwHKBozgbsAGrtWIRqdIWMjCP+S9Ox3GoC/CT78YO4umaRKYDguEIAQQghBACEIAIQgBhCCEo4AQQMilC7n9/L3v387atFXbeZtEYJytiiVUnDHL8o8fP78G570aSHzRptTYt9K2v6iDolO3aaM9T1Uck1R7rCyvb1SsmGU5G0MJsX1IU5iJsAgpj8RwvS4MITHKcjbe0WtPiz4tZNtR01zkHnEP/bprgJO19bGjRRZGvHOVxdaa8jGEhCIixPjTEScbsCyTHEO6Ptj7Ni3VduUZc9+mnfZ8qeJIrjviXGvbOxUrZln6VIJBhPg0/UOBS8+YOyNuZnQhvgdgbVSYGGWxEWVBx6B+oV2WTy1dnphnH1BLXbU7dlkmL6Q6U/luIsTIJlSWwYSUCbAwRMjrmdVCpXvH/ktO+nh279hPC6HLAoQgBBDCSn1ciuT5K/OxkF/lbxDyQhpxRR3CE10WzEbIUAvLHCGAEGZZ5+FGzcL08xi/2/SgPZenZr9Z8u7VLOoXQuIgD/KdZX+mJH3QpGVHhEp5a7qs/tNhXYY8+yeMVlFY8gmV9LOFd8nrXywiJEDIgbVqDbnWKhLHQc6196073ouQQHaO7VPyMcuy9PuNSqeuzLda3maiZWTay7S3H3Xycrq3PjHvJnn+CemBcoJlnKWQKjDvozHD8hWyHLCMb2ZheCr6Af1IlzU+pWO2JZhlDcexn3tKEZ9oIXHWHrljPZEbA++DOvBLy5hQz6VWXc2g1osjtX7Wi0DWIbSQILquko3FCiF+FG+5hdBl0UKcC7kKHbQQhABCEAIIYZY1gYXd2KzmIqSgntNlIcSysAv5BbpQ+UWkfLHj+aaKFsKg3jlupAH5Uu2xipAvdjxf6iTSJXGxbhMberu/S0F2df8vAOpzm1i6rAsd1Ie+v0nsQX0yl8fRQliHAEIQAghBCCAEIYAQhABCACEIAYQgBKIz16tw5TXr8saVtef+2cC/XkUIIAQhgBCEAEIQAghBCEIQAghBCATxV4ABAJUD6tHSXOZrAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3NzlEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0FEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3N0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3OERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu12a8UAAAaySURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0M5OEI0RDJEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0M5OEI0RDNEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3RkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc4MERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjhoPAMAAAabSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(../img/addon-icon-ecommerce.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(../img/addon-icon-eu-compliance.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNTZEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk4QjREQ0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1NERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgOeXjgAAAWbSURBVHja7J1faBxVFMZPxZT4h76oFUOsqEVEBakiIvig0RdBoy9VpDZibDH2obUIWvXBtqAJQlEUrKJVKLZgqoK1UpS2KAqihQQLitqIUG2ktopGaSUV4jnsmWYyOztzZ+7M3PnzffCRXXZ2Nju/ueeee++Z2XkzMzMElUfzAARAIAABEAhAAAQqK5DBgdebdMzms69lX8JexL6A/Rf7MPtX9n72ZJIdvrF1xanHp+OcNNYt7HvZ/ezzYrb9kv0++zX2sSQfchqOc6yWsPey97AfNIAhup79LPtH9tPsMwAkm9A0zB5j96XcxwL2evYPChZALA7ku+x1Ge2vl/05++64DdGHtEvCy8cadtJqSqH6dSb7bX08WjQQ+VJdFQWy2RLGS+z7I15/k32QPV4EkCH2GvblDW1dIx1aR7Cl7GRfqdvm1ocM69nVVBjSMjay1xr2KWvzbCFyRqzWx7+wX2YfrdgBvZN9uwUM+f6PGKbFosd0nDKZB5BBbYqkmcQXFUxxN6V87xaFIft4NMH75HitZG/II2Rdp38nKgjDG4UvSPG+rWxv3mNAQ1HSVpnrOOTvisb/21K8Z7ue4V4LezzlLEAPBobtujHh9pIlPcCe1ud3sRdn8dkYGM5mPUlgLPXB8CLDwyHbdmsfERUOewCkvUM3zYx2hcAQ7e6w3x0GfdP5roCsSBlnbfUO+4mI17sN97NPM8hpQ8gCo99g27NcATnbIs7aaFHM6zJaPu5L2zvBkDHKiYxhiH53BeR7zUyK1mcG20zGnCyXsQ90yCpv8k2BJIUhOuwKyO4OsbYMOhQDpDdihG4DQ/QT0t52fZDiPRLmRixhTAVbMIDMZk9ppkwmLWB4nzvtKmSdy77QwcE+QvFVIDLlI4UJpusgJ7V12MAQtS1UFQnkPvbzDoBIIrHMYLunqFXIYKJXqFVNYgPDq0whhKxw7dX01qR1vGgJwzsByGUL2RXMKArMoEz1EPvrmDGJzPBusoSxRU8Ap0Am1GXWhB7oqNB1DRmW9EQMMld1ehEhKzx0rYx43QaGFDbcQxHTLwASLilWvlXHGllpp47qI0tLiwxZN1jGXZuzcjRlS7ma/Sqlr1z0Bn+SIg+bbFwkEMnx1zkAsj0lEK9PkeVdWVF8JmG4Oq6d90ZKUHBd9HrISQdA/stgH948nMx3LdVwJhOOvYGWIAPQr9jvUav68UTSDyoSyAvqKmtCQ48Xfsa01ZgOPmOFTr1kAhAAgQAEQCAAARAoD5WlUE4GXDKLeqkOpv5hf0NzC7cXk92VTWn1LXW42qmOQGRZV9YWBkJek8k4f3W4jI43O/gf1zcJiFwE2UdQKYAsSwhDpif2OPg//2wKkJsDz2Xi8SP2h9SaEAwu905RyEWSaCHZ6arA8x2U0QQd0t50OifwfD96kGpdHyKLREMOPncbpV/gqjWQi8jNEvBYXVvIEM299DhY+/QctZZJPUkhmX9B648ixwM+HakrkG6KLkDrorn3RwnW444WGTqa2KnH6WdkWeXSQWRZ+eot9qe+5zJX5a/aGAmEpLDSmfmOjtN0HYEcCxzkf0M6z/GYpMDV5OIGhCwMDEsvucDlSQef+wmAhGvc0TgEWVaTBSDoQ1ILa+olUyPW1BGyELJO6Tuae+1G3F1Msaaes+5IuH0j1tQRsgAEKkvIkirEwQoeo9quqV9MbtbEbVXbNfWjVM25qNquqW9TQ+jUAQQCEACBSgzEu2ubVLT3NOTY9dBsBf+hrHaaVZYld72RO/1I5aFMkcsvzfxWYxgLqVUW2+X7/qUCIjdlkVvX9engr5+ao32U4a0Ls+xDlpPZXT3rBmN5WQeGUhwtN/uS2xVdQQl+kLeCkku3c1naxQ/cl0wAAiAQgAAIBCAAAgEIgEAAAiAAAiAQgFRF/wswADMRPRxA0bU/AAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUFEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1N0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1OERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PveAfEwAAAMMSURBVHja7J0/aBRBFMb3jlRCGsEilVhLEEwviNidRBFBGxFJGmsTsZC7QxuNrQgqFkHUQonWEgL2FiIpRWxMIYhKsHR9gyMcx8zk9m7dfe/298FX3P672f3d229m73avled5hvSoBRCAIIAABNUB5PLFR1W29Zh4RbwgnhtxnR3xO/Ga+G1VDX28vjT2um0jH5yeeEvcKQAj88t2/LpXLeyoBSCuMm5M2Fa37m2/LYBMqJWS2tn22wLIhFpQuq2pBeLyIU94LhLWV8SzrmMy5Fk/byeSKan36tV9MGaM9g5vie9H5u36eQ7OPWs71jYK5ElJywCkJP0saRmAoP8LJC/B3cB2+4GwHvTIVyIS7geW75a0T1QIFYIAAhA0FUBaBd1XdDz6Y7SfCqFCEEAAglRI69XebmQET4UggAAEAQQpDvVepuC7bCoEAQQgCCAAQQABCAIIQBBAFOmo+IX4u/iB+EBdDZmBRXZI/Ea8379e9mBWqZDqtU/8egDGP53mlFWP3G3E84HprwBSvdxduRcC079lNd7o01QgJ7O/d+UO67f4vPgzQKoN8eeRfb/mA55ub4UhvhEIcadn4ruMQ6oP8SOB6e/FSxoa2CQgqRA/I/4FED0h/klLQ5sARHWINw2I+hBvGpBYiH/QEuJNApIK8UUtIa4diDvfPxV/Ed/Jxr8MbibEtQO57j/V7qk97tlWm2NAMRXi2oF0hl7PF4SSCvGXGkNcO5DQE3yKQEmF+CULwacNyJo/eCEoW3tAiYX4Dz8S3wVIcX0Vn4hAOZyAkgrxc+KPVrqGGru9RaEctBziVsYho0KJfSduJsQtDQxHgbIeCfFtKyFubaS+F5SzkRBftBLiFi+dpKCYD3GLQIpAuWktxK0CGYSyHZnvQryXGZe1q70OyvEAFLMhbh3IIBQ3qnePE38oPmU1xIdl9cfWDspqVtMPoqmQBgkgAEEAAQgCCEAQQACCpmGkzp/rUiEAQQABCKpB/ME9QBBAAIIAAhAEEIAggAAEIABBAAEIAghAUOn6I8AArszynlRHoU0AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNUREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1QkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1Q0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMDbnQAAASzSURBVHja7J1ZSFVBGMdHkaBsoRsVFSRRQRstYBTtQkQQPRZWYLtBK2FFtLy0QhjRQhRFi0ER0UsLFEHa4kvZAkEhEaIPWVRKD0JZePs+zifcLvfmOffO6c7M+f/hD0ed4x3nd2a+2c6YF4/HFWSO8lEEAAIBCIBAAAIgEIAACAQg0VaB34Srys6H/WAMJ48i97C4PFvJdeSW5B9cqFqjF0iIILaSd5P7OvSgvyWXk2ttarIKyU/IlY7BYI0hPyXvsQnIIfI0x0PCfvJsG4BMJG+OSJw+bQOQGRHqOHHzNch0IJMj1pstNh1Iv4gBiWFgiJE6BCAAAgEIgEAAAgEIgEAAAiAQgAAIBCAAAuVMudp1spbc07CyGEyuiSqQZgMfzp+215BuylsvnkLub3ErwVuRHtncZHHcKSWfUm7spzpoOxDe1rIO4deMXtZCwDALyEkUmTlAeLNXEYrMHCDFKC6zgPRAcZkXQyAAARAIQCAAARAIQCyU7vWQz+T75IfkXuSR5LnKm6YPU9Xk6/K538ijyZOU9xbswKgCOUreRW5PUQt5hfCw0j9d/5u8k3yM3JHw/VrxRcmXNROiupqsFeRtKWAoKaizypsp/q05/xulwDvS/LyNvJ58N0pA+I+94iNdrTzNuvSSfM5HOoZVprxjLyIBZPs/ntBkndFYS44E+NwWiW3OA+EmoT5g+iea8l4fMH1NFIDUB3hKO/VGU97fB0x/i3xCeQfDONvL6p3BPQM05Z3XZ4JsTuCtR1vkeii5hDzftNiSLZAR5GHkhgA1crymvC9Rme8WaSJfFjsX1McFSDtT4yBxsfL2hvnRdBk07pHrbspQZVtDjgbs4/OT2aj0rM3f9tlj4xp8U0bsJQmdCw7y9yS2NLlQQxjGjoSg7uc8jwYplMYs811FXpnw2flp/jY+BupOiukTPjxtgfJ20ZS70GQlw6hQ3jzWGSmEmDQLC6WdfiGBVAeUZBjLyV/Jx8lLyfPIB6QH+EqFP4+W8yYrFYxKuV6n0s8bPSbPkuahE0p1iubrI7mPPMV+YFySaycORMvXCKMrFQmUVDWFu56bJM0Q6U7z6wHLpOZ1BcMZBakhD8g3MoSRDCWxpvD1L/X3Kwod8vVVCbyLlDdvZSuM5jBqSEuWMNLVlKYuMsyfe9bymlEXZlDPBkYylFjA+2yE8VKlOFhZFxAdMBKhBJVtgZvHSavDCurzNMJQEqxbAt7z3DIYvID2Oqygrnv59UMG93S3AATPAjwjbyC/+99TJ9loggwe2wPcMyLE/Hwiz8nyd3xX3vR+e6a/IJdAeODH5/f6PbA+JhDDEhdizt81zPW+rP0B8nAozejdKeUaCI/U9/lIF5l3G03Yucj/O+SaSn0+OscYnii8pSKiAkPyUSq1oEZ6X1/IUyXIFqoIqcCgvHSuUURa2GwNIBCAAAgEIBEE0upoGbTaCqTOUSB1tgLhtYu3jsFosxkIq9wxIBUCxVogPFW+1xEYvK3onGmZyqSXxZN9cyxuvnjpmPd7Je7xMkaZzmXxQs5Y5c3Q8nsaMQtA/FDe0mqjiSA6lRePx9H5x8AQAhAAgQAEQCAAARAIQAAEMkV/BBgARJjl0YmF3uQAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QjhEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QjlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCNkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCN0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTUUA4AAAisSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QkNEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QkREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCQURDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCQkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp36RWkAAAcrSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}button[data-v-2699f764]{margin-top:3px}.monsterinsights-welcome-container{width:750px;margin:0 auto;max-width:100%}.monsterinsights-welcome{padding-top:110px}@media (max-width:782px){.monsterinsights-welcome{padding-right:10px;padding-left:10px}}.monsterinsights-welcome-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0;position:relative;text-align:center}.monsterinsights-welcome-block.monsterinsights-welcome-block-first{padding-top:50px}.monsterinsights-welcome-logo:after{width:82px;padding-top:68%;background-image:url(../img/welcome-mascot.png);margin:15px 19px 19px}.monsterinsights-welcome-logo-container{position:absolute;top:-60px;width:120px;height:120px;left:50%;margin-left:-60px;background:#fff;border-radius:50%;border:1px solid #d6e2ed}.monsterinsights-welcome-block-inner{padding:25px}.monsterinsights-welcome-block-inner h3{color:#393f4c;font-size:24px;margin:0 0 20px;line-height:1.4}.monsterinsights-welcome-block-inner p{font-size:16px}.monsterinsights-welcome-video iframe{width:100%}.monsterinsights-button-wrap{margin:20px auto 0;max-width:590px}.monsterinsights-button-wrap .monsterinsights-button{width:100%}.monsterinsights-button-wrap:after{content:" ";clear:both;display:table}.monsterinsights-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-welcome-left{padding-right:20px}.monsterinsights-welcome-right{padding-left:20px}@media (max-width:782px){.monsterinsights-welcome-right{padding-top:25px}}.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:50%;float:left}@media (max-width:782px){.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:100%;padding-left:0;padding-right:0}}.monsterinsights-button.monsterinsights-button-alt{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-welcome-features{padding-bottom:0}.monsterinsights-welcome-feature{text-align:left;width:50%;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:10px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-feature{width:100%}}.monsterinsights-welcome-feature:nth-child(2n){padding-left:15px;padding-right:0}@media (max-width:782px){.monsterinsights-welcome-feature:nth-child(2n){padding-left:0}}@media (max-width:782px){.monsterinsights-welcome-feature{padding-right:0}}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img{width:46px;-ms-flex-negative:0;flex-shrink:0;margin-right:15px}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img svg{width:100%}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text h4{font-size:16px;color:#393f4c;margin:0}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text p{font-size:14px;margin-top:5px}.monsterinsights-welcome-block-inner:after{content:"";display:table;clear:both}.monsterinsights-welcome-block-footer{padding-bottom:50px}.monsterinsights-upgrade-cta{text-align:left;background:#f7f9fd;padding:15px}.monsterinsights-upgrade-cta h2{font-size:20px;margin:0 0 30px}@media (max-width:767px){.monsterinsights-upgrade-cta h2{text-align:center}}.monsterinsights-upgrade-cta h2 span{display:inline-block;border-bottom:1px solid #555;padding:0 15px 12px}.monsterinsights-upgrade-cta .monstericon-check{color:#5cc0a5;margin-right:4px}.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:70%}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:30%;text-align:center}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:100%}}.monsterinsights-upgrade-cta ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:15px;margin:0;padding:0}.monsterinsights-upgrade-cta ul li{display:block;width:50%;margin:0 0 10px;padding:0}@media (max-width:767px){.monsterinsights-upgrade-cta ul li{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-amount{font-size:48px;font-weight:600;position:relative;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-amount:before{content:"$";position:absolute;top:-8px;left:-16px;font-size:18px}.monsterinsights-upgrade-cta .monsterinsights-term{font-size:12px;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-price{padding:0 0 26px}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial-text{padding-left:25px}.monsterinsights-welcome-testimonial-image{width:100px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media (max-width:782px){.monsterinsights-welcome-testimonial-image{margin-top:24px}}.monsterinsights-welcome-testimonial-image .monsterinsights-bg-img{padding-top:100%;background-size:100px;background-repeat:no-repeat}.monsterinsights-testimonial-one{background-image:url(../img/testimonial-avatar.jpeg)}.monsterinsights-testimonial-two{background-image:url(../img/testimonial-avatar-2.png)}.monsterinsights-welcome-footer-upsell{background-color:#f9fbff;border-top:1px solid #d6e2ed}.dashboard_page_monsterinsights-getting-started.auto-fold #wpcontent{padding-left:0}.monsterinsights-welcome-video-image{padding-top:57%}.monsterinsights-welcome-video-image:after{background-image:url(../img/welcome-video-image.jpg)} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/wizard.rtl.css b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/wizard.rtl.css new file mode 100644 index 00000000..0fb09ee7 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/wizard.rtl.css @@ -0,0 +1 @@ +.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-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;right: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-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;right:calc(50% - 5px);margin-top:0;margin-bottom:0}.monsterinsights-tooltip[x-placement^=right]{padding-right:5px}.monsterinsights-tooltip[x-placement^=right] .monsterinsights-tooltip-arrow{border-width:5px 0 5px 5px;border-right-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;right:0;top:calc(50% - 5px);margin-right:0;margin-left:0}.monsterinsights-tooltip[x-placement^=left]{padding-left:5px}.monsterinsights-tooltip[x-placement^=left] .monsterinsights-tooltip-arrow{border-width:5px 5px 5px 0;border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 5px);margin-right:0;margin-left: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}@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,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;left:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;right:50%;margin:-8px -8px 0 0;width:16px;height:16px;border-radius:100%;border:2px solid rgba(0,0,0,0);border-top-color:#b7c9d9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0)}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:right;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-right-radius:0;border-bottom-left-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-right-radius:0;border-top-left-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 5px 0 0;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-right:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:9px 8px 0 40px;border-radius:5px;border:1px solid #b8c9d8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:2px 20px 2px 8px;border-radius:5px;margin-left:10px;color:#393f4c;line-height:1;background:#f3f6ff;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;border:1px solid #b7c9d9;font-size:14px}.multiselect__tag.monsterinsights-tag-forced{padding-right:8px}.multiselect__tag.monsterinsights-tag-forced i{display:none}.multiselect__tag-icon{cursor:pointer;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#b7c9d8;font-size:18px;margin-top:-4px;display:block}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#444}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0 30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{display:none}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #b7c9d9;border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-top-left-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:10px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-size:14px}.multiselect__option:after{top:0;left:0;position:absolute;line-height:40px;padding-left:12px;padding-right:20px;font-size:13px}.multiselect__option--highlight{background:#acbdc9;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#acbdc9;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#509fe2;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#509fe2;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:left}[dir=rtl] .multiselect__select{left:auto;right:1px}[dir=rtl] .multiselect__tags{padding:8px 40px 0 8px}[dir=rtl] .multiselect__content{text-align:left}[dir=rtl] .multiselect__option:after{left:auto;right:0}[dir=rtl] .multiselect__clear{left:auto;right:12px}[dir=rtl] .multiselect__spinner{left:auto;right:1px}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-2turn);transform:rotate(-2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-2turn);transform:rotate(-2turn)}}@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}.monstericon-times:before{content:"\f021"}.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-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"}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}body{background:#f3f6ff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;margin:0}.monsterinsights-onboarding-header{text-align:center}.monsterinsights-header-navigation{border-top:4px solid #5f6197;padding:0 20px;position:relative;text-align:left}@media (min-width:782px){.monsterinsights-header-navigation{padding:0 125px}}.monsterinsights-exit-button{background:#5f6197;border-radius:0 0 5px 5px;color:#d7d7e5;display:inline-block;font-size:14px;line-height:1;padding:9px 20px 12px;text-decoration:none;transition:color .1s ease;-moz-transition:color .1s ease;-ms-transition:color .1s ease;-o-transition:color .1s ease;-webkit-transition:color .1s ease}.monsterinsights-exit-button span{margin-right:2px;font-weight:500}.monsterinsights-exit-button i,.monsterinsights-exit-button span{vertical-align:middle}.monsterinsights-exit-button i{color:#afb0cb;display:inline-block;font-size:16px;margin-left:4px}.monsterinsights-exit-button:hover{color:#afb0cb}.monsterinsights-onboarding-header h1{margin:10px 0;padding:0 20px}img{max-width:100%}a{color:#509fe1}a:focus,a:hover{text-decoration:none}.monsterinsights-onboarding-wizard-container{margin:0 auto;width:750px}.monsterinsights-onboarding-wizard-steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}.monsterinsights-onboarding-wizard-step-line{background:#d6e2ed;height:3px;margin:0 2px;width:100%}.monsterinsights-onboarding-wizard-step-line.monsterinsights-onboarding-wizard-line-active{background:#5cc0a5}.monsterinsights-onboarding-wizard-step{border:2px solid #b6c9da;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;height:16px;width:16px}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-active,.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed{background-color:#5cc0a5;border-color:#5cc0a5;position:relative}.monsterinsights-onboarding-wizard-step.monsterinsights-onboarding-wizard-step-completed:after{color:#fff;content:"\f015";display:block;font-family:Misettings;font-size:8px;font-weight:400;right:0;position:absolute;text-align:center;top:2px;width:100%}.monsterinsights-onboarding-wizard-content{background:#fff;border:1px solid #d6e2ed;color:#777;font-size:14px;margin:50px 0;padding:45px 50px 50px}.monsterinsights-onboarding-wizard-content h2{color:#393f4a;font-size:24px;font-weight:500;margin:0 0 5px}.monsterinsights-onboarding-wizard-content .subtitle{font-size:16px;line-height:1.5;margin-top:0}.monsterinsights-onboarding-wizard-content .monsterinsights-separator{border-top:1px solid #d6e2ed;clear:both;margin:26px 0}.monsterinsights-icon-info{display:inline-block;vertical-align:middle}.monsterinsights-icon-info svg{height:16px;width:16px}.monsterinsights-onboarding-wizard-form label{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-description{margin-top:6px}.monsterinsights-form-input{margin:5px 0 0;position:relative}.monsterinsights-form-input input[type=radio],.monsterinsights-settings-input-radio input{opacity:0;position:absolute}.monsterinsights-settings-input-radio label{color:#393f4a;font-size:16px;display:block;margin-bottom:18px}.monsterinsights-settings-input-radio label small{font-size:16px;color:#393f4a;font-weight:400}.monsterinsights-settings-input-radio label>span{vertical-align:middle;font-weight:500;line-height:1}.monsterinsights-settings-input-radio label:last-child{margin-bottom:0}.monsterinsights-settings-input-radio .monsterinsights-styled-radio{width:20px;height:20px;border:1px solid #b2c1cd;position:relative;display:inline-block;border-radius:50%;margin-left:19px}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked{border-color:#5cc0a5}.monsterinsights-settings-input-radio .monsterinsights-styled-radio.monsterinsights-styled-radio-checked:after{right:2px;left:2px;top:2px;bottom:2px;position:absolute;content:"";background:#5cc0a5;display:block;border-radius:50%}.monsterinsights-form-input input:focus~.monsterinsights-styled-checkbox-status{-webkit-box-shadow:0 0 5px 2px #4d90fe;box-shadow:0 0 5px 2px #4d90fe}.monsterinsights-form-input .monsterinsights-form-input-label{display:inline-block;vertical-align:top}.monsterinsights-form-input .monsterinsights-form-input-label span{font-weight:400}.monsterinsights-onboarding-button,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{border:1px solid;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:10px 18px;text-decoration:none}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large{background-color:#509fe2;border-color:#2e7fbe;font-size:16px;padding:16px 32px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-large:hover{background-color:#3a93dd;border-color:#2971a9}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular,.request-filesystem-credentials-action-buttons .button,.request-filesystem-credentials-action-buttons input[type=submit]{background-color:#5cc0a5;border-color:#40a88d;font-size:14px;font-weight:500;padding:10px 16px}.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:focus,.monsterinsights-onboarding-button.monsterinsights-onboarding-button-regular:hover,.request-filesystem-credentials-action-buttons .button:focus,.request-filesystem-credentials-action-buttons .button:hover,.request-filesystem-credentials-action-buttons input[type=submit]:focus,.request-filesystem-credentials-action-buttons input[type=submit]:hover{background-color:#4ab99b;border-color:#39967e}.monsterinsights-onboarding-button.monsterinsights-button-disabled,.monsterinsights-onboarding-button.monsterinsights-button-disabled:focus,.monsterinsights-onboarding-button.monsterinsights-button-disabled:hover{background-color:#f3f6ff;border-color:#b7c9d9;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-button.monsterinsights-button-activated,.monsterinsights-onboarding-button.monsterinsights-button-activated:focus,.monsterinsights-onboarding-button.monsterinsights-button-activated:hover{background-color:#fff;border-color:#8aa4b8;color:#8aa4b8;cursor:auto;outline:none}.monsterinsights-onboarding-wizard-form input[type=email],.monsterinsights-onboarding-wizard-form input[type=text]{border:1px solid #b7c9d9;border-radius:5px;color:#444;display:block;font-size:16px;padding:14px;width:100%}.monsterinsights-onboarding-wizard-form input[type=email]:focus,.monsterinsights-onboarding-wizard-form input[type=text]:focus{border-color:#509fe2;outline:none}.monsterinsights-form-input.valid input[type=email],.monsterinsights-form-input.valid input[type=text]{border-color:#64bfa5}.monsterinsights-form-input.error input[type=email],.monsterinsights-form-input.error input[type=text]{border-color:#dc3232}.monsterinsights-form-input select{width:100%}.monsterinsights-form-input.error:after,.monsterinsights-form-input.valid:after{display:none;font-family:Misettings;font-size:20px;font-weight:400;position:absolute;left:12px;top:13px}.monsterinsights-form-input.valid:after{color:#64bfa5;content:"\f015";display:block}.monsterinsights-form-input.error:after{color:#d83638;content:"\f014";display:block}.monsterinsights-error-message{color:#d83638;font-weight:500}::-webkit-input-placeholder{color:#b7c9d8}::-moz-placeholder{color:#b7c9d8}:-ms-input-placeholder{color:#b7c9d8}:-moz-placeholder{color:#b7c9d8}.monsterinsights-notice{background-color:#f3f6ff;border:1px solid #b7c9d9;border-radius:5px;color:#8aa4b8;font-size:16px;line-height:1.4;margin:30px 0;padding:16px 20px}.monsterinsights-notice.monsterinsights-notice-error{background-color:#fff4f3;border-color:#d83638;color:#d83638}.monsterinsights-text-button{background:none;border:none;border-bottom:1px solid;color:#89a4b9;cursor:pointer;font-size:16px;padding:0}.monsterinsights-text-button i{margin-right:4px}.monsterinsights-text-button:hover{border-bottom-color:rgba(0,0,0,0)}.monsterinsights-pull-right{float:left}.monsterinsights-text-button.monsterinsights-pull-right{margin-top:15px}.monsterinsights-form-inline .monsterinsights-form-input,.monsterinsights-form-inline .monsterinsights-form-label{float:right;width:80%}.monsterinsights-form-inline .monsterinsights-form-input{float:left;text-align:left;width:20%}.monsterinsights-form-inline:after{clear:both;content:"";display:table}.monsterinsights-form-inline p.monsterinsights-description{margin-bottom:0}.monsterinsights-form-inline .monsterinsights-separator{float:right;margin-top:27px;width:100%}.monsterinsights-settings-input-checkbox>label{color:#444;font-size:14px;margin:0}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux{cursor:default}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox{cursor:default;background-color:#dee5e9}.monsterinsights-settings-input-checkbox>label.monsterinsights-styled-checkbox-faux .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#b9d8f3}.monsterinsights-settings-input-checkbox>label input{display:none}.monsterinsights-settings-input-checkbox>label>span{vertical-align:middle}.monsterinsights-settings-input-checkbox>label:last-child{margin-bottom:0}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox{width:27px;height:18px;position:relative;display:inline-block;border-radius:10px;background-color:#d83638;float:left;cursor:pointer}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked{background-color:#509fe2}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox.monsterinsights-styled-checkbox-checked:after{left:2px;right:auto}.monsterinsights-settings-input-checkbox .monsterinsights-styled-checkbox:after{right:2px;top:2px;bottom:2px;width:14px;position:absolute;content:"";background:#fff;display:block;border-radius:50%}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-label{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-checkbox .monsterinsights-checkbox-description{font-weight:400;color:#777;display:inline-block;margin-top:7px}.monsterinsights-settings-input-checkbox .monsterinsights-info{margin-top:6px;margin-right:4px;display:inline-block}.monsterinsights-addon-icon,.monsterinsights-addon-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.monsterinsights-addon-icon{border:1px solid #d5e2ed;-ms-flex-negative:0;flex-shrink:0;height:70px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:70px}.monsterinsights-addon-icon img{display:block;vertical-align:middle}.monsterinsights-addon-text{padding:0 20px;width:100%}.monsterinsights-addon-text label{line-height:1}.monsterinsights-addon-text p{margin:6px 0 4px}.monsterinsights-addon-text a{color:#777}.monsterinsights-green-text{color:#5cc0a5;font-weight:700}.monsterinsights-green-link{color:#5cc0a5;font-size:16px}.monsterinsights-addon-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.monsterinsights-addon-button .monsterinsights-onboarding-button{min-width:134px;text-align:center}.monsterinsights-wpforms-row .monsterinsights-addon-icon{height:100px;line-height:98px;width:100px}.monsterinsights-wpforms-row .monsterinsights-addon-text label{font-size:18px;font-weight:900}.monsterinsights-wpforms-row .monsterinsights-addon-text p{font-size:16px;line-height:1.4;margin-bottom:0}[class*=monstericon-]: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-info-circle-regular:before{color:#b6c9da;content:"\f01e";font-size:16px}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-check:before{content:"\f015"}.monsterinsights-loader-animated{animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:monsterinsights-rotate-loading 1.5s linear 0s infinite normal;background-color:rgba(0,0,0,0)!important;border-radius:100%;border-color:rgba(0,0,0,0) #4b9ce4;border-style:solid;border-width:.25em;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0);cursor:default;height:2em;right:0;opacity:0;padding:0;position:absolute;top:0;width:2em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes monsterinsights-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.monsterinsights-settings-input-select label>span,.settings-input-text label>span{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select .monsterinsights-reset-default,.settings-input-text .monsterinsights-reset-default{font-size:14px;margin-top:7px;float:left;font-weight:400}.monsterinsights-settings-input-select label>span.monsterinsights-dark,.settings-input-text label>span.monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4c}.monsterinsights-settings-input-select .monsterinsights-info,.settings-input-text .monsterinsights-info{margin-right:4px}.monsterinsights-settings-input-select .settings-input-text-input,.settings-input-text .settings-input-text-input{margin-top:18px}.monsterinsights-settings-input-authenticate .monsterinsights-dark{display:block;font-weight:500;font-size:16px;color:#393f4a}.monsterinsights-settings-input-authenticate p{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-select-input{margin-top:18px}.monsterinsights-onboarding-wizard-form .field-title{display:block;margin:15px 0}.monsterinsights-onboarding-wizard-form fieldset{border:none;padding:0;margin:0;-webkit-box-shadow:none;box-shadow:none}.monsterinsights-onboarding-wizard-form .ftp-password{margin-bottom:15px}.monsterinsights-onboarding-wizard-form ol{padding-right:20px}.monsterinsights-onboarding-wizard-form ol li{color:#393f4b;line-height:1.5;margin-bottom:30px;padding-right:15px}.monsterinsights-hidden{display:none}.monsterinsights-small{font-size:12px}.monsterinsights-auth-info .monsterinsights-dark{color:#393f4a;font-size:16px;font-weight:500}.monsterinsights-auth-info p{margin-top:6px}.settings-input-license label{font-size:14px;color:#777;font-weight:400;margin-bottom:18px;margin-top:8px;display:block}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater label{font-size:14px;margin-bottom:0}.monsterinsights-onboarding-wizard-form .monsterinsights-settings-input-repeater .monsterinsights-error{margin-top:0;margin-bottom:18px;display:block;font-weight:400}.monsterinsights-onboarding-wizard-form .monsterinsights-error{margin:18px 0 0;color:#d83638;cursor:default;display:inline-block}.monsterinsights-onboarding-wizard-form .monsterinsights-error i{margin-left:10px}p>label{display:block}p .monsterinsights-info{margin-right:4px}.monsterinsights-sublabel{font-weight:400;color:#777;display:inline-block;margin-top:7px;font-size:14px}.monsterinsights-settings-input-repeater-labels label{color:#393f4c;font-weight:700;margin-bottom:6px;display:block;width:calc(50% - 8px)}.monsterinsights-settings-input-repeater-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:18px}.monsterinsights-settings-input-repeater-row:first-child{margin-bottom:14px}.monsterinsights-settings-input-repeater-row>input[type=text]{width:50%}.monsterinsights-settings-input-repeater-row input,.monsterinsights-settings-input-repeater-row select{margin-left:18px}.monsterinsights-settings-input-repeater-row button{padding:0;border:none;background:rgba(0,0,0,0);color:#dc3232;cursor:pointer;font-size:14px}.monsterinsights-settings-input-repeater-row input[type=number]{width:30%}.monsterinsights-settings-input-repeater-row select{width:70%}.monsterinsights-settings-input-repeater-row.monsterinsights-disabled-row{opacity:.5}.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-bg-img{width:100%;padding-top:66%;position:relative}.monsterinsights-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.monsterinsights-logo{display:inline-block;width:400px;max-width:100%}.monsterinsights-logo .monsterinsights-bg-img{padding-top:21%}.monsterinsights-logo .monsterinsights-bg-img:after{background-image:url(../img/mi-onboarding-logo.png)}.settings-input-license p{color:#444}.settings-input-license p a{color:#509fe2}.monsterinsights-smile{display:inline-block;width:16px;height:16px;padding:0;vertical-align:middle}.monsterinsights-smile:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADB0lEQVRYhc2X30tTYRjHP+dMU5dTxxRLS1hkDUTNNUGELiTQmyYDL8rr6Bd01UVgf0CBF10FWuG1eRGIu8obLwIRtlabFQOliTlLVDY3nb87XZyztc2d7SBb+r17z/O8z/N93/O+z/N9BTRCcttNgAPoAloAM1CumDeBAOADpoBxweZc1xJX0JC4BRgA+oBijXz3gffAC8Hm9B2LgOS2G4BB4IEWomphgNfAU8HmjGomILntTcA4cPmYidMxDzgEm/NbTgKS294BfAAq8pQ8jgjQI9icM6oElJVPFyB5MonO5J1IEFD+uYf8bbsa5gFr/EyISYbB/5AcJcdgfCBA4qp9IctpD0d2MJw9g04nqrkAcHj4h+jWHlUVpdncJOCaYHP6ipQPA2rJJQlGxjy4vEGqjXqe3O/EVFWWMep6eJuXb6ZZC8Vob63n7m0rQuYlCUrOflGpcH1qVGf9K7i8QQDWQjEmJv2qy5qY9LMWigHg8gaZ9a+o+gJ9kttuEpHLq2qF+/EzlDpeDKl4HrWlz01DMeAQkWv7SaFLRG4sqrh00Zg6bjCqeB61pc/NgBYRuaupotlSS3trPQDVRj293RZV395uC9VGPQDtrfU0W2pzETALktsu5fKCvF/DBIpyu8jQGlCnEzX7glwJNzV75x+bIrKSOSkERGQZdVLwicgaLitc3iALS2HNUReWwonqmQNTRcjKZ4gs1XBlbYuRMQ/Xm+voaLtAo9lEaUnq+d3ZPWAusM7M5yU+zS5z6+bVXMn3gfF4NxwF7qh57u4d8PzVR36v/juvlYZS9GUy59j2PhvRnYTtXE05zx7foORM1kv2TrA5+zW3443oDm9HPcwFsqvtRrOJe/1WKg3a2nGyIhoCHmaNDnyfW8Xz9ReLyxtEorsAVBhKaKirpK3pPE1XanKFABgWbM5HcJokmfLBgSwcC4UIsjxPvBFSCruiVnsKRCIuy1PeBkc6i6LbO5G3Kl+YR5bjM+mGjK1NYWkFhpFP7HEhKTGsmV5FcJofpxmIFOR5/hdt5RGc1JOx/AAAAABJRU5ErkJggg==)}.monsterinsights-onboarding-license-lite p{color:#777}.monsterinsights-onboarding-license-lite p a{font-weight:700}.monsterinsights-onboarding-license-lite p .monsterinsights-highlighted-text{font-weight:700;color:#64bfa5}.monsterinsights-onboarding-license-lite .monsterinsights-settings-license-lite{display:none}@media (max-width:767px){.monsterinsights-onboarding-wizard-container{max-width:100%;width:auto;margin:0 10px}.monsterinsights-onboarding-wizard-content{padding-right:20px;padding-left:20px}.monsterinsights-addon-row{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monsterinsights-addon-text{width:calc(100% - 80px);padding-left:0}.monsterinsights-addon-button{margin-top:20px}.monsterinsights-addon-icon{-ms-flex-item-align:start;align-self:flex-start}.monsterinsights-wpforms-row .monsterinsights-addon-text{width:calc(100% - 100px)}.monsterinsights-text-button.monsterinsights-pull-right{float:none}.monsterinsights-form-buttons{text-align:center}}.monsterinsights-addon-icon>div{display:inline-block;width:50px;height:50px;background-size:contain;background-repeat:no-repeat}.monsterinsights-addon-icon .monsterinsights-addon-icon-ads{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3N0REQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0VEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3QkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3Q0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phn1ef0AAAMoSURBVHja7J2NcdowGEBNLwOwAR6hnSD2BE0XaH25DhAmsDNBM0CvRzpBOwHKBozgbsAGrtWIRqdIWMjCP+S9Ox3GoC/CT78YO4umaRKYDguEIAQQghBACEIAIQgBhCCEo4AQQMilC7n9/L3v387atFXbeZtEYJytiiVUnDHL8o8fP78G570aSHzRptTYt9K2v6iDolO3aaM9T1Uck1R7rCyvb1SsmGU5G0MJsX1IU5iJsAgpj8RwvS4MITHKcjbe0WtPiz4tZNtR01zkHnEP/bprgJO19bGjRRZGvHOVxdaa8jGEhCIixPjTEScbsCyTHEO6Ptj7Ni3VduUZc9+mnfZ8qeJIrjviXGvbOxUrZln6VIJBhPg0/UOBS8+YOyNuZnQhvgdgbVSYGGWxEWVBx6B+oV2WTy1dnphnH1BLXbU7dlkmL6Q6U/luIsTIJlSWwYSUCbAwRMjrmdVCpXvH/ktO+nh279hPC6HLAoQgBBDCSn1ciuT5K/OxkF/lbxDyQhpxRR3CE10WzEbIUAvLHCGAEGZZ5+FGzcL08xi/2/SgPZenZr9Z8u7VLOoXQuIgD/KdZX+mJH3QpGVHhEp5a7qs/tNhXYY8+yeMVlFY8gmV9LOFd8nrXywiJEDIgbVqDbnWKhLHQc6196073ouQQHaO7VPyMcuy9PuNSqeuzLda3maiZWTay7S3H3Xycrq3PjHvJnn+CemBcoJlnKWQKjDvozHD8hWyHLCMb2ZheCr6Af1IlzU+pWO2JZhlDcexn3tKEZ9oIXHWHrljPZEbA++DOvBLy5hQz6VWXc2g1osjtX7Wi0DWIbSQILquko3FCiF+FG+5hdBl0UKcC7kKHbQQhABCEAIIYZY1gYXd2KzmIqSgntNlIcSysAv5BbpQ+UWkfLHj+aaKFsKg3jlupAH5Uu2xipAvdjxf6iTSJXGxbhMberu/S0F2df8vAOpzm1i6rAsd1Ie+v0nsQX0yl8fRQliHAEIQAghBCCAEIYAQhABCACEIAYQgBKIz16tw5TXr8saVtef+2cC/XkUIIAQhgBCEAEIQAghBCEIQAghBCATxV4ABAJUD6tHSXOZrAAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-amp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVFQjA3NzlEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVFQjA3N0FEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3N0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc3OERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu12a8UAAAaySURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-dimensions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0M5OEI0RDJEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0M5OEI0RDNEQzU2MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUVCMDc3RkRDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUVCMDc4MERDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjhoPAMAAAabSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-ecommerce{background-image:url(../img/addon-icon-ecommerce.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-eu-compliance{background-image:url(../img/addon-icon-eu-compliance.png)}.monsterinsights-addon-icon .monsterinsights-addon-icon-facebook-instant-articles{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNTZEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Qzk4QjREQ0RDNTYxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1NERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgOeXjgAAAWbSURBVHja7J1faBxVFMZPxZT4h76oFUOsqEVEBakiIvig0RdBoy9VpDZibDH2obUIWvXBtqAJQlEUrKJVKLZgqoK1UpS2KAqihQQLitqIUG2ktopGaSUV4jnsmWYyOztzZ+7M3PnzffCRXXZ2Nju/ueeee++Z2XkzMzMElUfzAARAIAABEAhAAAQqK5DBgdebdMzms69lX8JexL6A/Rf7MPtX9n72ZJIdvrF1xanHp+OcNNYt7HvZ/ezzYrb9kv0++zX2sSQfchqOc6yWsPey97AfNIAhup79LPtH9tPsMwAkm9A0zB5j96XcxwL2evYPChZALA7ku+x1Ge2vl/05++64DdGHtEvCy8cadtJqSqH6dSb7bX08WjQQ+VJdFQWy2RLGS+z7I15/k32QPV4EkCH2GvblDW1dIx1aR7Cl7GRfqdvm1ocM69nVVBjSMjay1xr2KWvzbCFyRqzWx7+wX2YfrdgBvZN9uwUM+f6PGKbFosd0nDKZB5BBbYqkmcQXFUxxN6V87xaFIft4NMH75HitZG/II2Rdp38nKgjDG4UvSPG+rWxv3mNAQ1HSVpnrOOTvisb/21K8Z7ue4V4LezzlLEAPBobtujHh9pIlPcCe1ud3sRdn8dkYGM5mPUlgLPXB8CLDwyHbdmsfERUOewCkvUM3zYx2hcAQ7e6w3x0GfdP5roCsSBlnbfUO+4mI17sN97NPM8hpQ8gCo99g27NcATnbIs7aaFHM6zJaPu5L2zvBkDHKiYxhiH53BeR7zUyK1mcG20zGnCyXsQ90yCpv8k2BJIUhOuwKyO4OsbYMOhQDpDdihG4DQ/QT0t52fZDiPRLmRixhTAVbMIDMZk9ppkwmLWB4nzvtKmSdy77QwcE+QvFVIDLlI4UJpusgJ7V12MAQtS1UFQnkPvbzDoBIIrHMYLunqFXIYKJXqFVNYgPDq0whhKxw7dX01qR1vGgJwzsByGUL2RXMKArMoEz1EPvrmDGJzPBusoSxRU8Ap0Am1GXWhB7oqNB1DRmW9EQMMld1ehEhKzx0rYx43QaGFDbcQxHTLwASLilWvlXHGllpp47qI0tLiwxZN1jGXZuzcjRlS7ma/Sqlr1z0Bn+SIg+bbFwkEMnx1zkAsj0lEK9PkeVdWVF8JmG4Oq6d90ZKUHBd9HrISQdA/stgH948nMx3LdVwJhOOvYGWIAPQr9jvUav68UTSDyoSyAvqKmtCQ48Xfsa01ZgOPmOFTr1kAhAAgQAEQCAAARAoD5WlUE4GXDKLeqkOpv5hf0NzC7cXk92VTWn1LXW42qmOQGRZV9YWBkJek8k4f3W4jI43O/gf1zcJiFwE2UdQKYAsSwhDpif2OPg//2wKkJsDz2Xi8SP2h9SaEAwu905RyEWSaCHZ6arA8x2U0QQd0t50OifwfD96kGpdHyKLREMOPncbpV/gqjWQi8jNEvBYXVvIEM299DhY+/QctZZJPUkhmX9B648ixwM+HakrkG6KLkDrorn3RwnW444WGTqa2KnH6WdkWeXSQWRZ+eot9qe+5zJX5a/aGAmEpLDSmfmOjtN0HYEcCxzkf0M6z/GYpMDV5OIGhCwMDEsvucDlSQef+wmAhGvc0TgEWVaTBSDoQ1ILa+olUyPW1BGyELJO6Tuae+1G3F1Msaaes+5IuH0j1tQRsgAEKkvIkirEwQoeo9quqV9MbtbEbVXbNfWjVM25qNquqW9TQ+jUAQQCEACBSgzEu2ubVLT3NOTY9dBsBf+hrHaaVZYld72RO/1I5aFMkcsvzfxWYxgLqVUW2+X7/qUCIjdlkVvX9engr5+ao32U4a0Ls+xDlpPZXT3rBmN5WQeGUhwtN/uS2xVdQQl+kLeCkku3c1naxQ/cl0wAAiAQgAAIBCAAAgEIgEAAAiAAAiAQgFRF/wswADMRPRxA0bU/AAAAAElFTkSuQmCC)}.monsterinsights-addon-icon .monsterinsights-addon-icon-forms{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNTlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUFEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1N0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1OERDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PveAfEwAAAMMSURBVHja7J0/aBRBFMb3jlRCGsEilVhLEEwviNidRBFBGxFJGmsTsZC7QxuNrQgqFkHUQonWEgL2FiIpRWxMIYhKsHR9gyMcx8zk9m7dfe/298FX3P672f3d229m73avled5hvSoBRCAIIAABNUB5PLFR1W29Zh4RbwgnhtxnR3xO/Ga+G1VDX28vjT2um0jH5yeeEvcKQAj88t2/LpXLeyoBSCuMm5M2Fa37m2/LYBMqJWS2tn22wLIhFpQuq2pBeLyIU94LhLWV8SzrmMy5Fk/byeSKan36tV9MGaM9g5vie9H5u36eQ7OPWs71jYK5ElJywCkJP0saRmAoP8LJC/B3cB2+4GwHvTIVyIS7geW75a0T1QIFYIAAhA0FUBaBd1XdDz6Y7SfCqFCEEAAglRI69XebmQET4UggAAEAQQpDvVepuC7bCoEAQQgCCAAQQABCAIIQBBAFOmo+IX4u/iB+EBdDZmBRXZI/Ea8379e9mBWqZDqtU/8egDGP53mlFWP3G3E84HprwBSvdxduRcC079lNd7o01QgJ7O/d+UO67f4vPgzQKoN8eeRfb/mA55ub4UhvhEIcadn4ruMQ6oP8SOB6e/FSxoa2CQgqRA/I/4FED0h/klLQ5sARHWINw2I+hBvGpBYiH/QEuJNApIK8UUtIa4diDvfPxV/Ed/Jxr8MbibEtQO57j/V7qk97tlWm2NAMRXi2oF0hl7PF4SSCvGXGkNcO5DQE3yKQEmF+CULwacNyJo/eCEoW3tAiYX4Dz8S3wVIcX0Vn4hAOZyAkgrxc+KPVrqGGru9RaEctBziVsYho0KJfSduJsQtDQxHgbIeCfFtKyFubaS+F5SzkRBftBLiFi+dpKCYD3GLQIpAuWktxK0CGYSyHZnvQryXGZe1q70OyvEAFLMhbh3IIBQ3qnePE38oPmU1xIdl9cfWDspqVtMPoqmQBgkgAEEAAQgCCEAQQACCpmGkzp/rUiEAQQABCKpB/ME9QBBAAIIAAhAEEIAggAAEIABBAAEIAghAUOn6I8AArszynlRHoU0AAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-google-optimize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUY0OTExNUREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUY0OTExNUVEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjQ5MTE1QkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjQ5MTE1Q0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMDbnQAAASzSURBVHja7J1ZSFVBGMdHkaBsoRsVFSRRQRstYBTtQkQQPRZWYLtBK2FFtLy0QhjRQhRFi0ER0UsLFEHa4kvZAkEhEaIPWVRKD0JZePs+zifcLvfmOffO6c7M+f/hD0ed4x3nd2a+2c6YF4/HFWSO8lEEAAIBCIBAAAIgEIAACAQg0VaB34Srys6H/WAMJ48i97C4PFvJdeSW5B9cqFqjF0iIILaSd5P7OvSgvyWXk2ttarIKyU/IlY7BYI0hPyXvsQnIIfI0x0PCfvJsG4BMJG+OSJw+bQOQGRHqOHHzNch0IJMj1pstNh1Iv4gBiWFgiJE6BCAAAgEIgEAAAgEIgEAAAiAQgAAIBCAAAuVMudp1spbc07CyGEyuiSqQZgMfzp+215BuylsvnkLub3ErwVuRHtncZHHcKSWfUm7spzpoOxDe1rIO4deMXtZCwDALyEkUmTlAeLNXEYrMHCDFKC6zgPRAcZkXQyAAARAIQCAAARAIQCyU7vWQz+T75IfkXuSR5LnKm6YPU9Xk6/K538ijyZOU9xbswKgCOUreRW5PUQt5hfCw0j9d/5u8k3yM3JHw/VrxRcmXNROiupqsFeRtKWAoKaizypsp/q05/xulwDvS/LyNvJ58N0pA+I+94iNdrTzNuvSSfM5HOoZVprxjLyIBZPs/ntBkndFYS44E+NwWiW3OA+EmoT5g+iea8l4fMH1NFIDUB3hKO/VGU97fB0x/i3xCeQfDONvL6p3BPQM05Z3XZ4JsTuCtR1vkeii5hDzftNiSLZAR5GHkhgA1crymvC9Rme8WaSJfFjsX1McFSDtT4yBxsfL2hvnRdBk07pHrbspQZVtDjgbs4/OT2aj0rM3f9tlj4xp8U0bsJQmdCw7y9yS2NLlQQxjGjoSg7uc8jwYplMYs811FXpnw2flp/jY+BupOiukTPjxtgfJ20ZS70GQlw6hQ3jzWGSmEmDQLC6WdfiGBVAeUZBjLyV/Jx8lLyfPIB6QH+EqFP4+W8yYrFYxKuV6n0s8bPSbPkuahE0p1iubrI7mPPMV+YFySaycORMvXCKMrFQmUVDWFu56bJM0Q6U7z6wHLpOZ1BcMZBakhD8g3MoSRDCWxpvD1L/X3Kwod8vVVCbyLlDdvZSuM5jBqSEuWMNLVlKYuMsyfe9bymlEXZlDPBkYylFjA+2yE8VKlOFhZFxAdMBKhBJVtgZvHSavDCurzNMJQEqxbAt7z3DIYvID2Oqygrnv59UMG93S3AATPAjwjbyC/+99TJ9loggwe2wPcMyLE/Hwiz8nyd3xX3vR+e6a/IJdAeODH5/f6PbA+JhDDEhdizt81zPW+rP0B8nAozejdKeUaCI/U9/lIF5l3G03Yucj/O+SaSn0+OscYnii8pSKiAkPyUSq1oEZ6X1/IUyXIFqoIqcCgvHSuUURa2GwNIBCAAAgEIBEE0upoGbTaCqTOUSB1tgLhtYu3jsFosxkIq9wxIBUCxVogPFW+1xEYvK3onGmZyqSXxZN9cyxuvnjpmPd7Je7xMkaZzmXxQs5Y5c3Q8nsaMQtA/FDe0mqjiSA6lRePx9H5x8AQAhAAgQAEQCAAARAIQAAEMkV/BBgARJjl0YmF3uQAAAAASUVORK5CYII=)}.monsterinsights-addon-icon .monsterinsights-addon-icon-page-insights{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QjhEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QjlEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCNkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCN0RDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTUUA4AAAisSURBVHja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)}.monsterinsights-addon-icon .monsterinsights-addon-icon-performance{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0NBM0E1QkNEQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0NBM0E1QkREQzU3MTFFOEE3RUFBMDk0QzUwMTRFRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQ0EzQTVCQURDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQ0EzQTVCQkRDNTcxMUU4QTdFQUEwOTRDNTAxNEVGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp36RWkAAAcrSURBVHja7FztceJIEB1vOQBdBCtHYDmClSMw/L8qS5vAQgRABHgTWMlV9x+IADkCayNAG4F1EfjQVU/50Z5BElhCwt1VU8hYINGv+/XHzOji9fVViXRHLgQQAUREABFARAQQAUREABFARAQQAUS0IICICCACiIgAIoCICCACiIgAIoCICCAiAshZAfL9719du/f5dowM76fbcdOVm/z1z/da53/psTF5e953+vqjughIoczpdgQl5/n0mmzHbDviCmDp/0Xb4Qog5VKA8LwdE1JaUME7VgTgzACW6XNr+t4Nfc4RQMzWvjZYbmSxdo/FjEKy7cjp+NrieREDYEIGEAggu4pag1XnjH7WBlBQ4YkBHM9yDf3+kgBUZABRV0DpAiA5KLKQq+0IaaAyB6S4DWRXCfuuJ1Dyy3YsSNFzBsaQrrO0AHsyueyIpz6CwlwCqPCSb6RQh5RrSnFtfzsE4oD9PzRQXwoeI4CQpc7p+B4UG0KwR0t+oleuxOK9W1L0NYHhQIy5hTjjQ7x67EoM6QogGYHgkRLH8L8Q6GgJCrXRXwL0E9L33W3HT/bZe2YQAoiFtlx6TQ2gHOp9JoUPwKuyriihzaDO+ZxnQd8s1ttUmu1AzNpX9Y/OERCdWi4o+4kAHMyidIBtmtNT8BqXpcQexbMN1SjzNlPitihrAhbp0A8MiNMzlu3clsSJj0q1h1B/aKPILS2VSYX41RsP8cHCUsbnzgnAUCw2xXAvLvOiGLyoFepqA5A5HA9p/EXKWILFHgqGR6D76rC+FN5HShleUTTe0P8y8BK375Q1AA/IQWG6PRLTe04NMAql/CAAPEsKnVAcSmqAMjZkW/y+JkdmfCf3kCWjhLUh08orpp0Oa514ewAL6Fprtb8Vv+8eeLBPWX3U26BeWNQfCOwLxt1V49CCUVKhoBW9YvV9DaD7lCkVinyoSYNruF5CVJufAyCFTMkCI/o7IsVVsbgAPqeVM7PQUcJobQRx7Loi3egmpgYjbpqmTlUYxhS4laE/tc9SMSkY03eUxYYMzs3helUypTsA46FNMNoGRDGerkJZSFNhTdrRHoOgzCvElBUc/+5768Qn7n21jA2cO9pznh6YZkYVzjeNZxZ7nkvOXxx4zWf6rN8FQHRrZH3sDfVYdKd6bUhAWgvqDln6jz03sDyF6zckXyH2xZQ9flO7088OZHnDNgEJDNVrQlw/gRv3KStKzwAQbAPpwnMKgFxB7aK727XmWr4ceFN8hUhGwfOWjkNDQeip8xfeArpv0kNcZvkoV5aCUHuSQ0FPfRJQEtY2asRDfGWfYLLJz08a4DNgh8Y8JFZvixECQyU+tbQfFBRZ/55RUC+r9tUhcfPyAHcMyfLnEMwmxJdjAo33gur2rvoQ1G0ygti6aivL0pNJAwLGpbEg/vRYLyg7k/rEMxx/ZZ2FARhvbSP8qP0h05Ja5LOJzrbSU+0PmVKmFQsW/1P2zaF11+UHW0VIRaBb0mLRVPZY0gXAvtIx8xHYVLS17g+5RxOVHzVn0sR8SKbsM4AO/FhPlbe2Z5Qw6MRhqOovasMtDYkhGzSBpyAoJ226V5vtd4elwVWpMAYA6+zl4Oenqn5vKWo7GWkLkEI5G/V+yU8V4W0YnFd3DaAPiOqe1WFLjHC6VxtRcE6A+KwmiSno1eFavV8kB57XqwuLNPEFXheso/Cg6i8xGjM6jSpQXS8AGTAwjpkSjSmTmynzch3b+eMDA23MEokJiy+NSNOLHBL1NkeQqd2NmRqwOzqnyoKHHNo0eoGcY7hm3UAc0H2s1O6S0SW9rynrqe+A5NRm0fMmI+LzO7W7mQapok6K+RFzLB5kfnrFyZLAyQGMRLWwj6SNZUCFNd+rt/b9vh7Q75aLS8+S+Zm2TozbuKG2sqzQUtGGLOBGancNVpMSqPcN0CEZBI85D6qlGc+2FsolEE84TysCRSsnqBFTPoKmeGqtDUXHN98Q+3oPiCqpO/S6Wa2kphdFZMxTY4sHt773sEuP1rhjyuAW7RzpETzZWEKd1BnpCiC4dIbTWUBV90a97XhyKxakuDWNx6aV4doCCGQ1Wh4tXK/ji26dvBhaGh5U72vWXglYtb20eKcAAgpBKuEpaWLwqnuDV7iG+ITVdmC4lniIha5089A0J18kBRdqd/W77aE0elNnsXXuxpBaD9TuArfO0FZXPOTBEDOwGRkzT0H+dw3BO2WxiLfeF2p3Z3CiOvLwgK48DUhvtOS0FFuKytSSQenjJ0stFBrS3yF5UCqAvFcOLkdNlb0znBhA8C2AcYBnZAQz9f4RTQKIRdlXqnwCK4VA/coSgH3WPqXvn3bwt3f6qaR5RUBMn8uO/O6TyaXqrxT1yp+StkjvRJ5sLYCICCACiIgAIoCICCACiIgAIoAIIAKIiAAigIgIIAKIiAAigIgIIAKIiAAiIoD0Qv4TYAAt8Y1sEnSiOQAAAABJRU5ErkJggg==)}.monsterinsights-addon-icon .monsterinsights-addon-wpforms{width:76px;height:59px;background-image:url(../img/wpforms.png)}button[data-v-2699f764]{margin-top:3px}.monsterinsights-welcome-container{width:750px;margin:0 auto;max-width:100%}.monsterinsights-welcome{padding-top:110px}@media (max-width:782px){.monsterinsights-welcome{padding-left:10px;padding-right:10px}}.monsterinsights-welcome-block{background:#fff;border:1px solid #d6e2ed;margin:25px 0;position:relative;text-align:center}.monsterinsights-welcome-block.monsterinsights-welcome-block-first{padding-top:50px}.monsterinsights-welcome-logo:after{width:82px;padding-top:68%;background-image:url(../img/welcome-mascot.png);margin:15px 19px 19px}.monsterinsights-welcome-logo-container{position:absolute;top:-60px;width:120px;height:120px;right:50%;margin-right:-60px;background:#fff;border-radius:50%;border:1px solid #d6e2ed}.monsterinsights-welcome-block-inner{padding:25px}.monsterinsights-welcome-block-inner h3{color:#393f4c;font-size:24px;margin:0 0 20px;line-height:1.4}.monsterinsights-welcome-block-inner p{font-size:16px}.monsterinsights-welcome-video iframe{width:100%}.monsterinsights-button-wrap{margin:20px auto 0;max-width:590px}.monsterinsights-button-wrap .monsterinsights-button{width:100%}.monsterinsights-button-wrap:after{content:" ";clear:both;display:table}.monsterinsights-button:focus,.monsterinsights-button:hover{background-color:#3a93dd;border-color:#2971a9;color:#fff}.monsterinsights-button.monsterinsights-button-large{font-size:16px;padding:14px 27px}.monsterinsights-welcome-left{padding-left:20px}.monsterinsights-welcome-right{padding-right:20px}@media (max-width:782px){.monsterinsights-welcome-right{padding-top:25px}}.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:50%;float:right}@media (max-width:782px){.monsterinsights-welcome-left,.monsterinsights-welcome-right{width:100%;padding-right:0;padding-left:0}}.monsterinsights-button.monsterinsights-button-alt{background:#f9fbff;border-color:#d6e2eb;color:#8ba4b7}.monsterinsights-welcome-features{padding-bottom:0}.monsterinsights-welcome-feature{text-align:right;width:50%;float:right;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-feature{width:100%}}.monsterinsights-welcome-feature:nth-child(2n){padding-right:15px;padding-left:0}@media (max-width:782px){.monsterinsights-welcome-feature:nth-child(2n){padding-right:0}}@media (max-width:782px){.monsterinsights-welcome-feature{padding-left:0}}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img{width:46px;-ms-flex-negative:0;flex-shrink:0;margin-left:15px}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-img svg{width:100%}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text h4{font-size:16px;color:#393f4c;margin:0}.monsterinsights-welcome-feature .monsterinsights-welcome-feature-text p{font-size:14px;margin-top:5px}.monsterinsights-welcome-block-inner:after{content:"";display:table;clear:both}.monsterinsights-welcome-block-footer{padding-bottom:50px}.monsterinsights-upgrade-cta{text-align:right;background:#f7f9fd;padding:15px}.monsterinsights-upgrade-cta h2{font-size:20px;margin:0 0 30px}@media (max-width:767px){.monsterinsights-upgrade-cta h2{text-align:center}}.monsterinsights-upgrade-cta h2 span{display:inline-block;border-bottom:1px solid #555;padding:0 15px 12px}.monsterinsights-upgrade-cta .monstericon-check{color:#5cc0a5;margin-left:4px}.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:70%}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-left{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:30%;text-align:center}@media (max-width:767px){.monsterinsights-upgrade-cta .monsterinsights-welcome-right{width:100%}}.monsterinsights-upgrade-cta ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:15px;margin:0;padding:0}.monsterinsights-upgrade-cta ul li{display:block;width:50%;margin:0 0 10px;padding:0}@media (max-width:767px){.monsterinsights-upgrade-cta ul li{width:100%}}.monsterinsights-upgrade-cta .monsterinsights-amount{font-size:48px;font-weight:600;position:relative;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-amount:before{content:"$";position:absolute;top:-8px;right:-16px;font-size:18px}.monsterinsights-upgrade-cta .monsterinsights-term{font-size:12px;display:inline-block}.monsterinsights-upgrade-cta .monsterinsights-price{padding:0 0 26px}#footer-left{color:#393f4c}#footer-left .monsterinsights-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#509fe1}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:right;margin-bottom:25px}@media (max-width:782px){.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.monsterinsights-welcome-testimonials .monsterinsights-welcome-testimonial-text{padding-right:25px}.monsterinsights-welcome-testimonial-image{width:100px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media (max-width:782px){.monsterinsights-welcome-testimonial-image{margin-top:24px}}.monsterinsights-welcome-testimonial-image .monsterinsights-bg-img{padding-top:100%;background-size:100px;background-repeat:no-repeat}.monsterinsights-testimonial-one{background-image:url(../img/testimonial-avatar.jpeg)}.monsterinsights-testimonial-two{background-image:url(../img/testimonial-avatar-2.png)}.monsterinsights-welcome-footer-upsell{background-color:#f9fbff;border-top:1px solid #d6e2ed}.dashboard_page_monsterinsights-getting-started.auto-fold #wpcontent{padding-right:0}.monsterinsights-welcome-video-image{padding-top:57%}.monsterinsights-welcome-video-image:after{background-image:url(../img/welcome-video-image.jpg)} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.otf b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.otf new file mode 100644 index 0000000000000000000000000000000000000000..8732438dc04388bbd8bf9557404260883e810c20 GIT binary patch literal 42516 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 YCW0^JImQUb)JvbaeUlT<`G1N33y#H!{r~^~ literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.woff b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.woff new file mode 100644 index 0000000000000000000000000000000000000000..65e1a03cf403407d7d84f5187ed9864e1f7d5309 GIT binary patch literal 8364 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 z z>;MoGKm{S_wyyS{$*y$$*&08Of$eqasgh3)TR5emjB12{D-eNse z_S;^t1hw+micj;Y9Tt7EPJ_fdYalnTCWkTXK{xbUNjS^U4&)T^|kr7&I4Hvh( zR)G``PqL}mP({!0$SEYulj|Xx8$KDZ1$Rg z9V}crIlCi>WzBGYrK$lHn7*-*Cx7hvpFA-xp2N0ZoOI}0#jJYLTwf6$3SWx`4M-w# zrcXw2VMs#o_cjtxnIh_;_R0R~Q@iK+Jn0!#bI@)88}$C$eIU~xj^@q8wcc=`YLJk@ zCCRUe*95WTLoTO;qBe|mOYp~i?%A@1DeJ$Z;n5+SjN_H_l8F`jEq-r``TXmikW`B;on=N!A~bb8#i?xS7L z22%WESo*3bXB%@oN7Q*1q;1P%Cle>-gujiR%AJwqZoJcdcMx*w2t?+Kn_s3)xh1z> zBGG=zDp=JkYmL)=u7XVTtE56bA$;XF${+sAa_y(uR3we@WVX9l86vqDAUgm?Mz4!U z=R(cYXx+>QEMAZ9K(;z*k7E@TZTIU>^P2(P_)m@l$3?NR$%;1BC0u!bB@GQv6qima z>p$!>mO~X_$0s>d!x&K)bj_m7wRO$o+)ucd!6|h5c1;7UzNfCelq~W52ca6PZsYYA zDGIzk)qef~u{Xk=sC*VI2J2z7qjw}3bQtrUhHo@{ z@c1A8PUt$u92#@x*cv=E|4ZWE1NQg)ALhR-91J!C1m`f3l=R*XCzz;x#Q~@hAcg<{ F{|9s1pfdmf literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.woff2 b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..d96ddcf2d264a122109aa8f296d6cbe5b7b9c288 GIT binary patch literal 6788 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-bold-webfont.woff b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-bold-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..b380a2d507a5395b45e93d0e515855002823f899 GIT binary patch literal 32468 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-bold-webfont.woff2 b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-bold-webfont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..c2ba16fe8fdffede76d046d8e45fbd5bd504f362 GIT binary patch literal 25432 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-regular-webfont.woff b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-regular-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..e81286f7a9c9b1fd45c75c96dee5e543b8eda4ac GIT binary patch literal 32568 zcmY&!+qP{x6WdNEwr$(CbMwCUem}liYp<@e*FLAz-PP6A z?J6rG0ssR1Bwr2y@_&v;JO69{C;$H^5fLTnA06%w`(L=_$nl8^35x&#jw?SL@efFW zaDZk-M8r01W$MYyCiP zrM_It&|2RP001on0D!`Ou!jNVY+&f(L{|6{Euy-bQrq%!eIOC6|?k9$^ zVk1L|slMZnuj9;*2J-)aXlmtd@>7qWczWglKwYJV@S(q%vA)rdU(%0;?LUA9wF5W% zA%D1uADi$8qzGORD`wVCZa=Zje!vL;fE2bk$;DdP8vf`YH-5AuKUfe8a!|0=cl#+9 z=;Hr;34y_Z_H6X6jR62l#Gg7&0su$_nkz|+cD9Z`ePX}!qrLu#IhRW=L15=#{NoF8 z@Z;P1!?R`jWaR(1|ADY`F~ZQmbrEggHl>EnuAO!N1b$N$5uYgB4tu%lY@mpW%bu)~pky%@hSt zgJqA74~cf^BEsZg{*VzPOF$8mfeI8ZAUY`)hR790DnxX%8psI=k%oa%{V`)TyM++Y z;;pxnj|jsY2yUODC22*hlZ&&Fh(B&Ch*x{t*`L^OXLdcx!D@;UJb5!{0W<|Q%jDVM z>+^9Q;)zWC?lG$jZqFEyPFOaVva|Yyz8B=N-KqfjFs^-QWHm zOn>CQg(!Fe0BrtdxiBk;Qbc^3QJH});wi;2Si;4cD>zIG`@ zHpb=*%rVxY@1zz@$N2`zG?{CjC?CY$uzyVXy%)*f(HVl9K#gJ<`zRf!oi&&a3>YsA zECtjBSEI1fjTYG_5a?g3%5r4)_4NCnPiW6rwceSoS7aW(AW9?iJpXrI>*<;J>0yD3 zfFrho954mE(!xUcHNpo1#|?rQ-Tqo&`Y?qxsnp{dauW5I6c7@S5RefN7myav?Uf+X z(T~ngIQzRT_5B?tnam`vu{Nf8kYo+ZzEvhd_Hp(DfMch_w(b1R}x~w%lVyPS_h%?dR_woE)7U zm>8KEni{LiFDIrZq$H*FM?peEL`6nNKwey3SXo+IP*GA-R8@AnXJ%w&U}0jTZ*FXD zXlZJzcXo7jaB*_8e|~&@czK$Skdcyul!cau_!l)7IUD_NBBt=X&VmZlv58knbO!A% ztHE;CiskC{TA%%5y7gw8?KZ>f9Pf9m2*vsOD`k4>33rX0$r;YfydZy~0^p1G4ULfG zf0+t*0v8?a@1v8}%#gK8yu(7nI*^K%Uw?` zrxlM$lyeie6Ee0T(M)VUVYF72MX`g z{7HU?x3Rw2kd0R>LOiKW&hShskRCqk8+YRo|5VzhBLBGBmRpq0QBA(`Edwl0NorP6&VEnG9nD4IB`0tqUPVmA6$YFx%*&Z!U z#GZ>5=xN%e=C_%N5or-aqF&fGF3p*BA2v~~1$?D;E?#a6d3@8!~-PMj4_Ia-ebb7of=lYEWr|I2ADoD^C$% zt(<9Un=*5(9zVh!;tgaU;=U42h&wrF1=>;e5Kl=52q*C~yw6xH{@{W#7zDwx4`5=^ zg^?K1epM2t*wQkqWBfb^z=8b(!~%i<$$%_C9-stJ31|j{0OA2TfC4}%p!&z^01N`g zfj|KcfDAw{APvw4XaGb5gusygcRtjc@$Y8~F^n=z+hV-d8`V$mbBIZfW({@5J4aw+ zV&iMZZDzgzzM#W}#&yRf;7H`4uur$Q-Z|Q--qq>x4tvLv#j=IH=J}1(#nol_A@za& z;rY@H2?+%XRf)(!QA(6X<|ZO0RVsNBc*C{pNi0E(L@X=hEaWIu5}t$XO;k*XPM$)+ zCafjumGHtIP8yDrK(0Wf&`^jkzAi2sr$bUesz~VgXGzQ@=K`fo{Z8wS=`InK3zeSI zfl7nYovMg3wG0xVA5tE1M$bynL}J0PplZ%&t~Dn$yHWBg6)Aiku*7Z6aEZkw#ih-a z=@jhL@8s!peKLBAcA7mi%_zr&%9v&PGBq-47E_mTOOL{kXjm*<3^DOCF*mW57McDp zjXjO89qyf_yU0wmD7Ur%faK&Yt%Tf z;_o?K3#=>nGs)F94-3y6kB$40+t=;bUHdNH-sf1!@Nu?n_%$ydLO1Uh)t4sl05CdO z251*FHKYdW13bhB$^;rMk`>|w(gubXl@P6wM5)|K&r7E>_RXAU5e! ziHxA;!gp*lg|)dq+$0s_l2k$Hkd2k!&pImv9|Sib_b_tMhw+1B-y7T{w)Sg%?=64D z8b&far#YXquGO!Q1duL41+4W_5Lt*w_ISieu^oPepT~;pjD2(vi7MKO-LSMzSciB3>Ba0P@N zVu9tQ4mg-ZgvDp^^&%a+6}jVn;xtf0xks^|4s$97w44pU0udG_LJhJ>+C3D22OP|yprKfiS<~(k!4K#OsT(->6FE6Q>cp` z@J)I2*dUN&5;)okO0<=x2P|*njcMjjlgC9Md5$PfQ_J4q1#4K0{Q z-LQO=i_~aE`%K97_X)K5OsHN3o%?)X3)W~!@Tp|~f+mpMkL^ue!1%7k()FKi%$<&! zr17ao(=G|mB3DL<9UetzCQ-IjOG}w1kW?zPVKde9!2Wq>F4P*{;ace2_^u^NL_-w* zp-pl`8{b!-XteFpq4-9xdtH4*eKSfzLst#aPT~Nzt@=i8MDngV`v6cmgr~ZYAadF% zL^mq}8z&jA1(y&qhFYUH)b?alEs_@%-L#-YW1z*A?no%lTJ)0Zlw}DX!ysnY?&yV{ zqNpY@7EkuXLwf!0`f?zbA?@_Kb$KZ}_X<+UO${&xT`IlIiPlO6tYWS}asD zkp|Uiul&X&nvBgZq�+$E>~fK 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/text-security-disc.ttf b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/text-security-disc.ttf new file mode 100644 index 0000000000000000000000000000000000000000..1024ab306e90340e98a8974b972531c2d041e04a GIT binary patch literal 12392 zcmeI&XLMAB8inCAlaNr9q6lIgItTz)0~nL;wSRz`A?RFWhuk|UCWq~Fjn;|68scAc3d zsm(b$cEp&z{mVCsF?F%=U0=Y&mP=9vNBsX zsm(VtF2QfpfJzQDpI^`!FQqP(HM!{p8I+{n=b~wKU3pp3L)ZI^Ib5suDU z^wWv^wc2`l(jxzeWi1w#>Ygh%y|i#wt~O25@pwH`I%yZzb+kF3NwVTkw>MAvCEF(H z!KK5;CM~PWa<$1iN#UPv|FcuoRg=qje!e+Z=zFF(l1hqJ9!)JsEl8ShE!$+eUj=W$ zJ;}s0&y`M^6mZ)=e2lCZGAY@fd#vzxcT@g*{PU}ke}(+qdXC=2GZv4|-=}CefB*Wr zdb50&94{=&_&$X?o?fxS-?uMQ@s+2zW!2}ZS76mEu<8|9^$PsIy#h&!pIWK^^N(aT zenuu;TI-T`A^FK)=6}ks{AsTr-uZM~cT}?8BPdxv`IW5q1S{Vc6l101dIz!cT|_gi zbX@OEl-wec^%W|4^+;|R$*m$;-;0vlMDiMuyk;b~jpVf=xm_f;k7T{GQ*wt$UMG^* zjpX$rdHqPz$U8`$Td{ zB=?Qvev!O!B=?WxO(J>INZu@x2SoC~NY*=NCG*bS$y-M9R*}4QBySVR+eY$sk-U8* z?-0p@B6-J19vsO-BDpk@heqm9z5cZ=i^kvuYzM@91JNFEc( zV@BY8q3?-j{=NAflaa#$fHIk=A@PWsOlCO>A>mvF3NWLMGZ;a%d zBKhV>z9o{EMDneXd|M>n9?5q^^3q7YGm`I$ zM)GTs{CXt65y@{x@>`Mob|k+O$?rz;dy)KpB!3XeA4c*=k^FHae-g=`M)GHo{COmQ z5y@Xh@>h}kbtHci$=^oucai*kBrlKTA0qk3Nd763e~#o|BKg-y{w>do+JsGk$V#w~rklmXhyAMNl2}5>YhU|U}*&8!t z_h-o7gduxVhV0E4vIj6^4`j&RoFRJ)hU_gFvbSQ$-kKqM8;0y{8M3!y$ljhIdk2Q> zK@8bDGGq^C$R5IwUCNL>lp%W_Pz|+`!Qti&yZclkUfzh zyPP3=5<_;DA-jShdon|IB|~-;o9Gs~NIu7_w^_vg;VK>lv~SWXNt{$ZllF z&M{<9Wyqe!kbMwC_H>5q84TGo8L|&%$UcN2`%s4L!x*v;XUIN+A^S*%?4ua6k7mf8 z#gILlA^RAH>|+_S=P+a+$B=zIL-t&T?0F2?^BJ;FV8}j^A$tKs_DKxcCo^Q9!jOF` zL-uJ5*{3sPpTUs5kRkg_hU~K#vd?D7K8GQD5kvO54B6)~WS`HFeE~!EVutJs8L}^8 z$iA2%`x1uiOBu2+W5~XoA^Qr3>?;|vuVTo)nj!ldhU{w@vae&vzMdib28Qe#8M1F; z$iA5&`xb`mB@EfOGGyPzkbOHt_8kn_OBu57WXQgYA^UEI?0Xop?`6ook0JYhhU^Cz zvL9r~euyFaVTSBS7_uK_$bO6=`*DWsCm6DyWXOJsA^T~D>}MFVpJm8?jv@PbhU^y@ zvR`D#eu*LbWrpl!4B4+RWWUOg{Tf5|>kQd%Fl4{Uko^`z_S+2E?=WP)%aHvZL-zX& z*&i@uf5?#i5kvOJ4B4MBWPi$#{TV~{=M33jFl2wpko^@y_SX#A-!No<%aHvYL-zL! z*~=NSe_+V|ksyaoMx1*>tu5zlF2ZCNW3roKvYTPDn`5$DV6s=kWUr3NZi&fmg~@J>$!>$mUIUZ8CMLTrCVMSR zb~{XVdrbD)nCuRi>~%2N>teFk!(^|I$=(2yy&)z$gURlQ$?k;7?u^Oqg30cR$?k^9 z?vBasfywTP$=(Q)-3yc58F zV6v+**)^E#T1<8wCc7S!eIO>g0h8T`$=Q8ACt|V}V6sobWS@-5J_VC~Dkl3hO!n!R>@zUg3o+SeVzSS|WS@=6J_nP%2$Ov- zCi^^0_W79X3ozM>G1(VlvM<79UyRAV1e1L!Ci^l>_T`xDD=^ttVzRHoWM7TRz6O(h zEhhUqO!oDd>>DuIH)67H!erl!$-V`Xy#$keD<=CkO!n=V>^m^oOEKAZVzTeTWZ#X+ zz6X<2K}4`Q+(!el>;$$kWr{U|2;F--R3nCvGo*-v7!pTcB6jmdrn zll?3v`#DVZ^O)=xFxf9+vR}evzl_OVhRJ>fll>|t`!!7V>zM2}FxhWnvfsjFzm3U$ z2b29SCi^{1_WPLZ4=~vuVzNKNWPgmw{sfc#DJJ_fO!nuP>@P6cUt+Sq!eoDq$^HhD z{VgW@J52WXnC#`4>>n`MKVq_f!esx9$^HeC{VOK>H%#{LnCw3=*()%~{^-GFT8guZ z*W#v*ZQHkN->(0_0RsnY+Pz!%Zk>vYii=VU{&=BhkHMvjO9%Jp`Ck-dM*ZcwZs5sU z^EO{r$$F+1hMFSuQ&%GjT?yaoXhm zxm-o2qM@!PQ(9M>%T`y{W$GL1rew==C6&2c{g!?ER>bj=^12$%BFJ)PK#ntX8c{iC z5;SmjLyj{9`f!Fs6-UcC10>6t5K}p$p^RJq%_IKJea7>w4LpApXF=2^8P54B;T)iU z^T?q*veu6-^Zh6B=!tyA8J=w#Uul1i<~WZdLk&E84J!4YqGzw>vyLP6zHJIe%DHz5 p=XdB)^_&mXm(Pm-xqk`w(lf<>-)vj@r;l_h&F{Dh^>?hB{{xEK<~RTV literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/text-security-disc.woff b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/text-security-disc.woff new file mode 100644 index 0000000000000000000000000000000000000000..bc3cd0e6320d12fa939bafcb61cb45b3dd820801 GIT binary patch literal 2988 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 KFm{w5iS%z(k@#r< literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-addons.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-addons.png new file mode 100644 index 0000000000000000000000000000000000000000..e44f28c3c7fffce68c02be2bcfec4f2a05010e84 GIT binary patch literal 31906 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%0Dv0XMK7R3oEiN4IPk%7l^`l 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 + + + + diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-connect.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-connect.png new file mode 100644 index 0000000000000000000000000000000000000000..ad0bbdb85c3ac5791a9e52748f5138aebe3bbd4d GIT binary patch literal 20650 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 F{{_;DC`14N literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-ecommerce.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-ecommerce.png new file mode 100644 index 0000000000000000000000000000000000000000..ed11bbd9ad1cadf3c735c552e6c5ce08dd08a5d4 GIT binary patch literal 17238 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-guide.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-guide.png new file mode 100644 index 0000000000000000000000000000000000000000..abca04536e55235ec84c16325d4fbc40142b696a GIT binary patch literal 22593 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-team.jpg b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-team.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b0871bd710c49e8c109218967a25e126944d1a65 GIT binary patch literal 210015 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 H`HTMt7h}Yw literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/easy-digital-downloads.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/easy-digital-downloads.png new file mode 100644 index 0000000000000000000000000000000000000000..54800f3b949aeee3b228ecdee60f9188af3ecec7 GIT binary patch literal 9668 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 E2WdzrcmMzZ literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/flags.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/flags.png new file mode 100644 index 0000000000000000000000000000000000000000..8245d352613141f0785632afa280c8df5e4e7176 GIT binary patch literal 88672 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

    T`=LChL8J0iWT&NGx8`^>=b$7`av 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/logo.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..b074cc340476fc0675ed6ba1af473de345022a56 GIT binary patch literal 14599 zcmY+r1CS<7&@MW*J+oumwy|UG*tTtR$F^-7@7T6&n`giOoO|xQ9Z_9X*-t%LSrJv) z9i17WASVG2g98Hu1OzW7DXR3ZzWG<^pdkL;#T9t}tAL%9B!q!#rg6{yb)fAfHJpHe zU{U`oz(5&USpNVT7Aoq_>asH2Ms_yz2F7-VCiLz$_W#g8K)mkU|C%-?&IW|;HrBRI z-0pnD|AXNE*Zxn;Kuq{Q5N9hsVs%*sLJ>Ph6GAq6R(eKaei%YRLS9E>Q*I?u@&7aY zUyqO2+}YWln}Na2&5hoTh2GB5jDd-Zi;IDgnSq&^?jM5A$-~y!z@5(4iR6Ei{69RR zCQe3<7WU2-cD987@fsM~xj6F?6aS~^|6c!lp3WAg|F0%nr~hNtKLZ*5d&0m(&&cq9 zx&IC2{ZGm*?`UE2PxF8L{7k(6gZ%%={*NABhX0iRe17G<-`X?Dqy7%sEEkEX9v!Bzo-jVOqcL=U*~d7u3A-RsnwP6r|m(sTIJfN9!m zXUp}n?Q}!+vgve#glBa7@x_eUez5N%f;p-FF?_|coHM>NF`hytS~7T}6O_CYsmEyb zbg5-prQ@Z%779l*v-j4Sa^-Q;FNg^7_b;$exP&}EZ*hfXFrfmSTu!i#D2^@#$hvNugmc}PsG0MZnSZnQT0v&IGOVaJ!0$U{G zZztV15PLNf)6?x;=6SLY#;at?%uUg7dJJ3@dP5#J=<})R!9!S_H58Bfd61xf1fUWm zy5vd^&u5j6*J)4h9O`7xn05+p9$sq|xEdwWoBWAz*-6GqsongYtcR?nDSBxyTbZRb zz8Mj|*eb`vGZ|{f$47GGH?^c!2x4NoV~jFVE`(vk(EG*vhH8}|Nj*Nx@AYLPZ!ei! ziG`4$d{~^scf#|Ucdj1MB~~|^N)7KYe)^Har}OJY51aUIJ%DPg4qHjEkknj+)QT)t z;iX2$hFUF!hWC_KVGYEi!(-X$D>@2vv4-@Lu{Xin5*fz?V=4ZJ<%IDCCF*t$tFw$; ztP*7NnWTqye6`ZIHB?W=f6GZ?v>QIi(?GPN6q`6dT2-YTwsq!y7fMy>J3{EZz&nwe zE)@AY6ga)yg4|#(vXrQum%V+5iked1S4A;ds}V+4xqggYQY$HmGJSR|_)rXD>)@_} zd~Mo&mxsX9HmBvCt(4|~KXdAOe&4~MyQiw^Gu(#9k;Bu_i}Cg*EPw<>Qq?zzk?;)q zz&KVu-=MHD;R^zN(|uuasS_@yhin6tmJ2H1mKl8(%fB z2;4zLki?F-23k1PSc6!@Nb2+J3*IFc<9R$YdqYC1O`Dz((ufjNnkCM!m+0)w0TH4H z2LgdaSAceiBw`Q)p{O#9ta7X5H>d>Hqv8Qf*x~a%9C=_MEcCc&dNizRS{_cKrE+k` zhFxAPjF*{YNu8qBVAK;mX{`{->GCW*SA2M8kM&FWSJ>g>*hQgvm7H{$T8fEV#To5D zuiTObH9fsr{VG2kq=ZDa9)^i}%qjFpbU=ei$w00Vy?Y=`ouc!j@Pb-Pv=54$0%Pwo z*L!iy=e$(-*9OJ=BV8L+YiyARi>j)kNzl@PC~j^VQ4zhgnq5kaGl|rcEb?zrp}YjR zr?k-n7Zlq0*;-jk+d)?)QB+Zc1N3%YSH}(&k$5sHgorI|g5{}T5eqvjy<77m@K`^K z%2%7`>x>-47g@Yamuo( zj~7-&C!4^>U~oCw&^g3RkrIATma(H2WzHmj`NHR>4|id)Mjp)_a~fkc2y*` zop;iD>fU9bQly29tkkBi(ECXFZ9(vVZh=>hdEUjUF&fdnBf%zv{bu;8Qe4rAM;0AY z$hU-f3m7h!I#1K%jXt#f&R+)#66GgY`O+iN!bF!)WZDU}Wq`?b$p(;OjN3 zl%t)=gd=%`5Uk1iRm7HZTZv^0Cvh~ zUs;Le#QjZByf>Z#l8Rs9Y=GU9B&}x9P;tUQMW~z~(f0eTO0S{xaWDz@q%gMMkyP@E z4jn(yh|w3E8R#-;BN*^E^dsbu=(p(PbCqy}Ct}kGi<5Q97Cj)cO2M?|cU-7p2Xo~v zo2`~raEo0v8MLcW*q>7VAQp>Ni*Ae6avzJ)I$|8=f;foS(Xb*_k8B!J8!u@Y$@S-D zEUlan&Fnv?2Iv`=a;o>H8_`+1zZb6!jna_!K z!*2Ylr$}10CY6|{l%nnc=2EOt8%nz3dY$A7?ECnYwH2(o^_@;e)h^ZSZsfc!7BHJYf^>MDXAAa7b58L(QNQDR}mHh`??t zDypV$w1BKd!BDt?IrQz`q4yNwE1Wx=)R;jvf0d9@aU&6)vkV~;`5SqWu%|*=J#uWO zko_wNG7B2=ojLVSX*WpcLV$AOZgDzMqe{hrQw}Luwpw7HEG| z>`9P6mk;!A7!XsqJRi+BUg2+kz)M1O%;a;PCVyO6_Q+_45gH&iGr{3!$Fg!YKLB(rKW@(WMd^{bfO+`W=C!- z#;cuu1!(;v9JR;xaRgY~y8GF+^xqR&viy?#J%}Uwv{;VZ0oyi>`39Q->N%DDYEw#y zOc1tsp(SwO)rr9XG1`nGMI$-lRyxpO%Iy1hF3R5CSkg|>xiq=_Wl}MmL^Qj_Rjwdw zZ02Y!IY&=xV`b$G#!xj-yg?(JqFPxb_TfLj$@fNu76)T0#~JwZ2WhyY5lV8TR8_a~ z_PAcZjZ&Hd{MqvAXlZ1+6a;!=c)Ok9-vu7wW<@Ki!1E{c%B!kmY|YK}rCS0T4C`(W z$KFHuUytSrX_AD3Ah0nO@&Mz#WN*8z^Mj~>+$QczSLeX*U4rxIn{;H z`o_4awvef)HoY&pp#kh5=E*kH!cQQa-k%_fPO2T(34z}tDK%TPt&gIZ69IQ5wxcQhc}XO;8GcC2rkA4Dw#=9RjNk~u&7G=EVQqYq zSfal~p`CGUsC-@ZFf8Wr$}&}2?W!;$z~2}@mQ-EqNg{9h)$AHusgc12Zbrgsj*{2UxLa{7A;Iq zmwpnvg^7l+KsJvgsK73Dd@BT>R|u;-2&JJ_q2bA?6{f>#ox711DLVNC-+P+GZ5Xkz zEyN{`fwi`+Sz`E#Q_&Uen zHY1lXQVLK9-Q78p8S+&g3O>2n+Sr90PJ>D(TnHe;#*%n5$;OkR0DldksMd$Loq-G> zA&}N0asaPlK(d8#h4cmnAd-V^(2hp{aW=61T04y2_aTIuG>tF4Pe~*Stw!o2*)r|T zMSP9JZgbVYcpPf($fqFsvcd9@I;_ny-~*Qv?CZ)_rI+H?citTi92dM3+FAS?z6i_u zT;fiPP|!S9b?vAxI|5X^cG*Cvt(JSBh^MqFh3VZ%0MDJy7Je-x6xN{QI_|tq39u^7 z`nILU#VC~mx4Wv}m!^l+Se z9Ae`-HDM-Ux#QiHP>vSQ?XKgNPb_ABv;w;q3YWCOI=edEI8RPcnFt~W$;I6df_x}d znI5Hktioa4pWi|Zj(F-;kuW!obY!~7fpBC=WYiUj4cafZj8Qk2Q_$_Ppt ztb$q|ItwysPJ+51Ww`)yQb8}9PzSZbDWU@*?Qyo((>mO&SB|9bkcPp){7{unesZ%P zs(Hc%@NmrHa?~tR@Fatp*T!CmWD!k78e+XuT*cHZIC#RG!Cam%lz8wu zd>~{_&0)G2#%lZFFnZBcXhs4L_&1oJSiy}N{r zKl|8SFWZ8FL-pCQ8a+0-u~sKq1lwi~I`YZ1Y}{~ZkxhH|mPuJa)96lz)F#yETQRdk zP@y%GtQ)0Q#;sw_ITdH_@m$&*K>3^7Q*<0AXV+h=fkFnT=9$eEAbMxdq+kiUFvT56 zkKNBdj>5!@KoK9s73r;d10PPdTi-SMbsXRg3o_VV4IG5?* zcR5DG5Y;+QXdr^G&C+Wtbq^|sD3M%$6m#Jit++2bpA_`KT2e4$Uf)JY^HTY9jLqH} zMJ(&`Qk|pa%mK*kDKjO-dErQt-EEB(N-9&W=W;U1RE`Gy;3fsoAuGqzYx?Nyanpn1 z(z?9f_x!T6s~ZLtp%sZ_qI2lJdmi=*z!W&i{+8KNkz&zP*wSTG1ltXCn6Ozut;f(m zCT7aZ8lI2Ir5;nrOtjBO!B??&P#H~y|3gEdB-n=QPN%KCERRHwS|Z2@hu>XJxS(;>G(N@ zpbW;gU>kd8%mXhB9g-W^xQE$oU{S#q@5;+*g z?I&0?XK&%R7lllY55`L_^b4+}xF~;+dn#d;v(+rjFk4G6#6<(EqNtHcqGyRyM7`lT zNbP<*eb-trX)f|tU_XQ|1XbwcZ-=`}Uf8%X>pyb|(6g8dBvi0W zpmxX4IHR!*-13r5r$v7w5xxF>_UMlzga$<5C!%jKE+so~jGLO*Bc0tbHZ`>v6R)C; z6cPM$1p+6;@Ef27v`{bDoeV$TSOu))>d1^YX~<xex@7btUH4FOI z%|c3uN1rlnESMY!Bac2=y+Hwk?TEPg+0Ox3Gqc1tccPS|V5~Bv&ToL|ltz%kcJ35U zYq$mCD^2E2+&|g)twovg=mJ(Ha^vazQdpKeE6rFEyNHgMp;}F26MesPs8)1j1I?XM#WD|U6B}y)%K;NYzBeItB*hkBU+dw`^3fS3YY z)8UWWJRX8H`Bpy8u-Sk%P(MEayc@9c&`xkI z`@4^F2L)rz=A@cSKaQ*usv}2(7lklpRh+|fQF@i8`~Wv!z_%e2>5_TJH_C0Jh?;SV z9Mh2LO={9nyEZ2hC89xIjTkpTkw|CnoVY{?E9jAaUsJIZR1vxloYRRs^#CY>19EV% z?F3{gH2*8r)*P0V?~Nzvi#9&II|hBmayp7A4P3aQuShnQrM5ZcT2}zW}D{4YCiO1oRkQ68}2F zLVUK0x(mG7_})j=jSldk7|0gzD+aXpcN2$=0xmv9I5~6yTmF)N{b}c0kQ-8lv3#f| z&VZIh2ogd6u6Y?8?@&$|Euquy>5j3IOhWke>^ITv^)IEo*49eRde=|Etv}uhs%RvTS0(V2C zirvguIA-8BsBG+7?KEjY87@uZH6Fw?1{qG#d&HKx@X{M(Y2=F3OOYUQ?-n@LBe5m( zQ`%RuSKASCDoste`@v}~3n~gmoA0*XXkOR7|82c0o$TDIRzQui13t;eUGO+?R8v+Ix5w{RY^Ho=NE>G&zg1F+S=Z=88#@Qjm8Fh1-I_=|-e^W|6aWL+0WGFIltxk4CR14e5>=O|V~HmO?* zbVJU63Z1!mJHBb8W3Vgru`UR=oePv>2jKu~k#GItsEqi|_y^O0NiUusSqVbv8Y#ue z2OZ!!gyAyRJc9j@7>Vx|@S>3Wvv!c-b9`<7MHjV2hyz3&cjuXB#V%3i>!d9+Sc^z- z%B%r4R6xcDX?Vjmw6%Zm1Ptpu?r%4m_(dR|zSf=uG_=@Hyo@GNd3zAmps;8^qv!lM z?VXUjBDcJy<$ou~nPWNy7fo;k7-!U#h%N}WhkkeD|GqGp8pKI=Vk7}*96QIIlICpE zB0GG)J<$cMxME^r@_+_JLP0&MLWMd6LLt2rs8h6(Byd$~ZWQ6`XPpOb_> zC|H>Dmz$kGmHn31N^&a^yy#)-5Pz+nH_zqFG)^V2Impo4V0u+SO=u$``Zopy8BsVQh59QFc{GPJ0Dr2Z?1;&M69+SQPgByhqXxH9`$Dt|hY&`w2v(k1)SWZ$64 zwWpE(z>H^W@{v|0O=*JRP%avn8fSjsPYQz}5`jFBNUIKKY+}o>o@t%L8hi=-b%8&N zXCJ%x)8h0tSxBueMag=4ebbeWy-2wkhyZNB|a{jS>zj}zBouopg z!ikvA*H`H?L!c-91to6cf=pEJ6nj`**{Z{DqQv~Uy5%9zVcU-)nj0HIME-Zw+1szE zC={MS*#~B{D@|3@zY}H^9M2L03dOSMtq2E@0-N$Bfg^ed$#HND^~E|k)qf{G#}9|d zzIr=jSr7EeB%Z#0>DoOMHKExcxBU{i2 z)YqcmrAQsmU3`uDIk}-~k|Z%U1`*)uA);A;O0kN0_j^1b0!oBJrGIg|j*W%(m^xI& z_;WvZOozB*ve=D~Eq)+@V2ZgeN9@JJb}yitL9v`_jo-hS9c14=6Xy~FVFoWwsr9_X z6)7~IWA55a$h&qyQ4T5KR4nF=1m;jb^X!mmpS!PmD9@N1RyoQX%XDzn)xv7!PbkPS zgmefG-W3au4P!SmhcMbgIVm}domldBixf*X)vRQQt__jH573l!E;JHWty|wH#xCqK zlM+9iqrAQbl9Oc%->Ru5EJHYj8X%GmLOw~d`IcEdE1(8~5jCk1B5q-h?RdYa-*8gs zQM=3K4ZxBlunRpMUpkv|M{;_7}pVLnkH1leKs6=y?A7~lI?yUulpua8H4&%-E5~LwRt$^ zV7~2}mjobe{}PS2!#ebg1@%(v?EoyzyR5{>#haHice~y$k(kUe!{_E%OLBPtgQe*S z#6x%=CzKNb#0B|(l z?HLok$}EYjEM1m-Xlk9^TPTlRxGKoDvgydwz#t3ZGPu_ z4437jxwQ98*-uPJxY7(ejNpQSWiBa`LiY%na4!_$`>M4G~(8>$rbit%V6)4;*+6 zf>}&fCatH%iOX7s7hkhEa=*Q>?3E4SJ1IP<2$ub_ zIu5rxA$TEE)kB_cAi2F4gb)V^uN6jph-SZQ1oJ0aMYkgex>$nB?UtS5b{*00`Lp6r zewvY7m*bG_72OAbZ|<;X2h+&6it5CBDNPGzJ=I69zrvt`{-^aa>4ArDD*(Gjd2KI^ zzCS6>*Z{OZx~wioDI`2iwm*;xMtSXUKa#Gl(5?EoY|aF^}+MdUN! zk9tjlWOM-fQ)*hUng47XnHf`lyo5rpxX?Dv94>YOFGIA zs9yRz#~jY>9oMW`-A@(9$0sJ=+#l$L^pS{0VwRey$CTh7?xi~MQXC+cpULTdXKxg@ zO`Z_(fMUsvxUKS3Y8XcOXfRXU`JT40Sq<(MIxHxsX!<82^gWcLI%My@R)gxkoYw4o z?&pcFVA(z#bNs0aCA)CD)b2M5;J)(ObDMm-?0DqD*Df7{U{ffqD{7c4Z)lizJYqQ` zY;kL+T_=Rk;&gEJqu*dFYHmOcxT&#^eZuoWb2pS`^_xFh(bhrJ<*WU(RN*1!Mpy%J z&hpOCBwH@|&<8XDb@>(_XR_-GUJf;0d-?HiortL892i0)cNGe5?j-)P9 z4A>8&B$#r?LBSKv1B_G2aGiv4#&eSzO&a0{O)GA=5;6iV>ppulSg>RcEGpko*B;Jn z>Ok&_l5Mm2_BY9ya+}8U&>r|D*(^d@EowgHl%Q`8F|@Z|`7^v{-jh$p;iZ@Wfj#t5 zrS5OxEraBAiqB^og1ObZ12KX;Zb9bJeZe5WUYszzP+J<&t1^MFKuI465)KNi*E6Ji z$TP@4-|=MVCp~q4idcFu#8Rybv#Ifrb6}tk1vIYhOdCMv^wVYlwp-l<^Lti9@RhWz z)dBsTwrHOm7;*yDOpL7#2_02&5brsxxHwOss7O_*mq?pZ_MIuz9yNi(aB2e#e-#n| zddI93K83JObfsvy3q{MnUZ)8U*Ms%fF3@AmU7}eIFx6Ht1B2aKTNg;hM(67I{$4Vg zm}@}!x9>nwI$|U__Pu`6+wwX5jWjB`Oy}cO>(`S`#`@fMuYe0(2%v!Qq8k=BU~cgR zA?8t@G< zBKU7RxDTxEN4U$3a_W)P3C&)!$6`v?Wv1C zT`y!U6tDn#)+U=$SNX`1_v>rz%&Cbbp-^;`1YUTB- zw4y8!&CG+kfp5^X2A8)teVKT!pR{B<^WB#cecsWNUtwh6dnW3nUH9X6Nb*VXHW%b7 z2{xoQbOl78Y?#&;aEfL$0VM@7WMvBE>fPe>bARl06zuF-v3f zG2FArcI(iBJYOuG8Q>MPAH@%y-f#Ox6m}WQ7^7Fw(_MYup-m1C6?Ap+rNMSb2XuL! zV*&kj+ja{1w_fCBa9eZlFTEDqr2hRlVZi(T&@{Jw6{e~l9w7X^h`SHcDKZujMhkso zOzmP?3hH5cDi!2Z$Th^+lu43skwr>diV9Y>kG;Z zoyfqmD+zI8=!yy{q}m7e>qg@D4(?6-Ai4`q#i_0kkHswq*@N0EY6D41Wl}_?0%wvEt(VeQDfN_9*WE1bL(j@ei_ zl>02 z@d#DSaNFJns%v{{(qTRid2O+^HTC=1na;-DmE+mh1;)^?rG)P{n>uXkWR`e-J;~`K zpUvY(;&k2<=u2fJqw*jK)E+t#masIjHdY8k#cL^c7UnF)S?mB_Y^=*$&HN7~i=+uPq+8YeE8uav_+aRaz zQU*Apa>YQ_bBrfoJZO?oLB^0g;DiVXe8wtg77|)UFxmBw8qD0SYn~w$YetwtZ18j0DEWFQ_eQg) zY86;^f+tC|5^&{L)^r^>jHs@=?Nx#cU>+BUmxX26tG&7pvWdmO1|5aoM-w>tk_6Qy5s--~^hXSb6aJk(ek&8Q%V0ygA)13T zt{!$<^-?{6c$KELldNU({<~}|(MCF0)9tLnn+=Cy7|}5wVJ!hJYy+15g=>Y6(yMlN zSD_u#Jio-wDt=eGPP;a&bcOjc=04wF)t?3nQQxI1W3N6rFqNjO)>ygR)SVD#Y;Vi| zS-G$bmUHmjiGacc4Sw#mX?ENyieEUlCKR2^*2%2D;BuH&l>ZjGv!VqwbHn{30~>0F zh|_9Ug<=?Uf~!rtz)rRo67U9I>-04D*fW)B)mi&9rfUz5CiVh$C%j&eiwFD}LTqEb z6L&h9F1FY~C+?@?164swPDM^gZ%z(4DNfNkR+vDnA>Z^BE9@s5=5!iWQo{L$Kt$#g2hLnom(aUYPQcK3iNEp6{ziExS3niMM$PI;{VoJSh~IyM8z2p2a{n z^W8`Yz1wS{Hg8w88ji+JltB)}%K9tr`v!ae?x5>J75z5~Rdc8F)8e+Jq9BOhO zf%{$5t7Y;%A2~K{!Y?=sZr^7v+QGR8m`~>`#8tXh&(cdnr26C~RR?E})C=_5M=UP7 zYMS~*&F<*677pePQkhr0A&6Gn=jiR{mH(j8S2#ZIFhE~YIq!4l?rcGf?4vo4B5=Tp zfZ*th_;!;2w|I3yE9#wHSVS9`;9O#Nkq0^q>$=`CvUigJdH2qRqV1WhPUtlsoWF|9 zD3)mNzFLchc(M#6pts3(oAdaysAdWr)E#@$4DVbWVYm^>r)`+1ecJn?I+;fi!scb7 zDp_AiH!4$X8G!ysZ{6HIjjr)^z(JE#iU1I?`Esf1ZegBN>&2+a@|C;N0Vw_Q$x&8` zkB0c+S=+9|=(y6>eR%sSgA8gi^}WHXqneZr#^KO+uF>EseerFXsmjs1C0A=o+(meU zS}vk_5;aEUw;MpUO2@Em*Kyq#{>QG5d4g_lOFJM%{gxqG#{`5q_iJU6>OJkigGTCb z&vo+R3uJln&oF|IQiG-K+)=WV*B5m4sBwrtHf^9iKl1#0hc0{xtsZ3Wg{(beyUS5m zAR-oiS2VaxnIwn3PK5o1Ph};n?%u#AL%qvT%6)r?U!NE{NwfV0;=hO+kuk{$)Q+4s zORjb8S^{^pwl)yz58+1(^yk`tM+J48AAj+P2xd)&vO7EgHSzS_fu_glJh*4(3CDb4 zLo4Ao7Ka(``igkr@NtBZKW)I9!oW46mW87Rfx9}_8Gz##Av#iPck=IRoZs8pxV(M# z1)x=7DBR+Xl%l_-X`IxEUzNg)=qt24GT3dr;%mC!J6W9{)n9o!Ly`=^(%onHUy+}x z`*8T@WMWYD^3E5`0786nJ#eueyNxr&ziKm4ueBDfK0A_+2!u@dZ5e392cV(-O6jtL zHxz#z^aQmj)t|LJHj=RD4yxnj%dGI`Rg&z3nS6aBE0uWti+I`SZ+wtE(`j_G`Lps; z50FaK+6!xa6a!UWvg7~^s<^Q4Wt6{&P$ z7ELX-UIBw(m19=V)L+fJ411)d&UI$oZNFs{YtL1RTCiPy$2?CGmM2Jm4?-jb9zuvG zNs){u=n?pfGD}(Vga7aRhx|?cIQT66Rg zM!sXIs!`~a68zerVo%N59YR$B{OCe_uM_iak$y5>qI?sJEG2P{LCJWLkn6ISahAQ# zz6wUFte;XHHaX;Qu|L2Dh3R$rsp!MM%~@COc!QfWcNBmu0WZ@=%z%n?V$&>T?6FkOM;sfo|)D#L;^SInql zlvO(P&YtLfYjjMbn_l)-krB(mp(LkA@$_pqXmPNFDT{qzmA|1=)e(JdbYnt@9dq4( z+`cR(aLK`P4YSZ3l{UYP8$+7@m9cfNrOpQ|FzaZD%d$N;RwBm>8l|-w%o% zvf`Gpv7CBoX>mR=mQT{rrsOT=8&jHR$F9fWt|Xy!-Yl;3@kU*5LDYfv=sTWy1ms8k z!B^+%tz#G8>Zix>n>7Ger~@Ay1Qn#Rfdyk}T8ZU>I$@8!D*r0Yv#V=Sy0*}J#50_d@cniz819;0LbOPWt* z`sv#!DSa}m(G13)b#EhY;3YhmfIbmI>qp20kJ0kAI&mKTGb3pl1b9H0kOCTN6`^LR zb$=)kSdJ=xhx>U9d+RAK?Ji>fOGQ)f_<~IfW zWbUYy<=URiIhXzXC^kA>G2P>b*V~H^=q1_Wzp!`vXe@nVFs7P#QrEI{)q9mKcZJI{ z#(|>%=X!@qR!WHOdPiTPDge}vaPY*`UQ7%!JLF4$figL(?!$fUFVekUN+<^Ok<{W9 z)v)q1L~S$&4cwXuR9HnJntLJAla48T+iFPS8-5^F<%QB8G#r#6CdNJPdJu<&wb zgX$6Ik5|mK+Sirq?_kORyQv#p$P5=x#p^8A&B)P{#ST2Pf4&Q6IXc?g#6$a;z8+{z%CezpsMNv~S}+}?vekq4M@2tq zXD`T^BT1i8^3MLAFLaBUaw8A_-9+Uv_+U_Q9LYp>9j&U*Vc?TH3VG^{Lv&nD7B?gW9)e2u+f;i08!I$UB{KoQGlIT*mLku#R3)WUyAu*|j@o zg&3Ob&f0#KPS?21q`;Z(EaLhS>Dlw7zxzWEvDlIl*K%N&kfC)N=e_2=MXR+2#gBpF zOSw@D=%{RJUfelpkjkx)JECS+uU9egpeCg{5J#e|948IgI1r~y*ItqU_aWvM(cqwl2#N9gp_=IvHTyFen!w8Zo)c}e*5bG>B%^vc z?wTA<6XioZhysd=u7SECCH?H8`yx@K6$JICJI}fJpniP5^h91)<7TYkr-QNAybTxn zH-SnojEk0>`&IX4+gI=BoT_qbv3J9e;aBe8p&W>RsYtp0z+5@ed<0VLb_qITrKDrz zBZVcKi;K6P`CoKqtnBRK_F*hT`**Imv0eTv1DrKsR!X~KCPAQ_zMPo?xL|ZzAlRYw z;VKLIGfB=Mzv>+RreXtUF(_d4et{Zc0s7wTGg(6#1MN{|l3+Qe%iLd=TIHfz(om1u zUP9{}@@ypbW1lN_8|<~Mx)L8!QteLGJ%te=zHOKY!ybwuQz2^7$|#!jnk3HMh7)WM z$1JV4qqG>dfSELKqFMRxCx@eGjEJrvKVFs~E-bZ<6c`P~i5=E^Yje&o?AtPGYV0Y|*=l{6_5J*ec;e~$_SzG7$G$cV z<-vVxmROcsZ!))86JB!`uplkQi+Nw>(Oqu>D&MMXsC!21UrBmiu q&+(O_t?=uYd_+#o&re{$52WJsSl2QqBguc+iBe*6qBX+$f&UA}C+*w- literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/logo@2x.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/logo@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..22a1c056033db5f3a65b32f58ecc5301488f38f7 GIT binary patch literal 17041 zcmXwh1yo#J&oxrqDN@|s-K8+Nw8-FE+#LpYw_?SiKyi0>cPLQYic{Pv_T4`3|KG*1 zX3e^CCdo;5c9MzwtSp0uOo$8x1%)Oj3sQxGg5Ch$>mb4d|M5onTA`rGq2xdx)gf7@ z*&b;`7TFJCTxI2_?W|XA%}dI^Z)hd*xr0Zdl*z*isO0I#q4P+@j(Zad1|3J85E1jJ z#Sv*nB1dQgP$OlVla?Y$7F$Nmyj8N(H_6Ur+sm_6mQxfGABCqy+lBUgE!6j){MrYQ zzL(eQ!k;17>oogKp2uwq+iyu5-M8J^ba__nm*OeSDc{g&{X4SAf4t|g(zLio2z*<3 z>qL6k1y1_OlVc*_h~P-ej#{Ay+~8GbiUZ8tYh!F|eECyKbmP6dn|m{qAyM;De^0P} z_PT-%|FCYrFqQ=VcW8bqZUYqHh)!i4*1v$sg)xU}m?#-{5JG@7l-CRKX9uC^7^~OZQrc8CP-EY#4P_KHP%~ zu+%r;?5dS_8w<-Kuq_yeFf~G^`z&^OdCQ@bw1Mp9{sp`qUx1|=8*}i)H4i;8d^bom z3R?^=vTm4gbQ+SXcl1WiIMNJUZ4+$IPC;K;SnfoId}zVxncFhzz0z27b5{o!)Gnlm zHPn~aKLxF<$A$hoq}+)4dRG^g^)WgyLYn?Ku6zd9PVY52{e9%J%m%ZI7^1ArEiA9A z_qO1}5CsfE+0_eA=&xlhI;-H|D#2!Ueh2wCnDd$aw=fl&VYMA!p_z9xf@+9bV1nqg z6g%v3Wt%(`6-mE2TyYOg3y=Ec06J{#~+r3%_JIKqpo zmABV)YF+H7i%j?Dr?5Qwvq?Pope+6qAL0Yo4D~3s3qH@bm7^k|%xD~v0eJR;8*gpM zfzj7uW?|Wvmr`)0@86McuBf@w`2j+5@kt*s^U@2G@RUD^EknL{T6dx%PH>-vr3GS$ z@=O;{_3}!PMkB{=@sY~yHYt=Cf0CB>7f|S1!gEN>{~cwfZ9(^IPX5zSXTXzR zodF$D@RgL;ufkJoS0xnnnBZ(pTJ-<^XCoa5}x?1CHbrJ$R_TruRZDncuI5Sn8S{16HJ5Yp)*Mt-S z^JWif{lL{b4x)L8dnP**6sq6n-72e}TTCK8k3ORpO8=jTLKS5$@UDEnk|(J;@!N4X z@$=8|B~c+Ho~(0d(I;*@E>8?mBr&o<%(TB;M&Z?^U$NZQX%EhOR4Aj?^qqaR%G}Fq zReFd9OHn0_QH+QFDgB>d@}>XXS6yB%apVX1Se-!o+gG#5TW{~2N_ zCrPhR+M6U;y+>NGR8>=~XnBk`a@j>>;`rh#@l?X3;xGQ|AJX9COj_%~)~vBZSslyo zyaeIv@M$(vQ1Z$&DctxS?%|5VeYC=8NmLa)U@Cz`mS=sR-2ZLRIWxf^55w2^4sE_{ zb*IJUE4x=@S!@X5pn7_;ykMbnl=;*Tu%0%7_OGS(@>IzunGrMbZ>J-F12T&8N(8d( z)3sePENyda;YbN(@t>Ta9ouXngju1^Dbg`k=;JU>TLz%u zFgoCAYP1B_oOG%e@`)kSWH-=cpm!s72=+0#9fPN^x614CTUUivjbObtnfxplP>3iW{U~HMpe!U-k?`4c9ZWeS;I{@o? zLQSBvvfeP|sJ6K~0Jfk?Qk9E~kXNZ=o}D+Z)_Sn>+Vw;y`OrhVYE|KoUh_%Cncf;5 z44!o*s-u=0NknU(jALG%`K;x>Qc>61X&!@a5fVvA;hL$tE}IB)rq+Gnh)fjqUjNHO zRGxhfLf%N#zdJ4uY)?C6-o(hlikI@T;Rv55Yk*Z#bUri0|S-qQpt>-rtnQOk^>3-QN8lYsTr zc*nyYD5$6ms$$bo1_5a`NmSH(cJ7r=oFYMtW=?H1$C^5p0 zGw!jpLL%sC!YkoS{R?vOc-R~`oLcUOG>ZL3!M;USLzaEri?68vMfs(csm}fGH3H3+ zSJL`zkNno<5uh@aplHlVrI?HBpARRU9Rpp_ajW1oOhh_D4nOHEgm-~rq?=5Fuj(`q z9!|&Mg~F(NYhcChLI0 zqQ6JX-ySXy^>;jr>|~67KVU+0C*reK)t9AuR%BAg4s6OMasEq5kk?^wPavRG{q(sw zf)v^BK||$)hz4M+*R|IIZFsMN^I79i=S#`aS=+oBsqEpwBMa7iUvssiq#|+O;PTq9^wQEsxtQHlE3z(tU2TzO7G+lz2$nmPqN z!WrR+r@*}a;Wr!~?Xw8Phv*8*cTTk~Nzm?L9 z(F}t~slpEEG^?5y`CPGBbYqP68<=! z!XbZ6fX#V7&DPLIuUew`=gcWp0AFf4J)}PUrxRy-L+ch8HXB{M|Ge834zmO_f8yh>pM1*y~Mm+1Im=syBXW{{hI%%QAPMHs&cZ(_R zLT~mydGln-ggn{^S~|F8=7vC0jgUJPHh|;LmQ*2acl^o(Gh8EcRtyN5)As``o`~cb#iIj6$-?X4%I_j~AzkEDq>b z&(0|dH0R1f_L~Hy!#HK@Kqhm$TO0W!r}*_-aCx_{x}n2e;Xkd2=cL&>YKbkSD!PC6 z#6g&y4?j$=mQ1hym==N(#*dc@vu1B1GDfzS{NVC4VtS!Bi34}!0K*HK?RVn`sJlUv zgd7uL3$7YOOL2NAq2IN#dxpm*;^bM56pG1}5%-n&OSovBldJh)(I%3#*ayXth{aYq z!YhpzPn3}NydVlRj0;)r-AWxIq>%TV`8`tMej?$RrTp@!!Ax8U({IcX))?q zyH+Uvz%u8_tS3m>h7KjT7Jj$c9`YBPB$$z=pycG3gtk1c@*QUZvhFW3W23kE$?2WZ zJ#}{xHQ5)hJs{IP%O2yWYcVw~Ogab{ywv((>OtEnyz3GXZbFkq5--KbSbubl@F&27 z3J(h3D9gGA;Q{vI1;Sic9>kG}1$L>D-gP?@2fe-0zlq;J2H*BPVPb7qa0wu)z`deB zTL|Ml>eAeE+WXO6nEO6QW6q`wQe#<>-9vi}m?Tuv?yNy|5T*rs#vN0DxNUMMwh(~G zEQ4!s&iEY#!Xj~qSC4?D;;SZ%=UEhV$qLmKK);(0!vU(iC>|oAf?k9ogJtDy$*l(N z^~OUehN;|v(lTiJw;Ck5!A6ud2mdSv0(B8B!LMPXdHM^Tr3r3z#(>S3{48k#y#uPH zBsa>&MvnXL2)9UjXd)!I28pHTBfBvke7Sc;KATT?B6_HZ7QZ51e6t+Uoju^eRAz=3 z4KKM}(`jhOXn}q3;@649#>7i(TzcAZO6vPZ%%|M zoea(6+k()CBzA!YGV2PZ4KE}}>KWCc01RLgu=!1}C?e`z zH4s{`FX6Hbw_CIaQcr9OxhVm+N=o4x-HJgmzzXLFGg0oiK@>0z&d>Y%+?z@j;?tNg z)C_wLz(cs$u>*`(s0Z1UotOh9Ky}LX*={^uUq_bw%H#*f4V<<>r`vhV8N>E9=HgWc`426k*rb)x->BeW>R3ux8`m zPc)<0#ReitcQkWsSb8`MFJJh0U_)HhY#8K`_e-~~5jKMlp}?gxa9B&XG+WC0mLFnu z!y}e>e=~yq4vMI=xaZg7Y6r5HO8<+s~|0eKe0AI_zl z@G`wb`f&f?;T^5^yS64BW>@HyS>4ueEk%n^-T9oo2QaUxqZ0T7A_NOIY{SRM2k`u8 zEr#)HtoyNw`iDU!P#zkWL*o1#2r2;uI(aBHFb^E+--c1V-Z==Goy@rLn;jF`adWR; zaxc{^PvRc6!6VpI>4$VC{!CK)KDpDU%{)WHe|wxhKTU7QF9~)bCRpjOM~%+DStWFY}pM9^^l%>Obr=w z6Go(AD;K4Gj{ z6wL=dNa^6UXP<}Sy~o?PV|@9YR%T4)!{o?tlYK)a>X8!r^%i>rpdD0ChQL%jPIu0kNotgCK}cm;JOb9tysDq&KHyx-bV~m z7DR}SH4cSc1ZP~b#JspKIQ}?%JK6}}egptBV^OtInCod{S~qL~%~bh*Z%t6xEviaS^_o=^rq8 zGjcVZk45Bs;L8<*=nLbu?tEDLRl85uvlr12`$cqgm+i6Jq@zv)vq-u>T$w=L3Xz-= z_FNKlR3-7Qt0A4(yLOsP4?A9pR^2XYn6eWv25ZoF$yV^zN06%%Hr9Ga{y;5?&#RHH zFdoAh#F=29@R_9NX{T0}Vo9pHofyiXI5+bn=+mc}&pWjvep`xwq%mgG`V@BzqAjCx zEJm2&06dfvY&mH@fVXu804T`Xr6JT={$XBm{m=o1I}m`8W}5+LZVwopw-T!MYR|Bf5@~g|dL_Ln{6#A36Ic z=U{*r31n!B}6H04x0%PzV z%`=zOqk{x1;Z1PBdok{_tSC~-!6jaot-Nx79#isij5KfMZ^y`;Cf*$w$h-d;|v~OBfJq&s85V_>BA|?XGRWF zPCq^O7IWZpG7Lx@)9q|Z0=jStiJXa<3-HIWbTI4!`a18UtX5BobUq(h|(X_FPN%2=XW!ejt;Z&G`7wi`O~z z!<6xSgjb>fTjCC7-t`yfOYLKlPghkA-IE(AARCJp^mg=RJVb>Z8uoR4mYk0vGN zM@=QWyF?L4YK}(xU*y&UcaFd9^sORKvvoVBnMD+>SxflS{g)X$GlJR#UUx?<&o}s+ z6q%!2t^%$5rw;vq)1pSwSyNsSVLhn>8FEVcGfIw$L-_bfT)7t#rWlAx+?;R!7)*wy zcEseqUC`NjUNK-=k)i-0DRV-VNm;ckek7aQi>eyois|GJ`yyVq&|oXuz;m!~x5}}s zFrGk#jsBqd(xpkpUir5%Hg5%BzmFSr5&gR!I(O7lx(c4_K3Lw${~)r*R?45AG#ZDE z9tv>&tH2rch|p>i%O6k-xHe658V3oxL^bWOuO(D*)*%n@TEu1KgxT$pKve-o7Pe1$l!mP$3E>47ln5W_w^56Kh|Z_zyo3 z*EnIs+Cy0hZNwgZKz?ehdNfRy0=UNd)N$@J-wS7#wS(A8?i(KL=CfGc>b)XP8&qP* zx6#D)Hk4sa`yZFh{?hXC=_?*~o4pwJm=eu}l_{V6Z=)X;^*#pA^S%j!x_AD?(by*R*rn$Q@g;lOU&d9aD}l`dD{vYU?$B)fTMQgmy} zzEg^QOEX?-UoUCgmY>u`Ve+EM|xkX_!5<4F+$yB%VM*UM3)ULSw}FiJgS z^6E#7W;$%Ccl`SD+9{&NnfXjb8Hp<4fdY?SlkVXo%acW5V&&x;32=@S&y2fE`#r~1 zxmX@Ct9xGhcY4U#YQXi8#nIbH`;psH>*Fe4;-smiox_fr;a?2%$(+HHFhTSA_7AdV z0_@yTs`=w8r0v2^oxht_wN`$Oy!NVWJjXT9&dl_X`CkiR22xLxUnv;U`(SLR(o0M1 zqKig(?(V2J>eF}Tb90)(U;-&DfP^SO>78Gqn9k;dtb-lVzb)N^0S`dCm5P`&Uj$)R zO;Yt%8z}jU9x!)+!OG~Avs~uISnXdLP??mHh#QAWf1Cc0V9@h>5wUqtqn?t0r%1h{ zUv74pp71ITAOKZj)I#GLw^(j-^pQ_~HNM$zZ3D@R>Sr($WHi<$dCRKiqoilI-CWF( zOv)<$WWl4DsN&fpEb7~#dvY*k`17}Kct1=fx_CMXs>$V_oX&FA%W=yP|cWOY@& zL*j;Ftf|rQes^jU86wfGlcc}~#O{}ii&KB?s3+q7{FORw@#Nz->MFl}n3(K-M8KK0E_mXa^awPXPlnY=7uxf+;AR+14EfX$|-6%I>lP-Jx1!Xf9NYL`v*ii zQmG%qYkAF2LU?H@#D#i=w9p~pUvsX&UPf>*~wxL;VG7IcjrIb**;#wI~~W7_Fc_S z3=L~(1b=&}!XeJ}hi}in?z@saQTBK2DhdWqcYBQ7B=BjGH%`>1fBL`h@weTX-1t32 zH;8maN~Z=lo_iv=;7=f2621YDnY4X(Z^Z;pe0S(M_&yk4i+$PYBYsXMqwrcF;=^B< ziyzZuK5GXU8Q_&N9u0-zonf(3VW?UpijZ!!6ClL;qlLUT=YYo>{${A|bixVp`X%y@ zPP|MP=T~`%15-gTpiF-*AmEfWR-#6(twr1)GpV5Mwo>-$%iLWJ`eu$=Ga_F^Cp!{U z==c(fzR_^E5;u734>gh?5o2n}fsuS#94BRM^qOqQS_6$?f$wtpQvDL%B-{s46 zC@*yT3tYqlYh*2+&%g7@Jzhs9*W=%O_nN`xpdBkK45RkG<483@Q*HO8ewueZb=0)Q zVT*lJv?VsYjsd$Yh+3}Wa`P9Z0yc?~Ta2kQF=>ttl(E5%(#C?wuO1KLQn6<^hk{Hg zg;d9!YE1gSqxkaQQ%EEAl>&ou2TZWamz$6PQ#1hal#~|r`t%-PbQOf9x_0nun9t%1 z1Lcs^v|@^se)zSD15#aLI@j(~ru2*pIF;LDyb|S$Glbc^VjWe1P(7y)H{7#4qjI~> z0?uvek5yg4YY8~5ZA{9#gF#X#R^={VlBn-6lv$D_zfqg|+BZ7PT%_#=NranGVFL(&(cWPw$`i)y%8coy`jf z2mVy5PN-^)j9cwqFIzfB$HjnE4|lC?p@dkDw8LSgUXsYm2xeaX1t?`Jo?fsFl$6DhO;rW2l7_sdnsI( zNoS!G)5Pa;I75LWg>$OiJGy)f7L&o@q#q=UE|=8)@IGFO z7rOfTF}NNpH&g*DC1PL0@h>q*#iyXmvhbOv=pz@n2G^LeJgh~9%s4s{2xK1|OAW|> z-$qOi(5U03H6c^9C=|AUSE8$=~sQ;_|fTCx|vCdZs)PGsu z!!95iP)KpB@T&4gobX7>l@h!Cu)1$SUis~M_~*~g-Ks-wgGh>eUJTcZpgt+L_%}0U zu_whfcOvvm#p%O&F5aPHY|jl>9;!FU2T!Alhp)TtwTFK(>RgW`;_mJ)Z_YYzevF`O z$b~+Aa{i@aaPh5dR~@ZT!*x%?);xFTh|gFQ9>8akJ#R;1k6u&wR4W}RWq(fkwJyH3 zP0PbMFlc_H1dwz^pA&PDIKVxjW39h#w&ArCQv__rd9F%ek~CUVKokaDD~z0z;_wM2 zKltOz7jk?9Rqs6`yo3WABOWo%hlH|b%=U7(d}SEryM~pWGRFRA_1Iv^1*vt6w-e=t zc@Rab#Wbnt^ESrZst|_~W9DR{@+aY6XE@U~4#UL4x3}{`r>MpCro|v$V z&&*BLY4JPHTqWMODGh$-(Mzc;5{cC2P0bwsv)FhnZ1Y(BFQKNa0Ar*}zYcf6Q6D9( z_FbKaYVNhg>s+gV*Z@=N<&zf>(t9DySM9(HegJue8FSpG?xkeZot-UE%Lk1x-!u=4 zEp7TFI?!^Y9H`6z)s_3<*{_SAj_g$mt)(<28Op(>ZGYxY+uS4G*6($+Ah0jpWtBZ4f1+Uth(2I0(*IW{wH`%QoP8KWb9JE#gjZ*9eJ)BFVa8jPqgi@%vrkT9tfwWI}e#T%pi3F%~ zE!cCBqCR}Bo+ga>b_Lf&qvN-Fu9#&ZQT9Ka_K5>Sy&PQCW|cs=CD>Ua19;)tvP>N& zD|aVOqdO8ON7OG4z-fLUV`3^{T%?VvsWY>P9}Y<5spZNh#De@qk)$7p3&p_c7b(JS zmIZR0@gho$cbJ)^ex^YT1mxMuL;#buOq(ED)r)jHZ+qPm z*VJd1#{djoZgHYgE>2n~*UTh6uNfW8j+0--O`8%PMKBHGa3Mlb)g3hB$UD0hGNcwfe2zPYnqmjpDWu*p#SOxLZNISb&@ zXl4%yIrB@hR(|mqwe0B%R7unhT}C@g6g7P6YcBnIYW@UCj~^uRnE-%z1`t1)@?B<`ZYSShs!GjzV*oRttpLVne^M4ih0F{a;kN%40HNyGxN?&yyo{*kGcRLphevHgI~SB9qVsKo|^9U zf2#*NY;cm<XhvGNX{{HR0vX6qs4HS0Bh-o;oevIyY-(c|CS}`M#gRvTg`SFW(UQ&i4vp;*( zvHo7YYV{T}YKa}NjE-Nvj%KS~hkAp7vp;^lTjEstRGfq`j%W~>E#&cYb8|Y~A}4ZH zUvP`JxC|9dIYL{20XgmyTs{0T&#pPB;817&;YAv4s08lZ!r4((BwxVY0(Xa+p5zcu zT3xb?d&!J9e?=<~;h%C2uMr$1=XZJgVj)}VeLRS#8(%o}6<-x6K%hp=eo}dllhP>5 z5h6es&9F8$Jo}>(+`CFZf(W)M$kvo&M`qG`*+Gub2lv$)QG@ZolM-p;oJI3V`o5S|&+xkamBSjOi zdcr}wgHiISh@`N$X@CWKbgtyNc67$ncbcT{^b;PxoW_4%w>HdHBp~Z;a3|%m3dDQz zVqrK_J0S+_^1oFLn^!<+x_rF^o4hh##d^#O3CE)6o-tj3?cd&SAe41t)79Kvpz_WqME##fuO4+6DRxeFy zz4PjPHf8Z7>&sSSpi}6+l<%5;i`;Pej?B8~zj*BJ18l{Y@VtM0h-dF4+-}j$-D1+i zPtlzqt#t|R;W1^_OD90xnRTDd=66N3MZGB)ML9KAKmP9WsoHk?@a)R!o4hv@?781~ zh#l97vb|PK#%ikm$Z*FvL~>PcW1csa^_eVL) zS+_6%u%;turz_M`%#5lI(cd!=pcpYBD0Am9@0n^HY6c$WaQ_x=O+H){GWFYS;V49-g-kO2td93r7`Sf(> z9_@mHsDY&0`j4xj1s$LGTxpb|Zv~5*>_X0ZwqR9mj zxEyQwZY%0ow8^2HwjQ)k&-&N+d`!L(C@1h4=D`sP!fzF>u*;pkby40<0$wY3kIX=; zjkPcsKW14mtWq~8d&|c6QIzQ5raj>nvqCyE`V*vjH#W5+Ftj))aQ)2a?XFVTZ_|s| z|CNv{_Zh9}hTM{HV~v7!?N06Pd~#X&aK^}8kz*O0&vIhLkgTTw9>qzPe3)j+wxcxt;;4&O0^=peE@aZ4XBRc) zBrdMlP5u22`xty|kq=LM{ibcP;Tnm;RYD&OGsz$nEzJcwC}#y1ytCvmUX3vag{+=TgvkFv0VIa%iBH)u9O^|p&xYT zqCcY9x7NtkGy)QX{VBX%o^A*xKyz$2W(spk&ozPcKyK!Yq*4BHZb;1@TA-mkraNXSB*19QBBzCSz zzCbRJXsaJYiQ=Uux~SFm1ZhR})VBl+5IV7d7*0azcp#JJA9%g9fziQ88r{(qWscSj z9o0BuL2q*WYuKOey^?J~&kBT@Q*QNVK>(XLC{)vWU!Fn`lnvbR)evsw>EV$R@FY|b zQ_^BX&(QZ!Ml0L2q|pNbbC|c^m^_v4DY(xHffMwBLj79)5f%L69SZ2{QgUQihYZ&K z)fao9bnz)w;3Ztquf_ph)X;p&H{yxlO*9t9AwH}l2~U6aD_&Bi?F&4{`=xdcdozi{(wko`EAI@0Nn_ zsw{%M|M$U+W&wqR0Nj>B1a{F*q?(le1#lrbrOTEe$h9t^)dvUCZICJ8KdDKMN4{_~ z>W8?^)h+*K3nS%512nkn1{~iw5c9z!MxPw|6#08-Nf zeUC$X01M-#tG+7&`U|PvjWR@#<6s)bkn|MH9mN3MYitX{qKIqYz@CxZW+(`*#D$FO zd%IQ_>JWAz*zE%w3+5mQW&+_A^+kww+pIbOV$dRfnR?cF{qQP0Xva)wEXS(uMxbDi zBace91vvipVn=nd46yB0SzNe zUTgpwJc^hG$>-MF3Wpo;9QpWmNkwe6NQX2ngj*`tBSC=NNF$~Gzm7Er@ead#AhXJl zc?6L7rg6@WFVN$#uJ?Ow5OL0dYNpbrAZ0=uqXX^I%MRL4ZOyWa@aEnJ{k^v;8HWyc ztk7^YVwujn35kv&a=iB<5pb(O7wDp6tv)lP8_~yXFx`&386_}z+#2;3MXjvN@??op z@#NsKbA;DrG;_R6_zA>zoyz<3tddI+2r{vg@pl1eRWEl0;01s9ui?@)=VB4U+^Di8 zN@%>7Is;#Es@mEPu)+sRxw~VKUdt(%TAes8Dztoc{ z))v+5nmx9hI%VE5kzg80Q_P!0JdwDhGgT}~&{&%@F=qB-N-TQ*(IQd1)>ZM)y5_0Z z&wY(=qLd_`aw+WTO`bN%`0OeL7s$&ZVe$3DX_XX53DbQAUld}?FJn!esq2xuJ8x4x z^MnHE1MGn&DyN_C5$PtJKM!ATegL{R!+9hc-RX#ft z#$ju$JbT7JpOR~K`!ZAs63L*`3ba_H0iDF>DaF0LF#@FS!b_6FWh==fBtX+?Yxga? zk5Zukzf>9j_zZ zyuv+_Z_EQ=pN)|>i+@Yx1Z-3^3~|F5fO!akh?L(QUAT8A4`CjOK?^N5@~GehtGB|j zhpn0&i8Cm)OSgjR4u|uq2S>@cx>Hp$cZKb z|MLl=PKwfptDAF$%Xu=4%K-;;yb#s^efO)nJqM7)m&G{!XUlb^Bx})Bs)eSsV0@nd zU$(b*olJrX$m^Av%@@&RFYf}(S7BH!AGBDICI0n$6LSH(W-mhHyHdm#22JvyZ=?u6 zfvVJp1jYyU!q78B%DVNwcLc}`AWgpJ_F5s@C#c~kxN8Qfy)o&rx`7TFiQw3mBhRxo zGa;F~_?b09Jl~vi=iRdU*`*T@U@}jsRKgDhowlc?#6wY!f0NMa1nC84PGY;nx0-w0c$nF7}l zF8`3I3PRS|5g7D_EQbCIM!arLXn__N0@=~>4q9{?je+ankC zZb&nPPiIG-g!L-*Q$Y#!V=Dq{gksgt|@veaQ51-kISRaZnBwk@OY=$HAT|h zf(BNxbjaw>WPQY(ygil0W)|s$Tc%wNd`rKg{wGa<0$0@s7k}Y}&YqJy^(-Za29jYh zTaS^0T$jk&eLmq5oOh?<4pIG2;Z~Wa#>-ZdxJvm}HU5j32zRLXsuP*3dJR*qb2Ga= zM|jY#=?(I%1&R@6r152zs5ifg>b83WNd}rXxG}ctxZC@nx8Thy~>{>ieoHi?VWXo6hvi1{2UvBuK% zfV=7PkSCj=tZzSLn`zr|WyCyLA%1dQeJGN70}$_Jkho;BYQ-Aoz387-RW$c4*MK&! z>zgzrxLeiE>IY zS1cAeIMeo)>AaRNUCGMwf8UL?h;X7WMlQO>I`UszsU=;f@SyEC=OBp(SHgnTJ`f%i z_?Lul&qAxFQ>%^-mS7h}sFz~gM%}b0<(5^Og_O*7^>;xStQ(yWU zjV&+IC@sbKBbi8}6k$1B_8Zv%Td6F{VnZ!w(hh+Gx(2usvsGwgpuCi@j4`CBZ0~LH zGwzGb!e<;bFc@VO3jRs8VT!o?(Cy{|3gI5zDCv~B+8=FRl2fGbnu^HMjd|GQ{ppue zcLZQ~X;~2+Xpt8;6ciiCE@G?rZz?I8RA|OXJ$KnWsl=f!fmkKfh=}fd#r#(uBOx&B zq%K93ttwkwW+QkZL6M~K;Y49}o-sp)J}PQ`zsKI?yA|Q+4PsQHiI&pW51uhnZZ>JF zj_CHq2ufI-rd<&CFZe4#L)HsN)EITp7bGfFRQJe?BS1`Ted5hve~jxe2QoH-8v zTJF2%QK0WyeK<(S3LoaHzT$ z4%j2eV!;^imws=@(6yt$+TX?zQ#C^GCNe1%(|}Kvy4|!MR2oy6|IKURdJ85^u*bOU zz#?^^5T*+hqie2%=3E#8`Kyk4XWjlRK4Ss%$=+}mEbWp*bNsO<1ZdJSb-SF5J>>)n zhp%i~!2sPuT!kGuVD@>PR~nwHu4o%pwATJ5L(T)3H+|6nFPv?5+w^dFIB_XWlB%;P z2=ZwBap{-XGr#MHV>Ffc4p*S!JwqO z?>VF39mJ?V3hX~w6__w`2y>OE(4@5+38+>`+_kiII`ZsRL)FcJtXu${;(r$_4d*a^ z1X@W+j@O0EnHA(M!#Pr1&=%|fBV^YYMs}>_=J)pJ7A0bniF+z(D})VXUlx|seHV96ds`;oY8%a~3fkU;?;ZE&a}Z%Xs0Zv3xTy|V9VlcbXC*C}=!mmJ$} z$UMxz^^9E%+I@RXJFd&1fkw#*t9k;FMz5?KCbVBFfap2KbOUVW=Pz2WDgKev*X zmibnMM0p1`c)Zq^yYFoG<;OzrWpSB!OA((X5S4(iBn5A;WRXZO|B<5oqY4Q2ozy5t z2H_WKfsq+mv0$ps`w9SYnHjYlM8o!XqQ>1Mjuy>u$Ii}Qpuarx{aRS1~Bvp5nB7X(xx2kY@i3@Xe0 z+d0P;@nx>G>M2F(U6wC*`(t2+!T-DwN=Anc&``!#k?ry)tnsb*?QPDLSB_T~Q#La| z!G68Q9iyj`=vN$6D(t!dje=m3Ak11L@HLq)kfmnf?@kZtco?}Y3Q7)L1r^R`Kh`a; z+%B@1oAOH;o@17MAtnChZJJDlAPw~j@8e83_tJFekJjRJJ=C(d+W60X(;FeQ0N?k^ zwxf+;(g{o)j2N7KJMaM#_SG*m8w}`b2q1`DqzoTmZB_w*1F$_gKIxKGX}IXs#~)F2~2$KqZHLq?p(SPt++A42)vBND7rs&|9wDuUGwz zC)&FpWvVd0`RBaZ^yNMH)8JnuWu|LK?`X6;wS~ojodNDKhm|cTF_FI+89{UhwlA18 zIYo)dG`h*Gt`uqikGj{7uNSMEOi>1w870*fWN+WpX+1^0mj0#vZ(}l-?Y_bO?HpBS UvpwAherf_rPD&Y6C1Diwe~mw2&Hw-a literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/map-background.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/map-background.png new file mode 100644 index 0000000000000000000000000000000000000000..3b07a60c91af3ab9075c57d16789e5bf3b59f2e2 GIT binary patch literal 59633 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/mascot.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/mascot.png new file mode 100644 index 0000000000000000000000000000000000000000..3dc95c7749f3657ae1751f445cea8449f46cf740 GIT binary patch literal 8304 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 a^#1|V?(KBGJ|HOo0000>$^ z?vHz`y1LfxUaNQSQ^)E^xU!-YCK?GE006+0k(N*e01&`$xCn^w<`X_yR{{X=cgphW zl5a!jh}Q7J)`0x(H!q#B|DShH7YKe0{OaXF{%`g-|JLUlN9vQ4p>VOGaLIqh%r5XB_)nYY^}8r~=8gQez(4zE zudlEE`h9PNLq)Uq@85HBavqy_x~p|Fv-1~3&QSDze+?JN37PiR>iKRl1T`AS44jH{ zn@CSfi*X(gG#zkJ>dXuOllFBo+-AgDs^M)pk@jOIkn;Pd=M>+`rK3x8@#@X9>&t%+ z$JhV%&aa2(x8ps=#iTSRw~tbMf4QhNj&1Dq5ADh+8JA@&woT2ceX(a?U~F&MayH9o zC|fOV>@c!+-_vni8X0r&_!jBbr6lluX>F6AOUpAb%H&IUQ~zjJclY7f*i+}A`-wl5 z)iqbCMg9?q5hC(0=a(}R$CVue-|Q=4*(KR|`J0LP-{aE9W%U)=KHk=Mlt^gEjpu}C zW_{|7yDWA#6Onz~*a=@4$f|6dsjN>fs^0I&d`MDBFKgHyu03js9Z7K)U|l*!m3nL!akvKEY9sgFsc29kU zklFMS;NjE@<4*oE8;6{!^ehCi>rb*KbyRN?oEoL7KJ`v`u?;t5=_$~ zcnP>XA(fuq3fq)G^Y}p8KgA_IoiDvroeAHLD`OO;35h3=u)@^!n73f$moE~HClJT_ z7!Hg|j5W4UgOkxgTx4kS55VTMU1)-f{{h@;8Sj~~0fsCZX*2Ow`ryLLq<^zs(I`zu zt8|s^7nLPb`#fRv_jCL%rT^iwMyJ&|#BAW-lvM#q9Ib>7=m#`WMQ;9vq)8$HL3m^+ zHZWW{bOeX`15ig)fD7zX5%8fEu7r{xux%+g3Di0gzpF27qk$Csbw62^Shp)cDI$8$ zeE_~sRvL%Ky30Qg7bqrO5`n0@h1Nn_;P;fv6r2Q8fEBhDS5CoCYwVzw)wu0 zau3X)vQc5f3cU%OABu~Axj&)GEN=5l9YY5o@wAeTgiB2+ zAF3QJ+`QJ1aY@m^RncYqG`Mce4Z0C0T!=H~5|itr`yHxG71cdFMsrRgJ#81^P1qtE z=&9uwP5Z-HliHS&hDUy;Kv5z#>GDHR16Za(Iaz=6!J)`jg2Q4Di9RCsH5x zN<&9{|K+uEx<2;0tqOlvze}-Oo>q@O=|SlT%r|`SPAk7)tj0w4YfcbX1`j*#>i$XV zSeWerEA4}d0F)>U_hZ|BUHzJ7nF+f$p$OT7(_ew(zD3iLx%F(MgNaqCly{*X+OP;91%T zjjN9C)qraaXC(N-7_XbFe}<_R48L%Lf4FWLUM4s5e_lxT^AY zZVnA82Ri3OZK)!^@Jr1yCWznqXq$~Mpnp~GORHSus(I%hyWirV+VS*lhNy$;XO!EI zRMsoAjQF;x5xbYpp06|0Lh>xa;2+`rwGr4f_tz?=X@%H5zUuSp!;(aYh2>*7Ti#Y@ zke)T$zIKi)vbh%81rh8eR(Cb!4@OLJxgXn#$PO*S%15w7&XWs!1?BzfA zaq89J%?_!;f;BtC0no#1<2mVM30@}Vldr{7kg&J!*=m~ea@gm|5NV)9&(x`|k!@9iF z5=#QJ1zlSijj?Nc1Y(Trlvi zQf3mVB|bWdbBW-sE?vXvKxA=->dT)C1@fX0!VWM;Zs?hs1vg%ER-rxE(VuGGq*%61 zSL_f*fx>n*W&8Ij)1}bVfx*($>RskqDt$hVTBy9UC~NslEe>ZpT!8QI#jaxjA{pqL z+8r`o=k5)U>IA{zMf=FN#|kkI509~%2>wDS5&0Q@)y7;$-&pSU03+7O_c*wmztEn5 z6e)uhUrdmj=o38~o3YDuOT~#}VYTgD_2`mwPoGqki~EC90D%~La-pQ*%Px@ z_)GVg%BY%STDpkr zM3Xfi2tmXkV%P;^9GTDs-Ih*1?|ZwI($|$C;bn5oAPvWPSnMXE*@x^g6c8-$_e<+G zCzunwE$dkMVt%Igm84>e@2jJ{IPXcIxy&*bm-RH)L6^0dxRnfHkpg~UvU=}lh>iEy zh#cr6>zO$Q20A8c|NE^TK8%XfSN(Xsj zd;EaFvz<5R?zTmDS_@UNuwY7B41QW|nDCdce*ag5z!6-JPpu!y{;VaB3l#5>8Os%` z(a%qrqw@0AV{Ym>YKq*l3E*Ylnv+gxuf;_b8M{pKrZz5&Yr@*=yAGT_E5W9sXfv}i zJc?nP6KLyE)#tb&js$x{EjOv&_Ykj&k zHLua(bXe_dZ`SlNIXkV=EuuFX4W94SnYS5za2LZ_lz>1_mu}NIsl!&dDqt)vf8@nI zZ7Ucdn)Oe$MWW%>S8_zygq_H^*FIrN6dp`O5Z%D3d0b7PYLi(N#j4_o@JbTlP96M8 zrW65?nm2i#*@b-8q6#NC9fc+;U=5N)y*x)XrNzWnTjfMeNL_72EaXw|VmrYp1>*mc zizDwbn&@bZZ|+pO+c!a#Wb$j8ZCfhRMsIyd?>my4U}}rc57jM&iI`6O^lk5T-UH#; zhud3wAp7*6t{TVnQn!XebZoQU-z*=)kkZ1LF@!kU;Cz(Qb^l!Sa}0gjiyDAsYJfTp z$|=!uKN)77v#{f|9c;`u0P#8Qgqa)UpYD5$TOMj`Nn)!|gh>T$84X!Da<8pC4 z!6z|}s|iClNmI9Vk_Vah=3VZ;FZxvm{6qXp_?p*)$)#rug$HAiwW8M3WO%KrfRyy; z=&1eZXqf-@JyA$cs^5`W2%%k>>=j9-w~H{I3aU)uKp^4@8fF+Ein*t@TMA-jJO|Ll zPn_f85!gauGc`b>!l%+uFGafF%oR(R!QY8MyXLefq^!A~nngHy)b-C~ui>ubgeD0y zGXoV%bJo1W5@_=ogz-^0cD~1h=d~QF?dP-_TBS6i3haHF(0+F~rcj=Abv2FvS|zWL zoK;t!j3pVuDARLdY z{E$ZtB=Iva=ZG#jJe&y{lQEjum&YAw$bxUy{gD;;gOtNx{TW!Mcf9a=Xxz3}q?95J z>Y?ht+fpSLyQ%Oy_6qjANl)cwpqNi{>G|Dplxn8KB8Qy_<9KUcZpt`>HyQgKd3+UG z4wqY`(@<*fyU(&8am;YhL(w@4Nx;l-S$}*cNOAKZ@Sl5GGe3U@UCgowm={w|jpVNF zZJ-Wj%nwv*R-i<2$%A%iU6D{tR#EwtI^YP+K2N=Or_K;5V&7NfY-aWg{2Tk7sv~A+ zH3F*|HySO1RYf1NQ&GY~)!9Z)69*=km4H-#q0iJ{C1|PMScaP|sF|w{=Vy9!4!%ok z$-7&Q)RQ0ofTQr;Y8JK7^3){|Y(wjW}qu& zi-S_}nnF?hnLwA;d=X#l3h^C|4sGnl6~y@{V$V;Z6iJxMkBt!>CGIsIgqZb>AIJ(E zdx>3kQ91jQVa}JYc6u-mpL=^j9C8m8@fA7?TU=$QR*Nh&8NKo?+UgS#XFHp&L z*mOkTw-rvi>8fcGBOA<(sNwA;eaQjl0|ct1p%i&%L@+n`?Cy-p&*Z~UeH_$j zd4(8vn@CTBg23Qv0h`Y_`~@lrWK(RUeD`bmo73B0Q8&X?Uk=TfQre&Wns=r~~WS|pe`3ZcI|`Q+i$l7FCqS!L6_1gH>I`GfEQ zp=I5qc8DMR5bgd9XD8pb{iW@^oYbHCIF>J|4(>W)+fU_kmhmT`TGaiW$^u-}ji9#~ zTED_!9loE>>+U6pJC713G^NFs^~#*~A&g7@_mV_elC2($!X+{A?rB&BqBEI_ z(($R7U7uw;Ft>>MJ0;$ttUu1eR|-h_=#DMWyZfCU2|E+83HdBR@xAotzRpe)Wf*9A z5a*R)1ldPyRG4-ITSez9zZNpq+7ylU!@jV7!1;UM`ArTp{0TgoxO|dB!5bi9A+$PO z?b|0>JP8N$;p?wRsnJ>5Fd!|zQ9oK_=#Nzv2o1{R3&f=5ld}$_EtURzplIaqv?+N= zyOwg)1IA1J2{Z4x_{Ing8%+&GM}yutL_4m?lM-r*0s6(%pt6Kz(gePqi-p$~y~I%h z=`gyv%nsoqhP_WPKt}_)ML+(g8{x|%-iwW2NN~79M16nuTXp;X=SUeMBhEJ;3y6Rc z70_oMQ(uz?n=ScvF`0G)9lo>XQCW~(Qh1BG9u6O|KB5?1Y}j(9H{1LV9@&9LbzncUvBzB?$JM7e-eXG0<_2_Wil9P?alsFWRccy@S9& z%>W)jw?Oa1EGofq2T9PIrAEB$A#Lt$`=^aF16}58v#_^`rJ1WwO%t><+$mPz2oXbA zRt*ua>m!uXJ^*o>q1L4WzW*!1sC<~i5%LmuB0ZsmrPWyTzc}xGc4Gs6h;OecQ=kXDU0n$!$WUJ z<4nJs#o>D(DC6L?tkDd^wWoq!x;mqP1bfHB_(>RnAL{4%Qynr1 zlae=t@inXlGKy!rqQU0mD&-ZB7oR<{<6tr0v8 zMcYTCuCSuCbz4G&jI?JZv}}BezMyROKUpDX**KvsPPkcXhUA;xET$Ox-^`|%S=#d0 zCxfkg74idf^~(}j@}%Mm6+po^tnU(f_lcRLZG^pBk*GvkaIq2BX{^dJAB9z~%PfG? zVPu4s*VX*SEM1fpjvsPj`e`@x?W^yuY;J&G@AqmbKWN-v*W?JRFtt2cpyLdp0a-_C z;iK~C5E1CmaE9qB(SGLB8H}~DwStYM9dhvzm1ePYIK^*=oTN1runTi|4++*AmHL#1 zbht~PJtkC%uo@AyF~9rya5C`d8NRpb$6YjdO#V|s)Od*$JRLkE15PCvQCq=i6+j5? zCEKm!RTW)K0uJQ{iC7g|9;Yxt7^V|8TjI-^{IVFKEE*+-c7D3$XpRuL?$;K4*=vX& zu!8D}B$KEVb4f=V0~R%a(`ipA5{Xg99nAiS&bjT;JU|oJQ`yJQ2Os83J*veLkewwU zx0GS_N2>RzE+EQU^WTYPQU^3dMpv=tAe~h(h{-H`s z`}6v`pcGs{xWR_2T(Wp{trPEHlX@N>J zo5%)K9RwJR#6@I94R%2&#B}X^&PsYW$~TEYd@jLV)e@T-dJ~CF`}JkJ{mk&g#dEC4 zWZ+X_;=i59dUBK^>y75ko1nj+LW`s*{ncJdV$x$ncQmXY1Q|6%|p<{7OV+20K< z_Iu~We&6UV_*e#CPQy(vj4h$A6QmnOZdpKdjPgDQ^Ph#a(VXM9{2tSO7d z*yuP2lU7(#EW-;TqD>ni3c{|d5kFoIdd$gA>n_>L^gWX<qkSjXd>8lI{W669UUNIrhTyL_Y^$o+D{&&? zUtc$_8HXbq7Bthw*(%nCbFMYH1oEqiso%$omj;AUEMj4U?(_I;^Hk1BC-DyaXuUdv zsS|oV8VRn(NuaTPuKj{;;_rjiHGX{@82;g%0ly;Xz9>Yb3J>w(4xj0JU^jl@%22@` zMMbx}@1PmWT$PtP-|ONb<8lZrIJZ|#Oj;lNAKYK5L>U+YD-2>MqblC^stfsiejvoD zY#i3&F)4oGZaWymniKsI9|n0ZUtiltRU9ivRbdzX>4s@+`q!8DGIj0Nb=Kw6iUMo) zst%9Iyiyg5mtPW4^{j*J@SADx(PS9dlkK>B(XI2IQv3cKpZ{73LVZsFSGd_F0m>Cl z%ePeniIi)R(BdQBt*dD|l~ilU6UIB!9u4BtgebKLepf)HV!_ay;rPz;iyQ)(0&z?+ z_Y>|d%E9?JIS>{__y=l72y1ok5Ulm?$R6#BjSbpTFtTM$k_mQXr2sp%@^d2pULAj7 zF2SVoUru|iqHk1t_rjmIK>MREa5i6>1PM;uD&Pfrk4=k{&ri-YyI05E$sP6g^JA)N z@me+OF>3`bdt~3o`THj+L9g6UNxi-_%rEpOSO*1u*y{}=gHyVKMCjOTOYo<2N2k=U zS5rtP7y6Zzo+vGU@AV81oLW7`ExiTN$5*{Z(L)HBO+Y^FJsl|6riR`D6KR+uTy?tG zwr-?EA%c!e3f@zxSVcjJdu~^m_bM`o3(P%_DQu+FMkDV#jw@lw3v>Fh{c|P&>~n>m zvju8-$M(;IAAIbz_l`>A!zDR|e9Eg=H-*~FyK919w;JOC&2Cz!Qf~cME_T5nr5Jvs z)UlD|OtgrGwWFl%Lg_?)AHzuhXc?>sl5v)bVLCm?>HaILj{6nrOP$o{;6WQf{{R71n=H5AE+@X%~qT<#T z1WsOA%$kVYg9K@w=Uk7Lexyz{ltHova-K>7WyFX%f1lWJcV(NlFX;i8wYi%rC*|`t zg>z~UNrYzb9%LV+k*<=$M5KP#9JH0LmuEkZA!9W^#;U#EAbWgZ))lBNoZJcFaEiW3 zuo@@);dn;*p}kZv+r?UE_hLlHlu(I$-n$n%eOrY7)R5@8NsB&=-)_gQu^77SoM$LN z?N&E@)?3r4(0=)S`zh_@U-G1!QZs=&jyI4UcO!cI@ssd?lizeY2w9J7;y+xyr zmUWmt!ksySM!F-3agKG&!D@2?5tJW1=E)ltjF~MMa8qi`I`J(wXO<*^z$+qhyyU_7 zem0Jn;Dj5M0kQ6;LtVuK0H+meGQ$O(jP3f33LlbL!rYnunsr%KEbq>bvd_)WYB(4O zHX6-Z0l45JmIb-55Y>TpgdQ%gce8v$sG6;=f_J}_%*@2fu%d7vq}QnjYNZ^+$?Z#p zbk@oMiIZgj#yL?`G>A+?IPS4G0$(zW;?pRRu*yYq=OwsxFGzHw@V&YbS|{kWCt|h6azRzGWIrwEsEuSo1bRwIg0**O z%d}CZAw>>@oMSPcKEas89QG%!c>*|x509Mr(Zj&>%`!4uNk1=y5m)>N?ekm%)x}*t z{|u`G;KW=M_&ZKrjdHzyI)%IZ>V0OH(vZqOT}T``f*BsnaG)pRgv~4|O=H3cLJC{pxUuz1Hv?!`N;43nWh!O+EQ-Oht9d1Uys0AD^^+``6byAF;9KBSIr-I2%y8)1S7o z9r5;u5qdc6hH%RGI>}q)5wnrw_G(B-4Fkw~n0clVrSrg!eWD6|VZvuv%3sxozDrh; zq>k>streM0t3(lrVIhikd!LF~9F$o;QeVH5k*u*cQ$TOLVX&Hl5ak%m7)U!}-#J#{ z3}7x6UG4paxEM5{#d(_r5U*b3MJ&G_4pzneDn1UIpEZ(O6=L5R4j{0(7aEZ*K%AQB zAVFbY1d`w{-{yhwm*x2|WwgXpLkojANe*TxbC=HZ1T^%ssG}ql`1}C(nTtUK7)Noe z5H2hu;$_mGJ6fT&#By*fZdvcC8*d;1*TW=DxMHfGRW-!D;wj&O&szBBG}0{YZdjw~ zx}!L$`-FY0uxfEL>eR`GXd?G4VyK1E>kc~w9o4ORddyaNomgm1gG zr_5i1MQcWpjPD~}amDlhNXVWHKkUjgUtiO~Wt&^H&l9755mT3?mcEM0Me$)t9)gp% zIBGjK>g&Hw70X7aSGv><9SRwd%+J52I}h#rh-zOFvHg$cW3U;{NH9x+C>9kg9tWp^ zOAZw^*g$rhmH{ZH0%HPFASnf+JD`+#FB#b6RZX3~M0z<@d~(R$a>4G!RN8{*#dfXx zI$ma&(J3soET3(@I>u|Sb=(PGEw9n|n_m3VFcQly@$<83xcI$GGys~g41jCZvveuz zHoP-<&w?y*aBHi;W4-Y*NNCvcFn2WciEWba@6_n^uS5FtRT?h9{m;|woCm)r4Cy>A zM3+1Bu&-s^a#{$BAnVmxY+D7a_8B8V}F zVO`}M~Vti!liLqBPeBU*ylCA$dM@bb46U1Y=!PY=sV z;$A%hYvb+_DGw<7$WPk3h-UvZ7jD5$B~ZKSliTg<)3sh*%k7JY^1PbrKzV|6*u?|c zzm_ws1J#rV-M=kU*TMFVGdc+rx(1gEuC}(JKumq|?i&Kcxh5a{3--*)`Rtt3*cwXY z{Fs_{jW@;JV3FK&jigZJvjQ_1g{P?ZnQcvb`J?2iuQIRq?v18lecm?tSB9Ak_U(1Q z7ePNg_vsS@PY2R`WK4Y0v>A0bb=hE$IpbCWYqdPPmb0{JA#K7z6j#~GiJ7yufOwK> zn|sVS3r&#T)DUMkrFucp_wcq~5H?4>{){P|I>uTxBlRTN$-O3fHl6UYDv-IOT@ACJR;=nNa5)5W~D1nbh!!7^$1FHNJ=MNmb%~Kup zhf#cd7?*(y45s~chEocEN3M@3n-ZjM-}e2~-xCdPkyOt%un1BKPXDpku!Qa_R*IST z@GptO&+k5cLwqO2QG^$q9ffT3VF&f1i4|Eo`SfV)Vc+VnY%oK#2rdkRQhJXPDJ*%k zbPu60by^hFXUZKDj+pI3#%y7OI#nT88l00G-d02ddK3;5mcf{u^xr3FB3E%l$^?|r z?T@Ie=Xl#3V&k|yaEZXotitmj#;jRzhet8C_ls%Ml!oDrY0lB_cVQeY3Sx<^=x|%_ za8;GUyAy(gE51>HFTkU0G%~{1!+^kaG8oW<=qVa1UxmC-I9kX!P|!dyi>fhdrJ^q) z0*3VS`EHysy7fa<_-YMp19=dCc>Ws!M!(-dA}I@6dvq)GyjhL3izF0b*D!ME27vi) z>s};A4ir)GM;fnNO!2^3#PMgbauLb}GdbBl%z*Yh_zxNsQ0AGaWq6#>ca_sZG*w&2 zLj{Ot!PJvK54)}qs5LWo`&(x9SpQODN_POSMkzpcT2>N9dk#Dmr^b{~peXpQ2{Pn~ zd^w$Gp-fiJeg{jYlQXWeirQB)s;i+|4c&C#^Zl|)*8cDc1tL6B(M%+<>7keUbcG9% zAI0BtvHxb4C6rfIa3J!NA)9&5#LAO9I7u|sWIDL~ac<*A1(!D0;DkMyq)>d_c8x&U zpUCF-_vq(>0yPN)VnOBxxcV9wAmwzi4PL!D5|8vha>J6RO5r-Iw0yd^mkN*MrO806 zGNptr_!`Ts6XN;}E`AP*dyY29|Mb`YDho_R{;iECMg86-S@0@A@ zP!>BSc&g$EpgP5n2C1Sg0JcVIokTXM5BP$8zQ4qE5Qh@gYOl$-`u!WXzU7>F{25IJ zgumPwIpgMEI3QVCFjy|`I95ai9wM+)=Mt{J!nt-G!>u?*$5#9JPTJ{jcQJse=00`g zv|dILdPWhA$tofa2-bh(sjm1I0Q63g{8uX-jN^xcb}3!EOAL_6eh6XT-3&m~RyZ&kAPQk|DG?7nf_nO&v)v?Cv$_S(OREgTCR>y%Iy!FN4dp zev(2503fuy{h>A+^sxKmazJ5yE(jNlwUovxFz2?`p3ZOaXl%j!)5{W{8ZV9?EXyxV z1V-xn8?FuKthS};=ajlwpHlK?EP`WAF)j)_LX2KAN{R3jXHB48Dx8-2VPE_0VU;_I zn*bx&N}@;Bsq^+_&+zs9wEgVm-^uVUJ zBe`B`HQoS-K?O-A!~CcUc`XL)B>wJGB$|xb$rC`8@qcixENTUM6CigNnIAy?96{%LLHKS{wnhqRh7HGWMcHlX+hDf*5^>s0HT5{c{5}FW%XP{`_+xQ?k8Z!8A}YjqE)dPnMf; zVT)ejWCEzD{6N1+&;#dOtMhRb~TId-yzE z)LG4e*O}9{*B@#2awLDdxg0RV8m9)s4yki}+4hL>gpDLFvy>DxE zaPFvD!FKrMJ>DLL`(W^kz{T!lY1$5hQ@`PE6+X15spn^W>~JMM@oq+_mnuAn$5W5W zSw*s)%TYod1dXaya#1r#r)Iev2n9gylo@m2fb76_0UL3sXub4GxU6D35e=l-$a4PR zfRha5W6&w_ax*&ma52i^*h5f=QQhs8S39#4N3vi&C1lRy9%z?Y!8mJ)G7<MqXRsmp0Ns>6K{xo*de@Q%sZ_?0L`J>SE~l&2N&U4>;S*bw6dv1+5 z;0BQswyNe(9lyqNI3;g@Lu(yyehN_6NambjLei=!RAv8IJxoLnSI1a%*E4A+?Al^3 zd*WbEB>@}>e%LtSt*M{xz21Bn{j*v!-|TGwP(_~4!iA+71(&7n-4q|9U1OCBN_Q~egu9m?{daK`DpaPZ=1qqmDpnD`K|fRqg! z%;lR&MrCw&RVrNEr#^JJD=Q?46;c%==@GwTACElt{glrL(<(hs_M{L1ws#|*yacJJ zn86m#S%tBfI+pY|xv0`308$SO={>oVbN_O$of*mlJ^))hdGv01=GQVFnw)TuWnDX5 z`EDSc#vf4h&X(${LVRrS!_<;G76Hq=m32mkT3r+U35$3^sdBWVVxMF~rHxR^) ziz*fs4(%!Jw@=!uJ!U!}zLG>OK)#$C`|2x-=ZI>tZ6%6!T`sw7D-QMIw1khRofOJ+ z9ZSZ7_H>fd-rgc_aUnW4bjxj!miT}6bZxZAy#zvO$ok$z^Gm5u<2$w;gOHWVh`6Qa z1xdqbzqVs@_zD$|AAcS;EG8|F8(8`QUvK%0nZ?Zz9oDEB+POwxw6JDku@p1dAaJn~T!}2#g;8=is`3 z&Jw;JFeNEM}&j`{- zvu?E;JQ>(urUJ-C0y*3sW$DSr3(<-Gvu{OI<2-4A@AJogbz)?jVf_UPbF~k;c7}4D zJ7i_91uk&0eYPNA8bF|T{~YGY3h%qD4ML>(EaDPdS@<4Y4Ks%1>- zR@aZIVyKGkD;B zc;G_5cB(9aXt}|bjd@SVSf;6q=)jmo*8L-GPRqP5fZr3t z1PL*I^Co|xUQ${Bc(p`_3=#dwAuUdf9+pT{cRfg~8!X4AUSvT_In2T~C;B;QnpYdn z>~$YBno0nYMkcGuuZBlC`ggFsZ8@LT6g{NpsUk{7ylXNT^gLq6pJpf1WyM!T8WX44 zh%m566)7q5g-O~gpC$PVVcL7qLBz0?{dtrhCUrr3qY-9Bae^@dRnW=iR(gGM_<=>R zY(28LBLD{?s->GgM0WY5NSTv-M-xv?+8IZ*@Fkkm22((3YWE+NkSTyTXHZO3S;Il< zJ`YdqpAWJv0XiIqW!<5fAecCr4cQvKx3xvREc8={#jnH0?@3AK6pdb^QB13hEJ(r* zpV|_;TE_{~1?z4?;l!$@v+v8q0Rx38n64ftNN^XLxy=Y}e$mG05T5M8ee48N8Vx+> zZ7FWN`jIU7)&xtaygG_@ZU&cR6D6E6KA+MT`C-4oV>MVVDJ41_;20n?Vpq=yrGg}=O(t@q1@fn8a+jIb56kpR9Vdx=hRbM6EJ)gz@_@{P2?Z*GiBPKg=flJKXPz6@D0z7>S!ou3*z+ z;2N6Hq}I!q#iJ7QgOxK6>98aQ#pJ@6m*GU|bRv_`aOs3N0bx5aI8?4K4e*6jiO0eR zM92f0yow|Sg+>_wXLTT}cB0sBqZT}0UVV!c8l(BJ1XMbI>Ym3wfi)db_1e{RFdb@z(oyl^T zVg!85JEzU;K`Hju-)iidMnNocEl)HOMS}w;RP9Dv+Ef>bp`AV=@xqHCD0|2%1!_A* z2}Iy9^*YQXb2%~rqYYX9%?iTzCF~QU(v;lazOb={K9F1wFC?d zXaMv0{3zh$*$!YBEl``oq7jAdS6ezETwJ=Hb*h}^FakUpM^FpVP5AG?;Ic1&b0RW* z`hOF)-<=yX&KS&>`?r0)3l|#ud78jhnVp?YK_SK&Ss$eH_7weF9y4B00r@0Fkg>0? zsi|qV?G&=e_65f`?~WHLg`2>b90L@uCg;}2#7k~hIEjhPKe`j;qb-kHSVyd_c3%eH z-rih+f8hzg3k=j=BKG-Iy{F#nhK-coikCT)WBY(?!MTaV-cg>%zbD#Y8oeq6o2oKRRByk_^MRV? zO`zvBp^X7weoUa)q3~M?+mPf$J4{RCn(l+$_S25dkfT>=hU)g)5Z}|b`(oYduIDe! zj{<4vu?5&Fqekw8dU;#bH86VO6n1VzljgnG#3B-KISic?MkI@_-1a40p|Tv zHTMgrGPZju%!cRJiks>FMT{>Z)$ozn54=mRf*|axGnZP?UoI};yT6ydwIQfh&8HA> z9k3-g2r9AF%)NZ`qdf{r1WhiX>skV~isSlj6QQ|nL9vqp)!(oF1hyKBT0y^J92itD zuS^%Q-gq9oBvj`;XA%0K2DJmXMk4j)frH*x*{K)vqX6K7YqfSrxP~zo7?h zBU=o3+?6Wb9Mi-4#e~kkIk~aj#LkKzojWn#SZALup#xfp^}wVj3IO2W-hAfd(4UT7 zA-$~)%}tN9+X%rcZ2$ALG{-?(HoqwxH+jjmii9A8^x5t1!X3{=Y%Uvcc9zfU?ln*V&KUKctPSFOR_qFrT zY1T#*i~Gve*IdG3EsWl%5q9PmGn6oJzTH; zL#&Ct{Wiw!9SO+YMF7>iw$Sdz^F5TE<#wSiqr~yy>m4PWw^w#-Y1vh$7NJ{$n>%L+ z7_8X7J7q;dulX6n40-Eo<0@XwgFc}CF$Kx2nM%3IFg)w2yW(W3sFYk zux!1!SbWO3Nw_B{s6_E0#3!&|e{Q&iRPSprdzDs+JaQZeQTxQ7nmrD+sY4m;#kn7L2}3g)U*4mJKEHO!Fs W-eP4?zx})kkdaiBs1`E{{Qm%_7*~q` literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/monsterinsights-report-ecommerce.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/monsterinsights-report-ecommerce.png new file mode 100644 index 0000000000000000000000000000000000000000..f47b160527364005d0932e8e3d6c35cd1d54fd49 GIT binary patch literal 157803 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 S6Z3HJx6FH`*99v5m;VPVnK&W< literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/syed.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/syed.png new file mode 100644 index 0000000000000000000000000000000000000000..030928c5b6335dce3b04beb1a7e07eb5128b7ff1 GIT binary patch literal 17312 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/welcome-mascot.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/welcome-mascot.png new file mode 100644 index 0000000000000000000000000000000000000000..81d5205448c99795d22cb0250f210899f070388d GIT binary patch literal 27246 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 +

    +

      +
    • ' . esc_html__('Show Administrator role at User Role Editor', 'user-role-editor').' - ' . + esc_html__('turn this option on in order to make the "Administrator" role available at the User Role Editor ' + . 'roles selection drop-down list. It is hidden by default for security reasons.','user-role-editor') . '
    • +
    • ' . esc_html__('Show capabilities in the human readable form','user-role-editor').' - ' . + esc_html__('automatically converts capability names from the technical form for internal use like ' + . '"edit_others_posts" to more user friendly form, e.g. "Edit others posts".','user-role-editor') . '
    • +
    • ' . esc_html__('Show deprecated capabilities','user-role-editor').' - '. + esc_html__('Capabilities like "level_0", "level_1" are deprecated and are not used by WordPress. ' + . 'They are left at the user roles for the compatibility purpose with the old themes and plugins code. ' + . 'Turning on this option will show those deprecated capabilities.', 'user-role-editor') . '
    • +
    • ' . esc_html__('Confirm role update','user-role-editor').' - ' . + esc_html__('Show confirmation dialog before save changes made to a current role.') . '
    • +
    • ' . esc_html__('Edit user capabilities','user-role-editor').' - '. + esc_html__('If turned off - capabilities section of selected user is shown in readonly mode. ' + . 'Administrator can not assign capabilities to the user directly. ' + . 'He should make it using roles only.', 'user-role-editor') . '
    • '; + + $text = apply_filters('ure_get_settings_general_tab_help', $text); + $text .=' +
    +

    '; + + return $text; + } + // end of get_general_tab() + + + protected function get_additional_modules_tab() { + $text = '

    '. esc_html__('User Role Editor Options page help', 'user-role-editor') .'

    +

    +

      '; + if (!is_multisite()) { + $text .= '
    • ' . esc_html__('Count users without role', 'user-role-editor').' - ' . + esc_html__('Show at the "Users" page a quant of users without role. Module allows to assign all of them '. + 'an empty role "No rights", in order to look on the users list with role "No rights" at the separate tab then.','user-role-editor') . '
    • '; + } + $text = apply_filters('ure_get_settings_additional_modules_tab_help', $text); + $text .=' +
    +

    '; + + return $text; + } + // end of get_additional_modules_tab() + + + protected function get_default_roles_tab() { + $text = '

    '. esc_html__('User Role Editor Options page help', 'user-role-editor') .'

    +

    +

      +
    • ' . esc_html__('Other default roles for new registered user', 'user-role-editor').' - ' . + esc_html__('select roles below to assign them to the new user automatically as an addition to the primary role. '. + 'Note for multisite environment: take into account that other default roles should exist at the site, '. + 'in order to be assigned to the new registered users.','user-role-editor') . '
    • '; + + $text = apply_filters('ure_get_settings_default_roles_tab_help', $text); + $text .=' +
    +

    '; + + return $text; + } + // end of get_default_roles_tab() + + + protected function get_multisite_tab() { + $text = '

    '. esc_html__( 'User Role Editor Options page help', 'user-role-editor' ) .'

    +

    +

      +
    • ' . esc_html__( 'Allow non super-administrators to create, edit and delete users', 'user-role-editor' ).' - '. + esc_html__( 'Super administrator only may create, edit and delete users under WordPress multi-site by default. '. + 'Turn this option on in order to remove this limitation.','user-role-editor' ) .'
    • '; + + $text = apply_filters('ure_get_settings_multisite_tab_help', $text); + $text .=' +
    +

    '; + + return $text; + } + // end of get_multisite_tab() + + + public function get_settings_help($tab_name) { + switch ($tab_name) { + case 'general':{ + $text = $this->get_general_tab(); + break; + } + case 'additional_modules':{ + $text = $this->get_additional_modules_tab(); + break; + } + case 'default_roles':{ + $text = $this->get_default_roles_tab(); + break; + } + case 'multisite':{ + $text = $this->get_multisite_tab(); + break; + } + default: + } + + return $text; + } + // end of get_settings_help() + +} +// end of URE_Screen_Help diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/settings.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/settings.php new file mode 100644 index 00000000..f7711242 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/settings.php @@ -0,0 +1,271 @@ +get_request_var('show_admin_role', 'post', 'checkbox'); + } + $lib->put_option('show_admin_role', $show_admin_role); + + $caps_readable = $lib->get_request_var('caps_readable', 'post', 'checkbox'); + $lib->put_option('ure_caps_readable', $caps_readable); + + $show_deprecated_caps = $lib->get_request_var('show_deprecated_caps', 'post', 'checkbox'); + $lib->put_option('ure_show_deprecated_caps', $show_deprecated_caps); + + $confirm_role_update = $lib->get_request_var('confirm_role_update', 'post', 'checkbox'); + $lib->put_option('ure_confirm_role_update', $confirm_role_update); + + $edit_user_caps = $lib->get_request_var('edit_user_caps', 'post', 'checkbox'); + $lib->put_option('edit_user_caps', $edit_user_caps); + + $caps_columns_quant = (int) $lib->get_request_var('caps_columns_quant', 'post', 'int'); + $lib->put_option('caps_columns_quant', $caps_columns_quant); + + do_action('ure_settings_update1'); + + $lib->flush_options(); + $lib->show_message(esc_html__('User Role Editor options are updated', 'user-role-editor')); + + } + // end of update_general_options() + + + /** + * Update Additional Modules Options tab + */ + protected static function update_addons_options() { + + $lib = URE_Lib::get_instance(); + $multisite = $lib->get('multisite'); + if (!$multisite) { + $count_users_without_role = $lib->get_request_var('count_users_without_role', 'post', 'checkbox'); + $lib->put_option('count_users_without_role', $count_users_without_role); + } + do_action('ure_settings_update2'); + + $lib->flush_options(); + $lib->show_message(esc_html__('User Role Editor options are updated', 'user-role-editor')); + } + // end of update_addons_options() + + + protected static function update_default_roles() { + global $wp_roles; + + $lib = URE_Lib::get_instance(); + + // Primary default role + $primary_default_role = $lib->get_request_var('default_user_role', 'post'); + if (!empty($primary_default_role) && isset($wp_roles->role_objects[$primary_default_role]) && $primary_default_role !== 'administrator') { + update_option('default_role', $primary_default_role); + } + + // Other default roles + $other_default_roles = array(); + foreach($_POST as $key=>$value) { + $prefix = substr($key, 0, 8); + if ($prefix!=='wp_role_') { + continue; + } + $role_id = substr($key, 8); + if ($role_id!=='administrator' && isset($wp_roles->role_objects[$role_id])) { + $other_default_roles[] = $role_id; + } + } // foreach() + $lib->put_option('other_default_roles', $other_default_roles, true); + + $lib->show_message(esc_html__('Default Roles are updated', 'user-role-editor')); + } + // end of update_default_roles() + + + protected static function update_multisite_options() { + + $lib = URE_Lib::get_instance(); + + $multisite = $lib->get('multisite'); + if (!$multisite) { + return; + } + + $allow_edit_users_to_not_super_admin = $lib->get_request_var('allow_edit_users_to_not_super_admin', 'post', 'checkbox'); + $lib->put_option('allow_edit_users_to_not_super_admin', $allow_edit_users_to_not_super_admin); + + do_action('ure_settings_ms_update'); + + $lib->flush_options(); + $lib->show_message(esc_html__('User Role Editor options are updated', 'user-role-editor')); + + } + // end of update_multisite_options() + + + protected static function tools_exec() { + + $lib = URE_Lib::get_instance(); + $roles_reset = $lib->get_request_var( 'ure_reset_roles_exec', 'post', 'int'); + if ( $roles_reset==1 ) { + URE_Tools::reset_roles(); + } else { + do_action( 'ure_settings_tools_exec' ); + } + + } + //end of tools_exec() + + + private static function controller() { + + $action = self::get_action(); + switch ($action) { + case 'ure_settings_update': + self::update_general_options(); + break; + case 'ure_addons_settings_update': + self::update_addons_options(); + break; + case 'ure_settings_ms_update': + self::update_multisite_options(); + break; + case 'ure_default_roles_update': + self::update_default_roles(); + break; + case 'ure_settings_tools_exec': + self::tools_exec(); + break; + case 'show': + default: + ; + } // switch() + + } + // end of controller() + + + public static function show_other_default_roles() { + + $lib = URE_Lib::get_instance(); + $other_default_roles = $lib->get_option('other_default_roles', array()); + $roles = $lib->get_user_roles(); + ksort( $roles ); + $wp_default_role = get_option('default_role'); + foreach ($roles as $role_id => $role) { + if ( $role_id=='administrator' || $role_id==$wp_default_role ) { + continue; + } + if ( in_array( $role_id, $other_default_roles ) ) { + $checked = 'checked="checked"'; + } else { + $checked = ''; + } + echo '
    '; + } + + } + // end of show_other_default_roles() + + + + public static function get_settings_link() { + + $lib = URE_Lib::get_instance(); + $multisite = $lib->get('multisite'); + + if ($multisite && is_network_admin()) { + $link = 'settings.php'; + } else { + $link = 'options-general.php'; + } + + return $link; + + } + // end of get_settings_link(); + + + + public static function show() { + + $lib = URE_Lib::get_instance(); + self::controller(); + + if (defined('URE_SHOW_ADMIN_ROLE') && (URE_SHOW_ADMIN_ROLE == 1)) { + $show_admin_role = 1; + } else { + $show_admin_role = $lib->get_option('show_admin_role', 0); + } + $caps_readable = $lib->get_option('ure_caps_readable', 0); + $show_deprecated_caps = $lib->get_option('ure_show_deprecated_caps', 0); + $confirm_role_update = $lib->get_option('ure_confirm_role_update', 1); + $edit_user_caps = $lib->get_option('edit_user_caps', 1); + $caps_columns_quant = $lib->get_option('caps_columns_quant', 1); + $multisite = $lib->get('multisite'); + if ($multisite) { + $allow_edit_users_to_not_super_admin = $lib->get_option('allow_edit_users_to_not_super_admin', 0); + } else { + $count_users_without_role = $lib->get_option('count_users_without_role', 0); + } + + $view = new URE_Role_View(); + $view->role_default_prepare_html(0); + + $ure_tab_idx = (int) $lib->get_request_var('ure_tab_idx', 'post', 'int'); + + do_action('ure_settings_load'); + + $link = self::get_settings_link(); + $active_for_network = $lib->get('active_for_network'); + $license_key_only = $multisite && is_network_admin() && !$active_for_network; + + + require_once(URE_PLUGIN_DIR . 'includes/settings-template.php'); + } + // end of show() + +} +// end of URE_Settings class \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/task-queue.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/task-queue.php new file mode 100644 index 00000000..67b912a6 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/task-queue.php @@ -0,0 +1,150 @@ +init(); + + } + // end of __construct() + + + private function init() { + + $this->queue = get_option(self::OPTION_NAME, array()); + + } + // end of init() + + + public function reinit() { + + $this->init(); + + } + // end of reinit() + + + /** + * + * @param string $task_id + * @param array $args=array('action'=>'action_name', 'routine'=>'routine_name', 'priority'=>99) + */ + public function add($task_id, $args=array()) { + + $this->queue[$task_id] = $args; + update_option(self::OPTION_NAME, $this->queue); + + } + // end of add_task() + + + public function remove($task_id) { + + if (isset($this->queue[$task_id])) { + unset($this->queue[$task_id]); + update_option(self::OPTION_NAME, $this->queue); + } + } + // end of remove_task() + + + /** + * Returns true in case a queue is empty + * + * @return boolean + */ + public function is_empty() { + + return count($this->queue)==0; + } + // end of is_empty() + + + /** + * Consumers should add there tasks with add_method and add 'ure_fulfil_task' action routine to work on it. + * Do not forget remove task after it was fulfilled. + * + * @return void + */ + + public function process() { + + if ($this->is_empty()) { + return; + } + + foreach($this->queue as $task_id=>$task) { + if ($task_id=='on_activation') { + do_action('ure_on_activation'); + $this->remove('on_activation'); // remove this task after execution if it was defined + } elseif (!empty($task['action'])) { + $priority = empty($task['priority']) ? 10: $task['priority']; + add_action($task['action'], $task['routine'], $priority); + } else { + add_action('init', $task['routine']); + } + } + } + // end of process(); + + /** + * Private clone method to prevent cloning of the instance of the + * *Singleton* instance. + * + * @return void + */ + private function __clone() { + + } + // end of __clone() + + /** + * Private unserialize method to prevent unserializing of the *Singleton* + * instance. + * + * @return void + */ + private function __wakeup() { + + } + // end of __wakeup() + +} +// end of class URE_On_Activation \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/tools.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/tools.php new file mode 100644 index 00000000..91a9593d --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/tools.php @@ -0,0 +1,78 @@ +get('multisite'); + $link = URE_Settings::get_settings_link(); + + if (!$multisite || (is_main_site( get_current_blog_id() ) || ( is_network_admin() && $lib->is_super_admin() ) ) ) { + if ( current_user_can( 'ure_reset_roles' ) ) { +?> + +
    +
    +

    Reset User Roles

    +   +'; + esc_html_e('If any plugins (such as WooCommerce, S2Member and many others) have changed user roles and capabilities during installation, those changes will be LOST!', 'user-role-editor'); echo '
    '; + esc_html_e('For more information on how to undo undesired changes and restore plugins capabilities in case you lost them by mistake go to: ', 'user-role-editor'); + echo 'http://role-editor.com/how-to-restore-deleted-wordpress-user-roles/'; + + if ( $multisite ) { +?> +

    + + + () + +

    + + + + + +
    +
    + +reset_user_roles() ) { + return; + } + + $lib = URE_Lib::get_instance(); + $lib->put_option( 'other_default_roles', array(), true ); + $lib->show_message( esc_html__('Tools: Reset: User Roles were initialized', 'user-role-editor') ); + + } + // end of reset_roles() + + + public static function show( $tab_idx ) { + + do_action( 'ure_settings_tools_show', $tab_idx ); + + // Placed here, after all tools which may be added above, as a very rare needed functionality + self::show_reset_roles( $tab_idx ); + + } + // end of show() + + +} +// end of URE_Tools \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/user-other-roles.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/user-other-roles.php new file mode 100644 index 00000000..9b5776a9 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/user-other-roles.php @@ -0,0 +1,374 @@ +lib = URE_Lib::get_instance(); + $this->set_hooks(); + } + // end of $lib + + + public function set_hooks() { + + if (is_admin()) { + add_filter( 'additional_capabilities_display', array($this, 'additional_capabilities_display'), 10, 1); + add_action( 'admin_print_styles-user-edit.php', array($this, 'load_css') ); + add_action( 'admin_print_styles-user-new.php', array($this, 'load_css') ); + add_action( 'admin_enqueue_scripts', array($this, 'load_js' ) ); + add_action( 'edit_user_profile', array($this, 'edit_user_profile_html'), 10, 1 ); + add_action( 'user_new_form', array($this, 'user_new_form'), 10, 1 ); + add_action( 'profile_update', array($this, 'update'), 10 ); + } + $multisite = $this->lib->get('multisite'); + if ($multisite) { + add_action( 'wpmu_activate_user', array($this, 'add_other_roles'), 10, 1 ); + add_action( 'added_existing_user', array($this, 'add_other_roles'), 10, 1); + } + add_action( 'user_register', array($this, 'add_other_roles'), 10, 1 ); + + } + // end of set_hooks() + + + public function additional_capabilities_display($display) { + + $display = false; + + return $display; + + } + // end of additional_capabilities_display() + + + /* + * Load CSS for the user profile edit page + */ + public function load_css() { + + wp_enqueue_style('wp-jquery-ui-dialog'); + wp_enqueue_style('ure-jquery-multiple-select', plugins_url('/css/multiple-select.css', URE_PLUGIN_FULL_PATH), array(), false, 'screen'); + + } + // end of load_css() + + + public function load_js($hook_suffix) { + + if (!in_array($hook_suffix, array('user-edit.php', 'user-new.php'))) { + return; + } + + + $select_primary_role = apply_filters('ure_users_select_primary_role', true); + + wp_enqueue_script('jquery-ui-dialog', '', array('jquery-ui-core', 'jquery-ui-button', 'jquery')); + wp_register_script('ure-jquery-multiple-select', plugins_url('/js/multiple-select.js', URE_PLUGIN_FULL_PATH)); + wp_enqueue_script('ure-jquery-multiple-select'); + wp_register_script('ure-user-profile-other-roles', plugins_url('/js/user-profile-other-roles.js', URE_PLUGIN_FULL_PATH)); + wp_enqueue_script('ure-user-profile-other-roles'); + wp_localize_script('ure-user-profile-other-roles', 'ure_data_user_profile_other_roles', array( + 'wp_nonce' => wp_create_nonce('user-role-editor'), + 'other_roles' => esc_html__('Other Roles', 'user-role-editor'), + 'select_roles' => esc_html__('Select additional roles for this user', 'user-role-editor'), + 'select_primary_role' => ($select_primary_role || $this->lib->is_super_admin()) ? 1: 0 + )); + } + // end of load_js() + + + /** + * Returns list of user roles, except 1st one, and bbPress assigned as they are shown by WordPress and bbPress themselves. + * + * @param type $user WP_User from wp-includes/capabilities.php + * @return array + */ + public function get_roles_array( $user ) { + + if ( !is_array( $user->roles ) || count( $user->roles )<=1 ) { + return array(); + } + + // get bbPress assigned user role + if ( function_exists( 'bbp_filter_blog_editable_roles' ) ) { + $bb_press_role = bbp_get_user_role( $user->ID ); + } else { + $bb_press_role = ''; + } + + $roles = array(); + foreach ( $user->roles as $role) { + if (!empty($bb_press_role) && $bb_press_role === $role) { + // exclude bbPress assigned role + continue; + } + $roles[] = $role; + } + array_shift( $roles ); // exclude primary role which is shown by WordPress itself + + return $roles; + } + // end of get_roles_array() + + + private function roles_select_html($user, $context) { + global $wp_roles; + + $user_roles = $user->roles; + $primary_role = array_shift($user_roles); + $roles = apply_filters('editable_roles', $wp_roles->roles); // exclude restricted roles if any + $roles = array_reverse( $roles ); + if (isset($roles[$primary_role])) { // exclude role assigned to the user as a primary role + unset($roles[$primary_role]); + } + $button_number = (self::$counter>0) ? '_2': ''; + + echo '
    '."\n"; + + if ($context=='add-new-user' || $context=='add-existing-user') { + // Get other default roles + $other_roles = $this->lib->get_option('other_default_roles', array()); + } else { + $other_roles = $this->get_roles_array($user); + } + if (is_array($other_roles) && count($other_roles) > 0) { + $other_roles_str = implode(',', $other_roles); + } else { + $other_roles_str = ''; + } + echo ''; + + + $output = $this->lib->roles_text($other_roles); + echo ''. $output .''; + + self::$counter++; + } + // end of roles_select() + + + /** + * Returns comma separated string of capabilities directly (not through the roles) assigned to the user + * + * @global WP_Roles $wp_roles + * @param object $user + * @return string + */ + private function get_user_caps_str( $user ) { + global $wp_roles; + + $output = ''; + foreach ($user->caps as $cap => $value) { + if (!$wp_roles->is_role($cap)) { + if ('' != $output) { + $output .= ', '; + } + $output .= $value ? $cap : sprintf(__('Denied: %s'), $cap); + } + } + + return $output; + } + // end of get_user_caps_str() + + + + private function user_profile_capabilities($user) { + + $current_user_id = get_current_user_id(); + $user_caps = $this->get_user_caps_str($user); +?> + + + + + +'; + if ($this->lib->user_is_admin($current_user_id)) { + echo 'ID}", "ure_user_{$user->ID}") . '">' . + esc_html__('Edit', 'user-role-editor') . ''; + } +?> + + + + + + + + +user_profile_capabilities($user); + } +?> +
    +roles_select_html($user, $context); +?> +
    + is_user_profile_extention_allowed()) { + return; + } + $show = apply_filters('ure_show_additional_capabilities_section', true); + if (empty($show)) { + return; + } +?> +

    +display($user, 'user-edit'); + } + // end of edit_user_profile_html() + + + public function user_new_form($context) { + $show = apply_filters('ure_show_additional_capabilities_section', true); + if (empty($show)) { + return; + } + + $user = new WP_User(); +?> + +display($user, $context); +?> +
    +roles[$role_id])) { // skip unexisted roles + continue; + } + if (is_array($user->roles) && !in_array($role_id, $user->roles)) { + $ure_other_roles[] = $role_id; + } + } + foreach ($ure_other_roles as $role) { + $user->add_role($role); + } + + return true; + } + // end of update() + + + private function add_default_other_roles($user_id) { + if (!current_user_can('edit_users')) { + return false; + } + if (!current_user_can('edit_user', $user_id)) { + return false; + } + + $user = get_user_by('id', $user_id); + if (empty($user->ID)) { + return; + } + + // Get default roles if any + $other_default_roles = $this->lib->get_option('other_default_roles', array()); + if (count($other_default_roles) == 0) { + return; + } + foreach ($other_default_roles as $role) { + if (!isset($user->caps[$role])) { + $user->add_role($role); + } + } + } + + // end of add_default_other_roles() + + + public function add_other_roles($user_id) { + + if (empty($user_id)) { + return; + } + + $result = $this->update($user_id); + if ($result) { // roles were assigned manually + return; + } + + $this->add_default_other_roles($user_id); + } + // end of add_other_roles() + + +} +// end of URE_User_Other_Roles class diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/user-role-editor.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/user-role-editor.php new file mode 100644 index 00000000..ed4c9761 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/user-role-editor.php @@ -0,0 +1,896 @@ +lib)) { + $this->lib = URE_Lib::get_instance('user_role_editor'); + } + + $this->user_other_roles = new URE_User_Other_Roles(); + + if ($this->lib->is_pro()) { + $this->main_page_hook_suffix = 'users_page_users-user-role-editor-pro'; + $this->settings_hook_suffix = 'settings_page_settings-user-role-editor-pro'; + } else { + $this->main_page_hook_suffix = 'users_page_users-user-role-editor'; + $this->settings_hook_suffix = 'settings_page_settings-user-role-editor'; + } + $this->ure_hook_suffixes = array($this->settings_hook_suffix, $this->main_page_hook_suffix); + + // activation action + register_activation_hook(URE_PLUGIN_FULL_PATH, array($this, 'setup')); + + // deactivation action + register_deactivation_hook(URE_PLUGIN_FULL_PATH, array($this, 'cleanup')); + + // Who can use this plugin + $this->key_capability = URE_Own_Capabilities::get_key_capability(); + + // Process URE's internal tasks queue + $task_queue = URE_Task_Queue::get_instance(); + $task_queue->process(); + + $this->set_hooks(); + + } + // end of __construct() + + + private function set_hooks() { + $multisite = $this->lib->get('multisite'); + if ($multisite) { + // new blog may be registered not at admin back-end only but automatically after new user registration, e.g. + // Gravity Forms User Registration Addon does + add_action( 'wp_initialize_site', array($this, 'duplicate_roles_for_new_blog'), 99, 1); + } + + // setup additional options hooks for the roles + add_action('init', array($this, 'set_role_additional_options_hooks'), 9); + + if (!is_admin()) { + return; + } + + add_action( 'admin_init', array($this, 'plugin_init'), 1 ); + + // Add the translation function after the plugins loaded hook. + add_action('plugins_loaded', array($this, 'load_translation')); + + // add own submenu + add_action('admin_menu', array($this, 'plugin_menu')); + + if ( $multisite ) { + // add own submenu + add_action( 'network_admin_menu', array($this, 'network_plugin_menu') ); + } + + + // add a Settings link in the installed plugins page + add_filter('plugin_action_links_'. URE_PLUGIN_BASE_NAME, array($this, 'plugin_action_links'), 10, 1); + add_filter('plugin_row_meta', array($this, 'plugin_row_meta'), 10, 2); + } + // end of set_hooks() + + + /** + * True - if it's an instance of Pro version, false - for free version + * @return boolean + */ + public function is_pro() { + + return $this->lib->is_pro(); + } + // end of is_pro() + + + public function load_users_page() { + + add_action('restrict_manage_users', array($this, 'show_move_users_from_no_role_button')); + add_action('admin_head', array($this, 'add_css_to_users_page')); + add_action('admin_footer', array($this, 'add_js_to_users_page')); + + } + // end of load_users_page() + + + /** + * Plugin initialization + * + */ + public function plugin_init() { + + global $pagenow; + + $user_id = get_current_user_id(); + $supress_protection = apply_filters('ure_supress_administrators_protection', false); + // these filters and actions should prevent editing users with administrator role + // by other users with 'edit_users' capability + if (!$supress_protection && !$this->lib->user_is_admin($user_id)) { + new URE_Protect_Admin(); + } + + add_action('admin_enqueue_scripts', array($this, 'admin_load_js')); + add_action('user_row_actions', array($this, 'user_row'), 10, 2); + add_filter('all_plugins', array($this, 'exclude_from_plugins_list')); + + $multisite = $this->lib->get('multisite'); + if ($multisite) { + $allow_edit_users_to_not_super_admin = $this->lib->get_option('allow_edit_users_to_not_super_admin', 0); + if ($allow_edit_users_to_not_super_admin) { + add_filter('map_meta_cap', array($this, 'restore_users_edit_caps'), 1, 4); + remove_all_filters('enable_edit_any_user_configuration'); + add_filter('enable_edit_any_user_configuration', '__return_true'); + add_action('admin_head', array($this, 'edit_user_permission_check'), 1); + if ($pagenow == 'user-new.php') { + add_filter('site_option_site_admins', array($this, 'allow_add_user_as_superadmin')); + } + } + + if ( $pagenow=='site-users.php' ) { + // Try to execute before any other function linked to this filter + add_filter( 'editable_roles', array($this, 'fix_network_admin_roles_dropdown'), 9 ); + } + + } else { + $count_users_without_role = $this->lib->get_option('count_users_without_role', 0); + if ($count_users_without_role) { + add_action( 'load-users.php', array($this, 'load_users_page') ); + } + } + + $bulk_grant_roles = apply_filters('ure_bulk_grant_roles', true); + if ($bulk_grant_roles) { + new URE_Grant_Roles(); + } + + add_action('wp_ajax_ure_ajax', array($this, 'ure_ajax')); + + $sort_roles = apply_filters( 'ure_sort_wp_roles_list', false ); + if ( $sort_roles ) { + add_filter( 'editable_roles', array( $this, 'sort_wp_roles_list' ), 11, 1 ); + } + } + // end of plugin_init() + + + /** + * Allow non-superadmin user to add/create users to the site as superadmin does. + * Include current user to the list of superadmins - for the user-new.php page only, and + * if user really can create_users and promote_users + * @global string $pagenow + * @param array $site_admins + * @return array + */ + public function allow_add_user_as_superadmin($site_admins) { + global $pagenow; + + $this->lib->set_raised_permissions(false); + + if ($pagenow!=='user-new.php') { + return $site_admins; + } + + // Check if current user really can create and promote users + remove_filter('site_option_site_admins', array($this, 'allow_add_user_as_superadmin')); + $can_add_user = current_user_can('create_users') && current_user_can('promote_users'); + add_filter('site_option_site_admins', array($this, 'allow_add_user_as_superadmin')); + + if (!$can_add_user) { + return $site_admins; // no help in this case + } + + $current_user = wp_get_current_user(); + if (!in_array($current_user->user_login, $site_admins)) { + $this->lib->set_raised_permissions(true); + $site_admins[] = $current_user->user_login; + } + + return $site_admins; + } + // end of allow_add_user_as_superadmin() + + + public function show_move_users_from_no_role_button() { + + if ( !current_user_can( 'promote_users' ) ) { + return; + } + + $assign_role = $this->lib->get_assign_role(); + $assign_role->show_html(); + + } + // end of move_users_from_no_role() + + + public function add_css_to_users_page() { + + wp_enqueue_style( 'wp-jquery-ui-dialog' ); + wp_enqueue_style( 'ure-admin-css', URE_PLUGIN_URL . 'css/ure-admin.css', array(), false, 'screen' ); + + } + // end of add_css_to_users_page() + + + public function add_js_to_users_page() { + + wp_enqueue_script('jquery-ui-dialog', '', array('jquery-ui-core','jquery-ui-button', 'jquery') ); + wp_register_script( 'ure-users', plugins_url( '/js/users.js', URE_PLUGIN_FULL_PATH ) ); + wp_enqueue_script ( 'ure-users' ); + wp_localize_script( 'ure-users', 'ure_users_data', array( + 'wp_nonce' => wp_create_nonce('user-role-editor'), + 'move_from_no_role_title' => esc_html__('Change role for users without role', 'user-role-editor'), + 'to' => esc_html__('To:', 'user-role-editor'), + 'no_rights_caption' => esc_html__('No rights', 'user-role-editor'), + 'provide_new_role_caption' => esc_html__('Provide new role', 'user-role-editor') + )); + + } + // end of add_js_to_users_page() + + + /** + * restore edit_users, delete_users, create_users capabilities for non-superadmin users under multisite + * (code is provided by http://wordpress.org/support/profile/sjobidoo) + * + * @param type $caps + * @param type $cap + * @param type $user_id + * @param type $args + * @return type + */ + public function restore_users_edit_caps($caps, $cap, $user_id, $args) { + + foreach ($caps as $key => $capability) { + + if ($capability != 'do_not_allow') + continue; + + switch ($cap) { + case 'edit_user': + case 'edit_users': + $caps[$key] = 'edit_users'; + break; + case 'delete_user': + case 'delete_users': + $caps[$key] = 'delete_users'; + break; + case 'create_users': + $caps[$key] = $cap; + break; + } + } + + return $caps; + } + // end of restore_user_edit_caps() + + + /** + * Checks that both the editing user and the user being edited are + * members of the blog and prevents the super admin being edited. + * (code is provided by http://wordpress.org/support/profile/sjobidoo) + * + */ + public function edit_user_permission_check() { + global $profileuser; + + $current_user_id = get_current_user_id(); + if ($current_user_id===0) { + return; + } + if ($this->lib->is_super_admin()) { // Superadmin may do all + return; + } + + $screen = get_current_screen(); + if (empty($screen)) { + return; + } + + if ($screen->base !== 'user-edit' && $screen->base !== 'user-edit-network') { + return; + } + + // editing a user profile: it's correct to call is_super_admin() directly here, as permissions are raised for the $current_user only + if (!$this->lib->is_super_admin($current_user_id) && is_super_admin($profileuser->ID)) { // trying to edit a superadmin while himself is less than a superadmin + wp_die(esc_html__('You do not have permission to edit this user.', 'user-role-editor')); + } elseif (!( is_user_member_of_blog($profileuser->ID, get_current_blog_id()) && is_user_member_of_blog($current_user_id, get_current_blog_id()) )) { // editing user and edited user aren't members of the same blog + wp_die(esc_html__('You do not have permission to edit this user.', 'user-role-editor')); + } + + } + // end of edit_user_permission_check() + + + /** + * Add/hide edit actions for every user row at the users list + * + * @global type $pagenow + * @param string $actions + * @param type $user + * @return string + */ + public function user_row($actions, $user) { + global $pagenow; + + if ($pagenow!=='users.php') { + return $actions; + } + + $current_user = wp_get_current_user(); + if ($current_user->has_cap($this->key_capability)) { + $actions['capabilities'] = 'ID}", "ure_user_{$user->ID}") . + '">' . esc_html__('Capabilities', 'user-role-editor') . ''; + } + + return $actions; + } + + // end of user_row() + + + /** + * Every time when new blog is created - duplicate for it the roles from the main blog + * @global wpdb $wpdb + * @global WP_Roles $wp_roles + * @param WP_Site $site + * @param int $user_id + * + */ + public function duplicate_roles_for_new_blog( $site ) { + global $wpdb, $wp_roles; + + // get Id of 1st (main) blog + $main_blog_id = $this->lib->get_main_blog_id(); + if ( empty( $main_blog_id ) ) { + return; + } + $current_blog = $wpdb->blogid; + if ( $current_blog!=$main_blog_id ) { + switch_to_blog( $main_blog_id ); + } + $main_roles = new WP_Roles(); // Get roles from primary blog + $default_role = get_option( 'default_role' ); // get default role from primary blog + $addons_data = apply_filters( 'ure_get_addons_data_for_new_blog', array() ); // Load addons data to replicate later for the new site - for internal use in a Pro version + + $blog_id = $site->blog_id; + switch_to_blog( $blog_id ); // switch to the new created blog + $main_roles->use_db = false; // do not touch DB + $main_roles->add_cap( 'administrator', 'dummy_123456' ); // just to save current roles into new blog + $main_roles->role_key = $wp_roles->role_key; + $main_roles->use_db = true; // save roles into new blog DB + $main_roles->remove_cap( 'administrator', 'dummy_123456' ); // remove unneeded dummy capability + update_option( 'default_role', $default_role ); // set default role for new blog as it set for primary one + if ( !empty($addons_data) ) { + do_action('ure_set_addons_data_for_new_blog', $blog_id, $addons_data); // save addons data from the main site/blog to the new site/blog - for internal use in a Pro version + } + + switch_to_blog( $current_blog ); // return to blog where we were at the begin + } + // end of duplicate_roles_for_new_blog() + + + /** + * Filter out URE plugin from not admin users to prevent its not authorized deactivation + * @param type array $plugins plugins list + * @return type array $plugins updated plugins list + */ + public function exclude_from_plugins_list($plugins) { + $multisite = $this->lib->get('multisite'); + // if multi-site, then allow plugin activation for network superadmins and, if that's specially defined, - for single site administrators too + if ($multisite) { + if ($this->lib->is_super_admin() || $this->lib->user_is_admin()) { + return $plugins; + } + } else { +// is_super_admin() defines superadmin for not multisite as user who can 'delete_users' which I don't like. +// So let's check if user has 'administrator' role better. + if (current_user_can('administrator') || $this->lib->user_is_admin()) { + return $plugins; + } + } + + // exclude URE from plugins list + $key = basename(URE_PLUGIN_DIR) . '/' . URE_PLUGIN_FILE; + unset($plugins[$key]); + + return $plugins; + } + // end of exclude_from_plugins_list() + + + /** + * Load plugin translation files - linked to the 'plugins_loaded' action + * + */ + function load_translation() { + + load_plugin_textdomain('user-role-editor', '', dirname( plugin_basename( URE_PLUGIN_FULL_PATH ) ) .'/lang'); + + } + // end of ure_load_translation() + + + /** + * Modify plugin action links + * + * @param array $links + * @return array + */ + public function plugin_action_links($links) { + $single_site_settings_link = '' . esc_html__('Settings', 'user-role-editor') .''; + $multisite = $this->lib->get('multisite'); + if (!$multisite ) { + $settings_link = $single_site_settings_link; + } else { + $ure = basename(URE_PLUGIN_DIR) . '/' . URE_PLUGIN_FILE; + $active_for_network = is_plugin_active_for_network($ure); + if (!$active_for_network) { + $settings_link = $single_site_settings_link; + } else { + if (!current_user_can('manage_network_plugins')) { + return $links; + } + $settings_link = ''. esc_html__('Settings', 'user-role-editor') .''; + } + } + array_unshift($links, $settings_link); + + return $links; + } + // end of plugin_action_links() + + + public function plugin_row_meta($links, $file) { + + if ($file == plugin_basename(dirname(URE_PLUGIN_FULL_PATH) .'/'.URE_PLUGIN_FILE)) { + $links[] = '' . esc_html__('Changelog', 'user-role-editor') . ''; + } + + return $links; + } + + // end of plugin_row_meta + + + public function settings_screen_configure() { + $multisite = $this->lib->get('multisite'); + $settings_page_hook = $this->settings_page_hook; + if ($multisite) { + $settings_page_hook .= '-network'; + } + $screen = get_current_screen(); + // Check if current screen is URE's settings page + if ($screen->id != $settings_page_hook) { + return; + } + $screen_help = new Ure_Screen_Help(); + $screen->add_help_tab( array( + 'id' => 'general', + 'title' => esc_html__('General', 'user-role-editor'), + 'content' => $screen_help->get_settings_help('general') + )); + if ($this->lib->is_pro() || !$multisite) { + $screen->add_help_tab( array( + 'id' => 'additional_modules', + 'title' => esc_html__('Additional Modules', 'user-role-editor'), + 'content' => $screen_help->get_settings_help('additional_modules') + )); + } + $screen->add_help_tab( array( + 'id' => 'default_roles', + 'title' => esc_html__('Default Roles', 'user-role-editor'), + 'content' => $screen_help->get_settings_help('default_roles') + )); + if ($multisite) { + $screen->add_help_tab( array( + 'id' => 'multisite', + 'title' => esc_html__('Multisite', 'user-role-editor'), + 'content' => $screen_help->get_settings_help('multisite') + )); + } + } + // end of settings_screen_configure() + + + public function plugin_menu() { + + $translated_title = esc_html__('User Role Editor', 'user-role-editor'); + if (function_exists('add_submenu_page')) { + $ure_page = add_submenu_page( + 'users.php', + $translated_title, + $translated_title, + 'ure_edit_roles', + 'users-' . URE_PLUGIN_FILE, + array($this, 'edit_roles')); + add_action("admin_print_styles-$ure_page", array($this, 'admin_css_action')); + } + + $multisite = $this->lib->get('multisite'); + $active_for_network = $this->lib->get('active_for_network'); + if ( !$multisite || ($multisite && !$active_for_network) ) { + $settings_capability = URE_Own_Capabilities::get_settings_capability(); + $this->settings_page_hook = add_options_page( + $translated_title, + $translated_title, + $settings_capability, + 'settings-' . URE_PLUGIN_FILE, + array($this, 'settings')); + add_action( 'load-'.$this->settings_page_hook, array($this,'settings_screen_configure') ); + add_action("admin_print_styles-{$this->settings_page_hook}", array($this, 'settings_css_action')); + } + } + // end of plugin_menu() + + + public function network_plugin_menu() { + if (is_multisite()) { + $translated_title = esc_html__('User Role Editor', 'user-role-editor'); + $this->settings_page_hook = add_submenu_page( + 'settings.php', + $translated_title, + $translated_title, + $this->key_capability, + 'settings-' . URE_PLUGIN_FILE, + array(&$this, 'settings')); + add_action( 'load-'.$this->settings_page_hook, array($this,'settings_screen_configure') ); + add_action("admin_print_styles-{$this->settings_page_hook}", array($this, 'settings_css_action')); + } + + } + + // end of network_plugin_menu() + + + public function settings() { + $settings_capability = URE_Own_Capabilities::get_settings_capability(); + if (!current_user_can($settings_capability)) { + wp_die(esc_html__( 'You do not have sufficient permissions to manage options for User Role Editor.', 'user-role-editor' )); + } + + URE_Settings::show(); + + } + // end of settings() + + + public function admin_css_action() { + + wp_enqueue_style('wp-jquery-ui-selectable'); + wp_enqueue_style('ure-jquery-ui-general', URE_PLUGIN_URL . 'css/jquery-ui.min.css', array(), false, 'screen'); + wp_enqueue_style('ure-admin-css', URE_PLUGIN_URL . 'css/ure-admin.css', array(), false, 'screen'); + } + // end of admin_css_action() + + + public function settings_css_action() { + + + wp_enqueue_style('ure-jquery-ui-tabs', URE_PLUGIN_URL . 'css/jquery-ui.min.css', array(), false, 'screen'); + wp_enqueue_style('ure-admin-css', URE_PLUGIN_URL . 'css/ure-admin.css', array(), false, 'screen'); + + } + // end of admin_css_action() + + + + // call roles editor page + public function edit_roles() { + + if (!current_user_can('ure_edit_roles')) { + wp_die(esc_html__('Insufficient permissions to work with User Role Editor', 'user-role-editor')); + } + + $editor = URE_Editor::get_instance(); + $editor->show(); + } + // end of edit_roles() + + + /** + * Create backup record for the WordPress user roles + * Run once on URE activation + * + * @global wpdb $wpdb + * @global WP_Roles $wp_roles + * @return type + */ + protected function backup_wp_roles() { + global $wpdb; + + $site_id = get_current_blog_id(); + $backup_roles_key = $wpdb->get_blog_prefix($site_id) .'backup_user_roles'; + // check if backup user roles record exists already + $result = get_option($backup_roles_key, false); + if (!empty($result)) { + return; + } + + $wp_roles = wp_roles(); + update_option($backup_roles_key, $wp_roles->roles, false); + + } + // end of backup_wp_roles() + + /** + * execute on plugin activation + */ + function setup() { + + $this->backup_wp_roles(); + URE_Own_Capabilities::init_caps(); + + $task_queue = URE_Task_Queue::get_instance(); + $task_queue->add('on_activation'); + + } + // end of setup() + + + protected function get_ure_page_url() { + + $page_url = URE_WP_ADMIN_URL . URE_PARENT . '?page=users-' . URE_PLUGIN_FILE; + $object = $this->lib->get_request_var('object', 'get'); + $user_id = (int) $this->lib->get_request_var('user_id', 'get', 'int'); + if ($object=='user' && $user_id>0) { + $page_url .= '&object=user&user_id='. $user_id; + } + + return $page_url; + } + // end of get_ure_page_url() + + + protected function load_main_page_js() { + + $confirm_role_update = $this->lib->get_option('ure_confirm_role_update', 1); + $page_url = $this->get_ure_page_url(); + + $multisite = $this->lib->get('multisite'); + if ( !( $multisite && $this->lib->is_super_admin() ) ) { + $do_not_revoke_from_admin = true; + } else { + // do not limit SuperAdmin for multi-site + $do_not_revoke_from_admin = false; + } + + wp_enqueue_script('jquery-ui-dialog', '', array('jquery-ui-core', 'jquery-ui-button', 'jquery')); + wp_enqueue_script('jquery-ui-selectable', '', array('jquery-ui-core', 'jquery')); + wp_register_script('ure', plugins_url('/js/ure.js', URE_PLUGIN_FULL_PATH)); + wp_enqueue_script('ure'); + wp_localize_script('ure', 'ure_data', array( + 'wp_nonce' => wp_create_nonce('user-role-editor'), + 'network_admin' => is_network_admin() ? 1 : 0, + 'page_url' => $page_url, + 'is_multisite' => is_multisite() ? 1 : 0, + 'do_not_revoke_from_admin' => $do_not_revoke_from_admin ? 1 : 0, + 'confirm_role_update' => $confirm_role_update ? 1 : 0, + 'confirm_title' => esc_html__('Confirm', 'user-role-editor'), + 'yes_label' => esc_html__('Yes', 'user-role-editor'), + 'no_label' => esc_html__('No', 'user-role-editor'), + 'update' => esc_html__('Update', 'user-role-editor'), + 'confirm_submit' => esc_html__('Please confirm permissions update', 'user-role-editor'), + 'add_new_role_title' => esc_html__('Add New Role', 'user-role-editor'), + 'rename_role_title' => esc_html__('Rename Role', 'user-role-editor'), + 'role_name_required' => esc_html__(' Role name (ID) can not be empty!', 'user-role-editor'), + 'role_name_valid_chars' => esc_html__(' Role name (ID) must contain latin characters, digits, hyphens or underscore only!', 'user-role-editor'), + 'numeric_role_name_prohibited' => esc_html__(' WordPress does not support numeric Role name (ID). Add latin characters to it.', 'user-role-editor'), + 'add_role' => esc_html__('Add Role', 'user-role-editor'), + 'rename_role' => esc_html__('Rename Role', 'user-role-editor'), + 'delete_role' => esc_html__('Delete Role', 'user-role-editor'), + 'cancel' => esc_html__('Cancel', 'user-role-editor'), + 'add_capability' => esc_html__('Add Capability', 'user-role-editor'), + 'delete_capability' => esc_html__('Delete Capability', 'user-role-editor'), + esc_html__('Continue?', 'user-role-editor'), + 'default_role' => esc_html__('Default Role', 'user-role-editor'), + 'set_new_default_role' => esc_html__('Set New Default Role', 'user-role-editor'), + 'delete_capability' => esc_html__('Delete Capability', 'user-role-editor'), + 'delete_capability_warning' => esc_html__('Warning! Be careful - removing critical capability could crash some plugin or other custom code', 'user-role-editor'), + 'capability_name_required' => esc_html__(' Capability name (ID) can not be empty!', 'user-role-editor'), + 'capability_name_valid_chars' => esc_html__(' Capability name (ID) must contain latin characters, digits, hyphens or underscore only!', 'user-role-editor'), + )); + + // load additional JS stuff for Pro version, if exists + do_action('ure_load_js'); + + } + // end of load_main_page_js() + + + protected function load_settings_js() { + + $page_url = $this->get_ure_page_url(); + + wp_enqueue_script('jquery-ui-tabs', '', array('jquery-ui-core', 'jquery')); + wp_enqueue_script('jquery-ui-dialog', '', array('jquery-ui-core', 'jquery')); + wp_enqueue_script('jquery-ui-button', '', array('jquery-ui-core', 'jquery')); + wp_register_script('ure-js', plugins_url('/js/settings.js', URE_PLUGIN_FULL_PATH)); + wp_enqueue_script('ure-js'); + + wp_localize_script('ure-js', 'ure_data', array( + 'wp_nonce' => wp_create_nonce('user-role-editor'), + 'network_admin' => is_network_admin() ? 1 : 0, + 'page_url' => $page_url, + 'is_multisite' => is_multisite() ? 1 : 0, + 'confirm_title' => esc_html__('Confirm', 'user-role-editor'), + 'yes_label' => esc_html__('Yes', 'user-role-editor'), + 'no_label' => esc_html__('No', 'user-role-editor'), + 'reset' => esc_html__('Reset', 'user-role-editor'), + 'reset_warning' => ''. esc_html__('DANGER!', 'user-role-editor') .''. + esc_html__(' Resetting will restore default user roles and capabilities from WordPress core.', 'user-role-editor') .'

    '. + esc_html__('If any plugins (such as WooCommerce, S2Member and many others) have changed user roles and capabilities during installation, all those changes will be LOST!', 'user-role-editor') .'
    '. + esc_html__('For more information on how to undo undesired changes and restore plugin capabilities go to', 'user-role-editor') .'
    '. + 'http://role-editor.com/how-to-restore-deleted-wordpress-user-roles/' .'

    '. + esc_html__('Continue?', 'user-role-editor') + )); + + do_action('ure_load_js_settings'); + + } + // end of load_settings_js() + + + /** + * Load plugin javascript stuff + * + * @param string $hook_suffix + */ + public function admin_load_js($hook_suffix) { + + URE_Known_JS_CSS_Compatibility_Issues::fix($hook_suffix, $this->ure_hook_suffixes); + + if ($hook_suffix==$this->main_page_hook_suffix) { + $this->load_main_page_js(); + } elseif($hook_suffix==$this->settings_hook_suffix) { + $this->load_settings_js(); + } + + } + // end of admin_load_js() + + + public function ure_ajax() { + + $ajax_processor = new URE_Ajax_Processor(); + $ajax_processor->dispatch(); + + } + // end of ure_ajax() + + + public function set_role_additional_options_hooks() { + + $role_additional_options = URE_Role_Additional_Options::get_instance($this->lib); + $role_additional_options->set_active_items_hooks(); + + } + // end of set_role_additional_options_hooks() + + + /** + * Sort roles array alphabetically + * @param array $roles + * @return array + */ + public function sort_wp_roles_list( $roles ) { + + ksort( $roles ); + // wp-admin/includes/template/wp_dropdown_roles() showed roles in reversed order, #906: + // $editable_roles = array_reverse( get_editable_roles() ); + // so we have to reverse them 1st, in order they will be reversed back to the ascending order + $roles = array_reverse( $roles ); + + return $roles; + } + // end of sort_wp_roles_list() + + + /** Currently WordPress (tested up to version 5.2.3) shows "Change role to..." drop-down list at Network admin->Sites->selected site->Users with roles filled from the main site, + /* but should use roles list from the selected site. This function replaces roles list with roles from the selected site and + * excludes error messsage "Sorry, you are not allowed to give users that role.", when you try to grant to a user a role which does not exist at the selected site. + * + * @param array $roles + * @return array + */ + public function fix_network_admin_roles_dropdown( $roles ) { + + // get selected site ID + $selected_blog_id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; + if ( !$selected_blog_id ) { + return $roles; + } + + $current_blog_id = get_current_blog_id(); + if ( $current_blog_id!==$selected_blog_id ) { + switch_to_blog( $selected_blog_id ); + } + + remove_filter( 'editable_roles', array($this, 'fix_network_admin_roles_dropdown'), 9 ); + $roles1 = get_editable_roles(); + add_filter( 'editable_roles', array($this, 'fix_network_admin_roles_dropdown'), 9 ); + + if ( $current_blog_id!==$selected_blog_id ) { + restore_current_blog(); + } + + return $roles1; + } + // end of fix_network_admin_roles_dropdown() + + + // execute on plugin deactivation + function cleanup() { + + } + // end of setup() + + +} +// end of User_Role_Editor diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/user-view.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/user-view.php new file mode 100644 index 00000000..14678eed --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/user-view.php @@ -0,0 +1,210 @@ + + * @copyright Copyright (c) 2010 - 2016, Vladimir Garagulya + **/ +class URE_User_View extends URE_View { + + private $user_to_edit = null; + + + public function __construct() { + + parent::__construct(); + $this->user_to_edit = $this->editor->get('user_to_edit'); + + } + // end of __construct() + + + public function display_edit_dialogs() { + + } + // end of display_edit_dialogs() + + + /** + * output HTML code to create URE toolbar + * + * @param boolean $role_delete + * @param boolean $capability_remove + */ + public function toolbar() { +?> +
    +
    + + +
    + +
    + user_to_edit->ID}", "ure_user_{$this->user_to_edit->ID}") . '" >'; + $anchor_end = ''; + if (class_exists('user_switching') && current_user_can('switch_to_user', $this->user_to_edit->ID)) { + $switch_to_user_link = user_switching::switch_to_url($this->user_to_edit); + $switch_to_user = '' . esc_html__('Switch To', 'user-switching') . ''; + } + } else { + $anchor_start = ''; + $anchor_end = ''; + } + $user_info = ' ' . $anchor_start . $this->user_to_edit->user_login; + if ($this->user_to_edit->display_name !== $this->user_to_edit->user_login) { + $user_info .= ' (' . $this->user_to_edit->display_name . ')'; + } + $user_info .= $anchor_end . ''; + if (is_multisite() && $this->lib->is_super_admin($this->user_to_edit->ID)) { + $user_info .= ' ' . esc_html__('Network Super Admin', 'user-role-editor') . ''; + } + + if (!empty($switch_to_user)) { + $user_info .= '    ' . $switch_to_user; + } + + return $user_info; + } + // end of get_user_info() + + + public function show_primary_role_dropdown_list($user_roles) { +?> + +lib->show_admin_role_allowed(); + $values = array_values($this->user_to_edit->roles); + $primary_role = array_shift($values); // get 1st element from roles array + $roles = $this->editor->get('roles'); + foreach ($roles as $role_id => $role) { + if (($show_admin_role || $role_id != 'administrator') && ($role_id !== $primary_role)) { + if ($this->editor->user_can($role_id)) { + $checked = 'checked="checked"'; + } else { + $checked = ''; + } + echo '
    '; + } + } + } + // end of show_secondary_roles() + + + public function display() { + + $caps_readable = $this->editor->get('caps_readable'); + $show_deprecated_caps = $this->editor->get('show_deprecated_caps'); + $edit_user_caps_mode = $this->editor->get_edit_user_caps_mode(); + $caps_access_restrict_for_simple_admin = $this->lib->get_option('caps_access_restrict_for_simple_admin', 0); + $user_info = $this->get_user_info(); + $select_primary_role = apply_filters('ure_users_select_primary_role', true); +?> + +
    +
    + +
    +
    + + + + + + + + + +
      + lib->is_super_admin() || !$this->multisite || !class_exists('User_Role_Editor_Pro') || !$caps_access_restrict_for_simple_admin) { + if ($caps_readable) { + $checked = 'checked="checked"'; + } else { + $checked = ''; + } +?> + onclick="ure_turn_caps_readable(user_to_edit->ID; ?>);" /> +     + + onclick="ure_turn_deprecated_caps(user_to_edit->ID; ?>);"/> + + +
    +lib->is_super_admin()) { +?> +
    +show_primary_role_dropdown_list($this->user_to_edit->roles); + } + if (function_exists('bbp_filter_blog_editable_roles') ) { // bbPress plugin is active +?> +
    +user_to_edit->ID); + if (!empty($bbp_user_role)) { + echo $dynamic_roles[$bbp_user_role]['name']; + } + } +?> +
    +show_secondary_roles(); +?> +
    + display_caps(false, $edit_user_caps_mode ); ?> +
    + + +
    +
    + + * @copyright Copyright (c) 2010 - 2016, Vladimir Garagulya + **/ +class URE_View { + + protected $lib = null; + protected $editor = null; + + + public function __construct() { + + $this->lib = URE_Lib::get_instance(); + $this->editor = URE_Editor::get_instance(); + + } + // end of __construct() + + public function display() {} + + public function toolbar() {} + + /** + * display opening part of the HTML box with title and CSS style + * + * @param string $title + * @param string $style + */ + public function display_box_start($title, $style = '') { + ?> +
    +

    +
    + +
    +
    + get_groups_tree(); + $output = '
      '. PHP_EOL; + foreach($groups_list as $group_id=>$group) { + if ($group_id=='all') { + $spacer = ''; + $subgroup = ''; + } else { + $spacer = 'style="padding-left: '. 15*$group['level'] .'px"'; + $subgroup = '- '; + } + $output .= '
    • ' . + $subgroup . $group['caption'] .'
    • '. PHP_EOL; + } + $output .= '
    '. PHP_EOL; + + echo $output; + } + // end of show_caps_groups() + + + private function deprecated_show_and_color($cap_id, $builtin_wp_caps, &$label_style, &$hidden_class) { + + if (isset($builtin_wp_caps[$cap_id])) { + if (in_array('deprecated', $builtin_wp_caps[$cap_id])) { + $show_deprecated_caps = $this->editor->get('show_deprecated_caps'); + if (!$show_deprecated_caps) { + $hidden_class = 'hidden'; + } + $label_style = 'style="color:#BBBBBB;"'; + } + } + + } + // end of deprecated_show_and_color() + + + private function blocked_for_single_admin_style($cap_id, &$label_style) { + + $blocked = false; + $multisite = $this->lib->get('multisite'); + if ($multisite && $this->editor->block_cap_for_single_admin($cap_id, true)) { + if ($this->lib->is_super_admin()) { + if (!is_network_admin()) { + $label_style = 'style="color: red;"'; + } + } else { + $blocked = true; + } + } + + return $blocked; + } + // end of blocked_for_single_admin_style() + + + // Get full capabilities list and exclude Visual Composer capabilities from it + // Do not take VC capabilities into account as VC stores not boolean values with them + protected function get_full_capabilities() { + $full_caps = $this->editor->get('full_capabilities'); + foreach($full_caps as $key=>$capability) { + if (strpos($key, 'vc_access_rules_')!==false) { + unset($full_caps[$key]); + } + } + + return $full_caps; + } + // end of get_full_capabilities() + + + /** + * output HTML-code for capabilities list + * @param boolean $for_role - if true, it is role capabilities list, else - user specific capabilities list + * @param boolean $edit_mode - if false, capabilities checkboxes are shown as disable - readonly mode + */ + public function show_capabilities($for_role = true, $edit_mode=true) { + + $onclick_for_admin = ''; + $multisite = $this->lib->get('multisite'); + $current_role = $this->editor->get('current_role'); + $user_to_edit = $this->editor->get('user_to_edit'); + $roles = $this->editor->get('roles'); + $full_capabilities = $this->get_full_capabilities(); + $built_in_wp_caps = $this->lib->get_built_in_wp_caps(); + $caps_readable = $this->editor->get('caps_readable'); + $caps_groups_manager = URE_Capabilities_Groups_Manager::get_instance(); + + $key_capability = URE_Own_Capabilities::get_key_capability(); + $user_is_ure_admin = current_user_can($key_capability); + $ure_caps = URE_Own_Capabilities::get_caps(); + + $output = '
    ' + . '
    '; + foreach ($full_capabilities as $capability) { + $cap_id = $capability['inner']; + if (!$user_is_ure_admin) { + if (isset($ure_caps[$cap_id]) || + ($multisite && $cap_id=='manage_network_plugins')) { + // exclude URE caps if user does not have full access to URE + continue; + } + } + $label_style = ''; + $hidden_class = ''; + + $this->deprecated_show_and_color($cap_id, $built_in_wp_caps, $label_style, $hidden_class); + $blocked = $this->blocked_for_single_admin_style($cap_id, $label_style); + $classes = array('ure-cap-div'); + if ($blocked) { + $classes[] = 'blocked'; + $hidden_class = 'hidden'; + } + if ($hidden_class) { + $classes[] = $hidden_class; + } + + $cap_groups = $caps_groups_manager->get_cap_groups($cap_id, $built_in_wp_caps); + $classes = array_merge($classes, $cap_groups); + + $checked = ''; + $disabled = ''; + if ($for_role) { + if (isset($roles[$current_role]['capabilities'][$cap_id]) && + !empty($roles[$current_role]['capabilities'][$cap_id])) { + $checked = 'checked="checked"'; + } + } else { + if (empty($edit_mode)) { + $disabled = 'disabled="disabled"'; + } else { + $disabled = ''; + } + if ($this->editor->user_can($cap_id)) { + $checked = 'checked="checked"'; + if (!isset($user_to_edit->caps[$cap_id])) { + $disabled = 'disabled="disabled"'; + } + } + } + $class = 'class="' . implode(' ', $classes) .'"'; + + $cap_id_esc = URE_Capability::escape($cap_id); + $cap_html = '
    '; + + if ($caps_readable) { + $cap_ind = 'human'; + $cap_ind_alt = 'inner'; + } else { + $cap_ind = 'inner'; + $cap_ind_alt = 'human'; + } + $cap_html .= '
    '; + + $output .= $cap_html; + } + $output .= '
    ' ; + + echo $output; + } + // end of show_capabilities() + + + // content of User Role Editor Pro advertisement slot - for direct call + public function advertise_pro() { + ?> + + advert = new URE_Advertisement(); + $this->advert->display(); + + } + // end of advertisement() + + + public static function output_confirmation_dialog() { + ?> +
    +
    +
    + + +lib->get('multisite'); + $current_role = $this->editor->get('current_role'); + $show = true; + if ($multisite) { + if ($current_role=='administrator' && !$this->lib->is_super_admin()) { + $show = false; + } + } elseif ($current_role=='administrator') { + $show = false; + } + + return $show; + } + // end of show_select_all() + + + public function display_caps($for_role = true, $edit_mode=true) { + + $caps_columns_quant = $this->editor->get('caps_columns_quant'); + +?> + + + + + + + + + + + +
    (/) +
    +show_select_all()) { +?> +
    + +
    + +
    +   +     + +   +
    +
    + + +
    +
    +
     
    + show_caps_groups(); ?> + + show_capabilities($for_role, $edit_mode); ?> + + toolbar(); ?> +
    + + * @copyright Copyright (c) 2010 - 2016, Vladimir Garagulya + **/ +class URE_Woocommerce_Capabilities { + + public static $post_types = array('product', 'shop_order', 'shop_coupon', 'shop_webhook', 'product_variation', 'shop_order_refund'); + private static $capability_types = array('product', 'shop_order', 'shop_coupon', 'shop_webhook'); + + + public static function add_group_to_caps(&$caps, $post_type, $group) { + + $post_types = $post_type .'s'; + $caps['edit_'. $post_types][] = $group; + $caps['edit_others_'. $post_types][] = $group; + $caps['publish_'. $post_types][] = $group; + $caps['read_private_'. $post_types][] = $group; + $caps['delete_'. $post_types][] = $group; + $caps['delete_private_'. $post_types][] = $group; + $caps['delete_published_'. $post_types][] = $group; + $caps['delete_others_'. $post_types][] = $group; + $caps['edit_private_'. $post_types][] = $group; + $caps['edit_published_'. $post_types][] = $group; + + } + // end of add_group_to_caps() + + + private static function add_base_caps(&$caps, $group, $subgroup, $cap_type) { + + $cap_types = $cap_type .'s'; + $caps['edit_'. $cap_type] = array('custom', 'custom_post_types', $group, $subgroup, $cap_type); + $caps['read_'. $cap_type] = array('custom', 'custom_post_types', $group, $subgroup, $cap_type); + $caps['delete_'. $cap_type] = array('custom', $group, $subgroup, $cap_type); + $caps['edit_'. $cap_types] = array('custom', $group, $subgroup, $cap_type); + $caps['edit_others_'. $cap_types] = array('custom', $group, $subgroup, $cap_type); + $caps['publish_'. $cap_types] = array('custom', $group, $subgroup, $cap_type); + $caps['read_private_'. $cap_types] = array('custom', $group, $subgroup, $cap_type); + $caps['delete_'. $cap_types] = array('custom', $group, $subgroup, $cap_type); + $caps['delete_private_'. $cap_types] = array('custom', $group, $subgroup, $cap_type); + $caps['delete_published_'. $cap_types] = array('custom', $group, $subgroup, $cap_type); + $caps['delete_others_'. $cap_types] = array('custom', $group, $subgroup, $cap_type); + $caps['edit_private_'. $cap_types] = array('custom', $group, $subgroup, $cap_type); + $caps['edit_published_'. $cap_types] = array('custom', $group, $subgroup, $cap_type); + + } + // end of add_base_caps() + + + /** + * Returns full list of WooCommerce plugin user capabilities + */ + public static function get_caps_groups() { + + $caps = array( + 'manage_woocommerce'=>array('custom', 'woocommerce', 'woocommerce_core'), + 'view_woocommerce_reports'=>array('custom', 'woocommerce', 'woocommerce_core'), + 'view_admin_dashboard'=>array('custom', 'woocommerce', 'woocommerce_core') + ); + + // code was built on the base of woocommerce/includes/class-wc-install.php method WC_Install::get_core_capabilities() + $group = 'woocommerce'; + foreach (self::$capability_types as $cap_type) { + $subgroup = $group .'_'. $cap_type; + self::add_base_caps($caps, $group, $subgroup, $cap_type); + $caps['manage_'. $cap_type .'_terms'] = array('custom', $group, $subgroup, $cap_type); + $caps['edit_'. $cap_type .'_terms'] = array('custom', $group, $subgroup, $cap_type); + $caps['delete_'. $cap_type .'_terms'] = array('custom', $group, $subgroup, $cap_type); + $caps['assign_'. $cap_type .'_terms'] = array('custom', $group, $subgroup, $cap_type); + } + + $pto1 = get_post_type_object('product_variation'); + if (empty($pto1) || $pto1->capability_type === 'product') { // default, not redefined by some plugin + // add capabilities group for the product_variation custom post type + self::add_group_to_caps($caps, 'product', 'woocommerce_product_variation'); + self::add_group_to_caps($caps, 'product', 'product_variation'); + } else { + $cap_type = 'product_variation'; + $subgroup = $group .'_'. $cap_type; + self::add_base_caps($caps, $group, $subgroup, $cap_type); + } + $pto2 = get_post_type_object('shop_order_refund'); + if (empty($pto2) || $pto2->capability_type === 'shop_order') { // default, not redefined by some plugin + // add capabilities group for the shop_order_refund custom post type + self::add_group_to_caps($caps, 'shop_order', 'woocommerce_shop_order_refund'); + self::add_group_to_caps($caps, 'shop_order', 'shop_order_refund'); + } else { + $cap_type = 'shop_order_variant'; + $subgroup = $group .'_'. $cap_type; + self::add_base_caps($caps, $group, $subgroup, $cap_type); + } + + return $caps; + } + // end of get() + + + /** + * This custom post types use capabilities from the other custom post types + * So we should define capabilities set for them manually + * @return array() + */ + public static function get_post_types_without_caps() { + + $pt_without_caps = array(); + $pto1 = get_post_type_object('product_variation'); + if (!empty($pto1) && $pto1->capability_type === 'product') { + $pt_without_caps[] = $pto1->name; + } + $pto2 = get_post_type_object('shop_order_refund'); + if (!empty($pto2) && $pto2->capability_type === 'shop_order') { + $pt_without_caps[] = $pto2->name; + } + + return $pt_without_caps; + } + // end of get_post_types_without_caps() + +} +// end of URE_Woocommerce_Capabilities class \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/define-constants.php b/wordpress/wp-content/plugins/user-role-editor/includes/define-constants.php new file mode 100644 index 00000000..c5568d8f --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/define-constants.php @@ -0,0 +1,15 @@ +is_pro() ) { + return false; + } + + $result = $GLOBALS['user_role_editor']->get_post_view_access_users( $post_id ); + + return $result; + } + // end of ure_get_post_view_users() + +} + + +if ( ! function_exists( 'ure_hide_admin_bar' ) ) { + function ure_hide_admin_bar() { + + show_admin_bar(false); + + } + // end of hide_admin_bar() +} + + +if ( ! function_exists( 'wp_roles' ) ) { + /** + * Included for back compatibility with WP 4.0+ + * Retrieves the global WP_Roles instance and instantiates it if necessary. + * + * @since 4.3.0 + * + * @global WP_Roles $wp_roles WP_Roles global instance. + * + * @return WP_Roles WP_Roles global instance if not already instantiated. + */ + function wp_roles() { + global $wp_roles; + + if (!isset($wp_roles)) { + $wp_roles = new WP_Roles(); + } + return $wp_roles; + } + +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/settings-template.php b/wordpress/wp-content/plugins/user-role-editor/includes/settings-template.php new file mode 100755 index 00000000..7265139a --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/settings-template.php @@ -0,0 +1,259 @@ + +
    + +

    +
    +

    + +
    +
      +
    • +is_pro() || ! $multisite ) { +?> +
    • + +
    • +is_pro() || $lib->is_super_admin() ) ) { +?> +
    • + +
    • + +
    • + +
    + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + /> + + +
    + /> + + +
    + /> + + +
    + /> + + +
    + /> + + +
    +   + + + +
    + + +

    + +

    + +
    +
    +
    +is_pro() || ! $multisite ) { +?> + +
    +
    + + + + + + + + + +
    + /> + +
    + + +

    + + +

    +
    + + +
    +
    +role_default_html; +?> +
    + + +
    + +
    +'. esc_html__( 'Note for multisite environment: take into account that other default roles should exist at the site, in order to be assigned to the new registered users.', 'user-role-editor' ) .'

    '; + } +?> +
    + + +

    + +

    +
    +
    + +is_pro() || $lib->is_super_admin() ) ) { +?> +
    +
    +
    + +is_super_admin() ) { +?> + + + + + +
    + /> + + +
    + + +

    + +

    +
    +
    +
    + +
    + +
    + +
    + about(); + ?> +
    +
    +
    + + + diff --git a/wordpress/wp-content/plugins/user-role-editor/index.php b/wordpress/wp-content/plugins/user-role-editor/index.php new file mode 100644 index 00000000..62200328 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/index.php @@ -0,0 +1,2 @@ + + * @version 1.2.1 + * + * http://wenzhixin.net.cn/p/multiple-select/ + */ + +(function ($) { + + 'use strict'; + + // it only does '%s', and return '' when arguments are undefined + var sprintf = function (str) { + var args = arguments, + flag = true, + i = 1; + + str = str.replace(/%s/g, function () { + var arg = args[i++]; + + if (typeof arg === 'undefined') { + flag = false; + return ''; + } + return arg; + }); + return flag ? str : ''; + }; + + var removeDiacritics = function (str) { + var defaultDiacriticsRemovalMap = [ + {'base':'A', 'letters':/[\u0041\u24B6\uFF21\u00C0\u00C1\u00C2\u1EA6\u1EA4\u1EAA\u1EA8\u00C3\u0100\u0102\u1EB0\u1EAE\u1EB4\u1EB2\u0226\u01E0\u00C4\u01DE\u1EA2\u00C5\u01FA\u01CD\u0200\u0202\u1EA0\u1EAC\u1EB6\u1E00\u0104\u023A\u2C6F]/g}, + {'base':'AA','letters':/[\uA732]/g}, + {'base':'AE','letters':/[\u00C6\u01FC\u01E2]/g}, + {'base':'AO','letters':/[\uA734]/g}, + {'base':'AU','letters':/[\uA736]/g}, + {'base':'AV','letters':/[\uA738\uA73A]/g}, + {'base':'AY','letters':/[\uA73C]/g}, + {'base':'B', 'letters':/[\u0042\u24B7\uFF22\u1E02\u1E04\u1E06\u0243\u0182\u0181]/g}, + {'base':'C', 'letters':/[\u0043\u24B8\uFF23\u0106\u0108\u010A\u010C\u00C7\u1E08\u0187\u023B\uA73E]/g}, + {'base':'D', 'letters':/[\u0044\u24B9\uFF24\u1E0A\u010E\u1E0C\u1E10\u1E12\u1E0E\u0110\u018B\u018A\u0189\uA779]/g}, + {'base':'DZ','letters':/[\u01F1\u01C4]/g}, + {'base':'Dz','letters':/[\u01F2\u01C5]/g}, + {'base':'E', 'letters':/[\u0045\u24BA\uFF25\u00C8\u00C9\u00CA\u1EC0\u1EBE\u1EC4\u1EC2\u1EBC\u0112\u1E14\u1E16\u0114\u0116\u00CB\u1EBA\u011A\u0204\u0206\u1EB8\u1EC6\u0228\u1E1C\u0118\u1E18\u1E1A\u0190\u018E]/g}, + {'base':'F', 'letters':/[\u0046\u24BB\uFF26\u1E1E\u0191\uA77B]/g}, + {'base':'G', 'letters':/[\u0047\u24BC\uFF27\u01F4\u011C\u1E20\u011E\u0120\u01E6\u0122\u01E4\u0193\uA7A0\uA77D\uA77E]/g}, + {'base':'H', 'letters':/[\u0048\u24BD\uFF28\u0124\u1E22\u1E26\u021E\u1E24\u1E28\u1E2A\u0126\u2C67\u2C75\uA78D]/g}, + {'base':'I', 'letters':/[\u0049\u24BE\uFF29\u00CC\u00CD\u00CE\u0128\u012A\u012C\u0130\u00CF\u1E2E\u1EC8\u01CF\u0208\u020A\u1ECA\u012E\u1E2C\u0197]/g}, + {'base':'J', 'letters':/[\u004A\u24BF\uFF2A\u0134\u0248]/g}, + {'base':'K', 'letters':/[\u004B\u24C0\uFF2B\u1E30\u01E8\u1E32\u0136\u1E34\u0198\u2C69\uA740\uA742\uA744\uA7A2]/g}, + {'base':'L', 'letters':/[\u004C\u24C1\uFF2C\u013F\u0139\u013D\u1E36\u1E38\u013B\u1E3C\u1E3A\u0141\u023D\u2C62\u2C60\uA748\uA746\uA780]/g}, + {'base':'LJ','letters':/[\u01C7]/g}, + {'base':'Lj','letters':/[\u01C8]/g}, + {'base':'M', 'letters':/[\u004D\u24C2\uFF2D\u1E3E\u1E40\u1E42\u2C6E\u019C]/g}, + {'base':'N', 'letters':/[\u004E\u24C3\uFF2E\u01F8\u0143\u00D1\u1E44\u0147\u1E46\u0145\u1E4A\u1E48\u0220\u019D\uA790\uA7A4]/g}, + {'base':'NJ','letters':/[\u01CA]/g}, + {'base':'Nj','letters':/[\u01CB]/g}, + {'base':'O', 'letters':/[\u004F\u24C4\uFF2F\u00D2\u00D3\u00D4\u1ED2\u1ED0\u1ED6\u1ED4\u00D5\u1E4C\u022C\u1E4E\u014C\u1E50\u1E52\u014E\u022E\u0230\u00D6\u022A\u1ECE\u0150\u01D1\u020C\u020E\u01A0\u1EDC\u1EDA\u1EE0\u1EDE\u1EE2\u1ECC\u1ED8\u01EA\u01EC\u00D8\u01FE\u0186\u019F\uA74A\uA74C]/g}, + {'base':'OI','letters':/[\u01A2]/g}, + {'base':'OO','letters':/[\uA74E]/g}, + {'base':'OU','letters':/[\u0222]/g}, + {'base':'P', 'letters':/[\u0050\u24C5\uFF30\u1E54\u1E56\u01A4\u2C63\uA750\uA752\uA754]/g}, + {'base':'Q', 'letters':/[\u0051\u24C6\uFF31\uA756\uA758\u024A]/g}, + {'base':'R', 'letters':/[\u0052\u24C7\uFF32\u0154\u1E58\u0158\u0210\u0212\u1E5A\u1E5C\u0156\u1E5E\u024C\u2C64\uA75A\uA7A6\uA782]/g}, + {'base':'S', 'letters':/[\u0053\u24C8\uFF33\u1E9E\u015A\u1E64\u015C\u1E60\u0160\u1E66\u1E62\u1E68\u0218\u015E\u2C7E\uA7A8\uA784]/g}, + {'base':'T', 'letters':/[\u0054\u24C9\uFF34\u1E6A\u0164\u1E6C\u021A\u0162\u1E70\u1E6E\u0166\u01AC\u01AE\u023E\uA786]/g}, + {'base':'TZ','letters':/[\uA728]/g}, + {'base':'U', 'letters':/[\u0055\u24CA\uFF35\u00D9\u00DA\u00DB\u0168\u1E78\u016A\u1E7A\u016C\u00DC\u01DB\u01D7\u01D5\u01D9\u1EE6\u016E\u0170\u01D3\u0214\u0216\u01AF\u1EEA\u1EE8\u1EEE\u1EEC\u1EF0\u1EE4\u1E72\u0172\u1E76\u1E74\u0244]/g}, + {'base':'V', 'letters':/[\u0056\u24CB\uFF36\u1E7C\u1E7E\u01B2\uA75E\u0245]/g}, + {'base':'VY','letters':/[\uA760]/g}, + {'base':'W', 'letters':/[\u0057\u24CC\uFF37\u1E80\u1E82\u0174\u1E86\u1E84\u1E88\u2C72]/g}, + {'base':'X', 'letters':/[\u0058\u24CD\uFF38\u1E8A\u1E8C]/g}, + {'base':'Y', 'letters':/[\u0059\u24CE\uFF39\u1EF2\u00DD\u0176\u1EF8\u0232\u1E8E\u0178\u1EF6\u1EF4\u01B3\u024E\u1EFE]/g}, + {'base':'Z', 'letters':/[\u005A\u24CF\uFF3A\u0179\u1E90\u017B\u017D\u1E92\u1E94\u01B5\u0224\u2C7F\u2C6B\uA762]/g}, + {'base':'a', 'letters':/[\u0061\u24D0\uFF41\u1E9A\u00E0\u00E1\u00E2\u1EA7\u1EA5\u1EAB\u1EA9\u00E3\u0101\u0103\u1EB1\u1EAF\u1EB5\u1EB3\u0227\u01E1\u00E4\u01DF\u1EA3\u00E5\u01FB\u01CE\u0201\u0203\u1EA1\u1EAD\u1EB7\u1E01\u0105\u2C65\u0250]/g}, + {'base':'aa','letters':/[\uA733]/g}, + {'base':'ae','letters':/[\u00E6\u01FD\u01E3]/g}, + {'base':'ao','letters':/[\uA735]/g}, + {'base':'au','letters':/[\uA737]/g}, + {'base':'av','letters':/[\uA739\uA73B]/g}, + {'base':'ay','letters':/[\uA73D]/g}, + {'base':'b', 'letters':/[\u0062\u24D1\uFF42\u1E03\u1E05\u1E07\u0180\u0183\u0253]/g}, + {'base':'c', 'letters':/[\u0063\u24D2\uFF43\u0107\u0109\u010B\u010D\u00E7\u1E09\u0188\u023C\uA73F\u2184]/g}, + {'base':'d', 'letters':/[\u0064\u24D3\uFF44\u1E0B\u010F\u1E0D\u1E11\u1E13\u1E0F\u0111\u018C\u0256\u0257\uA77A]/g}, + {'base':'dz','letters':/[\u01F3\u01C6]/g}, + {'base':'e', 'letters':/[\u0065\u24D4\uFF45\u00E8\u00E9\u00EA\u1EC1\u1EBF\u1EC5\u1EC3\u1EBD\u0113\u1E15\u1E17\u0115\u0117\u00EB\u1EBB\u011B\u0205\u0207\u1EB9\u1EC7\u0229\u1E1D\u0119\u1E19\u1E1B\u0247\u025B\u01DD]/g}, + {'base':'f', 'letters':/[\u0066\u24D5\uFF46\u1E1F\u0192\uA77C]/g}, + {'base':'g', 'letters':/[\u0067\u24D6\uFF47\u01F5\u011D\u1E21\u011F\u0121\u01E7\u0123\u01E5\u0260\uA7A1\u1D79\uA77F]/g}, + {'base':'h', 'letters':/[\u0068\u24D7\uFF48\u0125\u1E23\u1E27\u021F\u1E25\u1E29\u1E2B\u1E96\u0127\u2C68\u2C76\u0265]/g}, + {'base':'hv','letters':/[\u0195]/g}, + {'base':'i', 'letters':/[\u0069\u24D8\uFF49\u00EC\u00ED\u00EE\u0129\u012B\u012D\u00EF\u1E2F\u1EC9\u01D0\u0209\u020B\u1ECB\u012F\u1E2D\u0268\u0131]/g}, + {'base':'j', 'letters':/[\u006A\u24D9\uFF4A\u0135\u01F0\u0249]/g}, + {'base':'k', 'letters':/[\u006B\u24DA\uFF4B\u1E31\u01E9\u1E33\u0137\u1E35\u0199\u2C6A\uA741\uA743\uA745\uA7A3]/g}, + {'base':'l', 'letters':/[\u006C\u24DB\uFF4C\u0140\u013A\u013E\u1E37\u1E39\u013C\u1E3D\u1E3B\u017F\u0142\u019A\u026B\u2C61\uA749\uA781\uA747]/g}, + {'base':'lj','letters':/[\u01C9]/g}, + {'base':'m', 'letters':/[\u006D\u24DC\uFF4D\u1E3F\u1E41\u1E43\u0271\u026F]/g}, + {'base':'n', 'letters':/[\u006E\u24DD\uFF4E\u01F9\u0144\u00F1\u1E45\u0148\u1E47\u0146\u1E4B\u1E49\u019E\u0272\u0149\uA791\uA7A5]/g}, + {'base':'nj','letters':/[\u01CC]/g}, + {'base':'o', 'letters':/[\u006F\u24DE\uFF4F\u00F2\u00F3\u00F4\u1ED3\u1ED1\u1ED7\u1ED5\u00F5\u1E4D\u022D\u1E4F\u014D\u1E51\u1E53\u014F\u022F\u0231\u00F6\u022B\u1ECF\u0151\u01D2\u020D\u020F\u01A1\u1EDD\u1EDB\u1EE1\u1EDF\u1EE3\u1ECD\u1ED9\u01EB\u01ED\u00F8\u01FF\u0254\uA74B\uA74D\u0275]/g}, + {'base':'oi','letters':/[\u01A3]/g}, + {'base':'ou','letters':/[\u0223]/g}, + {'base':'oo','letters':/[\uA74F]/g}, + {'base':'p','letters':/[\u0070\u24DF\uFF50\u1E55\u1E57\u01A5\u1D7D\uA751\uA753\uA755]/g}, + {'base':'q','letters':/[\u0071\u24E0\uFF51\u024B\uA757\uA759]/g}, + {'base':'r','letters':/[\u0072\u24E1\uFF52\u0155\u1E59\u0159\u0211\u0213\u1E5B\u1E5D\u0157\u1E5F\u024D\u027D\uA75B\uA7A7\uA783]/g}, + {'base':'s','letters':/[\u0073\u24E2\uFF53\u00DF\u015B\u1E65\u015D\u1E61\u0161\u1E67\u1E63\u1E69\u0219\u015F\u023F\uA7A9\uA785\u1E9B]/g}, + {'base':'t','letters':/[\u0074\u24E3\uFF54\u1E6B\u1E97\u0165\u1E6D\u021B\u0163\u1E71\u1E6F\u0167\u01AD\u0288\u2C66\uA787]/g}, + {'base':'tz','letters':/[\uA729]/g}, + {'base':'u','letters':/[\u0075\u24E4\uFF55\u00F9\u00FA\u00FB\u0169\u1E79\u016B\u1E7B\u016D\u00FC\u01DC\u01D8\u01D6\u01DA\u1EE7\u016F\u0171\u01D4\u0215\u0217\u01B0\u1EEB\u1EE9\u1EEF\u1EED\u1EF1\u1EE5\u1E73\u0173\u1E77\u1E75\u0289]/g}, + {'base':'v','letters':/[\u0076\u24E5\uFF56\u1E7D\u1E7F\u028B\uA75F\u028C]/g}, + {'base':'vy','letters':/[\uA761]/g}, + {'base':'w','letters':/[\u0077\u24E6\uFF57\u1E81\u1E83\u0175\u1E87\u1E85\u1E98\u1E89\u2C73]/g}, + {'base':'x','letters':/[\u0078\u24E7\uFF58\u1E8B\u1E8D]/g}, + {'base':'y','letters':/[\u0079\u24E8\uFF59\u1EF3\u00FD\u0177\u1EF9\u0233\u1E8F\u00FF\u1EF7\u1E99\u1EF5\u01B4\u024F\u1EFF]/g}, + {'base':'z','letters':/[\u007A\u24E9\uFF5A\u017A\u1E91\u017C\u017E\u1E93\u1E95\u01B6\u0225\u0240\u2C6C\uA763]/g} + ]; + + for (var i = 0; i < defaultDiacriticsRemovalMap.length; i++) { + str = str.replace(defaultDiacriticsRemovalMap[i].letters, defaultDiacriticsRemovalMap[i].base); + } + + return str; + + }; + + function MultipleSelect($el, options) { + var that = this, + name = $el.attr('name') || options.name || ''; + + this.options = options; + + // hide select element + this.$el = $el.hide(); + + // label element + this.$label = this.$el.closest('label'); + if (this.$label.length === 0 && this.$el.attr('id')) { + this.$label = $(sprintf('label[for="%s"]', this.$el.attr('id').replace(/:/g, '\\:'))); + } + + // restore class and title from select element + this.$parent = $(sprintf( + '
    ', + $el.attr('class') || '', + sprintf('title="%s"', $el.attr('title')))); + + // add placeholder to choice button + this.$choice = $(sprintf([ + '' + ].join(''), + this.options.placeholder)); + + // default position is bottom + this.$drop = $(sprintf('
    ', + this.options.position, + sprintf(' style="width: %s"', this.options.dropWidth))); + + this.$el.after(this.$parent); + this.$parent.append(this.$choice); + this.$parent.append(this.$drop); + + if (this.$el.prop('disabled')) { + this.$choice.addClass('disabled'); + } + this.$parent.css('width', + this.options.width || + this.$el.css('width') || + this.$el.outerWidth() + 20); + + this.selectAllName = 'data-name="selectAll' + name + '"'; + this.selectGroupName = 'data-name="selectGroup' + name + '"'; + this.selectItemName = 'data-name="selectItem' + name + '"'; + + if (!this.options.keepOpen) { + $(document).click(function (e) { + if ($(e.target)[0] === that.$choice[0] || + $(e.target).parents('.ms-choice')[0] === that.$choice[0]) { + return; + } + if (($(e.target)[0] === that.$drop[0] || + $(e.target).parents('.ms-drop')[0] !== that.$drop[0] && e.target !== $el[0]) && + that.options.isOpen) { + that.close(); + } + }); + } + } + + MultipleSelect.prototype = { + constructor: MultipleSelect, + + init: function () { + var that = this, + $ul = $('
      '); + + this.$drop.html(''); + + if (this.options.filter) { + this.$drop.append([ + ''].join('') + ); + } + + if (this.options.selectAll && !this.options.single) { + $ul.append([ + '
    • ', + '', + '
    • ' + ].join('')); + } + + $.each(this.$el.children(), function (i, elm) { + $ul.append(that.optionToHtml(i, elm)); + }); + $ul.append(sprintf('
    • %s
    • ', this.options.noMatchesFound)); + this.$drop.append($ul); + + this.$drop.find('ul').css('max-height', this.options.maxHeight + 'px'); + this.$drop.find('.multiple').css('width', this.options.multipleWidth + 'px'); + + this.$searchInput = this.$drop.find('.ms-search input'); + this.$selectAll = this.$drop.find('input[' + this.selectAllName + ']'); + this.$selectGroups = this.$drop.find('input[' + this.selectGroupName + ']'); + this.$selectItems = this.$drop.find('input[' + this.selectItemName + ']:enabled'); + this.$disableItems = this.$drop.find('input[' + this.selectItemName + ']:disabled'); + this.$noResults = this.$drop.find('.ms-no-results'); + + this.events(); + this.updateSelectAll(true); + this.update(true); + + if (this.options.isOpen) { + this.open(); + } + }, + + optionToHtml: function (i, elm, group, groupDisabled) { + var that = this, + $elm = $(elm), + classes = $elm.attr('class') || '', + title = sprintf('title="%s"', $elm.attr('title')), + multiple = this.options.multiple ? 'multiple' : '', + disabled, + type = this.options.single ? 'radio' : 'checkbox'; + + if ($elm.is('option')) { + var value = $elm.val(), + text = that.options.textTemplate($elm), + selected = $elm.prop('selected'), + style = sprintf('style="%s"', this.options.styler(value)), + $el; + + disabled = groupDisabled || $elm.prop('disabled'); + + $el = $([ + sprintf('
    • ', multiple, classes, title, style), + sprintf('', + '
    • ' + ].join('')); + $el.find('input').val(value); + return $el; + } + if ($elm.is('optgroup')) { + var label = that.options.labelTemplate($elm), + $group = $('
      '); + + group = 'group_' + i; + disabled = $elm.prop('disabled'); + + $group.append([ + '
    • ', + sprintf('', + '
    • ' + ].join('')); + + $.each($elm.children(), function (i, elm) { + $group.append(that.optionToHtml(i, elm, group, disabled)); + }); + return $group.html(); + } + }, + + events: function () { + var that = this, + toggleOpen = function (e) { + e.preventDefault(); + that[that.options.isOpen ? 'close' : 'open'](); + }; + + if (this.$label) { + this.$label.off('click').on('click', function (e) { + if (e.target.nodeName.toLowerCase() !== 'label' || e.target !== this) { + return; + } + toggleOpen(e); + if (!that.options.filter || !that.options.isOpen) { + that.focus(); + } + e.stopPropagation(); // Causes lost focus otherwise + }); + } + + this.$choice.off('click').on('click', toggleOpen) + .off('focus').on('focus', this.options.onFocus) + .off('blur').on('blur', this.options.onBlur); + + this.$parent.off('keydown').on('keydown', function (e) { + switch (e.which) { + case 27: // esc key + that.close(); + that.$choice.focus(); + break; + } + }); + + this.$searchInput.off('keydown').on('keydown',function (e) { + // Ensure shift-tab causes lost focus from filter as with clicking away + if (e.keyCode === 9 && e.shiftKey) { + that.close(); + } + }).off('keyup').on('keyup', function (e) { + // enter or space + // Avoid selecting/deselecting if no choices made + if (that.options.filterAcceptOnEnter && (e.which === 13 || e.which == 32) && that.$searchInput.val()) { + that.$selectAll.click(); + that.close(); + that.focus(); + return; + } + that.filter(); + }); + + this.$selectAll.off('click').on('click', function () { + var checked = $(this).prop('checked'), + $items = that.$selectItems.filter(':visible'); + + if ($items.length === that.$selectItems.length) { + that[checked ? 'checkAll' : 'uncheckAll'](); + } else { // when the filter option is true + that.$selectGroups.prop('checked', checked); + $items.prop('checked', checked); + that.options[checked ? 'onCheckAll' : 'onUncheckAll'](); + that.update(); + } + }); + this.$selectGroups.off('click').on('click', function () { + var group = $(this).parent().attr('data-group'), + $items = that.$selectItems.filter(':visible'), + $children = $items.filter(sprintf('[data-group="%s"]', group)), + checked = $children.length !== $children.filter(':checked').length; + + $children.prop('checked', checked); + that.updateSelectAll(); + that.update(); + that.options.onOptgroupClick({ + label: $(this).parent().text(), + checked: checked, + children: $children.get(), + instance: that + }); + }); + this.$selectItems.off('click').on('click', function () { + that.updateSelectAll(); + that.update(); + that.updateOptGroupSelect(); + that.options.onClick({ + label: $(this).parent().text(), + value: $(this).val(), + checked: $(this).prop('checked'), + instance: that + }); + + if (that.options.single && that.options.isOpen && !that.options.keepOpen) { + that.close(); + } + + if (that.options.single) { + var clickedVal = $(this).val(); + that.$selectItems.filter(function() { + return $(this).val() !== clickedVal; + }).each(function() { + $(this).prop('checked', false); + }); + that.update(); + } + }); + }, + + open: function () { + if (this.$choice.hasClass('disabled')) { + return; + } + this.options.isOpen = true; + this.$choice.find('>div').addClass('open'); + this.$drop[this.animateMethod('show')](); + + // fix filter bug: no results show + this.$selectAll.parent().show(); + this.$noResults.hide(); + + // Fix #77: 'All selected' when no options + if (!this.$el.children().length) { + this.$selectAll.parent().hide(); + this.$noResults.show(); + } + + if (this.options.container) { + var offset = this.$drop.offset(); + this.$drop.appendTo($(this.options.container)); + this.$drop.offset({ + top: offset.top, + left: offset.left + }); + } + + if (this.options.filter) { + this.$searchInput.val(''); + this.$searchInput.focus(); + this.filter(); + } + this.options.onOpen(); + }, + + close: function () { + this.options.isOpen = false; + this.$choice.find('>div').removeClass('open'); + this.$drop[this.animateMethod('hide')](); + if (this.options.container) { + this.$parent.append(this.$drop); + this.$drop.css({ + 'top': 'auto', + 'left': 'auto' + }); + } + this.options.onClose(); + }, + + animateMethod: function (method) { + var methods = { + show: { + fade: 'fadeIn', + slide: 'slideDown' + }, + hide: { + fade: 'fadeOut', + slide: 'slideUp' + } + }; + + return methods[method][this.options.animate] || method; + }, + + update: function (isInit) { + var selects = this.options.displayValues ? this.getSelects() : this.getSelects('text'), + $span = this.$choice.find('>span'), + sl = selects.length; + + if (sl === 0) { + $span.addClass('placeholder').html(this.options.placeholder); + } else if (this.options.allSelected && sl === this.$selectItems.length + this.$disableItems.length) { + $span.removeClass('placeholder').html(this.options.allSelected); + } else if (this.options.ellipsis && sl > this.options.minimumCountSelected) { + $span.removeClass('placeholder').text(selects.slice(0, this.options.minimumCountSelected) + .join(this.options.delimiter) + '...'); + } else if (this.options.countSelected && sl > this.options.minimumCountSelected) { + $span.removeClass('placeholder').html(this.options.countSelected + .replace('#', selects.length) + .replace('%', this.$selectItems.length + this.$disableItems.length)); + } else { + $span.removeClass('placeholder').text(selects.join(this.options.delimiter)); + } + + if (this.options.addTitle) { + $span.prop('title', this.getSelects('text')); + } + + // set selects to select + this.$el.val(this.getSelects()).trigger('change'); + + // add selected class to selected li + this.$drop.find('li').removeClass('selected'); + this.$drop.find('input:checked').each(function () { + $(this).parents('li').first().addClass('selected'); + }); + + // trigger ") + .attr('name', name) + .attr('value', value) + .appendTo($form); + }); + $form.appendTo('body'); + $form.submit(); + } + }); +})(jQuery); + +var ure_ajax_get_caps_to_remove = null; + +jQuery(document).ready(function() { + +// Get from the server a list of capabilities we can delete and show dialog to select what to delete + ure_ajax_get_caps_to_remove = { + url: ajaxurl, + type: 'POST', + dataType: 'html', + data: { + action: 'ure_ajax', + sub_action: 'get_caps_to_remove', + current_role: jQuery('#user_role').val(), + network_admin: ure_data.network_admin, + wp_nonce: ure_data.wp_nonce + }, + success: function (response) { + var data = jQuery.parseJSON(response); + if (typeof data.result !== 'undefined') { + if (data.result === 'success') { + jQuery('#ure_delete_capability_dialog .ure-input').html(data.html); + ure_main.show_delete_capability_dialog(); + } else if (data.result === 'failure') { + alert(data.message); + } else { + alert('Wrong response: ' + response) + } + } else { + alert('Wrong response: ' + response) + } + }, + error: function (XMLHttpRequest, textStatus, exception) { + alert("Ajax failure\n" + XMLHttpRequest.statusText); + }, + async: true + }; + +}); + +// Main User Role Editor object +var ure_main = { + selected_group: 'all', + caps_counter: null, + class_prefix: 'ure-', + + show_delete_capability_dialog: function () { + jQuery('#ure_delete_capability_dialog').dialog({ + dialogClass: 'wp-dialog', + modal: true, + autoOpen: true, + closeOnEscape: true, + width: 350, + height: 400, + resizable: false, + title: ure_data.delete_capability, + buttons: { + 'Delete Capability': function () { + if (!confirm(ure_data.delete_capability + ' - ' + ure_data.delete_capability_warning)) { + return; + } + jQuery('#ure_remove_caps_form').submit(); + jQuery(this).dialog('close'); + }, + CancelDeleteCapability: function () { + jQuery(this).dialog('close'); + } + } + }); + // translate buttons caption + jQuery('.ui-dialog-buttonpane button:contains("Delete Capability")').attr('id', 'dialog-delete-capability-button'); + jQuery('#dialog-delete-capability-button').html(ure_ui_button_text(ure_data.delete_capability)); + jQuery('.ui-dialog-buttonpane button:contains("CancelDeleteCapability")').attr('id', 'delete-capability-dialog-cancel-button'); + jQuery('#delete-capability-dialog-cancel-button').html(ure_ui_button_text(ure_data.cancel)); + jQuery('#ure_remove_caps_select_all').click(this.remove_caps_auto_select); + }, + + remove_caps_auto_select: function (event) { + if (event.shiftKey) { + jQuery('.ure-cb-column').each(function () { // reverse selection + jQuery(this).prop('checked', !jQuery(this).prop('checked')); + }); + } else { // switch On/Off all checkboxes + jQuery('.ure-cb-column').prop('checked', jQuery('#ure_remove_caps_select_all').prop('checked')); + + } + } + +}; // end of ure_main declaration +//------------------------------- + + + +function ure_ui_button_text(caption) { + var wrapper = '' + caption + ''; + + return wrapper; +} + + +function ure_select_selectable_element(selectable_container, elements_to_select) { + // add unselecting class to all elements in the styleboard canvas except the ones to select + jQuery(".ui-selected", selectable_container).not(elements_to_select).removeClass("ui-selected").addClass("ui-unselecting"); + // add ui-selecting class to the elements to select + jQuery(elements_to_select).not(".ui-selected").addClass("ui-selecting"); + // trigger the mouse stop event (this will select all .ui-selecting elements, and deselect all .ui-unselecting elements) + selectable_container.data("ui-selectable")._mouseStop(null); +} + + +jQuery(function ($) { + + ure_count_caps_in_groups(); + ure_sizes_update(); + if ($('#ure_select_all_caps').length>0) { + $('#ure_select_all_caps').click(ure_auto_select_caps); + } + $('#granted_only').click(ure_show_granted_caps_only); + $('#ure_caps_groups_list').selectable({ + selected: function( event, ui ) { + // do not allow multiple selection + $(ui.selected).siblings().removeClass("ui-selected"); + ure_caps_refresh(ui.selected.id); + } + }); + ure_select_selectable_element($('#ure_caps_groups_list'), $('#ure_caps_group_all')); + + $('#ure_update_role').button({ + label: ure_data.update + }).click(function () { + if (ure_data.confirm_role_update == 1) { + event.preventDefault(); + ure_confirm(ure_data.confirm_submit, ure_form_submit); + } + }); + + + function ure_form_submit() { + $('#ure_form').submit(); + } + + + function ure_show_add_role_dialog() { + + $('#ure_add_role_dialog').dialog({ + dialogClass: 'wp-dialog', + modal: true, + autoOpen: true, + closeOnEscape: true, + width: 450, + height: 230, + resizable: false, + title: ure_data.add_new_role_title, + 'buttons': { + 'Add Role': function () { + var role_id = $('#user_role_id').val(); + if (role_id == '') { + alert(ure_data.role_name_required); + return false; + } + if (!(/^[\w-]*$/.test(role_id))) { + alert(ure_data.role_name_valid_chars); + return false; + } + if ((/^[0-9]*$/.test(role_id))) { + alert(ure_data.numeric_role_name_prohibited); + return false; + } + var role_name = $('#user_role_name').val(); + var role_copy_from = $('#user_role_copy_from').val(); + + $(this).dialog('close'); + $.ure_postGo(ure_data.page_url, + {action: 'add-new-role', user_role_id: role_id, user_role_name: role_name, user_role_copy_from: role_copy_from, + ure_nonce: ure_data.wp_nonce}); + }, + CancelAddRole: function () { + $(this).dialog('close'); + return false; + } + } + }); + $('.ui-dialog-buttonpane button:contains("Add Role")').attr('id', 'dialog-add-role-button'); + $('#dialog-add-role-button').html(ure_ui_button_text(ure_data.add_role)); + $('.ui-dialog-buttonpane button:contains("CancelAddRole")').attr('id', 'dialog-add-role-cancel-button'); + $('#dialog-add-role-cancel-button').html(ure_ui_button_text(ure_data.cancel)); + + } + + + $('#ure_add_role').button({ + label: ure_data.add_role + }).click(function (event) { + event.preventDefault(); + ure_show_add_role_dialog(); + }); + + + function ure_show_rename_role_dialog() { + + $('#ure_rename_role_dialog').dialog({ + dialogClass: 'wp-dialog', + modal: true, + autoOpen: true, + closeOnEscape: true, + width: 450, + height: 230, + resizable: false, + title: ure_data.rename_role_title, + 'buttons': { + 'Rename Role': function () { + var role_id = $('#ren_user_role_id').val(); + var role_name = $('#ren_user_role_name').val(); + $(this).dialog('close'); + $.ure_postGo(ure_data.page_url, + {action: 'rename-role', user_role_id: role_id, user_role_name: role_name, ure_nonce: ure_data.wp_nonce} + ); + }, + CancelRenameRole: function () { + $(this).dialog('close'); + return false; + } + } + }); + $('.ui-dialog-buttonpane button:contains("Rename Role")').attr('id', 'dialog-rename-role-button'); + $('#dialog-rename-role-button').html(ure_ui_button_text(ure_data.rename_role)); + $('.ui-dialog-buttonpane button:contains("CancelRenameRole")').attr('id', 'rename-role-dialog-cancel-button'); + $('#rename-role-dialog-cancel-button').html(ure_ui_button_text(ure_data.cancel)); + $('#ren_user_role_id').val(ure_current_role); + $('#ren_user_role_name').val(ure_current_role_name); + + } + + + $('#ure_rename_role').button({ + label: ure_data.rename_role + }).click(function (event) { + event.preventDefault(); + ure_show_rename_role_dialog(); + }); + + + function ure_show_delete_role_dialog() { + $('#ure_delete_role_dialog').dialog({ + dialogClass: 'wp-dialog', + modal: true, + autoOpen: true, + closeOnEscape: true, + width: 320, + height: 190, + resizable: false, + title: ure_data.delete_role, + buttons: { + 'Delete Role': function () { + var user_role_id = $('#del_user_role').val(); + var question = ''; + if (user_role_id!=-1) { + question = ure_data.delete_role +' "'+ user_role_id +'"'; + } else { + question = $('#del_user_role').find('option:selected').text(); + } + question += '?'; + if (!confirm(question)) { + return false; + } + $(this).dialog('close'); + $.ure_postGo(ure_data.page_url, + {action: 'delete-role', user_role_id: user_role_id, ure_nonce: ure_data.wp_nonce}); + }, + CancelDeleteRole: function () { + $(this).dialog('close'); + } + } + }); + // translate buttons caption + $('.ui-dialog-buttonpane button:contains("Delete Role")').attr('id', 'dialog-delete-role-button'); + $('#dialog-delete-role-button').html( ure_ui_button_text( ure_data.delete_role ) ); + $('.ui-dialog-buttonpane button:contains("CancelDeleteRole")').attr('id', 'dialog-delete-role-cancel-button'); + $('#dialog-delete-role-cancel-button').html( ure_ui_button_text( ure_data.cancel ) ); + } + + + $('#ure_delete_role').button({ + label: ure_data.delete_role + }).click(function (event) { + event.preventDefault(); + ure_show_delete_role_dialog(); + }); + + + function ure_show_add_capability_dialog() { + $('#ure_add_capability_dialog').dialog({ + dialogClass: 'wp-dialog', + modal: true, + autoOpen: true, + closeOnEscape: true, + width: 350, + height: 190, + resizable: false, + title: ure_data.add_capability, + 'buttons': { + 'Add Capability': function () { + var capability_id = $('#capability_id').val(); + if (capability_id == '') { + alert(ure_data.capability_name_required); + return false; + } + if (!(/^[\w-]*$/.test(capability_id))) { + alert(ure_data.capability_name_valid_chars); + return false; + } + + $(this).dialog('close'); + $.ure_postGo(ure_data.page_url, + {action: 'add-new-capability', capability_id: capability_id, ure_nonce: ure_data.wp_nonce}); + }, + CancelAddCapability: function () { + $(this).dialog('close'); + } + } + }); + $('.ui-dialog-buttonpane button:contains("Add Capability")').attr('id', 'dialog-add-capability-button'); + $('#dialog-add-capability-button').html(ure_ui_button_text(ure_data.add_capability)); + $('.ui-dialog-buttonpane button:contains("CancelAddCapability")').attr('id', 'add-capability-dialog-cancel-button'); + $('#add-capability-dialog-cancel-button').html(ure_ui_button_text(ure_data.cancel)); + + } + + + $('#ure_add_capability').button({ + label: ure_data.add_capability + }).click(function (event) { + event.preventDefault(); + ure_show_add_capability_dialog(); + }); + + + if ($('#ure_delete_capability').length > 0) { + $('#ure_delete_capability').button({ + label: ure_data.delete_capability + }).click(function (event) { + event.preventDefault(); + $.ajax(ure_ajax_get_caps_to_remove); + }); + } + + + function ure_show_default_role_dialog() { + $('#ure_default_role_dialog').dialog({ + dialogClass: 'wp-dialog', + modal: true, + autoOpen: true, + closeOnEscape: true, + width: 320, + height: 190, + resizable: false, + title: ure_data.default_role, + buttons: { + 'Set New Default Role': function () { + $(this).dialog('close'); + var user_role_id = $('#default_user_role').val(); + $.ure_postGo(ure_data.page_url, + {action: 'change-default-role', user_role_id: user_role_id, ure_nonce: ure_data.wp_nonce}); + }, + CancelDefaultRole: function () { + $(this).dialog('close'); + } + } + }); + // translate buttons caption + $('.ui-dialog-buttonpane button:contains("Set New Default Role")').attr('id', 'dialog-default-role-button'); + $('#dialog-default-role-button').html(ure_ui_button_text(ure_data.set_new_default_role)); + $('.ui-dialog-buttonpane button:contains("CancelDefaultRole")').attr('id', 'default-role-dialog-cancel-button'); + $('#default-role-dialog-cancel-button').html(ure_ui_button_text(ure_data.cancel)); + } + + + if ($('#ure_default_role').length > 0) { + $('#ure_default_role').button({ + label: ure_data.default_role + }).click(function (event) { + event.preventDefault(); + ure_show_default_role_dialog(); + }); + } + + + function ure_confirm(message, routine) { + + $('#ure_confirmation_dialog').dialog({ + dialogClass: 'wp-dialog', + modal: true, + autoOpen: true, + closeOnEscape: true, + width: 400, + height: 180, + resizable: false, + title: ure_data.confirm_title, + 'buttons': { + 'No': function () { + $(this).dialog('close'); + return false; + }, + 'Yes': function () { + $(this).dialog('close'); + routine(); + return true; + } + } + }); + $('#ure_cd_html').html(message); + + $('.ui-dialog-buttonpane button:contains("No")').attr('id', 'dialog-no-button'); + $('#dialog-no-button').html(ure_ui_button_text(ure_data.no_label)); + $('.ui-dialog-buttonpane button:contains("Yes")').attr('id', 'dialog-yes-button'); + $('#dialog-yes-button').html(ure_ui_button_text(ure_data.yes_label)); + + } + // end of ure_confirm() + + +}); +// end of jQuery(function() ... + + +// change color of apply to all check box - for multi-site setup only +function ure_apply_to_all_on_click(cb) { + el = document.getElementById('ure_apply_to_all_div'); + if (cb.checked) { + el.style.color = '#FF0000'; + } else { + el.style.color = '#000000'; + } +} +// end of ure_apply_to_all_on_click() + + +// turn on checkbox back if clicked to turn off - for 'administrator' role only! +function ure_turn_it_back( event ) { + + if ( 'administrator'===ure_current_role ) { + event.target.checked = true; + } + +} +// end of ure_turn_it_back() + + +function ure_apply_selection(cb_id) { + var qfilter = jQuery('#quick_filter').val(); + var parent_div = jQuery('#ure_cap_div_'+ cb_id); + var disabled = jQuery('#'+ cb_id).attr('disabled'); + var result = false; + if (parent_div.hasClass(ure_main.class_prefix + ure_main.selected_group) && // make selection inside currently selected group of capabilities only + !parent_div.hasClass('hidden') && disabled!=='disabled') { // select not hidden and not disabled checkboxes (capabilities) only + // if quick filter is not empty, then apply selection to the tagged element only + if (qfilter==='' || parent_div.hasClass('ure_tag')) { + result = true; + } + } + + return result; +} + + +function ure_auto_select_caps(event) { + + if (event.shiftKey) { + jQuery('.ure-cap-cb').each(function () { // reverse selection + if (ure_apply_selection(this.id)) { + jQuery(this).prop('checked', !jQuery(this).prop('checked')); + } + }); + } else { + jQuery('.ure-cap-cb').each(function () { // switch On/Off all checkboxes + if (ure_apply_selection(this.id)) { + jQuery(this).prop('checked', jQuery('#ure_select_all_caps').prop('checked')); + } + }); + } + +} + + +function ure_turn_caps_readable(user_id) { + var ure_obj = 'user'; + if (user_id === 0) { + ure_obj = 'role'; + } + + jQuery.ure_postGo(ure_data.page_url, {action: 'caps-readable', object: ure_obj, user_id: user_id, ure_nonce: ure_data.wp_nonce}); + +} +// end of ure_turn_caps_readable() + + +function ure_turn_deprecated_caps(user_id) { + + var ure_obj = 'user'; + if (user_id === 0) { + ure_obj = 'role'; + } + jQuery.ure_postGo(ure_data.page_url, {action: 'show-deprecated-caps', object: ure_obj, user_id: user_id, ure_nonce: ure_data.wp_nonce}); + +} +// ure_turn_deprecated_caps() + + +function ure_refresh_role_view(response) { + jQuery('#ure_task_status').hide(); + if (response!==null && response.result=='error') { + alert(response.message); + return; + } + + // remove "Granted Only" filter is it was set before current role change + var granted_only = jQuery('#granted_only').prop('checked'); + if (granted_only) { + jQuery('#granted_only').prop('checked', false); + ure_show_granted_caps_only(); + } + + ure_current_role = response.role_id; + ure_current_role_name = response.role_name; + // Select capabilities granted to a newly selected role and exclude others + jQuery('.ure-cap-cb').each(function () { // go through all capabilities checkboxes + if (this.id.length===0) { + return; + } + jQuery(this).prop('checked', response.caps.hasOwnProperty(this.id) && response.caps[this.id]); + if ( ure_data.do_not_revoke_from_admin==1 ) { + var el = document.getElementById(this.id); + if ( 'administrator'===ure_current_role ) { + el.addEventListener( 'click', ure_turn_it_back ); + } else { + el.removeEventListener( 'click', ure_turn_it_back ); + } + } + }); + + // Recalculate granted capabilities for capabilities groups + ure_count_caps_in_groups(); + ure_select_selectable_element(jQuery('#ure_caps_groups_list'), jQuery('#ure_caps_group_all')); + + // additional options section + jQuery('#additional_options').find(':checkbox').each(function() { // go through all additional options checkboxes + jQuery(this).prop('checked', response.options.hasOwnProperty(this.id)); + }); + +} +// end of refresh_role_view() + + +function ure_role_change(role_name) { + + //jQuery.ure_postGo(ure_data.page_url, {action: 'role-change', object: 'role', user_role: role_name, ure_nonce: ure_data.wp_nonce}); + jQuery('#ure_task_status').show(); + var data = { + 'action': 'ure_ajax', + 'sub_action':'get_role_caps', + 'role': role_name, + 'wp_nonce': ure_data.wp_nonce}; + jQuery.post(ajaxurl, data, ure_refresh_role_view, 'json'); + +} +// end of ure_role_change() + + +function ure_filter_capabilities(cap_id) { + var div_list = jQuery('.ure-cap-div'); + for (var i = 0; i < div_list.length; i++) { + if (cap_id !== '' && div_list[i].id.substr(11).indexOf(cap_id) !== -1) { + jQuery('#'+ div_list[i].id).addClass('ure_tag'); + div_list[i].style.color = '#27CF27'; + } else { + div_list[i].style.color = '#000000'; + jQuery('#'+ div_list[i].id).removeClass('ure_tag'); + } + } + +} +// end of ure_filter_capabilities() + + +function ure_hide_pro_banner() { + + jQuery.ure_postGo(ure_data.page_url, {action: 'hide-pro-banner', ure_nonce: ure_data.wp_nonce}); + +} +// end of ure_hide_this_banner() + + +function ure_caps_refresh_all() { + jQuery('.ure-cap-div').each(function () { + if (jQuery(this).hasClass('hidden')) { + if (!jQuery(this).hasClass(ure_main.class_prefix + 'deprecated')) { + jQuery(this).removeClass('hidden'); + } + } + }); +} + + +function ure_caps_refresh_for_group(group_id) { + var show_deprecated = jQuery('#ure_show_deprecated_caps').attr('checked'); + jQuery('.ure-cap-div').each(function () { + var el = jQuery(this); + if (el.hasClass(ure_main.class_prefix + group_id)) { + if (el.hasClass('hidden')) { + if (el.hasClass('blocked')) { + return; + } + if (el.hasClass(ure_main.class_prefix + 'deprecated')) { + if (group_id==='deprecated' || show_deprecated) { + el.removeClass('hidden'); + } + } else { + el.removeClass('hidden'); + } + } else { + if (el.hasClass(ure_main.class_prefix + 'deprecated')) { + if (!show_deprecated) { + el.addClass('hidden'); + } + } + } + } else { + if (!el.hasClass('hidden')) { + el.addClass('hidden'); + } + } + }); +} + + +function ure_caps_refresh(group) { + + var group_id = group.substr(15); + ure_main.selected_group = group_id; + if (group_id === 'all') { + ure_caps_refresh_all(); + } else { + ure_caps_refresh_for_group(group_id); + } + ure_change_caps_columns_quant(); + jQuery('#granted_only').attr('checked', false); +} + + +function ure_validate_columns(columns) { + if (columns==1 || ure_main.selected_group==='all') { + return columns; + } + + // Do not split list on columns in case it contains less then < 25 capabilities + for (var i=0; i0) { + old_text = old_text.substr(0, key_pos - 1); + } + var value = old_text +' ('+ ure_main.caps_counter[i].total +'/'+ ure_main.caps_counter[i].granted +')'; + + el.text(value); + } + +} + + +function ure_sizes_update() { + var width = jQuery('#ure_caps_td').css('width'); + jQuery('#ure_caps_list_container').css('width', width); +} + + +jQuery(window).resize(function () { + ure_sizes_update(); +}); + + +function ure_show_granted_caps_only() { + var show_deprecated = jQuery('#ure_show_deprecated_caps').attr('checked'); + var hide_flag = jQuery('#granted_only').attr('checked'); + jQuery('.ure-cap-div').each(function () { + var cap_div = jQuery(this); + if (!cap_div.hasClass(ure_main.class_prefix + ure_main.selected_group)) { // apply to the currently selected group only + return; + } + var cap_id = cap_div.attr('id').substr(12); + var granted = jQuery('#'+ cap_id).attr('checked'); + if (granted) { + return; + } + if (hide_flag) { + if (!cap_div.hasClass('hidden')) { + cap_div.addClass('hidden'); + } + } else { + if (cap_div.hasClass('ure-deprecated') && !show_deprecated) { + return; + } + if (cap_div.hasClass('hidden')) { + cap_div.removeClass('hidden'); + } + } + }); +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/js/user-profile-other-roles.js b/wordpress/wp-content/plugins/user-role-editor/js/user-profile-other-roles.js new file mode 100644 index 00000000..1a94a9e4 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/js/user-profile-other-roles.js @@ -0,0 +1,61 @@ +/* User Role Editor - assign to the user other roles + * Author: Vladimir Garagulya + * email: support@role-editor.com + */ + +jQuery(document).ready(function() { + + ure_init_controls(''); + ure_init_controls('_2'); + +}); + + +function ure_init_controls(context) { + if (jQuery('#ure_select_other_roles'+ context).length==0) { + return; + } + + if (ure_data_user_profile_other_roles.select_primary_role!=1) { + jQuery('.user-role-wrap').hide(); + } + + jQuery('#ure_select_other_roles'+ context).multipleSelect({ + filter: true, + multiple: true, + selectAll: false, + multipleWidth: 600, + maxHeight: 300, + placeholder: ure_data_user_profile_other_roles.select_roles, + onClick: function(view) { + ure_update_linked_controls_other_roles(context); + } + }); + + var other_roles = jQuery('#ure_other_roles'+ context).val(); + var selected_roles = other_roles.split(','); + jQuery('#ure_select_other_roles'+ context).multipleSelect('setSelects', selected_roles); +} + + +function ure_update_linked_controls_other_roles(context) { + var data_value = jQuery('#ure_select_other_roles'+ context).multipleSelect('getSelects'); + var to_save = ''; + for (i=0; i0 && jQuery('#primary_role').length>0) { + jQuery('#primary_role').val(response.primary_role); + } + + if (response.other_roles.length>0) { + for(i=0;i= 0) ? suffix.substring(suffix.indexOf("&")) : ""; + url = prefix + arg_name + "=" + arg_value + suffix; + } else { + if (url.indexOf("?") < 0) { + url += "?" + arg_name + "=" + arg_value; + } else { + url += "&" + arg_name + "=" + arg_value; + } + } + url = url + hash; + + return url; +} + + +function ure_page_reload(response) { + + if (response!==null && response.result=='error') { + jQuery('#ure_task_status').hide(); + alert(response.message); + return; + } + + var url = ure_set_url_arg('update', 'promote'); + document.location = url; +} diff --git a/wordpress/wp-content/plugins/user-role-editor/js/users.js b/wordpress/wp-content/plugins/user-role-editor/js/users.js new file mode 100644 index 00000000..5bab2a07 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/js/users.js @@ -0,0 +1,104 @@ +/* User Role Editor: support of 'Without Roles' button for users.php */ + +jQuery(document).ready(function() { + jQuery('#move_from_no_role_content').append(ure_users_data.to +' '); + var ure_new_role = jQuery('#ure_new_role'); + var options = jQuery("#new_role > option").clone(); + jQuery('#ure_new_role').empty().append(options); + if (jQuery('#ure_new_role option[value="no_rights"]').length === 0) { + jQuery('#ure_new_role').append(''); + } + + // Exclude change role to + jQuery('#ure_new_role option[value=""]').remove(); + var new_role = jQuery('#new_role').find(":selected").val(); + if (new_role.length > 0) { + ure_new_role.val(new_role); + } + ure_new_role.trigger('updated'); +}); + + + +function ure_move_users_from_no_role_dialog() { + + jQuery('#move_from_no_role_dialog').dialog({ + dialogClass: 'wp-dialog', + modal: true, + autoOpen: true, + closeOnEscape: true, + width: 400, + height: 200, + resizable: false, + title: ure_users_data.move_from_no_role_title, + 'buttons': { + 'OK': function () { + ure_move_users_from_no_role(); + jQuery(this).dialog('close'); + }, + Cancel: function () { + jQuery(this).dialog('close'); + return false; + } + } + }); + +} + + +function ure_move_users_from_no_role() { + var new_role = jQuery('#ure_new_role').find(":selected").val(); + if (new_role.length==0) { + alert(ure_users_data.provide_new_role_caption); + return; + } + jQuery.ajax({ + url: ajaxurl, + type: 'POST', + dataType: 'html', + data: { + action: 'ure_ajax', + sub_action: 'get_users_without_role', + wp_nonce: ure_users_data.wp_nonce, + new_role: new_role + }, + success: function(response) { + var data = jQuery.parseJSON(response); + if (typeof data.result !== 'undefined') { + if (data.result === 'success') { + ure_post_move_users_command(data); + } else if (data.result==='error' || data.result==='failure') { + alert(data.message); + } else { + alert('Wrong response: ' + response) + } + } else { + alert('Wrong response: ' + response) + } + }, + error: function(XMLHttpRequest, textStatus, exception) { + alert("Ajax failure\n" + XMLHttpRequest.statusText); + }, + async: true + }); + +} + + +function ure_post_move_users_command(data) { + var options = jQuery("#ure_new_role > option").clone(); + jQuery('#new_role').empty().append(options); + jQuery("#new_role").val(data.new_role); + var el = jQuery('.bulkactions').append(); + for(var i=0; i0) { + jQuery('#user_'+ data.users[i]).prop('checked', true); + } else { + var html = ''; + el.append(html); + } + } + + // submit form + jQuery('#changeit').click(); +} diff --git a/wordpress/wp-content/plugins/user-role-editor/lang/index.php b/wordpress/wp-content/plugins/user-role-editor/lang/index.php new file mode 100644 index 00000000..62200328 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/lang/index.php @@ -0,0 +1,2 @@ +\n" +"Language-Team: https://www.role-editor.com \n" +"Language: en_EN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-KeywordsList: __;_e;esc_html__;esc_html_e\n" +"X-Poedit-Basepath: .\n" +"X-Generator: Poedit 2.0.6\n" +"X-Poedit-SearchPath-0: ..\n" + +#: ../includes/classes/capabilities-groups-manager.php:44 +msgid "Custom Post Types" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:75 +#: ../includes/classes/editor.php:1243 +#: ../includes/classes/user-role-editor.php:553 +#: ../includes/classes/user-role-editor.php:584 +msgid "User Role Editor" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:90 +msgid "WooCommerce" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:91 +#: ../includes/classes/capabilities-groups-manager.php:111 +msgid "Core" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:110 +msgid "All" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:112 +#: ../includes/classes/user-role-editor.php:525 +#: ../includes/settings-template.php:20 +msgid "General" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:113 +msgid "Themes" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:114 +msgid "Posts" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:115 +msgid "Pages" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:116 +msgid "Plugins" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:117 +msgid "Users" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:121 +#: ../includes/classes/user-role-editor.php:543 +#: ../includes/settings-template.php:36 +msgid "Multisite" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:123 +msgid "Deprecated" +msgstr "" + +#: ../includes/classes/capabilities-groups-manager.php:126 +msgid "Custom capabilities" +msgstr "" + +#: ../includes/classes/capability.php:38 +msgid "Error: Capability name must contain latin characters and digits only!" +msgstr "" + +#: ../includes/classes/capability.php:47 +msgid "Error: this capability is used internally by WordPress" +msgstr "" + +#: ../includes/classes/capability.php:54 +msgid "Error: this word is used by WordPress as a role ID" +msgstr "" + +#: ../includes/classes/capability.php:79 ../includes/classes/capability.php:189 +#: ../includes/classes/editor.php:749 ../includes/classes/editor.php:817 +#: ../includes/classes/editor.php:871 ../includes/classes/editor.php:959 +#: ../includes/classes/editor.php:1013 ../includes/classes/editor.php:1051 +#: ../includes/classes/user-role-editor.php:637 +msgid "Insufficient permissions to work with User Role Editor" +msgstr "" + +#: ../includes/classes/capability.php:100 +#, php-format +msgid "Capability %s was added successfully" +msgstr "" + +#: ../includes/classes/capability.php:102 +#, php-format +msgid "Capability %s exists already" +msgstr "" + +#: ../includes/classes/capability.php:196 +#: ../includes/classes/capability.php:201 +msgid "There are no capabilities available for deletion!" +msgstr "" + +#: ../includes/classes/capability.php:207 +#, php-format +msgid "Capability %s was removed successfully" +msgstr "" + +#: ../includes/classes/capability.php:211 +msgid "capabilities were removed successfully" +msgstr "" + +#: ../includes/classes/editor.php:203 ../includes/classes/editor.php:205 +msgid "Error: " +msgstr "" + +#: ../includes/classes/editor.php:203 +msgid "Wrong request!" +msgstr "" + +#: ../includes/classes/editor.php:205 +msgid "Role" +msgstr "" + +#: ../includes/classes/editor.php:206 +msgid "does not exist" +msgstr "" + +#: ../includes/classes/editor.php:687 +msgid "Role is updated successfully" +msgstr "" + +#: ../includes/classes/editor.php:689 +msgid "Roles are updated for all network" +msgstr "" + +#: ../includes/classes/editor.php:692 +msgid "Error occurred during role(s) update" +msgstr "" + +#: ../includes/classes/editor.php:696 +msgid "User capabilities are updated successfully" +msgstr "" + +#: ../includes/classes/editor.php:698 +msgid "Error occurred during user update" +msgstr "" + +#: ../includes/classes/editor.php:782 +msgid "Error: Role ID is empty!" +msgstr "" + +#: ../includes/classes/editor.php:791 +msgid "" +"Error: Role ID must contain latin characters, digits, hyphens or underscore " +"only!" +msgstr "" + +#: ../includes/classes/editor.php:797 +msgid "" +"Error: WordPress does not support numeric Role name (ID). Add latin " +"characters to it." +msgstr "" + +#: ../includes/classes/editor.php:828 +#, php-format +msgid "Role %s exists already" +msgstr "" + +#: ../includes/classes/editor.php:849 +msgid "Error is encountered during new role create operation" +msgstr "" + +#: ../includes/classes/editor.php:851 +#, php-format +msgid "Role %s is created successfully" +msgstr "" + +#: ../includes/classes/editor.php:881 +msgid "Error: Empty role display name is not allowed." +msgstr "" + +#: ../includes/classes/editor.php:888 +#, php-format +msgid "Role %s does not exists" +msgstr "" + +#: ../includes/classes/editor.php:900 +#, php-format +msgid "Role %s is renamed to %s successfully" +msgstr "" + +#: ../includes/classes/editor.php:964 +msgid "Empty or not valid list of roles for deletion" +msgstr "" + +#: ../includes/classes/editor.php:973 +msgid "Role does not exist" +msgstr "" + +#: ../includes/classes/editor.php:977 +msgid "You can not delete role" +msgstr "" + +#: ../includes/classes/editor.php:1025 +msgid "Unused roles are deleted successfully" +msgstr "" + +#: ../includes/classes/editor.php:1027 +#, php-format +msgid "Role %s is deleted successfully" +msgstr "" + +#: ../includes/classes/editor.php:1030 +msgid "Error encountered during role delete operation" +msgstr "" + +#: ../includes/classes/editor.php:1057 +msgid "" +"This method is only for the single site of WordPress multisite installation." +msgstr "" + +#: ../includes/classes/editor.php:1061 +msgid "Wrong request. Default role can not be empty" +msgstr "" + +#: ../includes/classes/editor.php:1073 +#, php-format +msgid "Default role for new users is set to %s successfully" +msgstr "" + +#: ../includes/classes/editor.php:1075 +msgid "Error encountered during default role change operation" +msgstr "" + +#: ../includes/classes/editor.php:1078 +msgid "Can not set Administrator role as a default one" +msgstr "" + +#: ../includes/classes/editor.php:1080 +msgid "This role does not exist - " +msgstr "" + +#: ../includes/classes/editor.php:1151 +msgid "User Roles are restored to WordPress default values. " +msgstr "" + +#: ../includes/classes/editor.php:1282 +msgid "Error: wrong request" +msgstr "" + +#: ../includes/classes/editor.php:1311 +msgid "Editor" +msgstr "" + +#: ../includes/classes/editor.php:1312 +msgid "Author" +msgstr "" + +#: ../includes/classes/editor.php:1313 +msgid "Contributor" +msgstr "" + +#: ../includes/classes/editor.php:1314 +msgid "Subscriber" +msgstr "" + +#: ../includes/classes/editor.php:1316 +msgid "Switch themes" +msgstr "" + +#: ../includes/classes/editor.php:1317 +msgid "Edit themes" +msgstr "" + +#: ../includes/classes/editor.php:1318 +msgid "Activate plugins" +msgstr "" + +#: ../includes/classes/editor.php:1319 +msgid "Edit plugins" +msgstr "" + +#: ../includes/classes/editor.php:1320 +msgid "Edit users" +msgstr "" + +#: ../includes/classes/editor.php:1321 +msgid "Edit files" +msgstr "" + +#: ../includes/classes/editor.php:1322 +msgid "Manage options" +msgstr "" + +#: ../includes/classes/editor.php:1323 +msgid "Moderate comments" +msgstr "" + +#: ../includes/classes/editor.php:1324 +msgid "Manage categories" +msgstr "" + +#: ../includes/classes/editor.php:1325 +msgid "Manage links" +msgstr "" + +#: ../includes/classes/editor.php:1326 +msgid "Upload files" +msgstr "" + +#: ../includes/classes/editor.php:1327 +msgid "Import" +msgstr "" + +#: ../includes/classes/editor.php:1328 +msgid "Unfiltered html" +msgstr "" + +#: ../includes/classes/editor.php:1329 +msgid "Edit posts" +msgstr "" + +#: ../includes/classes/editor.php:1330 +msgid "Edit others posts" +msgstr "" + +#: ../includes/classes/editor.php:1331 +msgid "Edit published posts" +msgstr "" + +#: ../includes/classes/editor.php:1332 +msgid "Publish posts" +msgstr "" + +#: ../includes/classes/editor.php:1333 +msgid "Edit pages" +msgstr "" + +#: ../includes/classes/editor.php:1334 +msgid "Read" +msgstr "" + +#: ../includes/classes/editor.php:1335 +msgid "Level 10" +msgstr "" + +#: ../includes/classes/editor.php:1336 +msgid "Level 9" +msgstr "" + +#: ../includes/classes/editor.php:1337 +msgid "Level 8" +msgstr "" + +#: ../includes/classes/editor.php:1338 +msgid "Level 7" +msgstr "" + +#: ../includes/classes/editor.php:1339 +msgid "Level 6" +msgstr "" + +#: ../includes/classes/editor.php:1340 +msgid "Level 5" +msgstr "" + +#: ../includes/classes/editor.php:1341 +msgid "Level 4" +msgstr "" + +#: ../includes/classes/editor.php:1342 +msgid "Level 3" +msgstr "" + +#: ../includes/classes/editor.php:1343 +msgid "Level 2" +msgstr "" + +#: ../includes/classes/editor.php:1344 +msgid "Level 1" +msgstr "" + +#: ../includes/classes/editor.php:1345 +msgid "Level 0" +msgstr "" + +#: ../includes/classes/editor.php:1346 +msgid "Edit others pages" +msgstr "" + +#: ../includes/classes/editor.php:1347 +msgid "Edit published pages" +msgstr "" + +#: ../includes/classes/editor.php:1348 +msgid "Publish pages" +msgstr "" + +#: ../includes/classes/editor.php:1349 +msgid "Delete pages" +msgstr "" + +#: ../includes/classes/editor.php:1350 +msgid "Delete others pages" +msgstr "" + +#: ../includes/classes/editor.php:1351 +msgid "Delete published pages" +msgstr "" + +#: ../includes/classes/editor.php:1352 +msgid "Delete posts" +msgstr "" + +#: ../includes/classes/editor.php:1353 +msgid "Delete others posts" +msgstr "" + +#: ../includes/classes/editor.php:1354 +msgid "Delete published posts" +msgstr "" + +#: ../includes/classes/editor.php:1355 +msgid "Delete private posts" +msgstr "" + +#: ../includes/classes/editor.php:1356 +msgid "Edit private posts" +msgstr "" + +#: ../includes/classes/editor.php:1357 +msgid "Read private posts" +msgstr "" + +#: ../includes/classes/editor.php:1358 +msgid "Delete private pages" +msgstr "" + +#: ../includes/classes/editor.php:1359 +msgid "Edit private pages" +msgstr "" + +#: ../includes/classes/editor.php:1360 +msgid "Read private pages" +msgstr "" + +#: ../includes/classes/editor.php:1361 +msgid "Delete users" +msgstr "" + +#: ../includes/classes/editor.php:1362 +msgid "Create users" +msgstr "" + +#: ../includes/classes/editor.php:1363 +msgid "Unfiltered upload" +msgstr "" + +#: ../includes/classes/editor.php:1364 +msgid "Edit dashboard" +msgstr "" + +#: ../includes/classes/editor.php:1365 +msgid "Update plugins" +msgstr "" + +#: ../includes/classes/editor.php:1366 +msgid "Delete plugins" +msgstr "" + +#: ../includes/classes/editor.php:1367 +msgid "Install plugins" +msgstr "" + +#: ../includes/classes/editor.php:1368 +msgid "Update themes" +msgstr "" + +#: ../includes/classes/editor.php:1369 +msgid "Install themes" +msgstr "" + +#: ../includes/classes/editor.php:1370 +msgid "Update core" +msgstr "" + +#: ../includes/classes/editor.php:1371 +msgid "List users" +msgstr "" + +#: ../includes/classes/editor.php:1372 +msgid "Remove users" +msgstr "" + +#: ../includes/classes/editor.php:1373 +msgid "Add users" +msgstr "" + +#: ../includes/classes/editor.php:1374 +msgid "Promote users" +msgstr "" + +#: ../includes/classes/editor.php:1375 +msgid "Edit theme options" +msgstr "" + +#: ../includes/classes/editor.php:1376 +msgid "Delete themes" +msgstr "" + +#: ../includes/classes/editor.php:1377 +msgid "Export" +msgstr "" + +#: ../includes/classes/grant-roles.php:296 +#: ../includes/classes/grant-roles.php:342 +msgid "Not enough permissions" +msgstr "" + +#: ../includes/classes/grant-roles.php:302 +msgid "Can not edit user or invalid data at the users list" +msgstr "" + +#: ../includes/classes/grant-roles.php:310 +msgid "Invalid primary role" +msgstr "" + +#: ../includes/classes/grant-roles.php:323 +msgid "Invalid data at the other roles list" +msgstr "" + +#: ../includes/classes/grant-roles.php:332 +msgid "Roles were granted to users successfully" +msgstr "" + +#: ../includes/classes/grant-roles.php:349 +msgid "Wrong request, valid user ID was missed" +msgstr "" + +#: ../includes/classes/grant-roles.php:355 +msgid "Requested user does not exist" +msgstr "" + +#: ../includes/classes/grant-roles.php:378 +msgid "Primary Role: " +msgstr "" + +#: ../includes/classes/grant-roles.php:384 ../includes/classes/user-view.php:96 +msgid "— No role for this site —" +msgstr "" + +#: ../includes/classes/grant-roles.php:398 +msgid "Other Roles: " +msgstr "" + +#: ../includes/classes/grant-roles.php:440 +msgid "Grant Roles" +msgstr "" + +#: ../includes/classes/grant-roles.php:442 +#: ../includes/classes/grant-roles.php:444 +msgid "Add role…" +msgstr "" + +#: ../includes/classes/grant-roles.php:447 +msgid "Add" +msgstr "" + +#: ../includes/classes/grant-roles.php:449 +#: ../includes/classes/grant-roles.php:451 +msgid "Revoke role…" +msgstr "" + +#: ../includes/classes/grant-roles.php:454 +msgid "Revoke" +msgstr "" + +#: ../includes/classes/grant-roles.php:486 +msgid "Grant roles to selected users" +msgstr "" + +#: ../includes/classes/grant-roles.php:487 +msgid "Select users to which you wish to grant roles!" +msgstr "" + +#: ../includes/classes/grant-roles.php:488 +msgid "Select role(s) which you wish to grant!" +msgstr "" + +#: ../includes/classes/lib.php:384 +msgid "Version:" +msgstr "" + +#: ../includes/classes/lib.php:385 +msgid "Author's website" +msgstr "" + +#: ../includes/classes/lib.php:386 +msgid "Plugin webpage" +msgstr "" + +#: ../includes/classes/lib.php:387 +msgid "Plugin download" +msgstr "" + +#: ../includes/classes/lib.php:388 ../includes/classes/user-role-editor.php:502 +msgid "Changelog" +msgstr "" + +#: ../includes/classes/lib.php:389 +msgid "FAQ" +msgstr "" + +#: ../includes/classes/role-additional-options.php:53 +msgid "Hide admin bar" +msgstr "" + +#: ../includes/classes/role-additional-options.php:113 +msgid "Additional Options" +msgstr "" + +#: ../includes/classes/role-view.php:74 +msgid "None" +msgstr "" + +#: ../includes/classes/role-view.php:109 +msgid "Delete All Unused Roles" +msgstr "" + +#: ../includes/classes/role-view.php:209 ../includes/classes/role-view.php:220 +msgid "Role name (ID): " +msgstr "" + +#: ../includes/classes/role-view.php:211 ../includes/classes/role-view.php:222 +msgid "Display Role Name: " +msgstr "" + +#: ../includes/classes/role-view.php:213 +msgid "Make copy of: " +msgstr "" + +#: ../includes/classes/role-view.php:229 +msgid "Select Role:" +msgstr "" + +#: ../includes/classes/role-view.php:254 +msgid "Capability name (ID): " +msgstr "" + +#: ../includes/classes/role-view.php:366 ../includes/classes/user-view.php:154 +msgid "Show capabilities in human readable form" +msgstr "" + +#: ../includes/classes/role-view.php:376 ../includes/classes/screen-help.php:21 +#: ../includes/classes/user-view.php:164 ../includes/settings-template.php:78 +msgid "Show deprecated capabilities" +msgstr "" + +#: ../includes/classes/role-view.php:380 +msgid "If checked, then apply action to ALL sites of this Network" +msgstr "" + +#: ../includes/classes/role-view.php:393 ../includes/classes/tools.php:30 +msgid "Apply to All Sites" +msgstr "" + +#: ../includes/classes/role-view.php:410 +msgid "Select Role and change its capabilities:" +msgstr "" + +#: ../includes/classes/screen-help.php:12 +#: ../includes/classes/screen-help.php:43 +#: ../includes/classes/screen-help.php:62 +#: ../includes/classes/screen-help.php:81 +msgid "User Role Editor Options page help" +msgstr "" + +#: ../includes/classes/screen-help.php:15 ../includes/settings-template.php:61 +msgid "Show Administrator role at User Role Editor" +msgstr "" + +#: ../includes/classes/screen-help.php:16 +msgid "" +"turn this option on in order to make the \"Administrator\" role available at " +"the User Role Editor roles selection drop-down list. It is hidden by default " +"for security reasons." +msgstr "" + +#: ../includes/classes/screen-help.php:18 ../includes/settings-template.php:70 +msgid "Show capabilities in the human readable form" +msgstr "" + +#: ../includes/classes/screen-help.php:19 +msgid "" +"automatically converts capability names from the technical form for internal " +"use like \"edit_others_posts\" to more user friendly form, e.g. \"Edit " +"others posts\"." +msgstr "" + +#: ../includes/classes/screen-help.php:22 +msgid "" +"Capabilities like \"level_0\", \"level_1\" are deprecated and are not used " +"by WordPress. They are left at the user roles for the compatibility purpose " +"with the old themes and plugins code. Turning on this option will show those " +"deprecated capabilities." +msgstr "" + +#: ../includes/classes/screen-help.php:25 ../includes/settings-template.php:86 +msgid "Confirm role update" +msgstr "" + +#: ../includes/classes/screen-help.php:26 +msgid "Show confirmation dialog before save changes made to a current role." +msgstr "" + +#: ../includes/classes/screen-help.php:27 ../includes/settings-template.php:94 +msgid "Edit user capabilities" +msgstr "" + +#: ../includes/classes/screen-help.php:28 +msgid "" +"If turned off - capabilities section of selected user is shown in readonly " +"mode. Administrator can not assign capabilities to the user directly. He " +"should make it using roles only." +msgstr "" + +#: ../includes/classes/screen-help.php:47 ../includes/settings-template.php:141 +msgid "Count users without role" +msgstr "" + +#: ../includes/classes/screen-help.php:48 +msgid "" +"Show at the \"Users\" page a quant of users without role. Module allows to " +"assign all of them an empty role \"No rights\", in order to look on the " +"users list with role \"No rights\" at the separate tab then." +msgstr "" + +#: ../includes/classes/screen-help.php:65 +msgid "Other default roles for new registered user" +msgstr "" + +#: ../includes/classes/screen-help.php:66 +msgid "" +"select roles below to assign them to the new user automatically as an " +"addition to the primary role. Note for multisite environment: take into " +"account that other default roles should exist at the site, in order to be " +"assigned to the new registered users." +msgstr "" + +#: ../includes/classes/screen-help.php:84 +msgid "Allow non super-administrators to create, edit and delete users" +msgstr "" + +#: ../includes/classes/screen-help.php:85 +msgid "" +"Super administrator only may create, edit and delete users under WordPress " +"multi-site by default. Turn this option on in order to remove this " +"limitation." +msgstr "" + +#: ../includes/classes/settings.php:70 ../includes/classes/settings.php:90 +#: ../includes/classes/settings.php:140 +msgid "User Role Editor options are updated" +msgstr "" + +#: ../includes/classes/settings.php:120 +msgid "Default Roles are updated" +msgstr "" + +#: ../includes/classes/tools.php:19 +msgid "WARNING!" +msgstr "" + +#: ../includes/classes/tools.php:21 +msgid "" +"Resetting will setup default user roles and capabilities from WordPress core." +msgstr "" + +#: ../includes/classes/tools.php:22 +msgid "" +"If any plugins (such as WooCommerce, S2Member and many others) have changed " +"user roles and capabilities during installation, those changes will be LOST!" +msgstr "" + +#: ../includes/classes/tools.php:23 +msgid "" +"For more information on how to undo undesired changes and restore plugins " +"capabilities in case you lost them by mistake go to: " +msgstr "" + +#: ../includes/classes/tools.php:31 +msgid "" +"If checked, then apply action to ALL sites. Main site only is affected in " +"other case." +msgstr "" + +#: ../includes/classes/tools.php:36 +msgid "Reset Roles to its original state" +msgstr "" + +#: ../includes/classes/tools.php:36 +#: ../includes/classes/user-role-editor.php:774 +msgid "Reset" +msgstr "" + +#: ../includes/classes/tools.php:60 +msgid "Tools: Reset: User Roles were initialized" +msgstr "" + +#: ../includes/classes/user-other-roles.php:85 +#: ../includes/classes/user-other-roles.php:220 +msgid "Other Roles" +msgstr "" + +#: ../includes/classes/user-other-roles.php:86 +msgid "Select additional roles for this user" +msgstr "" + +#: ../includes/classes/user-other-roles.php:182 +#, php-format +msgid "Denied: %s" +msgstr "" + +#: ../includes/classes/user-other-roles.php:199 +#: ../includes/classes/user-role-editor.php:378 +msgid "Capabilities" +msgstr "" + +#: ../includes/classes/user-other-roles.php:206 +msgid "Edit" +msgstr "" + +#: ../includes/classes/user-other-roles.php:264 +msgid "Additional Capabilities" +msgstr "" + +#: ../includes/classes/user-role-editor.php:275 +msgid "Change role for users without role" +msgstr "" + +#: ../includes/classes/user-role-editor.php:276 +msgid "To:" +msgstr "" + +#: ../includes/classes/user-role-editor.php:277 +msgid "No rights" +msgstr "" + +#: ../includes/classes/user-role-editor.php:278 +msgid "Provide new role" +msgstr "" + +#: ../includes/classes/user-role-editor.php:350 +#: ../includes/classes/user-role-editor.php:352 +msgid "You do not have permission to edit this user." +msgstr "" + +#: ../includes/classes/user-role-editor.php:476 +#: ../includes/classes/user-role-editor.php:489 +msgid "Settings" +msgstr "" + +#: ../includes/classes/user-role-editor.php:531 +#: ../includes/settings-template.php:26 +msgid "Additional Modules" +msgstr "" + +#: ../includes/classes/user-role-editor.php:537 +#: ../includes/settings-template.php:31 +msgid "Default Roles" +msgstr "" + +#: ../includes/classes/user-role-editor.php:604 +msgid "" +"You do not have sufficient permissions to manage options for User Role " +"Editor." +msgstr "" + +#: ../includes/classes/user-role-editor.php:724 +#: ../includes/classes/user-role-editor.php:771 +msgid "Confirm" +msgstr "" + +#: ../includes/classes/user-role-editor.php:725 +#: ../includes/classes/user-role-editor.php:772 +msgid "Yes" +msgstr "" + +#: ../includes/classes/user-role-editor.php:726 +#: ../includes/classes/user-role-editor.php:773 +msgid "No" +msgstr "" + +#: ../includes/classes/user-role-editor.php:727 +msgid "Update" +msgstr "" + +#: ../includes/classes/user-role-editor.php:728 +msgid "Please confirm permissions update" +msgstr "" + +#: ../includes/classes/user-role-editor.php:729 +msgid "Add New Role" +msgstr "" + +#: ../includes/classes/user-role-editor.php:730 +#: ../includes/classes/user-role-editor.php:735 +msgid "Rename Role" +msgstr "" + +#: ../includes/classes/user-role-editor.php:731 +msgid " Role name (ID) can not be empty!" +msgstr "" + +#: ../includes/classes/user-role-editor.php:732 +msgid "" +" Role name (ID) must contain latin characters, digits, hyphens or underscore " +"only!" +msgstr "" + +#: ../includes/classes/user-role-editor.php:733 +msgid "" +" WordPress does not support numeric Role name (ID). Add latin characters to " +"it." +msgstr "" + +#: ../includes/classes/user-role-editor.php:734 +msgid "Add Role" +msgstr "" + +#: ../includes/classes/user-role-editor.php:736 +msgid "Delete Role" +msgstr "" + +#: ../includes/classes/user-role-editor.php:737 +msgid "Cancel" +msgstr "" + +#: ../includes/classes/user-role-editor.php:738 +msgid "Add Capability" +msgstr "" + +#: ../includes/classes/user-role-editor.php:739 +#: ../includes/classes/user-role-editor.php:743 +msgid "Delete Capability" +msgstr "" + +#: ../includes/classes/user-role-editor.php:740 +#: ../includes/classes/user-role-editor.php:780 +msgid "Continue?" +msgstr "" + +#: ../includes/classes/user-role-editor.php:741 +msgid "Default Role" +msgstr "" + +#: ../includes/classes/user-role-editor.php:742 +msgid "Set New Default Role" +msgstr "" + +#: ../includes/classes/user-role-editor.php:744 +msgid "" +"Warning! Be careful - removing critical capability could crash some plugin " +"or other custom code" +msgstr "" + +#: ../includes/classes/user-role-editor.php:745 +msgid " Capability name (ID) can not be empty!" +msgstr "" + +#: ../includes/classes/user-role-editor.php:746 +msgid "" +" Capability name (ID) must contain latin characters, digits, hyphens or " +"underscore only!" +msgstr "" + +#: ../includes/classes/user-role-editor.php:775 +msgid "DANGER!" +msgstr "" + +#: ../includes/classes/user-role-editor.php:776 +msgid "" +" Resetting will restore default user roles and capabilities from WordPress " +"core." +msgstr "" + +#: ../includes/classes/user-role-editor.php:777 +msgid "" +"If any plugins (such as WooCommerce, S2Member and many others) have changed " +"user roles and capabilities during installation, all those changes will be " +"LOST!" +msgstr "" + +#: ../includes/classes/user-role-editor.php:778 +msgid "" +"For more information on how to undo undesired changes and restore plugin " +"capabilities go to" +msgstr "" + +#: ../includes/classes/user-view.php:59 +msgid "Switch To" +msgstr "" + +#: ../includes/classes/user-view.php:71 +msgid "Network Super Admin" +msgstr "" + +#: ../includes/classes/user-view.php:137 +msgid "Change capabilities for user" +msgstr "" + +#: ../includes/classes/user-view.php:175 +msgid "Primary Role:" +msgstr "" + +#: ../includes/classes/user-view.php:181 +msgid "bbPress Role:" +msgstr "" + +#: ../includes/classes/user-view.php:190 +msgid "Other Roles:" +msgstr "" + +#: ../includes/classes/view.php:272 +msgid "Working..." +msgstr "" + +#: ../includes/classes/view.php:303 +msgid "Group" +msgstr "" + +#: ../includes/classes/view.php:303 +msgid "Total" +msgstr "" + +#: ../includes/classes/view.php:303 +msgid "Granted" +msgstr "" + +#: ../includes/classes/view.php:316 +msgid "Quick filter:" +msgstr "" + +#: ../includes/classes/view.php:319 +msgid "Granted Only" +msgstr "" + +#: ../includes/classes/view.php:322 +msgid "Columns:" +msgstr "" + +#: ../includes/settings-template.php:16 +msgid "User Role Editor - Options" +msgstr "" + +#: ../includes/settings-template.php:42 +msgid "Tools" +msgstr "" + +#: ../includes/settings-template.php:46 +msgid "About" +msgstr "" + +#: ../includes/settings-template.php:101 +msgid "Show capabilities in" +msgstr "" + +#: ../includes/settings-template.php:107 +msgid "columns" +msgstr "" + +#: ../includes/settings-template.php:121 ../includes/settings-template.php:156 +#: ../includes/settings-template.php:188 ../includes/settings-template.php:220 +msgid "Save" +msgstr "" + +#: ../includes/settings-template.php:168 +msgid "Primary default role: " +msgstr "" + +#: ../includes/settings-template.php:175 +msgid "Other default roles for new registered user: " +msgstr "" + +#: ../includes/settings-template.php:181 +msgid "" +"Note for multisite environment: take into account that other default roles " +"should exist at the site, in order to be assigned to the new registered " +"users." +msgstr "" + +#: ../includes/settings-template.php:207 +msgid "Allow non super administrators to create, edit, and delete users" +msgstr "" diff --git a/wordpress/wp-content/plugins/user-role-editor/license.txt b/wordpress/wp-content/plugins/user-role-editor/license.txt new file mode 100644 index 00000000..a847b378 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/license.txt @@ -0,0 +1,375 @@ +User Role Editor WordPress plugin + +Copyright 2009-2017 by Vladimir Garagulia - support@role-editor.com + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +This program is based on the work covered by the following copyright and +permission notices: + + WordPress - Web publishing software + + Copyright 2003-2010 by the contributors + + WordPress is released under the GPL + +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= + + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. + +WRITTEN OFFER + +The source code for any program binaries or compressed scripts that are +included with WordPress can be freely obtained at the following URL: + + http://wordpress.org/download/source/ diff --git a/wordpress/wp-content/plugins/user-role-editor/readme.txt b/wordpress/wp-content/plugins/user-role-editor/readme.txt new file mode 100644 index 00000000..4b87b084 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/readme.txt @@ -0,0 +1,105 @@ +=== User Role Editor === +Contributors: shinephp +Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=vladimir%40shinephp%2ecom&lc=RU&item_name=ShinePHP%2ecom&item_number=User%20Role%20Editor%20WordPress%20plugin¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted +Tags: user, role, editor, security, access, permission, capability +Requires at least: 4.0 +Tested up to: 5.3 +Stable tag: 4.52.1 +Requires PHP: 5.5 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +User Role Editor WordPress plugin makes user roles and capabilities changing easy. Edit/add/delete WordPress user roles and capabilities. + +== Description == + +User Role Editor WordPress plugin allows you to change user roles and capabilities easy. +Just turn on check boxes of capabilities you wish to add to the selected role and click "Update" button to save your changes. That's done. +Add new roles and customize its capabilities according to your needs, from scratch of as a copy of other existing role. +Unnecessary self-made role can be deleted if there are no users whom such role is assigned. +Role assigned every new created user by default may be changed too. +Capabilities could be assigned on per user basis. Multiple roles could be assigned to user simultaneously. +You can add new capabilities and remove unnecessary capabilities which could be left from uninstalled plugins. +Multi-site support is provided. + +To read more about 'User Role Editor' visit [this page](http://www.shinephp.com/user-role-editor-wordpress-plugin/) at [shinephp.com](http://shinephp.com) + + +Do you need more functionality with quality support in a real time? Do you wish to remove advertisements from User Role Editor pages? +[Buy Pro version](https://www.role-editor.com). +[User Role Editor Pro](https://www.role-editor.com) includes extra modules: +
        +
      • Block selected admin menu items for role.
      • +
      • Hide selected front-end menu items for no logged-in visitors, logged-in users, roles.
      • +
      • Block selected widgets under "Appearance" menu for role.
      • +
      • Show widgets at front-end for selected roles.
      • +
      • Block selected meta boxes (dashboard, posts, pages, custom post types) for role.
      • +
      • "Export/Import" module. You can export user role to the local file and import it to any WordPress site or other sites of the multi-site WordPress network.
      • +
      • Roles and Users permissions management via Network Admin for multisite configuration. One click Synchronization to the whole network.
      • +
      • "Other roles access" module allows to define which other roles user with current role may see at WordPress: dropdown menus, e.g assign role to user editing user profile, etc.
      • +
      • Manage user access to editing posts/pages/custom post type using posts/pages, authors, taxonomies ID list.
      • +
      • Per plugin users access management for plugins activate/deactivate operations.
      • +
      • Per form users access management for Gravity Forms plugin.
      • +
      • Shortcode to show enclosed content to the users with selected roles only.
      • +
      • Posts and pages view restrictions for selected roles.
      • +
      • Admin back-end pages permissions viewer
      • +
      +Pro version is advertisement free. Premium support is included. + +== Installation == + +Installation procedure: + +1. Deactivate plugin if you have the previous version installed. +2. Extract "user-role-editor.zip" archive content to the "/wp-content/plugins/user-role-editor" directory. +3. Activate "User Role Editor" plugin via 'Plugins' menu in WordPress admin menu. +4. Go to the "Users"-"User Role Editor" menu item and change your WordPress standard roles capabilities according to your needs. + +== Frequently Asked Questions == +- Does it work with WordPress in multi-site environment? +Yes, it works with WordPress multi-site. By default plugin works for every blog from your multi-site network as for locally installed blog. +To update selected role globally for the Network you should turn on the "Apply to All Sites" checkbox. You should have superadmin privileges to use User Role Editor under WordPress multi-site. +Pro version allows to manage roles of the whole network from the Netwok Admin. + +To read full FAQ section visit [this page](http://www.shinephp.com/user-role-editor-wordpress-plugin/#faq) at [shinephp.com](shinephp.com). + +== Screenshots == +1. screenshot-1.png User Role Editor main form +2. screenshot-2.png Add/Remove roles or capabilities +3. screenshot-3.png User Capabilities link +4. screenshot-4.png User Capabilities Editor +5. screenshot-5.png Bulk change role for users without roles +6. screenshot-6.png Assign multiple roles to the selected users + +To read more about 'User Role Editor' visit [this page](http://www.shinephp.com/user-role-editor-wordpress-plugin/) at [shinephp.com](shinephp.com). + += Translations = + +If you wish to check available translations or help with plugin translation to your language visit this link +https://translate.wordpress.org/projects/wp-plugins/user-role-editor/ + + +== Changelog = + += [4.52.1] 11.11.2019 = +* Update: URE requires PHP version 5.6. +* ure_cpt_editor_roles filter was added. It takes 2 parameters: array $roles with 1 element 'administrator' by default and $post_type with post type name string. Add other role(s) to which you wish automatically add all user capabilities for custom post type $post_type. URE updates roles this way before opening "Users->User Role Editor" page. +* New user capability 'ure_nav_menus_access' was added. It's used at the User Role Editor Pro only. + += [4.52] 07.10.2019 = +* New: Multisite: WordPress (tested up to version 5.2.3) shows "Change role to..." drop-down list at "Network Admin->Sites->selected site->Users tab" with roles filled from the main site, but should use roles list from the selected site. URE replaces this roles list with roles from the selected site and excludes error with message "Sorry, you are not allowed to give users that role.", when you try to grant to a user a role from the main site, which does not exist at the selected site. + +File changelog.txt contains the full list of changes. + +== Additional Documentation == + +You can find more information about "User Role Editor" plugin at [this page](http://www.shinephp.com/user-role-editor-wordpress-plugin/) + +I am ready to answer on your questions about plugin usage. Use [plugin page comments](http://www.shinephp.com/user-role-editor-wordpress-plugin/) for that. + +== Upgrade Notice == + += [4.52.1] 11.11.2019 = +* Update: URE requires PHP version 5.6. +* ure_cpt_editor_roles filter was added. It takes 2 parameters: array $roles with 1 element 'administrator' by default and $post_type with post type name string. Add other role(s) to which you wish automatically add all user capabilities for custom post type $post_type. URE updates roles this way before opening "Users->User Role Editor" page. +* New user capability 'ure_nav_menus_access' was added. It's used at the User Role Editor Pro only. diff --git a/wordpress/wp-content/plugins/user-role-editor/screenshot-1.png b/wordpress/wp-content/plugins/user-role-editor/screenshot-1.png new file mode 100644 index 0000000000000000000000000000000000000000..145bcd939e459f868b39d0cba00cd6d1fbe5bd0b GIT binary patch literal 53364 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/screenshot-2.png b/wordpress/wp-content/plugins/user-role-editor/screenshot-2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04424389228b75d4b82079c581f24748dc4dd2a GIT binary patch literal 46890 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 z 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 BYJLC! literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/screenshot-3.png b/wordpress/wp-content/plugins/user-role-editor/screenshot-3.png new file mode 100644 index 0000000000000000000000000000000000000000..ec764839efc7c878d08b5f770506bb128d6251f8 GIT binary patch literal 35982 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%0DL@_fK(9QeUvjfi}x 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/screenshot-5.png b/wordpress/wp-content/plugins/user-role-editor/screenshot-5.png new file mode 100644 index 0000000000000000000000000000000000000000..8caa2e55ae4c6ce3640f16fee223e5bdf0108f99 GIT binary patch literal 16994 zcma*Oby(D0*EWn|Q%Zw`N(o5!(A_h@0LoBOB3(nnpeP`XgrLj_NDMz1F$Hb%3fQ59l8d5D<{4t10Ob5Zpu(5Zt)D zM~E+JOKamGARr{r(b89bNO0pG(cOpl?~)QdBqpIIeMn46MnX?YO!SC}n4FrKjF{>X zBPqpmdRl5~+UL)y$)3_MkUSQB$nczmL4e{hmmn1h3mr8NEeRX_BU%OyTE-`WwD$;D z_!t?UaM95}XCS@JBKU;iIWyDan;a4nk00_dJ-Npr{E$st^vNR{HYpC4XSD1hf=?M` znMwIr7?{{aX*dO$IRyDxIEC2hxY-4ySswvd>7}0v+~ZS}f5s*JoQj9@2?v+JBYr7v zE}kbZe_33CYu3yAZ9xWvQ&LPAFb z4`hYe_(kRDrPQ8F$nV~|BQNswiL}x%3Hj1}QdMC=WicjsF@AA?ST7X~i=w866qA&U z6^JT-$_ zsa#z0igK!od{WBtlFBOjauU(}{7TA-4ggs}4Q(wYX@HuxjGCg9nmSZMLQ6$BNK8~s z6`-W5p{t~Q?XHn!J;@Dl>fJsb>=@Y~SH$39`0*b0Q~~VxkmoW~1qVEHx5! zwSV1YA+7`KsdZJTasvjz{33$vZ9f(Ty-U#jH0Ti;@hZF}C&ab7i5eF8WMiBdUc&5+qSkE zJ?8(UVwz&nZ5>s;E8V?ai4$iR&COX8`-PLUn8CWUv8dLS_SyOA%lXWi#ocbq#l`Gg z-41STeFeK#I=XY-b#!sIGl<)3ojAj;onB&((Wj>y$EQbIINZhM=E>#N6?X9gdyc~% zUSI8AU1N_q-W}kN#0^VLRV9K?w;9#&ANO6=j64Vkh$#O4-5~e|r^OfEg{o^S-<>C7 zx=nk>Rm2=$^n^fNNnYP)a(jlz1bjNf@0uX@OTSJ~j>w6Xs+IpEARv(YIqAdqs?T2K z#_Ay7duz#MSR!l{IGZ%kE$>EjJ}V?QxJ*@TI(r(Ad2bdSV^%OV(wn2wPGiXJ>3}KE zK12UOzpwqf*RsiQ3Uc?S$qCD+m(SJva6x@y*T(VJUo-Amr10}gMbfQP5+Z(piJ<@+ zTDr!MkD}Aja(9-HaxCkV2+MRZGy+J7fr<+>B>2}DNQ?yo1qL_)%E*5^LAivG+jbfu zTz1BdEe0$T$g6{zHfY2b-I<$1TBEox>l$)9; zL-ODNgn5oWE9+?lP0ChzK7ajeH8=&lNy%lDu|q}JXFkJrVlUqc_hMN*Yx3yzgV99++p8+tkE9;=^g~A2x-16o0geakt{p?{ z&A2(@$u@*x%m^;X>r(U`ZE0)N(^{dYwlNmxxs_odAIIsWebv&BXbg-?hEnxdyB(^*sQ2$Y@ zz$IiIlG)1_3<=I*!f&@2FiZxSxAOf9XK6^MaZ-AzoUr^xqVel^FjxGqtYbX{?z6{( z<1uI@Y!XsJCuo|>rk~}II*6b1G!P|tdn#A#m?Lkab>w~EYu({;Z&wW(SLg$R)4>Lm z-cZ(k==K*G@sYMt(Urp%ocy93dC%=&Lqq48d83W}YH9c-Mm2SzT z7w>?Bb^{F@(kc0dT$Dr(FHEeM%vfKnm-p+jQIdW-0C(P87bZvKbw#UKwLf5kr7ayB}R&{>}W#ewOCFk)`QhA zanYU{%3Alg?a8VE#szx5~d9W~h+-K?(x1YF+it~$5z06Vqk2mX>?#4rS% zNv!Prs(K<8cGU+=-DJEvald5o0 zJ1i4jNmt_0tA`|+Huat_$r!*_>x)*aLB4>e8!adt1JTr%?-b+fuhH-9e*OTL zV_cyS{<4^9d(blU=eNhe8cVq&_C%BQn8ghP{>%^4)bY!XY`#X5(Y{9C{M>8qcpmQ! z$$h8i7RF3oJkT~Y#LXW>`+i%^DR`khXbKGue~&GBn--4vvt4PIjxga_t6hN~_?ymd zEqR?SF%OG?_ow%hmb066{p+iD*yl|a=UQHwIXN#n1|oMCW760|r>b!f@+_t|xkBrFr%`RBX|SJZ()A00 zrc4GwmR>=N1CYstCIeS5Z;1avmrZgi6aU@(qi{WwPA2jqPhe=#0Ouijm&O z?kBYTl%z4$EH%2!nGuiPb?n#YGg<4trK3_rM?_}MrZYqx6aT5D7M1w9jgfqIkr z^JQ99Gjrnyu$S?yOW&(Z&O90kw#R6?@vMX@!ep{7NbF#^ zs0O)WpQtx>OCm$E%H>>*QT;EGkR2J<`6t*UsnJ#aKa>D)hC|VdFN^S~@tC9Z^_c zhW;f)cnC;$?0YtH1LS=J`1JbrKO#>S3f;S0L6l0;RN6VFn@H!U_kG&snO9ADtEr2* zux+QkAUBw31BlRBLk@zOEdgxok$Gz~-@N6b=a$GMM{d>juWxN@ z^WB%25w0dVp%lR-6Ubiqvc}5kSX`H z{Ito_jVUjscCs+lyvPbKq?t<$raYwvTA?`IcINji`3U=rXc%-G8Nf)JBX}t#YdIN; zjE3#3w*ZMYZyz0U zsFwO&6VP0FDuJAq0*kRKJM3XUq0r8ZPP^z#3dzDJNhxm@&eSb`A<9x$FPeD1SDr3S zWSmR8cae;7djg_wAnPxbeq^+Dg85{b_Mc)ajAfZ&5Bu86y>v|{iIgw6B56{+#$xQP zrgWhMc6vLt&@M6o9`~*o#Kz`3^lV_;D}mpqko*0?^TXz~$A=4d7aX-5Xw08@rbX!e z?TY3TX{?e~M#Q1mw{vd|#kgY-g7T z{s%+*nEr3?xN0y%)m_5ognvz}%4@cC8-M=HY)x0db&S4|1d02I zE&Ws6Wx?8-;OSsX3V{#P{O;*moZQGiz05ftSG6??0Y^8qQV*@2$u4vP zrzG$v<4hq4uJEW#pu+m~9(6YEe$bq$vU~pL*&uJLzBg81bu8$%>OK z@`qw8re&fNXlpXb-cG{Vg{<+4>R;?&rm)>s|G`SJp3ZfdjMaEZb*?S)wcX^*?bFquX z&USHHo4a{0MK?woy0mJ7(02S`VULe%(Yh1jjM1#fWmvz^AKH5Vuh0C8AwErW-Y-Rp zbMhVD5wHt=e2Jau`<1G4pqUAV(i0%_+?%>zwQ;fn&pEKBnzpkQdg>lJ4_+N;Yz<%f z!!4_0R~nGOrPD$!4UNeGnzgLywVhhYD!v$mJVL{)WJSg_%A6kY15F^_yTej75OSgu zWg%{mL_GeH0~_eQ_7{qg+yk~2|Ek^3VSS;0sF{g=>jfwupFcO0Hcs)JG?BALbyb;- znatQ{;q%IfEwvjkba4Lapmfp4SXDkFeCilQEo`kyWltZS#qmV+U?q1*psQNWkMB2xK zw6xlxwAkoq?UXTzBs5}-PN}%EsbGKDUDl-gcw*H~lCjUAJ&&3my8(4LFGr6y066Uy zLjPbSE1Ylt2;?O4D;Q0BT%i5sbJCqLAf^WeTK9Wc!)YagW$ff6<3>)5hR0-k^n%4r z=~H=N%5OxM0I;DSP+JoMcD;j8$CikRk&i!-?sd=SFkWA~mBd+~a z7Okv>5WSke4RY!h6taII96sHhm9_FlzF!|0=1x4CwBnjGNqu~?`ZGg(+A43AoXBsf z__9BOrIv*u9`-pxoq%d0Kp|GEX6TOQHHo#^RDqey%ZihPil#11$IzC5DsoA4&BNDm zV*06IzhT_8y*>ToMijg|_zSx?WV2|K4ivpxUcol1aGZ`Fo#E<*TAC(DyXsv&EvD@n zH0m%m_AznH{qQ5knq>z;%HeLr%<%C~B@OA#nBRg@wd3pzBWGLg##0QrzbJc{X(521 zC{uvE*y~5+a^x)EHT63B;m;I35tR+f2sq7XLPhP!WM!_$b6cK3^>@QOVpGRj6EP5T zV&Y5cvQXp?(X@6Gr{`0~*-W|1oL3)5NG}*QWqyotp*S; zG)?OfV56ydy^~VNH~7Rvxs*6i8V26?u@}$^MYW);a?tCOc5}~!tSPr9p4re}{~G6) zYXALRy$X1#e`l7Hq2=s&1uNOj&R{U*d3Rml^ijT~k&g;)7pshjo2V?1_=#;g5Co2IybUv-+Gx#O( z>({U4U+#8EM=cMBC7>NcF=~iiogHLRq`jg#44LhHHAAx_cJ zh#!R|GWVZNX!UcN$nP(8S=#mXRe&2pY-K;4Xc@%&?WFK$kdY=Z90Emr6-!Z;wv!Y( z+=#y`3^i3mJacjifOYwnioW=8bMAK|!<$2J?RQSZ2@iy%dg-E00+9gM!vw${@Uj8V zzY5E4Qw;k=eP*xq+BmtS;Agx2m{2zQGsBSRWa_PvyNi?%T$7ioyC|CLxfDdzkTn&f1#84= z6~XLn?i84?cT2Ff8m0i)Xp-{N4h$L_T6&3_6MKcxKL(AeUA*lROmbyQE0?FI}c&iN50uvyI0+VIrjbfbs(?U3;lHJ?c(>4vU#&VX%G zFDqY-x|k8NepL%m89v8hF;A%n?Ji(?T%PUdY47i!wka~B!7F7_={GfWJ`f|Az+M^R zv;@Lgz0NWe%OD`3=h6JZ8xXeG74W_k=d6p?;%$BVWXelkDtE@7i|Z2#A%j)+LLBp_qpH zSvHdMN^EVMI7>>1>;rH;Dtau1#?Jdc(;5*+ha9OPA85^s4S9+wB-xIs4fbiJr&Cre zk&CxJtqxHh2xXw|c*v4%t6`9g=<{i)^m69t@eu2s%|o1M26MLdbmp@lWX2Wo^j9=2 z>}nqq(9r04^)7llCBAp<@+fnF%0cl^I+4BM$I~LWbTBiVbmh(PE9^?*HgVt+T_Et% zLukT28{5DU4OBc1MBRLA7hT|O=G3-(oB^&DXY70bz!Am)yQV}eo`P^Y!<1Xhy+6R6 z6~gB*a+}@ZWg2c_2qc&&Y3m_kvN#*GmL?hQ?hP~ zL~LC~SjC1ZC)PBf3yeVS?+RlFN@XH2PyJfEVi5Ln4NG?;veIDlzzp35*#j_0T zd_LePsj;ZvDoNEA`$ACkOhi%{S!!6roH$#V<|L&(uCNQuhx8t6mH;~wRs~lA8m4L5 zV)a|_4kxQ>W@QaBV8@Ej_yy-~;`AwN1BFRnm9Xb@E)=?fo?k_~Pp&___gqb*szU?y z0c_xe(5q-s`<{rhN_v1o|Lb<*{RNDUmqQMshX3H5M);F3P7K8KvTY=iBZZ8k+fIh( zM?sG}X#&nA3@HG|{5b;a8@fM^PHJtwJVB=I=KseXrHHGx%Utf>A5{lV%u!Ey-Pu!3 z!4*Nn|^)oBBnD10?tlm7U&bp_LsxNT;9aJ*-HQqjr3RM4WKl6tqD4G#Ct;% ztiRfahZ>sS*Dg$qQEaq$p$5$M_t+_~0~UUo7@(m60;`{9Ru3jmxP9GL6pL(gH*9yD zP0V6nx)I*yb^>s|ur!fa8{VDrTGCGp=;S?LdaW9M4C@Y?S}#$4z(KZ#w$fTTz`*^F=q7}oLD`N+o0YCxwjhQE3F*2^!+O}5o3}sv(lbfsB3r{Z<;)mpEyfL~TuT|#OoMEn=Ax4D z6yWlggU6IgM$#gu;|8(o-CMtU`r6&!klb(@RO^)y4~eRQ|CM9LL^jmoMP*@@0NX@1 zPQ1=bBWXuw`8|VLS-0*4ZnvDL2tH*rF3CeZsSE9RdzDy1({=u;FE|?mH!EE#J*)kV zx~|$*ua^D8Pbk{S+uFX6gtn?ZzA*M?K6uU%J2CI4e?m~6DS9YLjG$%$>Joam<3>9tTeRL0P}B%}A$=9o~urPtA%aJtdg(^2SA}L{cE}gN$R`Vv|aD z<8Jy0{i08jezM!%@%(hcKZK{CPfhozNi57fsD z@=Hw8VV)9W&CJ&mhnN!?NK%)Qs=-n3TK@2ZBY>GNF-or(g#gi|4{_pT`1f5k7uEGY z|Il$ui$4ktiveb;VZOK;L;!XFhFwbU`(BCjX~Dmwqn~gdFSh%x4-4h2QzmtFp@?$k zDVx&>H^JHFM5oq01C9<)>S?^&gf8&%bKntk?X6D zz+tpAR^>#r*4Tfb_rQLv@$szUj6?E<5EthmIYSMB5@2=stDUgVdKVw!Sw1J_(qSsL zl`QPUD(85=*akSf&GtLs`Eq(KI0H!@O| zE{eNYh6YwnRHGMKLpwo|5Jtl^;Xh0K8EAgejl^p=rVP6(E3OwCA&t?Hwfjzjmy1xJ zeZdd-Ku)J12GgMt=6#)Ye-KmNDsEpEO>b->?$o6T;tNig`kY*Z`?2~vu88ToBkyol z^0zQ(e!)>ij^UN~)3o74NWqLR#)u8#A*SnhITPnST3T%_Ep?l8BzrWX;Kla)7|U** ztG2oq+bT8psw$;rw|U=Fyhc3l(cmbWQJR^osd)EOT1+U@{fn=U+eoPm(c@&E?%bze z*Y_4Rd?wYu#}st*^sG-Omh(6B2OKh1(;@zO`Dj6dD`dqyEE-z7`aY$&&so$paKazR z6268@ZjaX$KVl%olp~_)7xlsY%gE#tL*!T)aKSSq$LIw3mC4~Wel-IN$+wICf|~%} zrX*vWG|O{IqWj(?N%k?mQBm{B+O5&)XHAoEFxUb$VJ|?{)W&6KG`;1^+CI>j+YU$s zJ2OJ=13g9|Du%r4<&`{w6v(|HNV4|#N*m(>3hGx3rSsFbb;iA`niLSwCbhmhuN(?P z5RU?Z%8iB=CP|lyHF^$`okIEH;9tBW^QFe%Za~P`_BW>mo!Jj1cpv&`rvDSZnSGo5 ziW{VXZ#!?8G52ipioR_2cUR{-SIu#Y9Op(Bpq&BXj#2&qgDq3*%AyxYvaD$&)nMsL zoCxnm25^B*v(l;W4Ur8A@P>%FQ#Qp#$7JBoJF+Y_@XAlg4sNUE&mse)9JkfNHqr8k z;Fq}#69`Ci6Q>=sU1fy>&(U2r@3MP^F~FBbd73#EZJck5mK`!r>Wpz+el}VlCPhVVm0B{?E+@b( z;>Sn+fjgJkO|mhng?bZ`o;0(^hhbGijE_#2>fS;(PCU?iFX`Q6`yw?A00UJ71WeO^ zxd6ziYW8H#n~fZd8M1xN?y^7NDqFFKKL$|c=1=0`vy7dx{t=?cp&jtl+ZJ)@PZ}&8 zs1dg_3kM}}#HT&xHRV(=2TQil!tQVw^I8U2Lej}iG~Hh_MUo1)b)Q8LPLGff39SI@ z)4vBI=AN=dAr4Mi6~BL8F7K{J7rAz?mM%wmm4`?EfOOQGtUK zJdioA(7#PgYh39YeS1dh&7_Obq7CYdE@nnn-1F?6bC_HYWah#eWm1jDHz(t-x+&Ci z=;YFA6VYy|!3Opa1nVJIIDV1ez>h&2xB%UG<^K)fRaE%I&}O~1Z%t5NXq>9f)BkePTE0#PPmCJwHoM?0wC|7< zmoskDWu|0J9HNYLkCeW^JuCNj9#eFjC}F#V!{hNtt1I*Ij0*L%wfg=R+9Y9Zcf3Mg9_mcr~L?Fk5-KlZlU|hVrsk zuFoWHg`Mm^F~m>D@vXLC!0zqRuPae9ens?#;poN~J3jPEqFg-e+)pj#=dJHen2sK3 zBdw>A<)f;(@uS!-1gJ=_>N2xvBk$}2VU)uAj_rQ>WqY0dq#i4OHbX$6yR2`ZM@REG zHN93j8u)>s7P*o1t<=ubWc|*kh#acTa?22UMCdbTG$>QI#hXw`5gp;_=P}|qYNudf zWl)r7&89V#6{B6GpNW=hdkXT)mU4h>f7$}QGD4ziy2Kat4N4Ul8{I^uB8&4h?)#8F zJ_erpPjasm*-`D!5WvAVDfQW3vbV8Y&%~S1CD(Df+}3J$m;GI@cNbTlt#wOn4d{*>W&hEEemBU8;D~-YuEVra@)kZFkY1R^cj4MG8V1g4qf z@aX=g06q#J9V2}q{bzPX@dxM?UImVyJCDuLM9eTz1UBI}3N_{as*%mQm);-EWm0ov zz%F+&9j2;g?A9Ivdexlqm;e#V<+XVlR@c7p3rArHrB_2v&3ugN$5Pk7_%^eM9}-mz ze9ZXF9nLg1$DV5C`^f?Fek5~!m;p;s+e}pbP?jj><_OI>x@$*NsZtS=h~b3o`2FEiaw6 zsn{De=71Ln)UWsPWyfm!8W|a_;E_%Z)ZXLlr5!zuF#y*n< z6tgMt+B|YrFHZc~R{lfXSOFemNJ%(2sIq-yP4g?#U1O2|6gA>h>oT@^sx^*yLmk$I z@wp}8BoNcIB2X#r4aoZ7FkUnv3c2yz!RbQ?=G(KwU(UwLeuafUDkp7`OWcA&Ld2B| z(@|0MQysnD%e?Ct(c)x)lku0YB^F!nB@m)hv&wI3+L&-mwhlf&tr+(ZDj9A zg{YhcBDmv@j(GX9RaFB_v@7Me=M>pvvhiUF zYFD7Kwx_uMv5v}qM8Q*B-02a>>1z|Jkd4oDYWh1+!9UqK$>|%=X(k`*GfpIoJ#SDRA%VDAIukoIxy%9cq7=CA5M zM6__8KMEoa#Ip~^e?bbl3f>mfyzd2J-pSaX14JT_^ay~dGQHOF1Ck9x5_@}|hf58T z*|(U}yF%R~>|zu=v^juN)W`SE?WSIo&JU2{V0b~-6GcRIUul#n`hzHXLCGl`56ZfX zOC$UoEs>0Jo+cc9Apf&Q-UGC{dZ=Qd@lW-{G+ycz42rCAF64 z79A=>-V+bw3gd9)HneRXT~15f@tyP(#z$o0rp<&rIvK2Cl7pHMEuGGfg(7-dn{OSBm|( z!Uw?W8-c^6o*OXtyNRdAHBK}1&v(fN+KMW@=z&fooa#h}8SfM0KYs>w9b{#N;9cPC z@`+@hNBM^zPJZDrF}z(3(rDAZm_igUsB_qv84k9wt?tx8FU5yJ zo$q8yx7WOJ9IbZ#y}T9% zlV~j(2ufl`gl=47on^$5bhR7@Wj`ML7{PcIb=t(^PC+Y21~6#EO2eiZYUUoF214WV z_VPAV_3fP$Ib?=6*S1VWbk_uD^-I>KNDZW6JI0Vsl4PHNVqMr8h$#5eF@|y8N{Rp? zdHPn%J4P{17mDk=^ay%HuRzxb<|)2P4{6r_z;3JE47CoOTnR8t)&wNi>pKIZ z`)uh}Fp1OL>;SV_1gp6bC z2Xyu#R=+~0clJIb!f%e7s?J|oB?XN6DP6MlNxCFH!w(q zW1qK#<8+$GPy#)?OKHU>=M7i=kG6(C0XZZ?TAO%;aL2dnuM}=c+C;HKH|B@wLxIPQ zp&OXAYlco>;W{)P|0v)-J@&($Rt3nqdkphJ>F)!tfiBK8e{g#1!(YMd({QsVK$dF8 zk=AtdJy*ZmDJt$&lz`}m$hp{cGZ=K^13JIa0_NKZLe8C6_N8F~hb^4Da6bbHT=SUu z$xC~zujl}34cIBB1DBLOo#LQd{bOG5$uR&XBJ&(wIzSo|0}YjMV>vo`^12ppua-Exc;j2%Rg0cFo`9L`jAP{Cy9SFR=$PvQ3!l6JQQ`r)PBw>vSZpfrMvmq9^`E#b+$ z8Q@(+!=GsnjbDQOS33f$vos4NLFZK+GXDdId`c(USYkL`|qZt`R!8j@})Wb zPV!BZxFKWFRNc;u?L(`kn45hJ@2PLRpp&YH9&_|ixLoh-{Vp~OBZr^&ftWu`U?Z-* zQs{i5wP1TKiaj{nU->VLwl-XX+K90mG{`K?5^jKaJ(lp*uAQaY_|3-LKW-}PiQmd8NbvOf2w5BnW|_}_hdPRIfaQE_&!zM{6_v!iYr_<+M_NV8P=!gRx8p(gwuLbfmNNAinq7y0qKvXS{FbC-Q9%+dkh ze8WX=GQtl~k9G&M!LfS$y{5&zXNy)zScu zCKL%9FTBZ%HH#0PhULF7jq>(;tAX5QyrJ;24|gK)W}a=3dMnbs?96aJcJ8%V1GY!{ z`uekf-!G_N#~|lSxDe7=Z{9yZA*Dg>s?PmB;$mPnjC{9;73s>@|FftCI45~>Sap3; zqQd~%XmT^N2b^e1@UnUNg`da{knZp^)QMW`683oJ@HTO3^Yot4iWtnSO??Ne7 z_wTlZgS|QTq+y^kJ;+I#0umovcrfR!9r24YCV#q z+SVhF#rr_gm>zB(`F*O&L>qNo`+9c6HS0&m6ysbm1qAW5h0c zPF~cUwxH+c=}m5m0gQ(8Sxlo`G9>U(3V+pfos&I(sD|s~ z6zG(d?j)AlPhQJ9$Lx|0ir(g=x0BRd|5G)_s9yX_k*~Tw6~3$PY7)^uJo_I_DAELcrng<1E)FzC=Q_X z_4CBNGhy*LmWVHM$SW_ubGo4g(65Gfbpt5)A({hrynB7c>T!M9L4@cU#U%B^PFeMV zjfabObGfGxc&e3B5jg6n$E0Ici9t9}z_lf+(IZzQf$DvAOPR-8DwOs^fUK8qv%iw%F^Mjy0x9G5(r+`GtRge)tWZjVbs zSL4F>%6+)6)w*%dtP}~#{$`cn7Af5)0=oUGzg+HGc5nsj@65G+ImNQf%_5y`Fh}&E z1<{lqu;4NkPt<1wP?q0$nZq1KwrNk2j^+=(9d;_4`CFl<+)JLfsRP8N^zm{z;k~ zau$H_y(`vcrxo5h9+%4{MjyS|$qXQeXdNz&@&dA;?%aeFL|8xz^e3Y0%{>+9Mj))l zh0_4ZRs2uNf&NHBK_WH-NP@GAI13z8WJ{NmIPBBECKX_`M!vN6P%lmg7jGgDB_-WQ z9wpE_Q6n^-dE+T7QTxqmz6T~o#lxn)sJzs)_0Z9!Q!WTQT8QteGW zMDHL(0k;6rlV197;_WT85fFn}Ql2cW?7TW{M$KzAc%FUtaEY}KG>BAS`#m_5Rm$U{ zlZ=-9G)*4)Xqa!rPFOINe8MeDJr*30@0K5r{S06;HE6>}+`>{$ext%Y)cfCcE@6+b zWOHt*X=YcA#TNnEIc3h2;*4gF_j=cI^4OdPVl26H|2Xc7L0ZkfmH1(fu$|XJCx>K3 zfd?J=yf+&4&eC+<}qI;{{8WU1cCPROa4B)+1!a)VXlMjA9ys@`J69vmY@%> zFT<;@_Qzyl^C09kHryY{!`jKC84ZmF7{Vu+f6`M+4777iy zU#Im4Ub6H}HcFdSEVM?B71f_xd$xj^GH>SQ<@p>>uB=^GETV*_hk|?? zE^em`=^VFkj-mp0R?>bi%Hmlu&_^x_tc{G-zyv{PGoJ4j??%%J8na>NajbygNfd(i z1^g0XnH~V(r4+6~KcJVOSvc$VyC|=4#D@ENBnIyd$9q z*I2z;w>cnvZ43OIQK{rwJvS-B53fv5`f@4J%`;kKwE7uN^5yC=adS1lFQf##I=7kn z9jx$14|Xy8a&`efEjdwCi%Wy|eRcxT6xS1O+x4h2bD37BkQX?s_(53oFbC}DrW@B+ zP0{ARtg=AK(oJNu#EK(MxLxisI55($a5Sk^QDVgq3Q)!!+2p2Ojc35P+#k?w%3d@7 zyg(dAMH8CYx8^J4el6II^b0E}HCg>2_LBK1Hg) zIhZ5_K7CszFUY8^%zkshY0lC3+!U~Sp3HZTKqBqN*zEZKg3Ih~K!t0hfrkHcD!+s5R`Tq6`SIbjYDXF_Jx_e<7S zyVE)Cdatpw@f@jo+fxGSy-utZ4O+cr$zPel8fq3%vY!xFceuWb^qYN@FfW|kE9l@v z9JFi(G$!(&PENGvsWnm}?o)-2y_TG-_1QjZgg5nTXD)aL+;H0vz1kbT94mUT&4UeK zM%>9u3xWVA8uAWf@wtIqYrDs$fjg+!BGaqpX6B54O4Nf60u-%!DR#{j@f7FA{@8!- z(|;~oJZBlPDE{_ust`VR?_VnO-)kHH74;TMf7q&Y76uepUKNIE8yF<c;8y!!Kkye@-7;9B8RU&kIAq0vGkM6M1`L0+y_X5>HyXaeIgT40=< zGoMqMFhnV^N#GlhO^%=78nB`w%~P$5>N3w*hAZ58Y<|Dr@Hy3?A-An_@Qat~)Zs>A zsepQAR9Ai!%advpbZ~h@11}@tQX*qGM?*Yupc$Pl-zi2&=l;Q>o#+D(ss|+1@5vA{ zWZ(a=I&&eEMpcpP!ta2#MeJ93o)F{9S$n9T-0e$4$BL^;2btIIIoIR zPXC6#tW&%2p13To^o_qx;xt5jP9T-=aO-xUk8XXzt?xDksNfSBjHM~b;REhGE(%7t zJJ=WbbF0QvtXKspeGV zGOr}{666~)qX5BMT?i`|3MR>^fADG z+#V&q_R7ug7$lqOb0k@8QnNQ9R7?)p>k&c*v2E5v@8j9uuf+ooQ;W^(F2*>_tCis2 zB{?kt6=<=>^R9N9s|&Fn(4ZYZ{JTGv>cI8Fm^m2CiRMI@!LT-cn`n-P^R8A8S!`^Y z3{LyC@6K{d3sG`k+Q;x@{E8eWqs!*}(xd_on!RQGS7kvB&_VPCX2J!rkbb@0${&N>`y-enpTVE+avYRDfXX%Cj+0!%0 zmL1hC>x0vcLq7cJ-Dt!f5o?khpp*Nq_eA;+!QaTt&yGN{Y`10D?gK$Vr&fBADdKL6 zEt&m)6K(N;*umsPZBo|-wwV|P?3cdUxLs*^Dbov*KnB1r9#v)zpwgx;T|S>&X_nUq z9iM^%m$m(`nS=b7P_e}gcKslHm!a1DAeM?@qBPh$ARExh*%AsJwzsT_Lq=YqIXIYb ztD7d*n3XkUgW;-~g46ZPIp3A(PE}BykDjaF0=82%qn-@RjO#<85MBc8+$QwKcu2Om zrVG26{$DrB|4n^`Hx^A}f7j!RTsD1w{f)fLwA_wuoAW&l{##J;)(cN%TOYnX9OUzm zCcvb>Ia;{_4^akCQ7n0gZ@+dC11{nz_)SSdg7eQ_7yhF$#1jBURU|DeLLv!IjK8^D z4mvpo?+;qy^!q-SrVG73#{lt+K|W-vHoke6j5Gd{6YfG(W`LvkT>&vbfu`Rm9tK3P zK9mc61x_XTdmQP3IP5U$5u&RXB@lrCT$(ZC6>wos+HRB+T^i`W1bCXam6E>&ek>47 zF;$gd;Xi;{61%V{;eA)rM>p)bF5IE=6jJjW^BmymYM-rRoTpS$AJXQvUrrtMM46@+ zIEZ0I{(ORF)0<@bsAf;2;u`$)1D<%frW37_v1P%!U@55bE*Q)HJYB1Kg!8=yEVjvC z7~uFJ&AI8G;VZ&UVMjzf8R$J%zuS;b!!$9sN}MHBI8Lj1j57q#m9&$Y5X^m{DiBN~ r3f2d#~QBdv&k*`s>~?+L}t3=w#>!2nd)e%JMo02uM%_gjcyhB>2e7 zxpF;x06|+_PXYfmItC^Q1~wi(J|hzmF)cAI7P$~72{r`<6BQ*nB_$0L1qBj=AO$ra zB9kOGgD@T=KM{i{D=iZRg8&0P7cC<*7d-<569X-ygdhVAkV}q(nMRC(n2^c~yBuIW+}o zH3fM&B~?ik6*)yyH6<}cWknTb8F@t)vp1Fss_JU0vMQ>|#)>Ms$||aAD(Y(Tx(c32 zqT*`mDwc|h5J~AQVNoY}`F3uBIzGW-L6Ip|E>AgmbxpOPH?qoFZ=u}$dK&6lT1sP_ z{2&!$O>IppH4nwNu{ydYraDG?`Z|`niZ1HTJjS(}My{HM!64mWe=Ub-Ex90VkflMi zs#&_9p&~@j!qhC&!NL$^>EL5#7i(yu1FABz4YaYb{H37s-onVjIwiwYTg9>2&^gi9 zQ8yQ)9BHqo>egQZQm8an`=zaC>FKBEQ3nQl`gl0BIK6Fgw(4_M(fcr7?rClPp`in; z;RVUniJlttRw?rj8}U)d3vmjFj$3o{a7_4O6}Qk3Y89Cj(i?8z`f12GeRU$-)GBjf zE>e9VLU$`7dg!yKS=IJ(hGBkjNmZ%uQkHdJUQ%XF;8=AwZE$oNfPe^1R=*;$Ws%=Fb3^wY_} z#~yPJzRpPhYLN!{A4ScR=Tt`&Yge7WDK zgKb|=oG#sLZ1rBe{5X9XIlp~5X!><_|8mszbUL|nJ9>6;I(PT<@D|a{&VyE^2l3< zJ_HX5L@PBVd4y6%7T{b!0pgMAl%E@?Zo6 z8Uz*jH+ufRkMc0h2!3_Eq;;{_AUXFLr6{C0hay1Cgu2iNnskmj&r~SRT#a$}HR4qg zcu)TfmLxEh@sg2~R~uTVnrc`HRJ!6X%jY;*)pH99nrup2RS##dx9%mRH_7Eqewr((B8^re6X06Ups?^smFFD5gtp|#s3y?R~A3;vO<*z#m$0ea?G4~W3iiQ=sR{>S>)+R0n zh05T-L^etwmq7xTx@M(8Dq3brv=B)IItx@cQXaF^2P9k9$Jh8n2Fzq?<4_01gc632 zT3w_fQF+O3_|38Ua+96qDFdmLYEEvA-aF9|XXM@H-Fm}~jqW1Z?hnMUS;b|HO_l(d zITjt1R8&Caya>@I-iG2qvmyg|NK9nED)TgsS2nJxL?~D>?+iMP5R5o({(x_6l^_`sJG(C8Bp=PyN{K%_%f4$ zY7LlWIZRSH28)_EE^NX0NM=Let_|+w4 zyh9#Tv!U)&9i26KkbaT&lPY*VxuPO-eY(V#+#bO&@a$~mZOa4U@igzojl*xMaiAs{ z1%L1$%jmfx6N#7>R+C>EN2GaLSTklnv3Jin%B*|wumRaWKh*RB8i~sHO z|Ay6p!+t_vv@O+ndW6v;(4GHRAi%@oe+SopN5}uKi2I)~gj@PQQs(^t#N`2Nsy^A! z?RuK;AuQdih40mLJxhp3w)7$o);nD~rUE8zWj{<7iPiFb$)Hmb`?TS5USHLMU?%^t zj$D!4VXmOX_>FjXs@nR}myi;zj*3rNP6|CTeVRIORnabRZS8Z)hFg`}EIa3yF|0o0 zQLLdutkS20ZkN$aUd7yipp?^*4ZDGE2{USapPaE2qLr$@-b7S&z248}+!0#BZ^dx# zEQ#W;Pw_fCbR~PDJ8XO2!JoK%P0@7y2Fb|R#k{TvABr4?0v+q=m23}xo-#%Yw7&kH znQ60Ls4dB6S8>MI@@moZ&1>9_2IMuqcJmb{pQ2lYF_q8Kg1WP%sOlW1T~_g%+u(d( zDFS!#aM#qBSfiop*QVKgQcQOKDK1DCR;HOXI;EdQY8ffn(7TccAsU*+xll;9YHQd(=6x@~ES77?4#??}Hj!RpEo zl{@ON{yMb%;C%YLL3`LJqbWmGsC;2>Nk4qKAbtCXZ<9%BBeAsgc}1qn-PdM|!CWJw z@pG=-J}$kins zC0^bP?Ph@t2k4lZEaYkBdDuhCSW8l?IBl1oV5LMkifW-s)QwdBB@Z zuuml!U;WC1Bl~h`tn7vV7ez-|ffcf8nNe7(Yn&OzyOfQE%AYkh+e_CvB5r__+!@91 z#(NvhB@pctq0sbhh<~@*zE(y7`^vK(GK8IxWY2NiVgFJ^Oo9}8g}W!uQ)5hFN|(kN z1B#L>H*6HsVE;qfXw#e*^UJW)OLI3lxlX2GV!kR#x3o`5HVH^{(hyahX_b7lEpzsn zR@e}eY*V>mZ-`)EKwG2$P1`E`4*AtDUwj%=HbG~z&NKOW24=DmTStMIQnG}y*IaK7 z91?svTc0TuShB}Cl-=t25yG#JlcmEZFNHF zBcLIqN6RT(nLJS^%ij~Tn=lM}MM6WOCv^;O!w=n)DN7%9)NxL}oC$zmNI=58g73~J zri!w;med>PRG1HC!3tHXX&SCzvJMT~VFAxswfIfl8NGOPN_wOA=%b66C}w&QWFa7+ znH~>~$*{#JQw=L8ZgK`^fSaPTfqkDXHvG3*>#9dSkNVDvNWPqc1Y@Q-)y3;ib&W<1 z`^P02w%!!}xMUYNp);Rl^PfhydJfh_KxnOH8w;z#Gk_8%XsqGyRy=^1xbLx9jN8{HT+#M`o2)(g%R*;hu4 z-2{XleI|?&R^g5pM)k_d#FV%ravr^MifN!Q{ryNM&vRH|TKYyqY1JIxW_V-lg0lpB z>kv2z`19Q6*n{=P8UPvXo+>SCcu)E$VkW{s3T+yraUBVPeosi^E_{e|T^S6{ENPr0 zE=rn)n6js>TmM??OPtx)0orTjKHaKn0pf&HDB}7n(M#FX3^0kt%u~oA>ohvZ++;3b ztPWSv#{2Ukdu0m!_0c}AB2-8yy=;TOyf3*#ic1&S&Tu*S+~#4UFm-zj^QM}Gs#ved z7BKKH8du_&e$0&l?H&*z#!wyJOxr}D}$p}&4(!T z4NB>tYgDSSgm^5ApVrG6pID^XKPzGdws4-;EybD4Uj*42u2|C3p=g$?vQxeCL~bKHvaL4>1)0A{HxBqApl&G~yp1@#Z0f#{lw0!mrYS_*Xvw7=D_H4Nqio$foUi z-j+OiY+U*RIW5nOE)Y?48;x!8qZ>9^1%K}>b~v5f`e z(-opx{I-1RBOU^>IZ>e@gAq6c2JlQBEjDB^!>8?$TfpNI3d%efX>8(>CcqZ=W-!v? zrVCE4W>~|U3v-poPj_e#`8V1O{A14cBxncAbG#3!avmbt@%#ru)jnV8F_OX7Uo zr$>qkWb}o^rD1s*=EE*`kD;bRQIaRyrmkm?ANb6;$!7A|NZ~6LVthd zoeh)E*O;(8%{YdvH|45}*={Ed->O;k_EQ97-?M#ZS#uU35{ zmBCq0qO|q9`=#HuQb3*p{nS^tvpQE?iW=sNi-rD+w4B(ESOB$1rB+53@~fM6MUSDt zh9b=TJ%_OUo=4G@^BStxf3^K@;PJDT2!V_Vry#2-a6 zJfC@)$&cUxVxiDlg8>f@0CrailyQyfvp$xz6{p*e?~PY8=?1ccSY5kpH%OS1^rMby zK`F~5g%j@(Gq|CWP%+8czF6<%dGE@b*itUhRTe^_rGJ)iG0#9q!;1l#oYJk0waKq& zd1k~OwJ8(DF)uaN{4Eg7)Y1$D zlrJAb<3SFrn)tt$0Ka4xtNN|AdAivOsa`AD)T16Q4dgC_*#d~k7A-NbQA0sNqeOm8 z0eL6+vY$czR7BNHiy<}uj5b}P_Ut*Y^*3n<7)xl8Bx-1;y8Bo`?XivuDDCDr$K=Aw zC-Q3u2J366j0Tvb-u#awi=;%!s8479l4frlU?sJ7ZL?YzyaLAcbBkR5iY=sJx2PQ_ zXk0{Ao|Omk(74234oy&Doj61>W6RWkh%FT#lW;VfBL&2Zz`l%^J9_3)xwErKm77`v zAyVNb;v_)WCkX{G?hW*rn$qZ++Qx0Z3aGDA`J)Jh&OO4+Pg zmM)B9K-*#a$g zxWDu|2Ttm(vK32JLq7^Hb^J9?BegCGu|*4Pd#C*4)za?wD7pP@tYgzAi!W5yqX)|a zKFe>v_tZB&=SSGsyz*kT>5g##f0uKo>pj(*k_ zQ`5q6dqng96aN37x%K}o;f@f8-uwl8Hy8RSTlh+=fr~_P!1fd^dHYtW5T4|SFh`Ve zgqFNY&QYON6H*Y<&)*Y!b1Np;%1qH8^lFbCzll((x>!3jt2xji8x2JY@r?|i=4l9FIu*vLH+*zuAI92p{6pxX||8a-%QLhL+uOe$VX7RvBh@= zBOS^DH;x4$cQE9rO@M^Z;+5z^lm-L9kc?(@@z#hotbk{`y(%+xjrO!Yvx*`Dz5T#0 z(;)bdqxHRKs-xz>N2Yd>x6)G6ndw|M>s+{AbaIMM=;^(|O zH($g>yTcV5Cz3t@arMVW54IaDt#so8eLGstp2plB^eH2A)-KiZ?C#ZilP>}zns6cQ zRmwcIFPflwg`ouoJ?)a5=_7QW#(wr}XA~|d;eofw2Toj|UDow6qHP+Pd2rRt-mF8( zl3Q|hRN9`-et$ej=szM_5DiyJ_=Ejr--2}qi|LH6nG8^+p7zV^W}9<*Y=8xB`9fec zUv5Z6?>B9u`R9CuhcOiGijUbaQFfB1)9h?vR})L8XS3|OI2lNs^^;Iqw-I5)g&`(W z%A%HZ#7#+(I^A?Rsvgf6GbFXyYd)lhq=>k>NV|KgWk+)a{j8a((WJ{!F&wvM?B~SI zrH0YJ=?4irE}rO?wLI^vKD@W7is67Kneu#=l#i1< zUkubi2e(cMepm8>H)}GZ_m&ZD^JoT&4hsgFqQXbalNAQPs%eyB?ZP?}(WXQMYe_h5 z@?Nm_5DT@fI-7%ge0#Oy&1>CDJ#2TuYR8HKlQr#f@?`rYKykn6 z*K03z{(~I4n@9M4BGoAUlbD^ro>$5|Y{3cxle6>>WHitU@Vxi-8UH`Ed%Q9EC8O&9 znaTUEw!k_YAG*%YKtebXd-d-IbbHq8d^qP;orp8uABc{NG6Pg z&(^y|57MH8R-6(3XLOzYNHPY#8iU0kJT%1!-rj$oRN5OYPi$O!QFLoakp)4@V8?<= zVcU;hl2J3s`ZDO>j^aCJo;f*7%^I*3T2YTAm#iTVH56B6uRnX9v=RrhVJcf@Fxebu&NFW}f25Ae$~P%g+5m{WHS+J8ChU0=gJ9!wm`WDu~7wfxh>Ky$>!* zQ3j`K!Y8DF7(~p_7Jl+M@dif#=%JRX4Q>nS@JF#j9>M`qKtL2je=rHIS?V&n>G@YVGkKXv;0z9_8DhR&|CtvJu#OCmkWf&h zN1ZJOS?+qLLypf@fqx(6q0KH2>XM%$5Ra`0_2sZPN2?-qkk1H-j?swy-&T3Z9r#E(3waIesD7qR9|>MO!n;d z?esKS#7Fg0AXj^u3oU&%*i55N$C6ROBn#A8F~W{PY`a0Q~*G;iPI{KIXWsYn_(tE2jGukDu&p2tC#V5Lwt~;VGyWoi&-3CP0%JY z6xWm4r#P;-7{wlMM35;JG=53SGkU2qS^|o970@D)XDZ#GkTbiiAo&YOg($jw)Pow*P6iLXPK@zqMYf^M3 z2;89(-;Znp_<~ieV}izU6VZtKaK1w2npvlW?NSqL_#oHgD27S#sO)Nw$IG#>ADSv; z&L4LXs!z+mba>!Qa!N)wn7f4Ri zEyIPek1lS9^iHg7C5TuS%H^#E)?pIFfT^W^dndChB8Gv^Ou%&tSc9&hcmlE{SS#(` zF^UeWpMSiKH)Y?olZOWAO%PW7c##q@$Bq+#gX#e!s8>|7?0fq6Cj`m0DGFn^Xcwxz zegRT%8ykq_?LXm}+02o~!-J4i_I-0~uFpBAbroZi1fCg=J57YNN~iK?m^&%V-Txp( zY0WPeZNiR7(DC)VeI`$Re!fzfh48}SzBdRCo1?m3!L-+9?`cSa|5lk6MWx5sE9JM( zw{6YpGeRN)!CyfS%^yKV*+%#A;j)ulL_Z3Y4d!ZX?U*6_gP+u2^I*HRz%VV=liDv6Z2sv8rvq*$8f<+U{-lGcpv~fCy)P_<6WpwP_7i1CWlAZ|Uq;vt zsvAXNB(phlUE-XY-0;xS0cflYZM+gwFh30>ks*)hmU$ zuj*vh%wzOWK!9fedJl3TlQ`5RNcQ+w3~c!l`9l^3ve^qA1)6tv!p#-+E4EsLiX6d*^#YQe0d zLHU&e!yQ*5MCd?bDf3ll$V~T@L9h!OorsPd-KKQWEewJ%Co6diu+Fy}F($AgBz3|T zP7$EUZJurrRyWr(o);d}LJ~nh!E z4dW=w#p4ZJ9O?<@;f0?@QU`Z}DpA+;Y?zJCCewgSlR!z{USIM@&M*!FxDU5esekll z@ZYQ8O|W7RV{_8hDVh6=0-80|;~x;PufMEkIE1-3EyGypFY&H=a9rw9F#u}{ zE7ne75lB@iM<#zlh_#5)&8YoJh7C8qioF_hK1=8S;_2Mf-%Myse{ec_!Z%Ys*oGh5)a zbtZA1vZS#&-6HK54fuvcK{VWH16br(A_*EGro*x@@=4jY9j2&3Z=qT4$l&ZCWXzxouyZqEEbwTCwkZ;=t6(m$_Hz+}P0NgTU(JXLQqX6C_er?KWWv$kWpUN(sEbM=zo^XwrBWG_di@QM!A` zspAi988Cipf1mZ(tH>c&X`~iHZsiuJ&tQ832H zZ!gM#M}%MdeUn6kz;N3Q>=_r20tN8b+0T*@lFFALg?IGM%Y7XCIAmHi&j=37jPQ>{ z#LD1>rq`SpmXML%odneiIGkHoYp`fr96{oaCY5s1rlal$5bthn|EC^?S5xv0NF5;} z1+M`^Jc4=f;^8<+`M*AJ6~Q0ugR$=mKhr_GY1@BOqvYk{eI<4Xjz+eGHpI(5j}W#5spA)p>=uR zS1FZimqBRb8pBZ^?XPqMm zkD6ukX1?z-klo56X?5MA`&exf$O;ssFB(x~OlAxpoTp#YLXDB-;wmr~^!vpRPslvw zmdyMImh*)7cCkpEle=RG=T8CEGiZurk_E|b3xq;KrFcDoZyMaqTVTpbS^}AO9{b)x zPx>5S6I?@-)L5f)*D!~lLt?@CW0x0Ha8WsVXcB{CA`1tq3 zc5W?x@{m;?3x#bg@Qn08FZ%~g~@RD%4hWF-;WM}_P%VfI$O9&f;h`eAVmuoF}Pm`hOS z;wxxp~5u>eV04EZuOxgbg7u@yasKGTIZKn?~9e3`qcT5w5N zG5lvk${xyi>dCZ!IB~{1ybCa& z!)Bh*6Yj1fI%P&j!;*vKkd^)94b8TnrypWr$n=}gC!GNZ&rk9Sy5H~3PD(%Rt=en+ z)Xh1oE27H>O|ak-&j5b?8h;&>szXTfI?y{JOD$RG3+|oJgQ`V zHwU-pIi_D3?CRG>INFv~dZI*x9(Olr@0ubj1`Q#UYfG?15a+|xy)3v<)mNm8ms6Ss zA;%!MRrFwnX;zN|tpZVo$D$(RdA#uKV0h<2xgq#bJI~j(SjhTG#wY`=;rtf@gRFG}V`6d(zeY=lSg!3@lO0`5ym`J}t%_8T>QE8QPHUHlldCDkhdI<3s0tQ?%SK&Re=bjXxf{ME zK$1>WPfcnW{1Y%85KuY;0a(^TFu6F`60`)$hU^GmLD>?dG}4Nwm9VgY2HRd}F(@yS zU4IxBLZ#pPMT}l`M4#>NIN}a-4{r{bh5w?EWzcc~yO3h@7!IZ(LL2d+UxkM8)309* zA_&m-h}FGz`q9l`G`5Vk^VO|uFV_ewpKM45Eap=dXRXEp4gb?()cvyUJAt0E1m}+? zf1|Z_J6FY(EGM1co*9sx$68-+&Nxc8LvY^g!4Xw(JpEj{{>PVGEms~||6nWLU|q?Y z41kv>Bmo_8I5Wql&w(1ci%ui5778QiTmAqcKN=4S$<}sezV((zZswt)KDlXAZ-Tl3 zcXTgD1uUaH)PY#>m^-$BoB(9*?1lqS7?SE4oM$p_Ov86s7NCb94EqOX;^$VNVj&=u3qLx&rg*Ecv#MsCn5S7O!XTU0I~o0FbHDEy?cpRzKb?Hb z$v)`#NPr>aP6oebOMFbf{^OZanQ@92(((E2 zq$B&x?$4VWn5f7UHQJ2~Pq{n~u`>MBi#}aB+7K6asJfi${Kx6hRc!sq%BL|n|TR4edqo+_t*RAt=sHq7q0)z^Kavncyw%{Uz{@ zh@oA4(5@H2!=8Ba!70To$9SB&zWZ|+o9vJDnF29apIDE8ZU29YTvCQ6&6 zkq;*nN#$B2S+`6?@M}Gn@s*Ni(av`3ZUb21tRN%HWTfO5K0C47tAl z65ccoU3sU4eSW(?o2}v1pc)VOTYSnPHpM?3dNaG4rO=fZ*cGS@?!BGZlR=e{P4gG( z#40wmM}9MSO-uZNOlXi6`b_jC@I$bDA(OCN$C%fwz>(CVoI6?d zpmKwS!pNAm#bkO=w&R4$Q0>IvN!WA1>|$Ry;BUzkOZn)2D3YW`W8eJ5ppEu3kUTRP zmVZAX_4?Z9+q1f#HOk>mrroB-l~zlrW48OB7Fuws;(tcQd)Tsc<=I7+-f4 z-au`o!p8xUbr_!d``w+aZpU!%QyDowm?%jynsQqED0yFAMe--gbsD@C)3v2Iq@S0~ z8vG3(WD!pAJw9bi>c=D~gIVxgUb8{_wb%aKPW0PJV9Hhr{~UC1`goFFE|t*&rr|GS z)RZ++Y!KD9a`ZfK4*W(d7Q42pS(a@lnDsWa)4th$8igsM9>I!1WDB@s3`zKiZ>B4) zMsl!x$T|J?(M@fIV^#nl@};V>;7zxqA!HgQst6Mc1$rYOinvJR^JVqDsrak_VHQTa z5mG7!lmd^!3E&mVY^2Idn%uNC8p^a|73nB+K}6tg;sC1hplc_{LgP$B$%ggaP5hyB zxVX;UK?&zH!uw~#Xxerza8EM`b&n+kyT{ziixNVl9)qc_eAf3Lf$bY|v!H38EH5z#4gh4&cu%rQ&5G{V?%lGqr0!WHHv{0ltnAr4eHmUZSvG*5^ zd5(NI5< znKnZ7UWL13naQ&wnVg(5OMbA0VT_{=_Afr~bL7O$cnaZ;Azc-5?=?3+3*!)heT=rX z+UIq`)1k#xqR+qn47oaDOY1F%{KdX+xPKyqcSjCLGPe7sSB933jv~5!4cKr$ANT<2 z7Mt2(f-lawv4o0UO6*u2TllW|gSRhrNbP_w;>y7BRTOM2?&KI5`olSj5$d{}zx0TG zCX~MvT*?gC6;oMAq_<&k`;Kdw)-ZoFgEIR@Iscgb^{!IceKtr3yRO#4lCSpm3XfH+ zpnzyPH+U`z?>4^xAbb@Ii$s(=E40rKu=7Giyv?%r{TmI^l)_6%1-dyfJxlBTJGJTtg8c%$fxk0Q*WWtTis`Fp&_Wd)?{Z%ee0=e%$Bw<{ z#@Tm}_~7J;jHUO%#eO;G>o$heQF3~VTjpcAtDu&j^5w(3&#MKl#T0POMxcXqP{CQd zpSiOx+4Btbmrh?3eLzYOpCv{q(cM{fudb|LojW`G%2rx>KGy2q-s-;e1-$W-Bm)E3 z<2^__OnR|uge$+5KSmbtmvKHQ~c3wkdN z^wwoPKCBg-O6ZMrKdMsReG(n%$D3j6C*pAKK(3#IHm_SJa)8&Q9FMavG75GL%nv05 z^Gs!hHf6zo1NmM;tm=mtYsr5U6kOe-z7Xt2q4#qkJjgU$S-q7KUdue(J6V_$`wa@U z6#ae^!M<_v-up|ppb8Wm65eDFSo?(C8#_)I;R)f76wF4Oi_FJcSqj*n)fhx`er{>L zw8`Uud@aaf*l>BDw5$nanhkH}9IQ|=zv>Wk3lb0h`1gIq%^!o%UN0YPJk#6aZ<7@D zj91TV0UnmHkqa|X4@xaT9t&eLSrdiDe%jR^Sg-bH5_Nr!cm}`jzx{mLT({f$SbTXv zM+~Wlw7EXTxr}12blZ!I58dSzhBe^#N#VGl`g_Mp{km)2Svu@7Y2s`mF|0DfzKHoQWfgJMIyQu%%Y-Z4YanghMy4Vr}tlCU z%QhytaPnlgay|ydy2_;XLYBuuM67gtFCBzHLd1wXz@h{{quJDIXFg~7IHj?{6M8qg zrA98}QdP$-U0qN8Dh_^)u=y=YSk~9*5@`VOnn9V&nc0QkJm=C*mFcx4?d=sDeEne* zdtZpvwYRBZN6DBe*1KAAp#}g9T!pOaC_zqLOZCnAaCa~sr&ZbYOuv1YNMSoA6oob* zJ8dAZWpi3uM7V{{eXnHt(4CgTRm&ONxJ{vu{_#`?`?)5|m7F8Y(W+Mkl>moMOF2p-fh z6gCk@?%W>Ko1Xp|%P^C=Kc$AFPK=haYY)8*;8i?&X(}A(9azi^`KpM{-P|7wD9^de zHIjU+)Qn>F@^Hz@(u$ie|J32rEP*A9hd8|c_`D2@O;I%$kX~Q-5no8J7$1F}1e^Hl zknmQs!3W8I=s^;{2BuJd7ga->F<%!Ep@nXKC0^ue`)`TdCM!c+ou+rcYcFb5&9A&c zsUp|*j$wztFS=(wH4Q}E(XM1O;N+G~JFMX4s?~5KibPE9K;w2QFgRsgc3RvHpqtiX zeO?BohJ(EMqxCVBF^_t>moBFc8{p?ZI4(VxrYP_V!#t;gA3Bud1=!OW9TrJ13ayuw z*ppO(tQ8WfkwVMM;!#fE$~)(l6kF{A(r|+d-S{d6OwB@`#>q9!@5~;QR#3NixW1bHLdy76U=2t$IpOv9TzTL6F!}NkVZr?2(<|u4 zBhLQxbm3HS7~bpFscuX+G7W{;kIaxtR8AcAXUEmwuoyJf1l_sMpl_JZ!W%LVID7r; zkKN5s6#|Pdzi2=C=#tKb{oIxqY=M>A1LW{A4W%*^n&i3fpAxpQ0I3$+-0mmIxGqmd z!uvkIvjGXR_0)_$6Bij40ngLUy9Y!yf#z35oZR4q>O`OX3igbzOe$*8)j(64`Arq> zUe6aX2V2OHU!1cX{Y=&FDF3?NySvGdZ(S+4>QsCff7Xn2gZ>(i(K#&AwZy6MK}zom zm#aVFNk~mwOB$gfl#@%~)szw~y4X?20!Gq5SK;5?5=bdEKnHU)r=90ny$L=v{$PhL zCKYE~!)zqKnDX!yz781-JOl5o^TG*im(6$d)=lf>Q2@VI*RFz1vW#GV^H>|#YEFxr zas@1aY3sbF>;M~mrq4H#SLFW9L`N&@+h128KPjiUi-VVpTh9lQJXXvXiZ{bPMBgZz zL2CP35#Gy-?9p32ZJ|yT%bAcnHE-AFMQxAnzEoSk*M3f-n1x{fT6@26Kbk6rl}?;t z16baTs$qe4>LoCZNkU;t<$bA3_|WlJ{L&_HzFMam?;0nLDvt)o1tm$Wxu+wb6?&8h zqL^6g_0;02>K$PUIGl#sCzbgJ&@Fzi;eMKY_)|Tz%o6edS$qwD5#y2Gs56S{0IG;< z-q5dTp(Nx_9UlI(58eTg2~gWaGj_&v88>3XB)nM>+G4~^cTu63fVUq!(k-s;$uc?W zHKcFuze5opUlLahx{9;E-ILh_hcJ+AGeiHB*lt2bv5!9^8)VMzI1YJ4hJwF%h)BbG z4XB_5dOJ!OQY{AA+xeh+#|Da=(EqxE4yEg!iz6~k?E~`1u6}*}^UM+lPY4O#$ngb# ze8qt?P65M%yI9093uK{qKK9?Un4oYT#hbneb7y}M#Sicx5W7Zo0(Vll5{m%mAt7e- zBQn>yPWr|2w~tMBF!*;2TycmpPk7#T!m!nBqi0Zqd+{x!#!v`Fq2ifgMY0YJaKR}c z;z6Sq%;fLej9q-&NGkFft+nvpFoS{+hug#hd15~9=7Q}l@yGvKIJ{YFV|~) z(E)#52zn(?BA!H&L7#;oFCfDP;K>q8h{}Hyi$H)%QVemUMP0(xe`a2UD;IfbEse!M zLQuEQhk^o?qzY$vB~iW0sa1ifdRE#n_mQT(y!iGwU-;j886mxQOpkmM?=OGK(6sM{ zC1*PAz~Ika)C7wxXrUrNpT(wHs8Rp91s*hST^VfOj=ysG_R)7X;h*E;QOH07q~$3c z{&2%l5f$McgQR|Q272%q@NtP^!Y<%ktJQ}K=ZL@H_{b{|OgZ;;%r(@tE)x>Sd z_%JffUGu)6vs>s;{9}oH!!_(_1v2@Y6-u0ONOaU{yufvwj2nEt&W*6C5Wa}-SCEpA zPzNaJTn>euN@4Gr`@`-yl^e9MS{$p^6bYI->B*43P>t8RNWT3$K!5xhhMGiG#VDQH zv-kW|fXy9vUO@gsT4b#|#Bt#uk;X{+%c3Smcn+Ro#jxhm511*^-k&4&5XJ|Awne%0j#a`@rB zds^{(LCq%!O0QdU`_^EV^8kChJo@c}kHu^l=SIo#8JyjC-q?2*GO}+wUZH=vT#S47 zyndz5HO+6S3O@GEFTjFtDHlFZF7+rd2qOG)H)$B1RkMsn#X;-;PTYTi*}2aE?^}>7 z62jLHo@3`K7SSmjCs6AJ%p~(>W1?C_h}PUu>pSz7U!tGB9u9Ghsi7uHzpu^dQwFx4 z_+PpFot!-?IPKf*yh$BI!CzTkc3^y5S^W@rfWSMCD&*4m^{I5V^Kjpp`EbG8Xf2>I zPQyI2=i8Isz~B0J{?&D^uLt)a9%uo$}a(F`h5;u6Yvm*wuhO?eA znsZ0i0C#3;ao630n^sq6z5^f>=WAz=!-F`$n8ttK&^0dI*T|gFxBg+CI25+|RpwgL z9-_6f8hDb=PfX?1aeszLLo&`&NrF*8Om<_AApEd}UmFh^Etis;lJ;;vjPz-NyuUc% zXYN%aTEWJ~6YD^QSbyvJfGKOcdgzz`(ANEYc@^&f8AyUvmN|BNd+v#PPFn}YM20WE{C_>wf$Sa$Z3vRUmiZJ@x;`a z_oTYD5-Z*&t*d~;Mgdsf`RZ4;u%kAXzvLCdmePrcnrHc=oWvG5Xi|p49SU@}P6IQE zo7>bfl8YDpKQ7b1VpH86Od94MKwD2Rmt!7WmcK?W>WM;`6(FZXQ^kPg-&oSESJ^V) zztz0~x0ybNoi|T^^Gk(DURj2NEN3(uKqWy64aZsb{rsQw#Zlq;cGGNiT1XsqK5*C$ zrhHbkHph7zq1>>oPdf#F4{|N*3OP;ze^a!h^!O(kJS@k4r%_@_irq-xi+Fs{;s|zO zcGd3u1Mai?CJ}UMyP>ztHU3A9!jTk;6XMp0=5hGsxOUp$_U@7!q_4=6voh4>aKB^< zdAS{#ViNhKqQkgolg;aVaAZP^|N4V}+rI-wmKO(jqn|X-LbFj*WClG5teWI zV;neie=ZUY$}3N)`FrBp_)bC=N5Zc8eF(s*?=!64_1A}nBnifameat-Vpn(%tx&*8 zkSxRD%GK(-RSWZdN@(Gq?9XGQwj1*BFNt4h2=IJ#xY3Y&1r8i=mCl|=?Ss@Cwv}2; z7a~tB{u%NQM?qTvXKw-sQHQ z>x;w5wIDkXPVSILrPJ4{!EQ_J%C`5%v|>cNVA1B+@Eht(ohZ{WhoU2eYn1+La-1coOKY$2Tm|9WFX|~*xks0sg&M1AX@R4>(`;m@q;~@R7+Lsqv^j|-N%u@Vm$Wb z;cWs91pwlabU4)1D6WjAy^-g+{(=k{l~#bv=GbK&bc7SU|7xNMjt~=VeU12EPobi& z7T)ovBav{}ko!MDd9_{k0e-?c>o5f>`FN6UA-pI&hBn+*cNGqLSEZOrxEljHgKv)A zB!C}d{Lul94Fm_S+*t#A^lHiSU^3vwIh}ZTr8M*;6j|7z^3!=n1uwpB)807)gJ zTcrk(l5UW)Xn~=-yJdzH0TBsF0Rbh4Zg5M9LkLI?Ee%6=z8lZ^o%g)oUmw@SwXfN; z_F8N2{j6u*&;7(8Nw6Q`tQF0BE$^wY&5U^4*WQtUa77%Et3m%Cj60%Rc{+R65pvr- z8;qQlBIAzcG%r^9^}wDxA&ejjEttGmOMB~8+}mg{8sdR2ge#W!16wq~u&a200N$uc z@6@vto-n;h@X{92b#;9q-o47(Z~ln|NIv_ep$88Yb;!`Bvr?wAO|eah%n1hDg8pI| zi@?emIlElF8-V&CtWXRD!s-YG->+0W)f~ZOmbZ8Rg`FM(-O@i+Ivc!5zOx@Qo^0==!&Y2KykO3cAD#=6#@H!}IHZT*wGeSZWo({m!Nv?EmK_M$cGMa2#VJ)e6FIh#)lJ7?IZZUB7TSZj!rqA(C9IjKmvws$UGw_KlZ1O+?#=-2emyoJE2{ z$S0V{8%rkZO;)C7%+BlMJ;bna+>T=-BVG2Gy83kKt;m!~^OdFsjv()wWkh!nE+Ro~ zzWtoG)w z02_WrOzSag>=he*K5n@dXg5IRiny${RuxUIt4p^JAoVJjv4oy2*3r1ZX(JU zl|rgHB#us}o4XuV%A16bm+vTURndR`e%e{#iU9Ntx>%l)a0ngq{j;YM2OcfOa@H7K zLWhy3=`+5AM4;xCM%cv0-29dE=eOBJ)Fm2!<6=J05x9=;5?u%+ zoE8AlpsJTV#aXl(z&3h6%XW0a9l5&$?#p>(2#wsDq%P`Jd`)h&E~ zsA)KMsn7Uezq+1X>fE<)Q8+1WOep9AF{%C7fjNjz%vS8Ut#lJ-&1Wu78?zt1yCmuT z=qYBRrIHl^Epf;o(3^awjCu$R*Ldm&s!jYh&_aKOFCo+R$cOxX*{JHdGb6QQ7lHvr-WT zyim_ud|V-_$#L?~`M}^d<(V=&b>oDDT|GA+*{RR09}g#GMpgQ$V-)r~j@6eY`zk%- zNpaNo^9^* z93DAc7i5#q_^dlVzK`_PJ*gQSW2On%_>T`B=Nhu9*tw3p5y)vRW4S(qzr}WZ{Cx)< zMoC5gtsy^6$$_7;{pRVK+B|_5{Vg}GQ#&(buJJt{QF%yVpQ1Hw?#T~q;f=%DM$1!b zODFBT42)Rl3DOuD{R_cBxY$hf<58P=^477(4b1+-34gldwI zIIni>YoglW&#%{Z{_tGKYSsP09z-yW5^pWvZt_EP1^vVID}tco{(A9p9kFr@eSZDsE=Rp4Ex4s`hm>7-03cyW|ATJ)q`m8n*?xZh6e zzBEdNRt74Jcy_M3W!)>n+y8Cp^P_t9WLkB#9LK%oJw;83UG!}u%g{Se4Pgom&W`*? z+I{%L)Jz9qJLPLU*C;~UNdSv^Rqo@Z40uSdIWCVwM4 zJ2fCrHnSlV8T;1+*^_$|pMn&LF=W>fdc~|B?f!$6c*fyHcsa5m@U2ggBo153s6>5u z#m9hqQCDbQ^qjS|vnD;yZJe|bbUvBoVXncpXRM$?@4yOe?6|G@fZA}1oc z`()r!{Gg!i0M33RLEwdGUf(tf_2)|(4=}a z%@Go$4=j1>j-K>_9{*qehaBucFqT2kbdJ9d zBQ<-Cw`dHGY`uvUmo*VhD(H@z@r>j535#I)J%exl5P>~C0Jzb_tViQRcoBM&&YOCe z5~>FA&wW{tnjch>&8T+I)nK#l-;>H%=)4j4zjVh^`db%2B80}gLg*#Z;~_?zf`1DI zd8A4%rKG`4X6+1Wz74{oP+JS(aWmH_xCd05tjh$UZ(%vqgn^&QyUW)_$cciac3K<< zmqf_bsG1eSXIp9%b*Y<{zx_8qNd=90iD>5*BY<2EIh@cv*}AEO_|6k-D6)KDKRmYO`UleG9i+t$N-29x=H%%qqDHODwUfB#uM%-2nN z3d*Sp+y-|@D7<)du`S9lCt9CPBpaGozW!?BXs6&Z@Fc~fGobW5U1mixK;y8w9W+}$ zDKw*~qryUYq^82Lz;#aQ@4Y*UW@RhX7$j?>V3*f%n&i^2pTuk;_z=6Q#_#8O#!OeB zcdyC1{f@|9HY*ZNXGlGT1wfSBb?iCVe@ow7CagP_Np=iwd$z-m?7_70Q>|9#0?)`4T zOUJh%GB_~>52|=G5#EA9HUucgR@tR{olVSdkO}^Jz6+9~&CEwzJ9#@dGet4KFHMnA zyy9o=`}xgJ&z|J1Y0|&oZXd4EJ$$k@EI2K~vHPz1y(JOqx41H_KoehbuZiTby+iNf zv%A?&=eu_}5ebT$j6t%ZptIrJ=wPIsRb$0_-B^W|M)#`^7)EVOYVQ-1TiQ_Ta&b1I zU%X~)y#MpP*$8uxM(6l6xAAccN!6>MRUJ?;J+(8!^W}8MtF3lZRbMZi+tu3-BM&d} z{I)lrVIo6mbtLMJGcl`)XM1+_ze)rz5$@uI#G@MG=UVTru*_)}XmdYCMwUINHwuJNt;zYl;9U$QrhI0NT>-{h`fZ9ON0%^m!y z0bWuy+oJr9V|_)K!AW-@^L9)Esr}@WM2_DCAAK~qL*{)N?&rBPqX6^ZwLWY-nLYhK zljY_B5Vs$<5o84SH?siJ0;ELyGle8z6#~_o^`J6Ue1%e*e2r@C19Ufz%HyInF9Jv_ zsNi(J?W`J!0yv_AB;;>b2@$0gz9@6#9sG=@k>XpH5JvrR8MUv`DaI)ul_F>Mou1MX zX;1H@b>ou!`g;>3X8l2BMS%@Xr%P)W_sP|EmtbH{4oaMa#Gqc4jrzGYy}tK{VWf>E zgCb0@n;ejppdJs<9A3Y3!wg5{?~oKAt(2rgP36zgo_!O+9MmfqHxnLsz05k5o1{;W zGKvzqVboy25an3Lk8r@-G#FqZZ#)o2XZn*qZ{;)EA6)QT(fRl6X%RRq`urQ|xcasX zpk=8D$pNM29kioA6cqZmP(?7J9X$OM;dA?^LZvkmkfj8}^9q|_0$m~`0Js!D*s2aL z0hz0#^S6riqmTNXtL%DUI;$+=^s~fh((lJl?!x6jCjVs%dC@zIPIjD_?1|6AqLuBm zBZ*1Gf7d4r!eue$((^jU`bolzwRPXtLW`+wMbMyxq-PxmB+p?OJJYDJwMK*l=>>h-qK)1SPy= zO}6!C44Q-yDasi%`e1%g^g^DCd_oSfYo5)AW7VQy0>nPO(xq=_)-(gWZ@#z0CM=*u z?ZiO#5EF{mJoV&V(~0sLZdNwoSC3^`p|}}Cbj&wL29`89;H_%^A z8H%`ykxWDs-eDeQ0mwAARFr5Z0$t1o?TV#Q;>Nu<%SoBN&kkWB<|(wTXL`C}~ooj7$NH=uzd&V#C=?5s0Wk#GFt%qvbG6hL0BUkTD9 z;5&H8wlGT2Bj;de<4Wh#oJM$?|rLb@!;S^+l^Ud4cN zA|a6WjDvTi;+7>{&Mid*R?kzp$D{x8n(=tC6ST|4{MZ$O=%WjoFN%KYu7K#GTl3@U z!#pnLzU*Dut#*s8+|VCXSOre)9r)Ip9XXF~d^8iA)PPcwPbjbfcg8^17%lyWwYvYn zL&WX9qyopt$e0*rFFn1R{rq4F2SS`l2DOUyv=g8}tHrx@XYq{FSWHu3=Eu$g48hFV zJ4bTCPEPdIgPSy}xnpND?F?vaZ*a&@fYBU@q7e4L~y-4R(^g-_Np!LK85(pzTNg3bG#4m%LOZ2`n8xE&_$wySdf#K z0DaF%uI45gTp$a@3Y@EN8LE6dGyId2LqTv1HB;ia&3>yTKwdUZ9%k(Pg2q^!K+OZF zA@axlh?jXT4J*KdkmwXr?1LotwJ?RqcA=kSi4mMaNiSN^CQ-2B8)LSfg zc^{XpNE4s8xj3RPLU@ZJY?YIU{XhtMk@uDWq7&O)RL`FpIFZ+4H;*0j@6ctmhsE%& z>mZbLTx}x5u6g(SpeX+hITNjiBK*KA@mg=<$ zuT|9^8o&FLgx_puzL?(n<4i1Eoks7a$65$~N8Irg=n>=t6zFuwbjTxoQE}hVMJN_v zMI7)l6)&p;%LAA^*SZnJY7$_I{OWS2(Z<#{9m+9nMTGonaEs<6MTa)~%jrBNgk1W} ztC&It%4>*SkyTkj(p1snR9_e~_3L5|NN0c7!y{Vg8U^B5tVN-_6b_bO;n;`UBD<1q zZnH)m#rf>m!pOx@4$ch!BJ_&AXu%lGx?37|S$`v)1n-d%l`R(-SW6`PzZa$H|JdA? zUB)ocvJa1;rF!QJtNLasaQe%)6ntR;MkE?S_+`rvr#`~R8Hl1)v~of$|FD_9{ffq> z!@J8VZj@P@6+CE4`iIv0!$euUV+E(w(P6BOD0E&kV6UEjMc(-~HXqtczZuUHSimcGrEk5N5B79a`kKM1M@k1Y)V)+epjO7rrxF z+T@G-xf!|{2{EW~44$tv2zkkv#HffsDxj44_Orn{6|nDbO}UTa9FToH_M!a<7QlUi zsq71AeUi)e+l?2?#-z8%uErFSs6Yk*Fw2e1)#(!zy*%P0ZLvj}HS>nW?WMn}b_lPR zJa%*lR{%l6gGCXDdUEq&Lv!gJwuX6b0N|dX;EGgnHZr<@#xn-bh;fhxtwe*v)$}$R zO8meh>aTb$lT+ur9)>KyJ1w~%WoDSF@>b7?VPxo@E@9ueMnJ3u3iB5pC;c}({=Nnz zd=@WSLCA}?_(DMcTuG20$PR|1V-J~Y0oMP9 z$tiHgg%`5va$I7h6L9jPq55lTr2h+(dyANeo0fktQ7ch}dHJCdqg7pn0L!cjJj%0R z4cLRTQ}cv3(aK@H2N=RJjoZL7ZMEH^H)p&BWpUBA?A+&t+x zc4HLxwLSi<#i(r8Y8L|5T%f)KK{T0v zX9}fYsZ{6iS()1c^uge>#b}}|IG!h!i)*^mWis4F8kGSO_1RbMfWb`e?EcDCi-J68srPU8;_Q>Fp-|2&eMsh7^bZ%syBnmT2J`P zfWzwXk%Rl{*REh3PKJe*&hZ==lA9{TDx)|SMZ45v>^bbYDy4J&p(8ugW4&zIC+e{3 ze11Xe^880twJ=r7WbbfwGu1Ob3lJCv$T;^^*%>BfPVzH~{CzTDWm7QU>*UHBivW$U zWcXEnB;wh1_R+Vp_t^}YZ-WVrO0ZvqDncODAO!(yrGOThAdqYUT2=o!^8f4eEpbEu zy4-CG&&@B+Lg|&*_lkAU!h(~ozer54-W5W}RuiT_@XPq$ub9Z!1wmn1`f|8#l}KOj z84`PiVgc4sgT(X~u?a1c>@Sh$KgwH&W47q%n^;Bui`6T^JAH4lG)MB~`n~{~*idW$ z-}C7w{Nd-$RV;1#Y}5`gfA5}hIornPB|kH)#>j?a9`V&Hfzi-i$Xki1p==NV1$39o zRW2!@iUTdiOzf2O6Vo%uxr`nmW2P>|DtzBzP9CkQXtzdq1v{;2ul>vJNnb}RPyKhmMJU_Kwp7}`7c z;P)|@T>}PjA-fqM@T2zo6m$kJ3pC>JwR2zQ6+EvEk(cBYQl(7_)bY1Zye$vHzLjm7Z=GB>X-oVfn^TjZoc3nK}K|zACVa zZ{4xld)XDg|CLvJClxCV%TzpD_P9ejC zi3KEAwydyk(#8Crd>mSQ-=wt48x1+EWw5_Jdy~t)4NSAq*c!t1X3z3C_Z&;&v|a4U zlyY(lx7gQk8D_}x%iZTWUd{%|fnB&&O$pg42y%Uh9ms-f8r`o!H<*C|Z`t7#2(3Wk z6S>g8eAKkqjO-R`F-&^)HFnF#3NeCKI{JRiXOvAAmnx&0NxUYy)@e{&1kN+8tdSsTCa92 zG}sv|CAolK+_3dOq~KC**4^)ROx>S}-=$Kv;nI}cUOPPiUWdnSW*!bw9c1VpMR9Io zCOo#vZWhK=HHijI+0onMvyiVhRNB9S9cQJNeE8NVA5{d(aAs+KjZ9X^79|RO!NZ24Xd;2Zj#B>Te(JIC%#v7QdN&?NH9Gf z;#?E*0+cT)z}=L1XkFr2P1E^$ z!A;#-j9Su(2g1cY5x1J97b(D+nFk`I6U3~@V7LK>Z_`*Y-a%TD{%G#x4^OGAV&h?( zd?hCkv8iun*b?tZUTqcN!O1@A>wVlvQqRKd;r6l;K4IN4wEdS@L)K`PxcSR zc3*mh1}o4^mX@URM3`m#U-*SJ9iF-n%JBuyxQxM9wg4})AwQJVUa!gU3s_QO(7r!k z%$kTWY(0|FQ1XJM@vi8c*pF(EP(8cPQz%$7G@5i*9|d#>p7SVH&(RQKxo# zj}TONo~4G8UM(WWnSJ8B-KKaX$FA~C-1mPNRn8I6`S!=jpn`G;HJdIjIzlfVj-I0r zgBm8L+q{)gX8%G&&6Do#NJ;iUZZx)V8IW8aoU>wu*hHiQ%Ad3=vV~(D zc-tlQz>Rv(&;2z;F$jvDW8nbk@XMOwj9N-?5;^Gl?hAWBXWDORf#{)*ior+lqcwCX zuD0Avi%zBE)VKNh!JE6vFxzVs>va-GTUG!U`oLV=p@nen-Dgtt-PhnIikK<91-iR> zPiImOt3{|TudD%6walERilVhmEHt9rTwKS{?*+r9$)``v&V4i>rg4F^o+33Re$72W z?f3CEms*g0o-a!;Or4-uHShAijqgaPi!6J7sSY;vaUr~W?HV=o>Nf(Qkj%3U8d(^< zw>#)6w0K0gHxmqFbSd}LBr(J|ptc=XE>!O#gF^F_8LbJ_J9#$nOs6p8Y-Xl_ zQ`qaco@-6a0HmbmefkqDcM*LT?5xQP9oG?5pyRf=%J65Q+xfPX#FS~n$*;?aLECfH z28WRW;zaXsb*#Qmd%c+}dZ^P2qj7=q=wr)5R=#_?L@my34v9MU1B?HCRZ{-eif{D4 zoXxI}PL|*@xFha=ycPCV)DxlSNS6|{L^vZ04s^VoBQ|9{UA0lL#p^W3K&avw1AP(X zXT#@G#%MjJ`Ly!vXf)77IsU`jaB;%FLue?|l96xeYNz(>dcF^DzfQ|`k<}ICKXK;@ z?tnS0UWv5fzWv71*<+skrM(N`2D}ryBl$68q{W#<`e$c3BW<&Q`>NBmvmrcvPj&sO z)r9uW140_xP;>G5&iegZGytdG1;Y~*ij4Vs?6N|Tj6j&K(fHC@Nl}T15BT;Xg}kH8 zku-p*5&ezK{bHR&Pf{>-*4GI3R`w0?<9%UN5>~LC zLogu_abC!2Jy%NNRS7#bpqk!poVoFL)9i{}Cw3pMhyq{w4h~N>#WV&lQsSUx)Z|?E z;ahv#@Ta0pTOz=kdxJ7ey+dH-HTJh$ClhOg#XiW9DXg`fNq8bcA>t)heg9wvJy0wk zW?o3?4!FAf0iAQSru~nEW721WB7Hm}Fb|6Mo~mLrf0V~6Z$V!;U>5lT&zbKs8J+2e zUv*xw)5A&S|I2YwXfyf%?4xRx%BiyAzXm8IMF)ZP+`v`xx~BNSqvH(k?1cI`0`>ML zM6ZiZB4hY)Loz5`QsnDFj%gHcO4;4zwn~gVLd3}ioTR~eBf;#WOZ}l2OC5C=#+#Sr z8vL9417^$p&qh=?B4qjW!*20 zkc)*AZxGeVfC0{o;1UN*@PSqN|2dxWpksasta%0ewi)w10<9r%Ri9oCCrE$s^T-rD zrz45BG-ab6;)F21azA@m_}{1HMz{hGz_e#}ryk0j0-cmaCxab3Ny1*FbGrJpiSC^zS41p)ES_+B z0^0O02vp`@8M`wt$9>jLMnH`)pRArtzB{c;GIhy_?$sZ;usnV;_j@2NO17M#o^$Q5 z6Q65+C9`znj_|jGd0tG62j=XU&{NC;W3nc~c3>h$3=+l=aC>PWIx+sY*+oeWzxP)9 z1|qal$aEkb?;^-=iIHOHb_8yb$F>@~uo1DZT1a5JGX;guq>Hxa5XTcrGuf zJlt5RHapwwb`+cR3)5i$>Nv_saHv$}YPZd*h=(QZ#*eqVg~hC~m{|~gR@E`9ffWEG z7pD>=5~f@He5#vsQkCitaIr@;^&ZKkb+wo3j1u;Zu1Ao=o=@LgD;QkZNf7POwuD+t z%Bf**H!bqoj}eZ#%bsuB=^h^8Bt$PnJmM4tt_IXZ zj6pY|xOnEPbBx7aVf~v&S{*u3kR8}T%#RbIE*?~8d7ka7gWzkYH$&YX868CXGf~)M4TB$jU z?kgMSnslchG-6(RzV+A$Gw^kd$3-N2P~QXIgqH`502zX)7KoL~%DUiC`OUNt)tj2_ zrEf6ssply#6^(z6NT7{`OM8Vq#She$A+gm>1!o3-n7ZPO^9*}xNVJTH$Bk_orIb*x zNtg5jXCdNMH%36(=%aCr818PB&1_JPp_}&0%+q|CtskjPcZJu;bm|X&^7*YKG-tB@ zof~~|@yXVypP$5}XB)p|O?pG=z5)!;yH7}Fe`5VitIMd8_<#tIgz{coXRQ`7arj7M zF2yQq`WUrmoT}q+??u$ExR8WnKHnO}m{ZUx$)xv^cwN1tZE;0ADGB;INWO$&B`L6YKU)%?!#GrEK)347i2)uJ3~`6d7y9GinqwE1N#x!1 za0<~yYsZl{d8Av0VLY4EokOKI0xVpV}*f>SyJP z0vuXlrivf+rH$T0TkTukvs=tBY_r=OR7$9i&vWQLsmax=rsO2u>MCixUHJZA{9aX76A_i4 z-4w^}iS3EXs%D`)LrdJAS}OW$9LYtL%Bj?V`-o!y-5pL`sx#;P*ts{Z7eh?Ri|7y? zja>@yS))6QjF)fgGm6Xn>pyt9CX}Le^$}U@KeL7T5fw#QWNCJ0_aB9in(RJI`Or>o zm_n`kVTMHpcJuwGdI>;3k5YBTza@I^tD}{wV8YHvFdjx~D~{AAT{l?B zCeGs?ptdLNu6}`_fC6b_J=~I<3Fk-97eu}0gydZ^&hq4q=XeS?yO_zlA6jd`jyd^m zBME;zM5}M*i6SUO0dNHVug(uA`MoJj#^d4j=t<(8J0Xmir+JC?Tp?t4+M?E*h^G=Y z@vCxcp&HYQlr%nLklsgx=zV@iI0ZYkIXUj?l7H_>GG6gdaY~OrtH^@Nu20 zi!Mfq`=&6Jq)aV6J^>%TCnIfx+Z>OnyTd|9q@HPS{eBSJyzH;grFVz%kQ8tpi@b)2 zdXZ5bu8fNK#uA%IwHn3C9Jz@rgL?mD$7XmiO=eE+?%FHL(-r-4-8aqF&-qn{Zwmtt z#%fe}KI0*0ECM*z;_BC}txj8A$NMB>wGr*!&MNv5dX+^H%jo8p;#xFfkW)I63`5g7 z-!`PdiB*u%K+N1m#KotCUl|2^6~x*^-ZrHPS6w-OAE|KQTXODKo*dI( z(m%3)b@IcahL4Ax`=aQ-%Rd(zc%~T`c&NE)bca`1LaMIYk}y(GvO&{(Y2w6Y7boY{ zf~6=`=4N(Jz1RL~jqxeMchQ=Ph*s@CBU&&g2S3=c&X7ZIs56OpuE96T<$CP*2>pGV z3l|^kh6!?DJU8p6E0+9>UdL>13u3<$u6I@nroHX zT$K21@a=ZjG4c>UM$4d-b1eF)dQO{en{naCtn`28a=L7KL#Fn`_>dhQFNO*+Yu7(=TWb7=z1?+P280%E!99d z$g>lk(Bp6oC{qJP<>Nd=AS$g_;`6YC0QTfoG4gBYFwrU5ipELi{5g|~C856g*C!#kK zr`FqRjeV(wJ77HDPGj}?XQ4xfxt7jrI{7^C`IB*@Nv^ArT8c@-@QE|vmxkco$A=$~ zrTe2kFU5p%k1uYq(3UTcg4^O)=miB`GFlzZFXBq?o@genOS$`gF&vH;G>Rj9@q|<4 zRs6f}%dQl4;6vY2)6U|LFz3+qxIOogo0Lf5f`a~0T$SgJ};N;imknJz@*!|dc%>Vbyne?gU$PHcwi3V|{7^;V- zOjgO$AB;AG475FoJaLE+SzDyws-a}oJ$1Fe{%EQ1j(!B(6_*d96z^u}tXFv*h9CA_ z4wX!)99>))8*{#Uv`H-LWpsyFw8BBE^h;CFo@Tgh%jBe(o*XCp-r9JTj`8Es(*EMZ zu{{&=jzgXGGubr2+Vk+K!oKKYlbf&Wq47cH=RtC>GeECjJa2GNs1H><_@`gs1@n)` zN9@0Wry@{FUNKyN(`a)Rl!=Pm467qnh$DW1e| zUuS=e9|`X-s zyh4m=Glf;%I@+IJu@R#k)qcE93Xywi9ncTrZX$%u^YzEBk)rc3G`-Q?7YLhRv1Y%S zqu%=ZR=h9;pu2pzzoL|3-NUNCNN;ofl78H$Zi%W@(T1C-dT&Ew`eMnci{`F3(701! zO-d9R^l0TLW|~~TN}C+1Sx&7c7F&3s?>45k)yKO{?cXu6kXu!*TT~?+ArN8t0p0tv z)SE~Mf2zOF)VXJ{10}PisUZa(hmFMY`leJWo(_ zS@zQ&D63m^q`=Jq4$uJ2c`|Z-W4mDu>|m*jl5=#gKfB<4lQsQ14T6eQS6z)tD#8BV z4K^l`di;af`ZXDbrRl3?XB;O?$^LO}aff5t)Y9~?HaMNUk#}%QBfcBq^P=oc&@AC8mSy<^cF(N`+ZkkGPS=Csq;&Xzg)Kl%`VWrt^M0h# z!=f{*T0WXme{homPjrCj%7VMlM3)gN!y4ZjDT7NRJ#{%ISqo98i(Y&q-{u&;WNFKf?w&kZ0hBmKvq*{;|w0P_o zGcp#-j(XdkY9+1d^t>1kU*Z^tj!f5S2x{IsKa5tAcP=sgrkaC7e7tpaJ;RtEGW_@W z*Ihow1ANdVYu1@IIXN!33!=LJSu>_t>5^e0u-Hk~ZWCV^*fLB9c%MKEQmc#0P~O zlzMMMv`<*=wv4mdp2GCh>Go*bJ$m`<9F-cQ##v6FbSrlZw{aD^y#_2fyb`<5x&r}gqzk|DK(YOaF{fs~FNg6>F;w-vuz42Cd3kTcdy$(~}Vc+t^W zW^eJX8qkAL-Kz`dfA?sxhfD=OiEm-tcfqC+oXPtlQ9hvzPQs~^OyE`zDTO0)00+-! zh_CJG{1Nlpo?-;sYLxg!W02FOqdyke2FX^@js6$tDyh@ literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/uninstall.php b/wordpress/wp-content/plugins/user-role-editor/uninstall.php new file mode 100644 index 00000000..9d57a9f3 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/uninstall.php @@ -0,0 +1,46 @@ +prefix.'backup_user_roles'; + delete_option($backup_option_name); + delete_option('ure_caps_readable'); + delete_option('ure_show_deprecated_caps'); + delete_option('ure_hide_pro_banner'); + delete_option('user_role_editor'); + delete_option('ure_role_additional_options_values'); + delete_option('ure_task_queue'); + +} + + +if (!is_multisite()) { + ure_delete_options(); +} else { + $old_blog = $wpdb->blogid; + // Get all blog ids + $network = get_current_site(); + $query = $wpdb->prepare( + "SELECT blog_id FROM {$wpdb->blogs} WHERE site_id=%d", + array($network->id) + ); + $blogIds = $wpdb->get_col($query); + foreach ($blogIds as $blog_id) { + switch_to_blog($blog_id); + ure_delete_options(); + } + switch_to_blog($old_blog); +} diff --git a/wordpress/wp-content/plugins/user-role-editor/user-role-editor.php b/wordpress/wp-content/plugins/user-role-editor/user-role-editor.php new file mode 100644 index 00000000..2b49ce85 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/user-role-editor.php @@ -0,0 +1,50 @@ +Please update!'; +URE_Lib::check_version( PHP_VERSION, $ure_required_php_version, $exit_msg, __FILE__ ); + +// check WP version +$ure_required_wp_version = '4.0'; +$exit_msg = 'User Role Editor requires WordPress '. $ure_required_wp_version .' or newer. '. + 'Please update!'; +URE_Lib::check_version( get_bloginfo( 'version' ), $ure_required_wp_version, $exit_msg, __FILE__ ); + +require_once( URE_PLUGIN_DIR .'includes/loader.php' ); + +$GLOBALS['user_role_editor'] = User_Role_Editor::get_instance(); -- 2.39.5

      zn@%bl9!k)=ma7TeD%S4`f}dd zKb<~+EAg0br{iYx-#lLFe^N1wY%rmQ*1hoJHEY@7M77YD=N3ww z881o-l4Nssm9V6!l-{`p$FpIS7~m!mg(j?$Krg?BA8C{9(9f;iJ+*;g3vL-$uyQ!m zwP*RGoIBk6P1eq4vXiyQLc4;pb!iD2Q#MJ-P8x8C8NrtYMCvK4?Y8=0YJuQCzr6nG zY0E1;Ca7=(XqZ=3;3|t@xywyd`x`z^LshlRNx*I3 zpUnS`ApmdDNxF=)DBDm$4#;BSUf7$mBfwyJ?}~N9`6^|fPtG|hpgwa$ zo8DIb3n-f!=1rTh>?*c3(FPftt9(W-)mkxcgfQcL4_bf<(_zm{E_mmy_$z4lEz+fl z;oiHget~B{w)bgJp;{zTd~BOiG-5x@=_+O4PHN2MuUw?7$UD%JgB16^F0kO(B=yy^ zIDo#2FKKd<=qPgZCJxg>qSqQ>&@N9H=+vk9FC$z`J0hV@UCm_qf|4`*EA!tBgHCP> z^%YKxU)gDR*8ggvlR*GB2v++L@k zbb*{;Uo3J#t2eJb#IgMqyseD)wf#oHn5DH=Yg}B2RB%J|zW3gzU2Ki@UZV}AI)8X} zIlw&FaX<82K8s)J8MXOKjzdHqx864qxh!8+?%ylEfa#66Zd2uY{aGjf6Def9yiSiL zy^^{4_lB{Hy0xK$#%7aaK|9-dQige437I~Mo1H0l-9~CpFj3>y3~ zWP_Hb*yO2sI*n;nb%{bB)9-w~4z--v$!!AXaD>NhMnKXh_Bja%VL`eARu-JCXEPLw zey}%KwHkcZmE=#r7-ur0rhX)i;H9UFxr1FPy!J~vGpKB7j7FL0)gK!vGJ<9znxXaA z!X_J8Mb@Ekg`(~F_+*&_W;B)*Z+f%!nLMI^r^q_m>L4SxxYnZoPSd#0ARGyUZ;9Be z^6Dq`GCwSp&S{u6iZY=xa2233irnNFHJ_D+BgR@r)T`lUO5KeCIo|fFn45uIcBFQp zFDVL;XvolNyGf!Plv({zMT7yQl8=ZWAj;LXM?e=ESq(ookThbzB+ODl3<&BVhRR?m zCRmCZe;C-uHZD;ih=%z$Ea&CG1hic5XSrsy>dCXSywPeaC_+Iky-|I0_+Dye3OX_PP9(uBef>n6Hed{P@BI1#(B?u zyI&{??dsL!G9=u9Q=EbC)UqWXMPLXq%=ij9rv4%j$DQ!qn&NhPqoGgzd>}1u&>lM{ zZ%9ixx#OvOfIK^C{@27_0bTKhAmI9*p}l?DS8c_P+VhSzg>R8-qs`9?1}XG0-u#h8 z_1|OLkbzTHfJHG-|998qaOcDpMCXYbkP-K6ehwPD;iWTDk9x@fx+8y{5S ziV}KX8{8sg{qmNh(R`ZhhM2Jh5el2`kym>LRla1C{{%vB(bAVuxA+Q{o1&21J6hS$ znrIMgYazM_vcHo-v`1RRY0~RQ$lkR};(F;>ycQKlVmD6e^4;JlTxNH8#jgzjY_TX_>^~pt7o7W3>wwl zY^hgFvv95+WOr37t^o>zghi7}t!-90H9*NjJ4_TYYz2@147p3ZPZ?}DWA+S%@E+DmY60enFgBF&d z$lzBc#s=)sq?PK%WJE7zEjhHhaE_ZWmzKnhR_ri`+7Yp<3sA)PF9%Lo4HsCn@`ljU zB+$k9%Ic-;D@Iz2f{8>I4|4|o2+2~RQpZT}bPWPUu-gyK8djVl3YkB`KM!Q?-g6y2H#( zk*Z@=b%Fub{*X&fZyh78>$LoKkmTxijn-#AA9y3T(G(kV2%+DTgAvLJ3yUaZsVoh9gRtsv>mm&I;c`h z*`wYuLRToi^Ylki+g&eH(A%qI>iG#XBy9$ zjGkFx4D1fzNvG^~8GsnTWq}S@_P2#?X3?7VkIRkMyl`Zgi>UW?X!{R)q|xlmqF=O2!^kd@~xkXe%Cs18)+Oxohz zu#R>PWqT}($uh3OdcR-R`>+szh}pRof9NeG*oWh891>!rA7t(p@|bNOmlW@mWm{+2 z$`=%4b#VyKu-i)^OWoWaOxQDuDOB;y4!V^)f>f-GD64B%jH9c1BT(7QR||CkwqhpT z*qtWTL1il~QAul_$!NkeZV+P(-L^!-d+sXJY*6X3osd%q{L%swCTBr#&c%WWBK)*{ z}deiF!2@};b#MJm}El|JxnUDKS zU6Bm`tnXtwm7CVmo7z?Wm0_VK_&CQTCxZtx7t85Gn(d(W{d+gF(1G8#~goNGX%vyR-5fv1^sr-Fh>ti4Rbb!_#Oe2->>!_ z0oF%Q-&=y9Rzp*>X6utZNhDH$e*w3o$Xhl;W}|uWL!X2#sl)hE6|d4d1;g1d-R!t4 zOM%yQ^Gs&Ejfjy7IavGsi@{}9?C$fl7o5`;AZc-H5d64A2{trnz?R<@iB`H}PTrOW$_^%sI=*|CS5!(J|)sEi3F%e6xBWgG`;IIC3^(eZ5yhA6W5s*V6F{^0^@E8 z7Xq!AKh4l$-Vke^ri$Gfy_Q`m?g1Eu>CY8%D_HLw1kG%d0nOGv zSsw7_2=J|Y9AcFb?zdClE>!16$tIgE&J#p(6+JZ#Vyt;3r;TZ@;DGWd8@z2%UKYQ- z-z$YPnijm}3ua0k5Or-cReeR0Zp&O96@}AEa;o>0qD5euS{(rbgAX4^e@)^cQybh^ zE}fAIa6STDQu7))0<4A#NiA%8vAp{B_R$gG!uunDueJZCO{ui^ivAD%{v!ZL`+Ff% zdGBoXuFDZXz_ms`c*WdIr$$hh{OHBiLoW%Cz8l?x2 z#`SaBq%tSv?Jzjl zH&Y%Nyr+CR^G?b;FSqGK)_sJ)VFf+eCf+Wh~_9W60$naDnMizMM;~U@H{S%+6 zROU3n4)$EyRC6*Duz0ntvP>$crVu?s@2RFyev|s65%RiWF_O<;tC9gyEPI+4CCb^; zNHu?q<#3-9l(q!1q+Xa3C4E>rE6raJ@9gZ5bnE6exxruS6(rBW+q}azmEsPWt+i&J zO@Tho*pK;PwJ5f}_;xwfp@yGbok?uj_G_?Vu&nO))KGcJ(Jtr8W?}KU@8A_V3usQ2 z`9yv6+G3r5<3fJh{*^W-+9xY!LxF~biO^cuFs$&IFl<)lWS zeb1)3K!!Ru60&q&*ZTs^z%^e#RYMeKPLST2B#)g}Cw;(R60uQn5dw<6!sHXt(`MgIuU zF0ykodO@N*dZ_eeY5QGNQM(-_4|?9&xnIE0x>d>pK$7V5^!}CcpXV) zNuVfQJLe3aaFm+0D`=_sYQS>-Q+cFSG=u-g6*}iaT5z*$^{7f7qy?MWjdOmsJdXAC z4J+K9UJ5OgQEQ-uuIs3{@W8pbxsfU=gU_r(Ye6RV=I1chEuO(kH{W*9R?|=4QktAR zEpleSHc<;8Cp6UE3U-)0m11b1WD`Ge+Gz%PmY9ifM!Fu5to-=LJ9)4-(Z6i3A$=P>iC!Rpokj$)?3Qz1&E|!F8gjlg zqz&!)ydLD+-5i}KbU}nCM&^!S%CM4;XI=d&<74C3A9nS+YrNK1&FTs=;rSRL8GGc# zWxJi{Po5&DRuK2ob&F1XV4+(+8;#1NT{%<{n`=oiv;kfG&Z>nC=wvlGCz$Qbm zt2Isrp{GZrS=^MKVfovAwOKR90`MVxHhBP{;^l$I1p@^mz$v;Q_pQx~sk99#>qj#k zHLCqZ`7g8+VJpq2Zlq%)0Too}aIhqEZsqh z0x%-fBv--#LY_I%6L*IWwsfIncVM27xx(!^6qZvahh8O#SUxwiq~KT@#tk!842|8D zVb1tY?Vi>687(w{skcfiu_uPJ&K#OmJu$mxj`G)9^xg_^Zntf8(P?i-QY-|g%q?`G zy1>l1lw#w|INTK*I_(?;N*?A@!`+y~J`*`61!->t?iqS$3x-S>{qh&Fe`ZNHP^_F@ zki*b#YR|2lXQxa1AR^{c+%`?{5qx1SH$RuA2Lw5qgAaRDY+Yd5n(pUVUnP=HENFGZ zzP3niAR@BX^!fxQ`i!~1s>GenPD!I142TBGKoZlFy@9^(ojGA-l{ZYe8Z}%gV3DV5WLJmiO z#Xb|;%rZl{@k*6QiY03Mk1lPLB53lP#sr}Y=1ZY{Jr~e@m zd`9x{ujh0T?VP@d_O!}$y@>21mc*UX9f$sYR{Q?Y{Zb^y>=3zxZNm1T~%i~ zG5mp^qwePDW{yXtR0#!aXQLmSXj?BhV~&B6On|Epnwf+w$qW> zih_#U+w09>Fwc!p{@HkE&PZEEe?n@Nk>28~%!?A`#vki0IUT@>ir6gS1bIiv^qkye zc92c88ecR#~1Ym90Ag87p#1HcTGL&SqpuZWs>+pFS8b;hyYg}{=kp1 zzX=;@N{UU{qZEooKC3wy#Gz<-F-2t3LfTbFLd`s8C9Fke$>slH?meKI+P-~Z^wVtH{7ECtf0V{}>SuM)5RtY?elryLljiH;d$E7;bH(U9 z_neizmwxT;UT9A<{mAc({Z`;aq?lBjTY1`;-7wWH;2tUvwc}c7gxxQ0s>Nu#8SMED zOnv_r$%4O&F;5b!l1=hbU$l=U8g_@;N2grNi-osQ=9_7CdlWK#iW2ALC&Z^;PkU7L zjX60I2pD@_CJ75(6=gz43qT5s#eUVkNCDabeTqQ_9V5$&wszr0qQc%BRMC6ivz7ja zW|hup@{mXWxMuMxn}dVhTKF@|f~uRy*Gp^B@8yKR)#)*8F_gLGSRU-UT#-)i6kh*c z5N`qieO=jk5qhSz3y9sgUrO#;Xg6H5hAJQ8E|{#4Aq{KvYgoQiEH!mAmYs zs0RMF=STbH498Z4#y@CBzIjxdYfLfVQt@UH+(Px!`b)I(Ti%*Yr}e)4_}tTVrTo*w zX{d_Xtu$n-gix;4ZfGN1PW%zq7Ax^?x)#|V?{9{Y@yy-f6tWP3p0`_nX(iGpWSi^4 z!sTqIvXN>7j+ogHqRYx^xBa8Ee|mUqc@`C`_dw;@7#w`4o|?`SPMT*A(ppZQ{9$0G zOXU@%8l0bjt+Z@iCZaN-xWKhV?(glW1uf?yLErGiFV&FDqGUqPxv~<~sLFPQ5~=$J zZkKQ)E#tK#a9V(HrQd04u@ZV`y}bPzC%igM&c_IK3ET2@kvpV6-mpiNgpNwXZIKp_ zAL5Q!qPGOdJrA3+L`#0soVcGXwW8W_?EugE<6O$4wnx*>2@}}<^v8Sh-l5YIBefX+ zc#y1L|L@`58&?d}q!%)WW_@l!+vA!$EL*G)|Bm+$jY)3}B2L}VM|`ZrTV?$^*M8F6 zS?>8h>b|B+GF}_jD4=rAZWmL6e^kT;ac54UQu$i@LV*2uQ(Y=!xpZXV$pukwS)P!% zjb0H9GxC+|dJUfTn;1(Bj2EWFcv~!SaVVj;E!@0*tpZjJLG|tq1g(N*%a?(jo$Vi= zlvgDBiG)9R_xyjMGyQk5`HQdVn~NZ^?Cy0HM6igW3xkj#TPhOGEnB&+6HKQyI7Be3 zv6$+A=dYLzcJ6rZr&tE{KZN-9u=h&aM5KCc7|I%0XbChHTUaPM&7O*+s6$S)fE`yf z;1c<0xR>8a8quUQ5X)z&Nrx{dEszxlC*d)lRdWyLxIF7G_l7gLL;TD#BY6h2jCoio?7EwEYCWNGfAST4hyI$5m8K8r!_+nPQj zN(^R>Nt`T-%J_3&GUYpTo&-+&+U%*-n-jDuSD|X7RXtA)RdlkDNW(_20ZmK_TB!Wm zJKt&s^<_@^d=bE?tE6Tw(t+aQ*}cD2wP9I0Ug-`JZBEvAvQE2o7lBU}FkR4K=;as! z9x-8~OV78`UVZ+UEq&xob@=i6?~N|2g>V_%msX&){2}Lg#nM$S=e_h$Lc2of5!o?Xov%mAH06iOg!Rw9m(z+fgX&}wP zV#8Cc6_twIwjr9}9Q?xqg<=im5JPzX0)&a?sAIp>cEkuRN$7{e0oD!U+agcsnbWGfzmH{)Y_F~OvuCr{gDYg*~n z%s`hl9rz?AB^NA|wqdWr9D^(gtGwPor_xwM>8oC}Py;df3O%=VPS$Lji@zPUXv;vC z5hh@yR^k|Bx>pqkk%g(aP;CU5SONt_n_Img6sj)E zQmyY)Yr&|rw%kf5x!9afl(?B9IgtSM}WtcXP( zIGibQppQehM7lfwR(a0SCP z^i%cSrd*tsSDhA-7U8uyH!xqfkN%#%d8^vmc8kTW5KO@r|D{`My3x1u zu~iiKKuvyibjx-hfGwZ~^XF z=02%q>A(ny#q?|raX*WNNSuS%7E94HDo^xXGw%j_V-eOc-Da`#Kt=_hln5cSXXWku zK6O#i{O<5Ce$TQ*%{|BJJz;{iBjN~d)&)yn!!HzlvWD(Ju)=1YKw2eI=$K}W4vln0kOibpF>Yt3N_1dbxZy#=>nhp+<+0%JA@Qcb*M0#2YRpV;UX@~Sd zwor}gXd{b+ZQlf>dRV4J4Ub(z5HM(n}hFfnL#7P8^<)GVzrgE zCxL<7FAbkQ&xio$gjD2`vVUL-SMG$~1O`@zvpDRqfz~;2;jBdZ;?K<|M33jOp z%?Z+iqSxFWE;JAG(N=AVIa-P>ttJuKuIsC=1f&$=xcjQwrdWuP?ZP^S&0a;J)^Ry0 z_>8=-j?6&2UjCcAL33p-Yki|jQ|aaN4PJS=6<$!IDueiozYn%i#~!_?{4&rxmcKrjb&b+v!bWKi_bZkwYVd4o zWwOHeK^(13EuaJY@)q{h7y!C3TsWfP@l9p}UVh*u;$yAj>XdA^BZ((e{npv+*WS z1CxiQ`Xqyzs>0c?>qqZzhn%dMXo2^OkbV!NidOKCpy^V6rJ=3}4*}C6mwRKoX|R2J zeCZ(3Le1*x@}er?YW#W!Ho7}?W^y^f8pcaDg3)Xasg4WI_EsD^IbkX6Kn=UKAXRA& z*h?|j0+=S)3yYQwhxD-MjLUz72wjUq5+Upf7KD#HN07;C?4nl{TTvh`3*SoHNeqZ? zHpY{=zO%oPi+=C#k`Em$Pr$%;x?acTn=p~R?RtK_cCWqR#+iCw&LH1xy;Kp$!B6sJ z8*<7cQu_7lrX)++Rx*AFJ{u&`SFzO&*Dzem_o}t1cQ!K|43=;v8Y;%6y-8pTuxxIQ z`jHw-btB`RF2zONVzj^fnC8soFuYHuQL(K5X)dp|8XOTH^ILbobU2HKWGsviZSsx! zBH6$u8h3~QXwPLl>0L|YAqa!{h4jp`R`|}J#&pEvZ;*Az@4Muz7ohDnU!nvB`IjfS zo%=}80oZOxU6qBKc3-ssiR8U4RWj4O@?@eDZs6E$<l(}d-DBsEZ=D&elpQJ z^AQQGDAx^|jBSNTGfluIR@BSO&2$a^u_F5KS`^aIG+{>o7c2*?%+cGiKh#(Kit@V| zZe}?ID4z3r#T%@23_O@BXm(I1Tq*oVbN)I#b4&Zohg&qSKHR-?){E+i{`j2dgKPIM zX#U1`_Hj(=Idz9Km%<22M z)@^_DR_!%8wxD$tX>?L!nD2|MGJ ziDcJlO7_z~IzHcgb??@L-|mRh=F*(Kc{AqBowMT4?_GMVZSX24_l&@$_E+|21lnld zsh^=y_xkNl$AcT^UeO>fDXTs{S4f+C=F$btbFVr)&Yd+Xx}#3ay36`Z?bRKsoN(C| zo0;b5&+?n%-SECG-s=diLDfalh;a)pqc$Rv2zva=mrznTAboKcUOt?G(K##Hto)-} zs{>bG>E0JlchyS7ox%1Uz%xk6!a|2*Ew3Q>ky|s&lH4(_7r^ox-72*Z5*PI&;4_kh(o`wh?0Npt2_}63lGym@!Ko=g{uRq;w zQb! zBQHume)ca46$lGq3p1Wz#Jk4J2XRI06{!n8e`3iv*a;QNSTU8k*KU>{`>M@8(v{OpJYZ3%~IEA2<3h^e=0N+`?J!w}K%V zZ!hTde|X-0=tX<$k@oLz1!2z9G;@x3|Em5!Qrl9g7m2rr?og+#W?*JQJNnnWbzXAm zILknrLDzXTke1p0{qR3}^k1!|x`b7A7SjVj8}!{qMT~~s0+SC9arp2Hl;yqp5<6N$ zH7}rtiE*WG@zk3wPO+zH%*cq4U;r#eK+di2@GqBwL_a6=58FFi*R80g<|q~D;7=Ils^m)ystpLFnr zB7;J>XNe<;Q&JV|mZ|o2SvRe7Zc?(&{L-QSmy#{SK)7dPT|zIahui)}?yPGuDbCG7 zk%^$~W3i;E&d0Hj_o13GRLWLy9KFQiwB-1~g6pb++c`C8*D|6&cvWPUb@(lI&Zzky zf;|&0WD$#YI+iQc2FrhF4YE##cOnau(}J`JX;as~V}@f}GySpq}+HqGqSu^lK*u2J7ltMNNhJL5Gt`cezdi@*B)A^4BhF$zm$Sr^&nsf zSg7(hI6e|P5I7S#IQjljkor)fw=Kp+!$+3z$Da@3KRp6z0V~@d%Ea4JT^E#36lc#P zp8vatc~(J&&ouj{FYo7OM^y6ULJ0wdm9Yh*x*mYBR4Wm_3&E&t^G%0doOzw+ljI_` z!M-|R4ypaNP143_bT*a{JNz8;KA0|35v`3fanS^7Xs~M!Hg1{@Xk{$dEn;!$CeWs>JCA8b zM0m3hx)1KsDr0sRl_QJy9crk5{3~JCJq$y1L&20>5#59x9}l01*GHmOrcdD?2+n zZ^lViha#@~#GoR#6=NEiRQc?coAqR6Ra_8FBJ|BSRx=_g6^+@eSI@gUC@AP6d_6)Nw{1Ll0DR={qm0v{@3aGSkP9#nqh}&Q~|QUZ$Va%#eKQM zY*};DV0HG*!4*dZ=5CpHf4OASH1}W%C3mwTfoANw(QspIZB0B#ivMLh8@R<7TGX6G z-Prxm%&EC4`znb#=I2GU6hvL@WuUOX{yq4~5# zJyMgl0pumyBvB``qgHvu!<)&L(fthf|9%1ds_O4lUfqAFLMX{TO}orS^$d?~%NLvWAv&?@4?Sl@OPHD;+K;=d@UGy`8If z3KMA2BK<=vrYcrO)$By<;(ar=K&{VDAJJjh^;o0FRX_%r?p|dtLx+pZ)jQTdKUHGS zN8-WOn|3zbK?RivA5yEr=_4) zAD?9q)-Fs?bq>M}&%2DNi4*la%)P!nDZkrN<_lzm-vH@X*%rJeC){EuaZMEDNoaiB zQ7u3ZjJm)VUOBScAKM4*d2LA!R`!&(}f?kd3YX$e&_02_Fh%1Tvz7j z8v=qGqiZ5!)qMA+q%tHf)QgHB2r|E=FgERag#QMH#8qOxw%^pz(_Q3YqiXY1UvyML z=aoN=j;@~;b_D>XW3f&ZNgDYO&u&<5oWev>fv(Y7c60{dzAL&F$!Qu#|~( zvS)VJp9$}xn8P(+|J~w$JFs|cTGoEyM6heP@Ax)PyeoN9$@h>4USF`@DzzRUk-TzQ z$mI_tTDeEQgpV8v+ik3>ZNP;@XrfjvN|MJ^I7KA9TG`y^LGz$x8Md^<09!=RfT0o< zJ_OO$mJ6xs0S!ll@w^u=mXHZYi!n+z+W7?J1xfqG+TaxX_;%fgMtvP5ZciVZo>tU2 z2gZsieugB=u~PJtRr$nBz|A(&EzRQ-+oA52OWwQA!MB=o@`o#(@nU7`cml>DJ13sr zCYs+xzn~Tum239JkuqsI9*@DKc4^3JHJG-!U{==CvM?1_9EH9nys(XrC`k8o6R2&3 zHZPPWv#r>}-0WWC;u5Co7gwiG`f{}pq6M2|&8yD{b{AG8VPU~Dw$QU#^DtAeN| zslpFG9;5wFwcUBuhu`0lZg&5j7Gw5Gu5$yolPrj~M^?|Td0NC4I5agbqCUmQ@s*b+ zhrTetGm(7=-BR}x@do0A5$#W8%S5pua7gwC&z+{ zRJ7U(1F`a)!?Pc;fyOoUWe(T^DuAM&Uca6Ja#sS`aV*OO0V|5z;vH8mDn zvuEGbFzHMn*Wrpw9}Tq$oc0zgm)>1>t|Yrw>y0~)4r!@K`qDe97=l&T$STT)mXB*u zP?lDbitoSxbH~aRM{^i@MB{>vD1WR&><>3{S(ce10egF-r%nu*EKq=O zEbo21P|l}*u;MLhA2QH3h;`L`(8`%Fo(0c*R2F<4M@U1C66%N}H)G=rBiq}>oG?-R z9h!jFBu){n;GEr|yn7`0O%<5pdxy0L3$0Rar}xm8_n%pvJn#1#>qqYR5+Y0FIJ|i* zU{@lrkz|U#@ml1!pER-HgZ+c2xY6LsfXvqMBqEAMG_#^6?E;~DdeNVAYh(R%Tyo?^ zwwJx_*iyWououw=IbnmUCpS8l!a;{>m$BmAgzqH0u)roC9j1$?%usiOr+*z3jTaN&Gr44BN^*pUiI^Z9y(w%7_iV+?SPNrep-P6^m6VSXxWMC%ak* zM`37144=xM+t}i7(f1o=9>@@?99(iL-IV&VAF^`a+L6ZtTvUxagpq6T8;)vPLmxH&^<$ft`jFx!rOsT2D`T1bge)go|V(CUu!;xC9NZ^LD#n^l^|2KH8{kxt0DTDvn|l|?hY?c2bC2jchR86@nQ zS8yHaOo}sUAtQ>9ZZ{_ygr>g?z3`L9x#;Ng)OiQZ%o_RwJToGowPPJdE!bR61{(VwAIK&VtvGSeKa_P4j| z#UdT%G;wiK$6AWrpUYzAOLIwO6>qbaUQs#p#aMHb>DF0k_n=gwJ#)A$ZI|G`#EO6M z@BadZ2K`3;vCSj#sW7VkgV;9Z4@}HaNaMOgt?|Z-M(Fg^5catLWp2vGHCSu4*+_@) z<3I29A9-L>#8@-zZ-MB~ z+WyKSvt&$Vb1q2m_HDAXRT{c2c-QD0v^o?=M7lS9ca@WKni)uPw_@V><}Z4oe1QZ~ z$(JCK4OO%{iPt!a?XArMN_%l*W?;I9s*CY_LB!z7wW;a*yRc7?%RtcPkbI-QsS6L= zk5o*F+7#@%;RJ#nrEZXKvA5-G!)VmklE1Wi9Y7SiaPGifQpH$(DFWc5npf5+UIrr_LTOYG{)T&_VVod*|<>$uqzX7q>7HNN2{MwWgEfQkJ#W78a%!9AV6YYAcd%h6nV@_4AdbnWEo*uPb?-z( z`+}S|jB1JWz@1%>+`O=*D9Y0c4kpG@j!JBuRHKOj13NrkgU2-e7%Y1G3~k9WUbX@H z8xt(OuRu`>`2ul|C|=dJW;qT%r=sk}x^=TvG;}EWO7J6`s8kwQc3@{KWZtrp0QQY% z$>jjttjT|&sJmS0?_gq%or^T7KoAU-zdctLa1@$Sl=ueOqg0uJ$2t;mwQl|53!v6& z7M}|l6osp}@&=uy9YbwZA^}wxM!!@E)m$0B{r;i+lS=5Ji?S1&U{774p--noufANW zWdeZSPZXqLgpx0Q0!o!hbR-Trv*)WoIY3N|W!`mZ&TO!kE-4(Q*i_WUW2F>H3!tJA zp~PT7b;NlQkAgX6Wr6`)K#r)4%GuYnC96SxiG6z=anCA7mz}W>8p~l)#lxZ}1*z24 zmHYZ_-?VJaG3chOX~#;6@DJDKcxgt>K(Hq$hyA;s1%plq22YV_U^LtWI;HDI75ZT3 zRm>k4HWy^%h}6eOyRl44PPsT1<|SjI zm}N&bqMgTc7{_9QC9z`er@Bw}`Y^ipNm7a;3Ai_ym?&4dwpQXuI_#L`oVjd!LP2QQ zsA?PtvLpiU@xGtVzLp-Eb=yi+khdR@G~ z$1P;8<|w4?X{{S5?1a;J1bc&EBFDnHSB*if(J0XYM+PHHZGOgGbFP@%nlj z`KocU+k(t7aH-ihGnGdzw>>9DMIszW)^RVo@IPLo*7u533vwLo+9_Q=&#?IBNHLyf<{!3}&;n9jmKl-I5K(!IkZ{{0k`31E0l8eCSpingI(adO0 z@ltwvg6Rv)ytg0rNkP`Cp23vTlhNw3X_2M=zOwH>X_(sviTI8IWytf0$kK6OAS$4I zrkK9r{Ny7>{HcxmI!9pUwYC6~+fF~!Ttt$vfQ}7rxx0X$dX&E;d87+BBoq`Tn@>3B zc^6xnZ;ZrM2L=m74c*ut%~tH2zYyQQX*P@Yy{GR0afGiocb108pKN!pY=}v9$)^QD ze7HML?n#29u*ROQ0JUUE5LJg-taxqk#MEPYwSOV0IPa0jmxD5ez3uS4nlZ~^Rkr$V zUjNLKXa0T$u`-R3wcnDb@+6_j$jJ3>VxLw1F5mw8+2x5o2^z+K=sKqPe8*|}+1%<3P^rTbBE?%@L9hu_#dT?$Bovd$Y>V2IkQdro;apf@aLiL+jR;5@#jDJ zXLcrklfjUp`?*uA_`r=x*n~e5cg(6_Zm^eC!#-u;?wm8^oZOvBpPcDp!uwLBRmjdZ zkt&9EO;B}TW8vHRK(fbZBVZIv73CO9$^~oXfG%@a=N3&>*^NnBx@Jzw?;Mi z%BWfHlFJ&YEn+iEsw&5Y?cc|7YLABJdJd1UF0@6GQ$E=eQ0#|Uy(Y5^pF{Ts$ z&v2c73{LO4*p#IsQuc*HAh;_$0{@Tz9pdY2E6Vx%>wH{+*Zo*qhQzGSX`NUucMnbt zt@yk+4!Q15-0SLd-#n6ZnzE_bPZllddq9d$#WQHQx05XXphnLMeZNE;Tn9W z51pn+K1c38>tr)XSIP7yW@?sy$D>K;=3-EA9d_OWos(x%hefG2Ukw;vAKr0ax*Omt zvZ$lKJjpmNB1v*E(0w+fwv~k$4BR2~^jMsVU0B=i3O2nI$ihrGRuj3FHw36UeE6fqH**QZeiUEx ziP6gqh6ztGG7-%8dzOPoCp;D7mNLQ;`dCsNWvk5b3;I-h!lJS!x1;i=pEMDPUE=|O zj_B94A7WoX8^2k&;GBaM%dX`{CLpUH_F5r2#_8z|{LY9R{iG4z4xL@2TA_wg{ci=E z$_ZQ^rkuQizN0RQI0siZ*afMF?f4!Nb(@EC7pK567cpc$;pwp<*8T0^tGEj#%|D>qe_@tA;*uotmPW9esbVTJ)C72g1&cxh7KzLKuJYB=2VN2Gx1)@H(g39QV2aG| z?PN?RmXYJBBg^r!&coTiUzc_}I1&3DJ^Ieh-PUlg=#U>PD_bHD32H?}A_$hDtkqsf zOgKaa!tHHwH8m=(`N4QVuzHu-btN-!&NYa$ZHlf@9Y0TM3E>)KCc5|aG8H09#sj#x zkc7?){lz?GA0F8HMX?%jzIqk44?Xw#^etXiPZ7O8$AwA}5&Z$M60W785qp(b|<)M>frPU8Qoo%;Ma(H&N&LKVAWJZOQj-g_U}hFc7}NoiJ;z>{s5Tv#udzA=TTwTw2oUuOrB1!HlG9sXT|}M z{5w*lA~HEw9ab6p>op`6;8M=pl6DRE zyJ6YY%H904`;tJ#Iva`2gO7gfco1rtqgU2+ob0*@U8SNOMY#=U2^3d;!LKIM(Wwf)lrj2&!`fWfN0rAae}G&(uyp-csqMP z1gbLD(QmrRoJYA)mOsFVPrH(0D3w*6xh(dL9j^CdU0J2kW}`8+9V*;^sZ2U8C)R&dn4%OYo1;BWyfPElL_z6AjmadmZTZmk=+a*p~z9=PEY7lhLxl;AABkD zn!s+{u$;-fSEFAeX@RwAzXcOwNSq^ZTH1=%^#K~Bk*fXXCjI_0V|1UDOUFke5_$&+ zbgd_56ncVE3RE7H8!T(@#zJ?q{pPfp*|Sz4eb7_QaVc-4=s2A`RDd!t8oQBii;|Uu zS~U4XoaR3+KNS+-d#d75EBl}!diLpWV3&*nlD$QnyOWczwlM~+XcE5L7!4O5^^#x756$dfo(tGYcowB`8xt;ILn* zlImk6M5W5Peowa65uo`J$|tS?&=4Ct2A;SZkYY5B->DD^)~d^|!mP}^l;F08UDsqX z;4*Aw-dEE%k1s6a`lENBU&)MpLVL(o!z-4FC!WDOzI~=MG#d?p_TvRN8nTJSC)c(;a`JBsxHs`VvMmI;Y(IFT>ogUFU37g zg{zs@ig=eOniFW7o;ghAB1cLbm8e}6S4$VV`90-EeqF?(WVU0t``&K6G@S`6)icC{f|gOP1jrW+h9JINi= z(A>NuxiOC8F+Mi|L6O{9hZF1)m2QetE#|Atu~mV(b^#u^_tIKVLvpdn7aQzzlV!1j zmK4=TrG9pisnh9Ftnzg29ctn$&bctBacVGUyI7+(O2e;5DcY^uDylX#E?4U;l=rdj zVh;o?>$I9iF)DPa;+Sg{8mk)qHmSsCSso(lc{6fgXQ#p$GQw=6q{d?+D9d0246I7w z9BW8teM*Ve?~H;bxL`{v%6+9QJ-1oI&!4~i+*$!OEin43o~;vO|> z*PO+=p#=;w{e`*Hu5fmUUeMY{fErd2iuf89v9kmM{W$v|sglKah~)}<;w}R!E0U9K zY(>!EA}%wXs0>mDL7r1a)gM&uy~;00|GjEcb+P

      Kwu}bsoY^G_UmHGbA!Rg`@BbmbGMXyTKu=Qon`qn;H}y5QKMy>4?BI7cNCT^(pa zT<>!a>OCXV(A2dsG3kHRUpN53ct;dE~3TX>8 z^Wb;HTtHng@FF!rM%RGyzGl`GfH|Ys-9_R?@wB;qpo-71n0NlvD@j^b1HZQRLd`ri z%CCYaj8gA==Vmg525`H9-Oc3}vxf!_lRGQ&^Lq^y1H&CGg>1Z;O7P05K!XrREQ(Vm z>%E34k6P0Jwey_Ii@PfN0pyN7Yn2V`$lkw|Sy(;^j?;58=;zCa&^Ah|63ug3tyqXWer1#Oz8}V?|ld zQ)YPcr99|N8dw^0?^3KkcNM|hfa{cBX-tfsAw_!JX91e(_`;SkrbKg*s8?cGwFc6P z8jsO5sG}%pjPuD=N|iIEqIi=idn}evAzJmUc!nBdz(ka*;Wy-0n^8zhW=T&~ANd7$ zc-^{VVKb))r{)Wke9f4j*rz~FlYR<;L$Dd+FrNbi9!~oN1I?oiv$ z0WgOnXSAtuV@~<_is^8&;4+SA&pVT=uo20&4=mfTp+X}&u%adtrNW1_2O_gvO^;&L zS3ClGnzYn}U2bYHNN^*oVn$PUFp#w}@Yt5uL5*Y5e&mZCOuX6Y>nF%+7^rS= z1d}<^IZCYj8eIyPO0Q;IDFu7K1fdRR3m*3G7<}?oWKK_CaSQzWt0FVvzxJi343a*t z(wA_{k<6GtBxn|-Gx?!ruhsPlnb?0BcW9@b9eqGG(EQsr?|;&&iPyb7g=)^X!n~Wc zvBJ%zemn`w$ngRF`>h5|ycpB9{L&#qiPkr1CT4vtf{B;k2`Iy$S%{Bc*SO>SSfArZ z{bnQ_jx|_`58rw~&2odLjp1=d+=9s5ViiM>cq_T#MGV1>G7*i0DuWDxtU@#E)_&I@ z-&TrZ(gQB_;T>ay!0GPg{y=%h>ZfSIrb^rKW~Qeq=opa)l^Q4IMstxp-V~M#<H%=vsWPbE)2vpHvV631H5gqMKF-%^%NP>yIm z*3NK+CA3(mYp0o~U4(P%B^N{9GdJOxz_fl15U+*eFNNB%$*is3#1(6bq_r0f$Q*IDsiUp&0 z;D9?FbMa8HYx!WcG^JlfcPWK6lWOD7s_rcUjev zQEDuh*3F(t(y%LV!P~|L$P_SiZi8CO8xT!J+LV%HSDNvydxe{p3n+mvSS?=>-pM8S}}-?=w|^ib`Hu?7Yh6dR!56t#zj5t-Me)19^|C>~%36P}XXT{LW3EEvfP{ zDdGNntnnUC>iW7DH#(RxqsvRg7=HH+D^EKuG&XY6I3jZ6&I)27txxdKn4o z?t3EhmI(b!i7%{s(ZTdSX#9ZTlhul;g7JC|vqhs0tq8TOt!!#U_8Aydf}Dt~yI#Wc z#$z*>Q)t1pCo)>dU(qxbT|*6D3Al8qCuW^>xlxnk$*?h2Rwj&GH~FokV?G1~wr(#r zNJ(09a^=_0)DsOM?Ac6+-Fksm{!mkljCW|XQ6#IPg8^1Ah`}W<9cTA2r_)RsFGIAL zZkhO1%NDvps;ihhl;7Fv4(-VM3sLYe3kxkW`@$2utd;Jb(zs5k5) zU4sYO+&1X#9e6fG{*5JbPb>G?oz zbY(trn8&)U~yn@{Z+JPkGKFmb+a9)K<<>(jIZrcwhFtvlA3j?JVOUq z>u09H8KtibTU6zLMIwqk6g;`|d9z^f>mZRWvY4LX`m5$c6Crxtzx2E`CPNa

      ogd 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⩔UbG5wHBSOU~3ozj7#NV5_mcLyBi) z!IBMn`i15ZLJ(~k*IQxzOOoje z5HM_ij7WTf8fBwcsBFsoPW|B785kbu?tarz3BowU)T?X*blAs?<%w>Et`1lRiY z>witwMs}{DL%wc{cTQNtb6%$T%)-4A!{Y8rC6F@} zVOL!@&@C6uweH?cd0t+uIUqhuN1JOItvugpV3Hbq{eG8iL6gy!LM?e?CvU~w4ANo2 z;MNG|lv1r|XjX-<@mGXg<J$f=GuwRLu$)|N)KjFf_h6Yd42 zq@#Ob2aguk2Wqa6Y0JvWssQn@x0(2x8LZ{x2&U9d`T+q+(-*u?lacL4+?zHjl1m?~ z9G;eyUAe7v9GQa9peGClBv6rM-v`=BMz#}8Yc8W`Y8?<9#1hUByIp7eG$8PW?Rl~j ztE>QfM}@-hwjcu15|q;upuG6Qsm}^e(E3Gk1GzV@TgVvPNaDZX{Yp~rnu=3mlW;!r z^ENXxS4?Hs)xGa7K9te2*E}jkgyUjvm;?UqN%lasBw79FAi1nI$U+ATGuaOweOF=z zr6+%U&8DX*@(vTr9m{U6mNd!t{@M51okSrFh=_0+Oe`laLHiN8DJ{X2KGam}EWq?G zv&?)Nb7d#uJgbu-tBq$I4l^yQJ>S5#btQeUl{U{)W6`x)xHX8+fvEH4uIsj!%%ehghX>TCNmM#Ln%g zRq^-@lD-t3PtcZ)U2bu2Z4%e+-KKLYzbnj|f1-zbxK}@2^QRq^Lj-T50Yeemjpin?@;=JrjR zr^}&m&_a1}69JC%C>GAnnUH9%T$-&&^0|I6VRqE8Ek;`MdDYzwm^7m;r7GNg8cZCG zrhf-B$MT7VxOr|g6cf$GPGN$B|v@8q>;(Q+|H6 zGZ!e7cV#cDep7xHeYyRo---HfePt5hSRNabeW0y;&ClHw{qTRC{?4mlnx~x%#vihu zkJiZV7#*EGYpxLW>g^xVIoY;uUOJ8~hUGtE-H6PjG+B|Ic7h^7AR2OH1%yzbntpd= z$j-%exG*;ZELzaK_%PmoXm6c-IigXI1|sko>zC>Yf{k_rCeh9u%512Ii*2A>!-n^jAw6yyUDZ^zKdJZOqjJQte58UU|0<-@qn6R0 zVbVBp6#GI}-Q!(T=v81=G_SkdxA%yx`yZ$$_QSpoG{aH)qw|7Jv=wlw2 zPCw^YF%&AqiEMzH;QJPUD+(_?{lvKBnEIhwK@au8&Hk`Y49=TWM3TOrHp>lxM-Rd* zFew`myb$eWX16ZX$j~Z?ka$FSXN75^7}+U;i=W$F>fV&!>0VT!YHArAoPzU*$RKD5 zAC6y5%(q%XB<&EYS%OXG8%lrGrT*B#{@!2Ay5%>cdqGc;PPmRejhi5?1lSdzRh&Ph0{GEolhi`q2RtNDt_|=77o$g!^@9W6ML-DNa zERMvA4D|7{E+{J`}ggr_t+|I9Ae3hiPw zlwIWh-)wk&uh0MZ$4PT@*mWq&5$B@jW;6&!ca4ntvphSl!1s(@lHC_k5yMWNl|N6Q z)Gs-m!?cR@gm&vpv^v2Q9`_&K=Y47ztpfU(5slesYWW{S_4fyxD)rxtosvr+`)-Rsb>O~U$vi|SbZg9ud~~b zY6g~dpPaMnf^dKDTT1#6-#rSZPOa|cDY0@l*S=70fu<@aYZv=RAz9zco>e&_Yfbry zPH^WGyYCq}mGc5mj&nmaPObB-MJ?|8a zU76wy!+(w5b4*fudrOHLU3@Ht?2okzIcOn0#%0ay9yv**+gaTsAne#JvOlhrJ-K@N z*>P?pZ^x7_(Mf*9R?&idM{MDsM|nV?+X8enxs)a_<_k>Q;$xF3o($t3 z)tU?_lx?_Q4zUrcikHM3*`??eOdx!#KMBYUsJE{}3C10p@rPUZ{qd8fLp_2OMdL;5 z&e*WRoTRmeAXM9;Xe!($7h;FC(n}z}4>aY(CV7#xphe)2xk(zXwd=K=%0Lj}9{#Ly zKVo}$V#S@DF;bnpubj|*svq|K#Q6=vntFC^$}-rz)*E}Y{R|2BU`#vmE!&L#{@4=> zInyZ+JHcOWKbM&mPQuP2+kN(7hbv@2VKAhsThH!$of+ekN7G#%I{H%l%3r~^3d899xT(c#( znR9_m8_G?)teFi3)cH+rilU6% z?4Uc*XqjkVK_3(Y(2oT}FRNzj$6w2vxjs-**U2l1m9sVE}jgNyxGK|9Qt+t~?L-u7pqL z5YqmqBuT-GU(}dQt_Y+Tn;X;JICJQ;`vqZ3p0fJ-=bk9u4f8sy;_>ULv^OJr5T=*~U`&qyh^83Gi9y%S%4554Wxa0Ka-$_3I zA@(f!PijAsHT?0z@gLNOD^Tq*ZRA~QnpYMl_|IEcfvr)59<$L9Wb3+`TUm#<$Tofs z3pf#R2>QQmRx#s!_Rm8VkaU7h1=^TKLNT>!JtB>m#)pMFL?<0;FXuul$HY8Uzmchn z^1&>Laeg=wWA;9?uVD>!>X(fgfu0RFur!g$Y|rLvm~qBxWY6d(wYGQ60=^FH6Vs$M zpN|a0NVWsJ!OLs|3YH-UebtyzzI zT-IM6b=*DwN`Zg5`5)H(e_Ax^|6R{6s{lq@2CwoOFX>)_s{<)XHUQVPcHuZ(!UY-Hv<1g;NJ-R8-af#@UMixx1s+7>mLh# literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/woocommerce.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/woocommerce.png new file mode 100644 index 0000000000000000000000000000000000000000..0f3ebe6e797c10e1150f6a2bf19823fd682d6fdf GIT binary patch literal 12938 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 AIRF3v literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/wpforms.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/wpforms.png new file mode 100644 index 0000000000000000000000000000000000000000..b60c35e1698716085bbfbc76aa7295590ffef235 GIT binary patch literal 11771 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 MNhOIoF_X~$0p7LEvj6}9 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-common.js b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-common.js new file mode 100644 index 00000000..9ba7389d --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-common.js @@ -0,0 +1 @@ +(window["monsterinsightsjsonp"]=window["monsterinsightsjsonp"]||[]).push([["chunk-common"],{"088d":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{class:t.componentClass},[o("label",{class:t.disabled?"monsterinsights-styled-checkbox-faux":"",on:{click:function(e){return e.preventDefault(),t.stopClick(e)},keyup:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.stopClick(e)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"])?null:t.stopClick(e)}]}},[o("span",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],class:t.labelClass(),attrs:{tabindex:t.faux?"":0}}),o("input",{directives:[{name:"model",rawName:"v-model",value:t.checked,expression:"checked"}],attrs:{type:"checkbox",name:t.name,disabled:t.disabled},domProps:{checked:Array.isArray(t.checked)?t._i(t.checked,null)>-1:t.checked},on:{change:function(e){var o=t.checked,n=e.target,s=!!n.checked;if(Array.isArray(o)){var a=null,r=t._i(o,a);n.checked?r<0&&(t.checked=o.concat([a])):r>-1&&(t.checked=o.slice(0,r).concat(o.slice(r+1)))}else t.checked=s}}}),o("span",{staticClass:"monsterinsights-checkbox-label",domProps:{innerHTML:t._s(t.label)}}),t.description?o("span",{staticClass:"monsterinsights-checkbox-description",domProps:{innerHTML:t._s(t.description)}}):t._e(),t.tooltip?o("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e(),t.hasCollapsibleSlot?o("span",{staticClass:"monsterinsights-settings-input-toggle-collapsible",attrs:{role:"button"},on:{click:t.toggleCollapsible,keyup:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.toggleCollapsible(e)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"])?null:t.toggleCollapsible(e)}]}},[o("i",{class:t.iconClass,attrs:{tabindex:"0",onkeypress:"if(event.keyCode==32||event.keyCode==13){return false;};"}})]):t._e()],1),o("slide-down-up",[t.slotCollapsibleVisible&&t.hasCollapsibleSlot?o("div",{staticClass:"monsterinsights-collapsible"},[t.hasCollapsibleSlot?o("div",{staticClass:"monsterinsights-separator"}):t._e(),o("div",{staticClass:"monsterinsights-collapsible-content"},[t._t("collapsible")],2)]):t._e()])],1)},s=[],a=(o("a4d3"),o("4de4"),o("4160"),o("b0c0"),o("e439"),o("dbb4"),o("b64b"),o("159b"),o("2fa7")),r=o("2f62"),i=o("93ec"),c=o("d98d");function l(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function u(t){for(var e=1;e0?''+s+"%":''+Math.abs(s)+"%";var l='

      ';l+='
      '+o+"
      ",l+='
      '+n+"
      ",l+='
      '+a+"
      ",l+='
      '+c+"
      ",l+="
      ",i.innerHTML=l;var u=this._chart.canvas.getBoundingClientRect();i.style.opacity="1",i.style.left=u.left+window.pageXOffset+t.x+"px",i.style.top=u.top+window.pageYOffset+t.y+"px",i.style.fontFamily="Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;",i.style.fontSize=t.fontSize,i.style.fontStyle=t._fontStyle,i.style.padding=t.yPadding+"px "+t.xPadding+"px",i.style.zIndex=99999,i.style.pointerEvents="none"}else i.style.opacity=0},t.prototype.$miPieTooltips=function(t){if(!t.title){var e=document.querySelectorAll(".monsterinsights-pie-chart-tooltip");return e.forEach((function(t){t.style.opacity=0})),!1}var o=t.title[0],n=t.title[1],s=t.title[2],a=document.getElementById("monsterinsights-chartjs-pie-"+s+"-tooltip");null===a&&(a=document.createElement("div"),document.body.appendChild(a),a.setAttribute("id","monsterinsights-chartjs-pie-"+s+"-tooltip")),a.classList.remove("above"),a.classList.remove("below"),a.classList.remove("no-transform"),t.yAlign?a.classList.add(t.yAlign):a.classList.add("no-transform");var r='
      ';r+='
      '+o+"
      ",r+='
      '+n+"%
      ",r+="
      ",a.innerHTML=r;var i=0;if(t.yAlign){var c=0;t.caretHeight&&(c=t.caretHeight),i="above"===t.yAlign?t.y-c-t.caretPadding:t.y+c+t.caretPadding}a.style.opacity=1,a.style.left=t.x-50+"px",a.style.top=i-40+"px",a.style.padding=t.yPadding+"px "+t.xPadding+"px",a.style.zIndex="99999"},t.prototype.$miyearInReviewTooltips=function(t){if(!t.title){var e=document.querySelectorAll(".monsterinsights-line-chart-tooltip");return e.forEach((function(t){t.style.opacity=0})),!1}var o=t.title[0],n=t.title[1],s=t.title[4],a=document.getElementById("monsterinsights-chartjs-line-"+s+"-tooltip");if(null===a&&(a=document.createElement("div"),document.body.appendChild(a),a.setAttribute("id","monsterinsights-chartjs-line-"+s+"-tooltip"),a.classList.add("monsterinsights-line-chart-tooltip")),t.opacity){a.classList.remove("above"),a.classList.remove("below"),a.classList.remove("no-transform"),t.yAlign?a.classList.add(t.yAlign):a.classList.add("no-transform");var r='
      ';r+='
      '+o+"
      ",r+='
      '+n+"
      ",r+="
      ",a.innerHTML=r;var i=this._chart.canvas.getBoundingClientRect();a.style.opacity="1",a.style.left=i.left+window.pageXOffset+t.x+"px",a.style.top=i.top+window.pageYOffset+t.y+"px",a.style.fontFamily="Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;",a.style.fontSize=t.fontSize,a.style.fontStyle=t._fontStyle,a.style.padding=t.yPadding+"px "+t.xPadding+"px",a.style.zIndex=99999,a.style.pointerEvents="none"}else a.style.opacity=0},t.prototype.$mi_loading_toast=function(e,o){t.prototype.$swal({type:"info",customContainerClass:"monsterinsights-swal",title:e||Object(n["a"])("Refreshing Report","google-analytics-for-wordpress"),html:o||Object(n["a"])("Loading new report data...","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){t.prototype.$swal.showLoading()}})},t.prototype.$mi_error_toast=function(e){var o=e.type,s=void 0===o?"error":o,a=e.customContainerClass,r=void 0===a?"monsterinsights-swal":a,i=e.allowOutsideClick,c=void 0!==i&&i,l=e.allowEscapeKey,u=void 0!==l&&l,p=e.allowEnterKey,d=void 0!==p&&p,g=e.title,f=void 0===g?Object(n["a"])("Error","google-analytics-for-wordpress"):g,h=e.html,m=void 0===h?Object(n["a"])("Please try again.","google-analytics-for-wordpress"):h,_=e.footer,y=void 0!==_&&_;return t.prototype.$swal({type:s,customContainerClass:r,allowOutsideClick:c,allowEscapeKey:u,allowEnterKey:d,title:f,html:m,footer:y,onOpen:function(){t.prototype.$swal.hideLoading()}})},t.prototype.$mi_get_upsell_content=function(t){var e={},o={overview:{title:Object(n["a"])("Unlock the Publishers Report and Focus on the Content that Matters","google-analytics-for-wordpress"),subtitle:Object(n["a"])("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"),features:[Object(n["a"])("See Your Top Landing Pages to Improve Enagement","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Exit Pages to Reduce Abandonment","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Outbound Links to Find New Revenue Opportunities","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Affiliate Links and Focus on what's working","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Downloads and Improve Conversions","google-analytics-for-wordpress"),Object(n["a"])("See Audience Demographic Report ( Age / Gender / Interests )","google-analytics-for-wordpress")]},publisher:{title:Object(n["a"])("Unlock the Publishers Report and Focus on the Content That Matters","google-analytics-for-wordpress"),subtitle:Object(n["a"])("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"),features:[Object(n["a"])("See Your Top Landing Pages to Improve Enagement","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Exit Pages to Reduce Abandonment","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Outbound Links to Find New Revenue Opportunities","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Affiliate Links and Focus on what's working","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Downloads and Improve Conversions","google-analytics-for-wordpress"),Object(n["a"])("See Audience Demographic Report ( Age / Gender / Interests )","google-analytics-for-wordpress")]},ecommerce:{title:Object(n["a"])("Unlock the eCommerce Report and See Your Important Store Metrics","google-analytics-for-wordpress"),subtitle:Object(n["a"])("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"),features:[Object(n["a"])("See Your Conversion Rate to Improve Funnel","google-analytics-for-wordpress"),Object(n["a"])("See The Number of Transactions and make data-driven decisions","google-analytics-for-wordpress"),Object(n["a"])("See The Total Revenue to Track Growth","google-analytics-for-wordpress"),Object(n["a"])("See Average Order Value to Find Offer Opportunities","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Products to See Individual Performance","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Conversion Sources and Focus on what's working","google-analytics-for-wordpress"),Object(n["a"])("See The Time it takes for Customers to Purchase","google-analytics-for-wordpress"),Object(n["a"])("See How Many Sessions are needed for a Purchase","google-analytics-for-wordpress")]},dimensions:{title:Object(n["a"])("Unlock the Dimensions Report and Track Your Own Custom Data","google-analytics-for-wordpress"),subtitle:Object(n["a"])("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"),features:[Object(n["a"])("See Which Authors Generate the Most Traffic","google-analytics-for-wordpress"),Object(n["a"])("See Which Post Types Perform Better","google-analytics-for-wordpress"),Object(n["a"])("See Which Categories are the Most Popular","google-analytics-for-wordpress"),Object(n["a"])("See Your Blog's most populare SEO Scores","google-analytics-for-wordpress"),Object(n["a"])("See Which Focus Keyword is Performing Better in Search Engines","google-analytics-for-wordpress")]},forms:{title:Object(n["a"])("Unlock the Forms Report and Improve Conversions","google-analytics-for-wordpress"),subtitle:Object(n["a"])("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"),features:[Object(n["a"])("See Reports for Any Contact Form Plugin or Sign-up Form","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Converting Forms and Optimize","google-analytics-for-wordpress"),Object(n["a"])("See Your Forms Impressions Count to Find the Best Placement","google-analytics-for-wordpress")]},queries:{title:Object(n["a"])("Unlock the Search Console Report and See How People Find Your Website","google-analytics-for-wordpress"),subtitle:Object(n["a"])("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"),features:[Object(n["a"])("See Your Top Google Search Terms and Optimize Content","google-analytics-for-wordpress"),Object(n["a"])("See The Number of Clicks and Track Interests","google-analytics-for-wordpress"),Object(n["a"])("See The Click-Through-Ratio and Improve SEO","google-analytics-for-wordpress"),Object(n["a"])("See The Average Results Position and Focus on what works","google-analytics-for-wordpress")]},realtime:{title:Object(n["a"])("Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time","google-analytics-for-wordpress"),subtitle:Object(n["a"])("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"),features:[Object(n["a"])("See Your Active Visitors and Track Their Behaviour to Optimize","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Pages Immediately After Making Changes","google-analytics-for-wordpress"),Object(n["a"])("See Your Top Referral Sources and Adapt Faster","google-analytics-for-wordpress"),Object(n["a"])("See Your Traffic Demographics and ","google-analytics-for-wordpress"),Object(n["a"])("Get Fresh Reports Data Every 60 Seconds","google-analytics-for-wordpress")]}};return o[t]&&(e=o[t]),e}}};e["a"]=s},"1b31":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-addon"},[o("div",{staticClass:"monsterinsights-addon-top"},[t.addon.icon?o("div",{staticClass:"monsterinsights-addon-image"},[o("img",{staticClass:"monsterinsights-addon-thumb",attrs:{src:t.addon.icon,alt:t.addon.title}})]):t._e(),o("div",{staticClass:"monsterinsights-addon-text"},[o("h3",{staticClass:"monsterinsights-addon-title",domProps:{textContent:t._s(t.addonTitle)}}),t.addon.excerpt?o("p",{staticClass:"monsterinsights-addon-excerpt",domProps:{textContent:t._s(t.addon.excerpt)}}):t._e()])]),o("div",{class:t.actionsClass()},[o("div",{staticClass:"monsterinsights-interior"},[o("span",{staticClass:"monsterinsights-addon-status",domProps:{innerHTML:t._s(t.statusText())}}),o("div",{staticClass:"monsterinsights-addon-action"},["licensed"===t.addon.type?o("button",{staticClass:"monsterinsights-button",on:{click:function(e){return e.preventDefault(),t.clickAction(e)}}},[o("span",{domProps:{innerHTML:t._s(t.textButtonAction())}})]):o("a",{staticClass:"monsterinsights-button",attrs:{href:t.upgrade_url,target:"_blank"},domProps:{textContent:t._s(t.textButtonAction())}})])])])])},s=[],a=(o("c975"),o("ac1f"),o("5319"),o("561c")),r={name:"AddonBlock",props:{addon:Object,isAddon:{type:Boolean,default:!0}},data:function(){return{text_status:Object(a["a"])("Status: %s","google-analytics-for-wordpress"),text_upgrade:Object(a["a"])("Upgrade Now","google-analytics-for-wordpress"),upgrade_url:this.$getUpgradeUrl(),activating:!1,deactivating:!1,installing:!1}},computed:{addonTitle:function(){var t=this.addon.title;return 0===t.indexOf("MonsterInsights")&&(t=t.replace("MonsterInsights ","")),t}},methods:{actionsClass:function(){var t="monsterinsights-addon-message ";return"licensed"===this.addon.type?this.addon.active?t+="monsterinsights-addon-active":!1===this.addon.installed?t+="monsterinsights-addon-not-installed":t+="monsterinsights-addon-inactive":t+="monsterinsights-addon-not-available",t},statusText:function(){var t=Object(a["a"])("Not Installed","google-analytics-for-wordpress");return"licensed"!==this.addon.type?t=Object(a["a"])("Not Available","google-analytics-for-wordpress"):this.addon.active?t=this.$mi.network?Object(a["a"])("Network Active","google-analytics-for-wordpress"):Object(a["a"])("Active","google-analytics-for-wordpress"):this.addon.installed&&(t=Object(a["a"])("Inactive","google-analytics-for-wordpress")),Object(a["d"])(this.text_status,""+t+"")},textButtonAction:function(){return"licensed"!==this.addon.type?Object(a["a"])("Upgrade Now","google-analytics-for-wordpress"):this.activating?Object(a["a"])("Activating...","google-analytics-for-wordpress"):this.deactivating?Object(a["a"])("Deactivating...","google-analytics-for-wordpress"):this.installing?Object(a["a"])("Installing...","google-analytics-for-wordpress"):this.addon.active?Object(a["a"])("Deactivate","google-analytics-for-wordpress"):this.addon.installed?Object(a["a"])("Activate","google-analytics-for-wordpress"):Object(a["a"])("Install","google-analytics-for-wordpress")},clickAction:function(){if(this.activating||this.deactivating||this.installing)return!1;this.addon.installed?this.addon.active?this.deactivateAddon():this.activateAddon():this.installAddon()},installAddon:function(){var t=this,e=this.isAddon?"$_addons/installAddon":"$_addons/installPlugin";this.installing=!0,this.$store.dispatch(e,this.addon).then((function(){t.installing=!1})).catch((function(){t.installing=!1}))},activateAddon:function(){var t=this;this.activating=!0,this.$store.dispatch("$_addons/activateAddon",this.addon).then((function(){t.activating=!1})).catch((function(){t.activating=!1}))},deactivateAddon:function(){var t=this;this.deactivating=!0,this.$store.dispatch("$_addons/deactivateAddon",this.addon).then((function(){t.deactivating=!1})).catch((function(){t.deactivating=!1}))}}},i=r,c=o("2877"),l=Object(c["a"])(i,n,s,!1,null,null,null);e["a"]=l.exports},"3bc9":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"settings-input settings-input-license"},[o("p",{domProps:{innerHTML:t._s(t.text_license_row_1)}}),o("p",{domProps:{innerHTML:t._s(t.text_license_row_2)}}),o("p",{domProps:{innerHTML:t._s(t.text_license_row_3)}}),o("div",{staticClass:"monsterinsights-settings-license-lite"},[o("label",{attrs:{for:"monsterinsights-license-key"},domProps:{innerHTML:t._s(t.text_license_label)}}),o("div",{staticClass:"inline-field"},[o("input",{directives:[{name:"model",rawName:"v-model",value:t.connect_key,expression:"connect_key"}],attrs:{id:"monsterinsights-license-key",readonly:t.is_loading,type:"text",autocomplete:"off",placeholder:t.text_license_placeholder},domProps:{value:t.connect_key},on:{input:[function(e){e.target.composing||(t.connect_key=e.target.value)},t.fieldInput]}}),t.show_connect?o("button",{staticClass:"monsterinsights-button",domProps:{textContent:t._s(t.text_upgrade_to_pro)},on:{click:function(e){return e.preventDefault(),t.startUpgradeToPro(e)}}}):t._e()])])])},s=[],a=o("561c"),r=o("f7fe"),i=o.n(r),c=o("dd62"),l={name:"SettingsInputLicense",props:{label:String},data:function(){return{is_network:this.$mi.network,text_license_row_1:Object(a["d"])(Object(a["a"])("You're using %sMonsterInsights Lite%s - no license needed. Enjoy! %s","google-analytics-for-wordpress"),"","",''),text_license_row_2:Object(a["d"])(Object(a["a"])("To unlock more features consider %supgrading to PRO%s.","google-analytics-for-wordpress"),'
      ',""),text_license_row_3:Object(a["d"])(Object(a["a"])("As a valued MonsterInsights Lite user you %sreceive 50%% off%s, automatically applied at checkout!","google-analytics-for-wordpress"),'',""),text_upgrade_to_pro:Object(a["a"])("Unlock PRO Features Now","google-analytics-for-wordpress"),text_license_placeholder:Object(a["a"])("Paste your license key here","google-analytics-for-wordpress"),text_license_verify:Object(a["a"])("Verify","google-analytics-for-wordpress"),text_license_label:Object(a["d"])(Object(a["a"])("Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %sRetrieve your license key%s.","google-analytics-for-wordpress"),'',""),is_loading:!1,show_connect:!1,connect_key:""}},methods:{fieldInput:i()((function(){this.show_connect=""!==this.connect_key}),100),startUpgradeToPro:function(){var t=this;this.$swal({type:"info",title:Object(a["a"])("Please wait...","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,customContainerClass:"monsterinsights-swal",onOpen:function(){t.$swal.showLoading()}}),c["a"].getUpgradeLink(this.connect_key).then((function(e){if(e.success&&e.data.url)return window.location=e.data.url;var o=e.data.message?e.data.message:Object(a["a"])("There was an error unlocking MonsterInsights PRO please try again or install manually.","google-analytics-for-wordpress");t.$mi_error_toast({title:Object(a["a"])("Error","google-analytics-for-wordpress"),text:o,toast:!1,position:"center",showConfirmButton:!0,showCloseButton:!1,customClass:!1}).then((function(){e.data.reload&&window.location.reload()}))})).catch((function(){t.$swal.close()}))}}},u=l,p=o("2877"),d=Object(p["a"])(u,n,s,!1,null,null,null);e["a"]=d.exports},4360:function(t,e,o){"use strict";var n=o("2b0e"),s=o("2f62"),a=o("dd62"),r=o("f7fe"),i=o.n(r),c=o("561c"),l=function(t){var e=a["a"].fetchLicense();e.then((function(e){e.network&&t.commit("LICENSE_NETWORK_UPDATED",e.network),e.site&&t.commit("LICENSE_UPDATED",e.site),_(t)})).catch((function(t){console.error(t)}))},u=function(t,e){return a["a"].verifyLicense(e,t)},p=function(t,e){return t.commit("LICENSE_KEY_UPDATED",e),g(e,t)},d=function(t,e){return t.commit("LICENSE_NETWORK_KEY_UPDATED",e),g(e,t,!0)},g=i()(a["a"].verifyLicense,500,{leading:!0}),f=function(t,e){return a["a"].validateLicense(e)},h=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return a["a"].deactivateLicense(t,e)},m=function(t){t.dispatch("$_app/removeNotice","license_expired",{root:!0}),t.dispatch("$_app/removeNotice","license_disabled",{root:!0}),t.dispatch("$_app/removeNotice","license_invalid",{root:!0})},_=function(t){t.state.license.is_expired||t.state.license_network.is_expired?t.dispatch("$_app/addNotice",{id:"license_expired",content:Object(c["d"])(Object(c["a"])("Your license key for MonsterInsights has expired. %sPlease click here to renew your license key.%s","google-analytics-for-wordpress"),'',""),type:"error"},{root:!0}):t.state.license.is_disabled||t.state.license_network.is_disabled?t.dispatch("$_app/addNotice",{id:"license_disabled",content:Object(c["a"])("Your license key for MonsterInsights has been disabled. Please use a different key.","google-analytics-for-wordpress"),type:"error"},{root:!0}):(t.state.license.is_invalid||t.state.license_network.is_invalid)&&t.dispatch("$_app/addNotice",{id:"license_invalid",content:Object(c["a"])("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"),type:"error"},{root:!0})},y={getLicense:l,updateLicense:p,verifyLicense:u,updateNetworkLicense:d,validateLicense:f,deactivateLicense:h,removeLicenseNotices:m,addLicenseNotices:_},b=function(t){return t.license},v=function(t){return t.license_network},w={license:b,license_network:v},O=function(t,e){t.license=e},k=function(t,e){t.license_network=e},j=function(t,e){t.license.key=e},E=function(t,e){t.license.type=e},P=function(t,e){t.license_network.key=e},T=function(t,e){t.license_network.type=e},C={LICENSE_UPDATED:O,LICENSE_NETWORK_UPDATED:k,LICENSE_KEY_UPDATED:j,LICENSE_TYPE_UPDATED:E,LICENSE_NETWORK_KEY_UPDATED:P,LICENSE_NETWORK_TYPE_UPDATED:T},S={license:{key:"",type:"",is_expired:!1,is_disabled:!1,is_invalid:!0},license_network:{key:"",type:"",is_expired:!1,is_disabled:!1,is_invalid:!0}},x={namespaced:!0,state:S,actions:y,getters:w,mutations:C},$=(o("d3b7"),o("bc3a")),A=o.n($),D=function(){return new Promise((function(t){var e=new FormData;e.append("action","monsterinsights_vue_get_profile"),e.append("nonce",n["a"].prototype.$mi.nonce),A.a.post(n["a"].prototype.$mi.ajax,e).then((function(e){t(e.data)})).catch((function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't load authentication details. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})}))}))},L=function(t){return new Promise((function(e){var o=new FormData;o.append("action","monsterinsights_maybe_authenticate"),o.append("nonce",n["a"].prototype.$mi.nonce),t&&o.append("isnetwork",!0),A.a.post(n["a"].prototype.$mi.ajax,o).then((function(t){e(t.data)})).catch((function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't authenticate. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})}))}))},I=function(t){return new Promise((function(e){var o=new FormData;o.append("action","monsterinsights_maybe_reauthenticate"),o.append("nonce",n["a"].prototype.$mi.nonce),t&&o.append("isnetwork",!0),A.a.post(n["a"].prototype.$mi.ajax,o).then((function(t){e(t.data)})).catch((function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't reauthenticate. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})}))}))},N=function(t){return new Promise((function(e){var o=new FormData;o.append("action","monsterinsights_maybe_verify"),o.append("nonce",n["a"].prototype.$mi.nonce),o.append("isnetwork",t),A.a.post(n["a"].prototype.$mi.ajax,o).then((function(t){e(t.data)})).catch((function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't verify credentials. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})}))}))},U=function(t,e,o){return new Promise((function(s){var a=new FormData;a.append("action","monsterinsights_maybe_delete"),a.append("nonce",n["a"].prototype.$mi.nonce),a.append("isnetwork",e),o&&a.append("forcedelete",!0),A.a.post(n["a"].prototype.$mi.ajax,a).then((function(o){o.data.success&&t.commit("AUTH_DELETED",e),s(o.data)})).catch((function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't deauthenticate. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline.","google-analytics-for-wordpress")})}))}))},R=function(t,e,o){return new Promise((function(s){var a=new FormData;a.append("action","monsterinsights_update_manual_ua"),a.append("manual_ua_code",e),a.append("nonce",n["a"].prototype.$mi.nonce),o&&a.append("isnetwork",o),A.a.post(n["a"].prototype.$mi.ajax,a).then((function(n){t.commit("MANUAL_UA_UPDATE",e,o),s(n.data)})).catch((function(t){if(t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't save settings. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Settings not saved.","google-analytics-for-wordpress")})}))}))},M={fetchAuth:D,getAuthRedirect:L,getReAuthRedirect:I,verifyAuth:N,deleteAuth:U,updateManualUa:R},B=function(t){var e=M.fetchAuth();e.then((function(e){e&&t.commit("AUTH_UPDATED",e)})).catch((function(t){console.error(t)}))},Y=function(t,e){return M.getAuthRedirect(e)},F=function(t,e){return M.getReAuthRedirect(e)},H=function(t,e){return M.verifyAuth(e)},K=function(t,e){return M.deleteAuth(t,e.network,e.force)},W=function(t,e){return M.updateManualUa(t,e.ua,e.network)},V={getAuth:B,doAuth:Y,doReAuth:F,verifyAuth:H,deleteAuth:K,updateManualUa:W},G=function(t){return t.auth},q={auth:G},z=function(t,e){t.auth=e},J=function(t,e){e?(t.auth.network_manual_ua=t.auth.network_ua,t.auth.network_ua=!1,t.auth.network_viewname=!1):(t.auth.manual_ua=t.auth.ua,t.auth.ua=!1,t.auth.viewname=!1)},Q=function(t,e,o){o?t.auth.network_manual_ua=e:t.auth.manual_ua=e},X={AUTH_UPDATED:z,AUTH_DELETED:J,MANUAL_UA_UPDATE:Q},Z={auth:{ua:"",viewname:"",network_ua:"",network_viewname:""}},tt={namespaced:!0,state:Z,actions:V,getters:q,mutations:X},et=(o("c975"),function(){return new Promise((function(t){var e=new FormData;e.append("action","monsterinsights_vue_get_addons"),e.append("network",n["a"].prototype.$mi.network),e.append("nonce",n["a"].prototype.$mi.nonce),A.a.post(n["a"].prototype.$mi.ajax,e).then((function(e){t(e.data)}))}))}),ot=function(t,e){return new Promise((function(o,s){var a=new FormData;a.append("action","monsterinsights_install_addon"),a.append("nonce",n["a"].prototype.$mi.install_nonce),a.append("plugin",e.url),t.rootState.$_app.ftp_form.hostname&&a.append("hostname",t.rootState.$_app.ftp_form.hostname),t.rootState.$_app.ftp_form.username&&a.append("username",t.rootState.$_app.ftp_form.username),t.rootState.$_app.ftp_form.password&&a.append("password",t.rootState.$_app.ftp_form.password),t.rootState.$_app.ftp_form.connection_type&&a.append("connection_type",t.rootState.$_app.ftp_form.connection_type),A.a.post(n["a"].prototype.$mi.ajax,a).then((function(s){s.data.form?t.commit("$_app/SHOW_FTP_FORM",{action:"$_addons/installAddon",data:e},{root:!0}):s.data.error?n["a"].prototype.$mi_error_toast({title:s.data.error}):(t.commit("ADDON_INSTALLED",{slug:e.slug,basename:s.data.plugin}),st(t,e)),o(s.data)})).catch((function(t){if(s(t),t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't install addon. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Addon not installed.","google-analytics-for-wordpress")})}))}))},nt=function(t){return new Promise((function(e,o){var s=new FormData,a=n["a"].prototype.$addQueryArg(n["a"].prototype.$mi.ajax,"page","monsterinsights-onboarding");s.append("action","monsterinsights_onboarding_wpforms_install"),s.append("nonce",n["a"].prototype.$mi.install_nonce),A.a.post(a,s).then((function(o){o.data.error?n["a"].prototype.$mi_error_toast({title:o.data.error}):t.commit("ADDON_INSTALLED",{slug:"wpforms",basename:""}),e(o.data)})).catch((function(t){if(o(t),t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't install WPForms. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. WPForms not installed.","google-analytics-for-wordpress")})}))}))},st=function(t,e){return new Promise((function(o,s){var a=new FormData;a.append("action","monsterinsights_activate_addon"),a.append("nonce",n["a"].prototype.$mi.activate_nonce),a.append("isnetwork",n["a"].prototype.$mi.network),a.append("plugin",e.basename),A.a.post(n["a"].prototype.$mi.ajax,a).then((function(n){n.data.error||t.commit("ADDON_ACTIVATED",e.slug),o(n.data)})).catch((function(t){if(s(t),t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't activate addon. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Addon not activated.","google-analytics-for-wordpress")})}))}))},at=function(t,e){return new Promise((function(o,s){var a=new FormData;a.append("action","monsterinsights_deactivate_addon"),a.append("nonce",n["a"].prototype.$mi.deactivate_nonce),a.append("isnetwork",n["a"].prototype.$mi.network),a.append("plugin",e.basename),A.a.post(n["a"].prototype.$mi.ajax,a).then((function(n){n.data.error||t.commit("ADDON_DEACTIVATED",e.slug),o(n.data)})).catch((function(t){if(s(t),t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't deactivate addon. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Addon not deactivated.","google-analytics-for-wordpress")})}))}))},rt=function(t,e){return new Promise((function(o,s){var a=new FormData;a.append("action","monsterinsights_vue_install_plugin"),a.append("slug",e),a.append("nonce",n["a"].prototype.$mi.nonce),A.a.post(n["a"].prototype.$mi.ajax,a).then((function(s){s.data.error?n["a"].prototype.$mi_error_toast({title:s.data.error}):t.commit("ADDON_INSTALLED",{slug:e,basename:""}),o(s.data)})).catch((function(t){if(s(t),t.response){var e=t.response;return n["a"].prototype.$mi_error_toast({title:Object(c["d"])(Object(c["a"])("Can't install plugin. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}n["a"].prototype.$mi_error_toast({title:Object(c["a"])("You appear to be offline. Plugin not installed.","google-analytics-for-wordpress")})}))}))},it={fetchAddons:et,installAddon:ot,activateAddon:st,deactivateAddon:at,installWPForms:nt,installPlugin:rt},ct=function(t){return new Promise((function(e){var o=it.fetchAddons();o.then((function(o){o&&(t.commit("ADDONS_UPDATED",o),lt(t)),e(!0)})).catch((function(t){console.error(t),e(!1)}))}))},lt=function(t){if(t.dispatch("$_app/removeNotice","google_amp_addon",{root:!0}),t.dispatch("$_app/removeNotice","instant_articles_addon",{root:!0}),ut(t,"amp")&&!ut(t,"google_amp")){var e=t.rootGetters["$_app/mi"].install_amp_url,o=e.indexOf("activate")>0?Object(c["a"])("Activate","google-analytics-for-wordpress"):Object(c["a"])("Install","google-analytics-for-wordpress"),s=Object(c["d"])(Object(c["a"])("In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %sLearn More%s","google-analytics-for-wordpress"),'',"");n["a"].prototype.$mi.install_plugins&&(s=Object(c["d"])(Object(c["a"])("In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %s%s Plugin%s | %sLearn More%s","google-analytics-for-wordpress"),'',o,"",'',"")),t.dispatch("$_app/addNotice",{id:"google_amp_addon",content:s,type:"error"},{root:!0})}if(ut(t,"facebook-instant-articles")&&!ut(t,"instant_articles")){var a=t.rootGetters["$_app/mi"].install_fbia_url,r=a.indexOf("activate")>0?Object(c["a"])("Activate","google-analytics-for-wordpress"):Object(c["a"])("Install","google-analytics-for-wordpress"),i=Object(c["d"])(Object(c["a"])("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. %sLearn More%s","google-analytics-for-wordpress"),'',"");n["a"].prototype.$mi.install_plugins&&(i=Object(c["d"])(Object(c["a"])("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. %s%s Plugin%s | %sLearn More%s","google-analytics-for-wordpress"),'',r,"",'',"")),t.dispatch("$_app/addNotice",{id:"instant_articles_addon",content:i,type:"error"},{root:!0})}},ut=function(t,e){return!!t.state.addons[e]&&t.state.addons[e].active},pt=function(t,e){return it.installAddon(t,e)},dt=function(t,e){return it.installPlugin(t,e.slug)},gt=function(t,e){return it.activateAddon(t,e).then((function(){lt(t)}))},ft=function(t,e){return it.deactivateAddon(t,e).then((function(){lt(t)}))},ht=function(t){return it.installWPForms(t)},mt={getAddons:ct,installAddon:pt,activateAddon:gt,deactivateAddon:ft,installWPForms:ht,installPlugin:dt},_t=(o("4e82"),o("ac1f"),o("841c"),function(t){return t.addons}),yt=function(t){return t.sort},bt=function(t){return t.search},vt={addons:_t,sort:yt,search:bt},wt=function(t,e){t.addons=e},Ot=function(t,e){t.addons[e].active=!0},kt=function(t,e){t.addons[e].active=!1},jt=function(t,e){t.addons[e.slug].installed=!0,t.addons[e.slug].basename=e.basename},Et=function(t,e){t.sort=e},Pt=function(t,e){t.search=e},Tt={ADDONS_UPDATED:wt,ADDON_ACTIVATED:Ot,ADDON_DEACTIVATED:kt,ADDON_INSTALLED:jt,UPDATE_SORT:Et,UPDATE_SEARCH:Pt},Ct={addons:{},search:""},St={namespaced:!0,state:Ct,actions:mt,getters:vt,mutations:Tt},xt=function(t){t.commit("INIT")},$t=function(t){t.commit("BLOCK_APP")},At=function(t){t.commit("UNBLOCK_APP")},Dt=function(t,e){t.commit("ADD_NOTICE",e)},Lt=function(t,e){t.commit("REMOVE_NOTICE",e)},It=function(t){t.commit("RESET_NOTICES")},Nt={init:xt,block:$t,unblock:At,addNotice:Dt,removeNotice:Lt,resetNotices:It},Ut=function(t){return t.blocked},Rt=function(t){return t.notices},Mt=function(t){return t.mi},Bt=function(t){return t.ftp_form},Yt={blocked:Ut,notices:Rt,mi:Mt,ftp_form:Bt},Ft=function(){},Ht=function(t){t.blocked=!0},Kt=function(t){t.blocked=!1},Wt=function(t,e){e.id&&n["a"].set(t.notices,e.id,e)},Vt=function(t,e){t.notices[e]&&n["a"].delete(t.notices,e)},Gt=function(t){t.notices={}},qt=function(t,e){t.ftp_form.hostname=e},zt=function(t,e){t.ftp_form.username=e},Jt=function(t,e){t.ftp_form.password=e},Qt=function(t,e){t.ftp_form.connection_type=e},Xt=function(t,e){t.ftp_form.visible=!0,t.ftp_form.action=e.action,t.ftp_form.data=e.data},Zt=function(t){t.ftp_form.visible=!1},te={INIT:Ft,BLOCK_APP:Ht,UNBLOCK_APP:Kt,ADD_NOTICE:Wt,REMOVE_NOTICE:Vt,RESET_NOTICES:Gt,UPDATE_HOSTNAME:qt,UPDATE_USERNAME:zt,UPDATE_PASSWORD:Jt,UPDATE_CONNECTION_TYPE:Qt,SHOW_FTP_FORM:Xt,HIDE_FTP_FORM:Zt},ee={blocked:!1,notices:{},mi:window.monsterinsights?window.monsterinsights:{},ftp_form:{hostname:"",username:"",password:"",connection_type:"ftp",visible:!1,action:"",data:{}}},oe={namespaced:!0,state:ee,actions:Nt,getters:Yt,mutations:te},ne=function(t){t.subscribe((function(e,o){if("$_app/INIT"===e.type){var n=o["$_app"].mi.versions;n.php_version_below_54?t.commit("$_app/ADD_NOTICE",{title:Object(c["a"])("Yikes! PHP Update Required","google-analytics-for-wordpress"),content:Object(c["d"])(Object(c["a"])("MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%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 %s) only takes a few minutes and will make your website significantly faster and more secure.","google-analytics-for-wordpress"),n.php_version,"7.3"),type:"error",button:{enabled:!0,text:Object(c["a"])("Learn more about updating PHP","google-analytics-for-wordpress"),link:n.php_update_link},dismissable:!0,id:"php_update_54"}):n.wp_version_below_46?t.commit("$_app/ADD_NOTICE",{title:Object(c["a"])("Yikes! WordPress Update Required","google-analytics-for-wordpress"),content:Object(c["d"])(Object(c["a"])("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"),n.php_version,n.php_min_version),type:"error",button:{enabled:!0,text:Object(c["a"])("Learn more about updating WordPress","google-analytics-for-wordpress"),link:n.wp_update_link},dismissable:!0,id:"wp_update_46"}):n.php_version_below_56?t.commit("$_app/ADD_NOTICE",{title:Object(c["a"])("Yikes! PHP Update Required","google-analytics-for-wordpress"),content:Object(c["d"])(Object(c["a"])("MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%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 %s) only takes a few minutes and will make your website significantly faster and more secure.","google-analytics-for-wordpress"),n.php_version,"7.3"),type:"error",button:{enabled:!0,text:Object(c["a"])("Learn more about updating PHP","google-analytics-for-wordpress"),link:n.php_update_link},dismissable:!0,id:"php_update_56"}):n.wp_version_below_49&&t.commit("$_app/ADD_NOTICE",{title:Object(c["a"])("Yikes! WordPress Update Required","google-analytics-for-wordpress"),content:Object(c["d"])(Object(c["a"])("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"),n.php_version,n.php_min_version),type:"error",button:{enabled:!0,text:Object(c["a"])("Learn more about updating WordPress","google-analytics-for-wordpress"),link:n.wp_update_link},dismissable:!0,id:"wp_update_49"})}}))},se=ne;n["a"].use(s["a"]);var ae=[se];e["a"]=new s["a"].Store({modules:{$_app:oe,$_license:x,$_auth:tt,$_addons:St},plugins:ae})},"48c7":function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return t.noauth?t._e():o("div",{staticClass:"monsterinsights-upsell-overlay"},[o("div",{staticClass:"monsterinsights-upsell-top"},[t.upsellData.title?o("h3",{domProps:{textContent:t._s(t.upsellData.title)}}):t._e(),t.upsellData.subtitle?o("p",{staticClass:"monsterinsights-upsell-subtitle",domProps:{textContent:t._s(t.upsellData.subtitle)}}):t._e()]),o("div",{staticClass:"monsterinsights-upsell-content"},[t.upsellData.features?o("ul",t._l(t.upsellData.features,(function(e,n){return o("li",{key:n,domProps:{textContent:t._s(e)}})})),0):t._e(),o("div",{staticClass:"monsterinsights-center"},[o("a",{staticClass:"monsterinsights-button",attrs:{href:t.upgrade_link,target:"_blank"},domProps:{textContent:t._s(t.text_upsell_button)}})])])])},s=[],a=(o("a4d3"),o("4de4"),o("4160"),o("e439"),o("dbb4"),o("b64b"),o("159b"),o("2fa7")),r=o("2f62"),i=o("561c");function c(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function l(t){for(var e=1;e"+this.structure[n]["label"]+"");break}if(this.structure[n]["pattern"]){var s=this.structure[n]["pattern"].test(this.rows[o][this.structure[n]["name"]]);if(!1===s){this.has_errors[o]=this.structure[n]["error"];break}}this.structure[n]["prevent_duplicates"]&&function(){"undefined"===typeof e[t.structure[n]["name"]]&&(e[t.structure[n]["name"]]=[]),e[t.structure[n]["name"]].push(t.rows[o][t.structure[n]["name"]]);var s=e[t.structure[n]["name"]],a=function(){return s.filter((function(t,e){return s.indexOf(t)===e}))};s.length!==a(s).length&&(t.has_errors[o]=Object(i["a"])("Duplicate values are not allowed.","google-analytics-for-wordpress"))}()}return 0===this.has_errors.length}}},d=p,g=o("2877"),f=Object(g["a"])(d,n,s,!1,null,null,null);e["a"]=f.exports},7220:function(t,e,o){"use strict";o("4795"),o("b0c0"),o("d3b7");var n=o("bc3a"),s=o.n(n),a=o("2b0e"),r=o("561c"),i=function(t){return new Promise((function(e){var o=new FormData;o.append("action","monsterinsights_vue_get_settings"),o.append("nonce",a["a"].prototype.$mi.nonce),s.a.post(a["a"].prototype.$mi.ajax,o).then((function(t){a["a"].prototype.$swal.close(),e(t.data)})).catch((function(e){if(t.dispatch("$_app/block",!1,{root:!0}),e.response){var o=e.response;return a["a"].prototype.$mi_error_toast({title:Object(r["d"])(Object(r["a"])("Can't load settings. Error: %s, %s","google-analytics-for-wordpress"),o.status,o.statusText)})}a["a"].prototype.$mi_error_toast({title:Object(r["a"])("You appear to be offline.","google-analytics-for-wordpress")})}))}))},c=function(t,e){return new Promise((function(t){var o=new FormData;o.append("action","monsterinsights_vue_update_settings"),o.append("nonce",a["a"].prototype.$mi.nonce),o.append("setting",e.name),!1!==e.value&&(Array===e.value.constructor?o.append("value",JSON.stringify(e.value)):o.append("value",e.value)),s.a.post(a["a"].prototype.$mi.ajax,o).then((function(e){t(e.data)})).catch((function(t){if(t.response){var e=t.response;return a["a"].prototype.$mi_error_toast({title:Object(r["d"])(Object(r["a"])("Can't save settings. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}a["a"].prototype.$mi_error_toast({title:Object(r["a"])("Network error encountered. Settings not saved.","google-analytics-for-wordpress")})}))}))},l={fetchSettings:i,saveSettings:c},u=function(t){l.fetchSettings(t).then((function(e){t.commit("SETTINGS_UPDATED",e)})).catch((function(t){console.error(t)}))},p=function(t,e){t.commit("SETTING_UPDATE",e),t.commit("SETTINGS_SAVE_START");var o=l.saveSettings(t,e);return o.then((function(){t.commit("SETTINGS_SAVE_END")})),o},d=function(t,e){t.commit("SETTING_UPDATE_UNDO",e),t.commit("SETTINGS_SAVE_START");var o=l.saveSettings(t,e);return o.then((function(){t.commit("SETTINGS_SAVE_END")})),o},g=function(t,e){t.commit("SETTING_UPDATE_REDO",e),t.commit("SETTINGS_SAVE_START");var o=l.saveSettings(t,e);return o.then((function(){t.commit("SETTINGS_SAVE_END")})),o},f=function(t){t.commit("SETTINGS_SAVE_START"),a["a"].prototype.$mi_saving_toast({}),setTimeout((function(){t.commit("SETTINGS_SAVE_END"),a["a"].prototype.$mi_success_toast({})}),1e3)},h=function(t){t.dispatch("updateSettingsUndo",t.state.history[t.state.historyIndex-1])},m=function(t){t.dispatch("updateSettingsRedo",t.state.history[t.state.historyIndex+1])},_={getSettings:u,updateSettings:p,simulateSave:f,undo:h,redo:m,updateSettingsUndo:d,updateSettingsRedo:g},y=function(t){return t.settings},b=function(t){return t.history},v=function(t){return t.historyIndex},w={settings:y,history:b,historyIndex:v},O=(o("a434"),function(t,e){e.is_saving=!1,t.settings=e}),k=function(t,e){t.settings.is_saving=!0,t.history[t.historyIndex]&&t.history[t.historyIndex].name===e.name||(t.history.push({name:e.name,value:!!t.settings[e.name]&&t.settings[e.name]}),t.historyIndex++),t.historyIndex',"")}},methods:{hideBar:function(){this.showBar=!1;var t=new FormData;t.append("action","monsterinsights_hide_floatbar"),t.append("nonce",this.$mi.nonce),l.a.post(this.$mi.ajax,t)},getBarStatus:function(){var t=this,e=new FormData;e.append("action","monsterinsights_get_floatbar"),e.append("nonce",this.$mi.nonce),l.a.post(this.$mi.ajax,e).then((function(e){t.showBar=e.data.show})).catch((function(){t.showBar=!1}))}},mounted:function(){var t=this;setTimeout((function(){t.getBarStatus()}),1500)}},p=u,d=o("2877"),g=Object(d["a"])(p,a,r,!1,null,null,null),f=g.exports,h={name:"TheAppHeader",components:{TheFloatingBar:f},data:function(){return{logo:this.$mi.assets+"/img/logo.png",logo2x:this.$mi.assets+"/img/logo@2x.png 2x"}}},m=h,_=(o("9df6"),Object(d["a"])(m,n,s,!1,null,"7a774924",null));e["a"]=_.exports},a4cc:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-welcome-overlay",on:{click:t.maybeClose}},[o("div",{staticClass:"monsterinsights-welcome-overlay-inner"},[o("button",{staticClass:"monsterinsights-overlay-close",on:{click:t.close}},[o("span",{staticClass:"monstericon-times"})]),o("div",{staticClass:"monsterinsights-welcome-overlay-content"},[t._t("default")],2)])])},s=[],a={name:"WelcomeOverlay",props:{id:String},methods:{close:function(){this.$emit("close",this.id)},maybeClose:function(t){t.target.classList.contains("monsterinsights-welcome-overlay")&&this.close()}}},r=a,i=o("2877"),c=Object(i["a"])(r,n,s,!1,null,null,null);e["a"]=c.exports},aa9f:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-settings-input-select"},[o("label",{attrs:{for:t.id}},[o("span",{staticClass:"monsterinsights-dark",domProps:{innerHTML:t._s(t.label)}}),t.description?o("span",{domProps:{innerHTML:t._s(t.description)}}):t._e(),t.tooltip?o("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1),o("div",{staticClass:"monsterinsights-settings-input-select-input"},[o("multiselect",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.disabled_tooltip,expression:"disabled_tooltip"}],attrs:{options:t.options,multiple:t.multiple,"track-by":"value",label:"label",searchable:!1,selectLabel:"",selectedLabel:"",deselectLabel:"",readonly:t.disabled},on:{input:t.updateSetting},scopedSlots:t._u([{key:"tag",fn:function(e){var n=e.option,s=(e.search,e.remove);return[o("span",{class:t.tagClass(n)},[o("span",{domProps:{textContent:t._s(n.label)}}),o("i",{staticClass:"multiselect__tag-icon",attrs:{"aria-hidden":"true",tabindex:"0"},on:{keypress:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.preventDefault(),s(n))},mousedown:function(t){return t.preventDefault(),s(n)}}})])]}}]),model:{value:t.selected,callback:function(e){t.selected=e},expression:"selected"}})],1)])},s=[],a=(o("a4d3"),o("4de4"),o("4160"),o("c975"),o("b0c0"),o("e439"),o("dbb4"),o("b64b"),o("159b"),o("2fa7")),r=o("561c"),i=o("2f62"),c=o("8e5f"),l=o.n(c),u=o("93ec");function p(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function d(t){for(var e=1;e=0&&this.notForced(this.options[e])&&t.push(this.options[e]);return t},set:function(){}},disabled_tooltip:function(){return{content:this.disabled?this.$mi_need_to_auth:"",autoHide:!1,trigger:"hover focus click"}}}),methods:{updateSetting:function(t){var e=this;if(this.disabled)return!1;this.$mi_saving_toast({});var o=[];for(var n in t)o.push(t[n].value);this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:o}).then((function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})}))},notForced:function(t){for(var e in this.forced)if(this.forced[e].value===t.value)return!1;return!0},tagClass:function(t){var e="multiselect__tag";return this.notForced(t)||(e+=" monsterinsights-tag-forced"),e}}},f=g,h=(o("ed71"),o("2877")),m=Object(h["a"])(f,n,s,!1,null,"f66259b4",null);e["a"]=m.exports},ac39:function(t,e,o){},b333:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"monsterinsights-settings-network-notice"},[t._m(0),o("div",{staticClass:"monsterinsights-network-message"},[t._t("default")],2)])},s=[function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",[o("div",{staticClass:"monsterinsights-bg-img monsterinsights-icon-warning"})])}],a={name:"SettingsNetworkNotice"},r=a,i=(o("5443"),o("2877")),c=Object(i["a"])(r,n,s,!1,null,"a9c27d52",null);e["a"]=c.exports},b52e:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{class:t.boxClass},[o("button",{staticClass:"monsterinsights-quick-links-label",on:{click:function(e){e.stopPropagation(),t.showMenu=!t.showMenu}}},[o("span",{staticClass:"monsterinsights-bg-img monsterinsights-quick-links-mascot"}),o("span",{staticClass:"monsterinsights-quick-link-title",domProps:{textContent:t._s(t.text_see_quick)}})]),o("transition-group",{staticClass:"monsterinsights-quick-links-menu",attrs:{tag:"div",name:"monsterinsights-staggered-fade"},on:{enter:t.enter,leave:t.leave}},[t.showMenu?t._l(t.menuItems,(function(e,n){return o("a",{key:e.key,staticClass:"monsterinsights-quick-links-menu-item",attrs:{href:e.link,"data-index":n,target:"_blank"}},[o("span",{class:e.icon}),o("span",{staticClass:"monsterinsights-quick-link-title",domProps:{innerHTML:t._s(e.tooltip)}})])})):t._e()],2)],1)},s=[],a=(o("a4d3"),o("4de4"),o("4160"),o("e439"),o("dbb4"),o("b64b"),o("159b"),o("4795"),o("2fa7")),r=(o("ac39"),o("561c")),i=o("2f62");function c(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function l(t){for(var e=1;e '+this.change+"%":Object(a["a"])("No change","google-analytics-for-wordpress")}}},c=i,l=o("2877"),u=Object(l["a"])(c,n,s,!1,null,null,null);e["a"]=u.exports},bef0:function(t,e,o){},c472:function(t,e,o){"use strict";var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"settings-input-text"},[o("label",{attrs:{for:t.id}},[o("span",{staticClass:"monsterinsights-dark",domProps:{innerHTML:t._s(t.label)}}),t.description?o("span",{domProps:{innerHTML:t._s(t.description)}}):t._e(),t.showReset()?o("a",{staticClass:"monsterinsights-reset-default",attrs:{href:"#"},domProps:{textContent:t._s(t.text_reset)},on:{click:function(e){return e.preventDefault(),t.resetValue(e)}}}):t._e(),t.tooltip?o("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1),o("div",{staticClass:"settings-input-text-input"},["checkbox"===t.type?o("input",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,name:t.name,placeholder:t.placeholder,readonly:t.disabled,type:"checkbox"},domProps:{checked:Array.isArray(t.value)?t._i(t.value,null)>-1:t.value},on:{change:[function(e){var o=t.value,n=e.target,s=!!n.checked;if(Array.isArray(o)){var a=null,r=t._i(o,a);n.checked?r<0&&(t.value=o.concat([a])):r>-1&&(t.value=o.slice(0,r).concat(o.slice(r+1)))}else t.value=s},t.inputUpdate]}}):"radio"===t.type?o("input",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,name:t.name,placeholder:t.placeholder,readonly:t.disabled,type:"radio"},domProps:{checked:t._q(t.value,null)},on:{change:[function(e){t.value=null},t.inputUpdate]}}):o("input",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,name:t.name,placeholder:t.placeholder,readonly:t.disabled,type:t.type},domProps:{value:t.value},on:{change:t.inputUpdate,input:function(e){e.target.composing||(t.value=e.target.value)}}})]),t.has_error?o("label",{staticClass:"monsterinsights-error"},[o("i",{staticClass:"monstericon-warning-triangle"}),o("span",{domProps:{innerHTML:t._s(t.text_error)}})]):t._e()])},s=[],a=(o("a4d3"),o("4de4"),o("4160"),o("b0c0"),o("e439"),o("dbb4"),o("b64b"),o("4d63"),o("ac1f"),o("25f0"),o("159b"),o("2fa7")),r=o("561c"),i=o("2f62"),c=o("93ec");function l(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function u(t){for(var e=1;e2&&void 0!==arguments[2]&&arguments[2];return new Promise((function(n){var i=new FormData;i.append("action","monsterinsights_verify_license"),i.append("nonce",a["a"].prototype.$mi.nonce),i.append("license",t),o&&i.append("network",!0),s.a.post(a["a"].prototype.$mi.ajax,i).then((function(t){t.data.success&&(o?e.commit("LICENSE_NETWORK_TYPE_UPDATED",t.data.data.license_type):e.commit("LICENSE_TYPE_UPDATED",t.data.data.license_type),e.dispatch("$_addons/getAddons","",{root:!0})),n(t)})).catch((function(t){if(t.response){var e=t.response;return a["a"].prototype.$mi_error_toast({title:Object(r["d"])(Object(r["a"])("Can't verify the license. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}a["a"].prototype.$mi_error_toast({title:Object(r["a"])("You appear to be offline.","google-analytics-for-wordpress")})}))}))},l=function(t){return new Promise((function(e){var o=new FormData;o.append("action","monsterinsights_validate_license"),o.append("nonce",a["a"].prototype.$mi.nonce),t&&o.append("network",!0),s.a.post(a["a"].prototype.$mi.ajax,o).then((function(t){e(t)})).catch((function(t){if(t.response){var e=t.response;return a["a"].prototype.$mi_error_toast({title:Object(r["d"])(Object(r["a"])("Can't validate the license. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}a["a"].prototype.$mi_error_toast({title:Object(r["a"])("You appear to be offline.","google-analytics-for-wordpress")})}))}))},u=function(t,e){return new Promise((function(o){var n=new FormData,i=e?t.state.license_network.key:t.state.license.key;n.append("action","monsterinsights_deactivate_license"),n.append("nonce",a["a"].prototype.$mi.nonce),n.append("license",i),e&&n.append("network",!0),s.a.post(a["a"].prototype.$mi.ajax,n).then((function(n){n.data.success&&(e?(t.commit("LICENSE_NETWORK_KEY_UPDATED",""),t.commit("LICENSE_NETWORK_TYPE_UPDATED","")):(t.commit("LICENSE_KEY_UPDATED",""),t.commit("LICENSE_TYPE_UPDATED",""))),o(n)})).catch((function(t){if(t.response){var e=t.response;return a["a"].prototype.$mi_error_toast({title:Object(r["d"])(Object(r["a"])("Can't deactivate the license. Error: %s, %s","google-analytics-for-wordpress"),e.status,e.statusText)})}a["a"].prototype.$mi_error_toast({title:Object(r["a"])("You appear to be offline.","google-analytics-for-wordpress")})}))}))},p=function(t){return new Promise((function(e){var o=new FormData;o.append("action","monsterinsights_connect_url"),o.append("nonce",a["a"].prototype.$mi.nonce),o.append("key",t),s.a.post(a["a"].prototype.$mi.ajax,o).then((function(t){t.data&&e(t.data)})).catch((function(t){if(e(!1),t.response){var o=t.response;return a["a"].prototype.$mi_error_toast({title:Object(r["d"])(Object(r["a"])("Can't upgrade to PRO please try again. Error: %s, %s","google-analytics-for-wordpress"),o.status,o.statusText)})}a["a"].prototype.$mi_error_toast({title:Object(r["a"])("You appear to be offline.","google-analytics-for-wordpress")})}))}))};e["a"]={fetchLicense:i,verifyLicense:c,validateLicense:l,deactivateLicense:u,getUpgradeLink:p}},dffc:function(t,e,o){"use strict";var n=o("f6e1"),s=o.n(n);s.a},e8ca:function(t,e,o){"use strict";var n=o("bef0"),s=o.n(n);s.a},ed71:function(t,e,o){"use strict";var n=o("f87e"),s=o.n(n);s.a},f284:function(t,e,o){"use strict";o("fb6a"),o("d3b7"),o("4795");var n=o("d429"),s=o("2b0e"),a=o("561c"),r=function(t,e){return new Promise((function(o){return s["a"].prototype.$mi.authed?t.state[e]&&t.state[e].reportcurrentrange&&t.state[e].reportcurrentrange.startDate===t.state.date.start&&t.state[e].reportcurrentrange.endDate===t.state.date.end?(o(!1),t.commit("DISABLE_BLUR"),!1):(s["a"].prototype.$mi_loading_toast(),t.commit("ENABLE_BLUR"),void n["a"].fetchReportData(t,e,t.state.date.start,t.state.date.end).then((function(n){if("license_level"===n.data.message)return p(t),void o(!1);if(n.success)p(t),t.commit("DISABLE_BLUR"),t.commit("UPDATE_REPORT_DATA",{report:e,data:n.data}),o(!0);else{if("invalid_grant"===n.data.message)return p(t),o(!1),void t.commit("ENABLE_REAUTH");n.data.footer&&"install_addon"===n.data.footer?i(t,e).then((function(o){t.rootState.$_widget&&(t.commit("DISABLE_BLUR"),t.commit("$_widget/UPDATE_LOADED",!0,{root:!0}));var r=o?"activate":"install";s["a"].prototype.$mi_error_toast({title:!1,html:Object(a["d"])(n.data.message,r),footer:''+Object(a["a"])("Visit addons page","google-analytics-for-wordpress")+"",report:e}),s["a"].prototype.$swal({type:"error",customContainerClass:"monsterinsights-swal",title:Object(a["a"])("Report Unavailable","google-analytics-for-wordpress"),html:Object(a["d"])(n.data.message,r),allowOutsideClick:!0,allowEscapeKey:!0,allowEnterKey:!1,showCancelButton:!0,confirmButtonText:Object(a["d"])(Object(a["a"])("%s Addon","google-analytics-for-wordpress"),r.charAt(0).toUpperCase()+r.slice(1)),cancelButtonText:Object(a["a"])("Dismiss","google-analytics-for-wordpress")}).then((function(n){n.value&&(o?l(t,t.rootState.$_addons.addons[e]):c(t,e))}))})):(o(!1),s["a"].prototype.$mi_error_toast({title:!1,html:n.data.message,footer:n.data.footer,report:e}))}}))):(o(!1),t.commit("ENABLE_BLUR"),t.commit("ENABLE_NOAUTH"),!1)}))};function i(t,e){return new Promise((function(o){t.dispatch("$_addons/getAddons","",{root:!0}).then((function(){t.rootState.$_addons.addons[e]&&t.rootState.$_addons.addons[e].installed?o(!0):o(!1)})).catch((function(){o(!1),u()}))}))}function c(t,e){s["a"].prototype.$swal({type:"info",customContainerClass:"monsterinsights-swal",title:Object(a["a"])("Installing Addon","google-analytics-for-wordpress"),html:Object(a["a"])("Please wait","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){s["a"].prototype.$swal.showLoading(),t.dispatch("$_addons/installAddon",t.rootState.$_addons.addons[e],{root:!0}).then((function(){l(t,t.rootState.$_addons.addons[e])})).catch((function(){u()}))}})}function l(t,e){s["a"].prototype.$swal({type:"info",customContainerClass:"monsterinsights-swal",title:Object(a["a"])("Activating Addon","google-analytics-for-wordpress"),html:Object(a["a"])("Please wait","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){s["a"].prototype.$swal.showLoading()}}),t.dispatch("$_addons/activateAddon",e,{root:!0}).then((function(){s["a"].prototype.$swal({type:"info",customContainerClass:"monsterinsights-swal",title:Object(a["a"])("Addon Activated","google-analytics-for-wordpress"),html:Object(a["a"])("Loading report data","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){s["a"].prototype.$swal.showLoading(),setTimeout((function(){window.location.reload()}),1e3)}})})).catch((function(t){u(t)}))}function u(t){var e=Object(a["a"])("Please activate manually","google-analytics-for-wordpress");t.response&&(e=Object(a["d"])(Object(a["a"])("Error: %s, %s","google-analytics-for-wordpress"),t.response.status,t.response.statusText)),s["a"].prototype.$swal({type:"error",customContainerClass:"monsterinsights-swal",title:Object(a["a"])("Error Activating Addon","google-analytics-for-wordpress"),html:e,allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,showCancelButton:!0,confirmButtonText:Object(a["a"])("View Addons","google-analytics-for-wordpress"),cancelButtonText:Object(a["a"])("Dismiss","google-analytics-for-wordpress")}).then((function(t){t.value&&(window.location=s["a"].prototype.$mi.addons_url,s["a"].prototype.$swal({type:"info",customContainerClass:"monsterinsights-swal",title:Object(a["a"])("Redirecting","google-analytics-for-wordpress"),html:Object(a["a"])("Please wait","google-analytics-for-wordpress"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){s["a"].prototype.$swal.showLoading()}}))}))}function p(t){t.rootState.$_widget||s["a"].prototype.$swal.close()}var d={getReportData:r},g=function(t){return t.date},f=function(t){return t.activeReport},h=function(t){return t.blur},m=function(t){return t.mobileTableExpanded},_=function(t){return t.overview},y=function(t){return t.publisher},b=function(t){return t.ecommerce},v=function(t){return t.queries},w=function(t){return t.dimensions},O=function(t){return t.forms},k=function(t){return t.realtime},j=function(t){return t.yearinreview},E=function(t){return t.noauth},P=function(t){return t.reauth},T={date:g,activeReport:f,blur:h,mobileTableExpanded:m,overview:_,publisher:y,ecommerce:b,queries:v,dimensions:w,forms:O,realtime:k,noauth:E,yearinreview:j,reauth:P},C=function(t,e){e.report&&e.data&&t[e.report]&&s["a"].set(t,e.report,e.data)},S=function(t,e){e.start&&e.end&&(s["a"].set(t.date,"start",e.start),s["a"].set(t.date,"end",e.end))},x=function(t,e){s["a"].set(t.date,"interval",e)},$=function(t,e){s["a"].set(t.date,"text",e)},A=function(t,e){t.activeReport=e},D=function(t){t.blur=!0},L=function(t){t.blur=!1},I=function(t){t.mobileTableExpanded=!0},N=function(t){t.mobileTableExpanded=!1},U=function(t){t.noauth=!0},R=function(t){t.reauth=!0},M={UPDATE_REPORT_DATA:C,UPDATE_DATE:S,UPDATE_ACTIVE_REPORT:A,UPDATE_INTERVAL:x,UPDATE_DATE_TEXT:$,ENABLE_BLUR:D,DISABLE_BLUR:L,EXPAND_TABLES:I,CONTRACT_TABLES:N,ENABLE_NOAUTH:U,ENABLE_REAUTH:R},B={date:{start:"",end:"",interval:30,text:""},blur:!1,activeReport:"overview",mobileTableExpanded:!1,overview:{},publisher:{},ecommerce:{},queries:{},dimensions:{},forms:{},realtime:{},yearinreview:{},noauth:!1,reauth:!1};e["a"]={namespaced:!0,state:B,actions:d,getters:T,mutations:M}},f6bd:function(t,e,o){},f6e1:function(t,e,o){},f87e:function(t,e,o){}}]); \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-frontend-vendors.js b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-frontend-vendors.js new file mode 100644 index 00000000..fc18b9dd --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-frontend-vendors.js @@ -0,0 +1,20 @@ +(window["monsterinsightsjsonp"]=window["monsterinsightsjsonp"]||[]).push([["chunk-frontend-vendors"],{"0273":function(t,e,n){var r=n("c1b2"),o=n("4180"),i=n("2c6c");t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},"057f":function(t,e,n){var r=n("fc6a"),o=n("241c").f,i={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(t){try{return o(t)}catch(e){return a.slice()}};t.exports.f=function(t){return a&&"[object Window]"==i.call(t)?c(t):o(r(t))}},"06cf":function(t,e,n){var r=n("83ab"),o=n("d1e7"),i=n("5c6c"),a=n("fc6a"),c=n("c04e"),s=n("5135"),u=n("0cfb"),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=a(t),e=c(e,!0),u)try{return f(t,e)}catch(n){}if(s(t,e))return i(!o.f.call(t,e),t[e])}},"06fa":function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},"0a06":function(t,e,n){"use strict";var r=n("2444"),o=n("c532"),i=n("f6b4"),a=n("5270");function c(t){this.defaults=t,this.interceptors={request:new i,response:new i}}c.prototype.request=function(t){"string"===typeof t&&(t=o.merge({url:arguments[0]},arguments[1])),t=o.merge(r,{method:"get"},this.defaults,t),t.method=t.method.toLowerCase();var e=[a,void 0],n=Promise.resolve(t);this.interceptors.request.forEach((function(t){e.unshift(t.fulfilled,t.rejected)})),this.interceptors.response.forEach((function(t){e.push(t.fulfilled,t.rejected)}));while(e.length)n=n.then(e.shift(),e.shift());return n},o.forEach(["delete","get","head","options"],(function(t){c.prototype[t]=function(e,n){return this.request(o.merge(n||{},{method:t,url:e}))}})),o.forEach(["post","put","patch"],(function(t){c.prototype[t]=function(e,n,r){return this.request(o.merge(r||{},{method:t,url:e,data:n}))}})),t.exports=c},"0cfb":function(t,e,n){var r=n("83ab"),o=n("d039"),i=n("cc12");t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},"0df6":function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},"129f":function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t===1/e:t!=t&&e!=e}},"14c3":function(t,e,n){var r=n("c6b6"),o=n("9263");t.exports=function(t,e){var n=t.exec;if("function"===typeof n){var i=n.call(t,e);if("object"!==typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},"159b":function(t,e,n){var r=n("da84"),o=n("fdbc"),i=n("17c2"),a=n("9112");for(var c in o){var s=r[c],u=s&&s.prototype;if(u&&u.forEach!==i)try{a(u,"forEach",i)}catch(f){u.forEach=i}}},"17c2":function(t,e,n){"use strict";var r=n("b727").forEach,o=n("b301");t.exports=o("forEach")?function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}:[].forEach},1875:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},"194a":function(t,e,n){var r=n("cc94");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},"19aa":function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},"1be4":function(t,e,n){var r=n("d066");t.exports=r("document","documentElement")},"1c0b":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},"1c7e":function(t,e,n){var r=n("b622"),o=r("iterator"),i=!1;try{var a=0,c={next:function(){return{done:!!a++}},return:function(){i=!0}};c[o]=function(){return this},Array.from(c,(function(){throw 2}))}catch(s){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var r={};r[o]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(s){}return n}},"1d2b":function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;rv;v++)if(y=f?b(r(g=t[v])[0],g[1]):b(t[v]),y&&y instanceof u)return y;return new u(!1)}p=d.call(t)}m=p.next;while(!(g=m.call(p)).done)if(y=s(p,b,g.value,f),"object"==typeof y&&y&&y instanceof u)return y;return new u(!1)};f.stop=function(t){return new u(!0,t)}},"23cb":function(t,e,n){var r=n("a691"),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},"23e7":function(t,e,n){var r=n("da84"),o=n("06cf").f,i=n("9112"),a=n("6eeb"),c=n("ce4e"),s=n("e893"),u=n("94ca");t.exports=function(t,e){var n,f,l,p,d,v,h=t.target,y=t.global,m=t.stat;if(f=y?r:m?r[h]||c(h,{}):(r[h]||{}).prototype,f)for(l in e){if(d=e[l],t.noTargetGet?(v=o(f,l),p=v&&v.value):p=f[l],n=u(y?l:h+(m?".":"#")+l,t.forced),!n&&void 0!==p){if(typeof d===typeof p)continue;s(d,p)}(t.sham||p&&p.sham)&&i(d,"sham",!0),a(f,l,d,t)}}},"241c":function(t,e,n){var r=n("ca84"),o=n("7839"),i=o.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},2444:function(t,e,n){"use strict";(function(e){var r=n("c532"),o=n("c8af"),i={"Content-Type":"application/x-www-form-urlencoded"};function a(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}function c(){var t;return"undefined"!==typeof XMLHttpRequest?t=n("b50d"):"undefined"!==typeof e&&(t=n("b50d")),t}var s={adapter:c(),transformRequest:[function(t,e){return o(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(a(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(a(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"===typeof t)try{t=JSON.parse(t)}catch(e){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(t){s.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){s.headers[t]=r.merge(i)})),t.exports=s}).call(this,n("4362"))},"25f0":function(t,e,n){"use strict";var r=n("6eeb"),o=n("825a"),i=n("d039"),a=n("ad6d"),c="toString",s=RegExp.prototype,u=s[c],f=i((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),l=u.name!=c;(f||l)&&r(RegExp.prototype,c,(function(){var t=o(this),e=String(t.source),n=t.flags,r=String(void 0===n&&t instanceof RegExp&&!("flags"in s)?a.call(t):n);return"/"+e+"/"+r}),{unsafe:!0})},2626:function(t,e,n){"use strict";var r=n("d066"),o=n("9bf2"),i=n("b622"),a=n("83ab"),c=i("species");t.exports=function(t){var e=r(t),n=o.f;a&&e&&!e[c]&&n(e,c,{configurable:!0,get:function(){return this}})}},2877:function(t,e,n){"use strict";function r(t,e,n,r,o,i,a,c){var s,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),a?(s=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=s):o&&(s=c?function(){o.call(this,this.$root.$options.shadowRoot)}:o),s)if(u.functional){u._injectStyles=s;var f=u.render;u.render=function(t,e){return s.call(e),f(t,e)}}else{var l=u.beforeCreate;u.beforeCreate=l?[].concat(l,s):[s]}return{exports:t,options:u}}n.d(e,"a",(function(){return r}))},"2b0e":function(t,e,n){"use strict";(function(t){ +/*! + * Vue.js v2.6.10 + * (c) 2014-2019 Evan You + * Released under the MIT License. + */ +var n=Object.freeze({});function r(t){return void 0===t||null===t}function o(t){return void 0!==t&&null!==t}function i(t){return!0===t}function a(t){return!1===t}function c(t){return"string"===typeof t||"number"===typeof t||"symbol"===typeof t||"boolean"===typeof t}function s(t){return null!==t&&"object"===typeof t}var u=Object.prototype.toString;function f(t){return"[object Object]"===u.call(t)}function l(t){return"[object RegExp]"===u.call(t)}function p(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return o(t)&&"function"===typeof t.then&&"function"===typeof t.catch}function v(t){return null==t?"":Array.isArray(t)||f(t)&&t.toString===u?JSON.stringify(t,null,2):String(t)}function h(t){var e=parseFloat(t);return isNaN(e)?t:e}function y(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(n,1)}}var b=Object.prototype.hasOwnProperty;function _(t,e){return b.call(t,e)}function w(t){var e=Object.create(null);return function(n){var r=e[n];return r||(e[n]=t(n))}}var x=/-(\w)/g,O=w((function(t){return t.replace(x,(function(t,e){return e?e.toUpperCase():""}))})),j=w((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),S=/\B([A-Z])/g,A=w((function(t){return t.replace(S,"-$1").toLowerCase()}));function C(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n}function $(t,e){return t.bind(e)}var k=Function.prototype.bind?$:C;function E(t,e){e=e||0;var n=t.length-e,r=new Array(n);while(n--)r[n]=t[n+e];return r}function T(t,e){for(var n in e)t[n]=e[n];return t}function P(t){for(var e={},n=0;n0,nt=Q&&Q.indexOf("edge/")>0,rt=(Q&&Q.indexOf("android"),Q&&/iphone|ipad|ipod|ios/.test(Q)||"ios"===Z),ot=(Q&&/chrome\/\d+/.test(Q),Q&&/phantomjs/.test(Q),Q&&Q.match(/firefox\/(\d+)/)),it={}.watch,at=!1;if(J)try{var ct={};Object.defineProperty(ct,"passive",{get:function(){at=!0}}),window.addEventListener("test-passive",null,ct)}catch(Oa){}var st=function(){return void 0===K&&(K=!J&&!Y&&"undefined"!==typeof t&&(t["process"]&&"server"===t["process"].env.VUE_ENV)),K},ut=J&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ft(t){return"function"===typeof t&&/native code/.test(t.toString())}var lt,pt="undefined"!==typeof Symbol&&ft(Symbol)&&"undefined"!==typeof Reflect&&ft(Reflect.ownKeys);lt="undefined"!==typeof Set&&ft(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var dt=I,vt=0,ht=function(){this.id=vt++,this.subs=[]};ht.prototype.addSub=function(t){this.subs.push(t)},ht.prototype.removeSub=function(t){g(this.subs,t)},ht.prototype.depend=function(){ht.target&&ht.target.addDep(this)},ht.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e-1)if(i&&!_(o,"default"))a=!1;else if(""===a||a===A(t)){var s=te(String,o.type);(s<0||c0&&(a=Ce(a,(e||"")+"_"+n),Ae(a[0])&&Ae(u)&&(f[s]=xt(u.text+a[0].text),a.shift()),f.push.apply(f,a)):c(a)?Ae(u)?f[s]=xt(u.text+a):""!==a&&f.push(xt(a)):Ae(a)&&Ae(u)?f[s]=xt(u.text+a.text):(i(t._isVList)&&o(a.tag)&&r(a.key)&&o(e)&&(a.key="__vlist"+e+"_"+n+"__"),f.push(a)));return f}function $e(t){var e=t.$options.provide;e&&(t._provided="function"===typeof e?e.call(t):e)}function ke(t){var e=Ee(t.$options.inject,t);e&&(kt(!1),Object.keys(e).forEach((function(n){Mt(t,n,e[n])})),kt(!0))}function Ee(t,e){if(t){for(var n=Object.create(null),r=pt?Reflect.ownKeys(t):Object.keys(t),o=0;o0,a=t?!!t.$stable:!i,c=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&r&&r!==n&&c===r.$key&&!i&&!r.$hasNormal)return r;for(var s in o={},t)t[s]&&"$"!==s[0]&&(o[s]=Me(e,s,t[s]))}else o={};for(var u in e)u in o||(o[u]=Le(e,u));return t&&Object.isExtensible(t)&&(t._normalized=o),G(o,"$stable",a),G(o,"$key",c),G(o,"$hasNormal",i),o}function Me(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return t=t&&"object"===typeof t&&!Array.isArray(t)?[t]:Se(t),t&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function Le(t,e){return function(){return t[e]}}function Ne(t,e){var n,r,i,a,c;if(Array.isArray(t)||"string"===typeof t)for(n=new Array(t.length),r=0,i=t.length;r1?E(n):n;for(var r=E(arguments,1),o='event handler for "'+t+'"',i=0,a=n.length;idocument.createEvent("Event").timeStamp&&(Kn=function(){return Xn.now()})}function Jn(){var t,e;for(Wn=Kn(),Hn=!0,Un.sort((function(t,e){return t.id-e.id})),Gn=0;GnGn&&Un[n].id>t.id)n--;Un.splice(n+1,0,t)}else Un.push(t);zn||(zn=!0,ve(Jn))}}var er=0,nr=function(t,e,n,r,o){this.vm=t,o&&(t._watcher=this),t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++er,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new lt,this.newDepIds=new lt,this.expression="","function"===typeof e?this.getter=e:(this.getter=W(e),this.getter||(this.getter=I)),this.value=this.lazy?void 0:this.get()};nr.prototype.get=function(){var t;mt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(Oa){if(!this.user)throw Oa;ee(Oa,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&ye(t),gt(),this.cleanupDeps()}return t},nr.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},nr.prototype.cleanupDeps=function(){var t=this.deps.length;while(t--){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},nr.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():tr(this)},nr.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||s(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(Oa){ee(Oa,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},nr.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},nr.prototype.depend=function(){var t=this.deps.length;while(t--)this.deps[t].depend()},nr.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||g(this.vm._watchers,this);var t=this.deps.length;while(t--)this.deps[t].removeSub(this);this.active=!1}};var rr={enumerable:!0,configurable:!0,get:I,set:I};function or(t,e,n){rr.get=function(){return this[e][n]},rr.set=function(t){this[e][n]=t},Object.defineProperty(t,n,rr)}function ir(t){t._watchers=[];var e=t.$options;e.props&&ar(t,e.props),e.methods&&vr(t,e.methods),e.data?cr(t):It(t._data={},!0),e.computed&&fr(t,e.computed),e.watch&&e.watch!==it&&hr(t,e.watch)}function ar(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[],i=!t.$parent;i||kt(!1);var a=function(i){o.push(i);var a=Jt(i,e,n,t);Mt(r,i,a),i in t||or(t,"_props",i)};for(var c in e)a(c);kt(!0)}function cr(t){var e=t.$options.data;e=t._data="function"===typeof e?sr(e,t):e||{},f(e)||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);while(o--){var i=n[o];0,r&&_(r,i)||H(i)||or(t,"_data",i)}It(e,!0)}function sr(t,e){mt();try{return t.call(e,e)}catch(Oa){return ee(Oa,e,"data()"),{}}finally{gt()}}var ur={lazy:!0};function fr(t,e){var n=t._computedWatchers=Object.create(null),r=st();for(var o in e){var i=e[o],a="function"===typeof i?i:i.get;0,r||(n[o]=new nr(t,a||I,I,ur)),o in t||lr(t,o,i)}}function lr(t,e,n){var r=!st();"function"===typeof n?(rr.get=r?pr(e):dr(n),rr.set=I):(rr.get=n.get?r&&!1!==n.cache?pr(e):dr(n.get):I,rr.set=n.set||I),Object.defineProperty(t,e,rr)}function pr(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),ht.target&&e.depend(),e.value}}function dr(t){return function(){return t.call(this,this)}}function vr(t,e){t.$options.props;for(var n in e)t[n]="function"!==typeof e[n]?I:k(e[n],t)}function hr(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o-1)return this;var n=E(arguments,1);return n.unshift(this),"function"===typeof t.install?t.install.apply(t,n):"function"===typeof t&&t.apply(null,n),e.push(t),this}}function Sr(t){t.mixin=function(t){return this.options=Kt(this.options,t),this}}function Ar(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=t.name||n.options.name;var a=function(t){this._init(t)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=e++,a.options=Kt(n.options,t),a["super"]=n,a.options.props&&Cr(a),a.options.computed&&$r(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,U.forEach((function(t){a[t]=n[t]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=T({},a.options),o[r]=a,a}}function Cr(t){var e=t.options.props;for(var n in e)or(t.prototype,"_props",n)}function $r(t){var e=t.options.computed;for(var n in e)lr(t.prototype,n,e[n])}function kr(t){U.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&f(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"===typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}function Er(t){return t&&(t.Ctor.options.name||t.tag)}function Tr(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"===typeof t?t.split(",").indexOf(e)>-1:!!l(t)&&t.test(e)}function Pr(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var a=n[i];if(a){var c=Er(a.componentOptions);c&&!e(c)&&Ir(n,i,r,o)}}}function Ir(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,g(n,e)}br(Or),mr(Or),kn(Or),In(Or),gn(Or);var Mr=[String,RegExp,Array],Lr={name:"keep-alive",abstract:!0,props:{include:Mr,exclude:Mr,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Ir(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",(function(e){Pr(t,(function(t){return Tr(e,t)}))})),this.$watch("exclude",(function(e){Pr(t,(function(t){return!Tr(e,t)}))}))},render:function(){var t=this.$slots.default,e=On(t),n=e&&e.componentOptions;if(n){var r=Er(n),o=this,i=o.include,a=o.exclude;if(i&&(!r||!Tr(i,r))||a&&r&&Tr(a,r))return e;var c=this,s=c.cache,u=c.keys,f=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;s[f]?(e.componentInstance=s[f].componentInstance,g(u,f),u.push(f)):(s[f]=e,u.push(f),this.max&&u.length>parseInt(this.max)&&Ir(s,u[0],u,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}},Nr={KeepAlive:Lr};function Dr(t){var e={get:function(){return V}};Object.defineProperty(t,"config",e),t.util={warn:dt,extend:T,mergeOptions:Kt,defineReactive:Mt},t.set=Lt,t.delete=Nt,t.nextTick=ve,t.observable=function(t){return It(t),t},t.options=Object.create(null),U.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,T(t.options.components,Nr),jr(t),Sr(t),Ar(t),kr(t)}Dr(Or),Object.defineProperty(Or.prototype,"$isServer",{get:st}),Object.defineProperty(Or.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Or,"FunctionalRenderContext",{value:Ye}),Or.version="2.6.10";var Rr=y("style,class"),Fr=y("input,textarea,option,select,progress"),Ur=function(t,e,n){return"value"===n&&Fr(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Br=y("contenteditable,draggable,spellcheck"),Vr=y("events,caret,typing,plaintext-only"),zr=function(t,e){return Kr(e)||"false"===e?"false":"contenteditable"===t&&Vr(e)?e:"true"},Hr=y("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Gr="http://www.w3.org/1999/xlink",qr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Wr=function(t){return qr(t)?t.slice(6,t.length):""},Kr=function(t){return null==t||!1===t};function Xr(t){var e=t.data,n=t,r=t;while(o(r.componentInstance))r=r.componentInstance._vnode,r&&r.data&&(e=Jr(r.data,e));while(o(n=n.parent))n&&n.data&&(e=Jr(e,n.data));return Yr(e.staticClass,e.class)}function Jr(t,e){return{staticClass:Zr(t.staticClass,e.staticClass),class:o(t.class)?[t.class,e.class]:e.class}}function Yr(t,e){return o(t)||o(e)?Zr(t,Qr(e)):""}function Zr(t,e){return t?e?t+" "+e:t:e||""}function Qr(t){return Array.isArray(t)?to(t):s(t)?eo(t):"string"===typeof t?t:""}function to(t){for(var e,n="",r=0,i=t.length;r-1?co[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:co[t]=/HTMLUnknownElement/.test(e.toString())}var uo=y("text,number,password,search,email,tel,url");function fo(t){if("string"===typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}function lo(t,e){var n=document.createElement(t);return"select"!==t?n:(e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)}function po(t,e){return document.createElementNS(no[t],e)}function vo(t){return document.createTextNode(t)}function ho(t){return document.createComment(t)}function yo(t,e,n){t.insertBefore(e,n)}function mo(t,e){t.removeChild(e)}function go(t,e){t.appendChild(e)}function bo(t){return t.parentNode}function _o(t){return t.nextSibling}function wo(t){return t.tagName}function xo(t,e){t.textContent=e}function Oo(t,e){t.setAttribute(e,"")}var jo=Object.freeze({createElement:lo,createElementNS:po,createTextNode:vo,createComment:ho,insertBefore:yo,removeChild:mo,appendChild:go,parentNode:bo,nextSibling:_o,tagName:wo,setTextContent:xo,setStyleScope:Oo}),So={create:function(t,e){Ao(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Ao(t,!0),Ao(e))},destroy:function(t){Ao(t,!0)}};function Ao(t,e){var n=t.data.ref;if(o(n)){var r=t.context,i=t.componentInstance||t.elm,a=r.$refs;e?Array.isArray(a[n])?g(a[n],i):a[n]===i&&(a[n]=void 0):t.data.refInFor?Array.isArray(a[n])?a[n].indexOf(i)<0&&a[n].push(i):a[n]=[i]:a[n]=i}}var Co=new bt("",{},[]),$o=["create","activate","update","remove","destroy"];function ko(t,e){return t.key===e.key&&(t.tag===e.tag&&t.isComment===e.isComment&&o(t.data)===o(e.data)&&Eo(t,e)||i(t.isAsyncPlaceholder)&&t.asyncFactory===e.asyncFactory&&r(e.asyncFactory.error))}function Eo(t,e){if("input"!==t.tag)return!0;var n,r=o(n=t.data)&&o(n=n.attrs)&&n.type,i=o(n=e.data)&&o(n=n.attrs)&&n.type;return r===i||uo(r)&&uo(i)}function To(t,e,n){var r,i,a={};for(r=e;r<=n;++r)i=t[r].key,o(i)&&(a[i]=r);return a}function Po(t){var e,n,a={},s=t.modules,u=t.nodeOps;for(e=0;e<$o.length;++e)for(a[$o[e]]=[],n=0;nh?(l=r(n[g+1])?null:n[g+1].elm,O(t,l,n,v,g,i)):v>g&&S(t,e,p,h)}function $(t,e,n,r){for(var i=n;i-1?zo(t,e,n):Hr(e)?Kr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Br(e)?t.setAttribute(e,zr(e,n)):qr(e)?Kr(n)?t.removeAttributeNS(Gr,Wr(e)):t.setAttributeNS(Gr,e,n):zo(t,e,n)}function zo(t,e,n){if(Kr(n))t.removeAttribute(e);else{if(tt&&!et&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var Ho={create:Bo,update:Bo};function Go(t,e){var n=e.elm,i=e.data,a=t.data;if(!(r(i.staticClass)&&r(i.class)&&(r(a)||r(a.staticClass)&&r(a.class)))){var c=Xr(e),s=n._transitionClasses;o(s)&&(c=Zr(c,Qr(s))),c!==n._prevClass&&(n.setAttribute("class",c),n._prevClass=c)}}var qo,Wo={create:Go,update:Go},Ko="__r",Xo="__c";function Jo(t){if(o(t[Ko])){var e=tt?"change":"input";t[e]=[].concat(t[Ko],t[e]||[]),delete t[Ko]}o(t[Xo])&&(t.change=[].concat(t[Xo],t.change||[]),delete t[Xo])}function Yo(t,e,n){var r=qo;return function o(){var i=e.apply(null,arguments);null!==i&&ti(t,o,n,r)}}var Zo=ae&&!(ot&&Number(ot[1])<=53);function Qo(t,e,n,r){if(Zo){var o=Wn,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}qo.addEventListener(t,e,at?{capture:n,passive:r}:n)}function ti(t,e,n,r){(r||qo).removeEventListener(t,e._wrapper||e,n)}function ei(t,e){if(!r(t.data.on)||!r(e.data.on)){var n=e.data.on||{},o=t.data.on||{};qo=e.elm,Jo(n),_e(n,o,Qo,ti,Yo,e.context),qo=void 0}}var ni,ri={create:ei,update:ei};function oi(t,e){if(!r(t.data.domProps)||!r(e.data.domProps)){var n,i,a=e.elm,c=t.data.domProps||{},s=e.data.domProps||{};for(n in o(s.__ob__)&&(s=e.data.domProps=T({},s)),c)n in s||(a[n]="");for(n in s){if(i=s[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),i===c[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=i;var u=r(i)?"":String(i);ii(a,u)&&(a.value=u)}else if("innerHTML"===n&&oo(a.tagName)&&r(a.innerHTML)){ni=ni||document.createElement("div"),ni.innerHTML=""+i+"";var f=ni.firstChild;while(a.firstChild)a.removeChild(a.firstChild);while(f.firstChild)a.appendChild(f.firstChild)}else if(i!==c[n])try{a[n]=i}catch(Oa){}}}}function ii(t,e){return!t.composing&&("OPTION"===t.tagName||ai(t,e)||ci(t,e))}function ai(t,e){var n=!0;try{n=document.activeElement!==t}catch(Oa){}return n&&t.value!==e}function ci(t,e){var n=t.value,r=t._vModifiers;if(o(r)){if(r.number)return h(n)!==h(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}var si={create:oi,update:oi},ui=w((function(t){var e={},n=/;(?![^(]*\))/g,r=/:(.+)/;return t.split(n).forEach((function(t){if(t){var n=t.split(r);n.length>1&&(e[n[0].trim()]=n[1].trim())}})),e}));function fi(t){var e=li(t.style);return t.staticStyle?T(t.staticStyle,e):e}function li(t){return Array.isArray(t)?P(t):"string"===typeof t?ui(t):t}function pi(t,e){var n,r={};if(e){var o=t;while(o.componentInstance)o=o.componentInstance._vnode,o&&o.data&&(n=fi(o.data))&&T(r,n)}(n=fi(t.data))&&T(r,n);var i=t;while(i=i.parent)i.data&&(n=fi(i.data))&&T(r,n);return r}var di,vi=/^--/,hi=/\s*!important$/,yi=function(t,e,n){if(vi.test(e))t.style.setProperty(e,n);else if(hi.test(n))t.style.setProperty(A(e),n.replace(hi,""),"important");else{var r=gi(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(wi).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Oi(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(wi).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";while(n.indexOf(r)>=0)n=n.replace(r," ");n=n.trim(),n?t.setAttribute("class",n):t.removeAttribute("class")}}function ji(t){if(t){if("object"===typeof t){var e={};return!1!==t.css&&T(e,Si(t.name||"v")),T(e,t),e}return"string"===typeof t?Si(t):void 0}}var Si=w((function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}})),Ai=J&&!et,Ci="transition",$i="animation",ki="transition",Ei="transitionend",Ti="animation",Pi="animationend";Ai&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ki="WebkitTransition",Ei="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Ti="WebkitAnimation",Pi="webkitAnimationEnd"));var Ii=J?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Mi(t){Ii((function(){Ii(t)}))}function Li(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),xi(t,e))}function Ni(t,e){t._transitionClasses&&g(t._transitionClasses,e),Oi(t,e)}function Di(t,e,n){var r=Fi(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var c=o===Ci?Ei:Pi,s=0,u=function(){t.removeEventListener(c,f),n()},f=function(e){e.target===t&&++s>=a&&u()};setTimeout((function(){s0&&(n=Ci,f=a,l=i.length):e===$i?u>0&&(n=$i,f=u,l=s.length):(f=Math.max(a,u),n=f>0?a>u?Ci:$i:null,l=n?n===Ci?i.length:s.length:0);var p=n===Ci&&Ri.test(r[ki+"Property"]);return{type:n,timeout:f,propCount:l,hasTransform:p}}function Ui(t,e){while(t.length1}function qi(t,e){!0!==e.data.show&&Vi(e)}var Wi=J?{create:qi,activate:qi,remove:function(t,e){!0!==t.data.show?zi(t,e):e()}}:{},Ki=[Ho,Wo,ri,si,_i,Wi],Xi=Ki.concat(Uo),Ji=Po({nodeOps:jo,modules:Xi});et&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&oa(t,"input")}));var Yi={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?we(n,"postpatch",(function(){Yi.componentUpdated(t,e,n)})):Zi(t,e,n.context),t._vOptions=[].map.call(t.options,ea)):("textarea"===n.tag||uo(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",na),t.addEventListener("compositionend",ra),t.addEventListener("change",ra),et&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){Zi(t,e,n.context);var r=t._vOptions,o=t._vOptions=[].map.call(t.options,ea);if(o.some((function(t,e){return!N(t,r[e])}))){var i=t.multiple?e.value.some((function(t){return ta(t,o)})):e.value!==e.oldValue&&ta(e.value,o);i&&oa(t,"change")}}}};function Zi(t,e,n){Qi(t,e,n),(tt||nt)&&setTimeout((function(){Qi(t,e,n)}),0)}function Qi(t,e,n){var r=e.value,o=t.multiple;if(!o||Array.isArray(r)){for(var i,a,c=0,s=t.options.length;c-1,a.selected!==i&&(a.selected=i);else if(N(ea(a),r))return void(t.selectedIndex!==c&&(t.selectedIndex=c));o||(t.selectedIndex=-1)}}function ta(t,e){return e.every((function(e){return!N(e,t)}))}function ea(t){return"_value"in t?t._value:t.value}function na(t){t.target.composing=!0}function ra(t){t.target.composing&&(t.target.composing=!1,oa(t.target,"input"))}function oa(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ia(t){return!t.componentInstance||t.data&&t.data.transition?t:ia(t.componentInstance._vnode)}var aa={bind:function(t,e,n){var r=e.value;n=ia(n);var o=n.data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,Vi(n,(function(){t.style.display=i}))):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value,o=e.oldValue;if(!r!==!o){n=ia(n);var i=n.data&&n.data.transition;i?(n.data.show=!0,r?Vi(n,(function(){t.style.display=t.__vOriginalDisplay})):zi(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none"}},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}},ca={model:Yi,show:aa},sa={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ua(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?ua(On(e.children)):t}function fa(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[O(i)]=o[i];return e}function la(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}function pa(t){while(t=t.parent)if(t.data.transition)return!0}function da(t,e){return e.key===t.key&&e.tag===t.tag}var va=function(t){return t.tag||xn(t)},ha=function(t){return"show"===t.name},ya={name:"transition",props:sa,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(va),n.length)){0;var r=this.mode;0;var o=n[0];if(pa(this.$vnode))return o;var i=ua(o);if(!i)return o;if(this._leaving)return la(t,o);var a="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?a+"comment":a+i.tag:c(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var s=(i.data||(i.data={})).transition=fa(this),u=this._vnode,f=ua(u);if(i.data.directives&&i.data.directives.some(ha)&&(i.data.show=!0),f&&f.data&&!da(i,f)&&!xn(f)&&(!f.componentInstance||!f.componentInstance._vnode.isComment)){var l=f.data.transition=T({},s);if("out-in"===r)return this._leaving=!0,we(l,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),la(t,o);if("in-out"===r){if(xn(i))return u;var p,d=function(){p()};we(s,"afterEnter",d),we(s,"enterCancelled",d),we(l,"delayLeave",(function(t){p=t}))}}return o}}},ma=T({tag:String,moveClass:String},sa);delete ma.mode;var ga={props:ma,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Tn(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=fa(this),c=0;cn)e.push(arguments[n++]);return _[++b]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},r(b),b},h=function(t){delete _[t]},"process"==s(y)?r=function(t){y.nextTick(O(t))}:g&&g.now?r=function(t){g.now(O(t))}:m&&!/(iphone|ipod|ipad).*applewebkit/i.test(p)?(o=new m,i=o.port2,o.port1.onmessage=j,r=u(i.postMessage,i,1)):!a.addEventListener||"function"!=typeof postMessage||a.importScripts||c(S)?r=w in l("script")?function(t){f.appendChild(l("script"))[w]=function(){f.removeChild(this),x(t)}}:function(t){setTimeout(O(t),0)}:(r=S,a.addEventListener("message",j,!1))),t.exports={set:v,clear:h}},"2d83":function(t,e,n){"use strict";var r=n("387f");t.exports=function(t,e,n,o,i){var a=new Error(t);return r(a,e,n,o,i)}},"2e67":function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},"2f62":function(t,e,n){"use strict";(function(t){ +/** + * vuex v3.1.1 + * (c) 2019 Evan You + * @license MIT + */ +function r(t){var e=Number(t.version.split(".")[0]);if(e>=2)t.mixin({beforeCreate:r});else{var n=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[r].concat(t.init):r,n.call(this,t)}}function r(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}n.d(e,"b",(function(){return I}));var o="undefined"!==typeof window?window:"undefined"!==typeof t?t:{},i=o.__VUE_DEVTOOLS_GLOBAL_HOOK__;function a(t){i&&(t._devtoolHook=i,i.emit("vuex:init",t),i.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){i.emit("vuex:mutation",t,e)})))}function c(t,e){Object.keys(t).forEach((function(n){return e(t[n],n)}))}function s(t){return null!==t&&"object"===typeof t}function u(t){return t&&"function"===typeof t.then}function f(t,e){return function(){return t(e)}}var l=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"===typeof n?n():n)||{}},p={namespaced:{configurable:!0}};p.namespaced.get=function(){return!!this._rawModule.namespaced},l.prototype.addChild=function(t,e){this._children[t]=e},l.prototype.removeChild=function(t){delete this._children[t]},l.prototype.getChild=function(t){return this._children[t]},l.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},l.prototype.forEachChild=function(t){c(this._children,t)},l.prototype.forEachGetter=function(t){this._rawModule.getters&&c(this._rawModule.getters,t)},l.prototype.forEachAction=function(t){this._rawModule.actions&&c(this._rawModule.actions,t)},l.prototype.forEachMutation=function(t){this._rawModule.mutations&&c(this._rawModule.mutations,t)},Object.defineProperties(l.prototype,p);var d=function(t){this.register([],t,!1)};function v(t,e,n){if(e.update(n),n.modules)for(var r in n.modules){if(!e.getChild(r))return void 0;v(t.concat(r),e.getChild(r),n.modules[r])}}d.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},d.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,n){return e=e.getChild(n),t+(e.namespaced?n+"/":"")}),"")},d.prototype.update=function(t){v([],this.root,t)},d.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var o=new l(e,n);if(0===t.length)this.root=o;else{var i=this.get(t.slice(0,-1));i.addChild(t[t.length-1],o)}e.modules&&c(e.modules,(function(e,o){r.register(t.concat(o),e,n)}))},d.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)};var h;var y=function(t){var e=this;void 0===t&&(t={}),!h&&"undefined"!==typeof window&&window.Vue&&E(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var r=t.strict;void 0===r&&(r=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new d(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new h;var o=this,i=this,c=i.dispatch,s=i.commit;this.dispatch=function(t,e){return c.call(o,t,e)},this.commit=function(t,e,n){return s.call(o,t,e,n)},this.strict=r;var u=this._modules.root.state;w(this,u,[],this._modules.root),_(this,u),n.forEach((function(t){return t(e)}));var f=void 0!==t.devtools?t.devtools:h.config.devtools;f&&a(this)},m={state:{configurable:!0}};function g(t,e){return e.indexOf(t)<0&&e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function b(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;w(t,n,[],t._modules.root,!0),_(t,n,e)}function _(t,e,n){var r=t._vm;t.getters={};var o=t._wrappedGetters,i={};c(o,(function(e,n){i[n]=f(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})}));var a=h.config.silent;h.config.silent=!0,t._vm=new h({data:{$$state:e},computed:i}),h.config.silent=a,t.strict&&C(t),r&&(n&&t._withCommit((function(){r._data.$$state=null})),h.nextTick((function(){return r.$destroy()})))}function w(t,e,n,r,o){var i=!n.length,a=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[a]=r),!i&&!o){var c=$(e,n.slice(0,-1)),s=n[n.length-1];t._withCommit((function(){h.set(c,s,r.state)}))}var u=r.context=x(t,a,n);r.forEachMutation((function(e,n){var r=a+n;j(t,r,e,u)})),r.forEachAction((function(e,n){var r=e.root?n:a+n,o=e.handler||e;S(t,r,o,u)})),r.forEachGetter((function(e,n){var r=a+n;A(t,r,e,u)})),r.forEachChild((function(r,i){w(t,e,n.concat(i),r,o)}))}function x(t,e,n){var r=""===e,o={dispatch:r?t.dispatch:function(n,r,o){var i=k(n,r,o),a=i.payload,c=i.options,s=i.type;return c&&c.root||(s=e+s),t.dispatch(s,a)},commit:r?t.commit:function(n,r,o){var i=k(n,r,o),a=i.payload,c=i.options,s=i.type;c&&c.root||(s=e+s),t.commit(s,a,c)}};return Object.defineProperties(o,{getters:{get:r?function(){return t.getters}:function(){return O(t,e)}},state:{get:function(){return $(t.state,n)}}}),o}function O(t,e){var n={},r=e.length;return Object.keys(t.getters).forEach((function(o){if(o.slice(0,r)===e){var i=o.slice(r);Object.defineProperty(n,i,{get:function(){return t.getters[o]},enumerable:!0})}})),n}function j(t,e,n,r){var o=t._mutations[e]||(t._mutations[e]=[]);o.push((function(e){n.call(t,r.state,e)}))}function S(t,e,n,r){var o=t._actions[e]||(t._actions[e]=[]);o.push((function(e,o){var i=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e,o);return u(i)||(i=Promise.resolve(i)),t._devtoolHook?i.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):i}))}function A(t,e,n,r){t._wrappedGetters[e]||(t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)})}function C(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}function $(t,e){return e.length?e.reduce((function(t,e){return t[e]}),t):t}function k(t,e,n){return s(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function E(t){h&&t===h||(h=t,r(h))}m.state.get=function(){return this._vm._data.$$state},m.state.set=function(t){0},y.prototype.commit=function(t,e,n){var r=this,o=k(t,e,n),i=o.type,a=o.payload,c=(o.options,{type:i,payload:a}),s=this._mutations[i];s&&(this._withCommit((function(){s.forEach((function(t){t(a)}))})),this._subscribers.forEach((function(t){return t(c,r.state)})))},y.prototype.dispatch=function(t,e){var n=this,r=k(t,e),o=r.type,i=r.payload,a={type:o,payload:i},c=this._actions[o];if(c){try{this._actionSubscribers.filter((function(t){return t.before})).forEach((function(t){return t.before(a,n.state)}))}catch(u){0}var s=c.length>1?Promise.all(c.map((function(t){return t(i)}))):c[0](i);return s.then((function(t){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(a,n.state)}))}catch(u){0}return t}))}},y.prototype.subscribe=function(t){return g(t,this._subscribers)},y.prototype.subscribeAction=function(t){var e="function"===typeof t?{before:t}:t;return g(e,this._actionSubscribers)},y.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch((function(){return t(r.state,r.getters)}),e,n)},y.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},y.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"===typeof t&&(t=[t]),this._modules.register(t,e),w(this,this.state,t,this._modules.get(t),n.preserveState),_(this,this.state)},y.prototype.unregisterModule=function(t){var e=this;"string"===typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=$(e.state,t.slice(0,-1));h.delete(n,t[t.length-1])})),b(this)},y.prototype.hotUpdate=function(t){this._modules.update(t),b(this,!0)},y.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(y.prototype,m);var T=D((function(t,e){var n={};return N(e).forEach((function(e){var r=e.key,o=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=R(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"===typeof o?o.call(this,e,n):e[o]},n[r].vuex=!0})),n})),P=D((function(t,e){var n={};return N(e).forEach((function(e){var r=e.key,o=e.val;n[r]=function(){var e=[],n=arguments.length;while(n--)e[n]=arguments[n];var r=this.$store.commit;if(t){var i=R(this.$store,"mapMutations",t);if(!i)return;r=i.context.commit}return"function"===typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}})),n})),I=D((function(t,e){var n={};return N(e).forEach((function(e){var r=e.key,o=e.val;o=t+o,n[r]=function(){if(!t||R(this.$store,"mapGetters",t))return this.$store.getters[o]},n[r].vuex=!0})),n})),M=D((function(t,e){var n={};return N(e).forEach((function(e){var r=e.key,o=e.val;n[r]=function(){var e=[],n=arguments.length;while(n--)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var i=R(this.$store,"mapActions",t);if(!i)return;r=i.context.dispatch}return"function"===typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}})),n})),L=function(t){return{mapState:T.bind(null,t),mapGetters:I.bind(null,t),mapMutations:P.bind(null,t),mapActions:M.bind(null,t)}};function N(t){return Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}}))}function D(t){return function(e,n){return"string"!==typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function R(t,e,n){var r=t._modulesNamespaceMap[n];return r}var F={Store:y,install:E,version:"3.1.1",mapState:T,mapMutations:P,mapGetters:I,mapActions:M,createNamespacedHelpers:L};e["a"]=F}).call(this,n("c8ba"))},"2fa7":function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n("85d3"),o=n.n(r);function i(t,e,n){return e in t?o()(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},"30b5":function(t,e,n){"use strict";var r=n("c532");function o(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var i;if(n)i=n(e);else if(r.isURLSearchParams(e))i=e.toString();else{var a=[];r.forEach(e,(function(t,e){null!==t&&"undefined"!==typeof t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),a.push(o(e)+"="+o(t))})))})),i=a.join("&")}return i&&(t+=(-1===t.indexOf("?")?"?":"&")+i),t}},"35a1":function(t,e,n){var r=n("f5df"),o=n("3f8c"),i=n("b622"),a=i("iterator");t.exports=function(t){if(void 0!=t)return t[a]||t["@@iterator"]||o[r(t)]}},"37e8":function(t,e,n){var r=n("83ab"),o=n("9bf2"),i=n("825a"),a=n("df75");t.exports=r?Object.defineProperties:function(t,e){i(t);var n,r=a(e),c=r.length,s=0;while(c>s)o.f(t,n=r[s++],e[n]);return t}},"387f":function(t,e,n){"use strict";t.exports=function(t,e,n,r,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,t}},3934:function(t,e,n){"use strict";var r=n("c532");t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return function(){return!0}}()},"3ac6":function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n("c8ba"))},"3bbe":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},"3e47":function(t,e,n){var r=n("a5eb"),o=n("c1b2"),i=n("4180");r({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperty:i.f})},"3f8c":function(t,e){t.exports={}},4160:function(t,e,n){"use strict";var r=n("23e7"),o=n("17c2");r({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},4180:function(t,e,n){var r=n("c1b2"),o=n("77b2"),i=n("6f8d"),a=n("7168"),c=Object.defineProperty;e.f=r?c:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return c(t,e,n)}catch(r){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},"428f":function(t,e,n){t.exports=n("da84")},4362:function(t,e,n){e.nextTick=function(t){setTimeout(t,0)},e.platform=e.arch=e.execPath=e.title="browser",e.pid=1,e.browser=!0,e.env={},e.argv=[],e.binding=function(t){throw new Error("No such module. (Possibly not yet loaded)")},function(){var t,r="/";e.cwd=function(){return r},e.chdir=function(e){t||(t=n("df7c")),r=t.resolve(e,r)}}(),e.exit=e.kill=e.umask=e.dlopen=e.uptime=e.memoryUsage=e.uvCounters=function(){},e.features={}},"44ad":function(t,e,n){var r=n("d039"),o=n("c6b6"),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},"44ba":function(t,e,n){var r=n("c1b2"),o=n("7043"),i=n("2c6c"),a=n("a421"),c=n("7168"),s=n("78e7"),u=n("77b2"),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=a(t),e=c(e,!0),u)try{return f(t,e)}catch(n){}if(s(t,e))return i(!o.f.call(t,e),t[e])}},"44d2":function(t,e,n){var r=n("b622"),o=n("7c73"),i=n("9112"),a=r("unscopables"),c=Array.prototype;void 0==c[a]&&i(c,a,o(null)),t.exports=function(t){c[a][t]=!0}},"44de":function(t,e,n){var r=n("da84");t.exports=function(t,e){var n=r.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,e))}},"44e7":function(t,e,n){var r=n("861d"),o=n("c6b6"),i=n("b622"),a=i("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[a])?!!e:"RegExp"==o(t))}},"466d":function(t,e,n){"use strict";var r=n("d784"),o=n("825a"),i=n("50c4"),a=n("1d80"),c=n("8aa5"),s=n("14c3");r("match",1,(function(t,e,n){return[function(e){var n=a(this),r=void 0==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var a=o(t),u=String(this);if(!a.global)return s(a,u);var f=a.unicode;a.lastIndex=0;var l,p=[],d=0;while(null!==(l=s(a,u))){var v=String(l[0]);p[d]=v,""===v&&(a.lastIndex=c(u,i(a.lastIndex),f)),d++}return 0===d?null:p}]}))},"467f":function(t,e,n){"use strict";var r=n("2d83");t.exports=function(t,e,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?e(r("Request failed with status code "+n.status,n.config,null,n.request,n)):t(n)}},4795:function(t,e,n){var r=n("23e7"),o=n("da84"),i=n("b39a"),a=[].slice,c=/MSIE .\./.test(i),s=function(t){return function(e,n){var r=arguments.length>2,o=r?a.call(arguments,2):void 0;return t(r?function(){("function"==typeof e?e:Function(e)).apply(this,o)}:e,n)}};r({global:!0,bind:!0,forced:c},{setTimeout:s(o.setTimeout),setInterval:s(o.setInterval)})},4840:function(t,e,n){var r=n("825a"),o=n("1c0b"),i=n("b622"),a=i("species");t.exports=function(t,e){var n,i=r(t).constructor;return void 0===i||void 0==(n=r(i)[a])?e:o(n)}},4930:function(t,e,n){var r=n("d039");t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},"4d63":function(t,e,n){var r=n("83ab"),o=n("da84"),i=n("94ca"),a=n("7156"),c=n("9bf2").f,s=n("241c").f,u=n("44e7"),f=n("ad6d"),l=n("6eeb"),p=n("d039"),d=n("2626"),v=n("b622"),h=v("match"),y=o.RegExp,m=y.prototype,g=/a/g,b=/a/g,_=new y(g)!==g,w=r&&i("RegExp",!_||p((function(){return b[h]=!1,y(g)!=g||y(b)==b||"/a/i"!=y(g,"i")})));if(w){var x=function(t,e){var n=this instanceof x,r=u(t),o=void 0===e;return!n&&r&&t.constructor===x&&o?t:a(_?new y(r&&!o?t.source:t,e):y((r=t instanceof x)?t.source:t,r&&o?f.call(t):e),n?this:m,x)},O=function(t){t in x||c(x,t,{configurable:!0,get:function(){return y[t]},set:function(e){y[t]=e}})},j=s(y),S=0;while(j.length>S)O(j[S++]);m.constructor=x,x.prototype=m,l(o,"RegExp",x)}d("RegExp")},"4d64":function(t,e,n){var r=n("fc6a"),o=n("50c4"),i=n("23cb"),a=function(t){return function(e,n,a){var c,s=r(e),u=o(s.length),f=i(a,u);if(t&&n!=n){while(u>f)if(c=s[f++],c!=c)return!0}else for(;u>f;f++)if((t||f in s)&&s[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},"4de4":function(t,e,n){"use strict";var r=n("23e7"),o=n("b727").filter,i=n("1dde");r({target:"Array",proto:!0,forced:!i("filter")},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},"4e82":function(t,e,n){"use strict";var r=n("23e7"),o=n("1c0b"),i=n("7b0b"),a=n("d039"),c=n("b301"),s=[].sort,u=[1,2,3],f=a((function(){u.sort(void 0)})),l=a((function(){u.sort(null)})),p=c("sort"),d=f||!l||p;r({target:"Array",proto:!0,forced:d},{sort:function(t){return void 0===t?s.call(i(this)):s.call(i(this),o(t))}})},"50c4":function(t,e,n){var r=n("a691"),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},5135:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},5270:function(t,e,n){"use strict";var r=n("c532"),o=n("c401"),i=n("2e67"),a=n("2444"),c=n("d925"),s=n("e683");function u(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){u(t),t.baseURL&&!c(t.url)&&(t.url=s(t.baseURL,t.url)),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers||{}),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]}));var e=t.adapter||a.adapter;return e(t).then((function(e){return u(t),e.data=o(e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(u(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},5319:function(t,e,n){"use strict";var r=n("d784"),o=n("825a"),i=n("7b0b"),a=n("50c4"),c=n("a691"),s=n("1d80"),u=n("8aa5"),f=n("14c3"),l=Math.max,p=Math.min,d=Math.floor,v=/\$([$&'`]|\d\d?|<[^>]*>)/g,h=/\$([$&'`]|\d\d?)/g,y=function(t){return void 0===t?t:String(t)};r("replace",2,(function(t,e,n){return[function(n,r){var o=s(this),i=void 0==n?void 0:n[t];return void 0!==i?i.call(n,o,r):e.call(String(o),n,r)},function(t,i){var s=n(e,t,this,i);if(s.done)return s.value;var d=o(t),v=String(this),h="function"===typeof i;h||(i=String(i));var m=d.global;if(m){var g=d.unicode;d.lastIndex=0}var b=[];while(1){var _=f(d,v);if(null===_)break;if(b.push(_),!m)break;var w=String(_[0]);""===w&&(d.lastIndex=u(v,a(d.lastIndex),g))}for(var x="",O=0,j=0;j=O&&(x+=v.slice(O,A)+T,O=A+S.length)}return x+v.slice(O)}];function r(t,n,r,o,a,c){var s=r+t.length,u=o.length,f=h;return void 0!==a&&(a=i(a),f=v),e.call(c,f,(function(e,i){var c;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(s);case"<":c=a[i.slice(1,-1)];break;default:var f=+i;if(0===f)return e;if(f>u){var l=d(f/10);return 0===l?e:l<=u?void 0===o[l-1]?i.charAt(1):o[l-1]+i.charAt(1):e}c=o[f-1]}return void 0===c?"":c}))}}))},"561c":function(t,e,n){"use strict";function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function o(t){for(var e=1;e=0||i[o]":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},a=["(","?"],c={")":["("],":":["?","?:"]},s=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var f={"!":function(t){return!t},"*":function(t,e){return t*e},"/":function(t,e){return t/e},"%":function(t,e){return t%e},"+":function(t,e){return t+e},"-":function(t,e){return t-e},"<":function(t,e){return t":function(t,e){return t>e},">=":function(t,e){return t>=e},"==":function(t,e){return t===e},"!=":function(t,e){return t!==e},"&&":function(t,e){return t&&e},"||":function(t,e){return t||e},"?:":function(t,e,n){if(t)throw e;return n}};function l(t,e){var n,r,o,i,a,c,s=[];for(n=0;n1&&void 0!==arguments[1]?arguments[1]:"default";O.data[e]=o({},w,O.data[e],t),O.data[e][""]=o({},w[""],O.data[e][""])}function S(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default",e=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0,o=arguments.length>4?arguments[4]:void 0;return O.data[t]||j(void 0,t),O.dcnpgettext(t,e,n,r,o)}function A(t,e){return S(e,void 0,t)}function C(t,e,n,r){return S(r,void 0,t,e,n)}function $(t){try{for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;rf){var d,v=u(arguments[f++]),h=l?i(v).concat(l(v)):i(v),y=h.length,m=0;while(y>m)d=h[m++],r&&!p.call(v,d)||(n[d]=v[d])}return n}:f},"62e4":function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},"638c":function(t,e,n){var r=n("06fa"),o=n("fc48"),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},6547:function(t,e,n){var r=n("a691"),o=n("1d80"),i=function(t){return function(e,n){var i,a,c=String(o(e)),s=r(n),u=c.length;return s<0||s>=u?t?"":void 0:(i=c.charCodeAt(s),i<55296||i>56319||s+1===u||(a=c.charCodeAt(s+1))<56320||a>57343?t?c.charAt(s):i:t?c.slice(s,s+2):a-56320+(i-55296<<10)+65536)}};t.exports={codeAt:i(!1),charAt:i(!0)}},"65f0":function(t,e,n){var r=n("861d"),o=n("e8b5"),i=n("b622"),a=i("species");t.exports=function(t,e){var n;return o(t)&&(n=t.constructor,"function"!=typeof n||n!==Array&&!o(n.prototype)?r(n)&&(n=n[a],null===n&&(n=void 0)):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},"69f3":function(t,e,n){var r,o,i,a=n("7f9a"),c=n("da84"),s=n("861d"),u=n("9112"),f=n("5135"),l=n("f772"),p=n("d012"),d=c.WeakMap,v=function(t){return i(t)?o(t):r(t,{})},h=function(t){return function(e){var n;if(!s(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}};if(a){var y=new d,m=y.get,g=y.has,b=y.set;r=function(t,e){return b.call(y,t,e),e},o=function(t){return m.call(y,t)||{}},i=function(t){return g.call(y,t)}}else{var _=l("state");p[_]=!0,r=function(t,e){return u(t,_,e),e},o=function(t){return f(t,_)?t[_]:{}},i=function(t){return f(t,_)}}t.exports={set:r,get:o,has:i,enforce:v,getterFor:h}},"6c6b":function(t,e,n){"use strict";var r=n("cd3f"),o=n.n(r);function i(t){void 0===t&&(t={shift:!1,ctrl:!1,left:!1}),document.addEventListener(t.left?"click":"contextmenu",(function(e){if((!t.ctrl||e.ctrlKey)&&(!t.shift||e.shiftKey)){t.stop&&(e.preventDefault(),e.stopPropagation());var n=u(e.target);n&&f(n)}}))}function a(t){while(t.length<8)t+=" ";return t}function c(t){console.log(a(t)+" %cnone","color:grey")}i.install=function(t,e){i(e)};var s="background:#42b983;color:white;border-radius:99px;padding:0px 6px;";function u(t){var e=t&&t.__vue__;return e||(t.parentNode?u(t.parentNode):void console.info("no Vue component found"))}function f(t,e){if(e?console.groupCollapsed("%cparent %c"+(t.$parent?t.$options.name||t.$options._componentTag||"anonymous":"Root"),"font-weight:normal",s,t):console.group("%c"+(t.$parent?t.$options.name||t.$options._componentTag||"anonymous":"Root"),s,t),Object.keys(t.$data).length?console.log(a("data"),o()(t.$data)):c("data"),t._computedWatchers&&Object.keys(t._computedWatchers).length){var n={};for(var r in t._computedWatchers)try{n[r]=o()(t[r])}catch(i){n[r]="["+i.message+"]"}console.log(a("computed"),n)}else c("computed");t._props&&Object.keys(t._props).length?console.log(a("props"),o()(t._props)):c("props"),console.log(a("element"),t.$el),!e&&t.$route&&console.log(a("route"),t.$route),t.$parent?f(t.$parent,!0):c("parent"),console.groupEnd()}e["a"]=i},"6eeb":function(t,e,n){var r=n("da84"),o=n("5692"),i=n("9112"),a=n("5135"),c=n("ce4e"),s=n("9e81"),u=n("69f3"),f=u.get,l=u.enforce,p=String(s).split("toString");o("inspectSource",(function(t){return s.call(t)})),(t.exports=function(t,e,n,o){var s=!!o&&!!o.unsafe,u=!!o&&!!o.enumerable,f=!!o&&!!o.noTargetGet;"function"==typeof n&&("string"!=typeof e||a(n,"name")||i(n,"name",e),l(n).source=p.join("string"==typeof e?e:"")),t!==r?(s?!f&&t[e]&&(u=!0):delete t[e],u?t[e]=n:i(t,e,n)):u?t[e]=n:c(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&f(this).source||s.call(this)}))},"6f8d":function(t,e,n){var r=n("dfdb");t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},7043:function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},7156:function(t,e,n){var r=n("861d"),o=n("d2bb");t.exports=function(t,e,n){var i,a;return o&&"function"==typeof(i=e.constructor)&&i!==n&&r(a=i.prototype)&&a!==n.prototype&&o(t,a),t}},7168:function(t,e,n){var r=n("dfdb");t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},7418:function(t,e){e.f=Object.getOwnPropertySymbols},"746f":function(t,e,n){var r=n("428f"),o=n("5135"),i=n("c032"),a=n("9bf2").f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});o(e,t)||a(e,t,{value:i.f(t)})}},"764b":function(t,e){t.exports={}},"77b2":function(t,e,n){var r=n("c1b2"),o=n("06fa"),i=n("7a37");t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},7839:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"78e7":function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"7a37":function(t,e,n){var r=n("3ac6"),o=n("dfdb"),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},"7a77":function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},"7aac":function(t,e,n){"use strict";var r=n("c532");t.exports=r.isStandardBrowserEnv()?function(){return{write:function(t,e,n,o,i,a){var c=[];c.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&c.push("expires="+new Date(n).toGMTString()),r.isString(o)&&c.push("path="+o),r.isString(i)&&c.push("domain="+i),!0===a&&c.push("secure"),document.cookie=c.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},"7b0b":function(t,e,n){var r=n("1d80");t.exports=function(t){return Object(r(t))}},"7c73":function(t,e,n){var r=n("825a"),o=n("37e8"),i=n("7839"),a=n("d012"),c=n("1be4"),s=n("cc12"),u=n("f772"),f=u("IE_PROTO"),l="prototype",p=function(){},d=function(){var t,e=s("iframe"),n=i.length,r="<",o="script",a=">",u="java"+o+":";e.style.display="none",c.appendChild(e),e.src=String(u),t=e.contentWindow.document,t.open(),t.write(r+o+a+"document.F=Object"+r+"/"+o+a),t.close(),d=t.F;while(n--)delete d[l][i[n]];return d()};t.exports=Object.create||function(t,e){var n;return null!==t?(p[l]=r(t),n=new p,p[l]=null,n[f]=t):n=d(),void 0===e?n:o(n,e)},a[f]=!0},"7dd0":function(t,e,n){"use strict";var r=n("23e7"),o=n("9ed3"),i=n("e163"),a=n("d2bb"),c=n("d44e"),s=n("9112"),u=n("6eeb"),f=n("b622"),l=n("c430"),p=n("3f8c"),d=n("ae93"),v=d.IteratorPrototype,h=d.BUGGY_SAFARI_ITERATORS,y=f("iterator"),m="keys",g="values",b="entries",_=function(){return this};t.exports=function(t,e,n,f,d,w,x){o(n,e,f);var O,j,S,A=function(t){if(t===d&&T)return T;if(!h&&t in k)return k[t];switch(t){case m:return function(){return new n(this,t)};case g:return function(){return new n(this,t)};case b:return function(){return new n(this,t)}}return function(){return new n(this)}},C=e+" Iterator",$=!1,k=t.prototype,E=k[y]||k["@@iterator"]||d&&k[d],T=!h&&E||A(d),P="Array"==e&&k.entries||E;if(P&&(O=i(P.call(new t)),v!==Object.prototype&&O.next&&(l||i(O)===v||(a?a(O,v):"function"!=typeof O[y]&&s(O,y,_)),c(O,C,!0,!0),l&&(p[C]=_))),d==g&&E&&E.name!==g&&($=!0,T=function(){return E.call(this)}),l&&!x||k[y]===T||s(k,y,T),p[e]=T,d)if(j={values:A(g),keys:w?T:A(m),entries:A(b)},x)for(S in j)!h&&!$&&S in k||u(k,S,j[S]);else r({target:e,proto:!0,forced:h||$},j);return j}},"7f9a":function(t,e,n){var r=n("da84"),o=n("9e81"),i=r.WeakMap;t.exports="function"===typeof i&&/native code/.test(o.call(i))},"825a":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},"83ab":function(t,e,n){var r=n("d039");t.exports=!r((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},8418:function(t,e,n){"use strict";var r=n("c04e"),o=n("9bf2"),i=n("5c6c");t.exports=function(t,e,n){var a=r(e);a in t?o.f(t,a,i(0,n)):t[a]=n}},"841c":function(t,e,n){"use strict";var r=n("d784"),o=n("825a"),i=n("1d80"),a=n("129f"),c=n("14c3");r("search",1,(function(t,e,n){return[function(e){var n=i(this),r=void 0==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var i=o(t),s=String(this),u=i.lastIndex;a(u,0)||(i.lastIndex=0);var f=c(i,s);return a(i.lastIndex,u)||(i.lastIndex=u),null===f?-1:f.index}]}))},"85d3":function(t,e,n){t.exports=n("9a13")},"861d":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},"8aa5":function(t,e,n){"use strict";var r=n("6547").charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},"8df4":function(t,e,n){"use strict";var r=n("7a77");function o(t){if("function"!==typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t,e=new o((function(e){t=e}));return{token:e,cancel:t}},t.exports=o},"90e3":function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},9112:function(t,e,n){var r=n("83ab"),o=n("9bf2"),i=n("5c6c");t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},9263:function(t,e,n){"use strict";var r=n("ad6d"),o=RegExp.prototype.exec,i=String.prototype.replace,a=o,c=function(){var t=/a/,e=/b*/g;return o.call(t,"a"),o.call(e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),s=void 0!==/()??/.exec("")[1],u=c||s;u&&(a=function(t){var e,n,a,u,f=this;return s&&(n=new RegExp("^"+f.source+"$(?!\\s)",r.call(f))),c&&(e=f.lastIndex),a=o.call(f,t),c&&a&&(f.lastIndex=f.global?a.index+a[0].length:e),s&&a&&a.length>1&&i.call(a[0],n,(function(){for(u=1;uo)r.push(arguments[o++]);if(n=e=r[1],(l(e)||void 0!==t)&&!at(t))return f(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!at(e))return e}),r[1]=e,q.apply(G,r)}}),H[F][U]||S(H[F],U,H[F].valueOf),M(H,R),k[D]=!0},a5eb:function(t,e,n){"use strict";var r=n("3ac6"),o=n("44ba").f,i=n("a0e5"),a=n("764b"),c=n("194a"),s=n("0273"),u=n("78e7"),f=function(t){var e=function(e,n,r){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,r)}return t.apply(this,arguments)};return e.prototype=t.prototype,e};t.exports=function(t,e){var n,l,p,d,v,h,y,m,g,b=t.target,_=t.global,w=t.stat,x=t.proto,O=_?r:w?r[b]:(r[b]||{}).prototype,j=_?a:a[b]||(a[b]={}),S=j.prototype;for(d in e)n=i(_?d:b+(w?".":"#")+d,t.forced),l=!n&&O&&u(O,d),h=j[d],l&&(t.noTargetGet?(g=o(O,d),y=g&&g.value):y=O[d]),v=l&&y?y:e[d],l&&typeof h===typeof v||(m=t.bind&&l?c(v,r):t.wrap&&l?f(v):x&&"function"==typeof v?c(Function.call,v):v,(t.sham||v&&v.sham||h&&h.sham)&&s(m,"sham",!0),j[d]=m,x&&(p=b+"Prototype",u(a,p)||s(a,p,{}),a[p][d]=v,t.real&&S&&!S[d]&&s(S,d,v)))}},a691:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},a79d:function(t,e,n){"use strict";var r=n("23e7"),o=n("c430"),i=n("fea9"),a=n("d066"),c=n("4840"),s=n("cdf9"),u=n("6eeb");r({target:"Promise",proto:!0,real:!0},{finally:function(t){var e=c(this,a("Promise")),n="function"==typeof t;return this.then(n?function(n){return s(e,t()).then((function(){return n}))}:t,n?function(n){return s(e,t()).then((function(){throw n}))}:t)}}),o||"function"!=typeof i||i.prototype["finally"]||u(i.prototype,"finally",a("Promise").prototype["finally"])},ac1f:function(t,e,n){"use strict";var r=n("23e7"),o=n("9263");r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},ad6d:function(t,e,n){"use strict";var r=n("825a");t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},ae93:function(t,e,n){"use strict";var r,o,i,a=n("e163"),c=n("9112"),s=n("5135"),u=n("b622"),f=n("c430"),l=u("iterator"),p=!1,d=function(){return this};[].keys&&(i=[].keys(),"next"in i?(o=a(a(i)),o!==Object.prototype&&(r=o)):p=!0),void 0==r&&(r={}),f||s(r,l)||c(r,l,d),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:p}},b041:function(t,e,n){"use strict";var r=n("f5df"),o=n("b622"),i=o("toStringTag"),a={};a[i]="z",t.exports="[object z]"!==String(a)?function(){return"[object "+r(this)+"]"}:a.toString},b301:function(t,e,n){"use strict";var r=n("d039");t.exports=function(t,e){var n=[][t];return!n||!r((function(){n.call(null,e||function(){throw 1},1)}))}},b39a:function(t,e,n){var r=n("d066");t.exports=r("navigator","userAgent")||""},b50d:function(t,e,n){"use strict";var r=n("c532"),o=n("467f"),i=n("30b5"),a=n("c345"),c=n("3934"),s=n("2d83");t.exports=function(t){return new Promise((function(e,u){var f=t.data,l=t.headers;r.isFormData(f)&&delete l["Content-Type"];var p=new XMLHttpRequest;if(t.auth){var d=t.auth.username||"",v=t.auth.password||"";l.Authorization="Basic "+btoa(d+":"+v)}if(p.open(t.method.toUpperCase(),i(t.url,t.params,t.paramsSerializer),!0),p.timeout=t.timeout,p.onreadystatechange=function(){if(p&&4===p.readyState&&(0!==p.status||p.responseURL&&0===p.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in p?a(p.getAllResponseHeaders()):null,r=t.responseType&&"text"!==t.responseType?p.response:p.responseText,i={data:r,status:p.status,statusText:p.statusText,headers:n,config:t,request:p};o(e,u,i),p=null}},p.onerror=function(){u(s("Network Error",t,null,p)),p=null},p.ontimeout=function(){u(s("timeout of "+t.timeout+"ms exceeded",t,"ECONNABORTED",p)),p=null},r.isStandardBrowserEnv()){var h=n("7aac"),y=(t.withCredentials||c(t.url))&&t.xsrfCookieName?h.read(t.xsrfCookieName):void 0;y&&(l[t.xsrfHeaderName]=y)}if("setRequestHeader"in p&&r.forEach(l,(function(t,e){"undefined"===typeof f&&"content-type"===e.toLowerCase()?delete l[e]:p.setRequestHeader(e,t)})),t.withCredentials&&(p.withCredentials=!0),t.responseType)try{p.responseType=t.responseType}catch(m){if("json"!==t.responseType)throw m}"function"===typeof t.onDownloadProgress&&p.addEventListener("progress",t.onDownloadProgress),"function"===typeof t.onUploadProgress&&p.upload&&p.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){p&&(p.abort(),u(t),p=null)})),void 0===f&&(f=null),p.send(f)}))}},b575:function(t,e,n){var r,o,i,a,c,s,u,f,l=n("da84"),p=n("06cf").f,d=n("c6b6"),v=n("2cf4").set,h=n("b39a"),y=l.MutationObserver||l.WebKitMutationObserver,m=l.process,g=l.Promise,b="process"==d(m),_=p(l,"queueMicrotask"),w=_&&_.value;w||(r=function(){var t,e;b&&(t=m.domain)&&t.exit();while(o){e=o.fn,o=o.next;try{e()}catch(n){throw o?a():i=void 0,n}}i=void 0,t&&t.enter()},b?a=function(){m.nextTick(r)}:y&&!/(iphone|ipod|ipad).*applewebkit/i.test(h)?(c=!0,s=document.createTextNode(""),new y(r).observe(s,{characterData:!0}),a=function(){s.data=c=!c}):g&&g.resolve?(u=g.resolve(void 0),f=u.then,a=function(){f.call(u,r)}):a=function(){v.call(l,r)}),t.exports=w||function(t){var e={fn:t,next:void 0};i&&(i.next=e),o||(o=e,a()),i=e}},b622:function(t,e,n){var r=n("da84"),o=n("5692"),i=n("90e3"),a=n("4930"),c=r.Symbol,s=o("wks");t.exports=function(t){return s[t]||(s[t]=a&&c[t]||(a?c:i)("Symbol."+t))}},b64b:function(t,e,n){var r=n("23e7"),o=n("7b0b"),i=n("df75"),a=n("d039"),c=a((function(){i(1)}));r({target:"Object",stat:!0,forced:c},{keys:function(t){return i(o(t))}})},b727:function(t,e,n){var r=n("f8c2"),o=n("44ad"),i=n("7b0b"),a=n("50c4"),c=n("65f0"),s=[].push,u=function(t){var e=1==t,n=2==t,u=3==t,f=4==t,l=6==t,p=5==t||l;return function(d,v,h,y){for(var m,g,b=i(d),_=o(b),w=r(v,h,3),x=a(_.length),O=0,j=y||c,S=e?j(d,x):n?j(d,0):void 0;x>O;O++)if((p||O in _)&&(m=_[O],g=w(m,O,b),t))if(e)S[O]=g;else if(g)switch(t){case 3:return!0;case 5:return m;case 6:return O;case 2:s.call(S,m)}else if(f)return!1;return l?-1:u||f?f:S}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6)}},bc3a:function(t,e,n){t.exports=n("cee4")},c032:function(t,e,n){e.f=n("b622")},c04e:function(t,e,n){var r=n("861d");t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},c1b2:function(t,e,n){var r=n("06fa");t.exports=!r((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},c345:function(t,e,n){"use strict";var r=n("c532"),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,a={};return t?(r.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(a[e]&&o.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},c401:function(t,e,n){"use strict";var r=n("c532");t.exports=function(t,e,n){return r.forEach(n,(function(n){t=n(t,e)})),t}},c430:function(t,e){t.exports=!1},c532:function(t,e,n){"use strict";var r=n("1d2b"),o=n("c7ce"),i=Object.prototype.toString;function a(t){return"[object Array]"===i.call(t)}function c(t){return"[object ArrayBuffer]"===i.call(t)}function s(t){return"undefined"!==typeof FormData&&t instanceof FormData}function u(t){var e;return e="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer,e}function f(t){return"string"===typeof t}function l(t){return"number"===typeof t}function p(t){return"undefined"===typeof t}function d(t){return null!==t&&"object"===typeof t}function v(t){return"[object Date]"===i.call(t)}function h(t){return"[object File]"===i.call(t)}function y(t){return"[object Blob]"===i.call(t)}function m(t){return"[object Function]"===i.call(t)}function g(t){return d(t)&&m(t.pipe)}function b(t){return"undefined"!==typeof URLSearchParams&&t instanceof URLSearchParams}function _(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}function w(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function x(t,e){if(null!==t&&"undefined"!==typeof t)if("object"!==typeof t&&(t=[t]),a(t))for(var n=0,r=t.length;n + * @license MIT + */ +t.exports=function(t){return null!=t&&null!=t.constructor&&"function"===typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}},c8af:function(t,e,n){"use strict";var r=n("c532");t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},c8ba:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}t.exports=n},c975:function(t,e,n){"use strict";var r=n("23e7"),o=n("4d64").indexOf,i=n("b301"),a=[].indexOf,c=!!a&&1/[1].indexOf(1,-0)<0,s=i("indexOf");r({target:"Array",proto:!0,forced:c||s},{indexOf:function(t){return c?a.apply(this,arguments)||0:o(this,t,arguments.length>1?arguments[1]:void 0)}})},ca84:function(t,e,n){var r=n("5135"),o=n("fc6a"),i=n("4d64").indexOf,a=n("d012");t.exports=function(t,e){var n,c=o(t),s=0,u=[];for(n in c)!r(a,n)&&r(c,n)&&u.push(n);while(e.length>s)r(c,n=e[s++])&&(~i(u,n)||u.push(n));return u}},cc12:function(t,e,n){var r=n("da84"),o=n("861d"),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},cc94:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},cca6:function(t,e,n){var r=n("23e7"),o=n("60da");r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},cd3f:function(t,e,n){(function(t,n){var r=200,o="__lodash_hash_undefined__",i=9007199254740991,a="[object Arguments]",c="[object Array]",s="[object Boolean]",u="[object Date]",f="[object Error]",l="[object Function]",p="[object GeneratorFunction]",d="[object Map]",v="[object Number]",h="[object Object]",y="[object Promise]",m="[object RegExp]",g="[object Set]",b="[object String]",_="[object Symbol]",w="[object WeakMap]",x="[object ArrayBuffer]",O="[object DataView]",j="[object Float32Array]",S="[object Float64Array]",A="[object Int8Array]",C="[object Int16Array]",$="[object Int32Array]",k="[object Uint8Array]",E="[object Uint8ClampedArray]",T="[object Uint16Array]",P="[object Uint32Array]",I=/[\\^$.*+?()[\]{}|]/g,M=/\w*$/,L=/^\[object .+?Constructor\]$/,N=/^(?:0|[1-9]\d*)$/,D={};D[a]=D[c]=D[x]=D[O]=D[s]=D[u]=D[j]=D[S]=D[A]=D[C]=D[$]=D[d]=D[v]=D[h]=D[m]=D[g]=D[b]=D[_]=D[k]=D[E]=D[T]=D[P]=!0,D[f]=D[l]=D[w]=!1;var R="object"==typeof t&&t&&t.Object===Object&&t,F="object"==typeof self&&self&&self.Object===Object&&self,U=R||F||Function("return this")(),B=e&&!e.nodeType&&e,V=B&&"object"==typeof n&&n&&!n.nodeType&&n,z=V&&V.exports===B;function H(t,e){return t.set(e[0],e[1]),t}function G(t,e){return t.add(e),t}function q(t,e){var n=-1,r=t?t.length:0;while(++n-1}function Ht(t,e){var n=this.__data__,r=ie(n,t);return r<0?n.push([t,e]):n[r][1]=e,this}function Gt(t){var e=-1,n=t?t.length:0;this.clear();while(++e-1&&t%1==0&&t-1&&t%1==0&&t<=i}function qe(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function We(t){return!!t&&"object"==typeof t}function Ke(t){return Be(t)?re(t):pe(t)}function Xe(){return[]}function Je(){return!1}n.exports=De}).call(this,n("c8ba"),n("62e4")(t))},cdf9:function(t,e,n){var r=n("825a"),o=n("861d"),i=n("f069");t.exports=function(t,e){if(r(t),o(e)&&e.constructor===t)return e;var n=i.f(t),a=n.resolve;return a(e),n.promise}},ce4e:function(t,e,n){var r=n("da84"),o=n("9112");t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},cee4:function(t,e,n){"use strict";var r=n("c532"),o=n("1d2b"),i=n("0a06"),a=n("2444");function c(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var s=c(a);s.Axios=i,s.create=function(t){return c(r.merge(a,t))},s.Cancel=n("7a77"),s.CancelToken=n("8df4"),s.isCancel=n("2e67"),s.all=function(t){return Promise.all(t)},s.spread=n("0df6"),t.exports=s,t.exports.default=s},d012:function(t,e){t.exports={}},d039:function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},d066:function(t,e,n){var r=n("428f"),o=n("da84"),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},d1e7:function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},d2bb:function(t,e,n){var r=n("825a"),o=n("3bbe");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,t.call(n,[]),e=n instanceof Array}catch(i){}return function(n,i){return r(n),o(i),e?t.call(n,i):n.__proto__=i,n}}():void 0)},d3b7:function(t,e,n){var r=n("6eeb"),o=n("b041"),i=Object.prototype;o!==i.toString&&r(i,"toString",o,{unsafe:!0})},d44e:function(t,e,n){var r=n("9bf2").f,o=n("5135"),i=n("b622"),a=i("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,a)&&r(t,a,{configurable:!0,value:e})}},d784:function(t,e,n){"use strict";var r=n("9112"),o=n("6eeb"),i=n("d039"),a=n("b622"),c=n("9263"),s=a("species"),u=!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")})),f=!i((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));t.exports=function(t,e,n,l){var p=a(t),d=!i((function(){var e={};return e[p]=function(){return 7},7!=""[t](e)})),v=d&&!i((function(){var e=!1,n=/a/;return n.exec=function(){return e=!0,null},"split"===t&&(n.constructor={},n.constructor[s]=function(){return n}),n[p](""),!e}));if(!d||!v||"replace"===t&&!u||"split"===t&&!f){var h=/./[p],y=n(p,""[t],(function(t,e,n,r,o){return e.exec===c?d&&!o?{done:!0,value:h.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}})),m=y[0],g=y[1];o(String.prototype,t,m),o(RegExp.prototype,p,2==e?function(t,e){return g.call(t,this,e)}:function(t){return g.call(t,this)}),l&&r(RegExp.prototype[p],"sham",!0)}}},d925:function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},da84:function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n("c8ba"))},dbb4:function(t,e,n){var r=n("23e7"),o=n("83ab"),i=n("56ef"),a=n("fc6a"),c=n("06cf"),s=n("8418");r({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){var e,n,r=a(t),o=c.f,u=i(r),f={},l=0;while(u.length>l)n=o(r,e=u[l++]),void 0!==n&&s(f,e,n);return f}})},df75:function(t,e,n){var r=n("ca84"),o=n("7839");t.exports=Object.keys||function(t){return r(t,o)}},df7c:function(t,e,n){(function(t){function n(t,e){for(var n=0,r=t.length-1;r>=0;r--){var o=t[r];"."===o?t.splice(r,1):".."===o?(t.splice(r,1),n++):n&&(t.splice(r,1),n--)}if(e)for(;n--;n)t.unshift("..");return t}var r=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,o=function(t){return r.exec(t).slice(1)};function i(t,e){if(t.filter)return t.filter(e);for(var n=[],r=0;r=-1&&!r;o--){var a=o>=0?arguments[o]:t.cwd();if("string"!==typeof a)throw new TypeError("Arguments to path.resolve must be strings");a&&(e=a+"/"+e,r="/"===a.charAt(0))}return e=n(i(e.split("/"),(function(t){return!!t})),!r).join("/"),(r?"/":"")+e||"."},e.normalize=function(t){var r=e.isAbsolute(t),o="/"===a(t,-1);return t=n(i(t.split("/"),(function(t){return!!t})),!r).join("/"),t||r||(t="."),t&&o&&(t+="/"),(r?"/":"")+t},e.isAbsolute=function(t){return"/"===t.charAt(0)},e.join=function(){var t=Array.prototype.slice.call(arguments,0);return e.normalize(i(t,(function(t,e){if("string"!==typeof t)throw new TypeError("Arguments to path.join must be strings");return t})).join("/"))},e.relative=function(t,n){function r(t){for(var e=0;e=0;n--)if(""!==t[n])break;return e>n?[]:t.slice(e,n-e+1)}t=e.resolve(t).substr(1),n=e.resolve(n).substr(1);for(var o=r(t.split("/")),i=r(n.split("/")),a=Math.min(o.length,i.length),c=a,s=0;s=0),c.type){case"b":n=parseInt(n,10).toString(2);break;case"c":n=String.fromCharCode(parseInt(n,10));break;case"d":case"i":n=parseInt(n,10);break;case"j":n=JSON.stringify(n,null,c.width?parseInt(c.width):0);break;case"e":n=c.precision?parseFloat(n).toExponential(c.precision):parseFloat(n).toExponential();break;case"f":n=c.precision?parseFloat(n).toFixed(c.precision):parseFloat(n);break;case"g":n=c.precision?String(Number(n.toPrecision(c.precision))):parseFloat(n);break;case"o":n=(parseInt(n,10)>>>0).toString(8);break;case"s":n=String(n),n=c.precision?n.substring(0,c.precision):n;break;case"t":n=String(!!n),n=c.precision?n.substring(0,c.precision):n;break;case"T":n=Object.prototype.toString.call(n).slice(8,-1).toLowerCase(),n=c.precision?n.substring(0,c.precision):n;break;case"u":n=parseInt(n,10)>>>0;break;case"v":n=n.valueOf(),n=c.precision?n.substring(0,c.precision):n;break;case"x":n=(parseInt(n,10)>>>0).toString(16);break;case"X":n=(parseInt(n,10)>>>0).toString(16).toUpperCase();break}o.json.test(c.type)?h+=n:(!o.number.test(c.type)||l&&!c.sign?p="":(p=l?"+":"-",n=n.toString().replace(o.sign,"")),u=c.pad_char?"0"===c.pad_char?"0":c.pad_char.charAt(1):" ",f=c.width-(p+n).length,s=c.width&&f>0?u.repeat(f):"",h+=c.align?p+n+s:"0"===u?p+s+n:s+p+n)}return h}var s=Object.create(null);function u(t){if(s[t])return s[t];var e,n=t,r=[],i=0;while(n){if(null!==(e=o.text.exec(n)))r.push(e[0]);else if(null!==(e=o.modulo.exec(n)))r.push("%");else{if(null===(e=o.placeholder.exec(n)))throw new SyntaxError("[sprintf] unexpected placeholder");if(e[2]){i|=1;var a=[],c=e[2],u=[];if(null===(u=o.key.exec(c)))throw new SyntaxError("[sprintf] failed to parse named argument key");a.push(u[1]);while(""!==(c=c.substring(u[0].length)))if(null!==(u=o.key_access.exec(c)))a.push(u[1]);else{if(null===(u=o.index_access.exec(c)))throw new SyntaxError("[sprintf] failed to parse named argument key");a.push(u[1])}e[2]=a}else i|=2;if(3===i)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");r.push({placeholder:e[0],param_no:e[1],keys:e[2],sign:e[3],pad_char:e[4],align:e[5],width:e[6],precision:e[7],type:e[8]})}n=n.substring(e[0].length)}return s[t]=r}e["sprintf"]=i,e["vsprintf"]=a,"undefined"!==typeof window&&(window["sprintf"]=i,window["vsprintf"]=a,r=function(){return{sprintf:i,vsprintf:a}}.call(e,n,e,t),void 0===r||(t.exports=r))}()},e1e2:function(t,e,n){t.exports=function(t,e){var n,r,o,i=0;function a(){var e,a,c=r,s=arguments.length;t:while(c){if(c.args.length===arguments.length){for(a=0;a=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},e2cc:function(t,e,n){var r=n("6eeb");t.exports=function(t,e,n){for(var o in e)r(t,o,e[o],n);return t}},e439:function(t,e,n){var r=n("23e7"),o=n("d039"),i=n("fc6a"),a=n("06cf").f,c=n("83ab"),s=o((function(){a(1)})),u=!c||s;r({target:"Object",stat:!0,forced:u,sham:!c},{getOwnPropertyDescriptor:function(t,e){return a(i(t),e)}})},e667:function(t,e){t.exports=function(t){try{return{error:!1,value:t()}}catch(e){return{error:!0,value:e}}}},e683:function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},e6cf:function(t,e,n){"use strict";var r,o,i,a,c=n("23e7"),s=n("c430"),u=n("da84"),f=n("428f"),l=n("fea9"),p=n("6eeb"),d=n("e2cc"),v=n("d44e"),h=n("2626"),y=n("861d"),m=n("1c0b"),g=n("19aa"),b=n("c6b6"),_=n("2266"),w=n("1c7e"),x=n("4840"),O=n("2cf4").set,j=n("b575"),S=n("cdf9"),A=n("44de"),C=n("f069"),$=n("e667"),k=n("b39a"),E=n("69f3"),T=n("94ca"),P=n("b622"),I=P("species"),M="Promise",L=E.get,N=E.set,D=E.getterFor(M),R=l,F=u.TypeError,U=u.document,B=u.process,V=u.fetch,z=B&&B.versions,H=z&&z.v8||"",G=C.f,q=G,W="process"==b(B),K=!!(U&&U.createEvent&&u.dispatchEvent),X="unhandledrejection",J="rejectionhandled",Y=0,Z=1,Q=2,tt=1,et=2,nt=T(M,(function(){var t=R.resolve(1),e=function(){},n=(t.constructor={})[I]=function(t){t(e,e)};return!((W||"function"==typeof PromiseRejectionEvent)&&(!s||t["finally"])&&t.then(e)instanceof n&&0!==H.indexOf("6.6")&&-1===k.indexOf("Chrome/66"))})),rt=nt||!w((function(t){R.all(t)["catch"]((function(){}))})),ot=function(t){var e;return!(!y(t)||"function"!=typeof(e=t.then))&&e},it=function(t,e,n){if(!e.notified){e.notified=!0;var r=e.reactions;j((function(){var o=e.value,i=e.state==Z,a=0;while(r.length>a){var c,s,u,f=r[a++],l=i?f.ok:f.fail,p=f.resolve,d=f.reject,v=f.domain;try{l?(i||(e.rejection===et&&ut(t,e),e.rejection=tt),!0===l?c=o:(v&&v.enter(),c=l(o),v&&(v.exit(),u=!0)),c===f.promise?d(F("Promise-chain cycle")):(s=ot(c))?s.call(c,p,d):p(c)):d(o)}catch(h){v&&!u&&v.exit(),d(h)}}e.reactions=[],e.notified=!1,n&&!e.rejection&&ct(t,e)}))}},at=function(t,e,n){var r,o;K?(r=U.createEvent("Event"),r.promise=e,r.reason=n,r.initEvent(t,!1,!0),u.dispatchEvent(r)):r={promise:e,reason:n},(o=u["on"+t])?o(r):t===X&&A("Unhandled promise rejection",n)},ct=function(t,e){O.call(u,(function(){var n,r=e.value,o=st(e);if(o&&(n=$((function(){W?B.emit("unhandledRejection",r,t):at(X,t,r)})),e.rejection=W||st(e)?et:tt,n.error))throw n.value}))},st=function(t){return t.rejection!==tt&&!t.parent},ut=function(t,e){O.call(u,(function(){W?B.emit("rejectionHandled",t):at(J,t,e.value)}))},ft=function(t,e,n,r){return function(o){t(e,n,o,r)}},lt=function(t,e,n,r){e.done||(e.done=!0,r&&(e=r),e.value=n,e.state=Q,it(t,e,!0))},pt=function(t,e,n,r){if(!e.done){e.done=!0,r&&(e=r);try{if(t===n)throw F("Promise can't be resolved itself");var o=ot(n);o?j((function(){var r={done:!1};try{o.call(n,ft(pt,t,r,e),ft(lt,t,r,e))}catch(i){lt(t,r,i,e)}})):(e.value=n,e.state=Z,it(t,e,!1))}catch(i){lt(t,{done:!1},i,e)}}};nt&&(R=function(t){g(this,R,M),m(t),r.call(this);var e=L(this);try{t(ft(pt,this,e),ft(lt,this,e))}catch(n){lt(this,e,n)}},r=function(t){N(this,{type:M,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:Y,value:void 0})},r.prototype=d(R.prototype,{then:function(t,e){var n=D(this),r=G(x(this,R));return r.ok="function"!=typeof t||t,r.fail="function"==typeof e&&e,r.domain=W?B.domain:void 0,n.parent=!0,n.reactions.push(r),n.state!=Y&&it(this,n,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r,e=L(t);this.promise=t,this.resolve=ft(pt,t,e),this.reject=ft(lt,t,e)},C.f=G=function(t){return t===R||t===i?new o(t):q(t)},s||"function"!=typeof l||(a=l.prototype.then,p(l.prototype,"then",(function(t,e){var n=this;return new R((function(t,e){a.call(n,t,e)})).then(t,e)}),{unsafe:!0}),"function"==typeof V&&c({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return S(R,V.apply(u,arguments))}}))),c({global:!0,wrap:!0,forced:nt},{Promise:R}),v(R,M,!1,!0),h(M),i=f[M],c({target:M,stat:!0,forced:nt},{reject:function(t){var e=G(this);return e.reject.call(void 0,t),e.promise}}),c({target:M,stat:!0,forced:s||nt},{resolve:function(t){return S(s&&this===i?R:this,t)}}),c({target:M,stat:!0,forced:rt},{all:function(t){var e=this,n=G(e),r=n.resolve,o=n.reject,i=$((function(){var n=m(e.resolve),i=[],a=0,c=1;_(t,(function(t){var s=a++,u=!1;i.push(void 0),c++,n.call(e,t).then((function(t){u||(u=!0,i[s]=t,--c||r(i))}),o)})),--c||r(i)}));return i.error&&o(i.value),n.promise},race:function(t){var e=this,n=G(e),r=n.reject,o=$((function(){var o=m(e.resolve);_(t,(function(t){o.call(e,t).then(n.resolve,r)}))}));return o.error&&r(o.value),n.promise}})},e893:function(t,e,n){var r=n("5135"),o=n("56ef"),i=n("06cf"),a=n("9bf2");t.exports=function(t,e){for(var n=o(e),c=a.f,s=i.f,u=0;u=e||n<0||p&&r>=a}function O(){var t=m();if(w(t))return j(t);s=setTimeout(O,_(t))}function j(t){return s=void 0,d&&o?v(t):(o=i=void 0,c)}function S(){void 0!==s&&clearTimeout(s),f=0,o=u=i=s=void 0}function A(){return void 0===s?c:j(m())}function C(){var t=m(),n=w(t);if(o=arguments,i=this,u=t,n){if(void 0===s)return g(u);if(p)return s=setTimeout(O,e),v(u)}return void 0===s&&(s=setTimeout(O,e)),c}return e=x(e)||0,b(r)&&(l=!!r.leading,p="maxWait"in r,a=p?h(x(r.maxWait)||0,e):a,d="trailing"in r?!!r.trailing:d),C.cancel=S,C.flush=A,C}function b(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function _(t){return!!t&&"object"==typeof t}function w(t){return"symbol"==typeof t||_(t)&&v.call(t)==o}function x(t){if("number"==typeof t)return t;if(w(t))return r;if(b(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=b(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(i,"");var n=c.test(t);return n||s.test(t)?u(t.slice(2),n?2:8):a.test(t)?r:+t}t.exports=g}).call(this,n("c8ba"))},f8c2:function(t,e,n){var r=n("1c0b");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},fb6a:function(t,e,n){"use strict";var r=n("23e7"),o=n("861d"),i=n("e8b5"),a=n("23cb"),c=n("50c4"),s=n("fc6a"),u=n("8418"),f=n("1dde"),l=n("b622"),p=l("species"),d=[].slice,v=Math.max;r({target:"Array",proto:!0,forced:!f("slice")},{slice:function(t,e){var n,r,f,l=s(this),h=c(l.length),y=a(t,h),m=a(void 0===e?h:e,h);if(i(l)&&(n=l.constructor,"function"!=typeof n||n!==Array&&!i(n.prototype)?o(n)&&(n=n[p],null===n&&(n=void 0)):n=void 0,n===Array||void 0===n))return d.call(l,y,m);for(r=new(void 0===n?Array:n)(v(m-y,0)),f=0;y\n
      \n
        \n
        \n \n
        \n
        \n ?\n
        \n
        \n !\n
        \n
        \n i\n
        \n
        \n
        \n \n
        \n
        \n
        \n \n

        \n \n
        \n
        \n
        \n \n \n
        \n \n \n
        \n \n
        \n \n \n
        \n
        \n
        \n \n \n
        \n
        \n
        \n \n').replace(/(^|\n)\s*/g,""),J=function(t){var e=D();if(e&&(e.parentNode.removeChild(e),T([document.documentElement,document.body],[w["no-backdrop"],w["toast-shown"],w["has-column"]])),!Z()){var n=document.createElement("div");n.className=w.container,n.innerHTML=X;var r="string"==typeof t.target?document.querySelector(t.target):t.target;r.appendChild(n);var o,i=$(),a=R(),s=A(a,w.input),u=A(a,w.file),c=a.querySelector(".".concat(w.range," input")),l=a.querySelector(".".concat(w.range," output")),f=A(a,w.select),p=a.querySelector(".".concat(w.checkbox," input")),d=A(a,w.textarea);i.setAttribute("role",t.toast?"alert":"dialog"),i.setAttribute("aria-live",t.toast?"polite":"assertive"),t.toast||i.setAttribute("aria-modal","true"),"rtl"===window.getComputedStyle(r).direction&&E(D(),w.rtl);var v=function(t){Ft.isVisible()&&o!==t.target.value&&Ft.resetValidationMessage(),o=t.target.value};return s.oninput=v,u.onchange=v,f.onchange=v,p.onchange=v,d.oninput=v,c.oninput=function(t){v(t),l.value=c.value},c.onchange=function(t){v(t),c.nextSibling.value=c.value},i}h("SweetAlert2 requires document to initialize")},Q=function(e,n){if(!e)return M(n);if(e instanceof HTMLElement)n.appendChild(e);else if("object"===t(e))if(n.innerHTML="",0 in e)for(var r=0;r in e;r++)n.appendChild(e[r].cloneNode(!0));else n.appendChild(e.cloneNode(!0));else e&&(n.innerHTML=e);j(n)},tt=function(){if(Z())return!1;var t=document.createElement("div"),e={WebkitAnimation:"webkitAnimationEnd",OAnimation:"oAnimationEnd oanimationend",animation:"animationend"};for(var n in e)if(e.hasOwnProperty(n)&&void 0!==t.style[n])return e[n];return!1}(),et=function(t){var e=U(),n=Y(),r=H();if(t.showConfirmButton||t.showCancelButton?j(e):M(e),t.showCancelButton?r.style.display="inline-block":M(r),t.showConfirmButton?n.style.removeProperty("display"):M(n),n.innerHTML=t.confirmButtonText,r.innerHTML=t.cancelButtonText,n.setAttribute("aria-label",t.confirmButtonAriaLabel),r.setAttribute("aria-label",t.cancelButtonAriaLabel),n.className=w.confirm,E(n,t.confirmButtonClass),r.className=w.cancel,E(r,t.cancelButtonClass),t.buttonsStyling){E([n,r],w.styled),t.confirmButtonColor&&(n.style.backgroundColor=t.confirmButtonColor),t.cancelButtonColor&&(r.style.backgroundColor=t.cancelButtonColor);var o=window.getComputedStyle(n).getPropertyValue("background-color");n.style.borderLeftColor=o,n.style.borderRightColor=o}else T([n,r],w.styled),n.style.backgroundColor=n.style.borderLeftColor=n.style.borderRightColor="",r.style.backgroundColor=r.style.borderLeftColor=r.style.borderRightColor=""},nt=function(t){var e=R().querySelector("#"+w.content);t.html?Q(t.html,e):t.text?(e.textContent=t.text,j(e)):M(e)},rt=function(t){for(var e=N(),n=0;n=t.progressSteps.length&&d("Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),t.progressSteps.forEach((function(r,o){var i=document.createElement("li");if(E(i,w.progresscircle),i.innerHTML=r,o===n&&E(i,w.activeprogressstep),e.appendChild(i),o!==t.progressSteps.length-1){var a=document.createElement("li");E(a,w.progressline),t.progressStepsDistance&&(a.style.width=t.progressStepsDistance),e.appendChild(a)}}))):M(e)},at=function(t){var e=I();t.titleText?e.innerText=t.titleText:t.title&&("string"==typeof t.title&&(t.title=t.title.split("\n").join("
        ")),Q(t.title,e))},st=function(){null===O.previousBodyPadding&&document.body.scrollHeight>window.innerHeight&&(O.previousBodyPadding=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")),document.body.style.paddingRight=O.previousBodyPadding+function(){if("ontouchstart"in window||navigator.msMaxTouchPoints)return 0;var t=document.createElement("div");t.style.width="50px",t.style.height="50px",t.style.overflow="scroll",document.body.appendChild(t);var e=t.offsetWidth-t.clientWidth;return document.body.removeChild(t),e}()+"px")},ut=function(){return!!window.MSInputMethodContext&&!!document.documentMode},ct=function(){var t=D(),e=$();t.style.removeProperty("align-items"),e.offsetTop<0&&(t.style.alignItems="flex-start")},lt={},ft=function(t,e){var n=D(),r=$();if(r){null!==t&&"function"==typeof t&&t(r),T(r,w.show),E(r,w.hide);var o=function(){K()?pt(e):(new Promise((function(t){var e=window.scrollX,n=window.scrollY;lt.restoreFocusTimeout=setTimeout((function(){lt.previousActiveElement&<.previousActiveElement.focus?(lt.previousActiveElement.focus(),lt.previousActiveElement=null):document.body&&document.body.focus(),t()}),100),void 0!==e&&void 0!==n&&window.scrollTo(e,n)})).then((function(){return pt(e)})),lt.keydownTarget.removeEventListener("keydown",lt.keydownHandler,{capture:lt.keydownListenerCapture}),lt.keydownHandlerAdded=!1),n.parentNode&&n.parentNode.removeChild(n),T([document.documentElement,document.body],[w.shown,w["height-auto"],w["no-backdrop"],w["toast-shown"],w["toast-column"]]),q()&&(null!==O.previousBodyPadding&&(document.body.style.paddingRight=O.previousBodyPadding,O.previousBodyPadding=null),function(){if(S(document.body,w.iosfix)){var t=parseInt(document.body.style.top,10);T(document.body,w.iosfix),document.body.style.top="",document.body.scrollTop=-1*t}}(),"undefined"!=typeof window&&ut()&&window.removeEventListener("resize",ct),p(document.body.children).forEach((function(t){t.hasAttribute("data-previous-aria-hidden")?(t.setAttribute("aria-hidden",t.getAttribute("data-previous-aria-hidden")),t.removeAttribute("data-previous-aria-hidden")):t.removeAttribute("aria-hidden")})))};tt&&!S(r,w.noanimation)?r.addEventListener(tt,(function t(){r.removeEventListener(tt,t),S(r,w.hide)&&o()})):o()}},pt=function(t){null!==t&&"function"==typeof t&&setTimeout((function(){t()}))};function dt(t){var e=function t(){for(var e=arguments.length,n=new Array(e),r=0;r1?arguments[1]:void 0)}:[].forEach},1875:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},"194a":function(t,e,n){var r=n("cc94");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},"19aa":function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},"1be4":function(t,e,n){var r=n("d066");t.exports=r("document","documentElement")},"1c0b":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},"1c7e":function(t,e,n){var r=n("b622"),o=r("iterator"),i=!1;try{var a=0,s={next:function(){return{done:!!a++}},return:function(){i=!0}};s[o]=function(){return this},Array.from(s,(function(){throw 2}))}catch(u){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var r={};r[o]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(u){}return n}},"1d2b":function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;rh;h++)if(m=l?b(r(g=t[h])[0],g[1]):b(t[h]),m&&m instanceof c)return m;return new c(!1)}p=d.call(t)}y=p.next;while(!(g=y.call(p)).done)if(m=u(p,b,g.value,l),"object"==typeof m&&m&&m instanceof c)return m;return new c(!1)};l.stop=function(t){return new c(!0,t)}},"23cb":function(t,e,n){var r=n("a691"),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},"23e7":function(t,e,n){var r=n("da84"),o=n("06cf").f,i=n("9112"),a=n("6eeb"),s=n("ce4e"),u=n("e893"),c=n("94ca");t.exports=function(t,e){var n,l,f,p,d,h,v=t.target,m=t.global,y=t.stat;if(l=m?r:y?r[v]||s(v,{}):(r[v]||{}).prototype,l)for(f in e){if(d=e[f],t.noTargetGet?(h=o(l,f),p=h&&h.value):p=l[f],n=c(m?f:v+(y?".":"#")+f,t.forced),!n&&void 0!==p){if(typeof d===typeof p)continue;u(d,p)}(t.sham||p&&p.sham)&&i(d,"sham",!0),a(l,f,d,t)}}},"241c":function(t,e,n){var r=n("ca84"),o=n("7839"),i=o.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},2444:function(t,e,n){"use strict";(function(e){var r=n("c532"),o=n("c8af"),i={"Content-Type":"application/x-www-form-urlencoded"};function a(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}function s(){var t;return"undefined"!==typeof XMLHttpRequest?t=n("b50d"):"undefined"!==typeof e&&(t=n("b50d")),t}var u={adapter:s(),transformRequest:[function(t,e){return o(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(a(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(a(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"===typeof t)try{t=JSON.parse(t)}catch(e){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(t){u.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){u.headers[t]=r.merge(i)})),t.exports=u}).call(this,n("4362"))},"252c":function(t,e,n){"use strict";(function(t){function r(){var t=window.navigator.userAgent,e=t.indexOf("MSIE ");if(e>0)return parseInt(t.substring(e+5,t.indexOf(".",e)),10);var n=t.indexOf("Trident/");if(n>0){var r=t.indexOf("rv:");return parseInt(t.substring(r+3,t.indexOf(".",r)),10)}var o=t.indexOf("Edge/");return o>0?parseInt(t.substring(o+5,t.indexOf(".",o)),10):-1}n.d(e,"a",(function(){return a}));var o=void 0;function i(){i.init||(i.init=!0,o=-1!==r())}var a={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"resize-observer",attrs:{tabindex:"-1"}})},staticRenderFns:[],_scopeId:"data-v-b329ee4c",name:"resize-observer",methods:{compareAndNotify:function(){this._w===this.$el.offsetWidth&&this._h===this.$el.offsetHeight||(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.$emit("notify"))},addResizeHandlers:function(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers:function(){this._resizeObject&&this._resizeObject.onload&&(!o&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),delete this._resizeObject.onload)}},mounted:function(){var t=this;i(),this.$nextTick((function(){t._w=t.$el.offsetWidth,t._h=t.$el.offsetHeight}));var e=document.createElement("object");this._resizeObject=e,e.setAttribute("aria-hidden","true"),e.setAttribute("tabindex",-1),e.onload=this.addResizeHandlers,e.type="text/html",o&&this.$el.appendChild(e),e.data="about:blank",o||this.$el.appendChild(e)},beforeDestroy:function(){this.removeResizeHandlers()}};function s(t){t.component("resize-observer",a),t.component("ResizeObserver",a)}var u={version:"0.4.5",install:s},c=null;"undefined"!==typeof window?c=window.Vue:"undefined"!==typeof t&&(c=t.Vue),c&&c.use(u)}).call(this,n("c8ba"))},"25f0":function(t,e,n){"use strict";var r=n("6eeb"),o=n("825a"),i=n("d039"),a=n("ad6d"),s="toString",u=RegExp.prototype,c=u[s],l=i((function(){return"/a/b"!=c.call({source:"a",flags:"b"})})),f=c.name!=s;(l||f)&&r(RegExp.prototype,s,(function(){var t=o(this),e=String(t.source),n=t.flags,r=String(void 0===n&&t instanceof RegExp&&!("flags"in u)?a.call(t):n);return"/"+e+"/"+r}),{unsafe:!0})},2626:function(t,e,n){"use strict";var r=n("d066"),o=n("9bf2"),i=n("b622"),a=n("83ab"),s=i("species");t.exports=function(t){var e=r(t),n=o.f;a&&e&&!e[s]&&n(e,s,{configurable:!0,get:function(){return this}})}},2877:function(t,e,n){"use strict";function r(t,e,n,r,o,i,a,s){var u,c="function"===typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),i&&(c._scopeId="data-v-"+i),a?(u=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},c._ssrRegister=u):o&&(u=s?function(){o.call(this,this.$root.$options.shadowRoot)}:o),u)if(c.functional){c._injectStyles=u;var l=c.render;c.render=function(t,e){return u.call(e),l(t,e)}}else{var f=c.beforeCreate;c.beforeCreate=f?[].concat(f,u):[u]}return{exports:t,options:c}}n.d(e,"a",(function(){return r}))},"2b0e":function(t,e,n){"use strict";(function(t){ +/*! + * Vue.js v2.6.10 + * (c) 2014-2019 Evan You + * Released under the MIT License. + */ +var n=Object.freeze({});function r(t){return void 0===t||null===t}function o(t){return void 0!==t&&null!==t}function i(t){return!0===t}function a(t){return!1===t}function s(t){return"string"===typeof t||"number"===typeof t||"symbol"===typeof t||"boolean"===typeof t}function u(t){return null!==t&&"object"===typeof t}var c=Object.prototype.toString;function l(t){return"[object Object]"===c.call(t)}function f(t){return"[object RegExp]"===c.call(t)}function p(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return o(t)&&"function"===typeof t.then&&"function"===typeof t.catch}function h(t){return null==t?"":Array.isArray(t)||l(t)&&t.toString===c?JSON.stringify(t,null,2):String(t)}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function m(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(n,1)}}var b=Object.prototype.hasOwnProperty;function _(t,e){return b.call(t,e)}function w(t){var e=Object.create(null);return function(n){var r=e[n];return r||(e[n]=t(n))}}var x=/-(\w)/g,O=w((function(t){return t.replace(x,(function(t,e){return e?e.toUpperCase():""}))})),S=w((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),k=/\B([A-Z])/g,C=w((function(t){return t.replace(k,"-$1").toLowerCase()}));function E(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n}function T(t,e){return t.bind(e)}var A=Function.prototype.bind?T:E;function j(t,e){e=e||0;var n=t.length-e,r=new Array(n);while(n--)r[n]=t[n+e];return r}function M(t,e){for(var n in e)t[n]=e[n];return t}function P(t){for(var e={},n=0;n0,nt=Q&&Q.indexOf("edge/")>0,rt=(Q&&Q.indexOf("android"),Q&&/iphone|ipad|ipod|ios/.test(Q)||"ios"===J),ot=(Q&&/chrome\/\d+/.test(Q),Q&&/phantomjs/.test(Q),Q&&Q.match(/firefox\/(\d+)/)),it={}.watch,at=!1;if(Z)try{var st={};Object.defineProperty(st,"passive",{get:function(){at=!0}}),window.addEventListener("test-passive",null,st)}catch(Oa){}var ut=function(){return void 0===q&&(q=!Z&&!X&&"undefined"!==typeof t&&(t["process"]&&"server"===t["process"].env.VUE_ENV)),q},ct=Z&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function lt(t){return"function"===typeof t&&/native code/.test(t.toString())}var ft,pt="undefined"!==typeof Symbol&<(Symbol)&&"undefined"!==typeof Reflect&<(Reflect.ownKeys);ft="undefined"!==typeof Set&<(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var dt=D,ht=0,vt=function(){this.id=ht++,this.subs=[]};vt.prototype.addSub=function(t){this.subs.push(t)},vt.prototype.removeSub=function(t){g(this.subs,t)},vt.prototype.depend=function(){vt.target&&vt.target.addDep(this)},vt.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e-1)if(i&&!_(o,"default"))a=!1;else if(""===a||a===C(t)){var u=te(String,o.type);(u<0||s0&&(a=Ee(a,(e||"")+"_"+n),Ce(a[0])&&Ce(c)&&(l[u]=xt(c.text+a[0].text),a.shift()),l.push.apply(l,a)):s(a)?Ce(c)?l[u]=xt(c.text+a):""!==a&&l.push(xt(a)):Ce(a)&&Ce(c)?l[u]=xt(c.text+a.text):(i(t._isVList)&&o(a.tag)&&r(a.key)&&o(e)&&(a.key="__vlist"+e+"_"+n+"__"),l.push(a)));return l}function Te(t){var e=t.$options.provide;e&&(t._provided="function"===typeof e?e.call(t):e)}function Ae(t){var e=je(t.$options.inject,t);e&&(At(!1),Object.keys(e).forEach((function(n){Lt(t,n,e[n])})),At(!0))}function je(t,e){if(t){for(var n=Object.create(null),r=pt?Reflect.ownKeys(t):Object.keys(t),o=0;o0,a=t?!!t.$stable:!i,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&r&&r!==n&&s===r.$key&&!i&&!r.$hasNormal)return r;for(var u in o={},t)t[u]&&"$"!==u[0]&&(o[u]=Le(e,u,t[u]))}else o={};for(var c in e)c in o||(o[c]=$e(e,c));return t&&Object.isExtensible(t)&&(t._normalized=o),W(o,"$stable",a),W(o,"$key",s),W(o,"$hasNormal",i),o}function Le(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return t=t&&"object"===typeof t&&!Array.isArray(t)?[t]:ke(t),t&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function $e(t,e){return function(){return t[e]}}function Ne(t,e){var n,r,i,a,s;if(Array.isArray(t)||"string"===typeof t)for(n=new Array(t.length),r=0,i=t.length;r1?j(n):n;for(var r=j(arguments,1),o='event handler for "'+t+'"',i=0,a=n.length;idocument.createEvent("Event").timeStamp&&(qn=function(){return Kn.now()})}function Zn(){var t,e;for(Gn=qn(),Un=!0,Vn.sort((function(t,e){return t.id-e.id})),Wn=0;WnWn&&Vn[n].id>t.id)n--;Vn.splice(n+1,0,t)}else Vn.push(t);Hn||(Hn=!0,he(Zn))}}var er=0,nr=function(t,e,n,r,o){this.vm=t,o&&(t._watcher=this),t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++er,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ft,this.newDepIds=new ft,this.expression="","function"===typeof e?this.getter=e:(this.getter=G(e),this.getter||(this.getter=D)),this.value=this.lazy?void 0:this.get()};nr.prototype.get=function(){var t;yt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(Oa){if(!this.user)throw Oa;ee(Oa,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&me(t),gt(),this.cleanupDeps()}return t},nr.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},nr.prototype.cleanupDeps=function(){var t=this.deps.length;while(t--){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},nr.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():tr(this)},nr.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||u(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(Oa){ee(Oa,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},nr.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},nr.prototype.depend=function(){var t=this.deps.length;while(t--)this.deps[t].depend()},nr.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||g(this.vm._watchers,this);var t=this.deps.length;while(t--)this.deps[t].removeSub(this);this.active=!1}};var rr={enumerable:!0,configurable:!0,get:D,set:D};function or(t,e,n){rr.get=function(){return this[e][n]},rr.set=function(t){this[e][n]=t},Object.defineProperty(t,n,rr)}function ir(t){t._watchers=[];var e=t.$options;e.props&&ar(t,e.props),e.methods&&hr(t,e.methods),e.data?sr(t):Dt(t._data={},!0),e.computed&&lr(t,e.computed),e.watch&&e.watch!==it&&vr(t,e.watch)}function ar(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[],i=!t.$parent;i||At(!1);var a=function(i){o.push(i);var a=Zt(i,e,n,t);Lt(r,i,a),i in t||or(t,"_props",i)};for(var s in e)a(s);At(!0)}function sr(t){var e=t.$options.data;e=t._data="function"===typeof e?ur(e,t):e||{},l(e)||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);while(o--){var i=n[o];0,r&&_(r,i)||U(i)||or(t,"_data",i)}Dt(e,!0)}function ur(t,e){yt();try{return t.call(e,e)}catch(Oa){return ee(Oa,e,"data()"),{}}finally{gt()}}var cr={lazy:!0};function lr(t,e){var n=t._computedWatchers=Object.create(null),r=ut();for(var o in e){var i=e[o],a="function"===typeof i?i:i.get;0,r||(n[o]=new nr(t,a||D,D,cr)),o in t||fr(t,o,i)}}function fr(t,e,n){var r=!ut();"function"===typeof n?(rr.get=r?pr(e):dr(n),rr.set=D):(rr.get=n.get?r&&!1!==n.cache?pr(e):dr(n.get):D,rr.set=n.set||D),Object.defineProperty(t,e,rr)}function pr(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),vt.target&&e.depend(),e.value}}function dr(t){return function(){return t.call(this,this)}}function hr(t,e){t.$options.props;for(var n in e)t[n]="function"!==typeof e[n]?D:A(e[n],t)}function vr(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o-1)return this;var n=j(arguments,1);return n.unshift(this),"function"===typeof t.install?t.install.apply(t,n):"function"===typeof t&&t.apply(null,n),e.push(t),this}}function kr(t){t.mixin=function(t){return this.options=qt(this.options,t),this}}function Cr(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=t.name||n.options.name;var a=function(t){this._init(t)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=e++,a.options=qt(n.options,t),a["super"]=n,a.options.props&&Er(a),a.options.computed&&Tr(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,V.forEach((function(t){a[t]=n[t]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=M({},a.options),o[r]=a,a}}function Er(t){var e=t.options.props;for(var n in e)or(t.prototype,"_props",n)}function Tr(t){var e=t.options.computed;for(var n in e)fr(t.prototype,n,e[n])}function Ar(t){V.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&l(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"===typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}function jr(t){return t&&(t.Ctor.options.name||t.tag)}function Mr(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"===typeof t?t.split(",").indexOf(e)>-1:!!f(t)&&t.test(e)}function Pr(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var a=n[i];if(a){var s=jr(a.componentOptions);s&&!e(s)&&Dr(n,i,r,o)}}}function Dr(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,g(n,e)}br(Or),yr(Or),An(Or),Dn(Or),gn(Or);var Lr=[String,RegExp,Array],$r={name:"keep-alive",abstract:!0,props:{include:Lr,exclude:Lr,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Dr(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",(function(e){Pr(t,(function(t){return Mr(e,t)}))})),this.$watch("exclude",(function(e){Pr(t,(function(t){return!Mr(e,t)}))}))},render:function(){var t=this.$slots.default,e=On(t),n=e&&e.componentOptions;if(n){var r=jr(n),o=this,i=o.include,a=o.exclude;if(i&&(!r||!Mr(i,r))||a&&r&&Mr(a,r))return e;var s=this,u=s.cache,c=s.keys,l=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;u[l]?(e.componentInstance=u[l].componentInstance,g(c,l),c.push(l)):(u[l]=e,c.push(l),this.max&&c.length>parseInt(this.max)&&Dr(u,c[0],c,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}},Nr={KeepAlive:$r};function Ir(t){var e={get:function(){return Y}};Object.defineProperty(t,"config",e),t.util={warn:dt,extend:M,mergeOptions:qt,defineReactive:Lt},t.set=$t,t.delete=Nt,t.nextTick=he,t.observable=function(t){return Dt(t),t},t.options=Object.create(null),V.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,M(t.options.components,Nr),Sr(t),kr(t),Cr(t),Ar(t)}Ir(Or),Object.defineProperty(Or.prototype,"$isServer",{get:ut}),Object.defineProperty(Or.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Or,"FunctionalRenderContext",{value:Xe}),Or.version="2.6.10";var Rr=m("style,class"),Fr=m("input,textarea,option,select,progress"),Vr=function(t,e,n){return"value"===n&&Fr(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Br=m("contenteditable,draggable,spellcheck"),Yr=m("events,caret,typing,plaintext-only"),Hr=function(t,e){return qr(e)||"false"===e?"false":"contenteditable"===t&&Yr(e)?e:"true"},Ur=m("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Wr="http://www.w3.org/1999/xlink",zr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Gr=function(t){return zr(t)?t.slice(6,t.length):""},qr=function(t){return null==t||!1===t};function Kr(t){var e=t.data,n=t,r=t;while(o(r.componentInstance))r=r.componentInstance._vnode,r&&r.data&&(e=Zr(r.data,e));while(o(n=n.parent))n&&n.data&&(e=Zr(e,n.data));return Xr(e.staticClass,e.class)}function Zr(t,e){return{staticClass:Jr(t.staticClass,e.staticClass),class:o(t.class)?[t.class,e.class]:e.class}}function Xr(t,e){return o(t)||o(e)?Jr(t,Qr(e)):""}function Jr(t,e){return t?e?t+" "+e:t:e||""}function Qr(t){return Array.isArray(t)?to(t):u(t)?eo(t):"string"===typeof t?t:""}function to(t){for(var e,n="",r=0,i=t.length;r-1?so[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:so[t]=/HTMLUnknownElement/.test(e.toString())}var co=m("text,number,password,search,email,tel,url");function lo(t){if("string"===typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}function fo(t,e){var n=document.createElement(t);return"select"!==t?n:(e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)}function po(t,e){return document.createElementNS(no[t],e)}function ho(t){return document.createTextNode(t)}function vo(t){return document.createComment(t)}function mo(t,e,n){t.insertBefore(e,n)}function yo(t,e){t.removeChild(e)}function go(t,e){t.appendChild(e)}function bo(t){return t.parentNode}function _o(t){return t.nextSibling}function wo(t){return t.tagName}function xo(t,e){t.textContent=e}function Oo(t,e){t.setAttribute(e,"")}var So=Object.freeze({createElement:fo,createElementNS:po,createTextNode:ho,createComment:vo,insertBefore:mo,removeChild:yo,appendChild:go,parentNode:bo,nextSibling:_o,tagName:wo,setTextContent:xo,setStyleScope:Oo}),ko={create:function(t,e){Co(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Co(t,!0),Co(e))},destroy:function(t){Co(t,!0)}};function Co(t,e){var n=t.data.ref;if(o(n)){var r=t.context,i=t.componentInstance||t.elm,a=r.$refs;e?Array.isArray(a[n])?g(a[n],i):a[n]===i&&(a[n]=void 0):t.data.refInFor?Array.isArray(a[n])?a[n].indexOf(i)<0&&a[n].push(i):a[n]=[i]:a[n]=i}}var Eo=new bt("",{},[]),To=["create","activate","update","remove","destroy"];function Ao(t,e){return t.key===e.key&&(t.tag===e.tag&&t.isComment===e.isComment&&o(t.data)===o(e.data)&&jo(t,e)||i(t.isAsyncPlaceholder)&&t.asyncFactory===e.asyncFactory&&r(e.asyncFactory.error))}function jo(t,e){if("input"!==t.tag)return!0;var n,r=o(n=t.data)&&o(n=n.attrs)&&n.type,i=o(n=e.data)&&o(n=n.attrs)&&n.type;return r===i||co(r)&&co(i)}function Mo(t,e,n){var r,i,a={};for(r=e;r<=n;++r)i=t[r].key,o(i)&&(a[i]=r);return a}function Po(t){var e,n,a={},u=t.modules,c=t.nodeOps;for(e=0;ev?(f=r(n[g+1])?null:n[g+1].elm,O(t,f,n,h,g,i)):h>g&&k(t,e,p,v)}function T(t,e,n,r){for(var i=n;i-1?Ho(t,e,n):Ur(e)?qr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Br(e)?t.setAttribute(e,Hr(e,n)):zr(e)?qr(n)?t.removeAttributeNS(Wr,Gr(e)):t.setAttributeNS(Wr,e,n):Ho(t,e,n)}function Ho(t,e,n){if(qr(n))t.removeAttribute(e);else{if(tt&&!et&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var Uo={create:Bo,update:Bo};function Wo(t,e){var n=e.elm,i=e.data,a=t.data;if(!(r(i.staticClass)&&r(i.class)&&(r(a)||r(a.staticClass)&&r(a.class)))){var s=Kr(e),u=n._transitionClasses;o(u)&&(s=Jr(s,Qr(u))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var zo,Go={create:Wo,update:Wo},qo="__r",Ko="__c";function Zo(t){if(o(t[qo])){var e=tt?"change":"input";t[e]=[].concat(t[qo],t[e]||[]),delete t[qo]}o(t[Ko])&&(t.change=[].concat(t[Ko],t.change||[]),delete t[Ko])}function Xo(t,e,n){var r=zo;return function o(){var i=e.apply(null,arguments);null!==i&&ti(t,o,n,r)}}var Jo=ae&&!(ot&&Number(ot[1])<=53);function Qo(t,e,n,r){if(Jo){var o=Gn,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}zo.addEventListener(t,e,at?{capture:n,passive:r}:n)}function ti(t,e,n,r){(r||zo).removeEventListener(t,e._wrapper||e,n)}function ei(t,e){if(!r(t.data.on)||!r(e.data.on)){var n=e.data.on||{},o=t.data.on||{};zo=e.elm,Zo(n),_e(n,o,Qo,ti,Xo,e.context),zo=void 0}}var ni,ri={create:ei,update:ei};function oi(t,e){if(!r(t.data.domProps)||!r(e.data.domProps)){var n,i,a=e.elm,s=t.data.domProps||{},u=e.data.domProps||{};for(n in o(u.__ob__)&&(u=e.data.domProps=M({},u)),s)n in u||(a[n]="");for(n in u){if(i=u[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),i===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=i;var c=r(i)?"":String(i);ii(a,c)&&(a.value=c)}else if("innerHTML"===n&&oo(a.tagName)&&r(a.innerHTML)){ni=ni||document.createElement("div"),ni.innerHTML=""+i+"";var l=ni.firstChild;while(a.firstChild)a.removeChild(a.firstChild);while(l.firstChild)a.appendChild(l.firstChild)}else if(i!==s[n])try{a[n]=i}catch(Oa){}}}}function ii(t,e){return!t.composing&&("OPTION"===t.tagName||ai(t,e)||si(t,e))}function ai(t,e){var n=!0;try{n=document.activeElement!==t}catch(Oa){}return n&&t.value!==e}function si(t,e){var n=t.value,r=t._vModifiers;if(o(r)){if(r.number)return v(n)!==v(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}var ui={create:oi,update:oi},ci=w((function(t){var e={},n=/;(?![^(]*\))/g,r=/:(.+)/;return t.split(n).forEach((function(t){if(t){var n=t.split(r);n.length>1&&(e[n[0].trim()]=n[1].trim())}})),e}));function li(t){var e=fi(t.style);return t.staticStyle?M(t.staticStyle,e):e}function fi(t){return Array.isArray(t)?P(t):"string"===typeof t?ci(t):t}function pi(t,e){var n,r={};if(e){var o=t;while(o.componentInstance)o=o.componentInstance._vnode,o&&o.data&&(n=li(o.data))&&M(r,n)}(n=li(t.data))&&M(r,n);var i=t;while(i=i.parent)i.data&&(n=li(i.data))&&M(r,n);return r}var di,hi=/^--/,vi=/\s*!important$/,mi=function(t,e,n){if(hi.test(e))t.style.setProperty(e,n);else if(vi.test(n))t.style.setProperty(C(e),n.replace(vi,""),"important");else{var r=gi(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(wi).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Oi(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(wi).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";while(n.indexOf(r)>=0)n=n.replace(r," ");n=n.trim(),n?t.setAttribute("class",n):t.removeAttribute("class")}}function Si(t){if(t){if("object"===typeof t){var e={};return!1!==t.css&&M(e,ki(t.name||"v")),M(e,t),e}return"string"===typeof t?ki(t):void 0}}var ki=w((function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}})),Ci=Z&&!et,Ei="transition",Ti="animation",Ai="transition",ji="transitionend",Mi="animation",Pi="animationend";Ci&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Ai="WebkitTransition",ji="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Mi="WebkitAnimation",Pi="webkitAnimationEnd"));var Di=Z?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Li(t){Di((function(){Di(t)}))}function $i(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),xi(t,e))}function Ni(t,e){t._transitionClasses&&g(t._transitionClasses,e),Oi(t,e)}function Ii(t,e,n){var r=Fi(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===Ei?ji:Pi,u=0,c=function(){t.removeEventListener(s,l),n()},l=function(e){e.target===t&&++u>=a&&c()};setTimeout((function(){u0&&(n=Ei,l=a,f=i.length):e===Ti?c>0&&(n=Ti,l=c,f=u.length):(l=Math.max(a,c),n=l>0?a>c?Ei:Ti:null,f=n?n===Ei?i.length:u.length:0);var p=n===Ei&&Ri.test(r[Ai+"Property"]);return{type:n,timeout:l,propCount:f,hasTransform:p}}function Vi(t,e){while(t.length1}function zi(t,e){!0!==e.data.show&&Yi(e)}var Gi=Z?{create:zi,activate:zi,remove:function(t,e){!0!==t.data.show?Hi(t,e):e()}}:{},qi=[Uo,Go,ri,ui,_i,Gi],Ki=qi.concat(Vo),Zi=Po({nodeOps:So,modules:Ki});et&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&oa(t,"input")}));var Xi={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?we(n,"postpatch",(function(){Xi.componentUpdated(t,e,n)})):Ji(t,e,n.context),t._vOptions=[].map.call(t.options,ea)):("textarea"===n.tag||co(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",na),t.addEventListener("compositionend",ra),t.addEventListener("change",ra),et&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){Ji(t,e,n.context);var r=t._vOptions,o=t._vOptions=[].map.call(t.options,ea);if(o.some((function(t,e){return!N(t,r[e])}))){var i=t.multiple?e.value.some((function(t){return ta(t,o)})):e.value!==e.oldValue&&ta(e.value,o);i&&oa(t,"change")}}}};function Ji(t,e,n){Qi(t,e,n),(tt||nt)&&setTimeout((function(){Qi(t,e,n)}),0)}function Qi(t,e,n){var r=e.value,o=t.multiple;if(!o||Array.isArray(r)){for(var i,a,s=0,u=t.options.length;s-1,a.selected!==i&&(a.selected=i);else if(N(ea(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function ta(t,e){return e.every((function(e){return!N(e,t)}))}function ea(t){return"_value"in t?t._value:t.value}function na(t){t.target.composing=!0}function ra(t){t.target.composing&&(t.target.composing=!1,oa(t.target,"input"))}function oa(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ia(t){return!t.componentInstance||t.data&&t.data.transition?t:ia(t.componentInstance._vnode)}var aa={bind:function(t,e,n){var r=e.value;n=ia(n);var o=n.data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,Yi(n,(function(){t.style.display=i}))):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value,o=e.oldValue;if(!r!==!o){n=ia(n);var i=n.data&&n.data.transition;i?(n.data.show=!0,r?Yi(n,(function(){t.style.display=t.__vOriginalDisplay})):Hi(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none"}},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}},sa={model:Xi,show:aa},ua={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ca(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?ca(On(e.children)):t}function la(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[O(i)]=o[i];return e}function fa(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}function pa(t){while(t=t.parent)if(t.data.transition)return!0}function da(t,e){return e.key===t.key&&e.tag===t.tag}var ha=function(t){return t.tag||xn(t)},va=function(t){return"show"===t.name},ma={name:"transition",props:ua,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(ha),n.length)){0;var r=this.mode;0;var o=n[0];if(pa(this.$vnode))return o;var i=ca(o);if(!i)return o;if(this._leaving)return fa(t,o);var a="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?a+"comment":a+i.tag:s(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var u=(i.data||(i.data={})).transition=la(this),c=this._vnode,l=ca(c);if(i.data.directives&&i.data.directives.some(va)&&(i.data.show=!0),l&&l.data&&!da(i,l)&&!xn(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=M({},u);if("out-in"===r)return this._leaving=!0,we(f,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),fa(t,o);if("in-out"===r){if(xn(i))return c;var p,d=function(){p()};we(u,"afterEnter",d),we(u,"enterCancelled",d),we(f,"delayLeave",(function(t){p=t}))}}return o}}},ya=M({tag:String,moveClass:String},ua);delete ya.mode;var ga={props:ya,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Mn(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=la(this),s=0;sn)e.push(arguments[n++]);return _[++b]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},r(b),b},v=function(t){delete _[t]},"process"==u(m)?r=function(t){m.nextTick(O(t))}:g&&g.now?r=function(t){g.now(O(t))}:y&&!/(iphone|ipod|ipad).*applewebkit/i.test(p)?(o=new y,i=o.port2,o.port1.onmessage=S,r=c(i.postMessage,i,1)):!a.addEventListener||"function"!=typeof postMessage||a.importScripts||s(k)?r=w in f("script")?function(t){l.appendChild(f("script"))[w]=function(){l.removeChild(this),x(t)}}:function(t){setTimeout(O(t),0)}:(r=k,a.addEventListener("message",S,!1))),t.exports={set:h,clear:v}},"2d83":function(t,e,n){"use strict";var r=n("387f");t.exports=function(t,e,n,o,i){var a=new Error(t);return r(a,e,n,o,i)}},"2e67":function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},"2f62":function(t,e,n){"use strict";(function(t){ +/** + * vuex v3.1.1 + * (c) 2019 Evan You + * @license MIT + */ +function r(t){var e=Number(t.version.split(".")[0]);if(e>=2)t.mixin({beforeCreate:r});else{var n=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[r].concat(t.init):r,n.call(this,t)}}function r(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}n.d(e,"b",(function(){return D}));var o="undefined"!==typeof window?window:"undefined"!==typeof t?t:{},i=o.__VUE_DEVTOOLS_GLOBAL_HOOK__;function a(t){i&&(t._devtoolHook=i,i.emit("vuex:init",t),i.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){i.emit("vuex:mutation",t,e)})))}function s(t,e){Object.keys(t).forEach((function(n){return e(t[n],n)}))}function u(t){return null!==t&&"object"===typeof t}function c(t){return t&&"function"===typeof t.then}function l(t,e){return function(){return t(e)}}var f=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"===typeof n?n():n)||{}},p={namespaced:{configurable:!0}};p.namespaced.get=function(){return!!this._rawModule.namespaced},f.prototype.addChild=function(t,e){this._children[t]=e},f.prototype.removeChild=function(t){delete this._children[t]},f.prototype.getChild=function(t){return this._children[t]},f.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},f.prototype.forEachChild=function(t){s(this._children,t)},f.prototype.forEachGetter=function(t){this._rawModule.getters&&s(this._rawModule.getters,t)},f.prototype.forEachAction=function(t){this._rawModule.actions&&s(this._rawModule.actions,t)},f.prototype.forEachMutation=function(t){this._rawModule.mutations&&s(this._rawModule.mutations,t)},Object.defineProperties(f.prototype,p);var d=function(t){this.register([],t,!1)};function h(t,e,n){if(e.update(n),n.modules)for(var r in n.modules){if(!e.getChild(r))return void 0;h(t.concat(r),e.getChild(r),n.modules[r])}}d.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},d.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,n){return e=e.getChild(n),t+(e.namespaced?n+"/":"")}),"")},d.prototype.update=function(t){h([],this.root,t)},d.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var o=new f(e,n);if(0===t.length)this.root=o;else{var i=this.get(t.slice(0,-1));i.addChild(t[t.length-1],o)}e.modules&&s(e.modules,(function(e,o){r.register(t.concat(o),e,n)}))},d.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)};var v;var m=function(t){var e=this;void 0===t&&(t={}),!v&&"undefined"!==typeof window&&window.Vue&&j(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var r=t.strict;void 0===r&&(r=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new d(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new v;var o=this,i=this,s=i.dispatch,u=i.commit;this.dispatch=function(t,e){return s.call(o,t,e)},this.commit=function(t,e,n){return u.call(o,t,e,n)},this.strict=r;var c=this._modules.root.state;w(this,c,[],this._modules.root),_(this,c),n.forEach((function(t){return t(e)}));var l=void 0!==t.devtools?t.devtools:v.config.devtools;l&&a(this)},y={state:{configurable:!0}};function g(t,e){return e.indexOf(t)<0&&e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function b(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;w(t,n,[],t._modules.root,!0),_(t,n,e)}function _(t,e,n){var r=t._vm;t.getters={};var o=t._wrappedGetters,i={};s(o,(function(e,n){i[n]=l(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})}));var a=v.config.silent;v.config.silent=!0,t._vm=new v({data:{$$state:e},computed:i}),v.config.silent=a,t.strict&&E(t),r&&(n&&t._withCommit((function(){r._data.$$state=null})),v.nextTick((function(){return r.$destroy()})))}function w(t,e,n,r,o){var i=!n.length,a=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[a]=r),!i&&!o){var s=T(e,n.slice(0,-1)),u=n[n.length-1];t._withCommit((function(){v.set(s,u,r.state)}))}var c=r.context=x(t,a,n);r.forEachMutation((function(e,n){var r=a+n;S(t,r,e,c)})),r.forEachAction((function(e,n){var r=e.root?n:a+n,o=e.handler||e;k(t,r,o,c)})),r.forEachGetter((function(e,n){var r=a+n;C(t,r,e,c)})),r.forEachChild((function(r,i){w(t,e,n.concat(i),r,o)}))}function x(t,e,n){var r=""===e,o={dispatch:r?t.dispatch:function(n,r,o){var i=A(n,r,o),a=i.payload,s=i.options,u=i.type;return s&&s.root||(u=e+u),t.dispatch(u,a)},commit:r?t.commit:function(n,r,o){var i=A(n,r,o),a=i.payload,s=i.options,u=i.type;s&&s.root||(u=e+u),t.commit(u,a,s)}};return Object.defineProperties(o,{getters:{get:r?function(){return t.getters}:function(){return O(t,e)}},state:{get:function(){return T(t.state,n)}}}),o}function O(t,e){var n={},r=e.length;return Object.keys(t.getters).forEach((function(o){if(o.slice(0,r)===e){var i=o.slice(r);Object.defineProperty(n,i,{get:function(){return t.getters[o]},enumerable:!0})}})),n}function S(t,e,n,r){var o=t._mutations[e]||(t._mutations[e]=[]);o.push((function(e){n.call(t,r.state,e)}))}function k(t,e,n,r){var o=t._actions[e]||(t._actions[e]=[]);o.push((function(e,o){var i=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e,o);return c(i)||(i=Promise.resolve(i)),t._devtoolHook?i.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):i}))}function C(t,e,n,r){t._wrappedGetters[e]||(t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)})}function E(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}function T(t,e){return e.length?e.reduce((function(t,e){return t[e]}),t):t}function A(t,e,n){return u(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function j(t){v&&t===v||(v=t,r(v))}y.state.get=function(){return this._vm._data.$$state},y.state.set=function(t){0},m.prototype.commit=function(t,e,n){var r=this,o=A(t,e,n),i=o.type,a=o.payload,s=(o.options,{type:i,payload:a}),u=this._mutations[i];u&&(this._withCommit((function(){u.forEach((function(t){t(a)}))})),this._subscribers.forEach((function(t){return t(s,r.state)})))},m.prototype.dispatch=function(t,e){var n=this,r=A(t,e),o=r.type,i=r.payload,a={type:o,payload:i},s=this._actions[o];if(s){try{this._actionSubscribers.filter((function(t){return t.before})).forEach((function(t){return t.before(a,n.state)}))}catch(c){0}var u=s.length>1?Promise.all(s.map((function(t){return t(i)}))):s[0](i);return u.then((function(t){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(a,n.state)}))}catch(c){0}return t}))}},m.prototype.subscribe=function(t){return g(t,this._subscribers)},m.prototype.subscribeAction=function(t){var e="function"===typeof t?{before:t}:t;return g(e,this._actionSubscribers)},m.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch((function(){return t(r.state,r.getters)}),e,n)},m.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},m.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"===typeof t&&(t=[t]),this._modules.register(t,e),w(this,this.state,t,this._modules.get(t),n.preserveState),_(this,this.state)},m.prototype.unregisterModule=function(t){var e=this;"string"===typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=T(e.state,t.slice(0,-1));v.delete(n,t[t.length-1])})),b(this)},m.prototype.hotUpdate=function(t){this._modules.update(t),b(this,!0)},m.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(m.prototype,y);var M=I((function(t,e){var n={};return N(e).forEach((function(e){var r=e.key,o=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=R(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"===typeof o?o.call(this,e,n):e[o]},n[r].vuex=!0})),n})),P=I((function(t,e){var n={};return N(e).forEach((function(e){var r=e.key,o=e.val;n[r]=function(){var e=[],n=arguments.length;while(n--)e[n]=arguments[n];var r=this.$store.commit;if(t){var i=R(this.$store,"mapMutations",t);if(!i)return;r=i.context.commit}return"function"===typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}})),n})),D=I((function(t,e){var n={};return N(e).forEach((function(e){var r=e.key,o=e.val;o=t+o,n[r]=function(){if(!t||R(this.$store,"mapGetters",t))return this.$store.getters[o]},n[r].vuex=!0})),n})),L=I((function(t,e){var n={};return N(e).forEach((function(e){var r=e.key,o=e.val;n[r]=function(){var e=[],n=arguments.length;while(n--)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var i=R(this.$store,"mapActions",t);if(!i)return;r=i.context.dispatch}return"function"===typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}})),n})),$=function(t){return{mapState:M.bind(null,t),mapGetters:D.bind(null,t),mapMutations:P.bind(null,t),mapActions:L.bind(null,t)}};function N(t){return Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}}))}function I(t){return function(e,n){return"string"!==typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function R(t,e,n){var r=t._modulesNamespaceMap[n];return r}var F={Store:m,install:j,version:"3.1.1",mapState:M,mapMutations:P,mapGetters:D,mapActions:L,createNamespacedHelpers:$};e["a"]=F}).call(this,n("c8ba"))},"2fa7":function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n("85d3"),o=n.n(r);function i(t,e,n){return e in t?o()(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},"30b5":function(t,e,n){"use strict";var r=n("c532");function o(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var i;if(n)i=n(e);else if(r.isURLSearchParams(e))i=e.toString();else{var a=[];r.forEach(e,(function(t,e){null!==t&&"undefined"!==typeof t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),a.push(o(e)+"="+o(t))})))})),i=a.join("&")}return i&&(t+=(-1===t.indexOf("?")?"?":"&")+i),t}},"35a1":function(t,e,n){var r=n("f5df"),o=n("3f8c"),i=n("b622"),a=i("iterator");t.exports=function(t){if(void 0!=t)return t[a]||t["@@iterator"]||o[r(t)]}},"37e8":function(t,e,n){var r=n("83ab"),o=n("9bf2"),i=n("825a"),a=n("df75");t.exports=r?Object.defineProperties:function(t,e){i(t);var n,r=a(e),s=r.length,u=0;while(s>u)o.f(t,n=r[u++],e[n]);return t}},"387f":function(t,e,n){"use strict";t.exports=function(t,e,n,r,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,t}},3934:function(t,e,n){"use strict";var r=n("c532");t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return function(){return!0}}()},"3ac6":function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n("c8ba"))},"3bbe":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},"3e47":function(t,e,n){var r=n("a5eb"),o=n("c1b2"),i=n("4180");r({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperty:i.f})},"3f8c":function(t,e){t.exports={}},4160:function(t,e,n){"use strict";var r=n("23e7"),o=n("17c2");r({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},4180:function(t,e,n){var r=n("c1b2"),o=n("77b2"),i=n("6f8d"),a=n("7168"),s=Object.defineProperty;e.f=r?s:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return s(t,e,n)}catch(r){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},"428f":function(t,e,n){t.exports=n("da84")},4362:function(t,e,n){e.nextTick=function(t){setTimeout(t,0)},e.platform=e.arch=e.execPath=e.title="browser",e.pid=1,e.browser=!0,e.env={},e.argv=[],e.binding=function(t){throw new Error("No such module. (Possibly not yet loaded)")},function(){var t,r="/";e.cwd=function(){return r},e.chdir=function(e){t||(t=n("df7c")),r=t.resolve(e,r)}}(),e.exit=e.kill=e.umask=e.dlopen=e.uptime=e.memoryUsage=e.uvCounters=function(){},e.features={}},4413:function(t,e,n){},"44ad":function(t,e,n){var r=n("d039"),o=n("c6b6"),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},"44ba":function(t,e,n){var r=n("c1b2"),o=n("7043"),i=n("2c6c"),a=n("a421"),s=n("7168"),u=n("78e7"),c=n("77b2"),l=Object.getOwnPropertyDescriptor;e.f=r?l:function(t,e){if(t=a(t),e=s(e,!0),c)try{return l(t,e)}catch(n){}if(u(t,e))return i(!o.f.call(t,e),t[e])}},"44d2":function(t,e,n){var r=n("b622"),o=n("7c73"),i=n("9112"),a=r("unscopables"),s=Array.prototype;void 0==s[a]&&i(s,a,o(null)),t.exports=function(t){s[a][t]=!0}},"44de":function(t,e,n){var r=n("da84");t.exports=function(t,e){var n=r.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,e))}},"44e7":function(t,e,n){var r=n("861d"),o=n("c6b6"),i=n("b622"),a=i("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[a])?!!e:"RegExp"==o(t))}},"466d":function(t,e,n){"use strict";var r=n("d784"),o=n("825a"),i=n("50c4"),a=n("1d80"),s=n("8aa5"),u=n("14c3");r("match",1,(function(t,e,n){return[function(e){var n=a(this),r=void 0==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var a=o(t),c=String(this);if(!a.global)return u(a,c);var l=a.unicode;a.lastIndex=0;var f,p=[],d=0;while(null!==(f=u(a,c))){var h=String(f[0]);p[d]=h,""===h&&(a.lastIndex=s(c,i(a.lastIndex),l)),d++}return 0===d?null:p}]}))},"467f":function(t,e,n){"use strict";var r=n("2d83");t.exports=function(t,e,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?e(r("Request failed with status code "+n.status,n.config,null,n.request,n)):t(n)}},4795:function(t,e,n){var r=n("23e7"),o=n("da84"),i=n("b39a"),a=[].slice,s=/MSIE .\./.test(i),u=function(t){return function(e,n){var r=arguments.length>2,o=r?a.call(arguments,2):void 0;return t(r?function(){("function"==typeof e?e:Function(e)).apply(this,o)}:e,n)}};r({global:!0,bind:!0,forced:s},{setTimeout:u(o.setTimeout),setInterval:u(o.setInterval)})},4840:function(t,e,n){var r=n("825a"),o=n("1c0b"),i=n("b622"),a=i("species");t.exports=function(t,e){var n,i=r(t).constructor;return void 0===i||void 0==(n=r(i)[a])?e:o(n)}},4930:function(t,e,n){var r=n("d039");t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},"4d63":function(t,e,n){var r=n("83ab"),o=n("da84"),i=n("94ca"),a=n("7156"),s=n("9bf2").f,u=n("241c").f,c=n("44e7"),l=n("ad6d"),f=n("6eeb"),p=n("d039"),d=n("2626"),h=n("b622"),v=h("match"),m=o.RegExp,y=m.prototype,g=/a/g,b=/a/g,_=new m(g)!==g,w=r&&i("RegExp",!_||p((function(){return b[v]=!1,m(g)!=g||m(b)==b||"/a/i"!=m(g,"i")})));if(w){var x=function(t,e){var n=this instanceof x,r=c(t),o=void 0===e;return!n&&r&&t.constructor===x&&o?t:a(_?new m(r&&!o?t.source:t,e):m((r=t instanceof x)?t.source:t,r&&o?l.call(t):e),n?this:y,x)},O=function(t){t in x||s(x,t,{configurable:!0,get:function(){return m[t]},set:function(e){m[t]=e}})},S=u(m),k=0;while(S.length>k)O(S[k++]);y.constructor=x,x.prototype=y,f(o,"RegExp",x)}d("RegExp")},"4d64":function(t,e,n){var r=n("fc6a"),o=n("50c4"),i=n("23cb"),a=function(t){return function(e,n,a){var s,u=r(e),c=o(u.length),l=i(a,c);if(t&&n!=n){while(c>l)if(s=u[l++],s!=s)return!0}else for(;c>l;l++)if((t||l in u)&&u[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},"4de4":function(t,e,n){"use strict";var r=n("23e7"),o=n("b727").filter,i=n("1dde");r({target:"Array",proto:!0,forced:!i("filter")},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},"4e82":function(t,e,n){"use strict";var r=n("23e7"),o=n("1c0b"),i=n("7b0b"),a=n("d039"),s=n("b301"),u=[].sort,c=[1,2,3],l=a((function(){c.sort(void 0)})),f=a((function(){c.sort(null)})),p=s("sort"),d=l||!f||p;r({target:"Array",proto:!0,forced:d},{sort:function(t){return void 0===t?u.call(i(this)):u.call(i(this),o(t))}})},"50c4":function(t,e,n){var r=n("a691"),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},5135:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},5270:function(t,e,n){"use strict";var r=n("c532"),o=n("c401"),i=n("2e67"),a=n("2444"),s=n("d925"),u=n("e683");function c(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){c(t),t.baseURL&&!s(t.url)&&(t.url=u(t.baseURL,t.url)),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers||{}),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]}));var e=t.adapter||a.adapter;return e(t).then((function(e){return c(t),e.data=o(e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(c(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},5319:function(t,e,n){"use strict";var r=n("d784"),o=n("825a"),i=n("7b0b"),a=n("50c4"),s=n("a691"),u=n("1d80"),c=n("8aa5"),l=n("14c3"),f=Math.max,p=Math.min,d=Math.floor,h=/\$([$&'`]|\d\d?|<[^>]*>)/g,v=/\$([$&'`]|\d\d?)/g,m=function(t){return void 0===t?t:String(t)};r("replace",2,(function(t,e,n){return[function(n,r){var o=u(this),i=void 0==n?void 0:n[t];return void 0!==i?i.call(n,o,r):e.call(String(o),n,r)},function(t,i){var u=n(e,t,this,i);if(u.done)return u.value;var d=o(t),h=String(this),v="function"===typeof i;v||(i=String(i));var y=d.global;if(y){var g=d.unicode;d.lastIndex=0}var b=[];while(1){var _=l(d,h);if(null===_)break;if(b.push(_),!y)break;var w=String(_[0]);""===w&&(d.lastIndex=c(h,a(d.lastIndex),g))}for(var x="",O=0,S=0;S=O&&(x+=h.slice(O,C)+M,O=C+k.length)}return x+h.slice(O)}];function r(t,n,r,o,a,s){var u=r+t.length,c=o.length,l=v;return void 0!==a&&(a=i(a),l=h),e.call(s,l,(function(e,i){var s;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(u);case"<":s=a[i.slice(1,-1)];break;default:var l=+i;if(0===l)return e;if(l>c){var f=d(l/10);return 0===f?e:f<=c?void 0===o[f-1]?i.charAt(1):o[f-1]+i.charAt(1):e}s=o[l-1]}return void 0===s?"":s}))}}))},"561c":function(t,e,n){"use strict";function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function o(t){for(var e=1;e=0||i[o]":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},a=["(","?"],s={")":["("],":":["?","?:"]},u=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var l={"!":function(t){return!t},"*":function(t,e){return t*e},"/":function(t,e){return t/e},"%":function(t,e){return t%e},"+":function(t,e){return t+e},"-":function(t,e){return t-e},"<":function(t,e){return t":function(t,e){return t>e},">=":function(t,e){return t>=e},"==":function(t,e){return t===e},"!=":function(t,e){return t!==e},"&&":function(t,e){return t&&e},"||":function(t,e){return t||e},"?:":function(t,e,n){if(t)throw e;return n}};function f(t,e){var n,r,o,i,a,s,u=[];for(n=0;n1&&void 0!==arguments[1]?arguments[1]:"default";O.data[e]=o({},w,O.data[e],t),O.data[e][""]=o({},w[""],O.data[e][""])}function k(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default",e=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0,o=arguments.length>4?arguments[4]:void 0;return O.data[t]||S(void 0,t),O.dcnpgettext(t,e,n,r,o)}function C(t,e){return k(e,void 0,t)}function E(t,e,n,r){return k(r,void 0,t,e,n)}function T(t){try{for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;rl){var d,h=c(arguments[l++]),v=f?i(h).concat(f(h)):i(h),m=v.length,y=0;while(m>y)d=v[y++],r&&!p.call(h,d)||(n[d]=h[d])}return n}:l},"619c":function(t,e,n){"use strict";var r=n("0241"),o=n.n(r);n("4413");function i(){return"undefined"!==typeof window}var a=function(){};a.install=function(t,e){var n;n=i()?e?o.a.mixin(e):o.a:function(){return Promise.resolve()},t.swal=n,t.prototype.hasOwnProperty("$swal")||Object.defineProperty(t.prototype,"$swal",{get:function(){return n}})},e["a"]=a},"62e4":function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},"638c":function(t,e,n){var r=n("06fa"),o=n("fc48"),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},6547:function(t,e,n){var r=n("a691"),o=n("1d80"),i=function(t){return function(e,n){var i,a,s=String(o(e)),u=r(n),c=s.length;return u<0||u>=c?t?"":void 0:(i=s.charCodeAt(u),i<55296||i>56319||u+1===c||(a=s.charCodeAt(u+1))<56320||a>57343?t?s.charAt(u):i:t?s.slice(u,u+2):a-56320+(i-55296<<10)+65536)}};t.exports={codeAt:i(!1),charAt:i(!0)}},"65f0":function(t,e,n){var r=n("861d"),o=n("e8b5"),i=n("b622"),a=i("species");t.exports=function(t,e){var n;return o(t)&&(n=t.constructor,"function"!=typeof n||n!==Array&&!o(n.prototype)?r(n)&&(n=n[a],null===n&&(n=void 0)):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},"69f3":function(t,e,n){var r,o,i,a=n("7f9a"),s=n("da84"),u=n("861d"),c=n("9112"),l=n("5135"),f=n("f772"),p=n("d012"),d=s.WeakMap,h=function(t){return i(t)?o(t):r(t,{})},v=function(t){return function(e){var n;if(!u(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}};if(a){var m=new d,y=m.get,g=m.has,b=m.set;r=function(t,e){return b.call(m,t,e),e},o=function(t){return y.call(m,t)||{}},i=function(t){return g.call(m,t)}}else{var _=f("state");p[_]=!0,r=function(t,e){return c(t,_,e),e},o=function(t){return l(t,_)?t[_]:{}},i=function(t){return l(t,_)}}t.exports={set:r,get:o,has:i,enforce:h,getterFor:v}},"6c6b":function(t,e,n){"use strict";var r=n("cd3f"),o=n.n(r);function i(t){void 0===t&&(t={shift:!1,ctrl:!1,left:!1}),document.addEventListener(t.left?"click":"contextmenu",(function(e){if((!t.ctrl||e.ctrlKey)&&(!t.shift||e.shiftKey)){t.stop&&(e.preventDefault(),e.stopPropagation());var n=c(e.target);n&&l(n)}}))}function a(t){while(t.length<8)t+=" ";return t}function s(t){console.log(a(t)+" %cnone","color:grey")}i.install=function(t,e){i(e)};var u="background:#42b983;color:white;border-radius:99px;padding:0px 6px;";function c(t){var e=t&&t.__vue__;return e||(t.parentNode?c(t.parentNode):void console.info("no Vue component found"))}function l(t,e){if(e?console.groupCollapsed("%cparent %c"+(t.$parent?t.$options.name||t.$options._componentTag||"anonymous":"Root"),"font-weight:normal",u,t):console.group("%c"+(t.$parent?t.$options.name||t.$options._componentTag||"anonymous":"Root"),u,t),Object.keys(t.$data).length?console.log(a("data"),o()(t.$data)):s("data"),t._computedWatchers&&Object.keys(t._computedWatchers).length){var n={};for(var r in t._computedWatchers)try{n[r]=o()(t[r])}catch(i){n[r]="["+i.message+"]"}console.log(a("computed"),n)}else s("computed");t._props&&Object.keys(t._props).length?console.log(a("props"),o()(t._props)):s("props"),console.log(a("element"),t.$el),!e&&t.$route&&console.log(a("route"),t.$route),t.$parent?l(t.$parent,!0):s("parent"),console.groupEnd()}e["a"]=i},"6eeb":function(t,e,n){var r=n("da84"),o=n("5692"),i=n("9112"),a=n("5135"),s=n("ce4e"),u=n("9e81"),c=n("69f3"),l=c.get,f=c.enforce,p=String(u).split("toString");o("inspectSource",(function(t){return u.call(t)})),(t.exports=function(t,e,n,o){var u=!!o&&!!o.unsafe,c=!!o&&!!o.enumerable,l=!!o&&!!o.noTargetGet;"function"==typeof n&&("string"!=typeof e||a(n,"name")||i(n,"name",e),f(n).source=p.join("string"==typeof e?e:"")),t!==r?(u?!l&&t[e]&&(c=!0):delete t[e],c?t[e]=n:i(t,e,n)):c?t[e]=n:s(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&l(this).source||u.call(this)}))},"6f8d":function(t,e,n){var r=n("dfdb");t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},7043:function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},7156:function(t,e,n){var r=n("861d"),o=n("d2bb");t.exports=function(t,e,n){var i,a;return o&&"function"==typeof(i=e.constructor)&&i!==n&&r(a=i.prototype)&&a!==n.prototype&&o(t,a),t}},7168:function(t,e,n){var r=n("dfdb");t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},7418:function(t,e){e.f=Object.getOwnPropertySymbols},"746f":function(t,e,n){var r=n("428f"),o=n("5135"),i=n("c032"),a=n("9bf2").f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});o(e,t)||a(e,t,{value:i.f(t)})}},"764b":function(t,e){t.exports={}},"77b2":function(t,e,n){var r=n("c1b2"),o=n("06fa"),i=n("7a37");t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},7839:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"78e7":function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"7a37":function(t,e,n){var r=n("3ac6"),o=n("dfdb"),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},"7a77":function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},"7aac":function(t,e,n){"use strict";var r=n("c532");t.exports=r.isStandardBrowserEnv()?function(){return{write:function(t,e,n,o,i,a){var s=[];s.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(o)&&s.push("path="+o),r.isString(i)&&s.push("domain="+i),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},"7b0b":function(t,e,n){var r=n("1d80");t.exports=function(t){return Object(r(t))}},"7c73":function(t,e,n){var r=n("825a"),o=n("37e8"),i=n("7839"),a=n("d012"),s=n("1be4"),u=n("cc12"),c=n("f772"),l=c("IE_PROTO"),f="prototype",p=function(){},d=function(){var t,e=u("iframe"),n=i.length,r="<",o="script",a=">",c="java"+o+":";e.style.display="none",s.appendChild(e),e.src=String(c),t=e.contentWindow.document,t.open(),t.write(r+o+a+"document.F=Object"+r+"/"+o+a),t.close(),d=t.F;while(n--)delete d[f][i[n]];return d()};t.exports=Object.create||function(t,e){var n;return null!==t?(p[f]=r(t),n=new p,p[f]=null,n[l]=t):n=d(),void 0===e?n:o(n,e)},a[l]=!0},"7dd0":function(t,e,n){"use strict";var r=n("23e7"),o=n("9ed3"),i=n("e163"),a=n("d2bb"),s=n("d44e"),u=n("9112"),c=n("6eeb"),l=n("b622"),f=n("c430"),p=n("3f8c"),d=n("ae93"),h=d.IteratorPrototype,v=d.BUGGY_SAFARI_ITERATORS,m=l("iterator"),y="keys",g="values",b="entries",_=function(){return this};t.exports=function(t,e,n,l,d,w,x){o(n,e,l);var O,S,k,C=function(t){if(t===d&&M)return M;if(!v&&t in A)return A[t];switch(t){case y:return function(){return new n(this,t)};case g:return function(){return new n(this,t)};case b:return function(){return new n(this,t)}}return function(){return new n(this)}},E=e+" Iterator",T=!1,A=t.prototype,j=A[m]||A["@@iterator"]||d&&A[d],M=!v&&j||C(d),P="Array"==e&&A.entries||j;if(P&&(O=i(P.call(new t)),h!==Object.prototype&&O.next&&(f||i(O)===h||(a?a(O,h):"function"!=typeof O[m]&&u(O,m,_)),s(O,E,!0,!0),f&&(p[E]=_))),d==g&&j&&j.name!==g&&(T=!0,M=function(){return j.call(this)}),f&&!x||A[m]===M||u(A,m,M),p[e]=M,d)if(S={values:C(g),keys:w?M:C(y),entries:C(b)},x)for(k in S)!v&&!T&&k in A||c(A,k,S[k]);else r({target:e,proto:!0,forced:v||T},S);return S}},"7f9a":function(t,e,n){var r=n("da84"),o=n("9e81"),i=r.WeakMap;t.exports="function"===typeof i&&/native code/.test(o.call(i))},"825a":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},"83ab":function(t,e,n){var r=n("d039");t.exports=!r((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},8418:function(t,e,n){"use strict";var r=n("c04e"),o=n("9bf2"),i=n("5c6c");t.exports=function(t,e,n){var a=r(e);a in t?o.f(t,a,i(0,n)):t[a]=n}},"841c":function(t,e,n){"use strict";var r=n("d784"),o=n("825a"),i=n("1d80"),a=n("129f"),s=n("14c3");r("search",1,(function(t,e,n){return[function(e){var n=i(this),r=void 0==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var i=o(t),u=String(this),c=i.lastIndex;a(c,0)||(i.lastIndex=0);var l=s(i,u);return a(i.lastIndex,c)||(i.lastIndex=c),null===l?-1:l.index}]}))},"85d3":function(t,e,n){t.exports=n("9a13")},"861d":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},"8aa5":function(t,e,n){"use strict";var r=n("6547").charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},"8c4f":function(t,e,n){"use strict"; +/*! + * vue-router v3.1.3 + * (c) 2019 Evan You + * @license MIT + */function r(t,e){0}function o(t){return Object.prototype.toString.call(t).indexOf("Error")>-1}function i(t,e){return e instanceof t||e&&(e.name===t.name||e._name===t._name)}function a(t,e){for(var n in e)t[n]=e[n];return t}var s={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,r=e.children,o=e.parent,i=e.data;i.routerView=!0;var s=o.$createElement,c=n.name,l=o.$route,f=o._routerViewCache||(o._routerViewCache={}),p=0,d=!1;while(o&&o._routerRoot!==o){var h=o.$vnode&&o.$vnode.data;h&&(h.routerView&&p++,h.keepAlive&&o._inactive&&(d=!0)),o=o.$parent}if(i.routerViewDepth=p,d)return s(f[c],i,r);var v=l.matched[p];if(!v)return f[c]=null,s();var m=f[c]=v.components[c];i.registerRouteInstance=function(t,e){var n=v.instances[c];(e&&n!==t||!e&&n===t)&&(v.instances[c]=e)},(i.hook||(i.hook={})).prepatch=function(t,e){v.instances[c]=e.componentInstance},i.hook.init=function(t){t.data.keepAlive&&t.componentInstance&&t.componentInstance!==v.instances[c]&&(v.instances[c]=t.componentInstance)};var y=i.props=u(l,v.props&&v.props[c]);if(y){y=i.props=a({},y);var g=i.attrs=i.attrs||{};for(var b in y)m.props&&b in m.props||(g[b]=y[b],delete y[b])}return s(m,i,r)}};function u(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:0}}var c=/[!'()*]/g,l=function(t){return"%"+t.charCodeAt(0).toString(16)},f=/%2C/g,p=function(t){return encodeURIComponent(t).replace(c,l).replace(f,",")},d=decodeURIComponent;function h(t,e,n){void 0===e&&(e={});var r,o=n||v;try{r=o(t||"")}catch(a){r={}}for(var i in e)r[i]=e[i];return r}function v(t){var e={};return t=t.trim().replace(/^(\?|#|&)/,""),t?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),r=d(n.shift()),o=n.length>0?d(n.join("=")):null;void 0===e[r]?e[r]=o:Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]})),e):e}function m(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return p(e);if(Array.isArray(n)){var r=[];return n.forEach((function(t){void 0!==t&&(null===t?r.push(p(e)):r.push(p(e)+"="+p(t)))})),r.join("&")}return p(e)+"="+p(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var y=/\/?$/;function g(t,e,n,r){var o=r&&r.options.stringifyQuery,i=e.query||{};try{i=b(i)}catch(s){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:i,params:e.params||{},fullPath:x(e,o),matched:t?w(t):[]};return n&&(a.redirectedFrom=x(n,o)),Object.freeze(a)}function b(t){if(Array.isArray(t))return t.map(b);if(t&&"object"===typeof t){var e={};for(var n in t)e[n]=b(t[n]);return e}return t}var _=g(null,{path:"/"});function w(t){var e=[];while(t)e.unshift(t),t=t.parent;return e}function x(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var o=t.hash;void 0===o&&(o="");var i=e||m;return(n||"/")+i(r)+o}function O(t,e){return e===_?t===e:!!e&&(t.path&&e.path?t.path.replace(y,"")===e.path.replace(y,"")&&t.hash===e.hash&&S(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&S(t.query,e.query)&&S(t.params,e.params)))}function S(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every((function(n){var r=t[n],o=e[n];return"object"===typeof r&&"object"===typeof o?S(r,o):String(r)===String(o)}))}function k(t,e){return 0===t.path.replace(y,"/").indexOf(e.path.replace(y,"/"))&&(!e.hash||t.hash===e.hash)&&C(t.query,e.query)}function C(t,e){for(var n in e)if(!(n in t))return!1;return!0}function E(t,e,n){var r=t.charAt(0);if("/"===r)return t;if("?"===r||"#"===r)return e+t;var o=e.split("/");n&&o[o.length-1]||o.pop();for(var i=t.replace(/^\//,"").split("/"),a=0;a=0&&(e=t.slice(r),t=t.slice(0,r));var o=t.indexOf("?");return o>=0&&(n=t.slice(o+1),t=t.slice(0,o)),{path:t,query:n,hash:e}}function A(t){return t.replace(/\/\//g,"/")}var j=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},M=Z,P=I,D=R,L=B,$=K,N=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function I(t,e){var n,r=[],o=0,i=0,a="",s=e&&e.delimiter||"/";while(null!=(n=N.exec(t))){var u=n[0],c=n[1],l=n.index;if(a+=t.slice(i,l),i=l+u.length,c)a+=c[1];else{var f=t[i],p=n[2],d=n[3],h=n[4],v=n[5],m=n[6],y=n[7];a&&(r.push(a),a="");var g=null!=p&&null!=f&&f!==p,b="+"===m||"*"===m,_="?"===m||"*"===m,w=n[2]||s,x=h||v;r.push({name:d||o++,prefix:p||"",delimiter:w,optional:_,repeat:b,partial:g,asterisk:!!y,pattern:x?H(x):y?".*":"[^"+Y(w)+"]+?"})}}return i1||!w.length)return 0===w.length?t():t("span",{},w)}if("a"===this.tag)_.on=b,_.attrs={href:u};else{var x=at(this.$slots.default);if(x){x.isStatic=!1;var S=x.data=a({},x.data);for(var C in S.on=S.on||{},S.on){var E=S.on[C];C in b&&(S.on[C]=Array.isArray(E)?E:[E])}for(var T in b)T in S.on?S.on[T].push(b[T]):S.on[T]=y;var A=x.data.attrs=a({},x.data.attrs);A.href=u}else _.on=b}return t(this.tag,_,this.$slots.default)}};function it(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&(void 0===t.button||0===t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function at(t){if(t)for(var e,n=0;n-1&&(s.params[p]=n.params[p]);return s.path=J(c.path,s.params,'named route "'+u+'"'),l(c,s,a)}if(s.path){s.params={};for(var d=0;d=t.length?n():t[o]?e(t[o],(function(){r(o+1)})):r(o+1)};r(0)}function It(t){return function(e,n,r){var i=!1,a=0,s=null;Rt(t,(function(t,e,n,u){if("function"===typeof t&&void 0===t.cid){i=!0,a++;var c,l=Yt((function(e){Bt(e)&&(e=e.default),t.resolved="function"===typeof e?e:tt.extend(e),n.components[u]=e,a--,a<=0&&r()})),f=Yt((function(t){var e="Failed to resolve async component "+u+": "+t;s||(s=o(t)?t:new Error(e),r(s))}));try{c=t(l,f)}catch(d){f(d)}if(c)if("function"===typeof c.then)c.then(l,f);else{var p=c.component;p&&"function"===typeof p.then&&p.then(l,f)}}})),i||r()}}function Rt(t,e){return Ft(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Ft(t){return Array.prototype.concat.apply([],t)}var Vt="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag;function Bt(t){return t.__esModule||Vt&&"Module"===t[Symbol.toStringTag]}function Yt(t){var e=!1;return function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var Ht=function(t){function e(e){t.call(this),this.name=this._name="NavigationDuplicated",this.message='Navigating to current location ("'+e.fullPath+'") is not allowed',Object.defineProperty(this,"stack",{value:(new t).stack,writable:!0,configurable:!0})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(Error);Ht._name="NavigationDuplicated";var Ut=function(t,e){this.router=t,this.base=Wt(e),this.current=_,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function Wt(t){if(!t)if(ut){var e=document.querySelector("base");t=e&&e.getAttribute("href")||"/",t=t.replace(/^https?:\/\/[^\/]+/,"")}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}function zt(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n-1?decodeURI(t.slice(0,r))+t.slice(r):decodeURI(t)}else n>-1&&(t=decodeURI(t.slice(0,n))+t.slice(n));return t}function se(t){var e=window.location.href,n=e.indexOf("#"),r=n>=0?e.slice(0,n):e;return r+"#"+t}function ue(t){Dt?Lt(se(t)):window.location.hash=t}function ce(t){Dt?$t(se(t)):window.location.replace(se(t))}var le=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,(function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,(function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)}),n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,(function(){e.index=n,e.updateRoute(r)}),(function(t){i(Ht,t)&&(e.index=n)}))}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(Ut),fe=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=dt(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!Dt&&!1!==t.fallback,this.fallback&&(e="hash"),ut||(e="abstract"),this.mode=e,e){case"history":this.history=new ee(this,t.base);break;case"hash":this.history=new re(this,t.base,this.fallback);break;case"abstract":this.history=new le(this,t.base);break;default:0}},pe={currentRoute:{configurable:!0}};function de(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function he(t,e,n){var r="hash"===n?"#"+e:e;return t?A(t+"/"+r):r}fe.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},pe.currentRoute.get=function(){return this.history&&this.history.current},fe.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",(function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null)})),!this.app){this.app=t;var n=this.history;if(n instanceof ee)n.transitionTo(n.getCurrentLocation());else if(n instanceof re){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen((function(t){e.apps.forEach((function(e){e._route=t}))}))}},fe.prototype.beforeEach=function(t){return de(this.beforeHooks,t)},fe.prototype.beforeResolve=function(t){return de(this.resolveHooks,t)},fe.prototype.afterEach=function(t){return de(this.afterHooks,t)},fe.prototype.onReady=function(t,e){this.history.onReady(t,e)},fe.prototype.onError=function(t){this.history.onError(t)},fe.prototype.push=function(t,e,n){var r=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){r.history.push(t,e,n)}));this.history.push(t,e,n)},fe.prototype.replace=function(t,e,n){var r=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){r.history.replace(t,e,n)}));this.history.replace(t,e,n)},fe.prototype.go=function(t){this.history.go(t)},fe.prototype.back=function(){this.go(-1)},fe.prototype.forward=function(){this.go(1)},fe.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map((function(t){return Object.keys(t.components).map((function(e){return t.components[e]}))}))):[]},fe.prototype.resolve=function(t,e,n){e=e||this.history.current;var r=Q(t,e,n,this),o=this.match(r,e),i=o.redirectedFrom||o.fullPath,a=this.history.base,s=he(a,i,this.mode);return{location:r,route:o,href:s,normalizedTo:r,resolved:o}},fe.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==_&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(fe.prototype,pe),fe.install=st,fe.version="3.1.3",ut&&window.Vue&&window.Vue.use(fe),e["a"]=fe},"8df4":function(t,e,n){"use strict";var r=n("7a77");function o(t){if("function"!==typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t,e=new o((function(e){t=e}));return{token:e,cancel:t}},t.exports=o},"8e5f":function(t,e,n){!function(e,n){t.exports=n()}(0,(function(){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/",e(e.s=60)}([function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e,n){var r=n(49)("wks"),o=n(30),i=n(0).Symbol,a="function"==typeof i;(t.exports=function(t){return r[t]||(r[t]=a&&i[t]||(a?i:o)("Symbol."+t))}).store=r},function(t,e,n){var r=n(5);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,e,n){var r=n(0),o=n(10),i=n(8),a=n(6),s=n(11),u=function(t,e,n){var c,l,f,p,d=t&u.F,h=t&u.G,v=t&u.S,m=t&u.P,y=t&u.B,g=h?r:v?r[e]||(r[e]={}):(r[e]||{}).prototype,b=h?o:o[e]||(o[e]={}),_=b.prototype||(b.prototype={});for(c in h&&(n=e),n)l=!d&&g&&void 0!==g[c],f=(l?g:n)[c],p=y&&l?s(f,r):m&&"function"==typeof f?s(Function.call,f):f,g&&a(g,c,f,t&u.U),b[c]!=f&&i(b,c,p),m&&_[c]!=f&&(_[c]=f)};r.core=o,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},function(t,e,n){t.exports=!n(7)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){var r=n(0),o=n(8),i=n(12),a=n(30)("src"),s=Function.toString,u=(""+s).split("toString");n(10).inspectSource=function(t){return s.call(t)},(t.exports=function(t,e,n,s){var c="function"==typeof n;c&&(i(n,"name")||o(n,"name",e)),t[e]!==n&&(c&&(i(n,a)||o(n,a,t[e]?""+t[e]:u.join(String(e)))),t===r?t[e]=n:s?t[e]?t[e]=n:o(t,e,n):(delete t[e],o(t,e,n)))})(Function.prototype,"toString",(function(){return"function"==typeof this&&this[a]||s.call(this)}))},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var r=n(13),o=n(25);t.exports=n(4)?function(t,e,n){return r.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){var n=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},function(t,e,n){var r=n(14);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var r=n(2),o=n(41),i=n(29),a=Object.defineProperty;e.f=n(4)?Object.defineProperty:function(t,e,n){if(r(t),e=i(e,!0),r(n),o)try{return a(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e){t.exports={}},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){"use strict";var r=n(7);t.exports=function(t,e){return!!t&&r((function(){e?t.call(null,(function(){}),1):t.call(null)}))}},function(t,e,n){var r=n(23),o=n(16);t.exports=function(t){return r(o(t))}},function(t,e,n){var r=n(53),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e,n){var r=n(11),o=n(23),i=n(28),a=n(19),s=n(64);t.exports=function(t,e){var n=1==t,u=2==t,c=3==t,l=4==t,f=6==t,p=5==t||f,d=e||s;return function(e,s,h){for(var v,m,y=i(e),g=o(y),b=r(s,h,3),_=a(g.length),w=0,x=n?d(e,_):u?d(e,0):void 0;_>w;w++)if((p||w in g)&&(v=g[w],m=b(v,w,y),t))if(n)x[w]=m;else if(m)switch(t){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(l)return!1;return f?-1:c||l?l:x}}},function(t,e,n){var r=n(5),o=n(0).document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var r=n(9);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},function(t,e){t.exports=!1},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(13).f,o=n(12),i=n(1)("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,i)&&r(t,i,{configurable:!0,value:e})}},function(t,e,n){var r=n(49)("keys"),o=n(30);t.exports=function(t){return r[t]||(r[t]=o(t))}},function(t,e,n){var r=n(16);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(5);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},function(t,e,n){"use strict";var r=n(0),o=n(12),i=n(9),a=n(67),s=n(29),u=n(7),c=n(77).f,l=n(45).f,f=n(13).f,p=n(51).trim,d=r.Number,h=d,v=d.prototype,m="Number"==i(n(44)(v)),y="trim"in String.prototype,g=function(t){var e=s(t,!1);if("string"==typeof e&&e.length>2){e=y?e.trim():p(e,3);var n,r,o,i=e.charCodeAt(0);if(43===i||45===i){if(88===(n=e.charCodeAt(2))||120===n)return NaN}else if(48===i){switch(e.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+e}for(var a,u=e.slice(2),c=0,l=u.length;co)return NaN;return parseInt(u,r)}}return+e};if(!d(" 0o1")||!d("0b1")||d("+0x1")){d=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof d&&(m?u((function(){v.valueOf.call(n)})):"Number"!=i(n))?a(new h(g(e)),n,d):g(e)};for(var b,_=n(4)?c(h):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),w=0;_.length>w;w++)o(h,b=_[w])&&!o(d,b)&&f(d,b,l(h,b));d.prototype=v,v.constructor=d,n(6)(r,"Number",d)}},function(t,e,n){"use strict";function r(t){return 0!==t&&(!(!Array.isArray(t)||0!==t.length)||!t)}function o(t){return function(){return!t.apply(void 0,arguments)}}function i(t,e){return void 0===t&&(t="undefined"),null===t&&(t="null"),!1===t&&(t="false"),-1!==t.toString().toLowerCase().indexOf(e.trim())}function a(t,e,n,r){return t.filter((function(t){return i(r(t,n),e)}))}function s(t){return t.filter((function(t){return!t.$isLabel}))}function u(t,e){return function(n){return n.reduce((function(n,r){return r[t]&&r[t].length?(n.push({$groupLabel:r[e],$isLabel:!0}),n.concat(r[t])):n}),[])}}function c(t,e,r,o,i){return function(s){return s.map((function(s){var u;if(!s[r])return console.warn("Options passed to vue-multiselect do not contain groups, despite the config."),[];var c=a(s[r],t,e,i);return c.length?(u={},n.i(h.a)(u,o,s[o]),n.i(h.a)(u,r,c),u):[]}))}}var l=n(59),f=n(54),p=(n.n(f),n(95)),d=(n.n(p),n(31)),h=(n.n(d),n(58)),v=n(91),m=(n.n(v),n(98)),y=(n.n(m),n(92)),g=(n.n(y),n(88)),b=(n.n(g),n(97)),_=(n.n(b),n(89)),w=(n.n(_),n(96)),x=(n.n(w),n(93)),O=(n.n(x),n(90)),S=(n.n(O),function(){for(var t=arguments.length,e=new Array(t),n=0;n-1},isSelected:function(t){var e=this.trackBy?t[this.trackBy]:t;return this.valueKeys.indexOf(e)>-1},isOptionDisabled:function(t){return!!t.$isDisabled},getOptionLabel:function(t){if(r(t))return"";if(t.isTag)return t.label;if(t.$isLabel)return t.$groupLabel;var e=this.customLabel(t,this.label);return r(e)?"":e},select:function(t,e){if(t.$isLabel&&this.groupSelect)this.selectGroup(t);else if(!(-1!==this.blockKeys.indexOf(e)||this.disabled||t.$isDisabled||t.$isLabel)&&(!this.max||!this.multiple||this.internalValue.length!==this.max)&&("Tab"!==e||this.pointerDirty)){if(t.isTag)this.$emit("tag",t.label,this.id),this.search="",this.closeOnSelect&&!this.multiple&&this.deactivate();else{if(this.isSelected(t))return void("Tab"!==e&&this.removeElement(t));this.$emit("select",t,this.id),this.multiple?this.$emit("input",this.internalValue.concat([t]),this.id):this.$emit("input",t,this.id),this.clearOnSelect&&(this.search="")}this.closeOnSelect&&this.deactivate()}},selectGroup:function(t){var e=this,n=this.options.find((function(n){return n[e.groupLabel]===t.$groupLabel}));if(n)if(this.wholeGroupSelected(n)){this.$emit("remove",n[this.groupValues],this.id);var r=this.internalValue.filter((function(t){return-1===n[e.groupValues].indexOf(t)}));this.$emit("input",r,this.id)}else{var o=n[this.groupValues].filter((function(t){return!(e.isOptionDisabled(t)||e.isSelected(t))}));this.$emit("select",o,this.id),this.$emit("input",this.internalValue.concat(o),this.id)}},wholeGroupSelected:function(t){var e=this;return t[this.groupValues].every((function(t){return e.isSelected(t)||e.isOptionDisabled(t)}))},wholeGroupDisabled:function(t){return t[this.groupValues].every(this.isOptionDisabled)},removeElement:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!this.disabled&&!t.$isDisabled){if(!this.allowEmpty&&this.internalValue.length<=1)return void this.deactivate();var r="object"===n.i(l.a)(t)?this.valueKeys.indexOf(t[this.trackBy]):this.valueKeys.indexOf(t);if(this.$emit("remove",t,this.id),this.multiple){var o=this.internalValue.slice(0,r).concat(this.internalValue.slice(r+1));this.$emit("input",o,this.id)}else this.$emit("input",null,this.id);this.closeOnSelect&&e&&this.deactivate()}},removeLastElement:function(){-1===this.blockKeys.indexOf("Delete")&&0===this.search.length&&Array.isArray(this.internalValue)&&this.internalValue.length&&this.removeElement(this.internalValue[this.internalValue.length-1],!1)},activate:function(){var t=this;this.isOpen||this.disabled||(this.adjustPosition(),this.groupValues&&0===this.pointer&&this.filteredOptions.length&&(this.pointer=1),this.isOpen=!0,this.searchable?(this.preserveSearch||(this.search=""),this.$nextTick((function(){return t.$refs.search.focus()}))):this.$el.focus(),this.$emit("open",this.id))},deactivate:function(){this.isOpen&&(this.isOpen=!1,this.searchable?this.$refs.search.blur():this.$el.blur(),this.preserveSearch||(this.search=""),this.$emit("close",this.getValue(),this.id))},toggle:function(){this.isOpen?this.deactivate():this.activate()},adjustPosition:function(){if("undefined"!=typeof window){var t=this.$el.getBoundingClientRect().top,e=window.innerHeight-this.$el.getBoundingClientRect().bottom;e>this.maxHeight||e>t||"below"===this.openDirection||"bottom"===this.openDirection?(this.preferredOpenDirection="below",this.optimizedHeight=Math.min(e-40,this.maxHeight)):(this.preferredOpenDirection="above",this.optimizedHeight=Math.min(t-40,this.maxHeight))}}}}},function(t,e,n){"use strict";var r=n(54),o=(n.n(r),n(31));n.n(o),e.a={data:function(){return{pointer:0,pointerDirty:!1}},props:{showPointer:{type:Boolean,default:!0},optionHeight:{type:Number,default:40}},computed:{pointerPosition:function(){return this.pointer*this.optionHeight},visibleElements:function(){return this.optimizedHeight/this.optionHeight}},watch:{filteredOptions:function(){this.pointerAdjust()},isOpen:function(){this.pointerDirty=!1}},methods:{optionHighlight:function(t,e){return{"multiselect__option--highlight":t===this.pointer&&this.showPointer,"multiselect__option--selected":this.isSelected(e)}},groupHighlight:function(t,e){var n=this;if(!this.groupSelect)return["multiselect__option--group","multiselect__option--disabled"];var r=this.options.find((function(t){return t[n.groupLabel]===e.$groupLabel}));return r&&!this.wholeGroupDisabled(r)?["multiselect__option--group",{"multiselect__option--highlight":t===this.pointer&&this.showPointer},{"multiselect__option--group-selected":this.wholeGroupSelected(r)}]:"multiselect__option--disabled"},addPointerElement:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"Enter",e=t.key;this.filteredOptions.length>0&&this.select(this.filteredOptions[this.pointer],e),this.pointerReset()},pointerForward:function(){this.pointer0?(this.pointer--,this.$refs.list.scrollTop>=this.pointerPosition&&(this.$refs.list.scrollTop=this.pointerPosition),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerBackward()):this.filteredOptions[this.pointer]&&this.filteredOptions[0].$isLabel&&!this.groupSelect&&this.pointerForward(),this.pointerDirty=!0},pointerReset:function(){this.closeOnSelect&&(this.pointer=0,this.$refs.list&&(this.$refs.list.scrollTop=0))},pointerAdjust:function(){this.pointer>=this.filteredOptions.length-1&&(this.pointer=this.filteredOptions.length?this.filteredOptions.length-1:0),this.filteredOptions.length>0&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()},pointerSet:function(t){this.pointer=t,this.pointerDirty=!0}}}},function(t,e,n){"use strict";var r=n(36),o=n(74),i=n(15),a=n(18);t.exports=n(72)(Array,"Array",(function(t,e){this._t=a(t),this._i=0,this._k=e}),(function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,o(1)):o(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(t,e,n){"use strict";var r=n(31),o=(n.n(r),n(32)),i=n(33);e.a={name:"vue-multiselect",mixins:[o.a,i.a],props:{name:{type:String,default:""},selectLabel:{type:String,default:"Press enter to select"},selectGroupLabel:{type:String,default:"Press enter to select group"},selectedLabel:{type:String,default:"Selected"},deselectLabel:{type:String,default:"Press enter to remove"},deselectGroupLabel:{type:String,default:"Press enter to deselect group"},showLabels:{type:Boolean,default:!0},limit:{type:Number,default:99999},maxHeight:{type:Number,default:300},limitText:{type:Function,default:function(t){return"and ".concat(t," more")}},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},openDirection:{type:String,default:""},showNoOptions:{type:Boolean,default:!0},showNoResults:{type:Boolean,default:!0},tabindex:{type:Number,default:0}},computed:{isSingleLabelVisible:function(){return(this.singleValue||0===this.singleValue)&&(!this.isOpen||!this.searchable)&&!this.visibleValues.length},isPlaceholderVisible:function(){return!(this.internalValue.length||this.searchable&&this.isOpen)},visibleValues:function(){return this.multiple?this.internalValue.slice(0,this.limit):[]},singleValue:function(){return this.internalValue[0]},deselectLabelText:function(){return this.showLabels?this.deselectLabel:""},deselectGroupLabelText:function(){return this.showLabels?this.deselectGroupLabel:""},selectLabelText:function(){return this.showLabels?this.selectLabel:""},selectGroupLabelText:function(){return this.showLabels?this.selectGroupLabel:""},selectedLabelText:function(){return this.showLabels?this.selectedLabel:""},inputStyle:function(){if(this.searchable||this.multiple&&this.value&&this.value.length)return this.isOpen?{width:"100%"}:{width:"0",position:"absolute",padding:"0"}},contentStyle:function(){return this.options.length?{display:"inline-block"}:{display:"block"}},isAbove:function(){return"above"===this.openDirection||"top"===this.openDirection||"below"!==this.openDirection&&"bottom"!==this.openDirection&&"above"===this.preferredOpenDirection},showSearchInput:function(){return this.searchable&&(!this.hasSingleSelectedSlot||!this.visibleSingleValue&&0!==this.visibleSingleValue||this.isOpen)}}}},function(t,e,n){var r=n(1)("unscopables"),o=Array.prototype;void 0==o[r]&&n(8)(o,r,{}),t.exports=function(t){o[r][t]=!0}},function(t,e,n){var r=n(18),o=n(19),i=n(85);t.exports=function(t){return function(e,n,a){var s,u=r(e),c=o(u.length),l=i(a,c);if(t&&n!=n){for(;c>l;)if((s=u[l++])!=s)return!0}else for(;c>l;l++)if((t||l in u)&&u[l]===n)return t||l||0;return!t&&-1}}},function(t,e,n){var r=n(9),o=n(1)("toStringTag"),i="Arguments"==r(function(){return arguments}()),a=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=a(e=Object(t),o))?n:i?r(e):"Object"==(s=r(e))&&"function"==typeof e.callee?"Arguments":s}},function(t,e,n){"use strict";var r=n(2);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){var r=n(0).document;t.exports=r&&r.documentElement},function(t,e,n){t.exports=!n(4)&&!n(7)((function(){return 7!=Object.defineProperty(n(21)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(9);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){"use strict";function r(t){var e,n;this.promise=new t((function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r})),this.resolve=o(e),this.reject=o(n)}var o=n(14);t.exports.f=function(t){return new r(t)}},function(t,e,n){var r=n(2),o=n(76),i=n(22),a=n(27)("IE_PROTO"),s=function(){},u=function(){var t,e=n(21)("iframe"),r=i.length;for(e.style.display="none",n(40).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(" + load_onboarding_wizard(); + + } + + /** + * Register page through WordPress's hooks. + */ + public function add_dashboard_page() { + add_dashboard_page( '', '', 'monsterinsights_save_settings', 'monsterinsights-onboarding', '' ); + } + + /** + * Load the Onboarding Wizard template. + */ + private function load_onboarding_wizard() { + + $this->enqueue_scripts(); + + $this->onboarding_wizard_header(); + $this->onboarding_wizard_content(); + $this->onboarding_wizard_footer(); + + exit; + + } + + /** + * Load the scripts needed for the Onboarding Wizard. + */ + public function enqueue_scripts() { + + global $wp_version; + $version_path = monsterinsights_is_pro_version() ? 'pro' : 'lite'; + $rtl = is_rtl() ? '.rtl' : ''; + if ( ! defined( 'MONSTERINSIGHTS_LOCAL_WIZARD_JS_URL' ) ) { + wp_enqueue_style( 'monsterinsights-vue-style-vendors', plugins_url( $version_path . '/assets/vue/css/chunk-vendors' . $rtl . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + wp_enqueue_style( 'monsterinsights-vue-style-common', plugins_url( $version_path . '/assets/vue/css/chunk-common' . $rtl . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + wp_enqueue_style( 'monsterinsights-vue-style', plugins_url( $version_path . '/assets/vue/css/wizard' . $rtl . '.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + wp_enqueue_script( 'monsterinsights-vue-vendors', plugins_url( $version_path . '/assets/vue/js/chunk-vendors.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-common', plugins_url( $version_path . '/assets/vue/js/chunk-common.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true ); + wp_register_script( 'monsterinsights-vue-script', plugins_url( $version_path . '/assets/vue/js/wizard.js', MONSTERINSIGHTS_PLUGIN_FILE ), array( + 'monsterinsights-vue-vendors', + 'monsterinsights-vue-common', + ), monsterinsights_get_asset_version(), true ); + } else { + wp_enqueue_script( 'monsterinsights-vue-vendors', MONSTERINSIGHTS_LOCAL_VENDORS_JS_URL, array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-common', MONSTERINSIGHTS_LOCAL_COMMON_JS_URL, array(), monsterinsights_get_asset_version(), true ); + wp_register_script( 'monsterinsights-vue-script', MONSTERINSIGHTS_LOCAL_WIZARD_JS_URL, array( + 'monsterinsights-vue-vendors', + 'monsterinsights-vue-common', + ), monsterinsights_get_asset_version(), true ); + } + wp_enqueue_script( 'monsterinsights-vue-script' ); + + wp_localize_script( + 'monsterinsights-vue-script', + 'monsterinsights', + array( + 'ajax' => add_query_arg( 'page', 'monsterinsights-onboarding', admin_url( 'admin-ajax.php' ) ), + 'nonce' => wp_create_nonce( 'mi-admin-nonce' ), + 'network' => is_network_admin(), + 'translations' => wp_get_jed_locale_data( 'mi-vue-app' ), + 'assets' => plugins_url( $version_path . '/assets/vue', MONSTERINSIGHTS_PLUGIN_FILE ), + 'roles' => monsterinsights_get_roles(), + 'roles_manage_options' => monsterinsights_get_manage_options_roles(), + 'wizard_url' => admin_url( 'index.php?page=monsterinsights-onboarding' ), + 'is_eu' => $this->should_include_eu_addon(), + 'activate_nonce' => wp_create_nonce( 'monsterinsights-activate' ), + 'install_nonce' => wp_create_nonce( 'monsterinsights-install' ), + 'exit_url' => add_query_arg( 'page', 'monsterinsights_settings', admin_url( 'admin.php' ) ), + 'shareasale_id' => monsterinsights_get_shareasale_id(), + 'shareasale_url' => monsterinsights_get_shareasale_url( monsterinsights_get_shareasale_id(), '' ), + // Used to add notices for future deprecations. + 'versions' => array( + 'php_version' => phpversion(), + 'php_version_below_54' => apply_filters( 'monsterinsights_temporarily_hide_php_52_and_53_upgrade_warnings', version_compare( phpversion(), '5.4', '<' ) ), + 'php_version_below_56' => apply_filters( 'monsterinsights_temporarily_hide_php_54_and_55_upgrade_warnings', version_compare( phpversion(), '5.6', '<' ) ), + 'php_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-php/' ), + 'wp_version' => $wp_version, + 'wp_version_below_46' => version_compare( $wp_version, '4.6', '<' ), + 'wp_version_below_49' => version_compare( $wp_version, '4.9', '<' ), + 'wp_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-wordpress/' ), + ), + 'plugin_version' => MONSTERINSIGHTS_VERSION, + ) + ); + + } + + /** + * Outputs the simplified header used for the Onboarding Wizard. + */ + public function onboarding_wizard_header() { + ?> + + > + + + + <?php esc_html_e( 'MonsterInsights › Onboarding Wizard', 'google-analytics-for-wordpress' ); ?> + + + + + + ' . esc_html__( 'Return to Dashboard', 'google-analytics-for-wordpress' ) . '
        ' ); + monsterinsights_settings_inline_js(); + } + + /** + * Outputs the simplified footer used for the Onboarding Wizard. + */ + public function onboarding_wizard_footer() { + ?> + + + + get_base_country(); + $continent = $wc_countries->get_continent_code_for_country( $country ); + + if ( 'EU' === $continent ) { + return true; + } + } + + // Is EDD installed? + if ( class_exists( 'Easy_Digital_Downloads' ) && function_exists( 'edd_get_shop_country' ) ) { + $country = strtoupper( edd_get_shop_country() ); + $eu_countries = self::get_eu_countries(); + + // Check if the country code is in the list of EU countries we have stored. + if ( in_array( $country, $eu_countries, true ) ) { + return true; + } + } + + // If no store installed, check the timezone setting. + $timezone_string = get_option( 'timezone_string' ); + if ( 0 === strpos( strtolower( $timezone_string ), 'europe' ) ) { + // If the timezone is set to Europe, assume the website is based in Europe. + return true; + } + + return false; + + } + + /** + * Install WPForms lite and activate it, prevent initial setup step. + * + * @return null|string + */ + public function install_and_activate_wpforms() { + + check_ajax_referer( 'monsterinsights-install', 'nonce' ); + + if ( ! current_user_can( 'install_plugins' ) ) { + wp_send_json( array( + 'message' => esc_html__( 'You are not allowed to install plugins', 'google-analytics-for-wordpress' ), + ) ); + } + + include_once ABSPATH . 'wp-admin/includes/plugin-install.php'; + + $api = plugins_api( 'plugin_information', array( + 'slug' => 'wpforms-lite', + 'fields' => array( + 'short_description' => false, + 'sections' => false, + 'requires' => false, + 'rating' => false, + 'ratings' => false, + 'downloaded' => false, + 'last_updated' => false, + 'added' => false, + 'tags' => false, + 'compatibility' => false, + 'homepage' => false, + 'donate_link' => false, + ), + ) ); + + if ( is_wp_error( $api ) ) { + return $api->get_error_message(); + } + + $download_url = $api->download_link; + + $method = ''; + $url = add_query_arg( + array( + 'page' => 'monsterinsights-settings', + ), + admin_url( 'admin.php' ) + ); + $url = esc_url( $url ); + + ob_start(); + if ( false === ( $creds = request_filesystem_credentials( $url, $method, false, false, null ) ) ) { + $form = ob_get_clean(); + + wp_send_json( array( 'form' => $form ) ); + } + + // If we are not authenticated, make it happen now. + if ( ! WP_Filesystem( $creds ) ) { + ob_start(); + request_filesystem_credentials( $url, $method, true, false, null ); + $form = ob_get_clean(); + + wp_send_json( array( 'form' => $form ) ); + + } + + // We do not need any extra credentials if we have gotten this far, so let's install the plugin. + require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; + $base = MonsterInsights(); + require_once plugin_dir_path( $base->file ) . '/includes/admin/licensing/skin.php'; + + // Create the plugin upgrader with our custom skin. + $installer = new Plugin_Upgrader( new MonsterInsights_Skin() ); + $installer->install( $download_url ); + + // Flush the cache and return the newly installed plugin basename. + wp_cache_flush(); + if ( $installer->plugin_info() ) { + // Set this option to prevent WP Forms setup from showing up after the wizard completes. + update_option( 'wpforms_activation_redirect', true ); + activate_plugin( $installer->plugin_info() ); + wp_send_json_success(); + } + + wp_die(); + + } + + /** + * Update the redirect url so the user returns to the Onboarding Wizard after auth. + * + * @param string $siteurl The url to which the user is redirected for auth. + * + * @return mixed + */ + public function change_return_url( $siteurl ) { + + $url = wp_parse_url( $siteurl ); + + if ( isset( $url['query'] ) ) { + + parse_str( $url['query'], $parameters ); + + $parameters['return'] = rawurlencode( add_query_arg( array( + 'page' => 'monsterinsights-onboarding', + ), admin_url() ) ); + + $siteurl = str_replace( $url['query'], '', $siteurl ); + + $siteurl = add_query_arg( $parameters, $siteurl ); + + $siteurl .= '#/authenticate'; + + } + + return $siteurl; + + } + + /** + * Update the success redirect URL so if all is well we get to the next step. + * + * @param string $siteurl The url to which the user is redirected after a successful auth. + * + * @return mixed + */ + public function change_success_url( $siteurl ) { + + $siteurl = add_query_arg( array( + 'page' => 'monsterinsights-onboarding', + ), admin_url() ); + + $siteurl .= '#/recommended_settings'; + + return $siteurl; + + } + + /** + * Retrieve an array of European countries. + * + * @return array + */ + public static function get_eu_countries() { + return array( + 'AD', + 'AL', + 'AT', + 'AX', + 'BA', + 'BE', + 'BG', + 'BY', + 'CH', + 'CY', + 'CZ', + 'DE', + 'DK', + 'EE', + 'ES', + 'FI', + 'FO', + 'FR', + 'GB', + 'GG', + 'GI', + 'GR', + 'HR', + 'HU', + 'IE', + 'IM', + 'IS', + 'IT', + 'JE', + 'LI', + 'LT', + 'LU', + 'LV', + 'MC', + 'MD', + 'ME', + 'MK', + 'MT', + 'NL', + 'NO', + 'PL', + 'PT', + 'RO', + 'RS', + 'RU', + 'SE', + 'SI', + 'SJ', + 'SK', + 'SM', + 'TR', + 'UA', + 'VA', + ); + } + + /** + * Ajax handler for grabbing the installed code status. + */ + public function get_install_errors() { + + wp_send_json( monsterinsights_is_code_installed_frontend() ); + + } + +} + +new MonsterInsights_Onboarding_Wizard(); diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-dimensions.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-dimensions.php new file mode 100644 index 00000000..26155b6a --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-dimensions.php @@ -0,0 +1,29 @@ +title = __( 'Dimensions', 'google-analytics-for-wordpress' ); + parent::__construct(); + } + + protected function get_report_html( $data = array() ){ + return $this->get_upsell_notice(); + } +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-ecommerce.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-ecommerce.php new file mode 100644 index 00000000..ed9bb0f3 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-ecommerce.php @@ -0,0 +1,29 @@ +title = __( 'eCommerce', 'google-analytics-for-wordpress' ); + parent::__construct(); + } + + protected function get_report_html( $data = array() ){ + return $this->get_upsell_notice(); + } +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-forms.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-forms.php new file mode 100644 index 00000000..ca1f2c2c --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-forms.php @@ -0,0 +1,29 @@ +title = __( 'Forms', 'google-analytics-for-wordpress' ); + parent::__construct(); + } + + protected function get_report_html( $data = array() ){ + return $this->get_upsell_notice(); + } +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-publisher.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-publisher.php new file mode 100644 index 00000000..18b97f90 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-publisher.php @@ -0,0 +1,29 @@ +title = __( 'Publishers', 'google-analytics-for-wordpress' ); + parent::__construct(); + } + + protected function get_report_html( $data = array() ){ + return $this->get_upsell_notice(); + } +} \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-queries.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-queries.php new file mode 100644 index 00000000..97319939 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-queries.php @@ -0,0 +1,29 @@ +title = __( 'Search Console', 'google-analytics-for-wordpress' ); + parent::__construct(); + } + + protected function get_report_html( $data = array() ){ + return $this->get_upsell_notice(); + } +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-realtime.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-realtime.php new file mode 100644 index 00000000..f76db05a --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-realtime.php @@ -0,0 +1,29 @@ +title = __( 'Real Time', 'google-analytics-for-wordpress' ); + parent::__construct(); + } + + protected function get_report_html( $data = array() ){ + return $this->get_upsell_notice(); + } +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-year-in-review.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-year-in-review.php new file mode 100644 index 00000000..58636518 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-year-in-review.php @@ -0,0 +1,64 @@ +title = __( 'Year in Review', 'google-analytics-for-wordpress' ); + parent::__construct(); + } + + /** + * Prepare report-specific data for output. + * + * @param array $data The data from the report before it gets sent to the frontend. + * + * @return mixed + */ + public function prepare_report_data( $data ) { + // Add flags to the countries report. + if ( ! empty( $data['data']['countries'] ) ) { + $country_names = monsterinsights_get_country_list( true ); + foreach ( $data['data']['countries'] as $key => $country ) { + $data['data']['countries'][ $key ]['name'] = isset( $country_names[ $country['iso'] ] ) ? $country_names[ $country['iso'] ] : $country['iso']; + } + } + + // Escape urls for the top pages report. + if ( ! empty( $data['data']['toppages'] ) ) { + foreach ( $data['data']['toppages'] as $key => $page ) { + $title = $data['data']['toppages'][ $key ]['title']; + $url = '(not set)' === $title ? '' : esc_url( $data['data']['toppages'][ $key ]['hostname'] ); + + $data['data']['toppages'][ $key ]['hostname'] = $url; + } + } + + // Add logged in user name + $user_info = wp_get_current_user(); + $data['data']['user_name'] = ''; + + if ( ! empty( $user_info->user_firstname ) ) { + $first_name = $user_info->user_firstname; + + $data['data']['user_name'] = $first_name; + } + + return $data; + } +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/tools.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/tools.php new file mode 100644 index 00000000..762e02c9 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/tools.php @@ -0,0 +1,17 @@ + +
        +

        +

        +

        +
        + id ) || 'dashboard_page_monsterinsights-getting-started' !== $current_screen->id ) { + return; + } + + global $wp_version; + $version_path = monsterinsights_is_pro_version() ? 'pro' : 'lite'; + if ( ! defined( 'MONSTERINSIGHTS_LOCAL_WIZARD_JS_URL' ) ) { + wp_enqueue_style( 'monsterinsights-vue-welcome-style-vendors', plugins_url( $version_path . '/assets/vue/css/chunk-vendors.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + wp_enqueue_style( 'monsterinsights-vue-welcome-style-common', plugins_url( $version_path . '/assets/vue/css/chunk-common.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + wp_enqueue_style( 'monsterinsights-vue-welcome-style', plugins_url( $version_path . '/assets/vue/css/wizard.css', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version() ); + wp_enqueue_script( 'monsterinsights-vue-welcome-vendors', plugins_url( $version_path . '/assets/vue/js/chunk-vendors.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-welcome-common', plugins_url( $version_path . '/assets/vue/js/chunk-common.js', MONSTERINSIGHTS_PLUGIN_FILE ), array(), monsterinsights_get_asset_version(), true ); + wp_register_script( 'monsterinsights-vue-welcome-script', plugins_url( $version_path . '/assets/vue/js/wizard.js', MONSTERINSIGHTS_PLUGIN_FILE ), array( + 'monsterinsights-vue-welcome-vendors', + 'monsterinsights-vue-welcome-common', + ), monsterinsights_get_asset_version(), true ); + } else { + wp_enqueue_script( 'monsterinsights-vue-welcome-vendors', MONSTERINSIGHTS_LOCAL_VENDORS_JS_URL, array(), monsterinsights_get_asset_version(), true ); + wp_enqueue_script( 'monsterinsights-vue-welcome-common', MONSTERINSIGHTS_LOCAL_COMMON_JS_URL, array(), monsterinsights_get_asset_version(), true ); + wp_register_script( 'monsterinsights-vue-welcome-script', MONSTERINSIGHTS_LOCAL_WIZARD_JS_URL, array( + 'monsterinsights-vue-welcome-vendors', + 'monsterinsights-vue-welcome-common', + ), monsterinsights_get_asset_version(), true ); + } + wp_enqueue_script( 'monsterinsights-vue-welcome-script' ); + + $user_data = wp_get_current_user(); + + wp_localize_script( + 'monsterinsights-vue-welcome-script', + 'monsterinsights', + array( + 'ajax' => add_query_arg( 'page', 'monsterinsights-onboarding', admin_url( 'admin-ajax.php' ) ), + 'nonce' => wp_create_nonce( 'mi-admin-nonce' ), + 'network' => is_network_admin(), + 'translations' => wp_get_jed_locale_data( 'mi-vue-app' ), + 'assets' => plugins_url( $version_path . '/assets/vue', MONSTERINSIGHTS_PLUGIN_FILE ), + 'roles' => monsterinsights_get_roles(), + 'roles_manage_options' => monsterinsights_get_manage_options_roles(), + 'wizard_url' => admin_url( 'index.php?page=monsterinsights-onboarding' ), + 'shareasale_id' => monsterinsights_get_shareasale_id(), + 'shareasale_url' => monsterinsights_get_shareasale_url( monsterinsights_get_shareasale_id(), '' ), + // Used to add notices for future deprecations. + 'versions' => array( + 'php_version' => phpversion(), + 'php_version_below_54' => apply_filters( 'monsterinsights_temporarily_hide_php_52_and_53_upgrade_warnings', version_compare( phpversion(), '5.4', '<' ) ), + 'php_version_below_56' => apply_filters( 'monsterinsights_temporarily_hide_php_54_and_55_upgrade_warnings', version_compare( phpversion(), '5.6', '<' ) ), + 'php_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-php/' ), + 'wp_version' => $wp_version, + 'wp_version_below_46' => version_compare( $wp_version, '4.6', '<' ), + 'wp_version_below_49' => version_compare( $wp_version, '4.9', '<' ), + 'wp_update_link' => monsterinsights_get_url( 'settings-notice', 'settings-page', 'https://www.monsterinsights.com/docs/update-wordpress/' ), + ), + 'plugin_version' => MONSTERINSIGHTS_VERSION, + 'first_name' => ! empty( $user_data->first_name ) ? $user_data->first_name : '', + ) + ); + } + + /** + * Load the welcome screen content. + */ + public function welcome_screen() { + do_action( 'monsterinsights_head' ); + + monsterinsights_settings_error_page( 'monsterinsights-welcome' ); + monsterinsights_settings_inline_js(); + } +} + +new MonsterInsights_Welcome(); diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/wp-site-health.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/wp-site-health.php new file mode 100644 index 00000000..cb6519cf --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/wp-site-health.php @@ -0,0 +1,427 @@ + __( 'MonsterInsights Authentication', 'google-analytics-for-wordpress' ), + 'test' => array( $this, 'test_check_authentication' ), + ); + + $tests['direct']['monsterinsights_automatic_updates'] = array( + 'label' => __( 'MonsterInsights Automatic Updates', 'google-analytics-for-wordpress' ), + 'test' => array( $this, 'test_check_autoupdates' ), + ); + + if ( $this->is_ecommerce() ) { + $tests['direct']['monsterinsights_ecommerce'] = array( + 'label' => __( 'MonsterInsights eCommerce', 'google-analytics-for-wordpress' ), + 'test' => array( $this, 'test_check_ecommerce' ), + ); + } + + if ( $this->uses_amp() ) { + $tests['direct']['monsterinsights_amp'] = array( + 'label' => __( 'MonsterInsights AMP', 'google-analytics-for-wordpress' ), + 'test' => array( $this, 'test_check_amp' ), + ); + } + + if ( $this->uses_fbia() ) { + $tests['direct']['monsterinsights_fbia'] = array( + 'label' => __( 'MonsterInsights FBIA', 'google-analytics-for-wordpress' ), + 'test' => array( $this, 'test_check_fbia' ), + ); + } + + $tests['async']['monsterinsights_connection'] = array( + 'label' => __( 'MonsterInsights Connection', 'google-analytics-for-wordpress' ), + 'test' => 'monsterinsights_test_connection', + ); + + if ( $this->is_tracking() ) { + $tests['async']['monsterinsights_tracking_code'] = array( + 'label' => __( 'MonsterInsights Tracking Code', 'ga-premium' ), + 'test' => 'monsterinsights_test_tracking_code', + ); + } + + return $tests; + } + + /** + * Checks if the website is being tracked. + * + * @return bool + */ + public function is_tracking() { + + if ( ! isset( $this->is_tracking ) ) { + $ua = monsterinsights_get_ua(); + $this->is_tracking = ! empty( $ua ); + } + + return $this->is_tracking; + + } + + /** + * Check if any of the supported eCommerce integrations are available. + * + * @return bool + */ + public function is_ecommerce() { + + if ( isset( $this->ecommerce ) ) { + return $this->ecommerce; + } + + $this->ecommerce = false; + + if ( class_exists( 'WooCommerce' ) ) { + $this->ecommerce = 'WooCommerce'; + } else if ( class_exists( 'Easy_Digital_Downloads' ) ) { + $this->ecommerce = 'Easy Digital Downloads'; + } else if ( defined( 'MEPR_VERSION' ) && version_compare( MEPR_VERSION, '1.3.43', '>' ) ) { + $this->ecommerce = 'MemberPress'; + } else if ( function_exists( 'LLMS' ) && version_compare( LLMS()->version, '3.32.0', '>=' ) ) { + $this->ecommerce = 'LifterLMS'; + } + + return $this->ecommerce; + } + + /** + * Is the site using AMP or has the AMP addon installed? + * + * @return bool + */ + public function uses_amp() { + + return class_exists( 'MonsterInsights_AMP' ) || defined( 'AMP__FILE__' ); + + } + + /** + * Is the site using FB Instant Articles or has the FBIA addon installed? + * + * @return bool + */ + public function uses_fbia() { + + return class_exists( 'MonsterInsights_FB_Instant_Articles' ) || defined( 'IA_PLUGIN_VERSION' ) && version_compare( IA_PLUGIN_VERSION, '3.3.4', '>' ); + + } + + /** + * Check if MonsterInsights is authenticated and display a specific message. + * + * @return array + */ + public function test_check_authentication() { + $result = array( + 'label' => __( 'Your website is authenticated with MonsterInsights', 'google-analytics-for-wordpress' ), + 'status' => 'good', + 'badge' => array( + 'label' => __( 'MonsterInsights', 'google-analytics-for-wordpress' ), + 'color' => 'blue', + ), + 'description' => __( 'MonsterInsights integrates your WordPress website with Google Analytics.', 'google-analytics-for-wordpress' ), + 'actions' => sprintf( + '

        %s

        ', + add_query_arg( 'page', 'monsterinsights_reports', admin_url( 'admin.php' ) ), + __( 'View Reports', 'google-analytics-for-wordpress' ) + ), + 'test' => 'monsterinsights_auth', + ); + + $this->is_authed = MonsterInsights()->auth->is_authed() || MonsterInsights()->auth->is_network_authed(); + + if ( ! $this->is_authed ) { + if ( '' !== monsterinsights_get_ua() ) { + // Using Manual UA. + $result['status'] = 'recommended'; + $result['label'] = __( 'You are using Manual UA code output', 'google-analytics-for-wordpress' ); + $result['description'] = __( 'We highly recommend authenticating with MonsterInsights so that you can access our new reporting area and take advantage of new MonsterInsights features.', 'google-analytics-for-wordpress' ); + $result['actions'] = sprintf( + '

        %s

        ', + add_query_arg( 'page', 'monsterinsights_settings', admin_url( 'admin.php' ) ), + __( 'Authenticate now', 'google-analytics-for-wordpress' ) + ); + + } else { + // Not authed at all. + $result['status'] = 'critical'; + $result['label'] = __( 'Please configure your Google Analytics settings', 'google-analytics-for-wordpress' ); + $result['description'] = __( 'Your traffic is not being tracked by MonsterInsights at the moment and you are losing data. Authenticate and get access to the reporting area and advanced tracking features.', 'google-analytics-for-wordpress' ); + $result['actions'] = sprintf( + '

        %s

        ', + add_query_arg( 'page', 'monsterinsights_settings', admin_url( 'admin.php' ) ), + __( 'Authenticate now', 'google-analytics-for-wordpress' ) + ); + } + } + + return $result; + } + + /** + * Check if the license is properly set up. + * + * @return array + */ + public function test_check_license() { + + $result = array( + 'status' => 'critical', + 'badge' => array( + 'label' => __( 'MonsterInsights', 'google-analytics-for-wordpress' ), + 'color' => 'blue', + ), + 'test' => 'monsterinsights_license', + 'label' => __( 'MonsterInsights Upgrade not applied', 'google-analytics-for-wordpress' ), + 'description' => __( 'A valid license has been added to MonsterInsights but you are still using the Lite version.', 'google-analytics-for-wordpress' ), + 'actions' => sprintf( + '

        %s

        ', + add_query_arg( 'page', 'monsterinsights_settings', admin_url( 'admin.php' ) ), + __( 'Go to License Settings', 'google-analytics-for-wordpress' ) + ), + ); + + return $result; + } + + /** + * Tests that run to check if autoupdates are enabled. + * + * @return array + */ + public function test_check_autoupdates() { + + $result = array( + 'label' => __( 'Your website is receiving automatic updates', 'google-analytics-for-wordpress' ), + 'status' => 'good', + 'badge' => array( + 'label' => __( 'MonsterInsights', 'google-analytics-for-wordpress' ), + 'color' => 'blue', + ), + 'description' => __( 'MonsterInsights automatic updates are enabled and you are getting the latest features, bugfixes, and security updates as they are released.', 'google-analytics-for-wordpress' ), + 'test' => 'monsterinsights_automatic_updates', + ); + + $updates_option = monsterinsights_get_option( 'automatic_updates', false ); + + if ( 'minor' === $updates_option ) { + $result['label'] = __( 'Your website is receiving minor updates', 'google-analytics-for-wordpress' ); + $result['description'] = __( 'MonsterInsights minor updates are enabled and you are getting the latest bugfixes and security updates, but not major features.', 'google-analytics-for-wordpress' ); + } + if ( 'none' === $updates_option ) { + $result['status'] = 'recommended'; + $result['label'] = __( 'Automatic updates are disabled', 'google-analytics-for-wordpress' ); + $result['description'] = __( 'MonsterInsights automatic updates are disabled. We recommend enabling automatic updates so you can get access to the latest features, bugfixes, and security updates as they are released.', 'google-analytics-for-wordpress' ); + $result['actions'] = sprintf( + '

        %s

        ', + add_query_arg( 'page', 'monsterinsights_settings#/advanced', admin_url( 'admin.php' ) ), + __( 'Update Settings', 'google-analytics-for-wordpress' ) + ); + } + + return $result; + + } + + /** + * Tests that run to check if eCommerce is present. + * + * @return array + */ + public function test_check_ecommerce() { + $result = array( + 'label' => __( 'eCommerce data is not being tracked', 'google-analytics-for-wordpress' ), + 'status' => 'recommended', + 'badge' => array( + 'label' => __( 'MonsterInsights', 'google-analytics-for-wordpress' ), + 'color' => 'blue', + ), + // Translators: The eCommerce store currently active. + 'description' => sprintf( __( 'You are using %s but the MonsterInsights eCommerce addon is not active, please Install & Activate it to start tracking eCommerce data.', 'google-analytics-for-wordpress' ), $this->ecommerce ), + 'test' => 'monsterinsights_ecommerce', + 'actions' => sprintf( + '

        %s

        ', + add_query_arg( 'page', 'monsterinsights_settings#/addons', admin_url( 'admin.php' ) ), + __( 'View Addons', 'google-analytics-for-wordpress' ) + ), + ); + + return $result; + } + + /** + * Tests for the AMP cases. + * + * @return array + */ + public function test_check_amp() { + + $result = array( + 'label' => __( 'AMP pages are not being tracked', 'google-analytics-for-wordpress' ), + 'status' => 'recommended', + 'badge' => array( + 'label' => __( 'MonsterInsights', 'google-analytics-for-wordpress' ), + 'color' => 'blue', + ), + 'description' => __( 'Your website has Google AMP-enabled pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights AMP Addon.', 'google-analytics-for-wordpress' ), + 'test' => 'monsterinsights_amp', + 'actions' => sprintf( + '

        %s

        ', + add_query_arg( 'page', 'monsterinsights_settings#/addons', admin_url( 'admin.php' ) ), + __( 'View Addons', 'google-analytics-for-wordpress' ) + ), + ); + + return $result; + + } + + /** + * Tests for the FBIA cases. + * + * @return array + */ + public function test_check_fbia() { + + $result = array( + 'label' => __( 'Facebook Instant Articles pages are not being tracked', 'google-analytics-for-wordpress' ), + 'status' => 'recommended', + 'badge' => array( + 'label' => __( 'MonsterInsights', 'google-analytics-for-wordpress' ), + 'color' => 'blue', + ), + 'description' => __( 'Your website has Facebook Instant Articles pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights Facebook Instant Articles Addon.', 'google-analytics-for-wordpress' ), + 'test' => 'monsterinsights_fbia', + 'actions' => sprintf( + '

        %s

        ', + add_query_arg( 'page', 'monsterinsights_settings#/addons', admin_url( 'admin.php' ) ), + __( 'View Addons', 'google-analytics-for-wordpress' ) + ), + ); + + return $result; + + } + + /** + * Checks if there are errors communicating with Monsterinsights.com. + */ + public function test_check_connection() { + + $result = array( + 'label' => __( 'Can connect to MonsterInsights.com correctly', 'google-analytics-for-wordpress' ), + 'status' => 'good', + 'badge' => array( + 'label' => __( 'MonsterInsights', 'google-analytics-for-wordpress' ), + 'color' => 'blue', + ), + 'description' => __( 'The MonsterInsights API is reachable and no connection issues have been detected.', 'google-analytics-for-wordpress' ), + 'test' => 'monsterinsights_connection', + ); + + $url = 'https://api.monsterinsights.com/v2/test/'; + $params = array( + 'sslverify' => false, + 'timeout' => 2, + 'user-agent' => 'MonsterInsights/' . MONSTERINSIGHTS_VERSION, + 'body' => '', + ); + $response = wp_remote_get( $url, $params ); + + if ( is_wp_error( $response ) || $response['response']['code'] < 200 || $response['response']['code'] > 300 ) { + $result['status'] = 'critical'; + $result['label'] = __( 'The MonsterInsights server is not reachable.', 'google-analytics-for-wordpress' ); + $result['description'] = __( 'Your server is blocking external requests to monsterinsights.com, please check your firewall settings or contact your host for more details.', 'google-analytics-for-wordpress' ); + + if ( is_wp_error( $response ) ) { + // Translators: The error message received. + $result['description'] .= ' ' . sprintf( __( 'Error message: %s', 'google-analytics-for-wordpress' ), $response->get_error_message() ); + } + } + + wp_send_json_success( $result ); + } + + /** + * Checks if there is a duplicate tracker. + */ + public function test_check_tracking_code() { + + $result = array( + 'label' => __( 'Tracking code is properly being output.', 'google-analytics-for-wordpress' ), + 'status' => 'good', + 'badge' => array( + 'label' => __( 'MonsterInsights', 'google-analytics-for-wordpress' ), + 'color' => 'blue', + ), + 'description' => __( 'The Google Analytics tracking code is being output correctly, and no duplicate Google Analytics scripts have been detected.', 'google-analytics-for-wordpress' ), + 'test' => 'monsterinsights_tracking_code', + ); + + $errors = monsterinsights_is_code_installed_frontend(); + + if ( ! empty( $errors ) && is_array( $errors ) && ! empty( $errors[0] ) ) { + $result['status'] = 'critical'; + $result['label'] = __( 'MonsterInsights has automatically detected an issue with your tracking setup', 'google-analytics-for-wordpress' ); + $result['description'] = $errors[0]; + } + + wp_send_json_success( $result ); + } +} + +new MonsterInsights_WP_Site_Health_Lite(); + diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/index.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/index.php new file mode 100644 index 00000000..720f9c50 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/includes/index.php @@ -0,0 +1,4 @@ +reporting->add_report( $overview_report ); + + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/reports/report-publisher.php'; + $publisher_report = new MonsterInsights_Lite_Report_Publisher(); + MonsterInsights()->reporting->add_report( $publisher_report ); + + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/reports/report-ecommerce.php'; + $ecommerce_report = new MonsterInsights_Lite_Report_eCommerce(); + MonsterInsights()->reporting->add_report( $ecommerce_report ); + + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/reports/report-queries.php'; + $queries_report = new MonsterInsights_Lite_Report_Queries(); + MonsterInsights()->reporting->add_report( $queries_report ); + + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/reports/report-dimensions.php'; + $dimensions_report = new MonsterInsights_Lite_Report_Dimensions(); + MonsterInsights()->reporting->add_report( $dimensions_report ); + + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/reports/report-forms.php'; + $forms_report = new MonsterInsights_Lite_Report_Forms(); + MonsterInsights()->reporting->add_report( $forms_report ); + + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/reports/report-realtime.php'; + $realtime_report = new MonsterInsights_Lite_Report_RealTime(); + MonsterInsights()->reporting->add_report( $realtime_report ); + + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/reports/report-year-in-review.php'; + $year_in_review = new MonsterInsights_Lite_Report_YearInReview(); + MonsterInsights()->reporting->add_report( $year_in_review ); + + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/dashboard-widget.php'; + new MonsterInsights_Dashboard_Widget(); + + // Load the Welcome class. + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/welcome.php'; + + // Load the MonsterInsights Connect class. + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/connect.php'; + + if ( isset( $_GET['page'] ) && 'monsterinsights-onboarding' === $_GET['page'] ) { // WPCS: CSRF ok, input var ok. + // Only load the Onboarding wizard if the required parameter is present. + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/onboarding-wizard.php'; + } + + // Site Health logic. + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/wp-site-health.php'; + + // Helper functions specific to this version of the plugin. + require_once MONSTERINSIGHTS_PLUGIN_DIR . 'lite/includes/admin/helpers.php'; + +} diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/index.php b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/index.php new file mode 100644 index 00000000..720f9c50 --- /dev/null +++ b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/index.php @@ -0,0 +1,4 @@ +MonsterInsights shows you the stats that matter, so you can grow your business with confidence. + +With over 2 million active installs, MonsterInsights is the most popular Google Analytics plugin for WordPress. + +At MonsterInsights, we make it "effortless" to properly connect your WordPress site with Google Analytics, so you can start making data-driven decisions to grow your business. + +Unlike other Google Analytics plugins, MonsterInsights allow you to enable all advanced Google analytics tracking features with just a few clicks (no need to hire a developer). + +The best part is that MonsterInsights comes with a Google Analytics Dashboard for WordPress that shows you actionable analytics reports right inside your WordPress dashboard. We have created customized reports that eliminates the fluff and only show you the stats that matter, so you can see exactly what's working and what's not! + +Simply put, MonsterInsights is the most complete Google Analytics plugin for WordPress that's both EASY and POWERFUL. + +That's why millions of small businesses and top companies like Microsoft, Bloomberg, FedEx, Yelp, Subway, etc. use MonsterInsights to setup Google Analytics on their WordPress sites. + +> MonsterInsights Pro
        +> This plugin is the lite version of MonsterInsights Pro plugin that comes with all the Google analytics tracking features you will ever need including events tracking, ecommerce tracking, custom dimensions tracking, popular post tracing, affiliate link tracking, and tons more. Click here to purchase the best premium Google Analytics plugin for WordPress now! + +We took the pain out of installing Google Analytics in WordPress and made it easy. Here's why over 2 million smart business owners, designers, and developers love MonsterInsights, and you will too! + +https://www.youtube.com/watch?v=IbdKpSygp2U + += Quick & Easy Google Analytics Setup = + +The old way of "properly" setting up Google Analytics was complicated. You had to either hire a developer or learn to add Google Analytics code in various different areas of your WordPress theme. The setup time would take days to weeks if you wanted to add powerful features like events tracking, eCommerce tracking, etc. + +With MonsterInsights, we made it "effortless" to properly setup Google Analytics in WordPress. Yes, you can enable all advanced Google Analytics features with just a few clicks. + +If you can point-and-click, then you can setup WordPress analytics and start seeing insights in under 15 minutes (no code necessary). + +We keep up with all Google Analytics updates, so you can sleep well at night knowing that your website will always stay up to date with the newest features in Google Analytics. + +See what one business owner is saying about MonsterInsights: + +>It just works. Really easy way to insert Google Analytics tracking code and keep it there when switching themes. No need to copy/paste code anywhere. This is the best way to handle Google Analytics in WordPress.
        +> Steven Gliebe + += Google Analytics Dashboard + Real Time Stats = + +Our goal at MonsterInsights is to make analytics easy and accessible for everyone. + +We understand that Google Analytics has a steep learning curve which often prevents small business owners from making informed decisions to grow their business. + +That's why MonsterInsights comes with a built-in Google Analytics Dashboard for your WordPress site, so you can see all the useful information about your visitors right inside your WordPress dashboard. + +We have created customized Google Analytics reports to help you filter through the noise and see the stats that really matter! + +* **Audience Report** helps you get to know your visitors in a whole new way. It shows you detailed insights like which country your visitors are coming from, what are they most interested in, which device are they using, their age, gender, and a whole lot more. You can use this demographics report and audience clues to tweak your website design and content accordingly. + +* **Behavior Report** shows you exactly how people find your website, which keywords did they search for, who referred them, what did they click on your site, and more. You can use these useful stats to identify low-hanging fruits, new partnership opportunities, and promotional areas to focus on. + +* **Content Report** shows you stats on exactly which content gets the most visits, so you can stop guessing and start creating content that gets more traffic and conversion. + +* **Ecommerce Report** shows you important store stats like total revenue, conversion rate, average order value, top referral sources, and more (all in one place). + +* **Forms Report** shows you conversion stats for various contact forms and lead forms on your website, so you can improve the conversions to grow your business. + +* **Search Console Report** shows you exactly how well your website is ranking in Google, so you can further optimize your SEO to grow your organic traffic. + +* **Custom Dimensions Report** helps you dig deeper by showing you useful stats like who are your most popular authors, what are the best publication times, which are your most popular categories or tags, how well are your Yoast focus keywords and SEO score performing, and more. + +Our custom Google Analytics Dashboard reports are based on over 12+ years of online business experience. We built MonsterInsights to be the Google Analytics plugin that we wish we had. + +We currently use MonsterInsights on all our portfolio companies which include both media sites generating tens of millions of pageviews and eCommerce sites generating millions in sales. + +That's why we can confidently say that MonsterInsights is the ultimate Google Analytics Shortcut for seeing the stats that matter and making data-driven decisions to grow your business. + +>I love being able to drill down into the analytics via the reporting feature. I have the PRO version and it makes a big difference what you can analyze. I’m glad that I can integrate with Pretty Links too!
        +>Kim Beasley - MonsterInsights user + += Google Analytics Enhanced Ecommerce Tracking Made Easy = + +Google Analytics Enhanced Ecommerce tracking is a powerful feature that lets you track user behavior across your online store starting from product views to checkout page to thank you page and beyond. + +With MonsterInsights' easy WooCommerce Google Analytics integration, you can setup WooCommerce analytics with literally 1-click. + +Once you have enabled WooCommerce tracking, MonsterInsights will show you all important WooCommerce metrics in a single dashboard including WooCommerce conversion rate, top products in your WooCommerce store, total transactions, total revenue, average order value, top referral sources, and more. + +Our WooCommerce analytics report also include other detailed WooCommerce event tracking data like total add to carts, total removed from cart, time to purchase, and sessions to purchase. + +For those who want to go beyond our WooCommerce stats dashboard, you can easily open up the Google Analytics dashboard to combine WooCommerce Google Analytics data with other secondary dimensions and filters to find exactly what you're looking for. + +Aside from WooCommerce Google Analytics integration, MonsterInsights' Ecommerce addon also offers seamless integration for the Easy Digital Downloads plugin. + +Our Easy Digital Downloads Google Analytics integration allows you to setup Enhanced Ecommerce Tracking on your store with just 1-click. + +Simply put, MonsterInsights' Enhanced Ecommerce for WordPress feature is by far the easiest and most powerful in the market. + += Google Analytics + GDPR Compliance = + +MonsterInsights helps make Google Analytics GDPR compliance easier for business owners. + +Our EU compliance addon allows you to: + +* Anonymize IP in Google Analytics +* Disable the Demographics and Interest Reports for Remarketing and Advertising +* Disable UserID and author name tracking +* Enable the ga() compatibility mode +* Integrate with Cookie Notice and CookieBot plugins to collect user consent before tracking +* Integrate with Google AMP Consent Box before enable tracking +* Integrate with Google Analytics's Chrome browser opt-out extension and built-in cookie opt-out system +* Offer Easy Opt Out link for Google Analytics tracking + +While no single plugin can guarantee 100% GDPR compliance in WordPress, MonsterInsights goes to great length in helping business owners with Google Analytics GDPR compliance. + +For more details, see: GDPR and MonsterInsights - Everything You Need to Know. + + += Universal Tracking + Google Analytics for AMP and Instant Articles = + +MonsterInsights uses Google Analytics universal tracking, so you can track your users across devices and platforms. + +Accelerated Mobile Pages (AMP) is a project by Google that helps you speed up your website. However if you don't set it up properly, Google AMP can cause you to lose your website analytics. Our Google Analytics AMP integration allows you to have accurate Google Analytics tracking on all AMP enabled pages. It works seamlessly with AMP for WordPress plugin. + +We also offer 1-click Google Analytics integration with Facebook Instant Articles. + +At MonsterInsights, we always stay ahead of the curve in helping you integrate WordPress with the latest Google Analytics tracking features. + +>Analytics for PROs! This plugin brings it all, great features and helpful info to easily see what you are doing.
        +> Frank van der Sluijs + += Google AdSense Tracking and Affiliate Link Tracking = + +With MonsterInsights Ads tracking addon, publishers can easily track the performance of their Google AdSense Ads inside their Google Analytics dashboard. + +Our affiliate link tracking makes it easy for bloggers and affiliate marketers to track their affiliate links with Google Analytics. + +MonsterInsights uses event tracking for all WordPress outbound link tracking which is far more accurate than any built-in WordPress analytics solution. + +Unlike other WordPress analytics plugin, our Google Analytics affiliate link tracking does NOT slow down your website because all events are recorded via JavaScript and sent straight to your Google Analytics account. + +Most other WordPress stats plugin track data on your WordPress hosting server which slows down your website and does not scale for larger websites. + +Since our affiliate link tracking use Google Analytics' powerful servers, we can skip WordPress entirely and send data directly to Google Analytics. + +MonsterInsights' affiliate link tracking feature works with all WordPress affiliate link management plugins including Pretty Links, Thirsty Affiliates, and others. + += Custom Dimensions Tracking, Custom Google Analytics Event Tracking, and More = + +Our Google Analytics event tracking feature for WordPress doesn't just stop at affiliate link tracking. + +You can use MonsterInsights custom Google analytics event tracking feature to easily add outbound-link tracking, file downloads tracking, call-to-action button tracking, hashmark tracking, telephone link tracking, and more. + +Our powerful Forms Tracking addon uses Google Analytics custom event tracking feature to enable form analytics in WordPress. With just 1-click, you can enable form conversion tracking for your contact forms, lead generation forms, registration forms, surveys, and any other type of form in WordPress. + +MonsterInsights' Custom Dimensions addon allows you to push WordPress analytics even further. You can use Google Analytics custom dimensions to generate helpful WordPress stats for: + +* Author Tracking - see stats for each author to find which author's posts generate the most traffic. +* Post Type Tracking - see stats for WordPress post types to find out which sections are performing the best. +* Category Tracking - see stats for your WordPress categories to find out which sections of your sites are the most popular. +* Tags Tracking - see stats for your WordPress tags to find out which tags are the most popular. +* SEO Score Tracking - see stats for your Yoast SEO score and see how it impacts your traffic. +* Focus Keyword Tracking - see stats for Yoast focus keyword and see how it correlates with your traffic. +* Logged-in User Tracking - see WordPress stats for what percentage of your users are logged-in. +* User ID Tracking - see stats for each individual logged-in user's activity through User ID custom dimension - great for Ecommerce and membership sites. +* Published Time Tracking - track the performance of your posts based on their published time in Google Analytics. + +Simply put, MonsterInsights allow you to take full advantage of all the powerful Google Analytics features. + +>I like how simple it is for client users and how I can turn on the advanced features for myself to get all the details right.
        +> Skip Shean + += Google Analytics Dashboard Plugin for WordPress Multisite Networks = + +MonsterInsights is the most popular analytics plugin for adding Google Analytics to WordPress multisite. +We have built-in all permissions and controls that you would need to successfully run Google Analytics on a WordPress multi-site. + +You can control who has access to view the Google Analytics Dashboard report in WordPress. Our permissions setting allows you to hide Google analytics reports for specific user roles. + +Similarly, we understand that some sites may want to exclude logged-in users from Google Analytics tracking. MonsterInsights gives you granular control to exclude admin in Google Analytics as well as other user roles. + +Our performance addon allows you to adjust sample rate and site speed sample rates for Google Analytics. + +By now you can probably see why MonsterInsights has become the most popular Google Analytics plugin for WordPress. + +We understand Google Analytics better than any other analytics plugin for WordPress. + += Full MonsterInsights Feature List = + +* Quick and Easy Setup - Easily setup Google Analytics for WordPress with just a few clicks (no coding needed) +* Real Time Stats - See real time stats inside your Google Analytics dashboard. +* Universal Tracking - Get better insights with Google Analytics' universal tracking. +* Google Analytics Dashboard - See the stats that matter from right inside your WordPress dashboard with custom Publisher Report, Ecommerce report, and Search Console report. +* Ecommerce Tracking - Add Google Analytics Ecommerce tracking to WordPress. +* WooCommerce Google Analytics - Add Enhanced Ecommerce Tracking to your WooCommerce store. +* Easy Digital Downloads Google Analytics - Add Enhanced Ecommerce Tracking to your EDD store. +* Ads Tracking - Track your Google Adsense ads with Google Analytics. +* Affiliate Link Tracking - Track your affiliate links and get stats that matter. +* File Download Tracking - Enable file download stats with just a click. +* Custom Link Tracking - Track your outbound link clicks with Google Analytics. +* Events Tracking - Track custom button and banner clicks with Google Analytics. +* Custom Dimensions Tracking - Enable Google analytics custom dimensions tracking for WordPress. +* Author Tracking - See author stats and discover who's the most popular author on your site. +* Popular Post Tracking - See which blog post and section is the most popular. +* Custom Post Type Tracking - Track the performance of your custom post types. +* Referral Tracking - See how visitors are finding your website to better focus your marketing efforts. +* Performance Tracking - Control the performance rate and sample rate for your Google Analytics report. +* Enhanced Link Attribution - Get better analytics with enhanced link attribution. +* Google Analytics for AMP - Add proper Google Analytics tracking for Google AMP. +* Google Analytics for Facebook Instant Articles - Add proper Google Analytics tracking for Facebook Analytics. +* Google Analytics GDPR Compliance - EU compliance addon helps you improve Google Analytics GDPR compliance by adding anonymize IP, cookie consent for Google Analytics, opt-out tracking, and more. +* Form Conversion Tracking - Track conversions for your WordPress forms. Works with all popular plugins including WPForms, Contact Form 7, Gravity Forms, Formidable Forms, and more. +* Google Optimize Tracking - Enable Google Analytics support for Google Optimize A/B Testing. +* Google Analytics Tools - Helpful tools for Google analytics such as UTM link tracking builder. +* Want us to add something else? Suggest a feature and we'll get it added! + +After reading this exhaustive feature list, you can probably imagine why MonsterInsights is the best Google Analytics plugin for WordPress. + +Give MonsterInsights a try. + +Want to unlock more features? Upgrade to our Pro version. + +>Simple, yet powerful. Amazing piece of plugin, does exactly what expected and even more.
        +> Matt Jaworski + += Popular Google Analytics Tutorials = + +* How to setup Google Analytics with WordPress +* How to Login to Google Analytics +* How to Start a WordPress Blog (step by step) + += Note for Beginners = + +Like all WordPress plugins, Google Analytics by MonsterInsights is only available for self-hosted WordPress sites. This means you will need to switch from WordPress.com to WordPress.org if you want to use this plugin on your WordPress site. + +For more details, see this infographic on self hosted WordPress.org vs free WordPress.com + += Credits = + +This plugin is created by Chris Christoff and Syed Balkhi with sponsorship from WPBeginner. + += Branding Guidelines = + +MonsterInsights® is a registered trademark of MonsterInsights LLC. When writing about the Google Analytics for WordPress plugin by MonsterInsights, please make sure to uppercase the first letters of both word. + +* MonsterInsights (correct) +* Monster Insights (incorrect) +* monsterinsights (incorrect) +* monsterinsight (incorrect) + += What's Next = + +If you like this plugin, then consider checking out our other projects: + +* OptinMonster - Get More Email Subscribers +* WPForms - Best WordPress Contact Form Plugin +* SeedProd - Most popular coming soon & maintenance mode plugin for WordPress + +This plugin would not be possible without the help and support of WPBeginner, the largest WordPress resource site. You can learn from our free WordPress Tutorials like how to install WordPress, choose the best WordPress hosting, WordPress glossary, and more. + +You can also learn about other best WordPress plugins. + + +== Installation == + +1. Install Google Analytics for WordPress by MonsterInsights either via the WordPress.org plugin repository or by uploading the files to your server. (See instructions on how to install a WordPress plugin) +2. Activate Google Analytics for WordPress by MonsterInsights. +3. Navigate to the Insights tab in your WordPress admin menu and configure the plugin. +4. Want more features? Purchase MonsterInsights Pro! + +== Changelog == += 7.10.2: December 19, 2019 = +- Fixed: Right to Left (RTL) language stylesheets are now properly loaded for the onboarding wizard. + += 7.10.1: December 5, 2019 = +- Fixed: We've tweaked how certain classes of errors are handled in our onboarding wizard to make it more intuitive for some uncommon setups. +- Fixed: We've fixed a bug with the reports tooltip Javascript that sometimes threw an undefined error. +- Fixed: We've adjusted the logic used to show the not-tracking warning for administrators. + += 7.10.0: November 7, 2019 = +- New: Welcome to Project Delight Phase 3! Over this and the next several major releases, we're going to be focusing on polishing MonsterInsights and it's addons. You can learn more about our Project Delight initative on our blog at monsterinsights.com/blog/. +- New: We've added .docx, .pptx, and .xlsx to our file tracking feature as these are uploadable by WordPress by default and are commonly uploaded filetypes (and complement the existing .doc, .ppt, and .xls tracking we already have). We removed .exe, .js, and .tgz as they cannot be uploaded in WordPress by default and were not commonly used (however these can be added if desired on the file download tracking setting). +- New: Previously in MonsterInsights we did not track administrators, and on multisite super administrators, by default. Starting with this release, editors will also now be excluded from tracking, to prevent them from skewing the analytics data for a site. +- New: You can now change the roles able to adjust MonsterInsights settings prior to authenticating. This allows agencies flexibility in workflow if they do not give clients access to the administrator role to be able to authenticate their site. +- Tweak: We've adjusted the error messages some users were getting revolving around SSL certificates to make them more clear on the action they need to perform to fix it. +- Fixed: We've fixed a bug in the Safari web browser where there was some unintented padding on the Charlie overlay. +- Fixed: We've adjusted the dashboard widget so that if a user cannot save settings, it won't suggest they go to the setup wizard but rather to contact a site administrator. +- Fixed: We've fixed an edge case on multisite that would have prevented some users who saved a manual UA code from being able to remove (rather than replace) it. +- Fixed: We've fixed an extreme edge case in link tracking where if a user is linking to a different domain B from domain A, if domain B's name is in domain A (such as monsterinsights.com and getmonsterinsights.com) this will now be correctly determined to be an outbound link instead of an internal link. + += 7.9.0: October 2, 2019 = +- New: Welcome to Project Delight Phase 2! Over this and the next several major releases, we're going to be focusing on polishing MonsterInsights and it's addons. You can learn more about our Project Delight initative on our blog at monsterinsights.com/blog/. +- New: We added a Quick Links menu so you can suggest features and find help easier +- New: After you set up tracking and visit your site’s frontend as a logged in administrator user you’ll get a notice to make it clearer why your administrator user is not tracked. +- Tweak: Improved the flow when your site is disconnected so it’s easier to authenticate and see results. +- Tweak: Date range is now indicated in the dashboard widget report so report data is clearer. +- Tweak: We moved the link to view the full reports area in the dashboard widget making it easier to access more data. +- Tweak: It’s now easier to set up tracking from the dashboard widget by accessing the setup wizard directly. +- Tweak: We added the "About us" page to multisite panel so it’s easier to get access to the info you need to get started. +- Fixed: We improved the loading state for the dashboard widget in the full-width mode. + += 7.8.2: September 23, 2019 = +- Tweak: Removal of a library for the news dashboard widget + += 7.8.1: September 17, 2019 = +- Tweak: Admin bar reports were no longer in the frontend. +- Fixed: One of our Site Health integrations was triggering an error on PHP versions lower than PHP 5.5. + += 7.8.0: September 10, 2019 = +- New: Welcome to Project Delight Phase 1! Over this and the next several major releases, we're going to be focusing on polishing MonsterInsights and it's addons. You can learn more about our Project Delight initative on our blog at monsterinsights.com/blog/. +- New: We've added a new welcome screen for first time MonsterInsights users that makes it easier than ever to get started with our plugin. +- New: We've added a pair of health checks to the WordPress core site health area to help make it even easier than ever to know that your MonsterInsights install is working properly. +- Tweak: We've added more GA error code detection to help our users when their access tokens expire due to Google's token expiration guidelines. +- Tweak: We've adjusted some of the wording of settings in the plugin to make them clearer. +- Tweak: You can now toggle the dashboard widget on/off directly from the dashboard widget (can also still be done in the Screen Options). +- Tweak: We've added a link on the dashboard widget to bring you directly to the full Overview report. +- Tweak: We've spent some time adding more checks and more verbose error messages whenever we show a user an error message. It rarely happens, but if we can make them more helpful when they do, everyone wins. +- Tweak: We've ensured the menu items look good regardless of the WordPress admin color scheme used. +- Fixed: While MonsterInsights does not track site administrators by default in order to prevent unintended skewing of the Google Analytics data by site owners, we've fixed a bug that prevented users from being able to track them if they wanted to. +- Fixed: While we strongly recommend connecting with MonsterInsights since that allows the Reports and some of the more powerful MonsterInsights features to work, we've fixed a bug where if a manual UA code was added it was not removable on the mulitisite network panel due to a bug in the validation of that field. +- Fixed: We fixed an issue where on the network admin area of WordPress sites, if the plugin SG Optimizer plugin was installed, their plugin's CSS would mess up our plugin's menu item icon. +- Fixed: With our plugin's conversion to VueJS complete, we've removed some old stylesheet and javascript files from the admin that are no longer needed. +- Fixed: Sometimes the current screen was not set in the onboarding wizard so we've added some logic to ensure it's always set for consistency. +- Fixed: Javascript translations for the admin bar widget were sometimes loaded even if the admin bar widget was not going to load itself due to settings. +- Fixed: We've fixed a couple spelling errors in the plugin. + += 7.7.0: June 18, 2019 = +- New: Admin bar insights now available in the WordPress admin. +- New: We've added a custom integration with the WP Site Health Checks area so that you know your site is always properly configured for Google Analytics tracking. +- Tweak: We've tweaked our settings panel a bit to accomodate our new eCommerce tracking for LifterLMS. +- Fixed: We've fixed a bug that caused a compatibility issue with WP-CLI. + += 7.6.0: April 24, 2019 = +- New: Frontend admin bar reports for your website in the last 30 days. +- New: Brand new About Us page which includes info on getting started and using MonsterInsights features. +- Tweaked: Updated the link content priority and aria-label is now used if present. +- Tweaked: Prevent adding another Google Analytics tracking script in the custom code box. +- Tweaked: Added a check to prevent using the current domain in the cross-domain setting. +- Tweaked: Improved overall VueJS compatibility with scripts loaded by other plugins. +- Fixed: Link attribution option disable was no longer disabling frontend tracking. +- Removed: No longer used php pages which were replaced with VueJS. + += 7.5.1: April 9, 2019 = +- Tweaked: Fix for Javascript error thrown by vendor min file causing breaking JS error on some hosting providers which breaks our plugin's VueJS app. +- Tweaked: Fix a conflict with a date.js file loaded by another plugin. + += 7.5.0: April 2, 2019 = +- New: Updated Reports area using VueJS for better loading times and more consistency. +- New: Updated Dashboard widget which now shows overview reports and is powered by VueJS. +- New: Updated Tools page, better integrated with the new, VueJS powered, settings panel. +- New: Brand new Cross-Domain setting to make it easier to track across multiple domains without having to add any code. +- New: Added an integration with the ThirstyAffiliates plugins for the affiliate links tracking. +- Tweaked: Improved the frontend affiliate code to support frameworks which modify the JavaScript Array prototype ( for example MooTools ) +- Tweaked: Onboarding Wizard feedback if JavaScript needed to run does not load correctly +- Tweaked: Improved airplane mode compatibility +- Tweaked: Improved double UA code detection +- Tweaked: The affiliate report will now show the url of the affiliate link being navigated to instead of the label. +- Tweaked: The label for the file download setting has been adjusted to be more clear. +- Fixed: Manual UA code insertion from the dashboard has been fixed +- Fixed: Network installs reauthentication was not working properly in certain situations +- Fixed: Conflict resolution for Video Mate Pro theme and the RedQ Reuse Form plugin + += 7.4.2: January 29, 2019 = +- Tweak: Added a filter to set the default value of events_mode and tracking_mode for compatibility with other plugins since we no longer use these options. +- Tweak: Improved the Manual UA field for better feedback and compatibility. +- Fixed: Missing image file added. + += 7.4.1: January 16, 2019 = +- Fixed: WordPress Core currently has a bug (18857) that affects a super small percentage of our userbase (under 3%) that we've patched our plugin for until WordPress can get a fix shipped in a release. + += 7.4.0: January 15, 2019 = +- New: Brand new settings panel written in VueJS! The new panel has been designed to simplify the process of setting up MonsterInsights and make MonsterInsights's powerful features more user friendly to use. +- New: Brand new onboarding wizard that walks you through setting up MonsterInsights and automatically configures your MonsterInsights settings based on your website needs in just a few minutes. +- New: Users using the affiliate link tracking feature will find they can now define a custom label for each link they want to track, and it's all validated in a new custom repeater field. +- New: Significant performance improvements on both the admin and frontend side of things. This is best exemplified by the new settings panel, which loads significantly faster than the previous one. +- New: MonsterInsights's support staff often sees users who have upgraded to using MonsterInsights from other Google Analytics plugins (or even worse hardcoded tracking code), and forget to turn off the old tracking code. MonsterInsights will now automatically detect most of those other tracking codes and let you know so you get the most accurate tracking numbers from the start. +- Tweak: We've gone through the whole settings area and rewrote the labels for each setting to make them more clear as to what they do. +- Tweak: Based on our opt-in usage tracking data (thank you by the way for those that opt into it), we've removed a couple of the settings that nearly all users had enabled/disabled to make the panel even more simple and useful. +- Tweak: Javascript conflicts with other plugins aren't fun, so we've spent a ton of time testing with hundreds of plugins for this release, and changing our internal code to make it harder for plugin authors not following WordPress best practices to conflict with our code. We've been putting the data from the opt-in usage tracking system to test all of the top plugins and themes that our users run (and we'll continue to do this moving forward). +- Tweak: As part of our ongoing mission to make MonsterInsights accessible for all, we've spent a large amount of this release building out significant tooling for accessibility issue detection, and fixing any issues we have found on the new settings panel. We're going to continue to work on ensuring MonsterInsights is not just the best Google Analytics plugin for WordPress but also the most accessible, and in future releases you'll see even more compatibility updates for this. +- Tweak: For users who are using the "light" admin color scheme, you'll notice our menu icon now adapts to it automatically. +- Removed: MonsterInsights's debug mode has been removed. Originally designed as a tool for our support staff to use when helping users we found that we internally were not using it once we started using more powerful browser extensions, so to reduce user confusion (since it is not designed for use by users), we've removed it. +- Removed: We've removed a bunch of long deprecated PHP constants, filters, and functions, and streamlined the install routines to make MonsterInsights even faster. + += 7.3.3: December 31, 2018 = +- Tweak: Adjusted authentication compatibility checks to allow for more accurate checking. +- Fixed: Issue where the save button might not appear for the network settings panel. +- Fixed: Added compatibility shims for a couple plugins. + += 7.3.2: November 27, 2018 = +- Fixed: Issue on some Lite installs where timezone differences caused users to see an error related to custom date ranges. +- Fixed: Issue where some users were unable to reauthenticate their site. + += 7.3.0: October 30, 2018 = +- New: We've added new custom link attribution, so now you can easily set custom link categories, actions, and labels, which MonsterInsights will use with precedence over our comprehensive automatic link detection, and is compatible with our AMP addon. For usage instructions, see our documentation on custom link attribution. +- Tweak: Better error handling for reports. +- Fixed: Issue where on MonsterInsights pages, the dropdowns on the WP admin menu might not work. +- Fixed: Compatibility for Writee theme, YouTube by EmbedPlus plugin, Blog Time plugin, MaterialWP plugin and Swifty Image Widget plugin. +- Fixed: Issue where on a network install of multisite, all sites might not de-authenticate on removal. +- Fixed: Compatibility issue with Microsoft Edge and IE browsers where the table on overview report might overflow. +- Fixed: On certain browsers when the browser screen width is small the graph tooltips might have appeared off-center. + += 7.2.0: September 19, 2018 = +- Tweak: Sites with large traffic will see numbers larger than 1 million abbreviated so the numbers will no longer overflow out of the report container boxes. +- Tweak: We've clarified the download tracking setting to point out that externally hosted downloads are now tracked as downloads, not external links. +- Tweak: Compatibility for the Fix WP Tables and Magee Shortcodes +- Fixed: We've fixed issues where sites that were recreated/migrated sometimes could not re-authenticate with MonsterInsights. + += 7.1.0: August 8, 2018 = +- New: Comprehensive review of the plugin to ensure styles are correct when utilizing a right to left language. +- Tweak: Compatibility for the WP Media Folder plugin, TagDiv Composer plugin, Ali Dropship plugin, Affiliate Boxes plugin, Impreza theme, GT3 Photo & Video Gallery plugin, WP Booklist plugin, Houzez theme, Prowess theme, and Add Social Share plugin. +- Tweak: Standardized capitalization and spelling of various strings. +- Tweak: External download links will not be marked as downloads. +- Tweak: Updated SweetAlert2 to the latest version. +- Tweak: Tweaked error messages returned on the reports page to include more details and be more specific whenever possible. +- Tweak: Documentation links will always open in a new tab now to ensure you don't lose your place. +- Fixed: Condition which caused the network UA code to not properly fallback in some instances. +- Fixed: Some plugin links to our documentation have been corrected +- Fixed: Sometimes error strings might be over-escaped. We've corrected some cases of this. + += 7.0.9: June 26, 2018 = +- Tweak: The link to support for Lite now goes directly to the Lite support form. +- Tweak: Compatibility fixes for the Newspaper theme and the WordPress Book List plugin. +- Tweak: Sweetalert2, used for notices in core, now uses the newer 7.x release, which has a slightly better layout and fixes some bugs. + += 7.0.8: June 19, 2018 = +- Tweak: Fixes some links to our documentation site. + += 7.0.7: June 7, 2018 = +- Tweak: Compatibility with Selz plugin. +- Tweak: Issue where some settings would remain hidden inadvertently. +- Fixed: Issue where some lite users would see an error regarding a license key. + += 7.0.6: May 14, 2018 = +- Tweak: Better handling of link tracking for links embedded as anchor tags inside of an SVG image. +- Tweak: Link tracking has been updated to enforce more strict type checks on variables. +- Tweak: Plugin conflict notice has been updated to use the actual name of the plugin. +- Tweak: Compatibility fixes for users of the Ken, Vitrine, Artisian Nayma,Grand News, Tie and Church Suite Themes along with the WooCommerce bolder product alerts, Selz eCommerce and Artisian Pages plugin. +- Tweak: Fixed "you you" typo on the Reports page notice. +- Tweak: On the overview report the indicator icon colors for bounce rate have been flipped to more accurately describe the impact (ie green = bounce rate going down = good). +- Fixed: Undefined $tracking variable error. +- Fixed: Better type checking before converting number strings to human readable dates on reports. +- Fixed: If GA didn't load and link tracking was enabled, an undefined Javascript error could occur if the fallback object didn't get set (edgecase). + += 7.0.5: April 9, 2018 = +- New: Introduced a system (behind-the-scenes) that automatically attempts to correct for improperly set timezones in the WordPress settings panel, server timezone settings and/or GA profile timezones. This should eliminate issues with timezones on Lite user accounts, as well as allow for more accurate date reporting. +- New: Introduced a system (behind-the-scenes) to allow for deauthentication of profiles set on websites whose profiles were migrated (for example from a staging site to a production site) +- Tweak: Made clientID retrieval more efficient. +- Fixed: Several translation/textdomain and typo fixes. +- Fixed: Undefined $num in the overview report. + += 7.0.4: March 7, 2018 = +- New: We've added links to the pages listed in the top pages part of the Overview report to make it easier to see which page each title belongs to. +- New: We've added the UA code to the account selector to make it easier to determine which property to use. +- New: Better compatibility with IE11. +- New: The links to view more reporting data now default to the currently selected daterange when you go to analytics.google.com +- Fixed: We've corrected some missing closing li tags on the overview report. +- Fixed: We fixed an issue where get_current_screen might be undefined on some pages. +- Fixed: We fixed an issue where some improperly configured servers might resolve symlinks that are not supposed to be resolved, leading to issues with loading asset files MonsterInsights uses. + += 7.0.3: February 28, 2018 = +- New: We added support for tracking download files that have a cache busting variable on the URL. +- New: We added support for the new UserID mode used in our AMP addon. +- Tweak: We fixed a bug with the notices class, and drastically cut back on the number of them. +- Fixed: We fixed a bug with our Facebook Instant Articles addon that prevented some users from being tracked for downloads. +- Fixed: We fixed a bug in the usage tracking for some types of installs. +- Fixed: We've allowed the disabling of tracking for admininistrator role users on single sites. + += 7.0.2: February 27, 2018 = +- Fixed: Fixed a bug with the analytics.js output where a UA code wasn't entered, the $reason variable could be undefined. +- Fixed: Fixed an issue where a notice might not be dismissable and we've also removed several of them. + += 7.0.1: February 26, 2018 = +- New: Support for the updated version of MonsterInsights AMP plugin which switches from using a custom REST endpoint to using the now built in Google AMP ClientID synching feature. If you're using the AMP addon, you'll want to also update that addon as well. +- New: The __gaTracker and disable tracking functions will always be defined, even when we're not tracking users (for example if viewing a preview, or if a logged-in administrator) to allow sites to not have to worry about breakage when variable exist checking isn't done. +- New: We now output a notice in the console and output the GA code (though do not run it) when we're not tracking someone. This makes it easier to verify the Google code is indeed outputting, and also makes it more clear as to why a particular user isn't being tracked. Note, when testing Google Analytics code, always do it logged out, ideally in the private browsing/incognito mode of your web browser. We're going to keep working on improving the frontend system to simplify it and add new features for both Lite and Pro users now that we've jettisoned ga.js support in MonsterInsights 7.0. You'll see updates through the year that add new tracking features, particularly ones that we're tweaking in order to expand and refine our built-in reporting. +- New: We added a "have a MonsterInsights license" link on the settings panel, to make it clearer the procedure for the quick and easy upgrade from MonsterInsights Lite to MonsterInsights Pro. +- Tweak: We removed the phrase referencing the dashboard (removed in MonsterInsights 7.0) from the permissions settings. +- Fixed: Due to us forgetting to include our jQuery shim for disable() in the Lite, some users were unable to use the 10/25/50 expand feature on the reports page. +- Fixed: An accidental use of the PHP function date instead of the one called time meant that some users were unable to see updated reporting data each day in the Lite version. +- Fixed: In sitei() in the api-auth class, we used mb_strimwidth to trim the final string to 30 characters. While this is a great PHP function, not all servers have the mbstring (Multibyte String) PHP extension installed, from which all mb_* functions are provided, despite it being a "required" PHP extension to use WordPress core. This caused some servers to be unable to authenticate and thus get our amazing new reports (sad face). This usage has been replaced with a standard substr use, thus allowing for compatibility with all servers. + += 7.0.0: February 20, 2018 = +* New: Completely revamped reports with a new UI. +* New: Ability to oAuth at the network level, and have that oAuth apply as the default to all subsites (can still override at a subsite level). +* New: Ability to enter a license key at the network level, and have that oAuth apply as the default to all subsites (can still override at a subsite level). +* New: Completely new oAuth flow, that handles more errors and allows for future growth. Importantly, your existing sites will continue to track (the UA code is manually moved in the upgrade process), but you will need to re-authenticate (a quicker, and even easier process in 7.0) to enable our all new reporting area. New permissions requested to allow for significantly expanded reporting (and some upcoming reports). +* New: Ability to see the site traffic graphs in both pageviews and sessions. +* New: You can now choose between Last 30 days, Last 7 days, or any date range of your choosing if you're a paid MonsterInsights user! +* New: Compare site traffic to the previous period. +* New: Completely revamped overview report. You'll find lots of new data has been added. Also, all of that data changes as you use change the date ranges (a Pro exclusive feature). +* New: A brand new eCommerce report for Pro users +* New: A brand new Search Console/Queries report for paid MonsterInsights users. This allows you to see which terms you are ranking for on Google and how Google searches are driving your site traffic, along with clickthrough rates. +* New: A brand new Publishers report for Plus level users allowing you to see breakdown of important site metrics. +* New: A lot of behind the scenes work enabling more reports to be added in the future. Stay on the lookout as we start significantly expanding the breadth and depth of reporting this year. +* New: A revised general settings panel which is significantly faster to load. +* New: Significant performance improvements. We completely top-to-bottom audited MonsterInsights. It's now 286% faster in the admin and 161% faster in the frontend. +* New: Completely new internal notification handling has been implemented. This should make it clearer if you need to address anything, and if so make it less tedious to figure out exactly what. +* Tweak: We've changed the verbage for what users see if they are logged in as a site administrator on the frontend to make it more clear MonsterInsights doesn't track site administrators to prevent them from skewing their own Google Analytics data (particularly demographics data) and to encourage them to use the Incognito Mode/Private browsing mode of their web browser (or log out) if they want to view the Google Analytics code. +* Tweak: The URL used for the measurement protocol calls has been updated per Google guidance. +* Tweak: We've discovered some strings that weren't translatable, and fixed that. +* Tweak: Based on your feedback, we've clarified the titles and descriptions used in some of the settings to make it more clear as to what they do. +* Tweak: When first adding a license key, in rare cases sometimes the addons permissions didn't sync. While extremely rare, and while MonsterInsights would automatically fix itself within 6 hours, we've added a system that eliminates this from happening, and made sure that there's also a way to fix this manually if this need arises. +* Tweak: The countries map has been changed to a countries list (sorted). This means we can remove jVectorMap which had some issues in mapping, and also make it easier for you to see your top countries data. +* Removed: Support for the long deprecated ga.js tracking has been removed. We've had dismissable (and then later non-dismissable) persistent admin notices for over a year now, and it's time to remove support for these finally. Analytics.js tracking is far more accurate than ga.js tracking. Users of ga.js were not able to take advantage of new MonsterInsights features and Google Analytics features that relied on analytics.js, including our out-of-the-box Javascript based events tracking system, and many other features (like enhanced eCommerce tracking in our eCommerce addon). Google themselves deprecated ga.js over 5 years ago. On update, we'll automatically move those using ga.js to analytics.js. This switch requires no changes on behalf of the site owner. +* Removed: Support for the long deprecated PHP events tracking has been removed. We've had dismissable (and then later non-dismissable) persistent admin notices for over a year now offering a 1 click update. The PHP events tracking, a stayover from the Yoast years, caused a lot of issues and couldn't track everything on a page. It could only track things in specific WordPress areas like the_content and widgets, but couldn't track anything outside of that, or things that were added to the DOM after WordPress rendered the page. Our JS events tracking system can track all-the-things on all parts of a page, and is far more accurate and easier for us to maintain. Maintaining a gigantic PHP regex-based system took a lot of our development time up, and based on our opt-in tracking data, almost no one uses it anymore (which is good, because JS tracking is so much better). Users still using it will be automatically switched to JS events tracking on update (which requires no changes to switch to using it). +* Removed: Many deprecated filters from the Yoast era have been removed. After maintaining backwards compatibility for over a year now, and also issuing a notice every time those deprecated filters were used, it's time to pull the plug on these to allow our tracking system to be able to be simplified in the future. We have a complete document in our documentation for the 6.0 release that details exactly how to update for each of these filters. + += 6.2.6: November 17, 2017 = +* Tweak: Compatibility with WordPress 4.9. + += 6.2.5: NOT ISSUED = +* Skipped release version. + += 6.2.4: October 6, 2017 = +* Tweak: Adjusted how the optin tracking is sent to us. + += 6.2.3: September 9, 2017 = +* Tweak: Added a notice for new users of MonsterInsights about when the reports will begin populating. + += 6.2.2: August 16, 2017 = +* Tweak: Adjusted order of setup/config notices +* Fixed: Fixed an issue with the sanitation of number fields. Solves an issue with the Google Optimize extension. + += 6.2.1: August 9, 2017 = +* New: MonsterInsights now has the ability to automatically update itself and it's addons. You can set MonsterInsights to automatically update minor versions only or all new versions inside the MonsterInsights settings panel in Tracking -> Permissions. +* Tweak: Introduce scrollbars on GA auth screen for users with many Google accounts +* Tweak: Added notice to users still on deprecated GA.js tracking and PHP-based events tracking. +* Fixed: Issue with notices having multiple icons has been resolved. +* Fixed: Facebook Instant Articles can now properly handle the Automattic Facebook plugin transformation changes (requires FB IA addon version 1.0.1 or newer) +* Fixed: Conflict with wp_head output for some themes. +* Fixed: Correct level for Forms and Google Optimize addons. +* Fixed: License key errors will no longer show to lite users. + += 6.2.0: June 6, 2017 = +* New: Form Tracking addon +* New: Google Optimize addon +* New: Facebook Instant Articles addon +* New: Telephone link tracking +* New: Functions for supporting enhanced eCommerce tracking in the eCommerce addon +* New: Measurement protocol functions +* New: Tweaks for the settings pages to get ready for a speed improvement release upcoming along with some coming soon addons. +* Tweaks: Spelling corrections. +* Fixed: Internet Explorer tracking fix. +* Fixed: Issue with initialization of settings on certain installs. + + += 6.1.11: May 31, 2017 = +* Tweak: Renamed the tools tab for settings import/export +* Fixed: Issue with saving of manual UA codes +* Fixed: Fixed a couple display issues in the admin +* Fixed: Issue for undefined index when the settings array hasn't been initialized. + += 6.1.10, May 18, 2017 = +* New: Performance improvement in tracking. + += 6.1.9, May 15, 2017 = +* New: Plugin has been tested for compatibility with WordPress 4.8-beta1. We'll continue to test through the beta and release candidates, but MonsterInsights is 4.8 ready as-is. +* Tweak: Deleting lite plugin will no longer delete license key of installed pro version. +* Fixed: Import/export settings page has been fixed so that on sites with a ton of plugins installed that make lots of admin bar items, the admin bar will have relative positioning now to allow it to be scrollable. +* Fixed: Users with more than 1 property for the same domain name can now use any of the views for those properties. +* Fixed: For Pro users, sometimes all available addons for your license level didn't show, requiring you to download them from our site. This has been corrected. + += 6.1.8, May 11, 2017 = +* New: Functions needed to support future features including enhanced eCommerce +* Fixed: Compatibility with Firefox for link tracking. +* Fixed: Issue saving certain fields. + += 6.1.7, April 10, 2017 = +* New: Changes needed to support new addons, including the Google AMP addon, available as of today. +* Tweak: Comments for frontend are minification-safe. +* Tweak: GA notice is now hidden when debug mode is on. +* Tweak: All settings now use the Settings API framework, including all addons. + += 6.1.6, March 29, 2017 = +* New: Select2 filter for the Google oAuth list of profiles, to make it easier to find your Google property by fully supporting search by URL. +* Tweak: Inbound-as-external now is prioritized before downloads in tracking preference order. + += 6.1.5, March 24, 2017 = +* New: Added some functions to prepare for upcoming new addon (Google AMP) and updates (eCommerce, Performance, Dimensions). +* Tweak: JS events tracking for click events. + += 6.1.4, March 23, 2017 = +* Tweak: JS events tracking for click events. +* Fixed: Edge case where JS events tracking won't turn on if the main tracking setting was disabled (such as faulty import). + += 6.1.1 - 6.1.3 (depending on which version of MI you have), March 22, 2017 = +* Fixed: (pro users) Issue with JS events throwing an error for array on non-set settings. + += 6.1.0, March 22, 2017 = +* New: Campaign URL building tool with shortlink capability. +* New: Settings import/export tool. +* New: Experimental (beta) hash tracking for single-page style themes. Note, as the description for the setting says, this feature is a beta feature, and can be tweaked or removed in upcoming versions. +* New: Manual default subsite UA's can now be set from the network settings panel for MonsterInsights. +* New: Optout of GA tracking is now enabled per Google standard. See https://github.com/awesomemotive/google-analytics-for-wordpress/issues/488 for more information. +* Tweak: Notices about JS conflicts now include the JS error when possible. +* Tweak: Some tweaking to when the "Connection error with Google" error is displayed during oAuth. +* Tweak: Notice now shown when too early to display statistics from Google. +* Tweak: Inbound as outbound links may now have a period in them. +* Tweak: Removed duplicate option checking on frontend. +* Tweak: oAuth dialog now only programically closes when the select profile view is shown or when a new one is opened. +* Tweak: Mailto links are now handled as an externally opening link, allowing to bypass issues with the Safari browser not following standards. +* Tweak: WP-Admin Login page tracking has been removed. +* Tweak: More countries now shown in the country map in the overview report. +* Tweak: License key field is no longer shown on lite installs. +* Tweak: Frontend JS file has been refactored to make it more unit testable. +* Fixed: Download events now correctly include data in all cases not just some. +* Fixed: A syntax error involving the manual UA code input has been resolved that could have affected some users under a rare circumstance. + += 6.0.16, March 7, 2017 = +* Fixed: Issues related to link tracking. + += 6.0.15, March 7, 2017 = +* Fixed: Issue with translation string numbering in the disabled user group frontend template. +* Fixed: Resolved issue that caused issue with lightbox-style redirects. +* Fixed: Issue where admin pages had JS issues from mis-ordered JS files. + += 6.0.14, March 1, 2017 = +* Tweak: Allow for invalid license to be removed if debug turned on. +* Fixed: Issues with internal links being tracked as internal-as-outbound +* Fixed: Issues with tracking of downloads +* Fixed: Issue where optin tracking would opt-out on settings panel save + += 6.0.13, February 28, 2017 = +* Tweak: Better detection of issues with authentication due to an outdate WP version. +* Fixed: Issue where JS tracking inadvertantly turned on debug mode due to a bad string to boolean conversion. + += 6.0.12, February 27, 2017 = +* New: The JS events tracking has been moved to a new JS file instead of inline. This will offer the same performance as inlining under HTTP/2, but with the benefit of better cache bursting. +* New: Expanded admin adblock detection. +* Tweak: Select2 is now bundled as Select300 in MonsterInsights. We're pulling down the latest copy of Selct2 and then on-the-fly renaming it. This should end any conflicts between our select2 boxes and other plugins/themes. +* Tweak: We've implemented better error detection on the authentication flow. Some users may have previously seen "No profile errors", due to issues with their server setup will now see more accurate errors. +* Tweak: For servers that use PHP Object caching, the cache will now be flushed during the uninstall routines. This should solve a very rare uninstall error. +* Fixed: A "Invalid UA code" error was displayed whenever someone used oAuth2 and then saved the settings panel, despite having a valid UA code. +* Fixed: An issue with the lazyloading of the Google Client for frontend use has been fixed. + += 6.0.11, February 24, 2017 = +* Notice: Version numbers 6.0.5 - 6.0.10 were not used, as we're synching the version numbers of the Lite and Pro versions of our plugin. You didn't miss any updates. +* Notice: As of this release, we no longer backport changes to the old `yst_ga` option. If you need to access MonsterInsights's settings programically, please use our helper functions. Do not directly access a option. +* New: Redesigned authentication dropdown that shows the site urls to make it easier to find a profile when the users have many accounts. +* New: Tracking is now enabled for the WordPress admin login page (wp-login.php). +* Tweak: The Google class in the admin now only checks for blocking when the reauth is attempted. Expect to save a ton of external calls in the admin, and maybe a performance boost. +* Tweak: The GA client object is now lazyloaded on the frontend, so it's loaded only when something (like another plugin) attempts to use it. In plain English, this will make a alot of sites load times significantly improve. +* Tweak: The analytics.js output has been tweaked to be slightly more aesthetically pleasing (its aligned correctly). We realize no one probably cares but we look at this code for every user we support, so it help us. +* Tweak: The config expired notice has been updated to reflect that it can also be shown if the server is blocking MonsterInsights's ability to connect to Google Analytics. +* Tweak: The cron jobs for opt-in tracking and statistics have been combined into a single cron. +* Tweak: Various performance improvements in the frontend output class. +* Tweak: A notice is now shown when MonsterInsights rejects a manual UA code from being saved for being an invalid format. +* Fixed: Issue where the plugin TweetShare would prevent users from being able to see their properties in the authentication dropdown. +* Fixed: Issue where the manual UA code might not be ported as we were backporting changes to the monsterinsights_settings option to the yst_ga option for backwards compatibility. This lead to a situation where the new settings would override the old ones before the routine to fix the manual UA code issue had run. +* Fixed: Issue where a fatal error from a reference to a class called "Yoast_Frontend_GA" which our plugin doesn't have or use, would be shown caused by the previous Yoast usage of object caching via an autoloader. This is solved by doing a 1 time object cache flush on upgrade. +* Fixed: Issue where if you had more than 1000 profiles on your Google account, not all would be shown. +* Fixed: App analytics properties are now excluded from the dropdown of properties you can authenticate to. +* Fixed: The readme suggested a filter to use for filtering the UA to use, but the filter name was typo'd. This has been fixed. +* Fixed: Issue where the tracking cron would add a new unique cron each day. +* Fixed: We implemented a routine to cleanup those extra crons as well as the old yoast one we no longer use. +* Fixed: Issue where the .org theme Schema would prevent users from being able to see their properties in the authentication dropdown. +* Fixed: Issue where JS based events tracking might not correctly track a mailto: link. + += 6.0.4, February 20, 2017 = +* Tweak: monsterinsights_delete_options now checks to ensure an array is passed in +* Tweak: The reporting class now has many more object property checks. +* Fixed: In install if WP version not supported or if MI Pro was active, the plugin attempted to call a property of the plugin object which didn't exist. +* Fixed: In the deactivate/uninstall routines, MI attempted to use a method of a class object which might not exist, as it might not be the active instance. Better instance handling has been added as well as many more exists checks have been added througought the plugin. +* Fixed: Conflicting loads when both MI Pro and Lite are installed. Note, you should only have Pro installed if you want to use it. That being said, we've done extensive testing to ensure we've handled all of the edge cases surrounding this. This could also lead to issues where it would be impossible to remove Lite and/or Pro from a site if both were installed. +* Fixed: Conflicts with the Pinnacle theme, which loads it's CSS file (with overrides to literally all select2 inputs not just the ones it adds) across the entire admin. This lead to an issue where in the Google Auth, a user might not have been able to see (or could appear with wacky styling) the dropdown of profiles to select. If you cannot see this dropdown after authenticating, let us know as its most likely a simple plugin or theme conflict on CSS styling. +* Fixed: The notices to deactivate/uninstall MI Lite/Pro when the other one were installed had an errant extra quotation mark, and they're now more specific about the action to take. +* Fixed: For some users, the setting for user role exclusion was not working. This has been corrected. +* Fixed: A redirect issue that was looping for some users. The code that does this, while working for most, doesn't for some. We've removed it until a full investigation can be completed. + += 6.0.3, February 20, 2017 = +* Fixed: Path for fontawesome font files was incorrect +* Fixed: Notice in the install routine for the $version variable not being set. + += 6.0.2, February 19, 2017 = +* Fixed: Upgrade routine could drop manual UA codes in certain cases. If you upgraded to 6.0.0 or 6.0.1 and it lost the manual UA code, installing this update will automatically restore the UA code entered as long as you haven't used the oAuth or re-entered the manual UA code. + += 6.0.1, February 19, 2017 = +* Fixed: Typo that caused an issue with PHP 7 installs. + += 6.0.0, February 18, 2017 = +* New: Completely overhauled design, from top to bottom. The plugin has been completely rewritten. +* New: **no more advertisements** in the settings pages. We hated them too. +* New: Javascript based event tracking +* New: ga.js is now officially deprecated. New users cannot use it anymore, and existing users can only switch to analytics.js (but not back). Please note, all new features will be developed exclusively for analytics.js. Google has deprecated it, and now we're deprecating our support for it. +* New: License key system now uses the MonsterInsights License management system +* New: Ability to pick which roles can access the dashboard/reports & settings/addons/tools page using our UI. There's also a new custom capability for this (a meta capability) +* New: Support for Google Analytics Master accounts. When you oAuth into MonsterInsights now, the UA view is now locked to what you picked using the brand new oAuth procedure. +* New: Revamped dashboard +* New: Completely new settings system, with a completely new settings page, and a completely new settings API. Also some new hooks and tabs in preparation for the many addons we'll be releasing over the next few months. +* New: No more conflicts between the base plugins +* New: Completely overhauled translation experience. The lite version translations are now fully managed through translations.wordpress.org. +* New: Opt-in to anonymous data so we can better improve MonsterInsights +* New: Significantly better addons page +* New: Single license key to manage all MonsterInsights extensions. +* New: Automatic detection of blocked asset files (from things like un-whitelisted uBlock Origin) with step by step directions on how to easily correct. +* Tweak: Completely overhauled the ga.js and analytics.js outputs to fix outstanding bugs. +* Tweak: Better debugging + disabled + preview tracking modes, that more clearly indicate what's going on +* Tweak: Completely overhauled PHP regex tracking to solve nearly a dozen outstanding bugs including issues where non-link elements starting with the letter "a" such as tags would get parsed as links causing issues. Also solves issues related to single versus double quote usage for existing onclick handles, non-semicolon terminating onclick handles and various other parsing issues. +* Tweak: Many previously untranslatable strings are now translatable. +* Tweak: Minified in-plugin images. +* Tweak: Minified admin css and js +* Tweak: Uses latest version of Google PHP API now. +* Tweak: The system for creating reports and getting Google Analytics reports have changed. If you've hardcoded into Yoast functions previously not designed for frontend output this could cause problems. We'll introduce an API intended for this type of use after we update to use the v4 reporting API. +* Fixed: Fixed an issue with HostEurope and other hosts modifying the default PHP arg seperator. +* Fixed: Prevents an issue where users with a plugin like Airplane Mode active will get a better error message than "code invalid" on the GA token auth screen (and also fixes how that detection is done in other parts of the plugin). +* Removed: unused track_full_url setting + += 5.5.3, October 3rd, 2016 = +* New: Announces MI 6.0 beta. +* Fixed: Compatibility with PHP compatibility scanner's bug + += 5.5.2, July 7, 2016 = +* Tweak: Updates license manager to have more reliable update information including better compatibility with Yoast SEO products. +* Fixed: Compatibility with upcoming Shiny Updates v2 in WP core + += 5.5.0, May 1, 2016 = +* New: Added new System Info tab for faster support. +* Fixed: Issue with changelog missing some deployed versions. + += 5.4.9, April 15, 2016 = +* New: Font based dashboard icon +* Tweak: The "MonsterInsights" menu item name has been renamed to just "Insights" +* Fixed: Issue with eCommerce addon (also requires user to update eCommerce addon) +* Fixed: Issue with 2 dashboard links +* Fixed: A bug in pre-existing code caused the menu of the plugin to skyrocket unintentionally. This has been corrected. + += 5.4.8, April 14, 2016 = +* New: Google Analytics by Yoast is now MonsterInsights. +* Fixed: Compatibility issue with WordPress 4.5 + +== Upgrade Notice == + += 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. + +== Frequently Asked Questions == + +For all frequently asked questions, and their answers, check the [MonsterInsights Knowledge base](https://www.monsterinsights.com/docs/). + += Why use Google Analytics vs WordPress stats? = + +Native WordPress stats plugin will always slow down your website because they rely on your WordPress hosting server. Most of them do not provide accurate WordPress analytics either. + +Some WordPress stats plugin use third-party servers to mitigate this issue, but they all lack powerful features that Google Analytics can offer. + +Google Analytics is the #1 analytics solution in the world. It comes with all the powerful features that you can ever ask for. MonsterInsights makes it easy for you to use all advanced Google Analytics features in WordPress. + += Can I use MonsterInsights together with another Google Analytics plugin? = + +No. You should only use one Google Analytics plugin on your WordPress site. If you use multiple Google Analytics plugins, then you will compromise your data integrity. It will skew your data and you might see inflated stats. + +We recommend uninstalling other Google Analytics plugins before you install MonsterInsights. + += Why does MonsterInsights load Google Analytics in WordPress header section? = + +Some people believe that loading Google Analytics in WordPress header will slow down your website. That's a myth. Google Analytics loads asynchronously which means that it does not impact your website speed at all. + +MonsterInsights load Google Analytics code in WordPress header because it makes sure that you have the most accurate tracking. + += How does MonsterInsights help with Google Analytics GDPR compliance? = + +MonsterInsights helps make Google Analytics GDPR compliance easier for business owners. + +Our EU compliance addon allows you to: + +* Anonymyze IP in Google Analytics +* Disable the Demographics and Interest Reports for Remarketing and Advertising +* Disable UserID and author name tracking +* Enable the ga() compatibility mode +* Integrate with Cookie Notice and CookieBot plugins to collect user consent before tracking +* Integrate with Google AMP Consent Box before enable tracking +* Integrate with Google Analytic's Chrome browser opt-out extension and built-in cookie opt-out system +* Offer Easy Opt Out link for Google Analytics tracking + +While no single plugin can guarantee 100% GDPR compliance in WordPress, MonsterInsights goes to great length in helping business owners with Google Analytics GDPR compliance. + +For more details, see: GDPR and MonsterInsights - Everything You Need to Know. + += Which eCommerce plugins are compatible with MonsterInsights Enhanced Ecommerce Tracking feature? = + +If you are looking to enable Google Analytics Ecommerce tracking in WordPress, then MonsterInsights is the best solution to do that. + +MonsterInsights Enhanced Ecommerce Tracking works with both WooCommerce and Easy Digital Downloads. + +With just 1-click, you can enable Google Analytics Enhanced Ecommerce Tracking for WooCommerce and see useful WooCommerce analytics report right inside your WordPress dashboard. + += Does MonsterInsights work on WordPress multisite? = + +Yes. MonsterInsights offers the most comprehensive Google Analytics solution for WordPress multi-site. + +It comes with advanced permission control, sample rate control, and other options that you need to properly enable Google Analytics on WordPress multisite. + +== Screenshots == + +1. The overview report +2. Top countries and referrals +3. Top posts and pages +4. Authentication with MonsterInsights +5. Settings page +6. File download tracking +7. eCommerce tracking - no configuration required (Pro feature) +8. eCommerce report (Pro feature) +9. Search console report (Pro feature) +10. Custom dimensions tracking (Pro feature) +11. Custom Dimensions report (Pro feature) diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/documentation.txt b/wordpress/wp-content/plugins/google-sitemap-generator/documentation.txt new file mode 100644 index 00000000..350f3d5f --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/documentation.txt @@ -0,0 +1,412 @@ +Google XML Sitemaps Generator for WordPress +============================================================================== + +This generator will create a sitemaps.org compliant sitemap of your WordPress site. +Currently homepage, posts, static pages, categories, archives and author pages are supported. + +The priority of a post depends on its comments. You can choose the way the priority +is calculated in the options screen. + +Feel free to visit my website under www.arnebrachhold.de or contact me at +himself [at] arnebrachhold [dot] de + +Have fun! + Arne + +Installation: +============================================================================== +1. Upload the full directory into your wp-content/plugins directory +2. Activate the plugin at the plugin administration page +3. Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies. +4. The plugin will automatically update your sitemap of you publish a post, so theres nothing more to do :) + + +Additional contributors: +============================================================================== +Inspiration Michael Nguyen http://www.socialpatterns.com/ +SQL Improvements Rodney Shupe http://www.shupe.ca/ +Japanse Lang. File Hirosama http://hiromasa.zone.ne.jp/ +Spanish lang. File Omi http://equipajedemano.info/ +Italian lang. File Stefano Aglietti http://wordpress-it.it/ +Trad.Chinese File Kirin Lin http://kirin-lin.idv.tw/ +Simpl.Chinese File june6 http://www.june6.cn/ +Swedish Lang. File Tobias Bergius http://tobiasbergius.se/ +Czech Lang. File Peter Kahoun http://kahi.cz +Finnish Lang. File Olli Jarva http://kuvat.blog.olli.jarva.fi/ +Belorussian Lang. File Marcis Gasuns +Bulgarian Lang. File Alexander Dichev http://dichev.com + +Thanks to all contributors and bug reporters! There were much more people involved +in testing this plugin and reporting bugs, either by email or in the WordPress forums. + +Unfortunately I can't maintain a whole list here, but thanks again to everybody not listed here! + + +Release History: +============================================================================== +2005-06-05 1.0 First release +2005-06-05 1.1 Added archive support +2005-06-05 1.2 Added category support +2005-06-05 2.0a Beta: Real Plugin! Static file generation, Admin UI +2005-06-05 2.0 Various fixes, more help, more comments, configurable filename +2005-06-07 2.01 Fixed 2 Bugs: 147 is now _e(strval($i)); instead of _e($i); 344 uses a full < ?php instead of < ? + Thanks to Christian Aust for reporting this :) +2005-06-07 2.1 Correct usage of last modification date for cats and archives (thx to Rodney Shupe (http://www.shupe.ca/)) + Added support for .gz generation + Fixed bug which ignored different post/page priorities + Should support now different wordpress/admin directories +2005-06-07 2.11 Fixed bug with hardcoded table table names instead of the $wpd vars +2005-06-07 2.12 Changed SQL Statement of the categories to get it work on MySQL 3 +2005-06-08 2.2 Added language file support: + - Japanese Language Files and code modifications by hiromasa (http://hiromasa.zone.ne.jp/) + - German Language File by Arne Brachhold (http://www.arnebrachhold.de) +2005-06-14 2.5 Added support for external pages + Added support for Google Ping + Added the minimum Post Priority option + Added Spanish Language File by César Gómez Martín (http://www.cesargomez.org/) + Added Italian Language File by Stefano Aglietti (http://wordpress-it.it/) + Added Traditional Chine Language File by Kirin Lin (http://kirin-lin.idv.tw/) +2005-07-03 2.6 Added support to store the files at a custom location + Changed the home URL to have a slash at the end + Required admin-functions.php so the script will work with external calls, wp-mail for example + Added support for other plugins to add content to the sitemap via add_filter() +2005-07-20 2.7 Fixed wrong date format in additional pages + Added Simplified Chinese Language Files by june6 (http://www.june6.cn/) + Added Swedish Language File by Tobias Bergius (http://tobiasbergius.se/) +2006-01-07 3.0b Added different priority calculation modes and introduced an API to create custom ones + Added support to use the Popularity Contest plugin by Alex King to calculate post priority + Added Button to restore default configuration + Added several links to homepage and support + Added option to exclude password protected posts + Added function to start sitemap creation via GET and a secret key + Posts and pages marked for publish with a date in the future won't be included + Improved compatiblity with other plugins + Improved speed and optimized settings handling + Improved user-interface + Recoded plugin architecture which is now fully OOP +2006-01-07 3.0b1 Changed the way for hook support to be PHP5 and PHP4 compatible + Readded support for tools like w.Bloggar + Fixed "doubled-content" bug with WP2 + Added xmlns to enable validation +2006-03-01 3.0b3 More performance + More caching + Better support for Popularity Contest and WP 2.x +2006-11-16 3.0b4 Fixed bug with option SELECTS + Decreased memory usage which should solve timeout and memory problems + Updated namespace to support YAHOO and MSN +2007-01-19 3.0b5 Javascripted page editor + WP 2 Design + YAHOO notification + New status report, removed ugly logfiles + Better Popularity Contest Support + Fixed double backslashes on windows systems + Added option to specify time limit and memory limit + Added option to define a XSLT stylesheet and added a default one + Fixed bug with sub-pages. Thanks to: + - Mike Baptiste (http://baptiste.us), + - Peter Claus Lamprecht (http://fastagent.de) + - Glenn Nicholas (http://publicityship.com.au) + Improved file handling, thanks to VJTD3 (http://www.VJTD3.com) + WP 2.1 improvements +2007-01-23 3.0b6 Use memory_get_peak_usage instead of memory_get_usage if available + Removed the usage of REQUEST_URI since it not correct in all environments + Fixed that sitemap.xml.gz was not compressed + Added compat function "stripos" for PHP4 (Thanks to Joseph Abboud!) + Streamlined some code +2007-05-17 3.0b7 Added option to include the author pages like /author/john + Small enhancements, removed stripos dependency and the added compat function + Added check to not build the sitemap if importing posts + Fixed missing domain parameter for translator name + Fixed WP 2.1 / Pre 2.1 post / pages database changes + Fixed wrong XSLT location (Thanks froosh) + Added Ask.com notification + Removed unused javascript +2007-07-22 3.0b8 Changed category SQL to prevent unused cats from beeing included + Plugin will be loaded on "init" instead of direclty after the file has been loaded. + Added support for robots.txt modification + Switched YAHOO ping API from YAHOO Web Services to the "normal" ping service which doesn't require an app id + Search engines will only be pinged if the sitemap file has changed +2007-09-02 3.0b9 Added tag support for WordPress 2.3 + Now using post_date_gmt instead of post_date everywhere + Fixed archive bug with static pages (Thanks to Peter Claus Lamprecht) + Fixed some missing translation domains, thanks to Kirin Lin! + Added Czech translation files for 2.7.1, thanks to Peter Kahoun (http://kahi.cz) +2007-09-04 3.0b10 Added category support for WordPress 2.3 + Fixed bug with empty URLs in sitemap + Repaired GET building + Added more info on debug mode +2007-09-23 3.0b11 Changed mysql queries to unbuffered queries + Uses MUCH less memory + Fixed really stupid bug with search engine pings + Option to set how many posts will be included +2007-09-24 3.0 Yeah, 3.0 Final after one and a half year ;) + Removed useless functions +2007-11-03 3.0.1 Using the Snoopy HTTP client for ping requests instead of wp_remote_fopen + Fixed undefined translation strings + Added "safemode" for SQL which doesn't use unbuffered results (old style) + Added option to run the building process in background using wp-cron + Removed unnecessary function_exists, Thanks to user00265 + Added links to test the ping if it failed. +2007-11-25 3.0.2 Fixed bug which caused that some settings were not saved correctly + Added option to exclude pages or post by ID + Restored YAHOO ping service with API key since the other one is to unreliable. (see 3.0b8) +2007-11-28 3.0.2.1 Fixed wrong XML Schema Location (Thanks to Emanuele Tessore) + Added Russian Language files by Sergey http://ryvkin.ru +2007-12-30 3.0.3 Added Live Search Ping + Removed some hooks which rebuilt the sitemap with every comment +2008-03-30 3.0.3.1 Added compatibility CSS for WP 2.5 +2008-04-28 3.0.3.2 Improved WP 2.5 handling +2008-04-29 3.0.3.3 Fixed author pages + Enhanced background building and increased delay to 15 seconds + Background building is enabled by default +2008-04-28 3.1b1 Reorganized files in builder, loader and UI + Added 2 step loader so only code that's needed will be loaded + Improved WP 2.5 handling + Secured all admin actions with nonces +2008-05-18 3.1b2 Fixed critical bug with the build in background option + Added notification if a build is scheduled +2008-05-19 3.1b3 Cleaned up plugin directory and moved asset files to subfolders + Fixed background building bug in WP 2.1 + Removed auto-update plugin link for WP < 2.5 +2008-05-22 3.1 Marked as 3.1 stable, updated documentation +2008-05-27 3.1.0.1 Extracted UI JS to external file + Enabled the option to include following pages of multi-page posts + Script tries to raise memory and time limit if active +2008-12-21 3.1.1 Fixed redirect issue if wp-admin is rewritten via mod_rewrite, thanks to macjoost + Fixed wrong path to assets, thanks PozHonks + Fixed wrong plugin URL if wp-content was renamed / redirected, thanks to wnorris + Updated WP User Interface for 2.7 + Various other small things +2008-12-26 3.1.2 Changed the way the stylesheet is saved (default / custom stylesheet) + Sitemap is now build when page is published + Removed support for static robots.txt files, this is now handled via WordPress + Added compat. exceptions for WP 2.0 and WP 2.1 +2009-06-07 3.1.3 Changed MSN Live Search to Bing + Exclude categories also now exludes the category itself and not only the posts + Pings now use the new WordPress HTTP API instead of Snoopy + Fixed bug that in localized WP installations priorities could not be saved. + The sitemap cron job is now cleared after a manual rebuild or after changing the config + Adjusted style of admin area for WP 2.8 and refreshed icons + Disabled the "Exclude categories" feature for WP 2.5.1, since it doesn't have the required functions yet +2009-06-22 3.1.4 Fixed bug which broke all pings in WP < 2.7 + Added more output in debug mode if pings fail + Moved global post definitions for other plugins + Added small icon for ozh admin menu + Added more help links in UI +2009-08-24 3.1.5 Added option to completely disable the last modification time + Fixed bug regarding the use of the HTTPS url for the XSL stylesheet if the sitemap was build via the admin panel + Improved handling of homepage if a single page was set for it + Fixed mktime warning which appeared sometimes + Fixed bug which caused inf. reloads after rebuilding the sitemap via the admin panel + Improved handling of missing sitemaps files if WP was moved to another location +2009-08-31 3.1.6 Fixed PHP error "Only variables can be passed by reference" + Fixed wrong URLS of multi-page posts (Thanks artstorm!) +2009-10-21 3.1.7 Added support for custom taxonomies (Thanks to Lee!) +2009-11-07 3.1.8 Improved custom taxonomy handling and fixed wrong last modification date + Changed readme and backlinks + Fixed fatal error in WP < 2.3 + Fixed Update Notice in WP 2.8+ + Added warning if blog privacy is activated + Fixed custom URLs priorities were shown as 0 instead of 1 +2009-11-13 3.1.9 Fixed MySQL Error if author pages were included +2009-11-23 3.2 Added function to show the actual results of a ping instead of only linking to the url + Added new hook (sm_rebuild) for third party plugins to start building the sitemap + Fixed bug which showed the wrong URL for the latest Google ping result + Added some missing phpdoc documentation + Removed hardcoded php name for sitemap file for admin urls + Uses KSES for showing ping test results + Ping test fixed for WP < 2.3 +2009-12-16 3.2.1 Notes and update messages could interfere with the redirect after manual build + Help Links in the WP context help were not shown anymore since last update + IE 7 sometimes displayed a cached admin page + Removed invalid link to config page from the plugin description (This resulted in a "Not enough permission error") + Improved performance of getting the current plugin version with caching + Updated Spanish language files +2009-12-19 3.2.2 Fixed PHP4 problems +2010-04-02 3.2.3 Fixed that all pages were not included in the sitemap if the "Uncategorized" category was excluded +2010-05-29 3.2.4 Fixed more deprecated function calls + Added (GMT) to sitemap xslt template to avoid confusion with time zone + Added warning and don't activate plugin if multisite mode is enabled (this mode is NOT tested yet) + Changed get_bloginfo('siteurl') to get_bloginfo('url') to avoid deprecation warning + Changed has_cap(10) to has_cap('level_10') to avoid deprecation warning + Fixed wrong SQL statement for author pages (Ticket #1108), thanks to twoenough +2010-07-11 3.2.5 Backported Bing ping success fix from beta + Added friendly hint to try out the new beta +2010-09-19 3.2.6 Removed YAHOO ping since YAHOO uses bing now + Removed deprecated function call +2012-04-24 3.2.7 Fixed custom post types, thanks to clearsite of the wordpress.org forum! + Fixed broken admin layout on WP 3.4 +2012-08-08 3.2.8 Fixed wrong custom taxonomy URLs, thanks to ramon fincken of the wordpress.org forum! + Removed ASK ping since they shut down their service. + Exclude post_format taxonomy from custom taxonomy list +2013-01-11 3.2.9 Fixed security issue with change frequencies and filename of sitemap file. Exploit was only possible for admin accounts. +2013-09-28 3.3 Fixed problem with file permission checking + Filter out hashs (#) in URLs +2013-11-24 3.4 Fixed deprecation warnings in PHP 5.4, thanks to Dion Hulse! +2014-03-29 4.0 No static files anymore, sitemap is created on the fly + Sitemap is split-up into sub-sitemaps by month, allowing up to 50.000 posts per month + Support for custom post types and custom taxonomis! + 100% Multisite compatible, including by-blog and network activation. + Added support for mu-plugins forced-activation (see sitemap-wpmu.php for details) + Reduced server resource usage due to less content per request. + New API allows other plugins to add their own, separate sitemaps. + Raised min requirements to PHP 5.1 and WordPress 3.3 + Note: This version will try to rename your old sitemap files to *-old.xml. If that doesn’t work, please delete them manually since no static files are needed anymore! + Using only wpdb instead of unbuffered queries anymore + Ping to search engines are done on WP ping + Using PHP5 syntax instead of old PHP4 OOP style + Added pre-loader which checks the requirements + Avoid the main query of WordPress (based on plugin by Michael Adams) + Avoid additional queries in post sitemaps + Added custom post types + Fixed include of static front page in pages index + Do not list "#" permalinks from placeholder plugins + Removed YAHOO pings since YAHOO doesn't have its own ping service anymore. + Sitemap doesn't state it is a feed anymore + Removed Ask.com ping since they shut down their service (who uses Ask anyway?) +2014-03-31 4.0.1 Fixed bug with custom post types including a "-" + Changed rewrite-setup to happen on init and flushing on wp_loaded to better work with other plugins +2014-04-01 4.0.2 Fixed warning if an gzip handler is already active +2014-04-13 4.0.3 Fixed compression if an gzlib handler was already active + Help regarding permalinks for Nginx users + Fix with gzip compression in case there was other output before already + Return 404 for HTML sitemaps if the option has been disabled +2014-04-19 4.0.4 Removed deprecated get_page call + Changed last modification time of sub-sitemaps to the last modification date of the posts instead of the publish date + Removed information window if the statistic option has not been activated + Added link regarding new sitemap format + Updated Portuguese translation, thanks to Pedro Martinho + Updated German translation +2014-05-18 4.0.5 Fixed issue with empty post sitemaps (related to GMT/local time offset) + Fixed some timing issues in archives + Improved check for possible problems before gzipping + Fixed empty Archives and Authors in case there were no posts + Changed content type to text/xml to improve compatibility with caching plugins + Changed query parameters to is_feed=true to improve compatibility with caching plugins + Switched from using WP_Query to load posts to a custom SQL statement to avoid problems with other plugin filters + Fixed bug which caused the Priority Provider to disappear in recent PHP versions + Cleaned up code and renamed variables to be more readable + Added caching of some SQL statements + Added support feed for more help topics + Added support for changing the base of the sitemap url to another URL (for WP installations in sub-folders) + Changed text in XSL template to be more clear about sitemap-index and sub-sitemaps + Added link to new help page + Plugin will also ping with the corresponding sub-sitemap in case a post was modified + Added function to manually start ping for main-sitemap or all sub-sitemaps + Better checking for empty externals + Updated Japanese Translation, thanks to Daisuke Takahashi +2014-06-03 4.0.6 Added option to disable automatic gzipping + Fixed bug with duplicated external sitemap entries + Updated language file template + Don't gzip if behind Varnish + Improved compatibility with caches + Ping on post edit +2014-06-23 4.0.7 Better compatibility with managed GoDaddy hosting (clear alloptions cache when generating the sitemap) + Improved checking if the sitemap should be gzipped or not (depending on ob levels) + Removed WordPress version from the sitemap + Corrected link to WordPress privacy settings + Changed hook which is being used for sitemap pings +2014-09-02 4.0.7.1Added icon for the new WP Add-Plugin page + Changed "Tested up to" to 4.0 +2014-11-15 4.0.8 Fixed bug with excluded categories, thanks to Claus Schöffel! +2017-03-22 4.0.9 Fixed security issue with donation submission. +2018-12-18 4.1.0 Fixed security issues related to forms and external URLs + + + + + +Todo: +============================================================================== +- Your wishes :) + + +License: +============================================================================== +Copyright 2005 - 2018 ARNE BRACHHOLD (email : himself - arnebrachhold - de) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Please see license.txt for the full license. + + +Developer Documentation +============================================================================== + +Adding other pages to the sitemap via other plugins + +This plugin uses the action system of WordPress to allow other plugins +to add urls to the sitemap. Simply add your function with add_action to +the list and the plugin will execute yours every time the sitemap is build. +Use the static method "GetInstance" to get the generator and AddUrl method +to add your content. + +Sample: + +function your_pages() { + $generatorObject = &GoogleSitemapGenerator::GetInstance(); + if($generatorObject!=null) $generatorObject->AddUrl("http://blog.uri/tags/hello/",time(),"daily",0.5); +} +add_action("sm_buildmap", "your_pages"); + +Parameters: +- The URL to the page +- The last modified data, as a UNIX timestamp (optional) +- The Change Frequency (daily, hourly, weekly and so on) (optional) +- The priority 0.0 to 1.0 (optional) + + +Rebuilding the sitemap on request + +If you want to rebuild the sitemap because dynamic content from your plugin has changed, +please use the "sm_rebuild" hook which is available since 3.1.9. +All other methods, like calling the Build method directly are highly unrecommended and might +not work anymore with the next version of the plugin. Using this hook, the sitemap plugin will +take care of everything like loading the required classes and so on. + +Sample: + +do_action("sm_rebuild"); + +The sitemap might not be rebuild immediately, since newer versions use a background WP-Cron +job by default to prevent that the user has to wait and avoid multiple rebuilds within a very short time. +In case the sitemap plugin is not installed, nothing will happen and no errors will be thrown. + +=============================================== + +Adding additional PriorityProviders + +This plugin uses several classes to calculate the post priority. +You can register your own provider and choose it at the options screen. + +Your class has to extend the GoogleSitemapGeneratorPrioProviderBase class +which has a default constructor and a method called GetPostPriority +which you can override. + +Look at the GoogleSitemapGeneratorPrioByPopularityContestProvider class +for an example. + +To register your provider to the sitemap generator, use the following filter: + +add_filter("sm_add_prio_provider","AddMyProvider"); + +Your function could look like this: + +function AddMyProvider($providers) { + array_push($providers,"MyProviderClass"); + return $providers; +} + +Note that you have to return the modified list! \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-amazon.gif b/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-amazon.gif new file mode 100644 index 0000000000000000000000000000000000000000..b6e497f74073a05200fd0e07b4905c36b849959f GIT binary patch literal 244 zcmV-=H_;E zbeo!*^YZejr>A{jIJbj3<)A$Ar##M*J5ED3f`NgLjg4_xH^YlMlx{g@Qa3|9HQJdw zT1qycbvcMB2VGcVLuBcM#7>#pG81dm$aD`4Ocx#68@&L7v8B@vs$6>JSWBUx z!!mV>K20r{|oW_VhYd+Me?}El!wmx(mIY-dGG6AB^$EC-?7hcPf@r;Mb;dD-GTJqA_SRxZi7FU>D0OVE@nJ{3(bj}BIw-an=t%$8WRt`F4 zI-7^ekaQ*h@}79w8%y~>Hb`eZvAmbccUOv3geQBY~u%H=mwq2anjogxdZr8#$`{vd^v)$F( z?)G1&yM~>eLyKyI^TOq&?jgH$z^NHp)C}6RBhEAMO|4Bi zuwpErHV37~pu!ZCjr!V+0hy6hTp{IVztlv^Oa6|c6b4HBc1+}divnIDA0FRMBG_Vc7*VrP=uD1gar z&b=DGu*E8vwLsH#``Sd!6EE$lseeVaqT6X%uN5?68`gs_|1^C-Buztqqf_5CH0#Nq zCtB}cZ#ZFm`jpeed+uPX_4(I_wLDwXhj!7$-+teFiL%c#;0kwY<23RhPQiv9sQ;1@aF#GhClLm3^fwx31j82o!tG@i(+%t-WN`i zGia-|?r7(a)yK7epKO=62cauul|_I+X>Fk b|5+c@L_W#*-+MS8>WU6#9uWO%G4$?#u#3_U literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-bing.gif b/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-bing.gif new file mode 100644 index 0000000000000000000000000000000000000000..83d621fe355de9a23e14934131d06767f02fc1c1 GIT binary patch literal 345 zcmZ?wbhEHb6krfwxT?VL|58`OwpR-EH}Ajsso!y@VC{4H`kV7lyb~z99x(f1!jdQa zW!L`i@&Ets@`97^|KFJL|4eoN{x=t%e7B!?@BiK9{<9wbe{p2O{x|<0Z#{7P%Z5vz z-hch$FzNpPWupK8|7Xa(!a!r7_>+Z^fkA;m2V@V(PYi5j4igGIbeins`wBZl^t#Wg zn{ZBI5t8v!nxLq}%Csaxr-0*l_lX0KC1rR#jtY9-sE}fCIJ{X=fjKE#M7Bkizs7?j zDTk+3mM2Fz-Xoi#PoSf|q)e<*B1hDNRe{TcjlHZUKhR0MD~UUagV9ZjH8PSlEohG; GgEasiLTqXP literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-donate.gif b/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-donate.gif new file mode 100644 index 0000000000000000000000000000000000000000..2ca03eaea76ab0e03602a2e28f2b6f5712cb7ac0 GIT binary patch literal 857 zcmV-f1E%~(Nk%w1VLkvK0K@kg(bd|Bpt!We)5z1_*Wu{^Az1eK z`b1@m=j`yLx5}Nc#N+YzaEz(p=j~Q@n0%J8=k@yT@$_heq9jOjySuyT>FEYEW+FCC zl&8G_008Ru{Qv*|A^8LV00000EC2ui06qX8000I5AlGnYX`X1Rt}IztL*dPIZQppV z?>10;z@TtQEE?8H4gy|9}Eiv2p<&}0Tx*jW2^&(0T2)u5bo?0#JlO4cs?F&g~f!=btw7k(%ZAmCAe1ojSe`ygSb0tLj@2nBLL zfPn%R5=fvJp+Ou6U_k~jP*YuykVP?;IX3abgtfaC1o){fz=a9Q*xZ4Z>}Y^EO}i~h z>5I>d2A6?eIDo)I13VuNIEXWgp~4Sy3Ir%>&Hw@mb5cg&z?s?4OEqi;fv|vqtEs6q ztX6QqXM@oii0!g42LS`P4y$E~V1NNe0LB*(wCdTzf;JOsK+tf34VeWJ08pF|0Ks}P zoM@18+@^nn;C=x?09RZo6$AkeI3PgQTL(;_fjj1uL!bbh1%W_)c1(c=ys&`@QSGhB(~mR5F|C5izaq2vcp9!chzNA{s* za{1+*bAl8GHED(a}Dmf9%?8??8Z`EED(kGSh5!IN?7LZ= literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-email.gif b/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-email.gif new file mode 100644 index 0000000000000000000000000000000000000000..587a3fc2f076af1ceea98340b64939bd79796664 GIT binary patch literal 90 zcmZ?wbhEHb6krfwn8?Hc1pmPR$WZ*r!uW!ji9rV>3X*4F(w@@4^7LGW#Vs6d-TJl) lU*1$somP9mqfKg6tu}j;x=ixshu5|neBI5=!^O>D4FLGh9%TRk literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-google.gif b/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-google.gif new file mode 100644 index 0000000000000000000000000000000000000000..9ca22426bb6c811b425b75b289d83488f086b94a GIT binary patch literal 668 zcmV;N0%QG0Nk%w1VGsZi0Oo%H>9qj-0Rimt_yT0h{lo@@tkVDf{{e|C^t=lIk~||NQi`8xCT;iYpKL{QCfgIn3MQ?57N-yU_dl z`zKzX$0;Zsg-V6EnE-k;0fRf<&z9$_FX-K{tiIO$|NIGwHun4eI%O>eOQ7Gd3Q&W% zxzFU`?BwSR3ir7X>+b!(+R4%3-h`sQZjiv=w_n%j;0=a9smiwii8S`q)c}(}%%(Ta zusGJKDgcx%pugVp>CiiTz8rW-B1w)oUY*;pO4y+-cKolPz6t*mW0x2bTP=0W7Ga(5|OgKMC1_ER(G(rb5 zGBYy?UmP0>bXN>DRdXuuAt5at92Of*3Ks@Z5@Q+~<4AOXfhJ8IEO=c!D_Tkq?t4kix_^)w3tB< zM45kt%UsxB5y%XwKp4vW*mN~h=Er8YyW73J?`d*d^MU7{dw=&nzu$8&yaa?0xP}+O zKeWC4nvUcKVlLugL=y4aDjk(q@@9bqq;%2x!d)k)NMCOD_J+cOtV`E)+5^{h+Wluw z>@7ZeD6@{1rHrFJRv-mV(EDQ^oH6u0F1HOVce!T;`==nR?+HND8$UE6TG4w;e-OTP z&k0qngUe{I4SO&tfY9XlV#!h|EAsO+iq9iqz{MaKoEQUACOzj_h;88=DO{UyZPVZ9FVv=MK1i(!D7;bi^-BfeYfJHz@h@b5aPL+U!1^3Tg>+^*WmhE1G{r#ZAjyTS38mD5icNWR?B!o h52B;Gwj}P7`~_k=ZFSBIl{)|c002ovPDHLkV1m>lOlAN8 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-paypal.gif b/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-paypal.gif new file mode 100644 index 0000000000000000000000000000000000000000..a5470d2e6c21cb698acc5d6b8b80c59b6895e50e GIT binary patch literal 220 zcmZ?wbhEHb6krfwI3mDs?cTE!m+vtcr%hb8=gG@=|NsAAyZ3C%oGokjoZWrm>ZIj+ zKYsb%GJ8wegf(Ro*UaB|6sUlK6rlK%h4BTm0D}%l6Ua^n)<^}Fz7$I~r-kcSt)_UK zTGeU5bZ8M*LnhY&g%6=Z8f6Yw519!Wg!C>@4p3rQ*EnxI%YnG9YE1pE1{{1#n{{?1 gbxmVbaY$9;O}WYeSPxe)$!x|0s|jy+O);O;@+Co>ohdh zC@TK{|DOQ{6o0ZXGBC(6=zs)3b~3P5DX8~7a+e>CVGRMj*_?doInq4r z0?LV8hj;=GC(dwV<`rX*Dr yHzS5yN{U^Eqea4)L7*Z|r!!ow-Q@9zpwD-b$;{U4W`)84Gnqtb zw3)5es=M90$>i?w`2YX^A^8LW=mQS`EC2ui01yBT000D95Ckzu5!AeQ27X9#Y)67@ z8<7xPqHRimJ_~?)=#nt^xao~eNI@FR90{8v07y7Mi`hfsC>R=v!ty!8E(9#f;v{_p b0>nol5%5V3yHvth<_KmAUVYE+KOz7-2ZBd} literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-yahoo.gif b/wordpress/wp-content/plugins/google-sitemap-generator/img/icon-yahoo.gif new file mode 100644 index 0000000000000000000000000000000000000000..dc7a8a59820edd0cf7a05e5f6689395c2b10d4bf GIT binary patch literal 88 zcmZ?wbhEHb6krfwn8*ME|AFW~kYG^!$pRM80g)hi1}4oZ{VPwum0iTc=fQAfj{CO> hmGYvgQZsy>EuAud<|1~Rs*6oe)&73@7tFw54FL7t99{qb literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/img/sitemap.js b/wordpress/wp-content/plugins/google-sitemap-generator/img/sitemap.js new file mode 100644 index 00000000..abb53a7c --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/img/sitemap.js @@ -0,0 +1,109 @@ +/* + + $Id: sitemap.js 48032 2008-05-27 14:32:06Z arnee $ + +*/ + +function sm_addPage(url,priority,changeFreq,lastChanged) { + + var table = document.getElementById('sm_pageTable').getElementsByTagName('TBODY')[0]; + var ce = function(ele) { return document.createElement(ele) }; + var tr = ce('TR'); + + var td = ce('TD'); + var iUrl = ce('INPUT'); + iUrl.type="text"; + iUrl.style.width='95%'; + iUrl.name="sm_pages_ur[]"; + if(url) iUrl.value=url; + td.appendChild(iUrl); + tr.appendChild(td); + + td = ce('TD'); + td.style.width='150px'; + var iPrio = ce('SELECT'); + iPrio.style.width='95%'; + iPrio.name="sm_pages_pr[]"; + for(var i=0; i 1) { + firstRow.parentNode.removeChild(firstRow); + } + } + var cnt = table.getElementsByTagName('TR').length; + if(cnt%2) tr.className="alternate"; + + table.appendChild(tr); +} + +function sm_loadPages() { + for(var i=0; ih_tXQWd&`OH5iY>_XcINHwL^Jc& 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 dv))*9T`zRpR$KIR@, 2005. +# $Id: sitemap.pot 2327 2005-06-19 03:09:59 RedAltExport $ +msgid "" +msgstr "" +"Project-Id-Version: Sitemap v2.7.1 for WP\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-07 01:15+0100\n" +"PO-Revision-Date: 2009-07-15 03:12+0200\n" +"Last-Translator: Hazem Khaled \n" +"Language-Team: Sewar \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Arabic\n" +"X-Poedit-Country: ARABIAN WORLD\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "عدد التعليقات" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "أستخدم عدد التعليقات لحساب الأولوية" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "متوسط التعليقات" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "أستخدم متوسط التعليقات لحساب الأولوية" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1187 +msgid "Always" +msgstr "دائماً" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1188 +msgid "Hourly" +msgstr "كل ساعة" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1189 +msgid "Daily" +msgstr "يومياً" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1190 +msgid "Weekly" +msgstr "اسبوعياً" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1191 +msgid "Monthly" +msgstr "شهرياً" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1192 +msgid "Yearly" +msgstr "سنوياً" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1193 +msgid "Never" +msgstr "أبداً" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Hide this notice" +msgstr "أخفاء هذا التبليغ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "شكراً ﻷستخدامك هذه الأضافة! لقد قمت بتركيب الإضافة من اكثر من شهر. إذا كنت راضي عن النتائج, يمكنك التبرع بدولار واحد على الأقل؟ المتبرعين ساعدوني بدعم وتطوير هذه الأضافة المجانية! أكيد, لا يوجد مشكلة!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +msgid "No thanks, please don't bug me anymore!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:119 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:121 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:146 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:453 +msgid "XML Sitemap Generator for WordPress" +msgstr "صانع خريطة الموقع" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:298 +msgid "Configuration updated" +msgstr "تم تحديث الإعدادات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:299 +msgid "Error while saving options" +msgstr "حدث خطأ عند حفظ إعدادات الصفحات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:301 +msgid "Pages saved" +msgstr "تم حفظ إعدادات الصفحات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:302 +msgid "Error while saving pages" +msgstr "حدث خطأ عند حفظ إعدادات الصفحات" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:309 +msgid "The default configuration was restored." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:466 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "هناك إصدارة جديدة %1$s متاحة. تحميل الأصدارة %3$s من هنا." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:468 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "هناك إصدارة جديدة %1$s متاحة. تحميل الأصدارة %3$s من هنا. التحديث التلقائي غير متاح في هذه المدونة." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:470 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "هناك إصدارة جديدة %1$s متاحة. تحميل الأصدارة %3$s من هنا او حدث تلقائياً." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:510 +msgid "open" +msgstr "فتح" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:494 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:511 +msgid "close" +msgstr "أغلاق" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:495 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:512 +msgid "click-down and drag to move this box" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:513 +msgid "click to %toggle% this box" +msgstr "أضغط لكي %toggle% هذا المربع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:497 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:514 +msgid "use the arrow keys to move this box" +msgstr "أستخدم السهم لتحريك المربعات" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:515 +msgid ", or press the enter key to %toggle% it" +msgstr ", او أضغط على الزر لـ%toggle%" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "About this Plugin:" +msgstr "عن هذه الأضافة" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:141 +msgid "Plugin Homepage" +msgstr "الصفحة الرئيسية" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Suggest a Feature" +msgstr "رشح خاصية جديدة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:536 +msgid "Notify List" +msgstr "قائمة التبليغ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "Support Forum" +msgstr "منتدى الدعم" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:538 +msgid "Report a Bug" +msgstr "أبلغ عن خطأ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Donate with PayPal" +msgstr "تبرع بالباي بال" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +msgid "My Amazon Wish List" +msgstr "قائمة رغباتي بأمازون" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_name" +msgstr "إعادة الترجمة : حازم خالد" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_url" +msgstr "http://HazemKhaled.com" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +msgid "Sitemap Resources:" +msgstr "موارد خريطة الموقع:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "Webmaster Tools" +msgstr "ادوات مدير الموقع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "Webmaster Blog" +msgstr "مدونة مدير الموقع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "Site Explorer" +msgstr "متصفح الموقع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "Search Blog" +msgstr "بحث المدونة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:553 +msgid "Webmaster Center Blog" +msgstr "مدونة مركز مدير الموقع" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:555 +msgid "Sitemaps Protocol" +msgstr "بروتوكول خريطة الموقع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:556 +msgid "Official Sitemaps FAQ" +msgstr "الأسئلة الشائعة الرسمية عن خريطة المواقع" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:557 +msgid "My Sitemaps FAQ" +msgstr "الأسئلة الشائعة عن خريطة الموقع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:560 +msgid "Recent Donations:" +msgstr "أخر تبرع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:564 +msgid "List of the donors" +msgstr "قائمة المتبرعين" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:566 +msgid "Hide this list" +msgstr "اخفاء هذه القائمة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:569 +msgid "Thanks for your support!" +msgstr "شكراً لدعمك" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Status" +msgstr "الحالة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Your sitemap was last built on %date%." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreأعرف المزيد" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:610 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreأعرف المزيد" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:618 +msgid "Google was successfully notified about changes." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:630 +msgid "YAHOO was successfully notified about changes." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:642 +msgid "Bing was successfully notified about changes." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:654 +msgid "Ask.com was successfully notified about changes." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:660 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:668 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "تم الأنشاء في حوالي %time% ثانية وأستخدام %memory% MB من الذاكرة." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:670 +msgid "The building process took about %time% seconds to complete." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:674 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:682 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:685 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:691 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:695 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:698 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "إذا تغير شيء على الخادم الخاص بك أو مدونتك, فيجب عليك إعادة غنشاء الخريطة يدوياً" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:700 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "إذا واجهتك أي مشاكل في عملية انشاء الخريطة فيمكنك أستخدام debug function للحصول على المزيد من المعلومات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:707 +msgid "Basic Options" +msgstr "إعدادات أساسية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +msgid "Sitemap files:" +msgstr "ملفات الخريطة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Learn more" +msgstr "أعرف المزيد" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "Write a normal XML file (your filename)" +msgstr "كتابة ملف XML عادي (ملف خريطة الموقع)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:720 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "كتابة ملف XML مضغوط (ملف خريطة الموقع + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +msgid "Building mode:" +msgstr "نظام البناء:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:729 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "اعادة إنشاء الخريطة إذا قمت بتغيير محتوى المدونة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:736 +msgid "Enable manual sitemap building via GET Request" +msgstr "إتاحة أنشاء الخريطة يدوياً عن طريق طلب GET" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:740 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "Update notification:" +msgstr "تحديث التبليغات:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "Notify Google about updates of your Blog" +msgstr "تبليغ جوجل عن تحديثات موقعك" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:749 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "لا يحتاج للتسجيل, ولكن يمكنك التسجيل في Google Webmaster Tools لمتابعة أحصائيات أرشفة موقعك." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:753 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "أبلاغ BING (رسمياً MSN Live Search) عن التحديثات بمدونتك" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:754 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "لا يحتاج للتسجيل, ولكن يمكنك التسجيل في Bing Webmaster Tools لمتابعة أحصائيات أرشفة موقعك." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:758 +msgid "Notify Ask.com about updates of your Blog" +msgstr "أبلاغ Ask.com عن تحديثات مدونتك" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:759 +msgid "No registration required." +msgstr "لا يحتاج للتسجيل" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:763 +msgid "Notify YAHOO about updates of your Blog" +msgstr "تبليغ YAHOO بتحديثات مدونتك" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Your Application ID:" +msgstr "رقم الطلب الخاص بك :" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:765 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:770 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "إضافة خريطة الموقع لملف robots.txt" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:774 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "ملف robots.txt الأفتراضي الذي تم إنشائه بواسطة WordPress قيد الأستخدام. ملف robots.txt الفعلي يجب أن لا يكون موجود بمجلد المدونة!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Advanced options:" +msgstr "خيارات متقدمة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Limit the number of posts in the sitemap:" +msgstr "تحديد عدد التدوينات في الخريطة :" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Newer posts will be included first" +msgstr "التدوينة الجديدة ستدرج الأولى" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "Try to increase the memory limit to:" +msgstr "حاول تزيد حد الذاكرة إلى:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "e.g. \"4M\", \"16M\"" +msgstr "مثال : \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Try to increase the execution time limit to:" +msgstr "حاول زيادة مدة التنفيذ :" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "بالثواني, مثال: \"60\" أو \"0\" للغير نهائي" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:790 +msgid "Include a XSLT stylesheet:" +msgstr "أستخدام ملف تنسيقي XSLT:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Full or relative URL to your .xsl file" +msgstr "الرابط كاملاً ملفم ال .xsl" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Use default" +msgstr "أستخدام الأفتراضي" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "تفعيل وضع MySQL القياسي. أستخدها فقط في حالة حدوث اخطاء MySQL. (يحتاج إلى المزيد من الذاكرة!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:798 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "يجب تحديث وردبريس للأصدارة 2.2 لتفعيل وصل أسرع لل MySQL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "بناء خريطة الموقع في كل مرة في الخلفية (لكل لا يأخر عملية حفظ التدوينات)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "يجب تحديث المدونة لإصدارة 2.1 على الأقل لتفعيل العمل في الخلفية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:813 +msgid "Additional pages" +msgstr "صفحات إضافية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "هنا يمكنك تضمين الملفات و الروابط التي يجب أن يتم تضمينها في خريطة الموقع، لكنها لا تتبع ووردبريس .
        على سبيل المثال، إذا كان نطاق موقعك www.foo.com و مدونتك موجودة في www.foo.com/blog أنت قد تريد تضمين الصفحة الرئيسية لموقعك في www.foo.com." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:818 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1020 +msgid "Note" +msgstr "تنبيه" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "إذا كانت مدونتك في مجلد فرعي و أردت إضافة صفحات خارج مجلد مدونتك، يجب عليك وضع ملف خريطة موقعك في المجلد الرئيسي لموقعك (انظر فسم "مكان ملف خريطة موقعك" في هذه الصفحة)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:860 +msgid "URL to the page" +msgstr "رابط الصفحة" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "ضع رابط الصفحة ، مثلاً : http://www.foo.com/index.html أو www.foo.com/home ." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:824 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:861 +msgid "Priority" +msgstr "الأفضلية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "إختر أفضلية الصفحة نسبة إلى الصفحات الأخرى ، على سبيل المثال ، صفحتك الرئيسية لربّما يكون لها أفضلية أعلى من سيرتك الذاتية ." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Last Changed" +msgstr "آخر تعديل" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "ضع تاريخ آخر تعديل كـ YYYY-MM-DD (مثلاً : 2005-12-31) (اختياري) ." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Change Frequency" +msgstr "فترة التحديث" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "#" +msgstr "#" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:869 +msgid "No pages defined." +msgstr "لا يوجد صفحات مضافة ." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:874 +msgid "Add new page" +msgstr "أضف صفحة جديدة" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Post Priority" +msgstr "الأفضلية" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +msgid "Please select how the priority of each post should be calculated:" +msgstr "الرجاء اختيار مدى أولوية كل تدوينة :" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "Do not use automatic priority calculation" +msgstr "لا تستخدم حساب الأولوية تلقائيا" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "كل المواضيع تحمل نفس الأولوية التي تم تحديدها في "الأولويات"" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:894 +msgid "Location of your sitemap file" +msgstr "مكان ملف خريطة موقعك" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:897 +msgid "Automatic detection" +msgstr "الكشف الآلي" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:901 +msgid "Filename of the sitemap file" +msgstr "اسم ملف خريطة الموقع:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected Path" +msgstr "مسار الملف" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected URL" +msgstr "رابط الملف" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:909 +msgid "Custom location" +msgstr "مسار مخصص" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:913 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "المسار الكامل لملف خريطة الموقع." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:915 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:924 +msgid "Example" +msgstr "مثال" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:922 +msgid "Complete URL to the sitemap file, including name." +msgstr "الرابط الكامل لملف خريطة الموقع." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:935 +msgid "Sitemap Content" +msgstr "محتوى خريطة الموقع" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:941 +msgid "Include homepage" +msgstr "تضمين الصفحة الرئيسية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:947 +msgid "Include posts" +msgstr "تضمين التدوينات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:953 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "إدراج الصفحات التابعة للمواضيع متعددة الصفحات (يزيد في مدة إنشاء الخيرطة وكمية الذاكرة المستخدمة)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:959 +msgid "Include static pages" +msgstr "تضمين الصفحات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:965 +msgid "Include categories" +msgstr "تضمين التصنيفات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:971 +msgid "Include archives" +msgstr "تضمين الأرشيف" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:978 +msgid "Include tag pages" +msgstr "تضمين صفحات التاجات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:985 +msgid "Include author pages" +msgstr "تضمين صفحات الكتاب" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:993 +msgid "Excluded items" +msgstr "استبعاد عناصر" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:995 +msgid "Excluded categories" +msgstr "استبعاد التصنيفات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +msgid "Using this feature will increase build time and memory usage!" +msgstr "باستخدام هذه الميزة سوف تزيد من وقت الأنشاء واستخدام ذاكرة اكبر!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "هذه الخاصية تحتاج لنسخة وردبريس 2.5.1, أنت تستخدم %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1007 +msgid "Exclude posts" +msgstr "استبعاد التدوينات" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "Exclude the following posts or pages:" +msgstr "أستبعاد التدوينات او المواضيع الأتية:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "List of IDs, separated by comma" +msgstr "ضع الأرقام IDs, وأفصل بينهم بكومة انجليزية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +msgid "Child posts won't be excluded automatically!" +msgstr "المواضيع التابعة لن تستبعد تلقائيا!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1017 +msgid "Change frequencies" +msgstr "فترة التحديث" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1021 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "رجاء لاحظ بأنّ قيمة هذه الخاصية هي تلميح معتبر و ليس إجبارياً . بالرغم من أنّ محركات البحث تقرأ هذه الخاصية عندما تبحث ، هي قد تفحص الصفحات التي أشّرت \"كل ساعة\" أقل كثيرا من ذلك ، وهي قد تفحص الصفحات التي أشّرت \"سنوياً\" أكثر من ذلك . هي أيضا من المحتمل تفحص الصفحات التي أشّرت \"أبداً\" بشكل دوري لكي هم يمكن أن يعالجوا التغييرات الغير المتوقّعة في تلك الصفحات ." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1084 +msgid "Homepage" +msgstr "الصفحة الرئيسية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1033 +msgid "Posts" +msgstr "التدوينات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1039 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1102 +msgid "Static pages" +msgstr "الصفحات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1045 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1108 +msgid "Categories" +msgstr "التصنيفات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "أرشيف الشهر الحالي (يفضل أن يكون مثل الصفحة الرئيسية)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1057 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "الأرشيف السابق (يتغير عندما تحرر تدوينة قديمة فقط)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1121 +msgid "Tag pages" +msgstr "صفحات التاجات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1128 +msgid "Author pages" +msgstr "صفحات المؤلفين" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Priorities" +msgstr "الأفضليات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +msgid "Posts (If auto calculation is disabled)" +msgstr "التدوينات (إذا كان الحساب الآلي غير مفعل)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1096 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "أفضلية التدوينة الدنيا (حتى إذا كان الحساب الآلي مفعل)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1114 +msgid "Archives" +msgstr "الأرشيف" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1139 +msgid "Update options" +msgstr "تحديث الإعدادات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1140 +msgid "Reset options" +msgstr "تصفير الإعدادات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap Generator" +msgstr "صانع خريطة الموقع" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap" +msgstr "خريطة الموقع" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:142 +msgid "Sitemap FAQ" +msgstr "الأسئلة الشائعة عن خريطة الموقع" + +#~ msgid "Manual location" +#~ msgstr "تحديد الرابط يدوياً" +#~ msgid "OR" +#~ msgstr "أو" +#~ msgid "Error" +#~ msgstr "حصل خطأ" +#~ msgid "" +#~ "A new page was added. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "" +#~ "تم إضافة صفحة جديدة ، إضغط على زر "حفظ تغييرات الصفحات" لحفظ " +#~ "تغييراتك ." +#~ msgid "" +#~ "The page was deleted. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "تم حذف الصفحة ." +#~ msgid "You changes have been cleared." +#~ msgstr "تم إلغاء تغييراتك ." +#~ msgid "Manual rebuild" +#~ msgstr "إنشاء خريطة الموقع يدوياً" +#~ msgid "" +#~ "If you want to build the sitemap without editing a post, click on here!" +#~ msgstr "" +#~ "إذا كنت تريد إنشاء خريطة الموقع بدون تعديل تدوينة ، إضغط على الزر التالي :" +#~ msgid "Rebuild Sitemap" +#~ msgstr "إعادة إنشاء خريطة الموقع" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-bg_BG.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-bg_BG.mo new file mode 100644 index 0000000000000000000000000000000000000000..7fefcb8c2f2cedd5da8479333885a7e091d50701 GIT binary patch literal 31729 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-bg_BG.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-bg_BG.po new file mode 100644 index 00000000..dea81e3a --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-bg_BG.po @@ -0,0 +1,827 @@ +msgid "" +msgstr "" +"Project-Id-Version: sitemap 3.1.1\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2009-03-02 13:53+0200\n" +"Last-Translator: Alexander Dichev \n" +"Language-Team: Alexander Dichev \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Bulgarian\n" +"X-Poedit-Country: BULGARIA\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "Брой Коментари" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Използва броя на коментарите при калкулиране на приоритета на поста" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "Коментари Средно" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "Използва средния брой на коментарите при калкулиране на приоритета" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "Popularity Contest" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Използва активиран Popularity Contest Plugin от Alex King. Виж Настройки и Най-популярните постове." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1209 +msgid "Always" +msgstr "Винаги" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1210 +msgid "Hourly" +msgstr "Ежечасно" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1211 +msgid "Daily" +msgstr "Ежедневно" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1212 +msgid "Weekly" +msgstr "Ежеседмично" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1213 +msgid "Monthly" +msgstr "Ежемесечно" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1214 +msgid "Yearly" +msgstr "Ежегодно" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1215 +msgid "Never" +msgstr "Никога" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Благодаря Ви много за дарението. Вие ми помагате да продължа развитието и поддръжката на този плъгин и на други безплатни приложения и софтуер." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Hide this notice" +msgstr "Скриване на съобщението" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Благодаря Ви, че използвате този плъгин! Вие сте инсталирали и използвате този плъгин повече от месец. Ако работи добре и сте доволни от резултата, не си ли заслужава поне един долар? Даренията ми помагат да продължа развитието и поддръжката на този безплатен софтуер! Разбира се, няма проблеми! " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +msgid "No thanks, please don't bug me anymore!" +msgstr "Не благодаря, моля, не ме безпокойте повече!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:119 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "Вашата карта на сайта се обновява в момента. В зависимост от големината на блога, това би коствало известно време." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:121 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "Вашата карта на сайта ще бъде обновена след %s секунди. В зависимост от големината на блога, това би коствало известно време." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:146 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:441 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Генератор за WordPress" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:278 +msgid "Configuration updated" +msgstr "Конфигурацията е обновена" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:279 +msgid "Error while saving options" +msgstr "Грешка при запазване на настройките" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:281 +msgid "Pages saved" +msgstr "Страниците са запаметени" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:282 +msgid "Error while saving pages" +msgstr "Грешка при запаметяване на страниците" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:286 +#, php-format +msgid "Robots.txt file saved" +msgstr "Файла Robots.txt е запазен" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:288 +msgid "Error while saving Robots.txt file" +msgstr "Грешка при запазването на файла robots.txt" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:297 +msgid "The default configuration was restored." +msgstr "Стандартните настройки са възстановени" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:454 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "Има нова версия на %1$s. Изтеглете версия %3$s тук." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:456 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "Има нова версия на %1$s. Изтегли версия %3$s тук невъзможно е автоматично обновяване за това разширение." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:458 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "Има нова версия на %1$s. Изтегли версия %3$s тук илиr обнови автоматично." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:481 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +msgid "open" +msgstr "отвори" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:482 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:499 +msgid "close" +msgstr "затвори" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:483 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:500 +msgid "click-down and drag to move this box" +msgstr "кликнете с мишката върху кутията и провлачете за да я преместите" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:484 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:501 +msgid "click to %toggle% this box" +msgstr "кликнете за да %toggle% кутията" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:485 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:502 +msgid "use the arrow keys to move this box" +msgstr "използвайте бутоните със стрелките за преместване на кутията" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:486 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:503 +msgid ", or press the enter key to %toggle% it" +msgstr ", или натиснете бутона Enter за да го %toggle%" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:521 +msgid "About this Plugin:" +msgstr "За плъгина:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:522 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:138 +msgid "Plugin Homepage" +msgstr "Страница на плъгина" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:523 +msgid "Suggest a Feature" +msgstr "Предложи Нова Възможност" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:524 +msgid "Notify List" +msgstr "E-Mail абонамент за обновяванията" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:525 +msgid "Support Forum" +msgstr "Форуми за помощ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:526 +msgid "Report a Bug" +msgstr "Докладвай за Бъг" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:528 +msgid "Donate with PayPal" +msgstr "Дарение с PayPal" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529 +msgid "My Amazon Wish List" +msgstr "Моят списък с желания от Amazon" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +msgid "translator_name" +msgstr "Alexander Dichev" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +msgid "translator_url" +msgstr "http://dichev.com/" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "Sitemap Resources:" +msgstr "Sitemap Ресурси:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "Site Explorer" +msgstr "Site Explorer" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:538 +msgid "Search Blog" +msgstr "Search Blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:543 +msgid "Sitemaps Protocol" +msgstr "Sitemaps Протокол" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:544 +msgid "Official Sitemaps FAQ" +msgstr "Официални Често Задавани Въпроси" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +msgid "My Sitemaps FAQ" +msgstr "Моите Често Задавани Въпроси" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548 +msgid "Recent Donations:" +msgstr "Последни Дарения;" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "List of the donors" +msgstr "Списък на дарителите" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:554 +msgid "Hide this list" +msgstr "Скрийте този списък" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:557 +msgid "Thanks for your support!" +msgstr "Благодаря за помощта!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:575 +msgid "Status" +msgstr "Статус" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:583 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Все още не е създаден sitemap-файл. От тази връзка генерирайте карта на сайта за първи път." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "Your sitemap was last built on %date%." +msgstr "Вашият sitemap-файл беше създаден успешно на %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:591 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreПовече информация." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:598 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Вашият архивиран sitemap-файл беше създаден успешно на %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:600 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreПовече информация." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:606 +msgid "Google was successfully notified about changes." +msgstr "Google беше уведомен успешно за промените в блога." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:609 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Отне %time% секунди за уведомяването на Google ако желаете да намалите времето за генериране можете да деактивирате тази функция." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Имаше проблем с уведомяването на Google. Виж резултата" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:618 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO беше уведомен успешно за промените в блога." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Отне %time% секунди за уведомяването на YAHOO ако желаете да намалите времето за генериране можете да деактивирате тази функция." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Имаше проблем с уведомяването на YAHOO. Виж резултата" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:630 +msgid "MSN was successfully notified about changes." +msgstr "MSN беше уведомен успешно за промените в блога." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time." +msgstr "Отне %time% секунди за уведомяването на MSN.com, ако желаете да намалите времето за генериране можете да деактивирате тази функция." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +#, php-format +msgid "There was a problem while notifying MSN.com. View result" +msgstr "Имаше проблем с уведомяването на MSN.com. Виж резултата" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:642 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com беше уведомен успешно за промените в блога." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Отне %time% секунди за уведомяването на Ask.com ако желаете да намалите времето за генериране можете да деактивирате тази функция." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Имаше проблем с уведомяването на Ask.com. Виж резултата" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:656 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Генерирането на sitemap-а отне %time% секунди и беше използвана %memory% MB памет." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:658 +msgid "The building process took about %time% seconds to complete." +msgstr "Процесът на генериране отне %time% секунди." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:662 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Съдържанието на картата на сайта Ви не е променено от последния път, затова файлове не бяха създадени и не бяха ping-нати търсачки." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:670 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "Възможно е процесът по изграждане все още да не е приключил. Презареди страницата след няколко секунди и провери за промяна." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:673 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Последният опит на генериране на карта на сайта приключи неуспешно! Можете да опитате да увеличите максимума използвана памет и лимита за време на изпълнение на PHP-скриптове на Вашия уеб-сървър. Повече информация." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:675 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Последното регистрирано количество използвана от скрипта памет е %memused%MB, лимита за използвана памет от PHP-скриптове, зададен в конфигурацията на Вашия уеб-сървър е %memlimit%MB." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:679 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Последното регистрирано време за изпълнение на скрипта беше %timeused% секунди, лимита за продължителност на изпълнение на PHP-скриптове зададен в конфигурацията на Вашия уеб-сървър е %timelimit% секунди." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:683 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Изпълнението на този скрипт спря около пост номер %lastpost% (+/- 100)." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:686 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Ако сте направили някакви промени по сървъра или блога е необходимо да Регенерирате Sitemap-а ръчно." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:688 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Ако изпитвате проблеми при създаването на файла можете да активирате Дебъг Функцията за да получите повече информация за грешките." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:695 +msgid "Basic Options" +msgstr "Основни Настройки" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:697 +msgid "Sitemap files:" +msgstr "Sitemap файлове:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:697 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:732 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:765 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:782 +msgid "Learn more" +msgstr "Повече информация" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:702 +msgid "Write a normal XML file (your filename)" +msgstr "Генерирай нормален XML файл (име на файла)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:708 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Генерирай архивирана версия (име_на_файла + .gz)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712 +msgid "Building mode:" +msgstr "Метод на генериране:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Регенерирай sitemap-а при промяна в съдържанието на блога" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +msgid "Enable manual sitemap building via GET Request" +msgstr "Активиране на ръчно генериране на sitemap-файла чрез изпращане на GET заявка" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:728 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Това прави възможно регенериране на sitemap-а ако външен инструмент е внесъл промени в базата данни на WordPress без да изпозва WordPress API. Активирайте процеса от тази връзка: %1. Моля, проверете log-файла по-горе за да разжерете дали sitemap-а е генериран успешно." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:732 +msgid "Update notification:" +msgstr "Уведомяване при обновяване:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:736 +msgid "Notify Google about updates of your Blog" +msgstr "Уведомяване на Google при обновяване на блога Ви" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:737 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Не е необходима регистрация, но трябва да се включите в Google Webmaster Tools за да проверите статистиката от посещенията на търсачката на сайта ви." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:741 +msgid "Notify MSN Live Search about updates of your Blog" +msgstr "Уведомяване на MSN Live Search при обновяване на блога Ви" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:742 +#, php-format +msgid "No registration required, but you can join the MSN Live Webmaster Tools to check crawling statistics." +msgstr "Не е необходима регистрация, но трябва да се включите в MSN Live Webmaster Tools за да проверите статистиката от посещенията на търсачката на сайта ви." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:746 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Уведомяване на Ask.com за обновявания на блога Ви" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:747 +msgid "No registration required." +msgstr "Не е необходима регистрация." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:751 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Уведомяване на YAHOO за обновявания на блога Ви" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752 +msgid "Your Application ID:" +msgstr "Вашето Application ID:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:753 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Нямате ли ключ? Заявете си от тук! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:760 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Обновяване или създаване на факл %s в главната директория на блога, която се намира местоположението на картата на сайта." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:763 +msgid "File permissions: " +msgstr "Права върху файла:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:768 +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt е разрешен за промяна." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:770 +msgid "Error, robots.txt is not writable." +msgstr "Грешка, robots.txt е заключен за промяна." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:774 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt не съществува, но директорията е разрешена за писане." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:776 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Грешка, robots.txt не съществува и директорията не е разрешена за писане" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:782 +msgid "Advanced options:" +msgstr "Допълнителни настройки:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:785 +msgid "Limit the number of posts in the sitemap:" +msgstr "Ограничи броя на постовете в sitemap-а:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:785 +msgid "Newer posts will be included first" +msgstr "Новите постове ще бъдат включени първо" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:788 +msgid "Try to increase the memory limit to:" +msgstr "При възможност увеличи лимита на паметта на:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:788 +msgid "e.g. \"4M\", \"16M\"" +msgstr "например \"4M\", \"16M\"" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Try to increase the execution time limit to:" +msgstr "При възможност увеличи времето за изпълнение на:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "секунди, например \"60\" или \"0\" без ограничение" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:795 +msgid "Include a XSLT stylesheet:" +msgstr "Добави XSLT Stylesheet:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:796 +msgid "Full or relative URL to your .xsl file" +msgstr "Абсолютен или относителен URL до Вашия .xsl файл" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:796 +msgid "Use default" +msgstr "Използвай Стандартните" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Активиране на MySQL Standard метод. Използва се само при получаване на MySQL грешки. (Използва доста повече памет!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:807 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Генерирай картата на сайта на заден план (Няма да е необходимо да се чака при запазване на пост)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:814 +msgid "Additional pages" +msgstr "Допълнителни страници" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:817 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Тук можете да определите файлове или URL-и, които да бъдат добавени в картата на сайта, въпреки, че не са част от блога/WordPress.
        Например, ако домейнът Ви е www.foo.com и блогът Ви се намира на www.foo.com/blog, може да добавите заглавната страница на сайта си http://www.foo.com" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1021 +msgid "Note" +msgstr "Забележка" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:820 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Ако блогът Ви се намира в поддиректория и Вие желаете да включите страници, които НЕ са в директорията на блога, вие ТРЯБВА да локализирате Вашия sitemap-файл в главната директория (Виж секцията "Местонахождение на sitemap-файла")!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:861 +msgid "URL to the page" +msgstr "URL на страницата" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:823 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Въведете URL на страницата. Примери: http://www.foo.com/index.html или www.foo.com/home " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Priority" +msgstr "Приоритет" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:826 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Изберете приоритета на страницата в зависимост от другите страници. Например, Вашата заглавна страница може да има по-висок приоритет от страницата Ви за контакт." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "Last Changed" +msgstr "Последна Промяна" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:829 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Въведете датата на последното обновяване във вида (например 2005-12-31) (незадължително)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Change Frequency" +msgstr "Честота на Обновяване" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:865 +msgid "#" +msgstr "#" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:870 +msgid "No pages defined." +msgstr "Няма дефинирани страници." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:875 +msgid "Add new page" +msgstr "Добавяне на нова страница" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:880 +msgid "Post Priority" +msgstr "Приоритет на Поста" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Моля, изберете начин на калкулиране на приоритета на постовете" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +msgid "Do not use automatic priority calculation" +msgstr "Не използвай авто-калкулиране на приоритета" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Всички постове ще имат еднакъв приоритет, който е дефиниран в "Приоритети"" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:895 +msgid "Location of your sitemap file" +msgstr "Път до sitemap-файла" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:898 +msgid "Automatic detection" +msgstr "Автоматично разпознаване" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:902 +msgid "Filename of the sitemap file" +msgstr "Име на sitemap-файла" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:905 +msgid "Detected Path" +msgstr "Намерен път" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:905 +msgid "Detected URL" +msgstr "Намерен URL" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:910 +msgid "Custom location" +msgstr "Друго местонахождение" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:914 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Абсолютен и относителен път до sitemap-файла, включително името." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:925 +msgid "Example" +msgstr "Пример" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:923 +msgid "Complete URL to the sitemap file, including name." +msgstr "Абсолютен URL до sitemap-файла, включително името." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:936 +msgid "Sitemap Content" +msgstr "Съдържание на картата на сайта" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:942 +msgid "Include homepage" +msgstr "Включи заглавната страница" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:948 +msgid "Include posts" +msgstr "Включи постове" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:911 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:954 +msgid "Include following pages of multi-page posts (<!--nextpage-->)" +msgstr "Включи следните страници от многостранични статии (<!--nextpage-->)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:960 +msgid "Include static pages" +msgstr "Включи статични страници" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:966 +msgid "Include categories" +msgstr "Включи категории" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:972 +msgid "Include archives" +msgstr "Включи архиви" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:979 +msgid "Include tag pages" +msgstr "Включи страници с тагове" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:986 +msgid "Include author pages" +msgstr "Включи авторски страници" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:994 +msgid "Excluded items" +msgstr "Изключени" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:996 +msgid "Excluded categories" +msgstr "Изключени категории" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Using this feature will increase build time and memory usage!" +msgstr "Използването на това ще увеличи времето за създаване и употребата на памет!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1005 +#, php-format +msgid "This feature requires at least WordPress 2.5, you are using %s" +msgstr "Това изисква най-малко WordPress 2.5, Вие използвате %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1008 +msgid "Exclude posts" +msgstr "Изключени постове" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "Exclude the following posts or pages:" +msgstr "Не включвай следните постове и/или страници:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "List of IDs, separated by comma" +msgstr "Списък на ID-тата, разделени със запетая" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1012 +msgid "Child posts will not automatically be excluded!" +msgstr "Подстраниците ще бъдат автоматично изключени!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1018 +msgid "Change frequencies" +msgstr "Честота на обновяване" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Моля, обърнете внимание, че стойността на този таг е само подсказка, а не команда. Дори търсачките да се влияят от тази информация при вземане на решенията си, те може да посещават страници, маркирани с \"hourly\" по-рядко от това на всеки час и страници маркирани с \"yearly\" по-често от един път в годината. Приема се, че търсачките периодично посещават страници, маркирани с \"never\" за да могат да отбележат евентуални неочаквани промени в съдържанието им." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1028 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1086 +msgid "Homepage" +msgstr "Заглавна страница" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1034 +msgid "Posts" +msgstr "Постове" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1104 +msgid "Static pages" +msgstr "Статични страници" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1046 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1110 +msgid "Categories" +msgstr "Категории" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1052 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Настоящ архив за месеца (Трябва да е същия като на заглавната страница)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1058 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Стари архиви (Промяна само при редакция на стар пост)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1065 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1123 +msgid "Tag pages" +msgstr "Страници на тагове" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1072 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1130 +msgid "Author pages" +msgstr "Авторски страници" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1080 +msgid "Priorities" +msgstr "Приоритети" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1092 +msgid "Posts (If auto calculation is disabled)" +msgstr "Постове (Ако авто-калкулиране е неактивно)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1098 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Минимален приоритет на постовете (Важи и при активирано авто-калкулиране)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1116 +msgid "Archives" +msgstr "Архив" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1141 +msgid "Update options" +msgstr "Обновяване на настройките" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1142 +msgid "Reset options" +msgstr "Връщане на вградените настройки" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:81 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Генератор" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:81 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:139 +msgid "Sitemap FAQ" +msgstr "Често Задавани Въпроси" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-by_BY.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-by_BY.mo new file mode 100644 index 0000000000000000000000000000000000000000..7a399aba5100bb5640ceb0a471bc4f56a2bc140f GIT binary patch literal 26568 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-by_BY.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-by_BY.po new file mode 100644 index 00000000..f0ddc054 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-by_BY.po @@ -0,0 +1,685 @@ +# [Countryname] Language File for sitemap (sitemap-[localname].po) +# Copyright (C) 2005 [name] : [URL] +# This file is distributed under the same license as the WordPress package. +# [name] <[mail-address]>, 2005. +# $Id: sitemap.pot 24948 2007-11-18 16:37:44Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2009-06-07 02:23+0100\n" +"Last-Translator: Arne Brachhold\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" +"X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: C:\\Inetpub\\wwwroot\\wp\\wp-content\\plugins\\sitemap_beta\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +msgid "Comment Count" +msgstr "Колькасць каментароў" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Выкарыстае колькасць каментароў да артыкула для вылічэння прыярытэту" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +msgid "Comment Average" +msgstr "Сярэдняя колькасць каментароў" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "Выкарыстае сярэдняя колькасць каментароў для вылічэння прыярытэту" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Папулярнасць дыскусіі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Выкарыстайце актываваны Убудова папулярнасці дыскусій ад Alex King. Гл. Налады і Самыя папулярныя запісы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap Generator" +msgstr "Генератар XML-карты сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap" +msgstr "XML-карта сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Премного дзякую за ахвяраванні. Вы дапамагаеце мне ў продалжении падтрымкі і распрацоўкі гэтай убудовы і іншага вольнага ПА!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Hide this notice" +msgstr "Схаваць гэтую заўвагу" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Дзякую Вас за выкарыстанне гэтай убудовы! Вы ўсталявалі яго звыш месяца назад. Калі ён працуе і Вы здаволеныя яго вынікамі, вышліце мне хоць бы $1? Ахвяраванні дапамогуць мне ў падтрымцы і распрацоўцы гэтага бясплатнага ПА! Вядома, без праблем!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +msgid "No thanks, please don't bug me anymore!" +msgstr "Не, дзякуй. Прашу мяне больш не турбаваць!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +msgid "XML Sitemap Generator for WordPress" +msgstr "Генератар XML-карты сайта для WordPress" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +msgid "Configuration updated" +msgstr "Канфігурацыя абноўленая" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +msgid "Error while saving options" +msgstr "Памылка пры захаванні параметраў" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +msgid "Pages saved" +msgstr "Старонкі захаваныя" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +msgid "Error while saving pages" +msgstr "Памылка пры захаванні старонак" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#, php-format +msgid "Robots.txt file saved" +msgstr "Файл Robots.txt захаваны" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2750 +msgid "Error while saving Robots.txt file" +msgstr "Памылка пры захаванні файла Robots.txt" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +msgid "The default configuration was restored." +msgstr "Канфігурацыя па змаўчанні адноўленая." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +msgid "open" +msgstr "адкрыць" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +msgid "close" +msgstr "зачыніць" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +msgid "click-down and drag to move this box" +msgstr "Націсніце кнопку мышы і цягнеце для перамяшчэння гэтага блока" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +msgid "click to %toggle% this box" +msgstr "Націсніце для %toggle% на гэты блок" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +msgid "use the arrow keys to move this box" +msgstr "выкарыстайце стрэлкі для перамяшчэння гэтага блока" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +msgid ", or press the enter key to %toggle% it" +msgstr ", або націсніце копку ўвод (enter) для %toggle% яго" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +msgid "About this Plugin:" +msgstr "Аб гэта ўбудове:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +msgid "Plugin Homepage" +msgstr "Хатняя старонка ўбудовы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +msgid "Notify List" +msgstr "Спіс напамінку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +msgid "Support Forum" +msgstr "Форум тэхнічнай падтрымкі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +msgid "Donate with PayPal" +msgstr "Ахвяраваць праз PayPal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +msgid "My Amazon Wish List" +msgstr "Мой спіс пажаданняў на Amazon" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_name" +msgstr "Перавёў Сяргей Рывкин" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_url" +msgstr "http://ryvkin.ru" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +msgid "Sitemap Resources:" +msgstr "Рэсурсы карыт сайта:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +msgid "Webmaster Tools" +msgstr "Прылады вэб-майстра" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Blog" +msgstr "Дзённік вэб-майстра" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +msgid "Site Explorer" +msgstr "Прагляд сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +msgid "Search Blog" +msgstr "Шукаць у дзённіку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +msgid "Sitemaps Protocol" +msgstr "Пратакол выкарыстання карты сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +msgid "Official Sitemaps FAQ" +msgstr "Афіцыйны ЧАВО па картах сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +msgid "My Sitemaps FAQ" +msgstr "Мой ЧАВО па картах сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +msgid "Recent Donations:" +msgstr "Апошнія ахвяраванні:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +msgid "List of the donors" +msgstr "Спіс спонсараў" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +msgid "Hide this list" +msgstr "Схаваць гэты спіс" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +msgid "Thanks for your support!" +msgstr "Дзякуй за Вашу падтрымку!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +msgid "Status" +msgstr "Статут" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Карта сайта яшчэ не пабудаваная. Націсніце тут для стварэння яе ўпершыню." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +msgid "Your sitemap was last built on %date%." +msgstr "Ваша карта сайта апошні раз была пабудаваная: %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreПачытаць яшчэ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Ваша карта сайта (сціснутая) апошні раз была пабудаваная: %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreПачытаць яшчэ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +msgid "Google was successfully notified about changes." +msgstr "Google быў паспяхова паінфармаваны аб зменах." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "%time% секунд заняло інфармаванне Google; магчыма, Вас варта адключыць гэтую функцыю, каб знізіць час пабудовы карты." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Пры інфармаванні Google адбылася памылка. Паглядзець вынік" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO быў паспяхова паінфармаваны аб зменах." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "%time% секунд заняло інфармаванне YAHOO; магчыма, Вас варта адключыць гэтую функцыю, каб знізіць час пабудовы карты." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Пры інфармаванні YAHOO адбылася памылка. Паглядзець вынік" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com быў паспяхова паінфармаваны аб зменах." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "%time% секунд заняло інфармаванне Ask.com; магчыма, Вас варта адключыць гэтую функцыю, каб знізіць час пабудовы карты." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Пры інфармаванні Ask.com адбылася памылка. Паглядзець вынік" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Працэс пабудовы заняў прыкладна %time% секунд і выкарыстаў %memory% MB памяці." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +msgid "The building process took about %time% seconds to complete." +msgstr "Працэс пабудовы заняў прыкладна %time% секунд." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Утрыманне Вашай карты сайта не змянялася за апошні час, таму файлы не запісваліся і пошукавыя сістэмы не інфармаваліся." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Апошні запуск не быў завершаны! Магчыма, Вы перавысілі ліміты памяці або часу выканання. Пачытаць яшчэ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Апошні раз скрыпт выкарыстаў %memused%MB памяці, ліміт памяці Вашага сервера складае %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Апошні раз скрыпт працаваў %timeused% секунд, абмежаванне часу на Вашым серверы складае %timelimit% секунд." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Скрыпт спыніўся каля артыкула нумар %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Калі Вы нешта памянялі на Вашым сервре або ў дзённіку, Вам неабходна зноўку пабудаваць карту сайта уручную." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Калі Вы сапхнуліся з якія-небудзь праблемамі ў працэсе пабудовы, Вы можаце скарыстацца функцыяй адладкі для атрымання дадатковай інфармацыі." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +msgid "Basic Options" +msgstr "Базавыя параметры" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +msgid "Sitemap files:" +msgstr "Файлы карты сайта:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Learn more" +msgstr "Пачытаць яшчэ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +msgid "Write a normal XML file (your filename)" +msgstr "Запісаць звычайны XML файл (Ваша імя файла)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Запісаць запакаваны XML файл (Ваша імя файла + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +msgid "Building mode:" +msgstr "Рэжым пабудовы карты:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Пабудуйце зноўку карту сайта, калі Вы змянілі ўтрыманне Вашага дзённіка" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +msgid "Enable manual sitemap building via GET Request" +msgstr "Дазволіць ручную пабудову карты сайта з дапамогай запыту GET" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Гэта дазволіць Вам абнавіць карту сайта, калі знешняя прылада будзе пісаць у базу WordPress? не выкарыстаючы WordPress API. Выкарыстайце наступны URL для выканання працэсу: %1 Паглядзіце пратакол (гл. вышэй) для праверкі, ці пабудаваная карта сайта." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +msgid "Update notification:" +msgstr "Абнавіць апавяшчэнне:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify Google about updates of your Blog" +msgstr "Апавясціць Google аб зменах у Вашым дзённіку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Рэгістрацыя не патрабуецца, але Вы можаце далучыцца да Прыладам вэб-майстра Google для прагляду статыстыкі пошукавых робатаў." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Апавясціць Asc.com аб зменах у Вашым дзённіку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +msgid "No registration required." +msgstr "Рэгістрацыя не патрабуецца." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Апавясціць YAHOO аб зменах у Вашым дзённіку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +msgid "Your Application ID:" +msgstr "Ваш ідэнтыфікатар прыкладання (Application ID):" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "У Вас няма такога ключа?? Запытаеце тут! %s2" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Змяніць або стварыць файл %s у дзённіку, які ўтрымоўвае інфармацыю аб размяшчэнні карты сайта." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +msgid "File permissions: " +msgstr "Дазволы на доступ да файлаў: " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt адчынены на запіс." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +msgid "Error, robots.txt is not writable." +msgstr "Памылка, robots.txt не адчынены на запіс." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt не існуе, але каталог адчынены на запіс." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Памылка, robots.txt не існуе, і каталог не адчынены на запіс" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Advanced options:" +msgstr "Пашыраныя параметры:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Limit the number of posts in the sitemap:" +msgstr "Абмежаваць колькасць артыкулаў у карце сайта:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Newer posts will be included first" +msgstr "Навейшыя артыкулы будуць уключаныя першымі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "Try to increase the memory limit to:" +msgstr "Паспрабаваць павялічыць ліміт памяці да:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "e.g. \"4M\", \"16M\"" +msgstr "напрыклад, \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "Try to increase the execution time limit to:" +msgstr "Паспрабаваць павялічыць абмежаванне часу выканання да:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "у секундах, напрыклад, \"60\" або \"0\" для неабмежаванага часу" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Include a XSLT stylesheet:" +msgstr "Уключыць табліцу стыляў XSLT:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Use Default" +msgstr "Выкарыстаць значэнне па змаўчанні" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Full or relative URL to your .xsl file" +msgstr "Поўны або адносны URL да Вашага файла .xsl" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Дазволіць стандартны рэжым MySQL. Выкарыстаць толькі ў выпадку памылак MySQL. (Патрабуе нашмат больш памяці!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Будаваць карту сайта ў фонавым працэсе (Вам не трэба чакаць захаванні артыкула)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "Exclude the following posts or pages:" +msgstr "Выключыць наступныя артыкулы або старонкі:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "List of IDs, separated by comma" +msgstr "Спіс ідэнтыфікатараў (ID), падзеленых коскамі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +msgid "Additional pages" +msgstr "Дадатковыя старонкі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Тут Вы можаце паказаць файлы або URL, якія павінны быць уключаныя ў карту сайта, але не прыналежныя Вашаму дзённіку/WordPress.
        Напрыклад,калі Ваш дамен www.foo.com, а Ваш дзённік размешчаны ў www.foo.com/blog, Вам можа спатрэбіцца дадаць хатнюю старонку з www.foo.com" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +msgid "Note" +msgstr "Заўвага" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Калі Ваш дзённік размешчаны ў падкаталогу, і Вы жадаеце дадаць старонкі, якія знаходзяцца ВЫШЭЙ у структуры каталогаў, Вам НЕАБХОДНА змясціць карту сайта ў каранёвы каталог (Гл. секцыю "Размяшчэнне файла з картай сайта" на гэтай старонцы)!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +msgid "URL to the page" +msgstr "URL старонкі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Увядзіце URL гэтай старонкі. Прыклады: http://www.foo.com/index.html або www.foo.com/home " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +msgid "Priority" +msgstr "Прыярытэт" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Вылучыце прыярытэт гэтай старонкі адносна іншых старонак. Напрыклад, Ваша галоўная старонка можа мець больш высокі прыярытэт, чым старонка з інфармацыяй аб сайце." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +msgid "Last Changed" +msgstr "Апошні раз змянялася" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Увядзіце дату апошняй змены ў фармаце YYYY-MM-DD (2005-12-31, напрыклад) (не абавязкова)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +msgid "Change Frequency" +msgstr "Частата змен" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +msgid "#" +msgstr "№" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +msgid "No pages defined." +msgstr "Няма старонак." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +msgid "Add new page" +msgstr "Дадаць новую старонку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +msgid "Post Priority" +msgstr "Прыярытэт артыкула" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Вылучыце, як будзе вылічацца прыярытэт кожнага артыкула:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "Do not use automatic priority calculation" +msgstr "Не выкарыстаць аўтаматычнае вылічэнне прыярытэту" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Усе артыкулы будуць мець аднолькавы прыярытэт, які вызначаны ў "Прыярытэтах"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +msgid "Location of your sitemap file" +msgstr "Размяшчэнне Вашага файла з картай сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +msgid "Automatic detection" +msgstr "Аўтаматычнае азначэнне" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +msgid "Filename of the sitemap file" +msgstr "Імя файла з картай сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +msgid "Detected Path" +msgstr "Выяўлены шлях" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +msgid "Detected URL" +msgstr "Выяўлены URL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +msgid "Custom location" +msgstr "Карыстацкае размяшчэнне" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Абсалютны або адносны шлях да файла з картай сайта, уключаючы імя файла." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +msgid "Example" +msgstr "Прыклад" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +msgid "Complete URL to the sitemap file, including name." +msgstr "Запоўніце URL да файла з картай сайта, уключаючы імя файла." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +msgid "Sitemap Content" +msgstr "Утрыманне карты сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +msgid "Include homepage" +msgstr "Уключыць хатнюю старонку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +msgid "Include posts" +msgstr "Уключыць артыкулы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +msgid "Include static pages" +msgstr "Уключыць статычныя старонкі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +msgid "Include categories" +msgstr "Уключыць катэгорыі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +msgid "Include archives" +msgstr "Уключыць архівы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +msgid "Include tag pages" +msgstr "Уключыць старонкі пазанак" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +msgid "Include author pages" +msgstr "Уключыць старонкі аўтараў" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +msgid "Change frequencies" +msgstr "Змяніць частоты" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Звернеце ўвагу, што значэнне гэтай пазнакі лічыцца рэкамендацыяй і не з'яўляецца камандай. Нават калі пошукавыя робаты бяруць гэтую інфармацыю да ўвагі для прыняцця рашэнняў, яны могуць аглядаць старонкі, пазначаныя \"раз у гадзіну\" радзей, чым запытана, і яны могуць аглядаць старонкі, пазначаныя як \"раз у год\" гушчару, чым запытана. Таксама бывае, што пошукавыя робаты аглядаюць старонкі, пазначаныя як \"ніколі\", адзначаючы не прадугледжаныя змены на гэтых старонках." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +msgid "Homepage" +msgstr "Галоўная старонка" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +msgid "Posts" +msgstr "Артыкулы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +msgid "Static pages" +msgstr "Статычныя старонкі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +msgid "Categories" +msgstr "Катэгорыі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Бягучы архіў за гэты месяц (Павінен быць тым жа, што і Галоўная старонка)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Старыя архівы (Змяняюцца толькі ў выпадку, калі Вы рэдагуеце старыя артыкулы)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +msgid "Tag pages" +msgstr "Старонкі пазанак" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +msgid "Author pages" +msgstr "Старонкі аўтараў" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +msgid "Priorities" +msgstr "Прыярытэты" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +msgid "Posts (If auto calculation is disabled)" +msgstr "Артыкулы (Калі аўтаматычнае вылічэнне забароненае)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Мінімальны прыярытэт артыкула (Нават калі аўтаматычнае вылічэнне дазволена)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +msgid "Archives" +msgstr "Архівы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +msgid "Update options" +msgstr "Абнавіць параметры" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +msgid "Reset options" +msgstr "Вярнуць зыходныя значэнні" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-cs_CZ.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-cs_CZ.mo new file mode 100644 index 0000000000000000000000000000000000000000..a53aaeabaca067df3231c141a085feb25bf9e338 GIT binary patch literal 20618 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, 2005. +# $Id: sitemap.pot 2502 2005-07-03 20:50:38Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2007-11-21 20:50+0100\n" +"Last-Translator: Peter Kahoun \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +msgid "Comment Count" +msgstr "Počet komentářů" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "K vypočítání priority se využívá počet komentářů" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +msgid "Comment Average" +msgstr "Průměrný počet komentářů" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "K vypočítání priority se využívá průměrného počtu komentářů" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Soutěž popularity" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Využívá se pluginu Soutěž popularity (Popularity contest) od Alexe Kinga. Viz Nastavení a Nejpopulárnější příspěvky" + +msgid "XML-Sitemap Generator" +msgstr "Generátor XML-Sitemapy" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Děkuji vám mockrát za vaše příspěvky. Pomáháte tím pokračovat v podpoře a vývoji tohoto pluginu a dalšího nekomerčního softwaru!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Hide this notice" +msgstr "Skrýt toto oznámení" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Díky za používání tohoto pluginu! Už je to více než měsíc, co jste ho naistalovali. Pokud funguje k vaší spokojenosti, není hoden alespoň toho jednoho dolaru? Peněžní příspěvky mi pomáhají pokračovat v podpoře a vývoji tohoto nekomerčního softwaru! Ovšem, žádný problém!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +msgid "No thanks, please don't bug me anymore!" +msgstr "Ne, díky, už mě prosím neotravuj!" + +msgid "XML Sitemap Generator for WordPress" +msgstr "Generátor XML Sitemap" + +msgid "Configuration updated" +msgstr "Nastavení aktualizováno" + +msgid "Error while saving options" +msgstr "Při ukládání nastavení nastala chyba" + +msgid "Pages saved" +msgstr "Stránka uložena" + +msgid "Error while saving pages" +msgstr "Při ukládání stránek nastala chyba" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#, php-format +msgid "Robots.txt file saved" +msgstr "Soubor robots.txt uložen" + +msgid "Error while saving Robots.txt file" +msgstr "Při ukládání souboru robots.txt nastala chyba" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +msgid "The default configuration was restored." +msgstr "Výchozí nastavení bylo obnoveno." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +msgid "open" +msgstr "otevřít" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +msgid "close" +msgstr "zavřít" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +msgid "click-down and drag to move this box" +msgstr "Podržte tlačítko myši a táhněte tento box dolů" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +msgid "click to %toggle% this box" +msgstr "klikněte k přepnutí viditelnosti tohoto boxu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +msgid "use the arrow keys to move this box" +msgstr "k přesunutí tohoto boxu použijte šipky na klávesnici" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +msgid ", or press the enter key to %toggle% it" +msgstr ", anebo stiskněte Enter k přepnutí viditelnosti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +msgid "About this Plugin:" +msgstr "O tomto pluginu:" + +msgid "Plugin Homepage" +msgstr "Domovská stránka pluginu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +msgid "Notify List" +msgstr "Oznamovatel novinek" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +msgid "Support Forum" +msgstr "Podpora (fórum)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +msgid "Donate with PayPal" +msgstr "Přispějte přes PayPal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +msgid "My Amazon Wish List" +msgstr "Můj WishList na Amazonu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_name" +msgstr "Peter \"Kahi\" Kahoun" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_url" +msgstr "http://kahi.cz/wordpress" + +msgid "Sitemap Resources:" +msgstr "Zdroje:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +msgid "Site Explorer" +msgstr "Site Explorer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +msgid "Search Blog" +msgstr "Search Blog" + +msgid "Sitemaps Protocol" +msgstr "Sitemaps protokol" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +msgid "Official Sitemaps FAQ" +msgstr "Oficiální Sitemaps FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +msgid "My Sitemaps FAQ" +msgstr "Mé Sitemaps FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +msgid "Recent Donations:" +msgstr "Poslední příspěvky:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +msgid "List of the donors" +msgstr "Seznam dárců" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +msgid "Hide this list" +msgstr "Skrýt seznam" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +msgid "Thanks for your support!" +msgstr "Díky za vaši podporu!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +msgid "Status" +msgstr "Stav" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Sitemapa ještě nebyla vytvořena. Klikněte sem pro první vytvoření." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +msgid "Your sitemap was last built on %date%." +msgstr "Vaše sitemapa byla naposledy aktualizována %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreDozvědět se víc" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Vaše zazipovaná sitemapa byla naposledy aktualizována %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreDozvědět se víc" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +msgid "Google was successfully notified about changes." +msgstr "Google byl úspěšně upozorněn na změny." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Oznámení Googlu zabralo %time% sekund, možná budete chtít deaktivovat tuto funkci pro snížení potřebného času k vytváření sitemapy." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Vyskytl se problém při oznamování změn Googlu. Prohlédnout výsledek" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoo byl úspěšně upozorněn na změny." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Oznámení Yahoo zabralo %time% sekund, možná budete chtít deaktivovat tuto funkci pro snížení potřebného času k vytváření sitemapy." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Vyskytl se problém při oznamování změn Yahoo. Prohlédnout výsledek" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com byl úspěšně upozorněn na změny." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Oznámení Ask.com zabralo %time% sekund, možná budete chtít deaktivovat tuto funkci pro snížení potřebného času k vytváření sitemapy." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Vyskytl se problém při oznamování změn Ask.com. Prohlédnout výsledek" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Proces vytváření zabral kolem %time% seconds a spotřeboval %memory% MB paměti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +msgid "The building process took about %time% seconds to complete." +msgstr "Proces vytváření zabral kolem %time% sekund." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Obsah vaší sitemapy se nezměnil od posledního vytváření, takže soubory nebyly aktualizovány a vyhledávače nebyly upozorňovány na změny." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Poslední běh neproběhl do konce! Možná byste mohli navýšit limit paměti či maximálního času pro PHP skripty. Dozvědět se víc" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Poslední známé využití paměti bylo %memused%MB, limit vašeho serveru je %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Poslední známý čas trvání skriptu byl %timeused% sekund, limit vašeho serveru je %timelimit% sekund." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Skript byl zastaven kolem příspěvku číslo %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Pokud bylo něco na vašem serveru nebo blogu změněno, měli byste aktualizovat sitemapu ručně." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Pokud zaregistrujete jakékoli problémy při procesu aktualizace sitemapy, k získání více informací můžete použít ladící funkci." + +msgid "Basic Options" +msgstr "Základní možnosti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +msgid "Sitemap files:" +msgstr "Soubory sitemapy:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Learn more" +msgstr "Dozvědět se víc" + +msgid "Write a normal XML file (your filename)" +msgstr "Ukládat normální XML soubor (jméno vašeho souboru)" + +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Ukládat komprimovaný (gzip) soubor (jméno vašeho souboru + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +msgid "Building mode:" +msgstr "Mód aktualizace:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Aktualizovat sitemapu při každé změně v obsahu vašeho blogu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +msgid "Enable manual sitemap building via GET Request" +msgstr "Povolit ruční aktualizaci sitemapy pomocí GET dotazu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Toto umožní aktualizovat vaši sitemapu, pokud do databáze Wordpressu zapíše data nějaký externí nástroj bez využití WordPress API. Použijte tuto URL ke spuštění procesu: %1. Prosím zkontrolujte log-soubor výše, jestli byla sitemapa aktualizována úspěšně." + +msgid "Update notification:" +msgstr "Oznámení o aktualizaci:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify Google about updates of your Blog" +msgstr "Oznamovat Googlu změny na vašem blogu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Registrace není vyžadována, ale může se připojit k Google Webmaster Tools kvůli kontrole statistik návštěv vyhledávače." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Oznamovat Ask.com změny na vašem blogu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +msgid "No registration required." +msgstr "Registrace není vyžadována." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Oznamovat Yahoo změny na vašem blogu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3094 +#, php-format +msgid "No registration required, but you can sign up for the YAHOO Site Explorer to view the crawling progress." +msgstr "Registrace není vyžadována, ale můžete se přihlásit do YAHOO Site Explorer kvůli prohlížení postupu návštěv vyhledávače." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Upravit nebo vytvořit %s soubor v kořeni blogu, který obsahuje adresu sitemapy." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +msgid "File permissions: " +msgstr "Oprávnění k souboru:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +msgid "OK, robots.txt is writable." +msgstr "V pořádku, je možné zapisovat do robots.txt." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +msgid "Error, robots.txt is not writable." +msgstr "Chyba, není možné zapisovat do robots.txt." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "V pořádku, robots.txt neexistuje, ale zápis do adresáře je povolen." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Chyba, robots.txt neexistuje a zápis do adresáře není povolen." + +msgid "Advanced options:" +msgstr "Pokročilé možnosti:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Limit the number of posts in the sitemap:" +msgstr "Omezit počet příspěvků v sitemapě:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Newer posts will be included first" +msgstr "Novější příspěvky budou zahrnuty nejdříve" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "Try to increase the memory limit to:" +msgstr "Zkuste navýšit limit paměti na:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "e.g. \"4M\", \"16M\"" +msgstr "např: \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "Try to increase the execution time limit to:" +msgstr "Zkuste navýšit maximální čas provádění skriptu na:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "v sekundách, např. \"60\" anebo \"0\" pro nekonečno" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Include a XSLT stylesheet:" +msgstr "Připojit XSLT stylopis:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Use Default" +msgstr "Použít výchozí" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Full or relative URL to your .xsl file" +msgstr "Adresa k vašemu .xsl souboru" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Povolit standardní mód MySQL. Toto používejte jedině když se zobrazují MySQL chyby - vyžaduje to mnohem víc paměti!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Vytvářet sitemapu v pozadí (Tzn. nebudete muset čekat při ukládání příspěvku)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "Exclude the following posts or pages:" +msgstr "Vyřadit tyto příspěvky či stránky:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "List of IDs, separated by comma" +msgstr "Seznam ID oddělených čárkou" + +msgid "Additional pages" +msgstr "Stránky navíc" + +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Zde můžete nastavit URL adresy, které mají být zahrnuty do sitemapy, ale nenáleží k blogu/WordPressu.
        Například, pokud vaše doména je www.něco.cz a váš blog se nachází na www.něco.cz/blog, možná byste chtěli zahrnout i www.něco.cz" + +msgid "Note" +msgstr "Poznámka" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Je-li váš blog v podsložce a chcete-li přidat stránky, které NEJSOU v adresáři blogu (anebo v podadresářích), MUSÍTE umístit vaši sitemapu do kořenové složky (Viz sekce "Umístění vaší sitemapy" na této stránce)!" + +msgid "URL to the page" +msgstr "URL stránky" + +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Vložte URL (adresu) stránky. Příklady: http://www.něco.cz/index.html nebo www.něco.cz/home " + +msgid "Priority" +msgstr "Priorita" + +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Vyberte prioritu stránky relativně k ostatním stránkám. Například, vaše titulní stránka by měla mít vyšší prioritu než stránka O mně." + +msgid "Last Changed" +msgstr "Naposledy změněno" + +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Vložte datum poslední změny ve formátu RRRR-MM-DD (například 2007-08-12) (nepovinné)." + +msgid "Change Frequency" +msgstr "Nastavit frekvenci" + +msgid "#" +msgstr "#" + +msgid "No pages defined." +msgstr "Nejsou definovány žádné stránky." + +msgid "Add new page" +msgstr "Přidat novou stránku" + +msgid "Post Priority" +msgstr "Priorita příspěvků" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Vyberte prosím způsob, kterým má být priorita každého z příspěvků vypočítávána." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "Do not use automatic priority calculation" +msgstr "Nepoužívat automatický výpočet priority" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Všechny příspěvky budou mít stejnou prioritu, která je definována v "Prioritách"" + +msgid "Location of your sitemap file" +msgstr "Umístění vaší sitemapy" + +msgid "Automatic detection" +msgstr "Automatická detekce" + +msgid "Filename of the sitemap file" +msgstr "Jméno souboru sitemapy" + +msgid "Detected Path" +msgstr "Zjištěná cesta" + +msgid "Detected URL" +msgstr "Zjištěná URL" + +msgid "Custom location" +msgstr "Vlastní umístění" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absolutní nebo relativní cesta k sitemapě, včetně jména souboru." + +msgid "Example" +msgstr "Příklad" + +msgid "Complete URL to the sitemap file, including name." +msgstr "Celá URL k sitemapě, včetně jména." + +msgid "Sitemap Content" +msgstr "Obsah sitemapy" + +msgid "Include homepage" +msgstr "Zahrnout titulní stránku" + +msgid "Include posts" +msgstr "Zahrnout příspěvky" + +msgid "Include static pages" +msgstr "Zahrnout statické stránky" + +msgid "Include categories" +msgstr "Zahrnout rubriky" + +msgid "Include archives" +msgstr "Zahrnout archivy" + +msgid "Include tag pages" +msgstr "Zahrnout stránky štítků" + +msgid "Include author pages" +msgstr "Zahrnout stránky autorů" + +msgid "Change frequencies" +msgstr "Nastavení frekvence" + +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Berte prosím na vědomí, že hodnota tohoto štítku je jen zvažována \"jako náznak\", není to příkaz. Přestože vyhledávací roboti berou při rozhodování tuto hodnotu na vědomí, přesto mohou navštěvovat stránky označené jako \"každou hodinu\" méně často, a také mohou stránky označené jako \"ročně\" navštěvovat častěji. Rovněž je pravděpodobné, že roboti budou naštěvovat i stránky označené jako \"nikdy\" aby se mohli vypořádat s nečekanými změnami na těchto stránkách." + +msgid "Homepage" +msgstr "Titulní stránka" + +msgid "Posts" +msgstr "Příspěvky" + +msgid "Static pages" +msgstr "Statické stránky" + +msgid "Categories" +msgstr "Rubriky" + +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Stávající archiv tohoto měsíce (Měl by být stejný jako vaše titulní stránka)" + +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Starší archivy (Mění se jen když upravíte starý příspěvek)" + +msgid "Tag pages" +msgstr "Stránky štítků" + +msgid "Author pages" +msgstr "Stránky autorů" + +msgid "Priorities" +msgstr "Priority" + +msgid "Posts (If auto calculation is disabled)" +msgstr "Příspěvky (Když je automatický výpočet vypnutý)" + +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minimální priorita příspěvku (I když je povolený automatický výpočet)" + +msgid "Archives" +msgstr "Archivy" + +msgid "Update options" +msgstr "Aktualizovat možnosti" + +msgid "Reset options" +msgstr "Vynulovat možnosti" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-da_DK.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-da_DK.mo new file mode 100644 index 0000000000000000000000000000000000000000..855c97516f20562a0a56a141cbad6abf60b095d4 GIT binary patch literal 19565 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, 2005. +# $Id: sitemap.pot 2502 2005-07-03 20:50:38Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2007-11-25 01:16+0100\n" +"Last-Translator: Arne Brachhold \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" + +msgid "Comment Count" +msgstr "Antal kommentar" + +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Brug antallet af kommentarer til indlægget til at udregne prioriteten" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +msgid "Comment Average" +msgstr "Kommentar gennemsnit" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "Bruger det gennemsnitlige antal kommentarer til at udregne prioriteten" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Popularitets konkurrence" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Bruger det aktiveret Popularity Contest Plugin fra Alex King. Se indstillinger og Mest populære indlæg" + +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Mange tak for din donation. Du hjælper mig med at fortsætte support og udvikling af dette plugin og andet gratis software!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Hide this notice" +msgstr "Skjul denne meddelelse" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Tak fordi du bruger dette plugin! Du installerede dette plugin over en månede siden. Hvis det virker og du er tilfreds, er det så ikke bare en enkel dollar værd? Donationer hjælper mig med at fortsætte support og udvikling af dette gratis stykke software! Selvfølgelig, ingen problem!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606 +msgid "No thanks, please don't bug me anymore!" +msgstr "Nej tak, lad venligst være med at forstyrre mig igen!" + +msgid "XML Sitemap Generator for WordPress" +msgstr "XML-Sitemap Generator til Wordpress" + +msgid "Configuration updated" +msgstr "Indstillingerne blev opdateret" + +msgid "Error while saving options" +msgstr "Der forekom en fejl da indstilingerne skulle gemmes" + +msgid "Pages saved" +msgstr "Sider gemt" + +msgid "Error while saving pages" +msgstr "Der opstod en fejl da siderne skulle gemmes" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#, php-format +msgid "Robots.txt file saved" +msgstr "Robots.txt er gemt" + +msgid "Error while saving Robots.txt file" +msgstr "Der forekom en fejl da Robots.txt filen skulle gemmes" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +msgid "The default configuration was restored." +msgstr "Standard indstillingerne er gendannet." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +msgid "open" +msgstr "Åben" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +msgid "close" +msgstr "Luk" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +msgid "click-down and drag to move this box" +msgstr "tryk og træk for at flytte denne boks" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +msgid "click to %toggle% this box" +msgstr "klik for at %toggle% denne boks" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +msgid "use the arrow keys to move this box" +msgstr "brug piltasterne for at flytte denne boks" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +msgid ", or press the enter key to %toggle% it" +msgstr ", eller tryk på enter tasten for at %toggle% den" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +msgid "About this Plugin:" +msgstr "Om dette plugin:" + +msgid "Plugin Homepage" +msgstr "Plugin hjemmeside" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +msgid "Notify List" +msgstr "Informer liste" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +msgid "Support Forum" +msgstr "Support forum" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +msgid "Donate with PayPal" +msgstr "Donere via PayPal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +msgid "My Amazon Wish List" +msgstr "Min Amazon ønskeliste" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_name" +msgstr "translator_name" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_url" +msgstr "translator_url" + +msgid "Sitemap Resources:" +msgstr "Sitemap ressourcer:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +msgid "Site Explorer" +msgstr "Site Explorer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +msgid "Search Blog" +msgstr "Search Blog" + +msgid "Sitemaps Protocol" +msgstr "Sitemap protocol" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +msgid "Official Sitemaps FAQ" +msgstr "Officiel Sitemap FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +msgid "My Sitemaps FAQ" +msgstr "Dette Sitemaps FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +msgid "Recent Donations:" +msgstr "Seneste donationer:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +msgid "List of the donors" +msgstr "Liste over donationsgivere" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +msgid "Hide this list" +msgstr "Skjul denne liste" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +msgid "Thanks for your support!" +msgstr "Tak for din support!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +msgid "Status" +msgstr "Status" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Dette Sitemap er ikke bygget endnu. Klik her for at bygge det for første gang." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +msgid "Your sitemap was last built on %date%." +msgstr "Dit sitemap blev sidst bygget den %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreLær mere" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Dit sitemap (gzipped) blev bygget sidst den %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreLær mere" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +msgid "Google was successfully notified about changes." +msgstr "Google blev informeret korrekt omkring ændringerne." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Det tog %time% sekunder at informerer google, måske skulle du deaktivere denn funktion for at reducerer bygge tiden." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2970 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Der opstod et problem under kommunikationen med Google. Se resultat" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoo blev informeret korrekt omkring ændringerne." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Det tog %time% sekunder at informerer Yahoo, måske skulle du deaktivere denn funktion for at reducerer bygge tiden." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2982 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Der opstod et problem under kommunikationen med YAHOO. Se resultat" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com blev informeret korrekt omkring ændringerne." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Det tog %time% sekunder at informerer Ask.com, måske skulle du deaktivere denn funktion for at reducerer bygge tiden." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2994 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Der opstod et problem under kommunikationen med Ask.com. Se resultat" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Bygge processen tog omkring %time% sekunder for at fuldføre og bruge %memory% MB hukommelse." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +msgid "The building process took about %time% seconds to complete." +msgstr "Bygge processen tog omkring %time% sekunder for at fuldføre." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Indholdet af dit sitemap har ikke ændret sig siden sidst. Derfor blev der ikke ikke skrevet til nogle filer og ikke kommunikeret med nogle søgemaskiner." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Sidste forsøg blev ikke færdigt! Måske skal du hæve hukommelses begrænsningen for PHP scripts. Lær mere" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Det sidst kendte forbrug af hukommelse af dette script var %memused%MB, begrænsningen på din server er %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Den sidste kendte eksekverings tid for dette script var %timeused% sekunder, begrænsningen på din server er %timelimit% sekunder." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Scriptet stoppede omkring indlæg nummer %lastpost% (+/-100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Hvis du ændre noget på din server eller blog, burde du opdatere dit sitemap manuelt." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Hvis du støder på problemer under bygge processen, kan du bruge debug funktionen for at få flere informationer." + +msgid "Basic Options" +msgstr "Basis indstillinger" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +msgid "Sitemap files:" +msgstr "Sitemap filer:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Learn more" +msgstr "Lær mere" + +msgid "Write a normal XML file (your filename)" +msgstr "Lav en normal XML fil (Dit filnavn)" + +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Lav en gzipped fil (Dit filnavn + .gz" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +msgid "Building mode:" +msgstr "Bygge metode:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Opdater dit sitemap hvis der sker ændringer i indholdet på din blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +msgid "Enable manual sitemap building via GET Request" +msgstr "Aktiverer manuel bygning af sitemap via GET Request" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Dette vil tillade dig at opdatere dit sitemap hvis et eksternt værktøj skrev til Wordpress databasen uden at bruge Wordpress API'et. Brug følgende URL til at starte processen: %1 Tjek venligst logfilen ovenover, for at se om dit sitemap blev bygget korrekt." + +msgid "Update notification:" +msgstr "Opdaterings meddelelser:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify Google about updates of your Blog" +msgstr "Informer Google om opdateringer på din blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Registrering er ikke påkrævet, men du kan tilmelde dig Google Webmaster Tools for at tjekke \"crawling\" statistikker." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Informer Ask.com om opdateringer på din blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +msgid "No registration required." +msgstr "Registrering ikke påkrævet." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Informer Yahoo om opdateringer på din blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3094 +#, php-format +msgid "No registration required, but you can sign up for the YAHOO Site Explorer to view the crawling progress." +msgstr "Registrering er ikke påkrævet, men du kan tilmelde dig YAHOO Site Explorer for at tjekke \"crawling\" statistikker." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Ændre eller opret %s i blog \"root\", som indeholder sitemap placeringen." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +msgid "File permissions: " +msgstr "Fil rettigheder: " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt er skrivbar." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +msgid "Error, robots.txt is not writable." +msgstr "Fejl, robots.txt er ikke skrivbar." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt eksisterer ikke, men mappen er skrivbar." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Fejl, robots.txt eksisterer ikke og mappen er ikke skrivbar." + +msgid "Advanced options:" +msgstr "Avanceret indstillinger" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Limit the number of posts in the sitemap:" +msgstr "Begræns antallet af indlæg i dit sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Newer posts will be included first" +msgstr "Nyeste indlæg vil blive inkluderet først" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "Try to increase the memory limit to:" +msgstr "Prøv at forøg hukommelses begrænsningen til:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "e.g. \"4M\", \"16M\"" +msgstr "f.eks. \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "Try to increase the execution time limit to:" +msgstr "Prøv at forøg eksekverings tids begrænsningen til:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "i sekunder, f.eks. \"60\" eller \"0\" for ubegrænset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Include a XSLT stylesheet:" +msgstr "Inkluderer et XSLT stylesheet:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Use Default" +msgstr "Brug standard" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Full or relative URL to your .xsl file" +msgstr "Fuld eller relativ URL til din .xsl fil" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Aktiver MySQL standard mode. Brug kun dette hvis du får MySQL fejl. (Bruger meget mere hukommelse!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Byg dit sitemap i en baggrundsprocess (Du behøver ikke at vente når du gemmer et indlæg)" + +msgid "Additional pages" +msgstr "Ekstra sider" + +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Her kan du specificere filer og URLs, der skal inkluderes i dit sitemap, som ikke tilhører din side.
        F.eks. hvis dit domæne er www.minside.dk og din side er placeret i en under mappe (www.minside.dk/blog), så vil du måske inkludere www.minside.dk" + +msgid "Note" +msgstr "Note" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Hvis din blog er i en undermappe og du vil tilføje sider, som IKKE er i blog mappen eller en mappe under, SKAL du placerer din sitemap fil i "root mappen" (Se "Stien til din sitemap fil" sektionen på denne side)." + +msgid "URL to the page" +msgstr "URL til siden" + +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Indtast URL'en til siden. F.eks.: http://www.minside.dk/index.html ellerhttp://www.minside.dk/forside" + +msgid "Priority" +msgstr "Prioritet" + +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Vælg sidens prioritet i forhold til de andre sider." + +msgid "Last Changed" +msgstr "Ændret sidst" + +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Indtast datoen for den sidste ændret, som YYYY-MM-DD (F.eks. 2005-12-31) (Valgfri)" + +msgid "Change Frequency" +msgstr "Skift frekvens" + +msgid "#" +msgstr "#" + +msgid "No pages defined." +msgstr "Ingen sider defineret" + +msgid "Add new page" +msgstr "Tilføj ny side" + +msgid "Post Priority" +msgstr "Indlægs prioritet" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Vælg venligst hvordan prioriteten af hver enkelt indlæg skal udregnes:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "Do not use automatic priority calculation" +msgstr "Brug ikke automatisk prioritets udregning" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Alle indlæg vil have den samme prioritet som er defineret under "Prioritet"" + +msgid "Location of your sitemap file" +msgstr "Stien til din sitemap fil" + +msgid "Automatic detection" +msgstr "Find Automatisk " + +msgid "Filename of the sitemap file" +msgstr "Sitemap filnavn" + +msgid "Detected Path" +msgstr "Fundet sti" + +msgid "Detected URL" +msgstr "Fundet URL" + +msgid "Custom location" +msgstr "Brugerdefineret sti" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absolut eller relativ sti til sitemap filen, inklusiv filnavn." + +msgid "Example" +msgstr "Eksempel" + +msgid "Complete URL to the sitemap file, including name." +msgstr "Fuldstændig URL til sitemap filen, inklusiv filnavn" + +msgid "Sitemap Content" +msgstr "Sitemap indhold" + +msgid "Include homepage" +msgstr "Inkluder hjemmeside" + +msgid "Include posts" +msgstr "Inkluder indlæg" + +msgid "Include static pages" +msgstr "Inkluder statiske sider" + +msgid "Include categories" +msgstr "Inkluder kategorier" + +msgid "Include archives" +msgstr "Inkluder arkiver" + +msgid "Include tag pages" +msgstr "Inkluder tag sider" + +msgid "Include author pages" +msgstr "Inkluder forfatter sider" + +msgid "Change frequencies" +msgstr "Ændre frekvenser" + +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Bemærk venligst at værdien af dette \"tag\" anses for at være et hint og ikke en kommando. Selvom søgemaskine crawlers tager denne information i betrægtning, kan de crawle sider markeret \"pr. time\" færre gange og sider markeret \"årlig\" oftere. Det er også sandsynligt at crawlere periodisk vil crawle sider makeret \"aldrig\", så de kan håndtere uforventet ændringer på disse sider." + +msgid "Homepage" +msgstr "Hjemmeside" + +msgid "Posts" +msgstr "Indlæg" + +msgid "Static pages" +msgstr "Statiske sider" + +msgid "Categories" +msgstr "Kategorier" + +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Arkivet for denne måned (Burde være den som på din hjemmeside)" + +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Ældre arkiver (Ændre sig kun hvis du redigere et gammelt indlæg" + +msgid "Tag pages" +msgstr "Tag sider" + +msgid "Author pages" +msgstr "Forfatter sider" + +msgid "Priorities" +msgstr "Prioriteter" + +msgid "Posts (If auto calculation is disabled)" +msgstr "Indlæg (Hvis auto-udregn er deaktiveret)" + +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minimum indlægs prioritet (Selvom auto-udregn er aktiveret)" + +msgid "Archives" +msgstr "Arkiver" + +msgid "Update options" +msgstr "Opdater indstillinger" + +msgid "Reset options" +msgstr "Nulstil indstillinger" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-de_DE.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-de_DE.mo new file mode 100644 index 0000000000000000000000000000000000000000..a79167f3835a45b314aa507a2d3fa4e6f19c1d7d GIT binary patch literal 22058 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 SCnapvdO9oPH\n" +"Language-Team: \n" +"Language: de_DE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.6.4\n" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:547 +msgid "Comment Count" +msgstr "Anzahl der Kommentare" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:557 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "" +"Verwendet die Anzahl der Kommentare um die Priorität der Beiträge zu " +"berechnen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:608 +msgid "Comment Average" +msgstr "Durchschnittliche Anzahl der Kommentare" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:618 +msgid "Uses the average comment count to calculate the priority" +msgstr "" +"Verwendet die durchschnittliche Anzahl der Kommentare um die Priorität der " +"Beiträge zu berechnen." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:778 +msgid "Always" +msgstr "Immer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:779 +msgid "Hourly" +msgstr "Stündlich" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:780 +msgid "Daily" +msgstr "Täglich" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:781 +msgid "Weekly" +msgstr "Wöchentlich" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:782 +msgid "Monthly" +msgstr "Monatlich" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:783 +msgid "Yearly" +msgstr "Jährlich" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:784 +msgid "Never" +msgstr "Nie" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-loader.php:233 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-loader.php:233 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-loader.php:260 +msgid "Settings" +msgstr "Einstellungen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-loader.php:261 +msgid "FAQ" +msgstr "FAQ" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-loader.php:262 +msgid "Support" +msgstr "Support" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-loader.php:263 +msgid "Donate" +msgstr "Spenden" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:181 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:663 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Generator für WordPress" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:368 +msgid "Configuration updated" +msgstr "Die Konfiguration wurde gespeichert." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:369 +msgid "Error while saving options" +msgstr "Beim Speichern der Seiten ist ein Fehler aufgetreten" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:372 +msgid "Pages saved" +msgstr "Ihre Seiten wurden gespeichert." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:373 +msgid "Error while saving pages" +msgstr "Beim Speichern der Seiten ist ein Fehler aufgetreten" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:381 +msgid "The default configuration was restored." +msgstr "Die Standard Konfiguration wurde wieder hergestellt." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:391 +msgid "" +"The old files could NOT be deleted. Please use an FTP program and delete " +"them by yourself." +msgstr "" +"Die alten Sitemap-Dateien konnten NICHT gelöscht werden. Bitte verwenden Sie " +"ein FTP-Programm um diese zu löschen." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:393 +msgid "The old files were successfully deleted." +msgstr "Die alten Dateien wurden erfolgreich gelöscht." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:430 +msgid "Notify Search Engines about all sitemaps" +msgstr "Suchmaschienen über alle Sitemaps benachrichtigen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:431 +msgid "" +"The plugin is notifying the selected search engines about your main sitemap " +"and all sub-sitemaps. This might take a minute or two." +msgstr "" +"Das plugin benachrichtigt die ausgewählten Suchmaschienen über die Haupt-" +"Sitemap und alle Unter-Sitemaps. Dies kann kurz dauern." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:453 +msgid "All done!" +msgstr "Fertig!" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:470 +msgid "Ping was executed, please see below for the result." +msgstr "Ping wurde ausgeführt, das Ergebnis wird unten angezeigt." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:513 +msgid "" +"Thank you very much for your donation. You help me to continue support and " +"development of this plugin and other free software!" +msgstr "" +"Vielen Dank für Deine Spende! Du hilfst mir damit diese kostenlose Software " +"zu unterstützen und weiterzuentwickeln!" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:513 +msgid "Hide this notice" +msgstr "Diesen Hinweis verstecken" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:519 +#, php-format +msgid "" +"Thanks for using this plugin! You've installed this plugin over a month ago. " +"If it works and you are satisfied with the results, isn't it worth at least " +"a few dollar? Donations help me to continue support and " +"development of this free software! Sure, no problem!" +msgstr "" +"Danke dass Du dieses Plugin benutzt! Du hast dieses Plugin vor mehr als " +"einem Monat installiert. Wenn es funktioniert und zu mit dem Ergebnis " +"zufrieden bist, ist es nicht mindestens ein paar Euro Wert? Spenden helfen mir diese kostenlose Software zu unterstützen " +"und weiterzuentwickeln! Klar, kein Problem! " + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:519 +msgid "Sure, but I already did!" +msgstr "Klar, hab ich schon gemacht!" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:519 +msgid "No thanks, please don't bug me anymore!" +msgstr "Nein danke, bitte nicht mehr nerven! " + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:526 +#, php-format +msgid "" +"Thanks for using this plugin! You've installed this plugin some time ago. If " +"it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "" +"Danke dass Du dieses Plugin benutzt! Du hast dieses Plugin vor mehr als " +"einem Monat installiert. Wenn es funktioniert und zu mit dem Ergebnis " +"zufrieden bist, würde ich mich freuen wenn Du es bewerten " +"und weiterempfehlen würdest." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:526 +msgid "Don't show this anymore" +msgstr "Diesen Hinweis nicht mehr zeigen" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:679 +#, php-format +msgid "" +"There is a new version of %1$s available. Download version " +"%3$s here." +msgstr "" +"Es gibt eine Version von %1$s. Version %3$s hier " +"downloaden." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:681 +#, php-format +msgid "" +"There is a new version of %1$s available. Download version " +"%3$s here automatic upgrade unavailable for this plugin." +msgstr "" +"Es gibt eine Version von %1$s. Version %3$s hier " +"downloaden Automatisches Upgraden ist für dieses Plugin nicht " +"möglich." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:683 +#, php-format +msgid "" +"There is a new version of %1$s available. Download version " +"%3$s here or upgrade automatically." +msgstr "" +"Es gibt eine Version von %1$s. Version %3$s hier " +"downloaden oder automatisch upgraden." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:691 +#, php-format +msgid "" +"Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "" +"Dein Blog blockiert zur Zeit Suchmaschienen! Unter den Eistellungen zur Privatsphäre lässt sich dies ändern." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:706 +msgid "About this Plugin:" +msgstr "Über dieses Plugin:" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:707 +msgid "Plugin Homepage" +msgstr "Plugin Startseite" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:708 +msgid "Suggest a Feature" +msgstr "Funktion vorschlagen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:709 +msgid "Help / FAQ" +msgstr "Hilfe / FAQ" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:710 +msgid "Notify List" +msgstr "E-Mail bei Update" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:711 +msgid "Support Forum" +msgstr "Hilfe Forum" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:712 +msgid "Report a Bug" +msgstr "Fehler berichten" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:714 +msgid "Donate with PayPal" +msgstr "Mit PayPal spenden" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:715 +msgid "My Amazon Wish List" +msgstr "Amazon Wunschliste" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:716 +msgid "translator_name" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:716 +msgid "translator_url" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:719 +msgid "Sitemap Resources:" +msgstr "Sitemap Informationen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:720 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:725 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:721 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:723 +msgid "Search Blog" +msgstr "Search Blog" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:726 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:728 +msgid "Sitemaps Protocol" +msgstr "Sitemaps Protokoll" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:729 +msgid "Official Sitemaps FAQ" +msgstr "Offizielle Sitemaps FAQ" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:730 +msgid "My Sitemaps FAQ" +msgstr "Meine Sitemaps FAQ" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:733 +msgid "Recent Donations:" +msgstr "Aktuelle Spenden:" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:736 +msgid "List of the donors" +msgstr "Liste der Spender" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:738 +msgid "Hide this list" +msgstr "Liste ausblenden" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:741 +msgid "Thanks for your support!" +msgstr "Danke für Deine Unterstützung!" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:761 +msgid "Search engines haven't been notified yet" +msgstr "Die Suchmaschinen wurden bisher noch nicht benachrichtigt." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:765 +msgid "Result of the last ping, started on %date%." +msgstr "Ergebnisse des letzten Pins, gestartet am %date%." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:772 +msgid "Recent Support Topics / News" +msgstr "Aktuelle Support-Themen / News" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:776 +msgid "Disable" +msgstr "Deaktivieren" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:794 +msgid "No support topics available or an error occurred while fetching them." +msgstr "" +"Es gibt zur Zeit keine Support-Themen oder es trat ein Fehler beim Abruf auf." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:797 +msgid "" +"Support Topics have been disabled. Enable them to see useful information " +"regarding this plugin. No Ads or Spam!" +msgstr "" +"Support-Themen wurden deaktiviert. Bitte aktivieren um nützliche " +"Informationen zu diesem Plugin zu sehen. Keine Werbung oder Spam!" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:797 +msgid "Enable" +msgstr "Aktivieren" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:808 +#, php-format +msgid "" +"There is still a sitemap.xml or sitemap.xml.gz file in your blog directory. " +"Please delete them as no static files are used anymore or try " +"to delete them automatically." +msgstr "" +"Im Blog-Verzeichnis gibt es immer noch eine sitemap.xml oder sitemap.xml.gz " +"Datei. Bitte löschen Sie diese, da sie nicht mehr benötigt werden oder versuchen Sie diese automatisch zu löschen." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:811 +#, php-format +msgid "The URL to your sitemap index file is: %s." +msgstr "Die URL zu Ihrer Sitemap Index-Datei lautet: %s." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:814 +msgid "" +"Search engines haven't been notified yet. Write a post to let them know " +"about your sitemap." +msgstr "" +"Die Suchmaschinen wurden bisher noch nicht benachrichtigt. Schreiben Sie " +"einen Beitrag um diese über Ihre Sitemap zu informieren." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:823 +#, php-format +msgid "%s was successfully notified about changes." +msgstr "" +"%s wurde erfolgreich über die Änderungen benachrichtigt." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:826 +msgid "" +"It took %time% seconds to notify %name%, maybe you want to disable this " +"feature to reduce the building time." +msgstr "" +"Es hat %time% Sekunden gedauert %name% zu benachrichtigen. Vielleicht " +"möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung " +"zu verkürzen?" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:829 +msgid "" +"There was a problem while notifying %name%. View result" +msgstr "" +"Leider gab es beim Versuch %name% zu benachrichtigen ein Problem. Ergebnis anzeigen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:841 +#, php-format +msgid "" +"If you encounter any problems with your sitemap you can use the debug function to get more information." +msgstr "" +"Falls es beim Generieren der Sitemap Probleme gibt, kannst Du die Debug Funktion verwenden um mehr über die auftretenden Fehler zu " +"erfahren." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:845 +#, php-format +msgid "" +"If you like the plugin, please rate it 5 " +"stars or donate via PayPal! I'm supporting this " +"plugin since over 9 years! Thanks a lot! :)" +msgstr "" +"Wenn Ihnen dieses Plugin gefällt,, bewerten Sie es bitte mit 5 Sternen oder spenden Sie via " +"PayPal! Ich unterstütze dieses Plugin seit über 9 Jahren! Vielen Dank :)" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:853 +msgid "Webserver Configuration" +msgstr "Webserver Konfiguration" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:854 +msgid "" +"Since you are using Nginx as your web-server, please configure the following " +"rewrite rules in case you get 404 Not Found errors for your sitemap:" +msgstr "" +"Da ein NginX Web-Server verwendet wird, müssen eventuell die folgenden " +"Rewrite-Rules konfiguriert werden falls die Sitemap nicht gefunden werden " +"kann:" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:870 +msgid "Basic Options" +msgstr "Allgemeine Einstellungen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:872 +msgid "Update notification:" +msgstr "Benachrichtigung über Änderungen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:872 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:895 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:917 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:929 +msgid "Learn more" +msgstr "Mehr Infos" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:876 +msgid "Notify Google about updates of your Blog" +msgstr "Google über Änderungen benachrichtigen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:877 +#, php-format +msgid "" +"No registration required, but you can join the Google " +"Webmaster Tools to check crawling statistics." +msgstr "" +"Keine Registrierung erforderlich, aber Du kannst Dich bei den Google Webmaster Tools anmelden, um Indexierungs-Statistiken zu " +"Deiner Website zu sehen." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:881 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Bing (vormals MSN Live Search) über Änderungen benachrichtigen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:882 +#, php-format +msgid "" +"No registration required, but you can join the Bing Webmaster " +"Tools to check crawling statistics." +msgstr "" +"Keine Registrierung erforderlich, aber Du kannst Dich bei den Bing Webmaster Tools anmelden, um Indexierungs-Statistiken zu Deiner " +"Website zu sehen." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:887 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Die Sitemap zur virtuellen robots hinzufügen." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:891 +msgid "" +"The virtual robots.txt generated by WordPress is used. A real robots.txt " +"file must NOT exist in the blog directory!" +msgstr "" +"Es wird die von WordPress generierte virtuelle robots.txt verwendet. Es darf " +"keine robots.txt Datei im Blog Verzeichnis liegen!" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:895 +msgid "Advanced options:" +msgstr "Erweiterte Einstellungen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:898 +msgid "Try to increase the memory limit to:" +msgstr "Versuchen, das Speicherlimit zu erhöhen auf: " + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:898 +msgid "e.g. \"4M\", \"16M\"" +msgstr "z.B. \"4M\", \"16M\"" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:901 +msgid "Try to increase the execution time limit to:" +msgstr "Versuchen, das Zeit Limit zu erhöhen auf: " + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:901 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "in Sekunden, z.B. \"60\" oder \"0\" für unendlich" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:906 +msgid "" +"Try to automatically compress the sitemap if the requesting client supports " +"it." +msgstr "" +"Die Sitemap automatisch komprimieren, sofern der Client dies unterstützt." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:908 +msgid "" +"Disable this option if you get garbled content or encoding errors in your " +"sitemap." +msgstr "" +"Deaktivieren Sie diese Option falls Ihre Sitemap kaputt aussieht oder Sie " +"Content-Encoding Fehler erhalten." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:912 +msgid "Include a XSLT stylesheet:" +msgstr "Ein XSLT-Stylesheet einbinden:" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:913 +msgid "Full or relative URL to your .xsl file" +msgstr "Kompletter oder relativer Pfad zur .xsl Datei" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:913 +msgid "Use default" +msgstr "Standard verwenden" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:916 +msgid "Override the base URL of the sitemap:" +msgstr "Die Basis-URL zur Sitemap überschreiben:" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:917 +msgid "" +"Use this if your blog is in a sub-directory, but you want the sitemap be " +"located in the root. Requires .htaccess modification." +msgstr "" +"Benutzen Sie diese Funktion falls Ihr Blog in einem Unterordner installiert " +"ist, Sie die Sitemap aber im Root Ihrer Domain speichern möchten. Benötigt " +"eine Änderung der .htaccess Datei." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:922 +msgid "Include sitemap in HTML format" +msgstr "Einbindung der Sitemap im HTML-Format" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:922 +msgid "(The required PHP XSL Module is not installed)" +msgstr "(Das benötigte PHP XSL Modul ist nicht installiert)" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:928 +msgid "Allow anonymous statistics (no personal information)" +msgstr "" +"Erlaube anonyme Statistiken (es werden keine persönlichen Information " +"gesendet)." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:937 +msgid "Additional pages" +msgstr "Zusätzliche Seiten" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:940 +msgid "" +"Here you can specify files or URLs which should be included in the sitemap, " +"but do not belong to your Blog/WordPress.
        For example, if your domain " +"is www.foo.com and your blog is located on www.foo.com/blog you might want " +"to include your homepage at www.foo.com" +msgstr "" +"Hier können Sie zusätzliche Seiten in Form von URLs angeben, welche mit in " +"Ihre Sitemap aufgenommen werden sollen, aber nicht von WordPress erzeugt " +"werden. Falls Sie z.B. Ihre Homepage auf www.beispiel.com haben, Ihr Blog " +"aber unter www.beispiel.com/blog zu erreichen ist, tragen Sie Ihre Homepage " +"als http://www.beispiel.com hier ein." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:942 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1156 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1165 +msgid "Note" +msgstr "Hinweis" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:943 +msgid "" +"If your blog is in a subdirectory and you want to add pages which are NOT in " +"the blog directory or beneath, you MUST place your sitemap file in the root " +"directory (Look at the "Location of your sitemap file" section on " +"this page)!" +msgstr "" +"Falls Dein Blog in einem Unterverzeichnis liegt und Du Seiten hinzufügen " +"möchtest die nicht in deinem Blogverzeichnis oder einem tieferen Verzeichnis " +"liegen, musst Du seine Seite ins Stammverzeichnis legen. (Schau Dir den " +"Punkt "Pfad zur Sitemap Datei" weiter unten an)!" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:945 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:984 +msgid "URL to the page" +msgstr "URL zur Seite" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:946 +msgid "" +"Enter the URL to the page. Examples: http://www.foo.com/index.html or www." +"foo.com/home " +msgstr "" +"Geben Sie hier die URL Ihrer Seite an. Beispiele: www.foo.com oder http://" +"www.nic.de/index.html" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:948 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:985 +msgid "Priority" +msgstr "Priorität" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:949 +msgid "" +"Choose the priority of the page relative to the other pages. For example, " +"your homepage might have a higher priority than your imprint." +msgstr "" +"Wählen Sie hier die Priorität der Seite relativ zu den anderen Seiten. Ihre " +"Homepage könnte z.B. eine höhere Priorität besitzen als das Impressum. " + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:951 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:987 +msgid "Last Changed" +msgstr "Letzte Änderung" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:952 +msgid "" +"Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) " +"(optional)." +msgstr "" +"Tragen Sie hier das Datum der letzten Änderung im Format JJJJ-MM-TT (z.B. " +"2005-12-31). Dieses Feld ist optional und muss nicht ausgefüllt werden." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:986 +msgid "Change Frequency" +msgstr "Änderungshäufigkeit" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:988 +msgid "#" +msgstr "#" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:993 +msgid "No pages defined." +msgstr "Bisher keine Seiten eingetragen." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Add new page" +msgstr "Neue Seite hinzufügen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1004 +msgid "Post Priority" +msgstr "Priorität der Beiträge" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1006 +msgid "Please select how the priority of each post should be calculated:" +msgstr "" +"Bitte wähle wie die Priorität der einzelnen Beiträge berechnet werden soll." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1008 +msgid "Do not use automatic priority calculation" +msgstr "Keine automatische Prioritätsberechung verwenden" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1008 +msgid "" +"All posts will have the same priority which is defined in "" +"Priorities"" +msgstr "" +"Alle Beiträge haben dieselbe Priorität welche unter "Prioritäten" " +"eingestellt ist." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1019 +msgid "Sitemap Content" +msgstr "Inhalt der Sitemap" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1020 +msgid "WordPress standard content" +msgstr "Standard WordPress Inhalte" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1025 +msgid "Include homepage" +msgstr "Startseite" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1031 +msgid "Include posts" +msgstr "Beiträge" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1037 +msgid "Include static pages" +msgstr "Statische Seiten" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1043 +msgid "Include categories" +msgstr "Kategorien" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1049 +msgid "Include archives" +msgstr "Archive" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1055 +msgid "Include author pages" +msgstr "Autoren Seiten" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1062 +msgid "Include tag pages" +msgstr "Tag Seiten " + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1076 +msgid "Custom taxonomies" +msgstr "Eigene Taxonomies" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1087 +#, php-format +msgid "Include taxonomy pages for %s" +msgstr "Taxonomy Seiten für %s einbinden" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1105 +msgid "Custom post types" +msgstr "Eigene Post-Types" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1116 +#, php-format +msgid "Include custom post type %s" +msgstr "Eigene Post-Types Seiten für %s einbinden" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1128 +msgid "Further options" +msgstr "Weitere Optionen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1133 +msgid "Include the last modification time." +msgstr "Letztes Änderungsdatum mit einbeziehen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1135 +msgid "" +"This is highly recommended and helps the search engines to know when your " +"content has changed. This option affects all sitemap entries." +msgstr "" +"Dies ist äußerst empfohel und hilft den Suchmaschienen zu wissen wann Ihr " +"Inhalt geändert wurde. Diese Einstellungen betrifft alle Einträge der " +"Sitemap." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1142 +msgid "Excluded items" +msgstr "Seiten ausschließen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1144 +msgid "Excluded categories" +msgstr "Kategorien ausschließen" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1152 +msgid "Exclude posts" +msgstr "Beiträge ausschließen" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1154 +msgid "Exclude the following posts or pages:" +msgstr "Folgende Beiträge oder Seiten ausschließen:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1154 +msgid "List of IDs, separated by comma" +msgstr "Liste der IDs, getrennt mit Komma" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1156 +msgid "Child posts won't be excluded automatically!" +msgstr "Unterseiten werden nicht automatisch ausgeschlossen!" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1162 +msgid "Change frequencies" +msgstr "Änderungsfrequenz" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1166 +msgid "" +"Please note that the value of this tag is considered a hint and not a " +"command. Even though search engine crawlers consider this information when " +"making decisions, they may crawl pages marked \"hourly\" less frequently " +"than that, and they may crawl pages marked \"yearly\" more frequently than " +"that. It is also likely that crawlers will periodically crawl pages marked " +"\"never\" so that they can handle unexpected changes to those pages." +msgstr "" +"Bitte beachten Sie dass diese Einstellung nur als Tipp und nicht als " +"Kommando gesehen wird. Suchmaschinen könnten diesen Tipp beachten, müssen " +"sich aber nicht daran halten. Sie können Seiten die als stündlich markiert " +"wurden weniger häufig besuchen und Seiten die als niemals markiert wurden " +"trotzdem überprüfen." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1172 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1229 +msgid "Homepage" +msgstr "Startseite" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1178 +msgid "Posts" +msgstr "Beiträge" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1184 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1247 +msgid "Static pages" +msgstr "Statische Seiten" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1190 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1253 +msgid "Categories" +msgstr "Kategorien" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1196 +msgid "" +"The current archive of this month (Should be the same like your homepage)" +msgstr "" +"Das Archive des aktuellen Monats (Sollte den gleichen Wert haben wie Ihre " +"Startseite)" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1202 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Archive der vergangenen Monate" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1209 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1266 +msgid "Tag pages" +msgstr "Tag Seiten" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1216 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1273 +msgid "Author pages" +msgstr "Autoren Seiten" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1224 +msgid "Priorities" +msgstr "Prioritäten" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1235 +msgid "Posts (If auto calculation is disabled)" +msgstr "Beiträge (wenn automatische Berechnung deaktiviert wurde)" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1241 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "" +"Minimale Priorität für Beiträge (auch wenn automatische Berechnung aktiviert " +"wurde)" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1259 +msgid "Archives" +msgstr "Archive" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1284 +msgid "Update options" +msgstr "Änderungen speichern" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1285 +msgid "Reset options" +msgstr "Einstellungen zurücksetzten" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap.php:85 +msgid "Your WordPress version is too old for XML Sitemaps." +msgstr "Ihre WordPress-Version ist zu alt für XML-Sitemaps." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap.php:85 +#, php-format +msgid "" +"Unfortunately this release of Google XML Sitemaps requires at least " +"WordPress %4$s. You are using Wordpress %2$s, which is out-dated and " +"insecure. Please upgrade or go to active plugins and " +"deactivate the Google XML Sitemaps plugin to hide this message. You can " +"download an older version of this plugin from the plugin " +"website." +msgstr "" +"Leider benötigt die aktuelle Version des XML-Sitemaps Plugins mindestens " +"WordPress %4$s. Sie verwenden Wordpress %2$s, was veraltet und eventuell " +"unsicher ist. Bitte aktualisieren Sie WordPress oder gehen Sie zu den aktiven Plugins und deaktivieren Sie das Google XML " +"Sitemaps Plugin um diesen Hinweis zu verbergen. Sie können auch eine ältere " +"Version dieses Plugins auf der plugin website " +"herunterladen." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap.php:95 +msgid "Your PHP version is too old for XML Sitemaps." +msgstr "Ihre PHP-Version ist zu alt für XML-Sitemaps." + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap.php:95 +#, php-format +msgid "" +"Unfortunately this release of Google XML Sitemaps requires at least PHP " +"%4$s. You are using PHP %2$s, which is out-dated and insecure. Please ask " +"your web host to update your PHP installation or go to active plugins and deactivate the Google XML Sitemaps plugin to hide " +"this message. You can download an older version of this plugin from the plugin website." +msgstr "" +"Leider benötigt die aktuelle Version des XML-Sitemaps Plugins mindestens PHP " +"%4$s. Sie verwenden PHP %2$s, was veraltet und eventuell unsicher ist. Bitte " +"aktualisieren Sie PHP oder gehen Sie zu den aktiven " +"Plugins und deaktivieren Sie das Google XML Sitemaps Plugin um diesen " +"Hinweis zu verbergen. Sie können auch eine ältere Version dieses Plugins auf " +"der plugin website herunterladen." + +#~ msgid "Using this feature will increase build time and memory usage!" +#~ msgstr "" +#~ "Die Verwendung dieser Funktion wird die Erstelldauer sowie den " +#~ "Speicherverbrauch erhöhen!" + +#~ msgid "Popularity Contest" +#~ msgstr "Popularity Contest" + +#~ msgid "" +#~ "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +#~ msgstr "" +#~ "Verwendet das aktivierte Popularity Contest Plugin von " +#~ "Alex King. Siehe Einstellungen und " +#~ "wichtigste Beiträge" + +#~ msgid "Notify Ask.com about updates of your Blog" +#~ msgstr "Ask.com über Änderungen benachrichtigen" + +#~ msgid "No registration required." +#~ msgstr "Keine Registrierung erforderlich" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#~ msgid "" +#~ "Your sitemap is being refreshed at the moment. Depending on your blog " +#~ "size this might take some time!" +#~ msgstr "" +#~ "Die Sietemap wird im Moment neu erzeugt. Abhängig von der Anzahl Ihrer " +#~ "Beiträge kann dies einige Sekunden dauern. " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#~ msgid "" +#~ "Your sitemap will be refreshed in %s seconds. Depending on your blog size " +#~ "this might take some time!" +#~ msgstr "" +#~ "Die Sietemap wird in %s Sekunden neu erzeugt. Abhängig von der Anzahl " +#~ "Ihrer Beiträge kann dies einige Sekunden dauern." + +#~ msgid "open" +#~ msgstr "öffnen" + +#~ msgid "close" +#~ msgstr "schließen" + +#~ msgid "click-down and drag to move this box" +#~ msgstr "Klicken und ziehen um diese Box zu verschieben" + +#~ msgid "click to %toggle% this box" +#~ msgstr "Klicken um diese box zu %toggle%" + +#~ msgid "use the arrow keys to move this box" +#~ msgstr "Benutze die Pfeiltaste um diese box zu verschieben" + +#~ msgid ", or press the enter key to %toggle% it" +#~ msgstr ", oder drück Enter um sie zu %toggle%" + +#~ msgid "Site Explorer" +#~ msgstr "Site Explorer" + +#~ msgid "The sitemap wasn't generated yet." +#~ msgstr "Die Sitemap wurde bisher noch nicht erzeugt." + +#~ msgid "" +#~ "The sitemap wasn't built yet. Click here to build it " +#~ "the first time." +#~ msgstr "" +#~ "Die Sitemap wurde noch nicht erstellt. Klick hier um " +#~ "sie das erste mal zu erstellen." + +#~ msgid "Your sitemap was last built on %date%." +#~ msgstr "" +#~ "Deine Sitemap wurde zuletzt am %date% " +#~ "erstellt." + +#~ msgid "" +#~ "The last build succeeded, but the file was deleted later or can't be " +#~ "accessed anymore. Did you move your blog to another server or domain?" +#~ msgstr "" +#~ "Die letzte Sitemap wurde erzeugt, jedoch kann sie nicht mehr gelesen " +#~ "werden oder wurde gelöscht. Haben Sie das Blog auf einen anderen Server " +#~ "verschoben?" + +#, fuzzy +#~ msgid "" +#~ "There was a problem writing your sitemap file. Make sure the file exists " +#~ "and is writable. Learn more" +#~ msgstr "" +#~ "Leider gab es ein Problem beim Schreiben der Sitemap. Bitte vergewisser " +#~ "dich dass die Datei exisitert und beschreibbar ist. Mehr infoszipped) was last built on %date%." +#~ msgstr "" +#~ "Deine Sitemap (gezippt) wurde zuletzt am %date% erstellt." + +#~ msgid "" +#~ "The last zipped build succeeded, but the file was deleted later or can't " +#~ "be accessed anymore. Did you move your blog to another server or domain?" +#~ msgstr "" +#~ "Die letzte gezippte Sitemap wurde erzeugt, jedoch kann sie nicht mehr " +#~ "gelesen werden oder wurde gelöscht. Haben Sie das Blog auf einen anderen " +#~ "Server verschoben?" + +#, fuzzy +#~ msgid "" +#~ "There was a problem writing your zipped sitemap file. Make sure the file " +#~ "exists and is writable. Learn more" +#~ msgstr "" +#~ "Leider gab es ein Problem beim Schreiben der gezippten Sitemap. Bitte " +#~ "vergewisser dich dass die Datei exisitert und beschreibbar ist. Mehr infossuccessfully notified about changes." +#~ msgstr "" +#~ "Google wurde erfolgreich über die Änderungen benachrichtigt." + +#~ msgid "" +#~ "It took %time% seconds to notify Google, maybe you want to disable this " +#~ "feature to reduce the building time." +#~ msgstr "" +#~ "Es hat %time% Sekunden gedauert Google zu benachrichtigen. Vielleicht " +#~ "möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-" +#~ "Generierung zu verkürzen?" + +#~ msgid "" +#~ "There was a problem while notifying Google. View result" +#~ msgstr "" +#~ "Leider gab es beim Versuch Google zu benachrichtigen ein Problem. Ergebnis anzeigen" + +#~ msgid "YAHOO was successfully notified about changes." +#~ msgstr "" +#~ "YAHOO wurde erfolgreich über die Änderungen benachrichtigt." + +#~ msgid "" +#~ "It took %time% seconds to notify YAHOO, maybe you want to disable this " +#~ "feature to reduce the building time." +#~ msgstr "" +#~ "Es hat %time% Sekunden gedauert YAHOO zu benachrichtigen. Vielleicht " +#~ "möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-" +#~ "Generierung zu verkürzen?" + +#~ msgid "" +#~ "There was a problem while notifying YAHOO. View result" +#~ msgstr "" +#~ "Leider gab es beim Versuch YAHOO zu benachrichtigen ein Problem. Ergebnis anzeigen" + +#~ msgid "Ask.com was successfully notified about changes." +#~ msgstr "" +#~ "Ask.com wurde erfolgreich über die Änderungen benachrichtigt." + +#~ msgid "" +#~ "It took %time% seconds to notify Ask.com, maybe you want to disable this " +#~ "feature to reduce the building time." +#~ msgstr "" +#~ "Es hat %time% Sekunden gedauert Ask.com zu benachrichtigen. Vielleicht " +#~ "möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-" +#~ "Generierung zu verkürzen?" + +#~ msgid "" +#~ "There was a problem while notifying Ask.com. View result" +#~ msgstr "" +#~ "Leider gab es beim Versuch Ask.com zu benachrichtigen ein Problem. Ergebnis anzeigen" + +#~ msgid "" +#~ "The building process took about %time% seconds to complete and " +#~ "used %memory% MB of memory." +#~ msgstr "" +#~ "Die Sitemap-Generierung dauerte %time% sekunden und verwendete " +#~ "%memory% MB Speicher." + +#~ msgid "The building process took about %time% seconds to complete." +#~ msgstr "Die Sitemap-Generierung dauerte %time% sekunden." + +#~ msgid "" +#~ "The content of your sitemap didn't change since the last " +#~ "time so the files were not written and no search engine was pinged." +#~ msgstr "" +#~ "Die Inhalte der Sitemap haben sich nicht geändert seit " +#~ "dem letzten mal, daher wurden keine Dateien geschrieben oder " +#~ "Suchmaschinen informiert." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#~ msgid "" +#~ "The building process might still be active! Reload the page in a few " +#~ "seconds and check if something has changed." +#~ msgstr "" +#~ "Das Erstellen der Sitemap dauert eventuell noch. Laden Sie diese Seite in " +#~ "ein paar Sekunden neu und prüfen Sie ob sich der Status geändert hat." + +#~ msgid "" +#~ "The last run didn't finish! Maybe you can raise the memory or time limit " +#~ "for PHP scripts. Learn more" +#~ msgstr "" +#~ "Die letzte Generierung der Sitemap wurde nicht abgeschlossen. Eventuell " +#~ "hilft es das Speicherlimit für PHP Skripte zu erhöhen. Mehr Infos" + +#~ msgid "" +#~ "The last known memory usage of the script was %memused%MB, the limit of " +#~ "your server is %memlimit%." +#~ msgstr "" +#~ "Der zuletzt bekannte Speicherverauch lag bei %memused%MB, das Limit für " +#~ "PHP Skripte ist %memlimit%." + +#~ msgid "" +#~ "The last known execution time of the script was %timeused% seconds, the " +#~ "limit of your server is %timelimit% seconds." +#~ msgstr "" +#~ "Die zuletzt bekannte Ausührungszeit lag bei %timeused% Sekunden, das " +#~ "Limit für PHP Skripe ist %timelimit% Sekunden." + +#~ msgid "The script stopped around post number %lastpost% (+/- 100)" +#~ msgstr "Das Script hat bei dem %lastpost% Beitrag abgebrochen. (+/- 100)" + +#~ msgid "" +#~ "If you changed something on your server or blog, you should rebuild the sitemap manually." +#~ msgstr "" +#~ "Falls Du etwas am Server oder am Blog geändert hast, solltest Du die " +#~ "Sitemap von Hand neu erstellen." + +#~ msgid "Sitemap files:" +#~ msgstr "Sitemap Dateien:" + +#~ msgid "Write a normal XML file (your filename)" +#~ msgstr "Sitemap als XML Datei erzeugen" + +#~ msgid "Write a gzipped file (your filename + .gz)" +#~ msgstr "Gezippte Sitemap erzeugen (Dateiname + .gz)" + +#~ msgid "Building mode:" +#~ msgstr "Erstellungsmodus:" + +#~ msgid "Rebuild sitemap if you change the content of your blog" +#~ msgstr "Sitemap neu generieren wenn Du den Inhalt Deines Blogs änderst" + +#~ msgid "Enable manual sitemap building via GET Request" +#~ msgstr "Manuelles Generieren der Sitemap über GET Anfrage erlauben" + +#, fuzzy +#~ msgid "" +#~ "This will allow you to refresh your sitemap if an external tool wrote " +#~ "into the WordPress database without using the WordPress API. Use the " +#~ "following URL to start the process: %1 Please check " +#~ "the result box above to see if sitemap was successfully built." +#~ msgstr "" +#~ "Dies erlaubt Dir die Sitemao zu aktualisieren falls ein externes Programm " +#~ "in die WordPress Datenbank geschrieben hat ohne die API zu verwenden. " +#~ "Verwende folgende URL um die Generierung zu starten: %1 Bitte überpüf die Logdatei um zu sehen ob die Generirung erfolgreich " +#~ "war." + +#~ msgid "Notify YAHOO about updates of your Blog" +#~ msgstr "YAHOO über Änderungen benachrichtigen" diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-es_ES.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-es_ES.mo new file mode 100644 index 0000000000000000000000000000000000000000..cbeb47c1b64664bc64cc557b8b8b37b2c511ad81 GIT binary patch literal 27176 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, 2005. +# $Id: sitemap-es_ES.po 183255 2009-12-15 22:14:37Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: Google Sitemap Generator 3.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-11-20 22:53+0100\n" +"PO-Revision-Date: 2009-11-23 10:01+0100\n" +"Last-Translator: Omi \n" +"Language-Team: Omi | http://equipajedemano.info/ \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Poedit-Language: Spanish\n" +"X-Poedit-Country: Spain\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:525 +msgid "Comment Count" +msgstr "Contador de comentarios" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:537 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Utiliza la cantidad de comentarios en un artículo para calcular su prioridad" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:597 +msgid "Comment Average" +msgstr "Promedio de comentarios" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:609 +msgid "Uses the average comment count to calculate the priority" +msgstr "Utiliza el promedio de comentarios para calcular la prioridad" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:672 +msgid "Popularity Contest" +msgstr "Concurso de popularidad" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:684 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Utilizará el plugin Popularity Contest de Alex King. Revise Configuraciones y Artículos más populares" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1084 +msgid "Always" +msgstr "Siempre" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1085 +msgid "Hourly" +msgstr "Cada hora" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1086 +msgid "Daily" +msgstr "Diariamente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1087 +msgid "Weekly" +msgstr "Semanalmente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1088 +msgid "Monthly" +msgstr "Mensualmente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1089 +msgid "Yearly" +msgstr "Anualmente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1090 +msgid "Never" +msgstr "Nunca" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Muchas gracias por su donación. ¡Su ayuda me permite seguir ofreciendo soporte y desarrollo para este plugin y para otros programas gratuitos!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107 +msgid "Hide this notice" +msgstr "Ocultar esta notificación" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and you are satisfied with the results, isn't it worth at least a few dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "¡Gracias por utilizar este plugin! Ha pasado más de un mes desde que lo instaló. Si funciona bien y está contento con los resultados, ¿no merece la pena donar aunque sea un euro? Las donaciones me ayudan a seguir ofreciendo soporte y desarrollo para este software gratuito Claro, ¡sin problemas!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +msgid "Sure, but I already did!" +msgstr "Claro, ¡pero ya lo hice!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +msgid "No thanks, please don't bug me anymore!" +msgstr "No gracias. ¡No me moleste más por favor!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin some time ago. If it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "¡Gracias por utilizar este plugin! Ya ha pasado algún tiempo desde que lo instaló. Si todo funciona correctamente y está satisfecho con su rendimiento, ¿qué tal si vota por el y se lo recomienda a otros? :-)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120 +msgid "Don't show this anymore" +msgstr "No mostrar esto más" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:132 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "Su sitemap está siendo actualizado en este momento. Dependiendo del tamaño de su blog esto podría llevar algún tiempo." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:134 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "Su sitemap se actualizará en %s segundos. Dependiendo del tamaño de su blog esto podría llevar algún tiempo." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:163 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:480 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Generator para WordPress" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:323 +msgid "Configuration updated" +msgstr "Configuración actualizada" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:324 +msgid "Error while saving options" +msgstr "Error mientras se guardaban las opciones" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:326 +msgid "Pages saved" +msgstr "Páginas guardadas" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:327 +msgid "Error while saving pages" +msgstr "Error mientras se guardaban las páginas" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:334 +msgid "The default configuration was restored." +msgstr "Se restauró la configuración por defecto." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "Hay una nueva versión disponible de %1$s. Descargue la versión %3$s desde aquí." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "Hay una nueva versión disponible de %1$s. Descargue la versión %3$s desde aquí la actualización automática no está disponible para este plugin." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:500 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "Hay una nueva versión disponbile de %1$s. Descargue la versión %3$s desde aquí o actualice automáticamente." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:508 +#, php-format +msgid "Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "¡Su blog está actualmente bloqueando a los motores de búsqueda! Revise la configuración de privacidad para cambiar esto." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +msgid "open" +msgstr "abrir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "close" +msgstr "cerrar" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:531 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548 +msgid "click-down and drag to move this box" +msgstr "pinche y arrastre para mover este cuadro" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:532 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "click to %toggle% this box" +msgstr "pinche para %toggle% este cuadro" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "use the arrow keys to move this box" +msgstr "utilice las teclas de dirección para mover este cuadro" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:551 +msgid ", or press the enter key to %toggle% it" +msgstr ", o pulse la tecla Enter para %toggle%lo" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:580 +msgid "About this Plugin:" +msgstr "Acerca de este plugin:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:581 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:181 +msgid "Plugin Homepage" +msgstr "Web principal del plugin" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:582 +msgid "Suggest a Feature" +msgstr "Solicitar nuevas características" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:583 +msgid "Notify List" +msgstr "Lista de notificaciones" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:584 +msgid "Support Forum" +msgstr "Foro de soporte" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:585 +msgid "Report a Bug" +msgstr "Comunicar un fallo" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Donate with PayPal" +msgstr "Donar usando PayPal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:588 +msgid "My Amazon Wish List" +msgstr "Mi lista de deseos en Amazon" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "translator_name" +msgstr "Traducido por: Omi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "translator_url" +msgstr "http://equipajedemano.info" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:593 +msgid "Sitemap Resources:" +msgstr "Recursos sobre sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:594 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:600 +msgid "Webmaster Tools" +msgstr "Herramientas para Webmasters" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +msgid "Webmaster Blog" +msgstr "El blog del Webmaster" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:597 +msgid "Site Explorer" +msgstr "Explorador de sitios" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:598 +msgid "Search Blog" +msgstr "Blog del buscador" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Webmaster Center Blog" +msgstr "El blog del Webmaster" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "Sitemaps Protocol" +msgstr "Protocolo sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:604 +msgid "Official Sitemaps FAQ" +msgstr "FAQ oficial de Sitemaps" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:605 +msgid "My Sitemaps FAQ" +msgstr "Mi FAQ de Sitemaps" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:608 +msgid "Recent Donations:" +msgstr "Donaciones recientes:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:611 +msgid "List of the donors" +msgstr "Listado de donantes" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:613 +msgid "Hide this list" +msgstr "Ocultar esta lista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:616 +msgid "Thanks for your support!" +msgstr "¡Gracias por su colaboración!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:638 +msgid "The sitemap wasn't generated yet." +msgstr "El sitemap todavía no se ha generado." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:641 +msgid "Result of the last build process, started on %date%." +msgstr "Resultados del último proceso de creación (fecha y hora de inicio: %date%)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:650 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "El sitemap todavía no se ha creado. Pinche aquí para crearlo por primera vez" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:656 +msgid "Your sitemap was last built on %date%." +msgstr "Su sitemap se creó por última vez el %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "La última creación se realizó con éxito, pero el archivo ha sido posteriormente borrado o bien no puede accederse a el. ¿Ha movido su blog a otro servidor o dominio?" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:659 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "Hubo un problema creando su archivo sitemap. Asegúrese de que el fichero existe y de que dispone de permisos de escritura. Más información" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:666 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Su sitemap (comprimido) se creó por última vez el %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:667 +msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "La última creación comprimida se realizó con éxito, pero el archivo ha sido posteriormente borrado o bien no puede accederse a el. ¿Ha movido su blog a otro servidor o dominio?" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:669 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "Hubo un problema creando su archivo sitemap comprimido. Asegúrese de que el fichero existe y de que dispone de permisos de escritura. Más información" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:675 +msgid "Google was successfully notified about changes." +msgstr "Google ha sido correctamente notificado sobre los cambios." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:678 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Llevó %time% segundos notificar a Google. Quizás quiera desactivar esta característica para reducir el tiempo de creación." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:681 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Hubo un problema notificando a Google. Ver resultado" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoo ha sido correctamente notificado sobre los cambios." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:690 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Llevó %time% segundos notificar a Yahoo. Quizás quiera desactivar esta característica para reducir el tiempo de creación." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:693 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Hubo un problema notificando a Yahoo. Ver resultado" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:699 +msgid "Bing was successfully notified about changes." +msgstr "Bing ha sido correctamente notificado sobre los cambios." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:702 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "Llevó %time% segundos notificar a Bing. Quizás quiera desactivar esta característica para reducir el tiempo de creación." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:705 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "Hubo un problema notificando a Bing. Ver resultado" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:711 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com ha sido correctamente notificado sobre los cambios." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Llevó %time% segundos notificar a Ask.com. Quizás quiera desactivar esta característica para reducir el tiempo de creación." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Hubo un problema notificando a Ask.com. Ver resultado" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:725 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "El proceso de creación tardó aproximadamente %time% segundos en completarse y utilizó %memory% MB de memoria." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727 +msgid "The building process took about %time% seconds to complete." +msgstr "El proceso de creación tardó aproximadamente %time% segundos en completarse." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:731 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "El contenido de su archivo sitemap no ha cambiado desde la última vez, por lo que no se han creado nuevos ficheros ni se ha notificado a los buscadores." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:739 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "¡El proceso de construcción todavía podría estar activo! Recargue la página dentro de unos segundos y compruebe si algo ha cambiado." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:742 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "¡La última ejecución no logró terminar! Quizás pueda elevar la memoria o el límite de tiempo para los scripts de PHP. Más información" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "El último uso de memoria por el script fue de %memused%MB; el límite de su servidor es de %memlimit%MB." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "El último tiempo de ejecución por el script fue de %timeused% segundos; el límite de su servidor está en %timelimit% segundos." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "El scripts se detuvo sobre el artículo número %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:755 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Si ha cambiado algo en su servidor o blog debería crear el sitemap manualmente." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:757 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Si encuentra algún problema durante el proceso de creación, puede utilizar la función de depuración para obtener más información." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Basic Options" +msgstr "Opciones básicas" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +msgid "Sitemap files:" +msgstr "Archivos sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834 +msgid "Learn more" +msgstr "Más información" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:771 +msgid "Write a normal XML file (your filename)" +msgstr "Escribir un fichero XML normal (nombre_fichero)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Escribir un fichero comprimido con gzip (nombre_fichero+.gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781 +msgid "Building mode:" +msgstr "Modo de creación:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Volver a crear el sitemap si ha cambiado el contenido de su blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:793 +msgid "Enable manual sitemap building via GET Request" +msgstr "Permitir la creación manual del sitemap mediante peticiones GET" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the result box above to see if sitemap was successfully built." +msgstr "Esto le permitirá actualizar su sitemap si utiliza una herramienta externa, que no usa la API de WordPress, para escribir en la base de datos. Utilice la siguiente URL para iniciar el proceso: %1 Por favor, compruebe el resultado en el cuadro de texto superior para observar si el sitemap se ha creado correctamente." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +msgid "Update notification:" +msgstr "Notificación de actualización" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Notify Google about updates of your Blog" +msgstr "Notificar a Google sobre cambios en su blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "No es necesario registrarse, pero puede unirse a las herramientas de Google para webmasters para revisar sus estadísticas." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:810 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Notificar a Bing (anteriormente MSN Live Search) sobre cambios en su blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:811 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "No es necesario registrarse, pero puede unirse a las herramientas de Bing para webmasters para revisar sus estadísticas." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:815 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Notificar a Ask.com sobre cambios en su blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "No registration required." +msgstr "No es necesario registrarse." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:820 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Notificar a Yahoo sobre cambios en su blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +msgid "Your Application ID:" +msgstr "Su Id de aplicación:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "¿No tiene esa identificación? Puede solicitar una aquí! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Añadir la URL del sitemap al archivo robots.txt virtual" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:831 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "Se utiliza el archivo robots.txt virtual generado por WordPress. ¡NO debe existir un fichero real robots.txt dentro del directorio del blog!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834 +msgid "Advanced options:" +msgstr "Opciones avanzadas:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Limit the number of posts in the sitemap:" +msgstr "Limitar el número de artículos en el sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Newer posts will be included first" +msgstr "Los artículos más recientes se incluiran primero" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "Try to increase the memory limit to:" +msgstr "Tratar de incrementar el límite de memoria a:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "e.g. \"4M\", \"16M\"" +msgstr "ej.: \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843 +msgid "Try to increase the execution time limit to:" +msgstr "Tratar de incrementar el límite de tiempo de ejecución a:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "en segundos, ej.: \"60\" o \"0\" para ilimitado" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:847 +msgid "Include a XSLT stylesheet:" +msgstr "Incluir una hoja de estilos XSLT" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848 +msgid "Full or relative URL to your .xsl file" +msgstr "URL completa o relativa hacia su fichero .xsl" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848 +msgid "Use default" +msgstr "Utilizar el predeterminado" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:854 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Activar el modo estándar de MySQL. Sólo deberá utilizarlo si está padeciendo errores de MySQL (¡necesita mucha memoria!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:855 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "Actualice, como mínimo, a WordPress 2.2 para activar el acceso rápido a MySQL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Crear el sitemap en segundo plano (así no tendrá que esperar cuando grabe un artículo)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "Actualice, como mínimo, a WordPress 2.1 para activar la creación en segundo plano" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:870 +msgid "Additional pages" +msgstr "Páginas adicionales" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:873 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Aquí puede especificar los ficheros o URLs que deben incluirse en el sitemap, pero que no pertenecen a su blog/WordPress.
        Por ejemplo: si su dominio es www.foo.com y su blog está en www.foo.com/blog, quizás quiera incluir su página de inicio de www.foo.com" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:875 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1106 +msgid "Note" +msgstr "Nota" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:876 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "¡Si su blog está en un subdirectorio y quiere añadir páginas que NO están en el directorio de su blog o por debajo del mismo, DEBE colocar su fichero sitemap en el directorio raíz (Mire la sección \"Localización de su fichero sitemap\" en esta página)!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:878 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:917 +msgid "URL to the page" +msgstr "URL de la página" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "URL de la página. Ejemplos: http://www.foo.com/index.html o www.foo.com/home" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:918 +msgid "Priority" +msgstr "Prioridad" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Escoja la prioridad relativa de la página comparándola con la de las otras páginas. Por ejemplo, su página de inicio debe tener una mayor prioridad que sus datos personales." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:920 +msgid "Last Changed" +msgstr "Últimos cambios" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:885 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Introduzca la fecha del último cambio como AAAA-MM-DD (por ejemplo: 2005-12-31) (opcional)." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:919 +msgid "Change Frequency" +msgstr "Frecuencia de cambios" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:921 +msgid "#" +msgstr "#" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:926 +msgid "No pages defined." +msgstr "Ninguna página definida" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:931 +msgid "Add new page" +msgstr "Añadir una nueva página" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:936 +msgid "Post Priority" +msgstr "Prioridad del artículo" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:938 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Por favor, seleccione como se calculará la prioridad de cada artículo:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940 +msgid "Do not use automatic priority calculation" +msgstr "No utilizar el cálculo de prioridad automático" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Todos los artículos tendrán la misma prioridad según se haya definido en "prioridades"" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:951 +msgid "Location of your sitemap file" +msgstr "Localización de su fichero sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:954 +msgid "Automatic detection" +msgstr "Detección automática" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:958 +msgid "Filename of the sitemap file" +msgstr "Nombre de fichero para el archivo sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961 +msgid "Detected Path" +msgstr "Ruta detectada" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961 +msgid "Detected URL" +msgstr "URL detectada" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:966 +msgid "Custom location" +msgstr "Localización automática" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:970 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Ruta absoluta o relativa al fichero sitemap, incluyendo el nombre." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:972 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:981 +msgid "Example" +msgstr "Ejemplo" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:979 +msgid "Complete URL to the sitemap file, including name." +msgstr "URL completa del fichero sitemap, incluyendo el nombre." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:992 +msgid "Sitemap Content" +msgstr "Contenido del sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Include homepage" +msgstr "Incluir página principal" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +msgid "Include posts" +msgstr "Incluir artículos" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "Incluir las páginas subsiguientes de los artículos multipágina (¡aumenta el tiempo de creación y el uso de memoria!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1016 +msgid "Include static pages" +msgstr "Incluir páginas estáticas" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "Include categories" +msgstr "Incluir categorías" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1028 +msgid "Include archives" +msgstr "Incluir archivos" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1035 +msgid "Include tag pages" +msgstr "Incluir páginas de etiquetas" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +#, php-format +msgid "Include taxonomy pages for %s" +msgstr "Incluir páginas de taxonomía para %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1061 +msgid "Include author pages" +msgstr "Incluir páginas de autor" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1065 +msgid "Further options" +msgstr "Más opciones" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1070 +msgid "Include the last modification time." +msgstr "Incluir la fecha de última modificación" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1072 +msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects all sitemap entries." +msgstr "Altamente recomendado, ya que ayuda a los buscadores a saber cuando ha cambiado el contenido. Esta opción afecta a todas las entradas del sitemap." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Excluded items" +msgstr "Elementos excluidos" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1081 +msgid "Excluded categories" +msgstr "Categorías excluidas" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083 +msgid "Using this feature will increase build time and memory usage!" +msgstr "¡Utilizar esta función incrementará el tiempo de creación y el uso de memoria!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "Esta característica requiere de, al menos, WordPress 2.5.1. y Vd. está utilizando la versión %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1093 +msgid "Exclude posts" +msgstr "Artículos excluidos" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095 +msgid "Exclude the following posts or pages:" +msgstr "Excluir los siguientes artículos o páginas:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095 +msgid "List of IDs, separated by comma" +msgstr "Indique los ID, separados por coma" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +msgid "Child posts won't be excluded automatically!" +msgstr "¡Los artículos anidados no se excluirán automáticamente!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1103 +msgid "Change frequencies" +msgstr "Frecuencias de cambio" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1107 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Por favor, tenga en cuenta que el valor de esta etiqueta es considerado como un consejo, no como una orden. Incluso aunque los rastreadores tengan en cuenta esto a la hora de decidir, puede que rastreen páginas marcadas como \"cada hora\" con menos frecuencia que la indicada, y puede que rastreen páginas marcadas como \"anualmente\" con más frecuencia que esta. También podría ocurrir que los rastreadores revisen periódicamente páginas marcadas como \"nunca\" por si ha habido cambios inesperados en dichas páginas." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1113 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1170 +msgid "Homepage" +msgstr "Página principal" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1119 +msgid "Posts" +msgstr "Artículos" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1125 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1188 +msgid "Static pages" +msgstr "Páginas estáticas" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1131 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1194 +msgid "Categories" +msgstr "Categorías" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1137 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "El archivo de este mes (Debe ser igual al de su página principal)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1143 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Archivos obsoletos (Sólo cambia si edita un artículo antiguo)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1150 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1207 +msgid "Tag pages" +msgstr "Páginas de etiquetas" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1157 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1214 +msgid "Author pages" +msgstr "Páginas de autor" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1165 +msgid "Priorities" +msgstr "Prioridades" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1176 +msgid "Posts (If auto calculation is disabled)" +msgstr "Artículos (Si el cálculo automático está deshabilitado)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1182 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Prioridad mínima para artículos (Incluso aunque el cálculo automático esté activo)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1200 +msgid "Archives" +msgstr "Archivos" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1225 +msgid "Update options" +msgstr "Grabar cambios" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1226 +msgid "Reset options" +msgstr "Reestablecer configuración" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95 +msgid "XML-Sitemap" +msgstr "Sitemap XML" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:109 +msgid "Settings" +msgstr "Configuraciones" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:110 +msgid "FAQ" +msgstr "FAQ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:111 +msgid "Support" +msgstr "Soporte" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:112 +msgid "Donate" +msgstr "Dona" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:182 +msgid "Sitemap FAQ" +msgstr "FAQ sitemap" + +#~ msgid "Manual location" +#~ msgstr "Localización manual" +#~ msgid "OR" +#~ msgstr "O" +#~ msgid "Error" +#~ msgstr "Error" +#~ msgid "" +#~ "A new page was added. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "" +#~ "Una nueva página fue añadida. Haga click en \"Guardar cambios\" para " +#~ "guardar sus cambios." +#~ msgid "" +#~ "The page was deleted. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "" +#~ "La página fue borrada. Haga click en \"Guardar cambios\" para guardar sus " +#~ "cambios." +#~ msgid "You changes have been cleared." +#~ msgstr "Sus cambios se han deshecho." +#~ msgid "Manual rebuild" +#~ msgstr "Reconstrucción manual" +#~ msgid "" +#~ "If you want to build the sitemap without editing a post, click on here!" +#~ msgstr "" +#~ "Si quieres construir el sitemap sin editar ningún artículo, ¡pulse aquí!" +#~ msgid "Rebuild Sitemap" +#~ msgstr "Reconstruir Sitemap" +#~ msgid "Save page changes" +#~ msgstr "Guardar los cambios de la página" +#~ msgid "Undo all page changes" +#~ msgstr "Deshacer todos los cambios de la página" +#~ msgid "Delete marked page" +#~ msgstr "Borrar página marcada" +#~ msgid "" +#~ "Enable automatic priority calculation for posts based on comment count" +#~ msgstr "" +#~ "Activar cálculo automático de prioridades para artículos basándose en el " +#~ "número de comentarios" +#~ msgid "Write debug comments" +#~ msgstr "Escribir comentarios de depuración" +#~ msgid "Auto-Ping Google Sitemaps" +#~ msgstr "Ping automático a Google Sitemaps" +#~ msgid "This option will automatically tell Google about changes." +#~ msgstr "" +#~ "Esta opción indicará automáticamente a Google que ha habido cambios." +#~ msgid "Includings" +#~ msgstr "Inclusiones" +#~ msgid "Informations and support" +#~ msgstr "Información y soporte" +#~ msgid "" +#~ "Check %s for updates and comment there if you have any problems / " +#~ "questions / suggestions." +#~ msgstr "" +#~ "Compruebe %s para actualizaciones, comentarios, problemas, cuestiones y " +#~ "sugerencias." +#~ msgid "URL:" +#~ msgstr "URL:" +#~ msgid "Path:" +#~ msgstr "Ruta:" +#~ msgid "Could not write into %s" +#~ msgstr "No puedo escribir en %s" +#~ msgid "Successfully built sitemap file:" +#~ msgstr "Fichero sitemap correctamente construido:" +#~ msgid "Successfully built gzipped sitemap file:" +#~ msgstr "Fichero sitemap comprimido correctamente construido:" +#~ msgid "Could not ping to Google at %s" +#~ msgstr "No pude hacer ping a Google en %s" +#~ msgid "Successfully pinged Google at %s" +#~ msgstr "Ping a Google realizado correctamente en %s" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fi_FI.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fi_FI.mo new file mode 100644 index 0000000000000000000000000000000000000000..955b677911692baba71f593284a6072f79ce2ae2 GIT binary patch literal 23562 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fi_FI.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fi_FI.po new file mode 100644 index 00000000..97932ad0 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fi_FI.po @@ -0,0 +1,1005 @@ +msgid "" +msgstr "" +"Project-Id-Version: Sitemaps for WordPress\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-12-23 10:32+0800\n" +"PO-Revision-Date: \n" +"Last-Translator: Olli Jarva \n" +"Language-Team: Olli Jarva \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "Kommenttien lukumäärä" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Käytetään kommenttien määrää prioriteetin laskemiseen" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "Kommenttien keskiarvo" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "Käytetään keskimääräistä kommenttien määrää prioriteetin laskemiseen" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "Suosituimmuuskilpailu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Käyttää aktivoitua Popularity Contest Plugin-lisäosaa, jonka on tehnyt Alex King. Katso asetukset ja suosituimmat merkinnät" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1209 +msgid "Always" +msgstr "Aina" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1210 +msgid "Hourly" +msgstr "Tunnittain" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1211 +msgid "Daily" +msgstr "Päivittäin" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1212 +msgid "Weekly" +msgstr "Viikottain" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1213 +msgid "Monthly" +msgstr "Kuukausittain" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1214 +msgid "Yearly" +msgstr "Vuosittain" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1215 +msgid "Never" +msgstr "Ei ikinä" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Kiitos lahjoituksesta! Autat tämän lisäosan ja muiden vapaiden ohjelmien tukemisessa ja kehittämisessä!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Hide this notice" +msgstr "Piilota tämä huomautus" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Kiitos lisäosan käyttämisestä! Olet asentanut lisäosan yli kuukausi sitten. Jos se toimii ja olet tyytyväinen tuloksiin, eikö se ole edes yhden dollarin arvoinen? Lahjoitukset auttavat tämän vapaan ohjelman kehittämisessä! Toki, ei ongelmaa!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +msgid "No thanks, please don't bug me anymore!" +msgstr "Ei kiitos, älä häiritse minua enää!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:119 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "Sivustokarttaa päivitetään. Blogin koosta riippuen päivittäminen voi kestää jonkin aikaa." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:121 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "Sivustokartta päivitetään %s sekunnin kuluttua. Blogin koosta riippuen päivittäminen voi kestää jonkin aikaa." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:146 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:441 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML-sivustokarttojen luontityökalu WordPressiin" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:278 +msgid "Configuration updated" +msgstr "Asetukset päivitetty" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:279 +msgid "Error while saving options" +msgstr "Virhe asetusten tallentamisessa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:281 +msgid "Pages saved" +msgstr "Sivut tallennettu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:282 +msgid "Error while saving pages" +msgstr "Virhe sivujen tallentamisessa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:286 +#, php-format +msgid "Robots.txt file saved" +msgstr "Robots.txt tallennettu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2750 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:288 +msgid "Error while saving Robots.txt file" +msgstr "Virhe robots.txt:n tallentamisessa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:297 +msgid "The default configuration was restored." +msgstr "Oletusasetukset on palautettu." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:454 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "Uusi versio (%1$s) on saatavilla. Lataa versio %3$s." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:456 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "Uusi versio (%1$s) on saatavilla. Lataa versio %3$s. Automaattinen päivitys ei ole käytössä tälle lisäosalle." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:458 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "Uusi versio (%1$s) on saatavilla. Lataa versio %3$s tai päivitä automaattisesti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:481 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +msgid "open" +msgstr "avaa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:482 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:499 +msgid "close" +msgstr "sulje" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:483 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:500 +msgid "click-down and drag to move this box" +msgstr "liikuta tätä laatikkoa vetämällä ja pudottamalla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:484 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:501 +msgid "click to %toggle% this box" +msgstr "klikkaa %toggle% laatikko" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:485 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:502 +msgid "use the arrow keys to move this box" +msgstr "käytä nuolinäppäimiä liikkumiseen" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:486 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:503 +msgid ", or press the enter key to %toggle% it" +msgstr "tai paina enter-näppäintä vaihtaaksesi (%toggle%)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:521 +msgid "About this Plugin:" +msgstr "Tietoja lisäosasta:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:522 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:138 +msgid "Plugin Homepage" +msgstr "Lisäosan kotisivu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:523 +msgid "Suggest a Feature" +msgstr "Ehdota ominaisuutta" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:524 +msgid "Notify List" +msgstr "Tiedotuslista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:525 +msgid "Support Forum" +msgstr "Tukifoorumit" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:526 +msgid "Report a Bug" +msgstr "Raportoi virhe" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:528 +msgid "Donate with PayPal" +msgstr "Lahjoita PayPalilla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529 +msgid "My Amazon Wish List" +msgstr "Amazonin toivelista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +msgid "translator_name" +msgstr "translator_name" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +msgid "translator_url" +msgstr "translator_url" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "Sitemap Resources:" +msgstr "Sivustokarttaresurssit:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Webmaster Tools" +msgstr "Ylläpitäjän työkalut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Webmaster Blog" +msgstr "Ylläpitäjän blogi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "Site Explorer" +msgstr "Sivustoselain" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:538 +msgid "Search Blog" +msgstr "Hakukoneblogi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +msgid "Webmaster Center Blog" +msgstr "Ylläpitäjäkeskuksen blogi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:543 +msgid "Sitemaps Protocol" +msgstr "Sivustokartta-protokolla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:544 +msgid "Official Sitemaps FAQ" +msgstr "Virallinen sivustokartta-FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +msgid "My Sitemaps FAQ" +msgstr "Sivustokartta-FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548 +msgid "Recent Donations:" +msgstr "Äskettäin lahjoittaneet:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "List of the donors" +msgstr "Lahjoittajalista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:554 +msgid "Hide this list" +msgstr "Piilota tämä lista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:557 +msgid "Thanks for your support!" +msgstr "Kiitos tuestasi!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:575 +msgid "Status" +msgstr "Tila" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:583 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Sivustokarttaa ei ole luotu. Luo sivustokartta ensimmäisen kerran." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "Your sitemap was last built on %date%." +msgstr "Sivustokartta on päivitetty edellisen kerran %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:591 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreLue lisää" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:598 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Sivustokartta (pakattu) on päivitetty edellisen kerran %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:600 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreLue lisääsuccessfully notified
        about changes." +msgstr "Googlea tiedotettiin onnistuneesti päivityksistä." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:609 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Kesti %time% sekuntia huomauttaa Googlea päivityksistä. Saatat haluta poistaa käytöstä tämän ominaisuuden nopeuttaaksesi sivustokartan luomista." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Virhe Googlen huomauttamisessa. Katso tulokset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:618 +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoota tiedotettiin onnistuneesti päivityksistä." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Kesti %time% sekuntia huomauttaa Yahoota päivityksistä. Saatat haluta poistaa käytöstä tämän ominaisuuden nopeuttaaksesi sivustokartan luomista." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Virhe Yahoon huomauttamisessa. Katso tulokset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3097 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:630 +msgid "MSN was successfully notified about changes." +msgstr "MSN:ää tiedotettiin onnistuneesti päivityksistä." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3100 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time." +msgstr "Kesti %time% sekuntia huomauttaa MSN.comia päivityksistä. Saatat haluta poistaa käytöstä tämän ominaisuuden nopeuttaaksesi sivustokartan luomista." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3103 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +#, php-format +msgid "There was a problem while notifying MSN.com. View result" +msgstr "Virhe MSN.comin huomauttamisessa. Katso tulokset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:642 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.comia tiedotettiin onnistuneesti päivityksistä." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Kesti %time% sekuntia huomauttaa Ask.comia päivityksistä. Saatat haluta poistaa käytöstä tämän ominaisuuden nopeuttaaksesi sivustokartan luomista." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Virhe Ask.comin huomauttamisessa. Katso tulokset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:656 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Luominen kesti noin %time% sekuntia ja käytti %memory% MB muistia." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:658 +msgid "The building process took about %time% seconds to complete." +msgstr "Luominen kesti noin %time% sekuntia." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:662 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Sivustokartan sisältö ei vaihtunut edellisestä päivityksestä, joten tiedostoja ei kirjoitettu ja hakukoneita ei huomautettu päivityksistä." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:670 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "Luomisprosessi saattaa olla yhä aktiivinen! Lataa sivu uudelleen muutaman sekunnin kuluttua." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:673 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Edellinen päivitys ei valmistunut! Muisti- tai aikarajoitusten kasvattaminen saattaa auttaa. Lue lisää" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:675 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Edellinen tunnettu muistin käyttö oli %memused%MB, palvelimen rajoitus on %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:679 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Edellinen tunnettu ajoaika oli %timeused% sekuntia, palvelimen rajoitus on %timelimit% sekuntia." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:683 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Ohjelma lopetti merkinnässä numero %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:686 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Jos jotain on muuttunut palvelimella tai blogissa, saatat haluta luoda sivustokartan uudelleen manuaalisesti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:688 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Jos sivustokartan luomisprosessissa oli ongelmia, voit käyttää virheenetsintätilaa lisätietojen saamiseksi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:695 +msgid "Basic Options" +msgstr "Perusasetukset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:697 +msgid "Sitemap files:" +msgstr "Sivustokarttatiedostot:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:697 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:732 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:765 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:782 +msgid "Learn more" +msgstr "Lue lisää" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:702 +msgid "Write a normal XML file (your filename)" +msgstr "Luo normaali XML-tiedosto (tiedostonimi)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:708 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Luo pakattu (gzip) tiedosto (tiedostonimi + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712 +msgid "Building mode:" +msgstr "Luomisasetukset:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Luo sivustokartta uudelleen, jos blogin sisältöä on muutettu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +msgid "Enable manual sitemap building via GET Request" +msgstr "Salli manuaalinen sivustokartan luominen GET-pyynnöllä" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:728 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Tämä sallii sivustokartan päivittämisen, jos työkalu kirjoittaa WordPressin tietokantaan käyttämättä WordPressin API:a. Käytä seuraavaa osoitetta päivittämiseen: %1 . Tarkista lokitiedostosta, päivitettiinkö sivustokartta onnistuneesti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:732 +msgid "Update notification:" +msgstr "Päivityshuomautukset:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:736 +msgid "Notify Google about updates of your Blog" +msgstr "Ilmoita Googlelle päivityksistä blogissa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:737 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Rekisteröintiä ei vaadita, mutta Googlen verkkoylläpitäjän työkalut kertovat tietoja sivuston indeksoinnista." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3209 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:741 +msgid "Notify MSN Live Search about updates of your Blog" +msgstr "Ilmoita MSN Live Searchille päivityksistä blogissa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3210 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:742 +#, php-format +msgid "No registration required, but you can join the MSN Live Webmaster Tools to check crawling statistics." +msgstr "Rekisteröintiä ei vaadita, mutta MSN Liven verkkoylläpitäjän työkalut kertovat tietoja sivuston indeksoinnista." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:746 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Ilmoita Ask.comille päivityksistä blogissa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:747 +msgid "No registration required." +msgstr "Rekisteröintiä ei vaadita" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:751 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Ilmoita Yahoolle päivityksistä blogissa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752 +msgid "Your Application ID:" +msgstr "ID:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:753 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Ei avainta? Hae omasi täältä! %s2" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:760 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Muokkaa tai luo tiedosto %s blogin juurihakemistoon" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:763 +msgid "File permissions: " +msgstr "Tiedoston oikeudet:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:768 +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt:hen on kirjoitusoikeudet." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:770 +msgid "Error, robots.txt is not writable." +msgstr "Virhe: robots.txt-tiedostoon ei voi kirjoittaa." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:774 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "Ok, robots.txt:tä ei ole ja kansioon voi kirjoittaa." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:776 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Virhe: robots.txt:tä ei ole ja kansioon ei voi kirjoittaa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:782 +msgid "Advanced options:" +msgstr "Lisäasetukset:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:785 +msgid "Limit the number of posts in the sitemap:" +msgstr "Rajoita sivustokartan merkintöjen lukumäärää:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:785 +msgid "Newer posts will be included first" +msgstr "Uusimmat merkinnät listataan ensimmäisinä" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:788 +msgid "Try to increase the memory limit to:" +msgstr "Yritä lisätä muistirajoitusta:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:788 +msgid "e.g. \"4M\", \"16M\"" +msgstr "esim. \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Try to increase the execution time limit to:" +msgstr "Yritä lisätä ajoajan rajoitusta:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "sekunneissa, esim. \"60\" tai \"0\" rajoittamattomaan" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:795 +msgid "Include a XSLT stylesheet:" +msgstr "Ota mukaan XSLT-tyylitiedosto:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:796 +msgid "Full or relative URL to your .xsl file" +msgstr "Kokonainen tai suhteellinen .xsl-tiedoston URL" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:796 +msgid "Use default" +msgstr "Käytä oletuksia" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Ota käyttöön MySQL:n standarditila. Käytä tätä vain jos saat MySQL-virheitä (tarvitsee huomattavasti enemmän muistia)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:807 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Luo sivustokartta taustaprosessissa (Ei viiveitä merkintöjä luodessa)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:814 +msgid "Additional pages" +msgstr "Lisäsivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:817 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Voit määrittää tiedostot tai osoitteet jotka lisätään sivustokarttaan, mutta jotka eivät ole WordPressissä.
        Esimerkiksi jos domain on www.example.com ja blogi on osoitteessa www.example.com/blog, saatat haluta lisätä etusivun www.example.com sivustokarttaan" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1021 +msgid "Note" +msgstr "Huom" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:820 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Jos blogi on alihakemistossa ja haluat lisätä sivuja jotka EIVÄT ole blogin hakemistossa tai alikansioissa, sivustokartta TÄYTYY laittaa juurihakemistoon. Katso "Sivustokartan sijainti"-osiota tällä sivulla." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:861 +msgid "URL to the page" +msgstr "Sivun URL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:823 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Kirjoita sivun osoite. Esimerkiksi http://example.com/index.html tai www.example.com/home" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Priority" +msgstr "Prioriteetti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:826 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Valitse prioriteetti suhteessa muihin sivuihin. Esimerkiksi etusivu voi olla korkeammalla prioriteetilla kuin vanhat arkistosivut." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "Last Changed" +msgstr "Viimeinen muutos" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:829 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Kirjoita edellisen muutoksen päiväys muodossa YYYY-MM-DD (esim. 2009-05-13) (ei pakollinen)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Change Frequency" +msgstr "Muutostiheys" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:865 +msgid "#" +msgstr "#" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:870 +msgid "No pages defined." +msgstr "Ei sivuja määritetty." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:875 +msgid "Add new page" +msgstr "Lisää uusi sivu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:880 +msgid "Post Priority" +msgstr "Merkinnän prioriteetti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Valitse, miten merkintöjen prioriteetti lasketaan:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +msgid "Do not use automatic priority calculation" +msgstr "Älä käytä automaattista prioriteetin laskemista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Kaikilla merkinnöillä on prioriteetit-kohdassa määritetty prioriteetti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:895 +msgid "Location of your sitemap file" +msgstr "Sivustokartan sijainti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:898 +msgid "Automatic detection" +msgstr "Automaattinen tunnistus" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:902 +msgid "Filename of the sitemap file" +msgstr "Sivustokartan tiedostonimi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:905 +msgid "Detected Path" +msgstr "Tunnistettu polku" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:905 +msgid "Detected URL" +msgstr "Tunnistettu URL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:910 +msgid "Custom location" +msgstr "Muokattu sijainti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:914 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absoluuttinen tai suhteellinen sivustokartan osoite, myös tiedostonimi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:925 +msgid "Example" +msgstr "Esimerkki" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:923 +msgid "Complete URL to the sitemap file, including name." +msgstr "Koko URL sivustokarttatiedostoon, myös nimi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:936 +msgid "Sitemap Content" +msgstr "Sivustokartan sisältö" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:942 +msgid "Include homepage" +msgstr "Ota mukaan etusivu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:948 +msgid "Include posts" +msgstr "Ota mukaan merkinnät" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:911 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:954 +msgid "Include following pages of multi-page posts (<!--nextpage-->)" +msgstr "Ota mukaan kaikki sivut monisivuisista merkinnöistä (<!--nextpage-->)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:960 +msgid "Include static pages" +msgstr "Ota mukaan staattiset sivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:966 +msgid "Include categories" +msgstr "Ota mukaan luokat" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:972 +msgid "Include archives" +msgstr "Ota mukaan arkistosivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:979 +msgid "Include tag pages" +msgstr "Ota mukaan avainsanasivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:986 +msgid "Include author pages" +msgstr "Ota mukaan tekijäsivut" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:994 +msgid "Excluded items" +msgstr "Jätä huomiotta" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:996 +msgid "Excluded categories" +msgstr "Jätä huomiotta luokkia" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Using this feature will increase build time and memory usage!" +msgstr "Tämän ominaisuuden käyttö lisää luomisaikaa ja muistinkäyttöä!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1005 +#, php-format +msgid "This feature requires at least WordPress 2.5, you are using %s" +msgstr "Ominaisuus vaatii vähintään WordPress 2.5:n, sinulla on %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1008 +msgid "Exclude posts" +msgstr "Jätä huomiotta merkintöjä" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "Exclude the following posts or pages:" +msgstr "Jätä huomiotta seuraavat merkinnät tai sivut:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "List of IDs, separated by comma" +msgstr "Lista ID:istä, pilkulla eroteltuna" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1012 +msgid "Child posts will not automatically be excluded!" +msgstr "Alimerkintöjä ei jätetä automaattisesti huomiotta!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1018 +msgid "Change frequencies" +msgstr "Päivitystiheydet" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Huomioi että tämä avainsana on vihje, ei komento. Vaikka osa hakukoneista ottaa avainsanan huomioon päätöksiä tehdessä, tunneittain päivittyviksi merkittyjä sivuja saatetaan hakea harvemmin. Vastaavasti vuosittain päivittyviä sivuja haetaan mahdollisesti useammin. Lisäksi osa hakukoneista hakee säännöllisesti sivuja, joiden päivittymistiheydeksi on merkitty \"ei koskaan\", jotta odottamattomat muutokset päivittyvät." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1028 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1086 +msgid "Homepage" +msgstr "Etusivu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1034 +msgid "Posts" +msgstr "Merkinnät" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1104 +msgid "Static pages" +msgstr "Staattiset sivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1046 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1110 +msgid "Categories" +msgstr "Kategoriat" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1052 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Tämän kuun arkistosivu (yleensä blogin etusivu)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1058 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Vanhat arkistosivut (vaihtuvat vain kun muokkaat vanhaa merkintää)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1065 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1123 +msgid "Tag pages" +msgstr "Avainsanasivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1072 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1130 +msgid "Author pages" +msgstr "Tekijän sivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1080 +msgid "Priorities" +msgstr "Prioriteetit" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1092 +msgid "Posts (If auto calculation is disabled)" +msgstr "Merkinnät (jos automaattinen laskenta on poistettu käytöstä)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1098 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Merkintöjen minimiprioriteetti (vaikka automaattinen laskenta olisi käytössä)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1116 +msgid "Archives" +msgstr "Arkistot" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1141 +msgid "Update options" +msgstr "Päivitä asetukset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1142 +msgid "Reset options" +msgstr "Nollaa asetukset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:81 +msgid "XML-Sitemap Generator" +msgstr "XML-sivustokartan luontityökalu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:81 +msgid "XML-Sitemap" +msgstr "XML-Sivustokartta" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:139 +msgid "Sitemap FAQ" +msgstr "Sivustokartta-FAQ" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fr_FR.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fr_FR.mo new file mode 100644 index 0000000000000000000000000000000000000000..cfd231d06860e1da0affcfca0f6f3736eade0299 GIT binary patch literal 19521 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fr_FR.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fr_FR.po new file mode 100644 index 00000000..c7e71671 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-fr_FR.po @@ -0,0 +1,1230 @@ +# This file is distributed under the same license as the WordPress package. +# [name] <[mail-address]>, 2005. +# $Id: sitemap.pot 2502 2005-07-03 20:50:38Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap 3.1.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-05-05 20:24+0100\n" +"PO-Revision-Date: 2014-04-10 10:46+0100\n" +"Last-Translator: kalyx \n" +"Language-Team: Serge Rauber \n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: .\n" +"X-Generator: Poedit 1.5.4\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-SearchPath-1: ..\n" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:527 +msgid "Comment Count" +msgstr "Nombre de commentaires" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:537 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Utilise le nombre de commentaires pour calculer la priorité" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:590 +msgid "Comment Average" +msgstr "Moyenne des commentaires" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:600 +msgid "Uses the average comment count to calculate the priority" +msgstr "Utilise la moyenne des commentaires pour calculer la priorité" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:661 +msgid "Popularity Contest" +msgstr "Popularity Contest" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:671 +msgid "" +"Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "" +"Utiliser le plugin Popularity Contest d'Alex King. Voir Réglages et Articles les plus populaires" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:840 +msgid "Always" +msgstr "Toujours" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:841 +msgid "Hourly" +msgstr "Une fois par heure" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:842 +msgid "Daily" +msgstr "Une fois par jour" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:843 +msgid "Weekly" +msgstr "une fois par semaine" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:844 +msgid "Monthly" +msgstr "une fois par mois" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:845 +msgid "Yearly" +msgstr "une fois par an" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-core.php:846 +msgid "Never" +msgstr "Jamais" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-loader.php:212 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-loader.php:212 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-loader.php:239 +msgid "Settings" +msgstr "Réglages" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-loader.php:240 +msgid "FAQ" +msgstr "FAQ" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-loader.php:241 +msgid "Support" +msgstr "Aide" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-loader.php:242 +msgid "Donate" +msgstr "Donation" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-loader.php:328 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:630 +msgid "Plugin Homepage" +msgstr "Page du plugin" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-loader.php:329 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:652 +msgid "My Sitemaps FAQ" +msgstr "Ma FAQ" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:198 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:585 +msgid "XML Sitemap Generator for WordPress" +msgstr "Générateur de sitemap xml pour WordPress" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:374 +msgid "Configuration updated" +msgstr "Configuration mise à jour" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:375 +msgid "Error while saving options" +msgstr "Erreur lors de la sauvegarde des options" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:378 +msgid "Pages saved" +msgstr "Pages enregistrées" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:379 +msgid "Error while saving pages" +msgstr "Erreur durant l'enregistrement des pages" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:387 +msgid "The default configuration was restored." +msgstr "Configuration par défaut restaurée." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:397 +msgid "" +"The old files could NOT be deleted. Please use an FTP program and delete " +"them by yourself." +msgstr "" +"Les anciens fichiers n'ont pu être effacés. Veuillez utiliser un logiciel " +"FTP et les supprimer vous même." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:399 +msgid "The old files were successfully deleted." +msgstr "LEs anciens fichiers ont bien été effacés." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:439 +msgid "" +"Thank you very much for your donation. You help me to continue support and " +"development of this plugin and other free software!" +msgstr "" +"Merci beaucoup pour votre don, ça m'aide à continuer de développer ce plugin " +"et d'autres softwares!" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:439 +msgid "Hide this notice" +msgstr "Masquer" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:445 +#, php-format +msgid "" +"Thanks for using this plugin! You've installed this plugin over a month ago. " +"If it works and you are satisfied with the results, isn't it worth at least " +"a few dollar? Donations help me to continue support and " +"development of this free software! Sure, no problem!" +msgstr "" +"Merci d'utiliser ce plugin! Vous l'avez installé il y a un mois. S'il " +"fonctionne bien et que vous en êtes satisfait, est-ce trop de donner un " +"petit dollar?Les dons me permettent de continuer à " +"développer ce plugin libre et gratuit ! Je t'aide, pas " +"de problème!" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:445 +msgid "Sure, but I already did!" +msgstr "Oui, mais je l'ai déjà fait!" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:445 +msgid "No thanks, please don't bug me anymore!" +msgstr "Non merci, ne plus me le rappeler!" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:452 +#, php-format +msgid "" +"Thanks for using this plugin! You've installed this plugin some time ago. If " +"it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "" +"Merci d'utiliser ce plugin! Vous l'avez installé il y a quelques temps. S'il " +"fonctionne bien et que vous en êtes satisfait, pourquoi pas voter pour lui et le recommander aux autres? :-)" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:452 +msgid "Don't show this anymore" +msgstr "Ne plus jamais afficher" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:601 +#, php-format +msgid "" +"There is a new version of %1$s available. Download version " +"%3$s here." +msgstr "" +"Une nouvelle version de %1$s est disponible. Télécharger la " +"version %3$s ici." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:603 +#, php-format +msgid "" +"There is a new version of %1$s available. Download version " +"%3$s here automatic upgrade unavailable for this plugin." +msgstr "" +"Une nouvelle version de %1$s est disponible. Télécharger la " +"version %3$s ici.mise à jour automatique non disponible pour ce " +"plugin" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:605 +#, php-format +msgid "" +"There is a new version of %1$s available. Download version " +"%3$s here or upgrade automatically." +msgstr "" +"Une nouvelle version de %1$s est disponible. Télécharger la " +"version %3$s ici ou Mettre à jour automatiquement." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:613 +#, php-format +msgid "" +"Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "" +"Votre site bloque actuellement les moteurs de recherche! Allez sur Réglages -> Lecture pour changer." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:629 +msgid "About this Plugin:" +msgstr "A propos" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:631 +msgid "Suggest a Feature" +msgstr "Suggestion" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:632 +msgid "Notify List" +msgstr "S'abonner" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "Support Forum" +msgstr "Forum" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:634 +msgid "Report a Bug" +msgstr "Signaler un bug" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:636 +msgid "Donate with PayPal" +msgstr "Don PayPal" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:637 +msgid "My Amazon Wish List" +msgstr "Ma liste Amazon" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:638 +msgid "translator_name" +msgstr "Traduit par Serge" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:638 +msgid "translator_url" +msgstr "http://wp.kalyxstudio.com" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:641 +msgid "Sitemap Resources:" +msgstr "Ressources" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:642 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:647 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:643 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "Search Blog" +msgstr "Search Blog" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:648 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:650 +msgid "Sitemaps Protocol" +msgstr "Sitemaps Protocol" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:651 +msgid "Official Sitemaps FAQ" +msgstr "Official Sitemaps FAQ" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:655 +msgid "Recent Donations:" +msgstr "Dons récents:" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:658 +msgid "List of the donors" +msgstr "Liste des donateurs" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:660 +msgid "Hide this list" +msgstr "Masquer" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:663 +msgid "Thanks for your support!" +msgstr "Merci de votre aide!" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:683 +msgid "Search engines haven't been notified yet" +msgstr "Les moteurs de recherche n'ont pas encore été notifiés." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "Result of the last ping, started on %date%." +msgstr "Résultat du dernier ping, démarré le %date%." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:702 +#, php-format +msgid "" +"There is still a sitemap.xml or sitemap.xml.gz file in your blog directory. " +"Please delete them as no static files are used anymore or try " +"to delete them automatically." +msgstr "" +"Il y a encore un fichier sitemap.xml ou sitemap.xml.gz dans le répertoire de " +"votre site. Veuillez les supprimer car ces fichiers ne sont plus utilisés ou " +"essayez de les supprimer automatiquement." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:705 +#, php-format +msgid "The URL to your sitemap index file is: %s." +msgstr "L'URL de l'index de votre sitemap est : %s." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:708 +msgid "" +"Search engines haven't been notified yet. Write a post to let them know " +"about your sitemap." +msgstr "" +"Les moteurs de recherche n'ont pas encore été notifiés. Publiez un article " +"pour les notifier de votre sitemap." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:717 +#, php-format +msgid "%s was successfully notified about changes." +msgstr "%s a été informé des changements." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:720 +msgid "" +"It took %time% seconds to notify %name%, maybe you want to disable this " +"feature to reduce the building time." +msgstr "" +"Il a fallu %time% secondes pour informer %name%, vous pouvez désactivez " +"cette fonction pour réduire la durée du processus." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:723 +msgid "" +"There was a problem while notifying %name%. View result" +msgstr "" +"Problème de notification avec %name%.Voir le résultat" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:727 +#, php-format +msgid "" +"If you encounter any problems with your sitemap you can use the debug function to get more information." +msgstr "" +"Si vous rencontrez un problème avec votre sitemap, vous pouvez utiliser la " +"fonction de débogage pour avoir plus d'infos." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:735 +msgid "Basic Options" +msgstr "Options de base" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:737 +msgid "Update notification:" +msgstr "Notifications:" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:737 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:765 +msgid "Learn more" +msgstr "En savoir plus" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:741 +msgid "Notify Google about updates of your Blog" +msgstr "Informer Google des mises à jour du blog" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:742 +#, php-format +msgid "" +"No registration required, but you can join the Google " +"Webmaster Tools to check crawling statistics." +msgstr "" +"Pas d'inscription nécessaire, mais vous pouvez vous inscrire sur Google Webmaster Tools pour connaître les statistiques de passage de " +"google" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:746 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Informer Bing (MSN Live Search) des mises à jour du blog" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:747 +#, php-format +msgid "" +"No registration required, but you can join the Bing Webmaster " +"Tools to check crawling statistics." +msgstr "" +"Pas d'inscription nécessaire, mais vous pouvez vous inscrire sur bing Webmaster Tools pour connaître les statistiques de passage de " +"Bing" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:751 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Informer Ask.com des mises à jour du blog" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:752 +msgid "No registration required." +msgstr "Inscription non requise." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:757 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Ajouter l'URL du sitemap au fichier virtuel robots.txt" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:761 +msgid "" +"The virtual robots.txt generated by WordPress is used. A real robots.txt " +"file must NOT exist in the blog directory!" +msgstr "" +"Le fichier virtuel robots.txt de WordPress est utilisé. Il NE DOIT PAS y " +"avoir de vrai fichier robots.txt dans le répertoire du blog!" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:765 +msgid "Advanced options:" +msgstr "Options avancées:" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:768 +msgid "Try to increase the memory limit to:" +msgstr "Essayer d'augmenter la quantité de mémoire alouée:" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:768 +msgid "e.g. \"4M\", \"16M\"" +msgstr "ex: \"4M\", \"16M\"" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:771 +msgid "Try to increase the execution time limit to:" +msgstr "Essayer d'augmenter la durée limite d'éxécution du script : " + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:771 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "en secondes, ex: \"60\" ou \"0\" pour illimité" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:775 +msgid "Include a XSLT stylesheet:" +msgstr "Feuille de style XSLT:" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:776 +msgid "Full or relative URL to your .xsl file" +msgstr "Adresse complète ou relative du fichier .xsl" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:776 +msgid "Use default" +msgstr "par défaut" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:781 +msgid "Include sitemap in HTML format" +msgstr "INclure un sitemap au format HTML" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:790 +msgid "Additional pages" +msgstr "Pages supplémentaires" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:793 +msgid "" +"Here you can specify files or URLs which should be included in the sitemap, " +"but do not belong to your Blog/WordPress.
        For example, if your domain " +"is www.foo.com and your blog is located on www.foo.com/blog you might want " +"to include your homepage at www.foo.com" +msgstr "" +"Vous pouvez préciser ici des adresses à inclure dans le sitemap, qui " +"n'appartiennent pas à votre Blog/WordPress.
        Par exemple, si votre " +"domaine est www.truc.com et que votre blog est situé sur www.truc.com/blog, " +"vous pouvez choisir d'inclure la page d'accueil www.truc.com" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:795 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:998 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1018 +msgid "Note" +msgstr "Remarque" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:796 +msgid "" +"If your blog is in a subdirectory and you want to add pages which are NOT in " +"the blog directory or beneath, you MUST place your sitemap file in the root " +"directory (Look at the "Location of your sitemap file" section on " +"this page)!" +msgstr "" +"Si votre weblog est dans un sous-repertoire et que vous voulez ajouter des " +"pages qui ne sont PAS situées dans le répertoire du blog ou un répertoire en " +"dessous, vous DEVEZ placer votre fichier sitemap dans le répertoire racine " +"(voir la section "Emplacement de votre fichier sitemap" de cette " +"page)!" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:798 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:836 +msgid "URL to the page" +msgstr "URL de la page" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:799 +msgid "" +"Enter the URL to the page. Examples: http://www.foo.com/index.html or www." +"foo.com/home " +msgstr "" +"Indiquez l'URL de la page. Examples: http://www.foo.com/index.html ou www." +"foo.com/home " + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:801 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Priority" +msgstr "Priorité" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:802 +msgid "" +"Choose the priority of the page relative to the other pages. For example, " +"your homepage might have a higher priority than your imprint." +msgstr "" +"Définissez la priorité de la page par rapport aux autres pages. Par exemple, " +"votre page d'accueil peut avoir une priorité supérieure à celle des autres " +"pages." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:804 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:839 +msgid "Last Changed" +msgstr "Dernière modification" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "" +"Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) " +"(optional)." +msgstr "" +"Entrez la date de dernière modification au format AAAA-MM-JJ (2005-12-31 par " +"exemple) (facultatif)." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:838 +msgid "Change Frequency" +msgstr "Modifier la fréquence" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "#" +msgstr "#" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:845 +msgid "No pages defined." +msgstr "Aucune page définie." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:850 +msgid "Add new page" +msgstr "Ajouter une nouvelle page" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:856 +msgid "Post Priority" +msgstr "Priorité de l'article" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:858 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Choisissez comment la priorité de l'article est calculée:" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:860 +msgid "Do not use automatic priority calculation" +msgstr "ne pas faire de calcul automatique" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:860 +msgid "" +"All posts will have the same priority which is defined in "" +"Priorities"" +msgstr "Tous les articles auront la même priorité" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:871 +msgid "Sitemap Content" +msgstr "Contenu du sitemap" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:872 +msgid "WordPress standard content" +msgstr "Contenu standard de WordPress" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:877 +msgid "Include homepage" +msgstr "Inclure la page d'accueil" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "Include posts" +msgstr "Inclure les articles" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:889 +msgid "Include static pages" +msgstr "Inclure les pages statiques" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:895 +msgid "Include categories" +msgstr "Inclure les catégories" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:901 +msgid "Include archives" +msgstr "Inclure les archives" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:907 +msgid "Include author pages" +msgstr "Inclure les pages Auteur" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:914 +msgid "Include tag pages" +msgstr "Inclure les pages tags" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:928 +msgid "Custom taxonomies" +msgstr "Taxonomies" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:939 +#, php-format +msgid "Include taxonomy pages for %s" +msgstr "Inclure les pages %s" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:957 +msgid "Custom post types" +msgstr "Autres types d'article" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:968 +#, php-format +msgid "Include custom post type %s" +msgstr "Inclure les articles de type %s" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:980 +msgid "Further options" +msgstr "Options supplémentaires" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:985 +msgid "Include the last modification time." +msgstr "Inclure la date de dernière modification" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:987 +msgid "" +"This is highly recommended and helps the search engines to know when your " +"content has changed. This option affects all sitemap entries." +msgstr "" +"Ceci est fortement recommandé et aide les moteurs de recherche à savoir " +"lorsque vote contenu à changer. Cette option affecte toutes les donnéesdu sitemap." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:994 +msgid "Excluded items" +msgstr "Données à exclure" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:996 +msgid "Excluded categories" +msgstr "Catégories exclues" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Using this feature will increase build time and memory usage!" +msgstr "" +"L'utilisation de cette fonction augmente la durée et la mémoire utilisée!" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1005 +msgid "Exclude posts" +msgstr "EXclure des articles" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1007 +msgid "Exclude the following posts or pages:" +msgstr "Exclure les articles ou pages suivants:" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1007 +msgid "List of IDs, separated by comma" +msgstr "liste d'ID, séparés par une virgule" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "Child posts won't be excluded automatically!" +msgstr "Les sous-pages ne seront pas automatiquement exclus!" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1015 +msgid "Change frequencies" +msgstr "Modifier les fréquences" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1019 +msgid "" +"Please note that the value of this tag is considered a hint and not a " +"command. Even though search engine crawlers consider this information when " +"making decisions, they may crawl pages marked \"hourly\" less frequently " +"than that, and they may crawl pages marked \"yearly\" more frequently than " +"that. It is also likely that crawlers will periodically crawl pages marked " +"\"never\" so that they can handle unexpected changes to those pages." +msgstr "" +"Veuillez noter que la valeur de ce champ est considérée comme un indice et " +"non une commande. Même si les robots de moteurs de recherche prennent en " +"compte cette information, il peuvent parcourir les pages marquées "" +"toutes les heures" moins fréquemment que cela, et peuvent parcourir les " +"pages marquées "une fois par an" plus fréquemment que cela. Il est " +"aussi probable que les robots parcourent de façon périodique les pages " +"marquées "jamais" afin de prendre en compte les modifications " +"inattendues de ces pages." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1025 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1082 +msgid "Homepage" +msgstr "Page d'accueil" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1031 +msgid "Posts" +msgstr "Articles" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1037 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1100 +msgid "Static pages" +msgstr "Pages statiques" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1043 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1106 +msgid "Categories" +msgstr "Catégories" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1049 +msgid "" +"The current archive of this month (Should be the same like your homepage)" +msgstr "" +"L'archive du mois en cours (devrait correspondre à votre page d'accueil)" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1055 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "" +"Archives antérieures (ne change que lorsque vous modifier un ancien article)" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1062 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1119 +msgid "Tag pages" +msgstr "Pages Tag" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1069 +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1126 +msgid "Author pages" +msgstr "Pages Auteur" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1077 +msgid "Priorities" +msgstr "Priorités" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1088 +msgid "Posts (If auto calculation is disabled)" +msgstr "Articles (si le calcul automatique est désactivé)" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1094 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "" +"Priorité minimum des articles (Même si le calcul automatique est activé)" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1112 +msgid "Archives" +msgstr "Archives" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1137 +msgid "Update options" +msgstr "Enregistrer les changements" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap-ui.php:1138 +msgid "Reset options" +msgstr "Réinitialiser les options" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap.php:82 +msgid "Your WordPress version is too old for XML Sitemaps." +msgstr "Votre version de WordPress est trop ancienne pour XML Sitemaps" + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap.php:82 +#, php-format +msgid "" +"Unfortunately this release of Google XML Sitemaps requires at least " +"WordPress %4$s. You are using Wordpress %2$s, which is out-dated and " +"insecure. Please upgrade or go to active plugins and " +"deactivate the Google XML Sitemaps plugin to hide this message. You can " +"download an older version of this plugin from the plugin " +"website." +msgstr "" +"Cette version de Google XML Sitemaps nécessite au moins WordPress %4$s. Vous " +"utilisez Wordpress %2$s, qui est ancien et vulnérable. Mettez à jour ou " +"allez sur Extensions installées et désactiver cette " +"ectension. Vous pouvez télécharger l'ancienne version de cette extension sur " +"mon site." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap.php:92 +msgid "Your PHP version is too old for XML Sitemaps." +msgstr "Votre version de PHP est trop ancienne pour XML Sitemaps." + +#: C:\Inetpub\wwwroot\wp_plugins\sitemap_beta/sitemap.php:92 +#, php-format +msgid "" +"Unfortunately this release of Google XML Sitemaps requires at least PHP " +"%4$s. You are using PHP %2$s, which is out-dated and insecure. Please ask " +"your web host to update your PHP installation or go to active plugins and deactivate the Google XML Sitemaps plugin to hide " +"this message. You can download an older version of this plugin from the plugin website." +msgstr "" +"Cette version de Google XML Sitemaps nécessite au moins PHP %4$s. Vous " +"utilisez PHP %2$s, qui est ancien et vulnérable. Demandez à votre hébergeur " +"de mettre à jour PHP sur votre serveur ou allez sur Extensions installées et désactiver cette ectension. Vous pouvez " +"télécharger l'ancienne version de cette extension sur mon " +"site." + +#~ msgid "" +#~ "Your sitemap is being refreshed at the moment. Depending on your blog " +#~ "size this might take some time!" +#~ msgstr "" +#~ "Mise à jour du sitemap en cours. En fonction de la taille de votre blog, " +#~ "ça peut prendre un certain temps!" + +#~ msgid "" +#~ "Your sitemap will be refreshed in %s seconds. Depending on your blog size " +#~ "this might take some time!" +#~ msgstr "" +#~ "La mise à jour du sitemap devrait prendre %s secondes. En fonction de la " +#~ "taille de votre blog, ça peut prendre un certain temps!" + +#~ msgid "open" +#~ msgstr "ouvrir" + +#~ msgid "close" +#~ msgstr "fermer" + +#~ msgid "click-down and drag to move this box" +#~ msgstr "Faites un glisser/déposer pour déplacer cette boite." + +#~ msgid "click to %toggle% this box" +#~ msgstr "Cliquez pour %inverser% cette case" + +#~ msgid "use the arrow keys to move this box" +#~ msgstr "Utilisez les touches fléchées pour déplacer cette boite" + +#~ msgid ", or press the enter key to %toggle% it" +#~ msgstr ", ou appuyez sur la touche Entrée pour l'%inverser%." + +#~ msgid "Site Explorer" +#~ msgstr "Site Explorer" + +#~ msgid "Status" +#~ msgstr "Statuts" + +#~ msgid "" +#~ "The sitemap wasn't built yet. Click here to build it " +#~ "the first time." +#~ msgstr "Cliquez ici pour générer votre premier sitemap." + +#~ msgid "Your sitemap was last built on %date%." +#~ msgstr "Dernier sitemap généré le %date%." + +#~ msgid "" +#~ "There was a problem writing your sitemap file. Make sure the file exists " +#~ "and is writable. Learn moreen savoir " +#~ "pluszipped) was last built on %date%." +#~ msgstr "" +#~ "Dernier sitemap (zip) généré le %date%." + +#~ msgid "" +#~ "There was a problem writing your zipped sitemap file. Make sure the file " +#~ "exists and is writable. Learn moreen savoir " +#~ "plussuccessfully notified about changes." +#~ msgstr "Google a été informé des changements." + +#~ msgid "" +#~ "It took %time% seconds to notify Google, maybe you want to disable this " +#~ "feature to reduce the building time." +#~ msgstr "" +#~ "Il a fallu %time% secondes pour informer Google, vous pouvez désactivez " +#~ "cette fonction pour réduire la durée du processus." + +#~ msgid "" +#~ "There was a problem while notifying Google. View result" +#~ msgstr "Problème pour informer Google.Voir le résultat" + +#~ msgid "YAHOO was successfully notified about changes." +#~ msgstr "Yahoo a été informé des changements." + +#~ msgid "" +#~ "It took %time% seconds to notify YAHOO, maybe you want to disable this " +#~ "feature to reduce the building time." +#~ msgstr "" +#~ "Il a fallu %time% secondes pour informer Yahoo, vous pouvez désactivez " +#~ "cette fonction pour réduire la durée du processus." + +#~ msgid "" +#~ "There was a problem while notifying YAHOO. View result" +#~ msgstr "Problème pour informer Yahoo.Voir le résultat" + +#~ msgid "Ask.com was successfully notified about changes." +#~ msgstr "Ask.com a été informé des changements." + +#~ msgid "" +#~ "It took %time% seconds to notify Ask.com, maybe you want to disable this " +#~ "feature to reduce the building time." +#~ msgstr "" +#~ "Il a fallu %time% secondes pour informer Ask.com, vous pouvez désactivez " +#~ "cette fonction pour réduire la durée du processus." + +#~ msgid "" +#~ "There was a problem while notifying Ask.com. View result" +#~ msgstr "Problème pour informer Ask.com.Voir le résultat" + +#~ msgid "" +#~ "The building process took about %time% seconds to complete and " +#~ "used %memory% MB of memory." +#~ msgstr "" +#~ "Le processus a mis environ %time% secondes et utilisé %memory% MB " +#~ "de mémoire." + +#~ msgid "The building process took about %time% seconds to complete." +#~ msgstr "Le processus a mis environ %time% secondes." + +#~ msgid "" +#~ "The content of your sitemap didn't change since the last " +#~ "time so the files were not written and no search engine was pinged." +#~ msgstr "" +#~ "Le contenu de votre sitemap n'a pas changé depuis la " +#~ "dernière fois. Les fichiers n'ont pas été modifié, et les moteurs de " +#~ "recherche n'ont pas été informé." + +#~ msgid "" +#~ "The building process might still be active! Reload the page in a few " +#~ "seconds and check if something has changed." +#~ msgstr "" +#~ "Le processus est encore en cours! Rechargez la page dans quelques " +#~ "secondes et vérifiez si quelque chose a changé." + +#~ msgid "" +#~ "The last run didn't finish! Maybe you can raise the memory or time limit " +#~ "for PHP scripts. Learn more" +#~ msgstr "" +#~ "Le dernier processus a échoué! Essayez d'augmenter le mémoire alouée ou " +#~ "la durée limite des scripts PHP En savoir plus" + +#~ msgid "" +#~ "The last known memory usage of the script was %memused%MB, the limit of " +#~ "your server is %memlimit%." +#~ msgstr "" +#~ "Mémoire utilisée la dernière fois : %memused%MB (limite du serveur : " +#~ "%memlimit%)" + +#~ msgid "" +#~ "The last known execution time of the script was %timeused% seconds, the " +#~ "limit of your server is %timelimit% seconds." +#~ msgstr "" +#~ "Temps d'éxécution la dernière fois : %timeused% secondes (limite du " +#~ "serveur : %timelimit%)" + +#~ msgid "The script stopped around post number %lastpost% (+/- 100)" +#~ msgstr "Le script s'est arrêté vers l'article numéro %lastpost% (+/- 100)" + +#~ msgid "" +#~ "If you changed something on your server or blog, you should rebuild the sitemap manually." +#~ msgstr "" +#~ "Si vous changez quelquechose sur votre serveur ou sur votre blog, vous " +#~ "devez reconstruire le sitemap manuellement." + +#~ msgid "Sitemap files:" +#~ msgstr "Type de fichiers:" + +#~ msgid "Write a normal XML file (your filename)" +#~ msgstr "Ecrire un fichier XML normal (nom de fichier)" + +#~ msgid "Write a gzipped file (your filename + .gz)" +#~ msgstr "Ecrire un fichier gzippé (votre nom de fichier + .gz)" + +#~ msgid "Building mode:" +#~ msgstr "Mode de construction:" + +#~ msgid "Rebuild sitemap if you change the content of your blog" +#~ msgstr "Générer le sitemap lorsque le contenu du blog change" + +#~ msgid "Enable manual sitemap building via GET Request" +#~ msgstr "Activer la génération manuel du sitemap par requête GET" + +#~ msgid "" +#~ "This will allow you to refresh your sitemap if an external tool wrote " +#~ "into the WordPress database without using the WordPress API. Use the " +#~ "following URL to start the process: %1 Please check " +#~ "the logfile above to see if sitemap was successfully built." +#~ msgstr "" +#~ "Ceci vous permet de mettre à jour votre sitemap si vous utilisez un outil " +#~ "externe de publication. Utilisez l'adresse suivante pour lancer le " +#~ "processus %1. Vérifiez dans le fichier log que le " +#~ "processus a bien fonctionné." + +#~ msgid "Notify YAHOO about updates of your Blog" +#~ msgstr "Informer Yahoo des mises à jour du blog" + +#~ msgid "Your Application ID:" +#~ msgstr "Yahoo ID:" + +#~ msgid "Don't you have such a key? Request one here! %s2" +#~ msgstr "" +#~ "Vous n'avez pas de clé Yahoo ?Demandez en une ici! %s2" + +#~ msgid "Limit the number of posts in the sitemap:" +#~ msgstr "Limiter le nombre d'articles dans le sitemap:" + +#~ msgid "Newer posts will be included first" +#~ msgstr "Les nouveaux articles seront ajoutés au début" + +#~ msgid "" +#~ "Enable MySQL standard mode. Use this only if you're getting MySQL errors. " +#~ "(Needs much more memory!)" +#~ msgstr "" +#~ "Active le mode MySQL standard. A n'utiliser que si vous avez des erreurs " +#~ "MySQL. (utilise plus de mémoire!)" + +#~ msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +#~ msgstr "" +#~ "Passez au moins à la version 2.2 de WordPress pour activer l'accès MySQL " +#~ "rapide" + +#~ msgid "" +#~ "Build the sitemap in a background process (You don't have to wait when " +#~ "you save a post)" +#~ msgstr "" +#~ "Générer le sitemap en arrière-plan (pas d'attente lors de la sauvegarde " +#~ "d'un article)" + +#~ msgid "Upgrade WordPress at least to 2.1 to enable background building" +#~ msgstr "Passez au moins à la version 2.1 pour utiliser la tâche de fond." + +#~ msgid "Location of your sitemap file" +#~ msgstr "Emplacement de votre fichier sitemap" + +#~ msgid "Automatic detection" +#~ msgstr "Détection automatique" + +#~ msgid "Filename of the sitemap file" +#~ msgstr "Nom du fichier sitemap" + +#~ msgid "Detected Path" +#~ msgstr "Répertoire détecté" + +#~ msgid "Detected URL" +#~ msgstr "URL détecté" + +#~ msgid "Absolute or relative path to the sitemap file, including name." +#~ msgstr "Chemin absolu ou relatif vers le fichier sitemap, nom inclus." + +#~ msgid "Example" +#~ msgstr "Exemple" + +#~ msgid "Complete URL to the sitemap file, including name." +#~ msgstr "URL complet du fichier sitemap, nom inclus." + +#~ msgid "" +#~ "Include following pages of multi-page posts (Increases build time and " +#~ "memory usage!)" +#~ msgstr "" +#~ "Inclure les pages suivantes d'article multi-page (augmente la durée du " +#~ "processus et l'usage de la mémoire)" + +#~ msgid "This feature requires at least WordPress 2.5.1, you are using %s" +#~ msgstr "Cette fonction requiert au moins WordPress 2.5.1, vous utilisez %s" + +#~ msgid "" +#~ "It took %time% seconds to notify MSN.com, maybe you want to disable this " +#~ "feature to reduce the building time." +#~ msgstr "" +#~ "Il a fallu %time% secondes pour informer MSN, vous pouvez désactivez " +#~ "cette fonction pour réduire la durée du processus." + +#~ msgid "" +#~ "There was a problem while notifying MSN.com. View result" +#~ msgstr "Problème pour informer MSN.Voir le résultat" + +#~ msgid "" +#~ "No registration required, but you can join the MSN Live " +#~ "Webmaster Tools to check crawling statistics." +#~ msgstr "" +#~ "Pas d'inscription nécessaire, mais vous pouvez vous inscrire sur MSN Live Webmaster Tools pour connaître les statistiques de " +#~ "passage de google" + +#~ msgid "Sitemap FAQ" +#~ msgstr "Ma FAQ" + +#~ msgid "Robots.txt file saved" +#~ msgstr "Robots.txt sauvegardé" + +#~ msgid "Error while saving Robots.txt file" +#~ msgstr "Erreur lors de l'enregistrement du fichier robots.txt" + +#~ msgid "" +#~ "Modify or create %s file in blog root which contains the sitemap location." +#~ msgstr "" +#~ "Modifier ou créer le fichier %s à la racine du blog qui contient " +#~ "l'adresse du sitemap" + +#~ msgid "File permissions: " +#~ msgstr "Permission :" + +#~ msgid "OK, robots.txt is writable." +#~ msgstr "OK, robots.txt est en écriture" + +#~ msgid "Error, robots.txt is not writable." +#~ msgstr "Erreur, robots.txt n'est pas en écriture" + +#~ msgid "OK, robots.txt doesn't exist but the directory is writable." +#~ msgstr "OK, robots.txt n'existe pas mais peut être créé" + +#~ msgid "Error, robots.txt doesn't exist and the directory is not writable" +#~ msgstr "Erreur, robots.txt n'existe pas et ne peut être créé." + +#~ msgid "Manual location" +#~ msgstr "Emplacement manuel" + +#~ msgid "OR" +#~ msgstr "OU" + +#~ msgid "Error" +#~ msgstr "Erreur" + +#~ msgid "" +#~ "A new page was added. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "" +#~ "Une nouvelle page a été ajoutée. Cliquez sur "Enregistrer les " +#~ "modifications" pour enregistrer vos modifications" + +#~ msgid "" +#~ "The page was deleted. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "" +#~ "La page a été effacée. Cliquez sur "Entregistrer les " +#~ "modifications" pour enregistrer vos modifications." + +#~ msgid "You changes have been cleared." +#~ msgstr "Vos modifications ont été remises à zero." + +#~ msgid "Manual rebuild" +#~ msgstr "Reconstruction manuelle" + +#~ msgid "" +#~ "If you want to build the sitemap without editing a post, click on here!" +#~ msgstr "" +#~ "Si vous voulez construire le fichier sitemap sans modifier un article, " +#~ "cliquez ici!" + +#~ msgid "Rebuild Sitemap" +#~ msgstr "Reconstruire le fichier Sitemap" + +#~ msgid "Save page changes" +#~ msgstr "Enregistrer les modifications de page" + +#~ msgid "Undo all page changes" +#~ msgstr "Annuler toutes les modifications de page" + +#~ msgid "Delete marked page" +#~ msgstr "Effacer la page marquée" + +#~ msgid "" +#~ "Enable automatic priority calculation for posts based on comment count" +#~ msgstr "" +#~ "Autoriser le calcul de priorité automatique pour les articles en fonction " +#~ "du nombre de commentaires" + +#~ msgid "Write debug comments" +#~ msgstr "Ecrire des commentaires de debug" + +#~ msgid "Auto-Ping Google Sitemaps" +#~ msgstr "Effectuer un ping automatique de Google Sitemaps" + +#~ msgid "This option will automatically tell Google about changes." +#~ msgstr "" +#~ "Cette option préviendra automatiquement Google lors de modifications." + +#~ msgid "Includings" +#~ msgstr "Inclusions" + +#~ msgid "Informations and support" +#~ msgstr "Informations et support" + +#~ msgid "" +#~ "Check %s for updates and comment there if you have any problems / " +#~ "questions / suggestions." +#~ msgstr "" +#~ "Allez sur %s pour les mises à jour et pour poster un commentaire en cas " +#~ "de probleme / question / suggestion." + +#~ msgid "URL:" +#~ msgstr "URL:" + +#~ msgid "Path:" +#~ msgstr "Chemin:" + +#~ msgid "Could not write into %s" +#~ msgstr "Impossible d'écrire dans %s" + +#~ msgid "Successfully built sitemap file:" +#~ msgstr "Sitemap généré avec succès:" + +#~ msgid "Successfully built gzipped sitemap file:" +#~ msgstr "Sitemap gzippé généré avec succès:" + +#~ msgid "Could not ping to Google at %s" +#~ msgstr "Ping de Google impossible à %s" + +#~ msgid "Successfully pinged Google at %s" +#~ msgstr "Ping de Google réussi à %s" diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hi_IN.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hi_IN.mo new file mode 100644 index 0000000000000000000000000000000000000000..97c7241da83ec1d8712845081885880473e0a071 GIT binary patch literal 39342 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 bOL&5fuwM{r(9iz^B4{X| literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hi_IN.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hi_IN.po new file mode 100644 index 00000000..b76e666d --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hi_IN.po @@ -0,0 +1,1030 @@ +msgid "" +msgstr "" +"Project-Id-Version: google-sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-11-20 22:53+0100\n" +"PO-Revision-Date: \n" +"Last-Translator: Ashish \n" +"Language-Team: Outshine Solutions \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Hindi\n" +"X-Poedit-Country: INDIA\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:525 +msgid "Comment Count" +msgstr "टिप्पणी गिनती" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:537 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "पद की टिप्पणियों की संख्या का उपयोग करते हुए प्राथमिकता की गणना करो " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:597 +msgid "Comment Average" +msgstr "टिप्पणी औसत" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:609 +msgid "Uses the average comment count to calculate the priority" +msgstr "औसत टिप्पणी गिनती का उपयोग प्राथमिकता की गणना के लिए करो. " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:672 +msgid "Popularity Contest" +msgstr "लोकप्रियता प्रतियोगिता" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:684 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "सक्रिय का उपयोग करता है लोकप्रियता प्रतियोगिता प्लगइन से एलेक्स राजा . देखे सेटिंग्स और सर्वाधिक लोकप्रिय डाक" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1084 +msgid "Always" +msgstr "हमेशा" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1085 +msgid "Hourly" +msgstr "प्रति घंटा" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1086 +msgid "Daily" +msgstr "दैनिक" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1087 +msgid "Weekly" +msgstr "साप्ताहिक" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1088 +msgid "Monthly" +msgstr "मासिक" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1089 +msgid "Yearly" +msgstr "वार्षिक" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1090 +msgid "Never" +msgstr "कभी नहीं" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "आपको अपने दान के लिए बहुत बहुत धन्यवाद. तुम मेरी समर्थन और इस प्लगइन और अन्य मुक्त सॉफ्टवेयर के विकास को जारी रखने के लिए मदद करो !" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107 +msgid "Hide this notice" +msgstr "नोटिस छुपाएँ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and you are satisfied with the results, isn't it worth at least a few dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "इस प्लगइन का उपयोग करने के लिए धन्यवाद! तुम एक महीने पहले इस प्लगइन को स्थापित चुके हो. अगर यह काम करता है और तुम परिणाम से संतुष्ट हो, दान समर्थन और इस का विकास जारी रखने के लिए मेरी मदद करो free सॉफ्टवेयर! बेशक, कोई समस्या नहीं है! " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +msgid "Sure, but I already did!" +msgstr "यकीन है, लेकिन मैं इसे पहले ही कर चूका हु!." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +msgid "No thanks, please don't bug me anymore!" +msgstr "नहीं, धन्यवाद,, कृपया मुझे अब और परेशान नहीं करो!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin some time ago. If it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "इस प्लगइन का उपयोग करने के लिए धन्यवाद! आप इस प्लगइन को कुछ समय पहले स्थापित कर चुके हो.अगर यह काम करता है और आपके संतुष्ट करता है, क्यों नहीं यह दर और यह अनुशंसा to others? :-)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120 +msgid "Don't show this anymore" +msgstr "अब यह मत दिखाओ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:132 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "आपका साइटमैप पल में ताजा किया जा रहा है. निरभर है अपने ब्लॉग के आकार पर यह कुछ समय ले सकता है!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:134 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "साइटमैप ताजा हो जाएगा %s सेकंड में, यह कुछ समय ले सकता है! निरभर है आपके ब्लॉग के आकार पर !" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:163 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:480 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML साइटमैप WordPress के लिए जेनरेटर है " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:323 +msgid "Configuration updated" +msgstr "विन्यास नवनिर्मित " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:324 +msgid "Error while saving options" +msgstr "विकल्प बचाते समय त्रुटि आई " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:326 +msgid "Pages saved" +msgstr "पृष्ठों सुरक्षित " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:327 +msgid "Error while saving pages" +msgstr "पन्ने बचाते समय त्रुटि आई " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:334 +msgid "The default configuration was restored." +msgstr "डिफ़ॉल्ट कॉन्फ़िगरेशन बहाल कर दी गई." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "वहाँ एक नया संस्करण %1$s उपलब्ध है. डाउनलोड संस्करण %3$s here." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "वहाँ एक नया संस्करण %1$s उपलब्ध है. डाउनलोड संस्करण %3$s hereस्वत: उन्नयन इस प्लगइन के लिए अनुपलब्ध ." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:500 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "वहाँ एक नया संस्करण %1$s उपलब्ध है. डाउनलोड संस्करण %3$s here या स्वतः उन्नत." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:508 +#, php-format +msgid "Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "वर्तमान में आपके ब्लॉग खोज इंजन बाधा डाल रही है! गोपनीयता सेटिंग्स इसे बदलते हैं." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +msgid "open" +msgstr "खुला होना" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "close" +msgstr "खुला होना" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:531 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548 +msgid "click-down and drag to move this box" +msgstr "नीचे क्लिक करें और इस को बॉक्स ड्रैग करे. " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:532 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "click to %toggle% this box" +msgstr "क्लिक करे %toggle%इस बॉक्स पर " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "use the arrow keys to move this box" +msgstr "तीर कुंजी का उपयोग इस बॉक्स पर करे. " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:551 +msgid ", or press the enter key to %toggle% it" +msgstr ", या इंटर के दबाये %टॉगल % करने में " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:580 +msgid "About this Plugin:" +msgstr "इस प्लगइन के बारे में:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:581 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:181 +msgid "Plugin Homepage" +msgstr "प्लगइन मुखपृष्ठ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:582 +msgid "Suggest a Feature" +msgstr "एक फीचर का सुझाव है" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:583 +msgid "Notify List" +msgstr "सूचित सूची" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:584 +msgid "Support Forum" +msgstr "समर्थन फोरम" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:585 +msgid "Report a Bug" +msgstr "एक बग रिपोर्ट" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Donate with PayPal" +msgstr "पेपैल के साथ दान" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:588 +msgid "My Amazon Wish List" +msgstr "मेरे अमेज़न इच्छा सूची" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "translator_name" +msgstr "Outshine Solutions" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "translator_url" +msgstr "http://outshinesolutions.com" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:593 +msgid "Sitemap Resources:" +msgstr "साइटमैप संसाधन:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:594 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:600 +msgid "Webmaster Tools" +msgstr "वेबमास्टर उपकरण" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +msgid "Webmaster Blog" +msgstr "वेबमास्टर ब्लॉग" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:597 +msgid "Site Explorer" +msgstr "साइट एक्सप्लोरर" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:598 +msgid "Search Blog" +msgstr "खोज ब्लॉग" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Webmaster Center Blog" +msgstr "वेबमास्टर केंद्र ब्लॉग" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "Sitemaps Protocol" +msgstr "साइटमैप प्रोटोकॉल" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:604 +msgid "Official Sitemaps FAQ" +msgstr "सरकारी साइटमैप फैक्स" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:605 +msgid "My Sitemaps FAQ" +msgstr "मेरा साइटमैप फैक्स " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:608 +msgid "Recent Donations:" +msgstr "हाल ही में दान" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:611 +msgid "List of the donors" +msgstr "दानदाताओं की सूची" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:613 +msgid "Hide this list" +msgstr "सूची छिपाएँ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:616 +msgid "Thanks for your support!" +msgstr "आपके समर्थन के लिए धन्यवाद!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:638 +msgid "The sitemap wasn't generated yet." +msgstr "साइटमैप अभी तक सृजित नहीं किया गया." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:641 +msgid "Result of the last build process, started on %date%." +msgstr "पिछले निर्माण प्रक्रिया के परिणाम, शुरू में % तिथि%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:650 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "साइटमैप अभी तक नहीं बनाई गई थी. यहां क्लिक करें पहली बार निर्माण करने में " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:656 +msgid "Your sitemap was last built on %date%." +msgstr "आपका साइटमैप पिछले पर बनाया गया था %तिथि ." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "पिछले सफल बनाने, लेकिन बाद में नष्ट कर दिया फ़ाइल या अब तक पहुँचा नहीं जा सकता था. क्या तुम एक सर्वर या डोमेन को अपने ब्लॉग में ला सकते हो?" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:659 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "वहाँ एक अपने साइटमैप फ़ाइल लेखन समस्या थी. सुनिश्चित करें कि फ़ाइल मौजूद है और लिखने योग्य है.अधिक जानें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:666 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "आपका साइटमैप(zipped) पिछले पर बनाया गया था %तिथि%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:667 +msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "पिछले ज़िपित सफल बनी, लेकिन बाद में फ़ाइल नष्ट कर दिया या अब तक पहुँचा नहीं जा सकता था." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:669 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "वहाँ एक ज़िपित साइटमैप फ़ाइल लेखन में समस्या थी. सुनिश्चित करें कि फ़ाइल मौजूद है और लिखने योग्य है. अधिक जानें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:675 +msgid "Google was successfully notified about changes." +msgstr "गूगल थी सफलतापूर्वक अधिसूचित परिवर्तन के बारे में." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:678 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "इसे लेकर % समय% सेकंड के लिए Google को सूचित करे,शायद आप इस सुविधा को अक्षम करने का निर्माण समय को कम के लिए करे." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:681 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "वहाँ थोड़ी देर के लिए गूगल सूचित समस्या थी. देखें परिणाम" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "YAHOO was successfully notified about changes." +msgstr "याहू परिवर्तन के बारे में सफलतापूर्वक अधिसूचित था" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:690 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "यह याहू %समय% सेकंड में सूचित करे,शायद आप इस सुविधा को अक्षम करने का निर्माण समय को कम करने के लिए करे." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:693 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "यहाँ याहू को सूचित करने में समस्या थी, देखें परिणाम " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:699 +msgid "Bing was successfully notified about changes." +msgstr "बिंग सफलतापूर्वक / b> परिवर्तन के बारे में <अधिसूचित था." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:702 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "यह बिंग को %समय% सेकंड में सूचित करे,शायद आप इस सुविधा को अक्षम करने का निर्माण समय को कम करने के लिए करे." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:705 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "यहाँ बिंग को सूचित करने में समस्या थी, देखें परिणाम " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:711 +msgid "Ask.com was successfully notified about changes." +msgstr "अश्क.कॉम सफलतापूर्वक / b> परिवर्तन के बारे में <अधिसूचित था." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "यह अश्क.कॉम को %समय% सेकंड में सूचित करे,शायद आप इस सुविधा को अक्षम करने का निर्माण समय को कम करने के लिए करे." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "यहाँ अश्क.कॉम को सूचित करने में समस्या थी, देखें परिणाम " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:725 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "निर्माण की प्रक्रिया % समय% सेकंड लेगी पूरी तरह पूरा करने में और इस्तेमाल% स्मृति % MB स्मृति करेगी. " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727 +msgid "The building process took about %time% seconds to complete." +msgstr "निर्माण की प्रक्रिया % समय% सेकंड लेगी पूरी तरह पूरा करने में" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:731 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "आपके साइटमैप की सामग्री नहीं बदल पिछली बार के बाद से तो फाइल लिखा नहीं खोज इंजन pinged नहीं था और थे." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:739 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "निर्माण की प्रक्रिया अब भी सक्रिय हो सकती है! कुछ ही सेकंड में पृष्ठ पुनः लोड करे और जांच करे अगर कुछ बदल गया है." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:742 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "पिछले भाग समाप्त नहीं किया! यद तुम्हें याद हो या समय PHP लिपियों के लिए सीमा बढ़ा सकते हैं अधिक जानें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "स्क्रिप्ट थी की अंतिम ज्ञात मेमोरी उपयोग %memused%MB,पने सर्वर की सीमा% memlimit% है." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "स्क्रिप्ट की अंतिम ज्ञात निष्पादन समय %timeused% seconds, अपने सर्वर की सीमा% timelimit% सेकंड है." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "स्क्रिप्ट के बाद आसपास की संख्या रोका %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:755 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "यदि सर्वर या ब्लॉग पर कुछ बदल गया है ,आपका <साइटमैप पुनर्निर्माण / a> मैन्युअल रूप से होना चाहिए." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:757 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "यदि आप किसी भी समस्याओं का सामना प्रक्रिया बनाने के साथ सकते हैं आप उपयोग कर सकते हैं समारोह डिबग के बारे में अधिक जानकारी पाने के लिए." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Basic Options" +msgstr "मूलभूत विकल्प" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +msgid "Sitemap files:" +msgstr "साइटमैप फ़ाइलें हैं:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834 +msgid "Learn more" +msgstr "अधिक जानें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:771 +msgid "Write a normal XML file (your filename)" +msgstr "एक सामान्य XML फ़ाइल लिखना (आपकी फ़ाइल नाम)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "लिखें gzipped फ़ाइल (फ़ाइल नाम आपके + gz.)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781 +msgid "Building mode:" +msgstr "निर्माण मोड:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "पुनर्निर्माण साइटमैप यदि आप अपने ब्लॉग की सामग्री को बदलते है " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:793 +msgid "Enable manual sitemap building via GET Request" +msgstr "सक्षम मैनुअल के जरिए साइटमैप निर्माण अनुरोध प्राप्त" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the result box above to see if sitemap was successfully built." +msgstr "यह आप अपने साइटमैप ताज़ा करने की अनुमति देगा अगर एक बाह्य उपकरण WordPress API का उपयोग किए बिना WordPress डेटाबेस में लिखा था. निम्नलिखित यूआरएल का प्रयोग करें प्रक्रिया शुरू करने के %1 लिए: कृपया ऊपर परिणाम बॉक्स को चेक करें यदि साइटमैप सफलतापूर्वक बनाया गया था देखने" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +msgid "Update notification:" +msgstr "अद्यतन सूचना:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Notify Google about updates of your Blog" +msgstr "सूचित करे आपके ब्लॉग के अद्यतन के बारे में गूगल" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "कोई पंजीकरण की आवश्यकता नहीं है, लेकिन आप शामिल हो सकते हैं गूगल वेबमास्टर उपकरण आँकड़ों को खंगालने की जाँच करें." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:810 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "बिंग सूचित करे आपके ब्लॉग के अद्यतन के बारे में (पूर्व MSN लाइव खोज)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:811 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "कोई पंजीकरण की आवश्यकता नहीं है, लेकिन आप शामिल हो सकते हैं गूगल वेबमास्टर उपकरण आँकड़ों को खंगालने की जाँच करें." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:815 +msgid "Notify Ask.com about updates of your Blog" +msgstr "अश्क.कॉम को सूचित करे आपके ब्लॉग के अद्यतन के बारे में " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "No registration required." +msgstr "कोई पंजीकरण की आवश्यकता नहीं है," + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:820 +msgid "Notify YAHOO about updates of your Blog" +msgstr "याहू को सूचित करे आपके ब्लॉग के अद्यतन के बारे में " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +msgid "Your Application ID:" +msgstr "आपका आवेदन आईडी:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "क्या नहीं है?यहाँ एक अनुरोध करे! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "जोड़ें आभासी robots.txt फ़ाइल के लिए URL साइटमैप." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:831 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "आभासी WordPress द्वारा उत्पन्न robots.txt प्रयोग किया जाता है. एक असली robots.txt फ़ाइल ब्लॉग निर्देशिका में मौजूद नहीं होगा!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834 +msgid "Advanced options:" +msgstr "उन्नत विकल्प हैं:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Limit the number of posts in the sitemap:" +msgstr "साइटमैप में पदों की संख्या सीमा:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Newer posts will be included first" +msgstr "नए पदों को पहले शामिल किया जाएगा" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "Try to increase the memory limit to:" +msgstr "स्मृति सीमा बढ़ाने की कोशिश करें:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "e.g. \"4M\", \"16M\"" +msgstr "e.g. \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843 +msgid "Try to increase the execution time limit to:" +msgstr "स्मृति सीमा बढ़ाने की कोशिश करें:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "सेकंड में, e.g. \"60\" or \"0\" के लिए असीमित" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:847 +msgid "Include a XSLT stylesheet:" +msgstr "एक XSLT stylesheet शामिल करें:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848 +msgid "Full or relative URL to your .xsl file" +msgstr "पूर्ण या अपने रिश्तेदार. Xsl फ़ाइल के लिए URL" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848 +msgid "Use default" +msgstr " डिफ़ॉल्ट का प्रयोग करें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:854 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "सक्षम MySQL मानक मोड. यह सिर्फ अगर हो रही है MySQL त्रुटियों का प्रयोग करें. (आवश्यकताओं अधिक स्मृति!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:855 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "अद्यतन में कम से कम 2.2 के लिए WordPress तेजी से सक्षम करने के लिए MySQL का उपयोग" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "निर्माण की प्रक्रिया में एक पृष्ठभूमि साइटमैप (आप के लिए इंतजार करना तुम एक के बाद जब बचाने के लिए नहीं है)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "अद्यतन में कम से कम 2.1 के लिए WordPress पृष्ठभूमि निर्माण सक्षम करने के लिए" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:870 +msgid "Additional pages" +msgstr "अतिरिक्त पृष्ठों" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:873 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "यहाँ आप फ़ाइलों या यूआरएल जो साइटमैप में शामिल किया जाना चाहिए निर्दिष्ट कर सकते हैं, लेकिन आपके ब्लॉग /WordPress का नहीं.
        उदाहरण के लिए,यदि आपके डोमेन www.foo.com और अपने ब्लॉग पर स्थित www.foo.com / ब्लॉग आप www.foo.com पर अपने मुखपृष्ठ शामिल करना चाहते हो " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:875 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1106 +msgid "Note" +msgstr "नोट" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:876 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "यदि आपका ब्लॉग एक subdirectory में है और आप पृष्ठों जो ब्लॉग निर्देशिका या नीचे में नहीं जोड़ना चाहते हैं, तुम जरूरी रूट निर्देशिका में आपके साइटमैप फ़ाइल स्थान (आपके साइटमैप फ़ाइल \"स्थान पर देखो इस पृष्ठ पर\" अनुभाग)!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:878 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:917 +msgid "URL to the page" +msgstr "पृष्ठ के यूआरएल" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "पृष्ठ के URL दर्ज करें. उदाहरण: http://www.foo.com/index.html or www.foo.com/home " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:918 +msgid "Priority" +msgstr "प्राथमिकता" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "ष्ठ की प्राथमिकता के अन्य पन्नों के सापेक्ष चुनें. उदाहरण के लिए, अपने होमपेज पर अपनी छाप से एक उच्च प्राथमिकता होगी." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:920 +msgid "Last Changed" +msgstr "पिछले परिवर्तित" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:885 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "पिछले परिवर्तन के रूप में की तारीख दर्ज करें YYYY-MM-DD (उदाहरण के लिए 2005/12/31)(वैकल्पिक)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:919 +msgid "Change Frequency" +msgstr "बदलें आवृत्ति" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:921 +msgid "#" +msgstr "#" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:926 +msgid "No pages defined." +msgstr "कोई परिभाषित पृष्ठों नहीं." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:931 +msgid "Add new page" +msgstr "नया पृष्ठ जोड़ें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:936 +msgid "Post Priority" +msgstr "पोस्ट प्राथमिकता" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:938 +msgid "Please select how the priority of each post should be calculated:" +msgstr "कृपया चयन करे कैसे प्रत्येक पोस्ट की प्राथमिकता की गणना की जानी चाहिए:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940 +msgid "Do not use automatic priority calculation" +msgstr "स्वचालित प्राथमिकता गणना का प्रयोग न करें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "सभी पदों को ही प्राथमिकता होगी जो परिभाषित है में " प्राथमिकताओं "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:951 +msgid "Location of your sitemap file" +msgstr "आपके साइटमैप के स्थान फाइल" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:954 +msgid "Automatic detection" +msgstr "स्वचालित पहचान" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:958 +msgid "Filename of the sitemap file" +msgstr "साइटमैप फ़ाइल का फ़ाइल नाम" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961 +msgid "Detected Path" +msgstr "पता पथ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961 +msgid "Detected URL" +msgstr "पता पथ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:966 +msgid "Custom location" +msgstr "पसंदीदा स्थान" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:970 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "निरपेक्ष या रिश्तेदार साइटमैप फ़ाइल के पथ, नाम भी शामिल है." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:972 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:981 +msgid "Example" +msgstr "उदाहरण" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:979 +msgid "Complete URL to the sitemap file, including name." +msgstr "पूरा साइटमैप फ़ाइल यूआरएल, नाम भी शामिल है." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:992 +msgid "Sitemap Content" +msgstr "साइटमैप सामग्री" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Include homepage" +msgstr "शामिल मुखपृष्ठ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +msgid "Include posts" +msgstr "शामिल पदों" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "शामिल बहु के अगले पृष्ठ का पद (वृद्धि समय और स्मृति के उपयोग का निर्माण!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1016 +msgid "Include static pages" +msgstr "शामिल स्थैतिक पृष्ठों" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "Include categories" +msgstr "शामिल श्रेणियां" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1028 +msgid "Include archives" +msgstr "शामिल अभिलेखागार" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1035 +msgid "Include tag pages" +msgstr "शामिल टैग पृष्ठ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +#, php-format +msgid "Include taxonomy pages for %s" +msgstr "शामिल पृष्ठों के वर्गीकरण के लिए %s" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1061 +msgid "Include author pages" +msgstr "शामिल लेखक पृष्ठ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1065 +msgid "Further options" +msgstr "इसके अलावा विकल्प" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1070 +msgid "Include the last modification time." +msgstr "अंतिम संशोधन का समय शामिल करें." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1072 +msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects all sitemap entries." +msgstr "यह अत्यधिक की सिफारिश की है और खोज इंजन में मदद करता है पता है जब आपके सामग्री बदल गया है. इस विकल्प को प्रभावित करता है सभी साइटमैप दर्ज की हैं." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Excluded items" +msgstr "अपवर्जित आइटम" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1081 +msgid "Excluded categories" +msgstr "अपवर्जित श्रेणियां" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083 +msgid "Using this feature will increase build time and memory usage!" +msgstr "इस सुविधा का उपयोग समय और मेमोरी उपयोग के निर्माण में वृद्धि होगी!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "इस सुविधा की आवश्यकता कम से कम 2.5.1 WordPress,तुम प्रयोग कर रहे हैं %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1093 +msgid "Exclude posts" +msgstr "बाहर निकालने के पदों" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095 +msgid "Exclude the following posts or pages:" +msgstr "निम्नलिखित पदों या पेज बाहर निकालें:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095 +msgid "List of IDs, separated by comma" +msgstr "आईडी की सूची, अल्पविराम के द्वारा अलग" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +msgid "Child posts won't be excluded automatically!" +msgstr "बच्चे के पदों को स्वचालित रूप से बाहर नहीं जाएगा!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1103 +msgid "Change frequencies" +msgstr "बदलें आवृत्तियों" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1107 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "कृपया ध्यान दें कि इस टैग का मूल्य एक और संकेत एक आदेश माना जाता है.हालांकि खोज इंजन crawlers जब इस निर्णय की जानकारी विचार,वे चिह्नित पृष्ठों क्रॉल कर सकते हैं \"प्रति घंटा \" है कि कम से अक्सर, और वे पृष्ठ क्रॉल के रूप में चिह्नित कर सकते हैं \"वार्षिक \" अधिक से अधिक है कि अक्सर.यह भी संभावना है कि crawlers समय समय पर पृष्ठों क्रॉल जाएगा चिह्नित \"कभी \" ताकि वे उन पृष्ठों को अप्रत्याशित परिवर्तन संभाल सकता हूँ." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1113 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1170 +msgid "Homepage" +msgstr "मुखपृष्ठ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1119 +msgid "Posts" +msgstr "डाक" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1125 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1188 +msgid "Static pages" +msgstr "स्थैतिक पृष्ठों" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1131 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1194 +msgid "Categories" +msgstr "श्रेणियाँ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1137 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "इस महीने की मौजूदा संग्रह (करना चाहिए अपने होमपेज की तरह ही)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1143 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "पुराने अभिलेखागार (परिवर्तन केवल अगर तुम एक पुरानी पोस्ट संपादित करें)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1150 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1207 +msgid "Tag pages" +msgstr "टैग पृष्ठ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1157 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1214 +msgid "Author pages" +msgstr "लेखक पृष्ठ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1165 +msgid "Priorities" +msgstr "प्राथमिकताएं" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1176 +msgid "Posts (If auto calculation is disabled)" +msgstr "पदों (यदि स्वत: गणना अक्षम है)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1182 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "न्यूनतम पोस्ट प्राथमिकता (अगर ऑटो गणना सक्षम है)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1200 +msgid "Archives" +msgstr "अभिलेखागार" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1225 +msgid "Update options" +msgstr "अद्यतन विकल्प" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1226 +msgid "Reset options" +msgstr "रीसेट विकल्प" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95 +msgid "XML-Sitemap Generator" +msgstr "XML-साइटमैप जनरेटर" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95 +msgid "XML-Sitemap" +msgstr "XML - साइटमैप" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:109 +msgid "Settings" +msgstr "सेटिंग्स" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:110 +msgid "FAQ" +msgstr "फैक्स " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:111 +msgid "Support" +msgstr "सहायता" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:112 +msgid "Donate" +msgstr "दान" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:182 +msgid "Sitemap FAQ" +msgstr "साइटमैप फैक्स" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hu_HU.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hu_HU.mo new file mode 100644 index 0000000000000000000000000000000000000000..ccbf36ac1ef182aa6df1ba64eb2adbf652a4b9eb GIT binary patch literal 19572 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hu_HU.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hu_HU.po new file mode 100644 index 00000000..6d4744e2 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-hu_HU.po @@ -0,0 +1,596 @@ +# [Countryname] Language File for sitemap (sitemap-[localname].po) +# Copyright (C) 2005 [name] : [URL] +# This file is distributed under the same license as the WordPress package. +# [name] <[mail-address]>, 2005. +# $Id: sitemap.pot 2502 2005-07-03 20:50:38Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2007-11-05 23:44+0100\n" +"Last-Translator: Cenzi \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +msgid "Comment Count" +msgstr "Kommentek számolása" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Kommentek számának felhasználása a fontosság kiszámításához" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +msgid "Comment Average" +msgstr "Kommentek" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "Kommentek számolása, hogy a fontosságot megállapíthassa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Gyakori tartalom" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" + +msgid "XML-Sitemap Generator" +msgstr "Oldaltérkép generátor" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap" +msgstr "XML-Oldaltérkép" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Köszönjük a támogatást. Segíthez a plugin fejlesztésében, hogy mindez ingyenes maradhasson!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Hide this notice" +msgstr "Tanács elrejtése" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Köszönjük, hogy ezt a plugint használja! Kb. egy hónapja telepítette a plugint. Ha jól működik, és elégedett az eredményekkel, akkor nem adományozna a fejlesztéshez egy keveset? Adományok segíthetnek a fejleszésekben, hogy ez a plugin ingyenes maradhasson! Persze, nem probléma!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +msgid "No thanks, please don't bug me anymore!" +msgstr "Köszönöm, nem. Ne jelenjen meg többet." + +msgid "XML Sitemap Generator for WordPress" +msgstr "Oldaltérkép generátor WordPresshez" + +msgid "Configuration updated" +msgstr "Beállítások frissítve!" + +msgid "Error while saving options" +msgstr "Hiba az oldalak mentésekor" + +msgid "Pages saved" +msgstr "Oldalak mentve" + +msgid "Error while saving pages" +msgstr "Hiba az oldalak mentésekor" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#, php-format +msgid "Robots.txt file saved" +msgstr "Robots.txt fájl elmentve" + +msgid "Error while saving Robots.txt file" +msgstr "Hiba aa Robots.txt fájl mentésekor" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +msgid "The default configuration was restored." +msgstr "Alap beállítás visszaállítva." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +msgid "open" +msgstr "megnyit" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +msgid "close" +msgstr "bezár" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +msgid "click-down and drag to move this box" +msgstr "kattintson rá, és ragadja meg ezt a dobozt" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +msgid "click to %toggle% this box" +msgstr "kattintson, hogy %toggle% ezt a dobozt" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +msgid "use the arrow keys to move this box" +msgstr "használja a mozgatáshoz a jobbra, balra, fel és le billentyűket" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +msgid ", or press the enter key to %toggle% it" +msgstr ", vagy nyomja meg az enter gombot az %toggle% -hez." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +msgid "About this Plugin:" +msgstr "Pluginról:" + +msgid "Plugin Homepage" +msgstr "Plugin főoldal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +msgid "Notify List" +msgstr "Értesítések" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +msgid "Support Forum" +msgstr "Fórum" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +msgid "Donate with PayPal" +msgstr "Adományozás (PayPal)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +msgid "My Amazon Wish List" +msgstr "My Amazon kívánságlista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_name" +msgstr "Cenzi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_url" +msgstr "http://blog.cenzi.hu" + +msgid "Sitemap Resources:" +msgstr "Oldaltérkép eredmények:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +msgid "Site Explorer" +msgstr "Oldal böngészése" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +msgid "Search Blog" +msgstr "Kereső blog" + +msgid "Sitemaps Protocol" +msgstr "Oldaltérkép protokol" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +msgid "Official Sitemaps FAQ" +msgstr "Hivatalos oldaltérképek GYIK" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +msgid "My Sitemaps FAQ" +msgstr "Oldaltérképek GYIK" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +msgid "Recent Donations:" +msgstr "Adományok:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +msgid "List of the donors" +msgstr "Adományozók listája" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +msgid "Hide this list" +msgstr "Lista elrejtése" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +msgid "Thanks for your support!" +msgstr "Köszönjük a támogatást!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +msgid "Status" +msgstr "Állapot" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Az oldaltérkép még nem készült el. Kattints ide az elkészítéséhez." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +msgid "Your sitemap was last built on %date%." +msgstr "Az oldaltérkép legutóbbi felépítése: %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreTovábbzipped) was last built on %date%." +msgstr "Az oldaltérképed (tömörésének) ideje: %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreTovábbsuccessfully notified
        about changes." +msgstr "Google sikeresen értesítve lett a változásokról." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "%time% másodpercbe telt a Google értesítése, de kikapcsolható ez a funkció." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Probléma merült fel a Google értesítésénél. Eredmény megtekintése" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO sikeresen értesítve lett a változásokról." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "%time% másodpercbe telt a YAHOO értesítése, de kikapcsolható ez a funkció." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Probléma merült fel a YAHOO értesítésénél. Eredmény megtekintése" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com sikeresen értesítve lett a változásokról." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "%time% másodpercbe telt a Ask.com értesítése, de kikapcsolható ez a funkció." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Probléma merült fel a Ask.com értesítésénél. Eredmény megtekintése" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Felépítési folyamat kb. %time% másodperc ami %memory% MB memóriát használ fel." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +msgid "The building process took about %time% seconds to complete." +msgstr "Felépítési folyamat kb. %time% másodperc." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Az oldaltérkép tartalma nem változott, ezért nem lesznek a keresők megpingelve." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Nem sikerült! Talán kevés a memória. Tovább" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Az utolsó memóriahasználat %memused%MB volt, a memórialimit: %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Az utolsó script használat %timeused% másodperc, a szervered limite: %timelimit% másodperc." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "A script megállt megközelítőleg a következő bejegyzési számnál: %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Ha valamilyen változás történik a blogodon vagy szervereden, akkor ajánlatos az oldaltérkép újraépítése kézzel." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Ha felmerül valamilyen probléma a felépítési folyamat során, akkor futtasd le a debug funkciót a további információért." + +msgid "Basic Options" +msgstr "Alap beállítások" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +msgid "Sitemap files:" +msgstr "Oldaltérkép fájlok:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Learn more" +msgstr "Tovább" + +msgid "Write a normal XML file (your filename)" +msgstr "Normál XML fájl írása (fájlnév)" + +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Gzippelt fájl írása (fájlév + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +msgid "Building mode:" +msgstr "Felépítési mód:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Oldaltérkép újraépítése, ha a blogod tartalma megváltozott" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +msgid "Enable manual sitemap building via GET Request" +msgstr "Kézi oldaltérkép engedélyezése a GET Request segítségével" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Ez engedélyezni fogja az oldaltérkép frissülését a WordPress adatbázisban. Használd a következő címet a folyamat elindításához: %1 Ellenőrizd a naplózó fájlt, hogy a folyamat befejeződött-e." + +msgid "Update notification:" +msgstr "Frissítési értesítések" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify Google about updates of your Blog" +msgstr "Google értesítése a blogod frissülésekor" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Nincs szükség a regisztráláshoz, de csatlakozhatsz a Google Webmaster Tools programhoz, hogy ellenőrizhesd a robotok statisztikáját." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Ask.com értesítése a blogod frissítésekor" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +msgid "No registration required." +msgstr "Nincs szükség a regisztrációhoz." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +msgid "Notify YAHOO about updates of your Blog" +msgstr "YAHOO értesítése a blogod frissítésekor" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3094 +#, php-format +msgid "No registration required, but you can sign up for the YAHOO Site Explorer to view the crawling progress." +msgstr "Nincs szükség a regisztráláshoz, de csatlakozhatsz a YAHOO Site Explorer programhoz, hogy ellenőrizhesd a robotok statisztikáját." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "%s fájl elkészítése vagy módosítása." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +msgid "File permissions: " +msgstr "Fájl engedélyek:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt írható." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +msgid "Error, robots.txt is not writable." +msgstr "Hiba, robots.txt nem írható." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt nem létezik, de a könyvtár írható." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Hiba, robots.txt nem létezik és a könyvtár nem írható." + +msgid "Advanced options:" +msgstr "Haladó beállítások:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Limit the number of posts in the sitemap:" +msgstr "Bejegyzések számának limitálása az oldaltérképben:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Newer posts will be included first" +msgstr "Újabb bejegyzések előre kerülnek" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "Try to increase the memory limit to:" +msgstr "Próbáld meg a memória limit emelését:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "e.g. \"4M\", \"16M\"" +msgstr "pl. \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "Try to increase the execution time limit to:" +msgstr "Próbáld meg a végrehajtási idő emelését:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "másodpercekben pl. \"60\" vagy \"0\" a korlátlanért" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Include a XSLT stylesheet:" +msgstr "XSLT stíluslap mellékelése:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Use Default" +msgstr "Alapbeállítás használata" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Full or relative URL to your .xsl file" +msgstr "Teljes vagy relatív URL elérése a .xsl fájlhoz" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Alap MySQL mód engedélyezése. Ezt csak akkor használd, ha MySQL hibákat tapasztalsz. (Sokkal több memóriára lesz szükség!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Háttérfolyamatként építse fel az oldaltérképet (Nem kell várni, amíg a bejegyzést elmented)" + +msgid "Additional pages" +msgstr "Oldalak" + +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Be tudod állítani azokat a fájlokat, amelyek nem tartoznak a blogodhoz.
        Például, ha a domainod www.akarmi.hu és a blogod a www.akarmi.hu/blog címen van, beleteheted a www.akarmi.hu címet is az oldaltérképbe." + +msgid "Note" +msgstr "Megjegyzés" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Ha a blogod egy alkönyvtárban van és olyan oldalakat szeretnél felvenni, amelyek nincsennek a blog könyvtárában, akkor a gyökér könyvtárban kell elhelyeznek az oldaltérképet." + +msgid "URL to the page" +msgstr "Oldal URL-je" + +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Írd be az oldal URL-jét. Például: http://www.akarmi.hu/index.html vagy www.akarmi.hu/home" + +msgid "Priority" +msgstr "Fontosság" + +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Válaszd ki az oldalak fontosságát. Például, a kezdőlapod lehet, hogy fontosabb, mint az aloldalak." + +msgid "Last Changed" +msgstr "Utolsó módosítás" + +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Írd be az utolsó módosítást YYYY-MM-DD (példaként: 2007-08-12) (ajánlott)." + +msgid "Change Frequency" +msgstr "Változások gyakorisága" + +msgid "#" +msgstr "#" + +msgid "No pages defined." +msgstr "Nincs oldal beállítva." + +msgid "Add new page" +msgstr "Új oldal felvétele" + +msgid "Post Priority" +msgstr "Bejegyzés fontossága" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Válaszd ki, hogyan működjön a fontosság kalkulálása" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "Do not use automatic priority calculation" +msgstr "Ne használja az automatikus fontosság kalkulálását" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Minden bejegyzés azonos fontosságú ami a "Fontosságok" alatt lett beállítva" + +msgid "Location of your sitemap file" +msgstr "Oldaltérkép fájl elérése" + +msgid "Automatic detection" +msgstr "Automatikus megállapítás" + +msgid "Filename of the sitemap file" +msgstr "Oldaltérkép fájl neve" + +msgid "Detected Path" +msgstr "Elérés" + +msgid "Detected URL" +msgstr "URL megállapítása" + +msgid "Custom location" +msgstr "Egyéni elérés" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Abszolút vagy relatív elérése az oldaltérkép fájlnak (fájl-névvel együtt)." + +msgid "Example" +msgstr "Példa" + +msgid "Complete URL to the sitemap file, including name." +msgstr "Teljes URL-je az oldaltérkép fájlnak (fájl-névvel együtt)." + +msgid "Sitemap Content" +msgstr "Oldaltérkép tartalma" + +msgid "Include homepage" +msgstr "Főoldal mellékelése" + +msgid "Include posts" +msgstr "Bejegyzések mellékelése" + +msgid "Include static pages" +msgstr "Statikus oldalak mellékelése" + +msgid "Include categories" +msgstr "Kategóriák mellékelése" + +msgid "Include archives" +msgstr "Arhívumok mellékelése" + +msgid "Include tag pages" +msgstr "Címkék oldalak melléklése" + +msgid "Include author pages" +msgstr "Szerző oldalak melléklése" + +msgid "Change frequencies" +msgstr "Változások gyakorisága" + +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." + +msgid "Homepage" +msgstr "Főoldal" + +msgid "Posts" +msgstr "Bejegyzések" + +msgid "Static pages" +msgstr "Statikus oldal" + +msgid "Categories" +msgstr "Kategóriák" + +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Jelenlegi hónap arhívuma (Megegyezik az oldaladéval)" + +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Régi archívumok (Ha egy régi bejegyzést módosítottál)" + +msgid "Tag pages" +msgstr "Címkék oldalak" + +msgid "Author pages" +msgstr "Szerző oldalak" + +msgid "Priorities" +msgstr "Fontosságok" + +msgid "Posts (If auto calculation is disabled)" +msgstr "Bejegyzések (Ha az automatikus kalkulálás ki van kapcsolva)" + +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minimum bejegyzések fontossága (Ha az automatikus kalkulálás engedélyezve van)" + +msgid "Archives" +msgstr "Archívumok" + +msgid "Update options" +msgstr "Beállítások frissítése" + +msgid "Reset options" +msgstr "Beállítások visszaállítása" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-it_IT.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-it_IT.mo new file mode 100644 index 0000000000000000000000000000000000000000..ee8edc7289e9ae9e3bf78c0dfea6698928d10a36 GIT binary patch literal 26015 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\n" +"Language-Team: Gianni Diurno | http://gidibao.net/ \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Italian\n" +"X-Poedit-Country: ITALY\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "Numero dei commenti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Utilizza per calcolare la priorità il numero dei commenti all'articolo" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "Media dei commenti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "Utilizza per calcolare la priorità la media dei commenti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "Popularity Contest" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Utilizza il plugin attivato a nomePopularity Contest di Alex King. Vai sotto Impostazioni quindi Most Popular Posts" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1191 +msgid "Always" +msgstr "sempre" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1192 +msgid "Hourly" +msgstr "ogni ora" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1193 +msgid "Daily" +msgstr "ogni giorno" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1194 +msgid "Weekly" +msgstr "settimanalmente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1195 +msgid "Monthly" +msgstr "mensilmente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1196 +msgid "Yearly" +msgstr "annualmente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1197 +msgid "Never" +msgstr "mai" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:97 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Grazie per la tua donazione. Mi hai aiutato nel proseguire lo sviluppo ed il supporto per questo plugin e per dell'altro software gratuito!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:97 +msgid "Hide this notice" +msgstr "Nascondi questo annuncio" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:103 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Grazie per l'utilizzo di questo plugin! Tu hai installato questo plugin più di un mese fa. Qualora funzionasse correttamente e tu fossi soddisfatto per i risultati, perché non donarmi un dollaro? Le donazioni mi aiuteranno nel proseguire lo sviluppo ed il supporto per questo plugin gratuito! Ecco la mia offerta!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:103 +msgid "No thanks, please don't bug me anymore!" +msgstr "No grazie. Non scocciarmi più!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:114 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "La tua sitemap sta per essere rigenerata. In relazione alla dimensione del tuo blog potrebbe occorrere un po' di tempo!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:116 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "La tua sitemap verrà rigenerata in %s secondi. In relazione alla dimensione del tuo blog potrebbe occorrere un po' di tempo!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:145 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:448 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Generator per WordPress" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:293 +msgid "Configuration updated" +msgstr "Configurazione aggiornata" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:294 +msgid "Error while saving options" +msgstr "Errore durante il savataggio delle opzioni" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:296 +msgid "Pages saved" +msgstr "Pagine salvate" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:297 +msgid "Error while saving pages" +msgstr "Errore durante il salvataggio delle pagine" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:304 +msgid "The default configuration was restored." +msgstr "La configurazione predefinita é stata ripristinata." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:461 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "E' disponibile una nuova versione di %1$s. Scarica qui la versione %3$s." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:463 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "E' disponibile una nuova versione di %1$s. Scarica qui la versione %3$s l'aggiornamento automatico non é disponibile per questo plugin." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:465 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "E' disponibile una nuova versione di %1$s. Scarica qui la versione %3$s oppure aggiorna in automatico." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:488 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:505 +msgid "open" +msgstr "apri" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:489 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:506 +msgid "close" +msgstr "chiudi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:490 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:507 +msgid "click-down and drag to move this box" +msgstr "clicca verso il basso e trascina per spostare questo riquadro" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:491 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:508 +msgid "click to %toggle% this box" +msgstr "clicca per %toggle% questo riquadro" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:492 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:509 +msgid "use the arrow keys to move this box" +msgstr "udsa il tasto freccia per spostare questo riquadro" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:510 +msgid ", or press the enter key to %toggle% it" +msgstr ", oppure premi il tasto Invio per %toggle%" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:528 +msgid "About this Plugin:" +msgstr "Info plugin:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:153 +msgid "Plugin Homepage" +msgstr "Plugin Homepage" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +msgid "Suggest a Feature" +msgstr "Suggerimenti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:531 +msgid "Notify List" +msgstr "Lista notifiche" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:532 +msgid "Support Forum" +msgstr "Forum di supporto" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "Report a Bug" +msgstr "Segnala un errore" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Donate with PayPal" +msgstr "Dona con PayPal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:536 +msgid "My Amazon Wish List" +msgstr "La mia Amazon Wish List" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "translator_name" +msgstr "Gianni Diurno" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "translator_url" +msgstr "http://gidibao.net/" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Sitemap Resources:" +msgstr "Risorse Sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:544 +msgid "Site Explorer" +msgstr "Site Explorer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +msgid "Search Blog" +msgstr "Search Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "Sitemaps Protocol" +msgstr "Protocollo Sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:551 +msgid "Official Sitemaps FAQ" +msgstr "FAQ ufficiale Sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "My Sitemaps FAQ" +msgstr "La mia Sitemaps FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:555 +msgid "Recent Donations:" +msgstr "Contributi recenti:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:559 +msgid "List of the donors" +msgstr "Lista dei donatori" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:561 +msgid "Hide this list" +msgstr "Nascondi questa lista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:564 +msgid "Thanks for your support!" +msgstr "Grazie per il tuo supporto!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:584 +msgid "The sitemap wasn't generated yet." +msgstr "La sitemap non é stata ancora generata." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Result of the last build process, started on %date%." +msgstr "Risultato dell'ultimo processo di generazione, avviato il %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:596 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "La sitemap non é stata ancora generatat. Clicca qui per costruirla la prima volta." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:602 +msgid "Your sitemap was last built on %date%." +msgstr "La tua sitemap é stata generata il %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "La generazione é avvenuta con successo ma pare che il file é stato cancellato oppure non sia più accessibile. Hai forse spostato il tuo blog su di un altro server oppure hai cambiato il dominio?" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:605 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "Si é verificato un problema durante la scrittura del file sitemap. Assicurati che il file esista e sia scrivibile. Info" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "La tua sitemap (archivio .zip) é stata generata il %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:613 +msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "La creazione del file .zip é avvenuta con successo ma pare che il file é stato cancellato oppure non sia più accessibile. Hai forse spostato il tuo blog su di un altro server oppure hai cambiato il dominio?" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:615 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "Si é verificato un problema durante la scrittura del file .zip della sitemap. Assicurati che il file esista e sia scrivibile . Info" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "Google was successfully notified about changes." +msgstr "Google ha ricevuto con successo la notifica dei cambiamenti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Sono stati necessari %time% secondi per la notifica a Google, meglio disattivare questa funzione in modo tale da poter ridurre i tempi di generazione." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:627 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Si é verificato un errore durante la notifica a Google. Vedi risultato" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO ha ricevuto con successo la notifica dei cambiamenti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Sono stati necessari %time% secondi per la notifica a YAHOO, meglio disattivare questa funzione in modo tale da poter ridurre i tempi di generazione." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:639 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Si é verificato un errore durante la notifica a YAHOO. Vedi risultato" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3097 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "Bing was successfully notified about changes." +msgstr "Bing ha ricevuto con successo la notifica dei cambiamenti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "Sono stati necessari %time% secondi per la notifica a Bing, meglio disattivare questa funzione in modo tale da poter ridurre i tempi di generazione." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:651 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "Si é verificato un errore durante la notifica a Bing. Vedi risultato" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com ha ricevuto con successo la notifica dei cambiamenti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:660 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Sono stati necessari %time% secondi per la notifica a Ask.com, meglio disattivare questa funzione in modo tale da poter ridurre i tempi di generazione." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:663 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Si é verificato un errore durante la notifica a Ask.com. Vedi risultato" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:671 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Sono stati necessari circa %time% secondi per completare il processo di costruzione e sono stati utilizzati %memory% MB di memoria." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:673 +msgid "The building process took about %time% seconds to complete." +msgstr "Sono stati necessari circa %time% secondi per completare il processo." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:677 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Il contenuto della tua sitemap non cambierà sino all'ultimo momento in modo tale che i file non scritti e nessun motore di ricerca ricevano il ping." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:685 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "La procedura di costruzione é ancora in atto! Ricarica tra alcuni secondi la pagina e verifica quindi se qualcosa fosse cambiato." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:688 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "L'ultima operazione non é ancora conclusa! Forse é necessario che tu aumenti la memoria oppure il limite di tempo per gli scripts PHP. Info" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:690 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "L'ultimo utilizzo di memoria conosciuto per lo script é %memused%MB, il limite del tuo server é %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:694 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "L'ultimo tempo di esecuzione dello script é stato di %timeused% secondi, il limite del tuo server é di %timelimit% secondi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:698 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Lo script si é fermato intorno al post numero %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:701 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Qualora avessi modificato qualcosa nel tuo blog o server dovrai rigenerare la sitemap manualmente." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:703 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Nel caso in cui rilevassi un qualche problema durante il processo di generazione, utilizza la funzione debug per ottenere maggiori informazioni." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:710 +msgid "Basic Options" +msgstr "Opzioni di Base" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712 +msgid "Sitemap files:" +msgstr "File Sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:747 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Learn more" +msgstr "altre info" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717 +msgid "Write a normal XML file (your filename)" +msgstr "Scrivi un normale file XML (nome del file)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:723 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Scrivi un file gzip (il nome del file + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727 +msgid "Building mode:" +msgstr "Modalità generazione:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:732 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Rigenera la sitemap quando cambi il contenuto del tuo blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:739 +msgid "Enable manual sitemap building via GET Request" +msgstr "Abilita la generazione manuale della sitemap via GET Request" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:743 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the result box above to see if sitemap was successfully built." +msgstr "Questa operazione ti permetterà di rigenerare la sitemap qualora uno strumento esterno abbia operato una scrittura nel database di WordPress senza l'utilizzo della WordPress API. Utilizza l'URL a seguire per avviare il processo: %1 Verifica nel registro qui sopra se la generazione della sitemap é avvenuta con successo." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:747 +msgid "Update notification:" +msgstr "Notifica aggiornamenti:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:751 +msgid "Notify Google about updates of your Blog" +msgstr "Segnala a Google gli aggiornamenti del tuo blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Non é richiesta alcuna registrazione, vedi Google Webmaster Tools per le relative informazioni." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3209 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:756 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Segnala a Bing (ex MSN Live Search) gli aggiornamenti del tuo blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:757 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "Non é richiesta alcuna registrazione, vai alla pagina Bing Webmaster Tools per verificare le statistiche." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:761 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Segnala ad Ask.com gli aggiornamenti del tuo blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:762 +msgid "No registration required." +msgstr "Nessuna registrazione necessaria." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Segnala a YAHOO gli aggiornamenti del tuo blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:767 +msgid "Your Application ID:" +msgstr "La tua ID applicazione:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:768 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Non hai una chiave? Richiedine qui una! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:773 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Aggiungi l'URL della sitemap al file virtuale robot.txt " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "Verrà utilizzato il robots.txt virtuale generato da WordPress. Un file robots.txt reale NON deve esistere nella cartella del blog!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Advanced options:" +msgstr "Opzioni avanzate:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "Limit the number of posts in the sitemap:" +msgstr "Numero limite di articoli presenti nella sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "Newer posts will be included first" +msgstr "gli articoli più recenti verranno inclusi per primi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Try to increase the memory limit to:" +msgstr "Prova ad aumentare il limite di memoria a:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "e.g. \"4M\", \"16M\"" +msgstr "es. \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:789 +msgid "Try to increase the execution time limit to:" +msgstr "Prova ad aumentare il limite del tempo di esecuzione a:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:789 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "in secondi, es. \"60\" o \"0\" per nessun limite" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:793 +msgid "Include a XSLT stylesheet:" +msgstr "Includi un foglio di stile XSLT: " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:794 +msgid "Full or relative URL to your .xsl file" +msgstr "URL al tuo file .xsl " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:794 +msgid "Use default" +msgstr "Utilizza predefinito" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:800 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Abilita la modalità MySQL standard. Solo in caso di errori MySQL. (ampio utilizzo della memoria!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "Aggiorna almeno a WordPress 2.2 per attivare un accesso MySQL più veloce" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:808 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Costruisci la sitemap con una procedura in background (nessuna attesa durante il salvataggio di un articolo)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:809 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "Aggiorna almeno a WordPress 2.1 per attivare la generazione in background" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "Additional pages" +msgstr "Pagine aggiuntive" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Qui è possibile specificare file o URL che dovranno venir incluse nella sitemap ma che non appartengono al vostro Blog/WordPress.
        Ad esempio, se il vostro dominio è www.foo.com ed il vostro blog è posizionato in www.foo.com/blog potreste voler includere la vostra homepage in www.foo.com" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1024 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1033 +msgid "Note" +msgstr "Nota" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Se il tuo blog fosse allocato in una sottodirectory e desiderassi aggiungere delle pagine che NON si trovano nella directory del blog o sotto di essa, DOVRAI posizionare il tuo file di sitemap nella directory radice (vedi la sezione "Posizione del file di sitemap" su questa pagina)!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:824 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "URL to the page" +msgstr "URL della pagina" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "inserire la URL della pagina. Ad esempio: http://www.foo.com/index.html oppure www.foo.com/home " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "Priority" +msgstr "Priorità" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "scegli la priorità di questa pagina in relazione alle altre. Ad esempio, la tua homepage dovrebbe avere una priorità maggiore rispetto alle altre pagine." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:830 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:866 +msgid "Last Changed" +msgstr "Ultima modifica" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:831 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Inserisci la data dell'ultima modifica nel formato YYYY-MM-DD (ad esempio 2005-12-31) (opzionale)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:865 +msgid "Change Frequency" +msgstr "Cambia frequenza" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:867 +msgid "#" +msgstr "#" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:872 +msgid "No pages defined." +msgstr "Nessuna pagina definita" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:877 +msgid "Add new page" +msgstr "Aggiungi nuova pagina" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882 +msgid "Post Priority" +msgstr "Priorità articolo" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Seleziona come deve essere calcolata la priorità per ogni articolo:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:886 +msgid "Do not use automatic priority calculation" +msgstr "Non utilizzare il calcolo automatico della priorità" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:886 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Tutti gli articoli hanno la stessa priorità definita in "Prioritià"" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:897 +msgid "Location of your sitemap file" +msgstr "Posizione del file di sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:900 +msgid "Automatic detection" +msgstr "Rilevazione automatica" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Filename of the sitemap file" +msgstr "Nome del file di sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:907 +msgid "Detected Path" +msgstr "Percorso determinato" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:907 +msgid "Detected URL" +msgstr "URL determinata" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:912 +msgid "Custom location" +msgstr "Località personalizzata" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:916 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Percorso" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:927 +msgid "Example" +msgstr "Esempio" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:925 +msgid "Complete URL to the sitemap file, including name." +msgstr "URL completa al file di sitemap, compreso il nome del file" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:938 +msgid "Sitemap Content" +msgstr "Contenuto sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:944 +msgid "Include homepage" +msgstr "Includi homepage" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:950 +msgid "Include posts" +msgstr "Includi articoli" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:911 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:956 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "Includi le seguenti pagine di articoli pagina-multipla (incrementa il tempo di generazione e l'utilizzo di memoria!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:962 +msgid "Include static pages" +msgstr "Includi pagine statiche" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:968 +msgid "Include categories" +msgstr "Includi categorie" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:974 +msgid "Include archives" +msgstr "Includi gli archivi" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:981 +msgid "Include tag pages" +msgstr "Includi pagine tag" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:988 +msgid "Include author pages" +msgstr "Includi pagine autore" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:992 +msgid "Further options" +msgstr "Opzioni aggiuntive" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +msgid "Include the last modification time." +msgstr "Includi ora dell'ultima modifica." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:999 +msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects all sitemap entries." +msgstr "Questa operazione é altamente raccomandata poiché aiuta i motori di ricerca a conoscere quando sono stati modificati i contenuti. Questa opzione avrà influenza su tutti i contenuti della sitemap." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1006 +msgid "Excluded items" +msgstr "Escludi elementi" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1008 +msgid "Excluded categories" +msgstr "Categorie escluse" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "Using this feature will increase build time and memory usage!" +msgstr "l'utilizzo di questa funzione aumenterà il tempo di generazione e l'utilizzo di memoria!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1017 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "Questa funzione richiede come minimo WordPress 2.5.1, tu stai usando %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1020 +msgid "Exclude posts" +msgstr "Escludi articoli" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "Exclude the following posts or pages:" +msgstr "Escludi i seguenti articoli o pagine:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "List of IDs, separated by comma" +msgstr "separa tra loro con una virgola i vari ID" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1024 +msgid "Child posts won't be excluded automatically!" +msgstr "gli articoli child non saranno automaticamente esclusi!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1030 +msgid "Change frequencies" +msgstr "Modifica frequenze" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1034 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Si noti che il valore di questo tag è da considerarsi un suggerimento e non un comando. Anch se i motori di ricerca prendono in considerazione questa informazione quando decidono cosa indicizzare, potrebbero comunque indicizzare le pagine marcate \"ogni ora\" meno frequentemente così come potrebbero analizzare le pagine marcate come \"annualmente\" più frequentemente. È anche probabile che i moori analizzino periodicamente anche le pagine marcate con \"mai\" per gestire eventuali modifiche inaspettate in queste pagine." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +msgid "Homepage" +msgstr "Homepage" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1046 +msgid "Posts" +msgstr "Articoli" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1052 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1115 +msgid "Static pages" +msgstr "Pagine statiche" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1058 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1121 +msgid "Categories" +msgstr "Categorie" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1064 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Archivo del mese corrente (dovrebbe avere lo stesso valore della homepage)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1070 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Archivi precedenti (cambia solo se modificato un vecchio articolo)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1077 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1134 +msgid "Tag pages" +msgstr "Pagine tag" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1141 +msgid "Author pages" +msgstr "Pagine autore" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1092 +msgid "Priorities" +msgstr "Priorità" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1103 +msgid "Posts (If auto calculation is disabled)" +msgstr "Articoli (se disabilitato il calcolo automatico)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1109 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Priorità minima degli articoli (anche se fosse stato abilitato il calcolo automatico)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1127 +msgid "Archives" +msgstr "Archivi" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1152 +msgid "Update options" +msgstr "Aggiorna le opzioni" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1153 +msgid "Reset options" +msgstr "Ripristina le opzioni" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:87 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:87 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:101 +msgid "Settings" +msgstr "Impostazioni" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:102 +msgid "FAQ" +msgstr "FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:103 +msgid "Support" +msgstr "Supporto" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:104 +msgid "Donate" +msgstr "Donazione" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:154 +msgid "Sitemap FAQ" +msgstr "Sitemap FAQ" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja.mo new file mode 100644 index 0000000000000000000000000000000000000000..f886dfa8880acb3a9550dc3c0400efa607c49353 GIT binary patch literal 20247 zcmeI4Yj7Obb?18>M~;

        pbjaZD-wt1sjZsAt}qU3{tcxK17yDi4m!ny|t;qOamBm zW*VLcNw_v%%nT`kBqUN4MT#ORP&6figb7HNsPHMSYqPamN#)^Gvb9cP*SZ=r0Ai

        Please log in as admin

        '; + return; + } + + $service = !empty($_GET["sm_ping_service"]) ? $_GET["sm_ping_service"] : null; + + $status = GoogleSitemapGeneratorStatus::Load(); + + if(!$status) die("No build status yet. Write something first."); + + $url = null; + + $services = $status->GetUsedPingServices(); + + if(!in_array($service, $services)) die("Invalid service"); + + $url = $status->GetPingUrl($service); + + if(empty($url)) die("Invalid ping url"); + + echo 'Ping Test'; + if(function_exists('wp_admin_css')) wp_admin_css('css/global', true); + echo '

        Ping Test

        '; + + echo '

        Trying to ping: ' . $url . '. The sections below should give you an idea whats going on.

        '; + + //Try to get as much as debug / error output as possible + $errLevel = error_reporting(E_ALL); + $errDisplay = ini_set("display_errors", 1); + if(!defined('WP_DEBUG')) define('WP_DEBUG', true); + + echo '

        Errors, Warnings, Notices:

        '; + + if(WP_DEBUG == false) echo "WP_DEBUG was set to false somewhere before. You might not see all debug information until you remove this declaration!
        "; + if(ini_get("display_errors") != 1) echo "Your display_errors setting currently prevents the plugin from showing errors here. Please check your webserver logfile instead.
        "; + + $res = $this->RemoteOpen($url); + + echo '

        Result (text only):

        '; + + echo wp_kses($res, array('a' => array('href' => array()), 'p' => array(), 'ul' => array(), 'ol' => array(), 'li' => array())); + + echo '

        Result (HTML):

        '; + + echo htmlspecialchars($res); + + //Revert back old values + error_reporting($errLevel); + ini_set("display_errors", $errDisplay); + echo ''; + exit; + } + + /** + * Opens a remote file using the WordPress API + * @since 3.0 + * @param $url string The URL to open + * @param $method string get or post + * @param $postData array An array with key=>value paris + * @param $timeout int Timeout for the request, by default 10 + * @return mixed False on error, the body of the response on success + */ + public static function RemoteOpen($url, $method = 'get', $postData = null, $timeout = 10) { + $options = array(); + $options['timeout'] = $timeout; + + if($method == 'get') { + $response = wp_remote_get($url, $options); + } else { + $response = wp_remote_post($url, array_merge($options, array('body' => $postData))); + } + + if(is_wp_error($response)) { + $errs = $response->get_error_messages(); + $errs = htmlspecialchars(implode('; ', $errs)); + trigger_error('WP HTTP API Web Request failed: ' . $errs, E_USER_NOTICE); + return false; + } + + return $response['body']; + } + + /** + * Sends anonymous statistics (disabled by default) + */ + private function SendStats() { + global $wp_version, $wpdb; + $postCount = $wpdb->get_var("SELECT COUNT(*) FROM {$wpdb->posts} p WHERE p.post_status='publish'"); + + //Send simple post count statistic to get an idea in which direction this plugin should be optimized + //Only a rough number is required, so we are rounding things up + if($postCount <=5) $postCount = 5; + else if($postCount < 25) $postCount = 10; + else if($postCount < 35) $postCount = 25; + else if($postCount < 75) $postCount = 50; + else if($postCount < 125) $postCount = 100; + else if($postCount < 2000) $postCount = round($postCount / 200) * 200; + else if($postCount < 10000) $postCount = round($postCount / 1000) * 1000; + else $postCount = round($postCount / 10000) * 10000; + + $postData = array( + "v" => 1, + "tid" => "UA-65990-26", + "cid" => $this->GetOption('i_hash'), + "aip" => 1, //Anonymize + "t" => "event", + "ec" => "ping", + "ea" => "auto", + "ev" => 1, + "cd1" => $wp_version, + "cd2" => $this->GetVersion(), + "cd3" => PHP_VERSION, + "cd4" => $postCount, + "ul" => get_bloginfo('language'), + ); + + $this->RemoteOpen('http://www.google-analytics.com/collect', 'post', $postData); + } + + /** + * Returns the number of seconds the support feed should be cached (1 week) + * + * @return int The number of seconds + */ + public static function GetSupportFeedCacheLifetime() { + return 60 * 60 * 24 * 7; + } + + /** + * Returns the SimplePie instance of the support feed + * The feed is cached for one week + * + * @return SimplePie|WP_Error + */ + public function GetSupportFeed() { + + $callBack = array(__CLASS__,"GetSupportFeedCacheLifetime"); + + //Extend cache lifetime so we don't request the feed to often + add_filter( 'wp_feed_cache_transient_lifetime' , $callBack); + $result = fetch_feed(SM_SUPPORTFEED_URL); + remove_filter( 'wp_feed_cache_transient_lifetime' , $callBack ); + + return $result; + } + + /** + * Handles daily ping + */ + public function SendPingDaily() { + + $this->LoadOptions(); + + $blogUpdate = strtotime(get_lastpostdate('blog')); + $lastPing = $this->GetOption('i_lastping'); + $yesterday = time() - (60 * 60 * 24); + + if($blogUpdate >= $yesterday && ($lastPing==0 || $lastPing <= $yesterday)) { + $this->SendPing(); + } + + //Send statistics if enabled (disabled by default) + if($this->GetOption('b_stats')) { + $this->SendStats(); + } + + //Cache the support feed so there is no delay when loading the user interface + if($this->GetOption('i_supportfeed')) { + $last = $this->GetOption('i_supportfeed_cache'); + if($last <= (time() - $this->GetSupportFeedCacheLifetime())) { + $supportFeed = $this->GetSupportFeed(); + if (!is_wp_error($supportFeed) && $supportFeed) { + $this->SetOption('i_supportfeed_cache',time()); + $this->SaveOptions(); + } + } + } + } + + + /*************************************** USER INTERFACE ***************************************/ + + /** + * Includes the user interface class and initializes it + * + * @since 3.1.1 + * @see GoogleSitemapGeneratorUI + * @return GoogleSitemapGeneratorUI + */ + private function GetUI() { + + if($this->ui === null) { + + $className = 'GoogleSitemapGeneratorUI'; + $fileName = 'sitemap-ui.php'; + + if(!class_exists($className)) { + + $path = trailingslashit(dirname(__FILE__)); + + if(!file_exists($path . $fileName)) return false; + require_once($path . $fileName); + } + + $this->ui = new $className($this); + + } + + return $this->ui; + } + + /** + * Shows the option page of the plugin. Before 3.1.1, this function was basically the UI, afterwards the UI was outsourced to another class + * + * @see GoogleSitemapGeneratorUI + * @since 3.0 + * @return bool + */ + public function HtmlShowOptionsPage() { + + $ui = $this->GetUI(); + if($ui) { + $ui->HtmlShowOptionsPage(); + return true; + } + + return false; + } + + /*************************************** HELPERS ***************************************/ + + /** + * Returns if the given value is greater than zero + * + * @param $value int The value to check + * @since 4.0b10 + * @return bool True if greater than zero + */ + public function IsGreaterZero($value) { + return ($value > 0); + } + + /** + * Converts the various possible php.ini values for true and false to boolean + * + * @param $value string The value from ini_get + * + * @return bool The converted value + */ + public function GetPhpIniBoolean($value) { + if (is_string($value)) { + switch (strtolower($value)) { + case '+': + case '1': + case 'y': + case 'on': + case 'yes': + case 'true': + case 'enabled': + return true; + + case '-': + case '0': + case 'n': + case 'no': + case 'off': + case 'false': + case 'disabled': + return false; + } + } + + return (boolean) $value; + } + + + + public function ShowSurvey() { + $this->LoadOptions(); + + return (isset($_REQUEST['sm_survey']) || !$this->GetOption('i_hide_survey')); + } + + public function HtmlSurvey() { + ?> +
        + +

        + Please help us improve by taking this short survey!','sitemap')); + ?> " style="float:right; display:block; border:none;"> +

        +
        +
        +
        + 'index.php?xml_sitemap=params=$matches[2]', + 'sitemap(-+([a-zA-Z0-9_-]+))?\.xml\.gz$' => 'index.php?xml_sitemap=params=$matches[2];zip=true', + 'sitemap(-+([a-zA-Z0-9_-]+))?\.html$' => 'index.php?xml_sitemap=params=$matches[2];html=true', + 'sitemap(-+([a-zA-Z0-9_-]+))?\.html.gz$' => 'index.php?xml_sitemap=params=$matches[2];html=true;zip=true' + ); + return array_merge($smRules,$wpRules); + } + + /** + * Returns the rules required for Nginx permalinks + * + * @return string[] + */ + public static function GetNginXRules() { + return array( + 'rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.xml$ "/index.php?xml_sitemap=params=$2" last;', + 'rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.xml\.gz$ "/index.php?xml_sitemap=params=$2;zip=true" last;', + 'rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.html$ "/index.php?xml_sitemap=params=$2;html=true" last;', + 'rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.html.gz$ "/index.php?xml_sitemap=params=$2;html=true;zip=true" last;' + ); + + } + + /** + * Adds the filters for wp rewrite rule adding + * + * @since 4.0 + * @uses add_filter() + */ + public static function SetupRewriteHooks() { + add_filter('rewrite_rules_array', array(__CLASS__, 'AddRewriteRules'), 1, 1); + } + + /** + * Flushes the rewrite rules + * + * @since 4.0 + * @global $wp_rewrite WP_Rewrite + * @uses WP_Rewrite::flush_rules() + */ + public static function ActivateRewrite() { + /** @var $wp_rewrite WP_Rewrite */ + global $wp_rewrite; + $wp_rewrite->flush_rules(false); + update_option("sm_rewrite_done", self::$svnVersion); + } + + /** + * Handled the plugin activation on installation + * + * @uses GoogleSitemapGeneratorLoader::ActivateRewrite + * @since 4.0 + */ + public static function ActivatePlugin() { + self::SetupRewriteHooks(); + self::ActivateRewrite(); + + if(self::LoadPlugin()) { + $gsg = GoogleSitemapGenerator::GetInstance(); + if($gsg->OldFileExists()) { + $gsg->DeleteOldFiles(); + } + } + + } + + /** + * Handled the plugin deactivation + * + * @uses GoogleSitemapGeneratorLoader::ActivateRewrite + * @since 4.0 + */ + public static function DeactivatePlugin() { + delete_option("sm_rewrite_done"); + wp_clear_scheduled_hook('sm_ping_daily'); + } + + + /** + * Handles the plugin output on template redirection if the xml_sitemap query var is present. + * + * @since 4.0 + */ + public static function DoTemplateRedirect() { + /** @var $wp_query WP_Query */ + global $wp_query; + if(!empty($wp_query->query_vars["xml_sitemap"])) { + $wp_query->is_404 = false; + $wp_query->is_feed = true; + self::CallShowSitemap($wp_query->query_vars["xml_sitemap"]); + } + } + + /** + * Registers the plugin in the admin menu system + * + * @uses add_options_page() + */ + public static function RegisterAdminPage() { + add_options_page(__('XML-Sitemap Generator', 'sitemap'), __('XML-Sitemap', 'sitemap'), 'administrator', self::GetBaseName(), array(__CLASS__, 'CallHtmlShowOptionsPage')); + } + + /** + * Add a widget to the dashboard. + */ + public static function WpDashboardSetup($a) { + self::LoadPlugin(); + $sg = GoogleSitemapGenerator::GetInstance(); + + if ($sg->ShowSurvey()) { + add_action( 'admin_notices', array(__CLASS__, 'WpDashboardAdminNotices' ) ); + } + } + + public static function WpDashboardAdminNotices() { + $sg = GoogleSitemapGenerator::GetInstance(); + $sg->HtmlSurvey(); + } + + /** + * Returns a nice icon for the Ozh Admin Menu if the {@param $hook} equals to the sitemap plugin + * + * @param string $hook The hook to compare + * @return string The path to the icon + */ + public static function RegisterAdminIcon($hook) { + if($hook == self::GetBaseName() && function_exists('plugins_url')) { + return plugins_url('img/icon-arne.gif', self::GetBaseName()); + } + return $hook; + } + + /** + * Registers additional links for the sitemap plugin on the WP plugin configuration page + * + * Registers the links if the $file param equals to the sitemap plugin + * @param $links Array An array with the existing links + * @param $file string The file to compare to + * @return string[] + */ + public static function RegisterPluginLinks($links, $file) { + $base = self::GetBaseName(); + if($file == $base) { + $links[] = '' . __('Settings', 'sitemap') . ''; + $links[] = '' . __('FAQ', 'sitemap') . ''; + $links[] = '' . __('Support', 'sitemap') . ''; + } + return $links; + } + + /** + * @param $new_status string The new post status + * @param $old_status string The old post status + * @param $post WP_Post The post object + */ + public static function SchedulePingOnStatusChange($new_status, $old_status, $post ) { + if($new_status == 'publish') { + set_transient('sm_ping_post_id', $post->ID, 120); + wp_schedule_single_event(time() + 5, 'sm_ping'); + } + } + + /** + * Invokes the HtmlShowOptionsPage method of the generator + * @uses GoogleSitemapGeneratorLoader::LoadPlugin() + * @uses GoogleSitemapGenerator::HtmlShowOptionsPage() + */ + public static function CallHtmlShowOptionsPage() { + if(self::LoadPlugin()) { + GoogleSitemapGenerator::GetInstance()->HtmlShowOptionsPage(); + } + } + + /** + * Invokes the ShowPingResult method of the generator + * @uses GoogleSitemapGeneratorLoader::LoadPlugin() + * @uses GoogleSitemapGenerator::ShowPingResult() + */ + public static function CallShowPingResult() { + if(self::LoadPlugin()) { + GoogleSitemapGenerator::GetInstance()->ShowPingResult(); + } + } + + /** + * Invokes the SendPing method of the generator + * @uses GoogleSitemapGeneratorLoader::LoadPlugin() + * @uses GoogleSitemapGenerator::SendPing() + */ + public static function CallSendPing() { + if(self::LoadPlugin()) { + GoogleSitemapGenerator::GetInstance()->SendPing(); + } + } + + /** + * Invokes the SendPingDaily method of the generator + * @uses GoogleSitemapGeneratorLoader::LoadPlugin() + * @uses GoogleSitemapGenerator::SendPingDaily() + */ + public static function CallSendPingDaily() + { + if (self::LoadPlugin()) { + GoogleSitemapGenerator::GetInstance()->SendPingDaily(); + } + } + + /** + * Invokes the ShowSitemap method of the generator + * @uses GoogleSitemapGeneratorLoader::LoadPlugin() + * @uses GoogleSitemapGenerator::ShowSitemap() + */ + public static function CallShowSitemap($options) { + if(self::LoadPlugin()) { + GoogleSitemapGenerator::GetInstance()->ShowSitemap($options); + } + } + + /** + * Invokes the DoRobots method of the generator + * @uses GoogleSitemapGeneratorLoader::LoadPlugin() + * @uses GoogleSitemapGenerator::DoRobots() + */ + public static function CallDoRobots() { + if(self::LoadPlugin()) { + GoogleSitemapGenerator::GetInstance()->DoRobots(); + } + } + + /** + * Displays the help links in the upper Help Section of WordPress + * + * @return Array The new links + */ + public static function CallHtmlShowHelpList() { + + $screen = get_current_screen(); + $id = get_plugin_page_hookname(self::GetBaseName(), 'options-general.php'); + + if(is_object($screen) && $screen->id == $id) { + + /* + load_plugin_textdomain('sitemap',false,dirname( plugin_basename( __FILE__ ) ) . '/lang'); + + $links = array( + __('Plugin Homepage', 'sitemap') => 'http://www.arnebrachhold.de/redir/sitemap-help-home/', + __('My Sitemaps FAQ', 'sitemap') => 'http://www.arnebrachhold.de/redir/sitemap-help-faq/' + ); + + $filterVal[$id] = ''; + + $i = 0; + foreach($links AS $text => $url) { + $filterVal[$id] .= '' . $text . '' . ($i < (count($links) - 1) ? ' | ' : ''); + $i++; + } + + $screen->add_help_tab( array( + 'id' => 'sitemap-links', + 'title' => __('My Sitemaps FAQ', 'sitemap'), + 'content' => '

        ' . __('dsf dsf sd f', 'sitemap') . '

        ', + + )); + */ + + } + //return $filterVal; + } + + + /** + * Loads the actual generator class and tries to raise the memory and time limits if not already done by WP + * + * @uses GoogleSitemapGenerator::Enable() + * @return boolean true if run successfully + */ + public static function LoadPlugin() { + + if(!class_exists("GoogleSitemapGenerator")) { + + $mem = abs(intval(@ini_get('memory_limit'))); + if($mem && $mem < 128) { + @ini_set('memory_limit', '128M'); + } + + $time = abs(intval(@ini_get("max_execution_time"))); + if($time != 0 && $time < 120) { + @set_time_limit(120); + } + + $path = trailingslashit(dirname(__FILE__)); + + if(!file_exists($path . 'sitemap-core.php')) return false; + require_once($path . 'sitemap-core.php'); + } + + GoogleSitemapGenerator::Enable(); + return true; + } + + /** + * Returns the plugin basename of the plugin (using __FILE__) + * + * @return string The plugin basename, "sitemap" for example + */ + public static function GetBaseName() { + return plugin_basename(sm_GetInitFile()); + } + + /** + * Returns the name of this loader script, using sm_GetInitFile + * + * @return string The sm_GetInitFile value + */ + public static function GetPluginFile() { + return sm_GetInitFile(); + } + + /** + * Returns the plugin version + * + * Uses the WP API to get the meta data from the top of this file (comment) + * + * @return string The version like 3.1.1 + */ + public static function GetVersion() { + if(!isset($GLOBALS["sm_version"])) { + if(!function_exists('get_plugin_data')) { + if(file_exists(ABSPATH . 'wp-admin/includes/plugin.php')) { + require_once(ABSPATH . 'wp-admin/includes/plugin.php'); + } + else return "0.ERROR"; + } + $data = get_plugin_data(self::GetPluginFile(), false, false); + $GLOBALS["sm_version"] = $data['Version']; + } + return $GLOBALS["sm_version"]; + } + + public static function GetSvnVersion() { + return self::$svnVersion; + } +} + +//Enable the plugin for the init hook, but only if WP is loaded. Calling this php file directly will do nothing. +if(defined('ABSPATH') && defined('WPINC')) { + add_action("init", array("GoogleSitemapGeneratorLoader", "Enable"), 15, 0); + register_activation_hook(sm_GetInitFile(), array('GoogleSitemapGeneratorLoader', 'ActivatePlugin')); + register_deactivation_hook(sm_GetInitFile(), array('GoogleSitemapGeneratorLoader', 'DeactivatePlugin')); + + //Set up hooks for adding permalinks, query vars. + //Don't wait until init with this, since other plugins might flush the rewrite rules in init already... + GoogleSitemapGeneratorLoader::SetupQueryVars(); + GoogleSitemapGeneratorLoader::SetupRewriteHooks(); +} diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/sitemap-ui.php b/wordpress/wp-content/plugins/google-sitemap-generator/sitemap-ui.php new file mode 100644 index 00000000..9648b8fd --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/sitemap-ui.php @@ -0,0 +1,1316 @@ +sg = $sitemapBuilder; + } + + private function HtmlPrintBoxHeader($id, $title) { + ?> +
        +

        +
        + +
        +
        + sg->GetFreqNames() AS $k=>$v) { + echo ""; + } + } + + /** + * Echos option fields for an select field containing the valid priorities (0- 1.0) + * + * @since 4.0 + * @param $currentVal string The value which should be selected + * @return void + */ + public static function HtmlGetPriorityValues($currentVal) { + $currentVal=(float) $currentVal; + for($i=0.0; $i<=1.0; $i+=0.1) { + $v = number_format($i,1,".",""); + echo ""; + } + } + + /** + * Returns the checked attribute if the given values match + * + * @since 4.0 + * @param $val string The current value + * @param $equals string The value to match + * @return string The checked attribute if the given values match, an empty string if not + */ + public static function HtmlGetChecked($val, $equals) { + if($val==$equals) return self::HtmlGetAttribute("checked"); + else return ""; + } + + /** + * Returns the selected attribute if the given values match + * + * @since 4.0 + * @param $val string The current value + * @param $equals string The value to match + * @return string The selected attribute if the given values match, an empty string if not + */ + public static function HtmlGetSelected($val,$equals) { + if($val==$equals) return self::HtmlGetAttribute("selected"); + else return ""; + } + + /** + * Returns an formatted attribute. If the value is NULL, the name will be used. + * + * @since 4.0 + * @param $attr string The attribute name + * @param $value string The attribute value + * @return string The formatted attribute + */ + public static function HtmlGetAttribute($attr,$value=NULL) { + if($value==NULL) $value=$attr; + return " " . $attr . "=\"" . esc_attr($value) . "\" "; + } + + /** + * Returns an array with GoogleSitemapGeneratorPage objects which is generated from POST values + * + * @since 4.0 + * @see GoogleSitemapGeneratorPage + * @return array An array with GoogleSitemapGeneratorPage objects + */ + public function HtmlApplyPages() { + // Array with all page URLs + $pages_ur=(!isset($_POST["sm_pages_ur"]) || !is_array($_POST["sm_pages_ur"])?array():$_POST["sm_pages_ur"]); + + //Array with all priorities + $pages_pr=(!isset($_POST["sm_pages_pr"]) || !is_array($_POST["sm_pages_pr"])?array():$_POST["sm_pages_pr"]); + + //Array with all change frequencies + $pages_cf=(!isset($_POST["sm_pages_cf"]) || !is_array($_POST["sm_pages_cf"])?array():$_POST["sm_pages_cf"]); + + //Array with all lastmods + $pages_lm=(!isset($_POST["sm_pages_lm"]) || !is_array($_POST["sm_pages_lm"])?array():$_POST["sm_pages_lm"]); + + //Array where the new pages are stored + $pages=array(); + //Loop through all defined pages and set their properties into an object + if(isset($_POST["sm_pages_mark"]) && is_array($_POST["sm_pages_mark"])) { + for($i=0; $iSetUrl($pages_ur[$i]); + $p->SetProprity($pages_pr[$i]); + $p->SetChangeFreq($pages_cf[$i]); + //Try to parse last modified, if -1 (note ===) automatic will be used (0) + $lm=(!empty($pages_lm[$i])?strtotime($pages_lm[$i],time()):-1); + if($lm===-1) $p->setLastMod(0); + else $p->setLastMod($lm); + //Add it to the array + array_push($pages,$p); + } + } + + return $pages; + } + + static public function escape($v) { + // prevent html tags in strings where they are not required + return strtr($v, '<>', '..'); + } + + /** + * Displays the option page + * + * @since 3.0 + * @access public + * @author Arne Brachhold + */ + public function HtmlShowOptionsPage() { + global $wp_version; + + $snl = false; //SNL + + $this->sg->Initate(); + + $message=""; + + if(!empty($_REQUEST["sm_rebuild"])) { //Pressed Button: Rebuild Sitemap + check_admin_referer('sitemap'); + + + if(isset($_GET["sm_do_debug"]) && $_GET["sm_do_debug"]=="true") { + + //Check again, just for the case that something went wrong before + if(!current_user_can("administrator") || !is_super_admin()) { + echo '

        Please log in as admin

        '; + return; + } + + $oldErr = error_reporting(E_ALL); + $oldIni = ini_set("display_errors",1); + + echo '
        '; + echo '

        ' . __('XML Sitemap Generator for WordPress', 'sitemap') . " " . $this->sg->GetVersion(). '

        '; + echo '

        This is the debug mode of the XML Sitemap Generator. It will show all PHP notices and warnings as well as the internal logs, messages and configuration.

        '; + echo '

        DO NOT POST THIS INFORMATION ON PUBLIC PAGES LIKE SUPPORT FORUMS AS IT MAY CONTAIN PASSWORDS OR SECRET SERVER INFORMATION!

        '; + echo "

        WordPress and PHP Information

        "; + echo '

        WordPress ' . $GLOBALS['wp_version'] . ' with ' . ' DB ' . $GLOBALS['wp_db_version'] . ' on PHP ' . phpversion() . '

        '; + echo '

        Plugin version: ' . $this->sg->GetVersion() . ' (' . $this->sg->GetSvnVersion() . ')'; + echo '

        Environment

        '; + echo "
        ";
        +				$sc = $_SERVER;
        +				unset($sc["HTTP_COOKIE"]);
        +				print_r($sc);
        +				echo "
        "; + echo "

        WordPress Config

        "; + echo "
        ";
        +				$opts = array();
        +				if(function_exists('wp_load_alloptions')) {
        +					$opts = wp_load_alloptions();
        +				} else {
        +					/** @var $wpdb wpdb*/
        +					global $wpdb;
        +					$os = $wpdb->get_results( "SELECT option_name, option_value FROM $wpdb->options");
        +					foreach ( (array) $os as $o ) $opts[$o->option_name] = $o->option_value;
        +				}
        +
        +				$popts = array();
        +				foreach($opts as $k=>$v) {
        +					//Try to filter out passwords etc...
        +					if(preg_match("/pass|login|pw|secret|user|usr|key|auth|token/si",$k)) continue;
        +					$popts[$k] = htmlspecialchars($v);
        +				}
        +				print_r($popts);
        +				echo "
        "; + echo '

        Sitemap Config

        '; + echo "
        ";
        +				print_r($this->sg->GetOptions());
        +				echo "
        "; + echo '

        Sitemap Content and Errors, Warnings, Notices

        '; + echo '
        '; + + $sitemaps = $this->sg->SimulateIndex(); + + foreach($sitemaps AS $sitemap) { + + /** @var $s GoogleSitemapGeneratorSitemapEntry */ + $s = $sitemap["data"]; + + echo "

        Sitemap: GetUrl() . "\">" . $sitemap["type"] . "/" . ($sitemap["params"]?$sitemap["params"]:"(No parameters)") . " by " . $sitemap["caller"]["class"] . "

        "; + + $res = $this->sg->SimulateSitemap($sitemap["type"], $sitemap["params"]); + + echo "
          "; + foreach($res AS $s) { + /** @var $d GoogleSitemapGeneratorSitemapEntry */ + $d = $s["data"]; + echo "
        • " . $d->GetUrl() . "
        • "; + } + echo "
        "; + } + + $status = GoogleSitemapGeneratorStatus::Load(); + echo '
        '; + echo '

        MySQL Queries

        '; + if(defined('SAVEQUERIES') && SAVEQUERIES) { + echo '
        ';
        +					var_dump($GLOBALS['wpdb']->queries);
        +					echo '
        '; + + $total = 0; + foreach($GLOBALS['wpdb']->queries as $q) { + $total+=$q[1]; + } + echo '

        Total Query Time

        '; + echo '
        ' . count($GLOBALS['wpdb']->queries) . ' queries in ' . round($total,2) . ' seconds.
        '; + } else { + echo '

        Please edit wp-db.inc.php in wp-includes and set SAVEQUERIES to true if you want to see the queries.

        '; + } + echo "

        Build Process Results

        "; + echo "
        ";
        +				print_r($status);
        +				echo "
        "; + echo '

        Done. Rebuild or Return

        '; + echo '

        DO NOT POST THIS INFORMATION ON PUBLIC PAGES LIKE SUPPORT FORUMS AS IT MAY CONTAIN PASSWORDS OR SECRET SERVER INFORMATION!

        '; + echo '
        '; + @error_reporting($oldErr); + @ini_set("display_errors",$oldIni); + return; + } else { + + $redirURL = $this->sg->GetBackLink() . '&sm_fromrb=true'; + + //Redirect so the sm_rebuild GET parameter no longer exists. + @header("location: " . $redirURL); + //If there was already any other output, the header redirect will fail + echo ''; + echo ''; + exit; + } + } else if (!empty($_POST['sm_update'])) { //Pressed Button: Update Config + check_admin_referer('sitemap'); + + if(isset($_POST['sm_b_style']) && $_POST['sm_b_style'] == $this->sg->getDefaultStyle()) { + $_POST['sm_b_style_default'] = true; + $_POST['sm_b_style'] = ''; + } + + foreach($this->sg->GetOptions() as $k=>$v) { + + //Skip some options if the user is not super admin... + if(!is_super_admin() && in_array($k,array("sm_b_time","sm_b_memory","sm_b_style","sm_b_style_default"))) { + continue; + } + + //Check vor values and convert them into their types, based on the category they are in + if(!isset($_POST[$k])) $_POST[$k]=""; // Empty string will get false on 2bool and 0 on 2float + + //Options of the category "Basic Settings" are boolean, except the filename and the autoprio provider + if(substr($k,0,5)=="sm_b_") { + if($k=="sm_b_prio_provider" || $k == "sm_b_style" || $k == "sm_b_memory" || $k == "sm_b_baseurl") { + if($k=="sm_b_filename_manual" && strpos($_POST[$k],"\\")!==false){ + $_POST[$k]=stripslashes(self::escape($_POST[$k])); + } else if($k=="sm_b_baseurl") { + $_POST[$k] = esc_url_raw(trim(self::escape($_POST[$k]))); + if(!empty($_POST[$k])) $_POST[$k] = trailingslashit($_POST[$k]); + } else if($k=="sm_b_style") { + $_POST[$k] = esc_url_raw(trim(self::escape($_POST[$k]))); + if(!empty($_POST[$k])) $_POST[$k] = trailingslashit($_POST[$k]); + } + $this->sg->SetOption($k,(string) $_POST[$k]); + } else if($k == "sm_b_time") { + if($_POST[$k]=='') $_POST[$k] = -1; + $this->sg->SetOption($k,intval($_POST[$k])); + } else if($k== "sm_i_install_date") { + if($this->sg->GetOption('i_install_date')<=0) $this->sg->SetOption($k,time()); + } else if($k=="sm_b_exclude") { + $IDss = array(); + $IDs = explode(",",$_POST[$k]); + for($x = 0; $x0) $IDss[] = $ID; + } + $this->sg->SetOption($k,$IDss); + } else if($k == "sm_b_exclude_cats") { + $exCats = array(); + if(isset($_POST["post_category"])) { + foreach((array) $_POST["post_category"] AS $vv) if(!empty($vv) && is_numeric($vv)) $exCats[] = intval($vv); + } + $this->sg->SetOption($k,$exCats); + } else { + $this->sg->SetOption($k,(bool) $_POST[$k]); + + } + //Options of the category "Includes" are boolean + } else if(substr($k,0,6)=="sm_in_") { + if($k=='sm_in_tax') { + + $enabledTaxonomies = array(); + + foreach(array_keys((array) $_POST[$k]) AS $taxName) { + if(empty($taxName) || !taxonomy_exists($taxName)) continue; + + $enabledTaxonomies[] = self::escape($taxName); + } + + $this->sg->SetOption($k,$enabledTaxonomies); + + } else if($k=='sm_in_customtypes') { + + $enabledPostTypes = array(); + + foreach(array_keys((array) $_POST[$k]) AS $postTypeName) { + if(empty($postTypeName) || !post_type_exists($postTypeName)) continue; + + $enabledPostTypes[] = self::escape($postTypeName); + } + + $this->sg->SetOption($k, $enabledPostTypes); + + } else $this->sg->SetOption($k,(bool) $_POST[$k]); + //Options of the category "Change frequencies" are string + } else if(substr($k,0,6)=="sm_cf_") { + $this->sg->SetOption($k,(string) self::escape($_POST[$k])); + //Options of the category "Priorities" are float + } else if(substr($k,0,6)=="sm_pr_") { + $this->sg->SetOption($k,(float) $_POST[$k]); + } + } + + //Apply page changes from POST + if(is_super_admin()) $this->sg->SetPages($this->HtmlApplyPages()); + + if($this->sg->SaveOptions()) $message.=__('Configuration updated', 'sitemap') . "
        "; + else $message.=__('Error while saving options', 'sitemap') . "
        "; + + if(is_super_admin()) { + if($this->sg->SavePages()) $message.=__("Pages saved",'sitemap') . "
        "; + else $message.=__('Error while saving pages', 'sitemap'). "
        "; + } + + } else if(!empty($_POST["sm_reset_config"])) { //Pressed Button: Reset Config + check_admin_referer('sitemap'); + $this->sg->InitOptions(); + $this->sg->SaveOptions(); + + $message.=__('The default configuration was restored.','sitemap'); + } else if(!empty($_GET["sm_delete_old"])) { //Delete old sitemap files + check_admin_referer('sitemap'); + + //Check again, just for the case that something went wrong before + if(!current_user_can("administrator")) { + echo '

        Please log in as admin

        '; + return; + } + if(!$this->sg->DeleteOldFiles()) { + $message = __("The old files could NOT be deleted. Please use an FTP program and delete them by yourself.","sitemap"); + } else { + $message = __("The old files were successfully deleted.","sitemap"); + } + } else if(!empty($_GET["sm_ping_all"])) { + check_admin_referer('sitemap'); + + //Check again, just for the case that something went wrong before + if(!current_user_can("administrator")) { + echo '

        Please log in as admin

        '; + return; + } + + echo << + + + + +HTML; + echo "

        " . __('Notify Search Engines about all sitemaps','sitemap') ."

        "; + echo "

        " . __('The plugin is notifying the selected search engines about your main sitemap and all sub-sitemaps. This might take a minute or two.','sitemaps') . "

        "; + flush(); + $results = $this->sg->SendPingAll(); + + echo "
          "; + + foreach($results AS $result) { + + $sitemapUrl = $result["sitemap"]; + /** @var $status GoogleSitemapGeneratorStatus */ + $status = $result["status"]; + + echo "
        • " . $sitemapUrl . "
            "; + $services = $status->GetUsedPingServices(); + foreach($services AS $serviceId) { + echo "
          • "; + echo $status->GetServiceName($serviceId) . ": " . ($status->GetPingResult($serviceId)==true?"OK":"ERROR"); + echo "
          • "; + } + echo "
        • "; + } + echo "
        "; + echo "

        " . __('All done!','sitemap') . "

        "; + echo << +HTML; + exit; + } else if(!empty($_GET["sm_ping_main"])) { + + check_admin_referer('sitemap'); + + //Check again, just for the case that something went wrong before + if(!current_user_can("administrator")) { + echo '

        Please log in as admin

        '; + return; + } + + $this->sg->SendPing(); + $message = __("Ping was executed, please see below for the result.","sitemap"); + } + + //Print out the message to the user, if any + if($message!="") { + ?> +

        sg->SetOption('i_hide_donated',true); + $this->sg->SaveOptions(); + } + if(isset($_GET['sm_donated'])) { + $this->sg->SetOption('i_donated',true); + $this->sg->SaveOptions(); + } + if(isset($_GET['sm_hide_note'])) { + $this->sg->SetOption('i_hide_note',true); + $this->sg->SaveOptions(); + } + if(isset($_GET['sm_hide_survey'])) { + $this->sg->SetOption('i_hide_survey',true); + $this->sg->SaveOptions(); + } + if(isset($_GET['sm_hidedonors'])) { + $this->sg->SetOption('i_hide_donors',true); + $this->sg->SaveOptions(); + } + if(isset($_GET['sm_hide_works'])) { + $this->sg->SetOption('i_hide_works',true); + $this->sg->SaveOptions(); + } + if(isset($_GET['sm_disable_supportfeed'])) { + $this->sg->SetOption('i_supportfeed',$_GET["sm_disable_supportfeed"]=="true"?false:true); + $this->sg->SaveOptions(); + } + + + if(isset($_GET['sm_donated']) || ($this->sg->GetOption('i_donated')===true && $this->sg->GetOption('i_hide_donated')!==true)) { + ?> + + sg->GetOption('i_donated') !== true && $this->sg->GetOption('i_install_date')>0 && $this->sg->GetOption('i_hide_note')!==true && time() > ($this->sg->GetOption('i_install_date') + (60*60*24*30))) { + ?> + + sg->GetOption('i_install_date')>0 && $this->sg->GetOption('i_hide_works')!==true && time() > ($this->sg->GetOption('i_install_date') + (60*60*24*15))) { + ?> +
        +

        sg->GetRedirectLink("sitemap-works-note"),__('Thanks for using this plugin! You\'ve installed this plugin some time ago. If it works and your are satisfied, why not rate it and recommend it to others? :-)','sitemap')); ?> " style="float:right; display:block; border:none;">

        +
        +
        + sg->ShowSurvey()) + $this->sg->HtmlSurvey(); + } + + ?> + + + + +
        +
        +

        sg->GetVersion() ?>

        +

        Reading Settings to change this.','sitemap')); ?>

        + + +
        +
        +
        + +
        + + + + + HtmlPrintBoxHeader('sm_pnres',__('About this Plugin:','sitemap'),true); ?> + + + + + + + + + HtmlPrintBoxFooter(true); ?> + + HtmlPrintBoxHeader('sm_smres',__('Sitemap Resources:','sitemap'),true); ?> + + + + + + + +
        + + + + HtmlPrintBoxFooter(true); ?> + + +
        +
        + + +
        + +
        + +
        + + + + GetStartTime() > 0) { + $st=$status->GetStartTime() + (get_option( 'gmt_offset' ) * 3600); + + $head=str_replace("%date%",date_i18n(get_option('date_format'),$st) . " " . date_i18n(get_option('time_format'),$st),__('Result of the last ping, started on %date%.','sitemap')); + } + + $this->HtmlPrintBoxHeader('sm_rebuild',$head); ?> + + +
        + + sg->GetOption('i_supportfeed')) { + + echo "sg->GetBackLink() . "&sm_disable_supportfeed=true") . "\">" . __('Disable','sitemap') . ""; + + $supportFeed = $this->sg->GetSupportFeed(); + + if (!is_wp_error($supportFeed) && $supportFeed) { + $supportItems = $supportFeed->get_items(0, $supportFeed->get_item_quantity(3)); + + if(count($supportItems)>0) { + echo "
          "; + foreach($supportItems AS $item) { + $url = esc_url($item->get_permalink()); + $title = esc_html($item->get_title()); + echo "
        • {$title}
        • "; + + } + echo "
        "; + } + } else { + echo "
        • " . __('No support topics available or an error occurred while fetching them.','sitemap') . "
        "; + } + } else { + echo ""; + } + ?> +
        + + +
        +
          + sg->OldFileExists()) { + echo "
        • " . str_replace("%s",wp_nonce_url($this->sg->GetBackLink() . "&sm_delete_old=true",'sitemap'),__('There is still a sitemap.xml or sitemap.xml.gz file in your site directory. Please delete them as no static files are used anymore or try to delete them automatically.','sitemap')) . "
        • "; + } + + echo "
        • " . str_replace("%s", esc_url($this->sg->getXmlUrl()),__('The URL to your sitemap index file is: %s.','sitemap')) . "
        • "; + + if($status == null) { + echo "
        • " . __('Search engines haven\'t been notified yet. Write a post to let them know about your sitemap.','sitemap') . "
        • "; + } else { + + $services = $status->GetUsedPingServices(); + + foreach($services AS $service) { + $name = $status->GetServiceName($service); + + if($status->GetPingResult($service)) { + echo "
        • " . sprintf(__("%s was successfully notified about changes.",'sitemap'),$name). "
        • "; + $dur = $status->GetPingDuration($service); + if($dur > 4) { + echo "
        • " . str_replace(array("%time%","%name%"),array($dur,$name),__("It took %time% seconds to notify %name%, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "
        • "; + } + } else { + echo "
        • " . str_replace(array("%s","%name%"),array(wp_nonce_url($this->sg->GetBackLink() . "&sm_ping_service=" . $service . "&noheader=true",'sitemap'),$name),__('There was a problem while notifying %name%. View result','sitemap')) . "
        • "; + } + } + } + + ?> + sg->GetOption('b_ping') || $this->sg->GetOption('b_pingmsn')): ?> +
        • + Notify Search Engines about ">your sitemap or ','','width=650, height=500, resizable=yes'); return false;">your main sitemap and all sub-sitemaps now. +
        • + + + " . str_replace("%d",wp_nonce_url($this->sg->GetBackLink() . "&sm_rebuild=true&sm_do_debug=true",'sitemap'),__('If you encounter any problems with your sitemap you can use the debug function to get more information.','sitemap')) . ""; ?> +
        +
          +
        • + rate it 5 stars! :)','sitemap'),$this->sg->GetRedirectLink('sitemap-works-note'),$this->sg->GetRedirectLink('sitemap-paypal')); ?> +
        • + +
        +
        + HtmlPrintBoxFooter(); ?> + + sg->IsNginx() && $this->sg->IsUsingPermalinks()): ?> + HtmlPrintBoxHeader('ngin_x',__('Webserver Configuration', 'sitemap')); ?> + +

        + + "; + } + ?> + +

        + HtmlPrintBoxFooter(); ?> + + + + + HtmlPrintBoxHeader('sm_basic_options',__('Basic Options', 'sitemap')); ?> + + +
          +
        • + sg->GetOption("b_ping")==true?"checked=\"checked\"":"") ?> /> +
          + sg->GetRedirectLink('sitemap-gwt'),__('No registration required, but you can join the Google Webmaster Tools to check crawling statistics.','sitemap')); ?> +
        • +
        • + sg->GetOption("b_pingmsn")==true?"checked=\"checked\"":"") ?> /> +
          + sg->GetRedirectLink('sitemap-lwt'),__('No registration required, but you can join the Bing Webmaster Tools to check crawling statistics.','sitemap')); ?> +
        • +
        • + + +
          + +
        • +
        + + +
          +
        • + () +
        • +
        • + () +
        • +
        • +
          + +
        • +
        • + sg->GetDefaultStyle() && $this->sg->GetOption('b_style_default')===true); ?> + + () sg->GetDefaultStyle()): ?> +
        • +
        • +
          + +
        • +
        • + +
        • +
        • + +
        • +
        + + + HtmlPrintBoxFooter(); ?> + + + HtmlPrintBoxHeader('sm_pages',__('Additional Pages', 'sitemap')); ?> + + For example, if your domain is www.foo.com and your site is located on www.foo.com/site you might want to include your homepage at www.foo.com','sitemap'); + echo "
        • "; + echo "" . __('Note','sitemap'). ": "; + _e("If your site is in a subdirectory and you want to add pages which are NOT in the site directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!",'sitemap'); + echo "
        • "; + echo "" . __('URL to the page','sitemap'). ": "; + _e("Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home ",'sitemap'); + echo "
        • "; + echo "" . __('Priority','sitemap') . ": "; + _e("Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint.",'sitemap'); + echo "
        • "; + echo "" . __('Last Changed','sitemap'). ": "; + _e("Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional).",'sitemap'); + + echo "
        "; + ?> + + + + + + + + + + + + + + +
        + + HtmlPrintBoxFooter(); ?> + + + + + HtmlPrintBoxHeader('sm_postprio',__('Post Priority', 'sitemap')); ?> + +

        +
          +
        • HtmlGetChecked($this->sg->GetOption("b_prio_provider"),"") ?> />

        • + sg->GetPrioProviders(); + for($i=0; $i

          HtmlGetChecked($this->sg->GetOption("b_prio_provider"),$provs[$i]) . " />
          " . call_user_func(array($provs[$i], 'getDescription')) . "

          "; + } + ?> +
        + HtmlPrintBoxFooter(); ?> + + + HtmlPrintBoxHeader('sm_includes',__('Sitemap Content', 'sitemap')); ?> + : +
          +
        • + +
        • +
        • + +
        • +
        • + +
        • +
        • + +
        • +
        • + +
        • +
        • + +
        • + sg->IsTaxonomySupported()): ?> +
        • + +
        • + +
        + + sg->IsTaxonomySupported()) { + $taxonomies = $this->sg->GetCustomTaxonomies(); + + $enabledTaxonomies = $this->sg->GetOption('in_tax'); + + if(count($taxonomies)>0) { + ?>:
          name, $enabledTaxonomies); + ?> +
        • + +
        • +
        sg->IsCustomPostTypesSupported()) { + $custom_post_types = $this->sg->GetCustomPostTypes(); + + $enabledPostTypes = $this->sg->GetOption('in_customtypes'); + + if(count($custom_post_types)>0) { + ?>:
          name, $enabledPostTypes); + + ?> +
        • + +
        • +
        + + : +
          +
        • +
          + all sitemap entries.', 'sitemap') ?> +
        • +
        + + HtmlPrintBoxFooter(); ?> + + + HtmlPrintBoxHeader('sm_excludes',__('Excluded Items', 'sitemap')); ?> + + : + +
        +
          + sg->GetOption("b_exclude_cats"),false); ?> +
        +
        + + : +
        +
        + : +
        + + HtmlPrintBoxFooter(); ?> + + + HtmlPrintBoxHeader('sm_change_frequencies',__('Change Frequencies', 'sitemap')); ?> + +

        + : + +

        +
          +
        • + +
        • +
        • + +
        • +
        • + +
        • +
        • + +
        • +
        • + +
        • +
        • + +
        • + sg->IsTaxonomySupported()): ?> +
        • + +
        • + +
        • + +
        • +
        + + HtmlPrintBoxFooter(); ?> + + + HtmlPrintBoxHeader('sm_priorities',__('Priorities', 'sitemap')); ?> +
          +
        • + +
        • +
        • + +
        • +
        • + +
        • +
        • + +
        • +
        • + +
        • +
        • + +
        • + sg->IsTaxonomySupported()): ?> +
        • + +
        • + +
        • + +
        • +
        + + HtmlPrintBoxFooter(); ?> + +
        +
        +

        + + + +

        +
        + + +
        +
        +
        + + +
        + array("cc"=>"USD","lc"=>"US"), + "en-GB"=>array("cc"=>"GBP","lc"=>"GB"), + "de"=>array("cc"=>"EUR","lc"=>"DE"), + ); + $myLc = $lc["en"]; + $wpl = get_bloginfo('language'); + if(!empty($wpl)) { + if(array_key_exists($wpl,$lc)) $myLc = $lc[$wpl]; + else { + $wpl = substr($wpl,0,2); + if(array_key_exists($wpl,$lc)) $myLc = $lc[$wpl]; + } + } + ?> + + " /> + + + + " /> + + " /> + + + "/> +
        +
        +

        " . __('Your WordPress version is too old for XML Sitemaps.', 'sitemap') . "
        " . sprintf(__('Unfortunately this release of Google XML Sitemaps requires at least WordPress %4$s. You are using Wordpress %2$s, which is out-dated and insecure. Please upgrade or go to active plugins and deactivate the Google XML Sitemaps plugin to hide this message. You can download an older version of this plugin from the plugin website.', 'sitemap'), "plugins.php?plugin_status=active", $GLOBALS["wp_version"], "http://www.arnebrachhold.de/redir/sitemap-home/","3.3") . "

        "; +} + +/** + * Adds a notice to the admin interface that the WordPress version is too old for the plugin + * + * @package sitemap + * @since 4.0 + */ +function sm_AddPhpVersionError() { + echo "

        " . __('Your PHP version is too old for XML Sitemaps.', 'sitemap') . "
        " . sprintf(__('Unfortunately this release of Google XML Sitemaps requires at least PHP %4$s. You are using PHP %2$s, which is out-dated and insecure. Please ask your web host to update your PHP installation or go to active plugins and deactivate the Google XML Sitemaps plugin to hide this message. You can download an older version of this plugin from the plugin website.', 'sitemap'), "plugins.php?plugin_status=active", PHP_VERSION, "http://www.arnebrachhold.de/redir/sitemap-home/","5.2") . "

        "; +} + +/** + * Returns the file used to load the sitemap plugin + * + * @package sitemap + * @since 4.0 + * @return string The path and file of the sitemap plugin entry point + */ +function sm_GetInitFile() { + return __FILE__; +} + +//Don't do anything if this file was called directly +if (defined('ABSPATH') && defined('WPINC') && !class_exists("GoogleSitemapGeneratorLoader", false)) { + sm_Setup(); +} + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/sitemap.xsl b/wordpress/wp-content/plugins/google-sitemap-generator/sitemap.xsl new file mode 100644 index 00000000..57ce8542 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/sitemap.xsl @@ -0,0 +1,160 @@ + + + + + + + XML Sitemap + + + + + + + + + + + + + +

        XML Sitemap

        +
        +

        + This is a XML Sitemap which is supposed to be processed by search engines which follow the XML Sitemap standard like Ask.com, Bing, Google and Yahoo.
        + It was generated using the WordPress content management system and the Google Sitemap Generator Plugin by Arne Brachhold.
        + You can find more information about XML sitemaps on sitemaps.org and Google's list of sitemap programs. +

        +
        +
        + + + + + + + + + + + + + high + + + + + + + +
        URLPriorityChange frequencyLast modified (GMT)
        + + + + + + + + + + + + +
        +
        +
        + + + +

        XML Sitemap Index

        +
        +

        + This is a XML Sitemap which is supposed to be processed by search engines which follow the XML Sitemap standard like Ask.com, Bing, Google and Yahoo.
        + It was generated using the WordPress content management system and the Google Sitemap Generator Plugin by Arne Brachhold.
        + You can find more information about XML sitemaps on sitemaps.org and Google's list of sitemap programs.
        +
        + This file contains links to sub-sitemaps, follow them to see the actual sitemap content. +

        +
        +
        + + + + + + + + + high + + + + + +
        URL of sub-sitemapLast modified (GMT)
        + + + + + + + + +
        +
        +
        +
        \ No newline at end of file diff --git a/wordpress/wp-content/plugins/open-graph-protocol-framework/COPYRIGHT.txt b/wordpress/wp-content/plugins/open-graph-protocol-framework/COPYRIGHT.txt new file mode 100644 index 00000000..3d879f79 --- /dev/null +++ b/wordpress/wp-content/plugins/open-graph-protocol-framework/COPYRIGHT.txt @@ -0,0 +1,32 @@ + + Open Graph Protocol Framework - WordPress Plugin + + Copyright 2012 - 2019 "kento" (Karim Rahimpur) www.itthinx.com + + The files COPYRIGHT.txt and LICENSE.txt as well as ALL NOTICES IN THE + HEADERS OF ALL FILES MUST BE KEPT INTACT. + + GPL-licensed + + Unless otherwise stated, all code in this plugin is licensed under + the GPL License: + + All code is part of this plugin, hereinafter referred to as "program". + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + + Visit http://www.itthinx.com/ for help, general info and fun. + + Plugin page: http://www.itthinx.com/plugins/open-graph-protocol/ diff --git a/wordpress/wp-content/plugins/open-graph-protocol-framework/LICENSE.txt b/wordpress/wp-content/plugins/open-graph-protocol-framework/LICENSE.txt new file mode 100644 index 00000000..94a9ed02 --- /dev/null +++ b/wordpress/wp-content/plugins/open-graph-protocol-framework/LICENSE.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/wordpress/wp-content/plugins/open-graph-protocol-framework/changelog.txt b/wordpress/wp-content/plugins/open-graph-protocol-framework/changelog.txt new file mode 100644 index 00000000..07202c90 --- /dev/null +++ b/wordpress/wp-content/plugins/open-graph-protocol-framework/changelog.txt @@ -0,0 +1,66 @@ +== Open Graph Protocol Framework - WordPress plugin by itthinx - Changelog == + += 1.4.0 = +* WordPress 5.2 compatible. + += 1.3.0 = +* WordPress 5.1 compatible. + += 1.2.2 = +* Tested with WordPress 4.9. +* Fixed a warning that would occur when trying to apply the get_the_excerpt filter on an empty $post->excerpt. + += 1.2.1 = +* Plugin tags updated. + += 1.2.0 = +* Tested with WordPress 4.8. + += 1.1.0 = +* Added support for og:locale. +* Added support for og:locale:alternate with WPML. + += 1.0.10 = +* WordPress 4.4 compatibility tested. +* Fixed an issue with PHP Strict Standards when the deactivation hook is called. + += 1.0.9 = +* Fixed an issue with descriptions so that shortcodes are rendered + instead of being displayed as such. + += 1.0.8 = +* Fixed static method declaration. +* WordPress 4.1 compatible. + += 1.0.7 = +* Fixed a bug producing PHP Notices when a 404 is returned. + += 1.0.6 = +* WordPress 3.8 compatibility checked. +* Cleaned up whitespace and line endings. + += 1.0.5 = + +* Using site description for og:description on home (thanks for the suggestion [Marc](http://www.beyondred.de/)). +* WordPress 3.6 compatibility checked. + += 1.0.4 = + +* Using $_SERVER to determine current URL +* Fixed wrong tag used for og:site_name + += 1.0.3 = + +* Fixed image metadata. + += 1.0.2 = + +* Paths. + += 1.0.1 = + +* Fixed path. + += 1.0.0 = + +* First public release. diff --git a/wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/boot.php b/wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/boot.php new file mode 100644 index 00000000..51ff3354 --- /dev/null +++ b/wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/boot.php @@ -0,0 +1,25 @@ +get_locale_file_names(); + foreach( $locales as $code => $wpml_locale ) { + if ( $wpml_locale != $locale ) { + $metas['og:locale:alternate'][] = $wpml_locale; + } + } + } + + // type + if ( is_front_page() ) { + $type = 'website'; + } else if ( is_home() ) { + $type = 'blog'; + } else { + $type = 'article'; + } + $metas['og:type'] = $type; + + // image + if ( isset( $post->post_type ) && post_type_supports( $post->post_type, 'thumbnail' ) && has_post_thumbnail() ) { + list( $src, $width, $height ) = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); + if ( ! empty( $src ) ) { + $metas['og:image'] = $src; + if ( ! empty( $width ) ) { + $metas['og:image:width'] = intval( $width ); + } + if ( ! empty( $height ) ) { + $metas['og:image:height'] = intval( $height ); + } + } + } + + // url + $metas['og:url'] = $current_url; // using get_permalink() is wrong here for cases like archive or front page + + // + // More Metadata + // + + // site_name + $metas['og:site_name'] = get_bloginfo( 'name' ); + + // description + $description = ''; + if ( is_singular() ) { + if ( isset( $post->post_type ) && post_type_supports( $post->post_type, 'excerpt' ) ) { + if ( !empty( $post->post_excerpt ) ) { + $description = self::flatten( apply_filters( 'get_the_excerpt', $post->post_excerpt ) ); + } + } + if ( empty( $description ) ) { + $excerpt_length = apply_filters( 'excerpt_length', 55 ); + // This wouldn't be so smart ... for example the default Twenty X + // themes add a link saying "Continue reading" here which doesn't + // make sense in the description. Leaving for reference and reminder + // not to use it. + //$excerpt_more = apply_filters( 'excerpt_more', ' ' . '[...]' ); + // wp_trim_words() already applies wp_strip_all_tags() but it doesn't + // compact whitespace. + + // Get the content and apply filters so that shortcodes etc + // are rendered instead of being displayed as such. + $content = $post->post_content; + $content = apply_filters( 'the_content', $content ); + $content = str_replace( ']]>', ']]>', $content ); + $content = self::flatten( $content ); + $description = wp_trim_words( $content, $excerpt_length, ' …' ); + } + } else if ( is_home() ) { + $description = get_bloginfo( 'description' ); + if ( empty( $description ) ) { + $description = get_bloginfo( 'name' ); + } + } else { + $what = ''; + if ( is_author() ) { + $what = __( 'Author', OPEN_GRAPH_PROTOCOL_PLUGIN_DOMAIN ); + } else if ( is_archive() ) { + $what = __( 'Archive', OPEN_GRAPH_PROTOCOL_PLUGIN_DOMAIN ); + } + if ( !empty( $what ) ) { + $description = sprintf( '%s : %s', $what, $title ); + } else { + $description = $title; + } + } + $metas['og:description'] = $description; + + $metas = apply_filters( 'open_graph_protocol_metas', $metas ); + + $m = ''; + foreach( $metas as $property => $content ) { + $m .= self::render_meta( $property, $content ); + } + + echo apply_filters( 'open_graph_protocol_echo_metas', $m ); + } + + /** + * Reduces content to flat text only. + * + * @param string $content + * @return string + */ + private static function flatten( $content ) { + // Add space between potential adjacent tags so the content + // isn't glued together after applying wp_strip_all_tags(). + $content = str_replace( '><', '> <', $content ); + $content = wp_strip_all_tags( $content, true ); + $content = preg_replace('/\n+|\t+|\s+/', ' ', $content ); + $content = trim( $content ); + return $content; + } + + public static function render_meta( $property, $content ) { + if ( is_array( $content ) ) { + $contents = $content; + } else { + $contents = array( $content ); + } + $output = ''; + foreach( $contents as $content ) { + $output .= apply_filters( + 'open_graph_protocol_meta_tag', + sprintf( + '', + esc_attr( $property ), + esc_attr( apply_filters( + 'open_graph_protocol_meta', + $content, + $property + ) ) + ), + $property, + $content + ); + } + return $output; + } + +} +Open_Graph_Protocol_Meta::init(); diff --git a/wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/class-open-graph-protocol-options.php b/wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/class-open-graph-protocol-options.php new file mode 100644 index 00000000..619bf96a --- /dev/null +++ b/wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/class-open-graph-protocol-options.php @@ -0,0 +1,207 @@ + array() ); + add_option( self::option_key, $options, null, 'no' ); + } + } + + /** + * Returns the current options and initializes them + * through init() if needed. + * @return array options + */ + private static function get_options() { + $options = get_option( self::option_key ); + if ( $options === false ) { + self::init(); + $options = get_option( self::option_key ); + } + return $options; + } + + /** + * Returns the value of a general setting. + * + * @param string $option the option id + * @param mixed $default default value to retrieve if option is not set + * + * @return mixed|null option value, $default if set or null + */ + public static function get_option( $option, $default = null ) { + $options = self::get_options(); + $value = isset( $options[self::general][$option] ) ? $options[self::general][$option] : null; + if ( $value === null ) { + $value = $default; + } + return $value; + } + + + /** + * Returns the value of a user setting. + * + * @param string $option the option id + * @param mixed $default default value to retrieve if option is not set + * @param int $user_id retrieve option for this user, defaults to null for current user + * + * @return mixed|null option value, $default if set or null + */ + public static function get_user_option( $option, $default = null, $user_id = null ) { + if ( $user_id === null ) { + $current_user = wp_get_current_user(); + if ( !empty( $current_user ) ) { + $user_id = $current_user->ID; + } + } + $value = null; + if ( $user_id !== null ) { + $options = self::get_options(); + $value = isset( $options[$user_id][$option] ) ? $options[$user_id][$option] : null; + } + if ( $value === null ) { + $value = $default; + } + return $value; + } + + /** + * Updates a general setting. + * + * @param string $option the option's id + * @param mixed $new_value the new value + */ + public static function update_option( $option, $new_value ) { + $options = self::get_options(); + $options[self::general][$option] = $new_value; + update_option( self::option_key, $options ); + } + + /** + * Updates a user setting. + * + * @param string $option the option's id + * @param mixed $new_value the new value + * @param int $user_id update option for this user, defaults to null for current user + */ + public static function update_user_option( $option, $new_value, $user_id = null ) { + + if ( $user_id === null ) { + $current_user = wp_get_current_user(); + if ( !empty( $current_user ) ) { + $user_id = $current_user->ID; + } + } + + if ( $user_id !== null ) { + $options = self::get_options(); + $options[$user_id][$option] = $new_value; + update_option( self::option_key, $options ); + } + } + + /** + * Deletes a general setting. + * + * @param string $option the option's id + */ + public static function delete_option( $option ) { + $options = self::get_options(); + if ( isset( $options[self::general][$option] ) ) { + unset( $options[self::general][$option] ); + update_option( self::option_key, $options ); + } + } + + /** + * Deletes a user setting. + * + * @param string $option the option's id + * @param int $user_id delete option for this user, defaults to null for current user + */ + public static function delete_user_option( $option, $user_id = null ) { + + if ( $user_id === null ) { + $current_user = wp_get_current_user(); + if ( !empty( $current_user ) ) { + $user_id = $current_user->ID; + } + } + + if ( $user_id !== null ) { + $options = self::get_options(); + if ( isset( $options[$user_id][$option] ) ) { + unset( $options[$user_id][$option] ); + update_option( self::option_key, $options ); + } + } + } + + /** + * Deletes all settings - this includes user and general options. + */ + public static function flush_options() { + delete_option( self::option_key ); + } +} diff --git a/wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/class-open-graph-protocol.php b/wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/class-open-graph-protocol.php new file mode 100644 index 00000000..acc54551 --- /dev/null +++ b/wordpress/wp-content/plugins/open-graph-protocol-framework/lib/core/class-open-graph-protocol.php @@ -0,0 +1,165 @@ +get_results( $wpdb->prepare( + "SELECT blog_id FROM $wpdb->blogs WHERE site_id = %d AND archived = '0' AND spam = '0' AND deleted = '0'", + $wpdb->siteid + ) ); + if ( is_array( $blogs ) ) { + foreach( $blogs as $blog ) { + $result[] = $blog->blog_id; + } + } + } else { + $result[] = get_current_blog_id(); + } + return $result; + } + + /** + * Determines if the plugin is site-wide. + * @return boolean true if site-wide plugin + */ + public static function is_sitewide_plugin() { + $result = false; + if ( is_multisite() ) { + $active_sitewide_plugins = get_site_option( 'active_sitewide_plugins', array() ); + $active_sitewide_plugins = array_keys( $active_sitewide_plugins ); + $components = explode( DIRECTORY_SEPARATOR, OPEN_GRAPH_PROTOCOL_FILE ); + $plugin = ''; + $n = count( $components ); + if ( isset( $components[$n - 2] ) ) { + $plugin .= $components[$n - 2] . DIRECTORY_SEPARATOR; + } + $plugin .= $components[$n - 1]; + $result = in_array( $plugin, $active_sitewide_plugins ); + } + return $result; + } + + /** + * Plugin setup. + */ + public static function setup() { + } + + /** + * Cleans up tables & data. + * + * @param boolean $delete force deletion + */ + public static function cleanup( $delete = false ) { + $delete_data = Open_Graph_Protocol_Options::get_option( 'open_graph_protocol_delete_data', false ) || $delete; + if ( $delete_data ) { + Open_Graph_Protocol_Options::flush_options(); + } + } +} +Open_Graph_Protocol::init(); diff --git a/wordpress/wp-content/plugins/open-graph-protocol-framework/lib/uty/class-open-graph-protocol-helper.php b/wordpress/wp-content/plugins/open-graph-protocol-framework/lib/uty/class-open-graph-protocol-helper.php new file mode 100644 index 00000000..94c5661c --- /dev/null +++ b/wordpress/wp-content/plugins/open-graph-protocol-framework/lib/uty/class-open-graph-protocol-helper.php @@ -0,0 +1,50 @@ + tag + // where that is not desired. + global $wp_filter, $merged_filters; + $wp_title_f0 = isset( $wp_filter['wp_title'] ) ? $wp_filter['wp_title'] : null; + $wp_title_f1 = isset( $merged_filters['wp_title'] ) ? $merged_filters['wp_title'] : null; + if ( $wp_title_f0 !== null ) { + unset( $wp_filter['wp_title'] ); + } + if ( $wp_title_f1 !== null ) { + unset( $merged_filters['wp_title'] ); + } + $title = wp_title( ' ', false, 'right' ); + if ( $wp_title_f0 !== null ) { + $wp_filter['wp_title'] = $wp_title_f0; + } + if ( $wp_title_f1 !== null ) { + $merged_filters['wp_title'] = $wp_title_f1; + } + // whitespace cleanup + $title = trim( preg_replace('/\s+/', ' ', $title ) ); + return $title; + } +} diff --git a/wordpress/wp-content/plugins/open-graph-protocol-framework/open-graph-protocol-framework.php b/wordpress/wp-content/plugins/open-graph-protocol-framework/open-graph-protocol-framework.php new file mode 100644 index 00000000..a2cdf39a --- /dev/null +++ b/wordpress/wp-content/plugins/open-graph-protocol-framework/open-graph-protocol-framework.php @@ -0,0 +1,54 @@ +` tag that is rendered in the `` section of pages. + +Parameters: + +- `string` HTML `` tag +- `string` `property` - the metadata name, for example `og:title` +- `string` `content` - the value of the `content` attribute + +Filters must return: +- `string` the desired output for the HTML `` tag + +#### `open_graph_protocol_metas` #### + +This filter allows to add or remove metadata before it is rendered. + +Parameters: + +- `array` of metadata indexed by metadata name + +Filters must return: +- `array` of metadata indexed by metadata name + +#### `open_graph_protocol_echo_metas` #### + +This filter allows to modify the HTML that renders the plugin's meta tags in the `` section. + +Parameters: + +- `string` HTML with `` tags to be rendered + +Filters must return: +- `string` HTML with `` tags to be rendered + +### Why this plugin? ### + +This plugin was created because we needed an extendable way to render meta tags based on the Open Graph protocol, which would allow to modify the meta tag content rendered or add meta tags when appropriate based on external data. + +None of the existing plugins provided a sufficiently flexible way of doing that, among other reasons we needed a solution that would comply with all of these requirements and none of the existing solutions does: + +- must be compatible with WordPress 3.5 +- must automatically add meta tags for featured images +- must be automated and create sensible meta tag content for each page, we don't want to manually indicate the tag content for every page +- must provide a framework for extension through hooks and filters on every tag, and provide a design that allows other plugins to modify the meta tags in flexible ways +- must not ask to provide your Facebook account details or application ID when there is no need for it +- must not be bloated with features you don't want or need when you simply want Open Graph metatags to be rendered automatically for your pages + +### Logo Attribution ### + +The logo used for this plugin's icon and banner is the [Open Graph protocol logo](http://commons.wikimedia.org/wiki/File:Open_Graph_protocol_logo.png#/media/File:Open_Graph_protocol_logo.png) by Facebook - [ogp.me](http://ogp.me). Licensed under Public Domain via [Wikimedia Commons](http://commons.wikimedia.org/wiki/). + +== Installation == + +See also the [Open Graph Protocol](http://www.itthinx.com/plugin/open-graph-protocol/) plugin pages and [documentation](http://docs.itthinx.com/document/open-graph-protocol-framework/). + +1. Use the *Add new* option found in the *Plugins* menu in WordPress and search for *Open Graph Protocol* or upload the plugin zip file or extract the `open-graph-protocol` folder to your site's `/wp-content/plugins/` directory. +2. Enable the plugin from the *Plugins* menu in WordPress. + +== Frequently Asked Questions == + += Where is the documentation? = + +The plugin's documentation pages are [here](http://docs.itthinx.com/document/open-graph-protocol-framework/). + += Where can I ask a question? = + +You can post a comment on the [plugin page](http://www.itthinx.com/plugins/open-graph-protocol/). + += Where can I find out more about the Open Graph protocol? = + +The Open Graph protocol specification is available on [ogp.me](http://ogp.me/). + +== Screenshots == + +Not much to see here, the plugin does its job automatically and doesn't need any settings or fancy screenshots. Maybe we'll put some up later ;) + +1. Plugin info + +== Changelog == + +See the complete [changelog](https://github.com/itthinx/open-graph-protocol-framework/blob/master/changelog.txt) for details. + +== Upgrade Notice == + +Works with the latest version of WordPress. diff --git a/wordpress/wp-content/plugins/open-graph-protocol-framework/screenshot-1.png b/wordpress/wp-content/plugins/open-graph-protocol-framework/screenshot-1.png new file mode 100644 index 0000000000000000000000000000000000000000..125799962da8273b81148172baab886797b58ab4 GIT binary patch literal 8625 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 Role Editor" page. +* New user capability 'ure_nav_menus_access' was added. It's used at the User Role Editor Pro only. + += [4.52] 07.10.2019 = +* New: Multisite: WordPress (tested up to version 5.2.3) shows "Change role to..." drop-down list at "Network Admin->Sites->selected site->Users tab" with roles filled from the main site, but should use roles list from the selected site. URE replaces this roles list with roles from the selected site and excludes error with message "Sorry, you are not allowed to give users that role.", when you try to grant to a user a role from the main site, which does not exist at the selected site. + += [4.51.3] 02.09.2019 = +* Fix: line #281 at /includes/classes/view.php contained a call to the not existing class property. +* Fix: Roles have saved in alphabet order after any role update. Roles order in the database is not changed now. Sorting is made for a view purpose only. +* Update: Roles sorting inside WordPress roles dropdown lists is switched OFF by default. In order to switch WP roles dropdown lists sorting ON, return TRUE from 'ure_sort_wp_roles_list' filter. + += [4.51.2] 15.07.2019 = +* Fix: Dialog button labels inside User Role Editor ('Cancel' buttons especially) were shown with not correct translation or not translated at all. Thanks to @lucaboccianti for [this bug report](https://wordpress.org/support/topic/buttons-delete-role-cancel-dont-delete-role-inverted-functions-italian/). +* Update: Roles inside WordPress roles dropdown lists are sorted by alphabet. + += [4.51.1] 15.06.2019 = +* Fix: Superadmin could not revoke capabilities from 'administrator' role under WordPress multisite. + += [4.51] 21.05.2019 = +* New: Bulk actions were added to the Users page: "Add Role", "Revoke Role". Select role from the related drop-down menu and add/revoke it to/from the list of pre-selected users. +* Update: Bulk grant roles feature ("Grant roles" button at the "Users" page) and Bulk grant role to users without role ("Without role" button at the "Users" page) are protected by 'promote_users' capability instead of 'edit_users', exactly the same way as WordPress itself does for its "Change role to". +* Update: 'load-users.php' action is used instead of 'admin_init' to load support code for "Without role" and "Grant roles" button at the "Users" page. +* Update: URE ignores now a capability without ID in case it was added to the database somehow (other plugin bug, etc.). Such incorrect empty capability is removed from the capabilities list as a result after any role update. + += [4.50.2] 01.04.2019 = +* Fix: WordPress multisite: PHP Notice "wpmu_new_blog is deprecated since version 5.1.0! Use wp_insert_site instead." was removed. URE uses 'wp_initialize_site' action now instead of deprecated 'wpmu_new_blog'. This fix provides correct roles replication from the main blog/site to a new created blog/site. + += [4.50.1] 16.03.2019 = +* Fix: WP Multisite: Users->Capabilities->Update: "Fatal error: Uncaught Error: Call to undefined method URE_Editor::check_blog_user() in /wp-content/plugins/user-role-editor/includes/classes/editor.php on line 576" was fixed. +* Fix: WooCommerce group was not shown under "Custom capabilities" section. + += [4.50] 20.02.2019 = +* Update: General code restructure and optimization. +* Update: URE_Base_Lib::get_blog_ids() returns null, if it's called under WordPress single site (not multisite). +* Update: URE_Editor::prepare_capabilities_to_save() : "Invalid argument supplied for foreach()" warning was excluded in case there was no valid data structures initialization. +* Update: 'administrator' role protection was enhanced. URE always does not allow to revoke capability from 'administrator' role. That was possible earlier after the 'administrator' role update. + += [4.49] 15.01.2019 = +* Update: Selected role ID was added to "Delete role" confirmation dialog. +* Update: Method URE_Base_Lib::get_short_list_str() was enhanced. +* Update: Method URE_Base_Lib::get_blog_ids() was made public. +* Update: Method URE_Lib::get_usermeta_table_name() was excluded. +* Fix: PHP warning "Undefined index:'unexisted role ID'" was fixed at URE_Lib::roles_text() (wp-content/plugins/user-role-editor/includes/classes/lib.php:360). +* Fix: Bug was fixed with incorrect usage of transient for option "Show deprecated capabilities". + += [4.48] 03.01.2019 = +* Update: Multisite: Sites list is not requested from the database on every page opened in order to reduce server load. +* Update: URE plugin version update routine is called now at the wp-admin backend only. +* Update: Direct access to URE_Lib::bbpress property was excluded as a preparation to future code enhancements. + += [4.47] 12.11.2018 = +* Fix: "Users->User Role Editor": Capabilities view was not refreshed properly for new selected role in case "Granted Only" filter was turned ON before other role selection. +* Update: Unused code was removed from user-role-editor/includes/classes/bbpress.php +* Update: Prevent sudden revoke role 'administrator' from a user(s) during capability with the same ID ('administrator') deletion from roles. +* Update: Adding custom capability with ID 'administrator' was prohibited. +* Update: Marked as compatible with WordPress version 5.0 + += [4.46] 20.09.2018 +* Update: "Users" page, "Without role" button: underlying SQL queries were replaced with more robust versions (about 10 times faster). + It is critical for sites with large quant of users.New query does not take into account though some cases with incorrect users data (usually imported from the external sources). + It's possible to use older (comprehensive but slower) query version defining a PHP constant: "define('URE_COUNT_USERS_WITHOUT_ROLE_THOROUGHLY', true);" or + return false from a custom 'ure_count_users_without_role_quick' filter. +* Update: error checking was enhanced after default role change for the subsite under WordPress multisite. + += [4.45] 18.08.2018 = +* Fix: Capability checkbox was shown as turned ON incorrectly for not granted capability included into a role, JSON: "caps":{"sample_cap":"false"}. Bug took place after the changing a currently selected role. +* Fix: Custom capabilities groups "User Role Editor" and "WooCommerce" were registered at the wrong 3rd tree level - changed to 2. + += [4.44] 05.07.2018 = +* Update: URE had executed 'profile_update' action after update of user permissions from the user permissions editor page: Users->selected user->Capabilities. + It was replaced with 'ure_user_permissions_update' action now. It will allow to exclude conflicts with other plugins - "WP Members" [lost checkbox fields values](https://wordpress.org/support/topic/conflict-with-wp-members-2/), for example. +* Update: Additional options for role (like "Hide admin bar" at the bottom of URE page) did not applied to the user with 'ure_edit_roles' capability. This conditon was removed. +* Update: fix PHP notice 'Undefined offset: 0 in ...' at includes/classes/protect-admin.php, not_edit_admin(), where the 1st element of $caps array not always has index 0. +* Update: PHP required version was increased up to 5.4. + += [4.43] 05.06.2018 = +* Update: references to non-existed roles are removed from the URE role additional options data storage after any role update. +* Fix: Additional options section view for the current role was not refreshed properly after other current role selection. + += [4.42] 16.05.2018 = +* Fix: Type checking was added (URE_Lib::restore_visual_composer_caps()) to fix "Warning: Invalid argument supplied for foreach() in .../user-role-editor-pro/includes/classes/ure-lib.php on line 315". + += [4.41] 07.05.2018 = +* New: URE changes currently selected role via AJAX request, without full "Users->User Role Editor" page refresh. +* Update: All [WPBakery Visual Composer](http://vc.wpbakery.com) plugin custom user capabilities (started from 'vc_access_rules_') were excluded from processing by User Role Editor. Visual Composer loses settings made via its own "Role Manager" after the role update by User Role Editor in other case. The reason - Visual Composer stores not boolean values with user capabilities granted to the roles via own "Role Manager". User Role Editor converted them to related boolean values during role(s) update. + += [4.40.3] 05.04.2018 = +* Update: bbPress detection and code for integration with it was updated to support multisite installations when URE is network activated but bbPress is activated on some sites of the network only. Free version does not support bbPress roles. It excludes them from processing as bbPress creates them dynamically. + += [4.40.2] 04.04.2018 = +* Update: Load required .php files from the active bbPress plugin directly, as in some cases URE code may be executed earlier than they are loaded by bbPress. + += [4.40.1] 09.03.2018 = +* Update: wp_roles() function (introduced with WP 4.3) was included conditionally to URE code for backward compatibility with WordPress 4.0+ +* Fix: WordPress multisite: bbPress plugin detection code was changed from checking bbPress API function existence to checking WordPress active plugins list. bbPress plugin activated for the site was not available yet for the network activated User Role Editor at the point of URE instance creation. URE did not work with bbPress roles as it should by design for that reason. URE (free version) should ignore bbPress roles and capabilities as the special efforts are required for this. + += [4.40] 31.01.2018 = +* Update: use wp_roles() function from WordPress API instead of initializing $wp_roles global variable directly. +* Fix: Bug was introduced by version 4.37 with users recalculation for "All" tab after excluding users with "administrator" role. Code worked incorrectly for Japanese locale. + += [4.39] 19.12.2017 = +* Update: Plugin settings management code moved to the separate URE_Settings class. +* Update: 'create_posts', 'create_pages' user capabilities are not added by default to WordPress built-in capabilities groups as they are supported by the Pro version only. +* Update: Type checking enhanced for values received from a user input and for variable arguments inside database queries. +* Update: Own code to build usermeta db table name was excluded. A value from $wpdb->usermeta is used instead. + += [4.38] 27.11.2017 = +* Security: XSS vulnerability was fixed at URE's options page. Bug was discovered and fixed at tab index value numeric type checking. Tab index value is additionally escaped before output also. +* Security: Deprecated code for debug output to the .log file in case of database query error was removed. +* Security: Multiple select jQuery plugin (https://github.com/wenzhixin/multiple-select/) was updated to the latest available version 1.2.1, which fixed XSS vulnerability, existed in earlier versions. + += [4.37] 01.11.2017 = +* New: New option was added. It's possible to select permanent quant of capabilities columns at the "Settings->User Role Editor->General" tab. +* Update: User capabilities are shown for custom post types which use the WordPress built-in 'post' or 'page' capability type. (0/0) was shown earlier instead of the quantity of user capabilities really used. +* Update: Restriction was added for 'do_not_allow' user capability (used internally by WordPress). You can not add it manually. +* Fix: URE hides users with 'administrator' role by default from any other user. Quantity of users of 'All' view (tab) at 'Users' page is decreased now for the quantity of hidden administrators. + += [4.36.1] 02.10.2017 = +* Update: Direct access to the global $current_user variable was excluded. Current user data is initialized via WordPress core functions wp_get_current_user() or get_current_user_id(). + += [4.36] 19.09.2017 = +* New: It's possible to set any URE's option value programmatically: use custom filter 'ure_get_option_'. It takes a single parameter with current/default value for required options. + Full list of User Role Editor options is available here: https://www.role-editor.com/documentation/options-list +* Update: Users page - Grant Roles. It's possible to change just "Other roles" for multiple users and leave their primary roles untouched. Just leave a "Primary role" field empty. If you select the "- No role for this site -" option from a "Primary role" drop-down list, plugin will revoke all roles from the selected users. +* Update: Options page screen help text was updated. +* Fix: Additional (other) default roles set at URE's settings page are not granted to a new user now, if they were deselected at a 'Add New User' page. + += [4.35.3] 20.07.2017 = +* Fix: Multiple roles assignment (including default roles) did not work at "Users->Add New" new-user.php (contexts: add-existing-user, add-new-user) page for WordPress multisite. + += [4.35.2] 18.07.2017 = +* Fix: Multiple default roles (if defined at URE's settings) are selected automatically at new-user.php (context: add-new-user) page. +* Update: Code enhancement for protection of users with 'administrator' role from each other. Current user can see his own record and edit own profile. + += [4.35.1] 10.07.2017 = +* Fix: "Grant Roles" button at the bottom of "Users" page did not work as had the same ID as a similar button at the top of this page. +* Update: when bbPress plugin is active, "Grant Roles" does not revoke bbPress role granted to user anymore. +* Fix: The same ID "move_from_no_role" and "move_from_no_role_dialog" were included twice to the "Users" page. + += [4.35] 11.06.2017 = +* Update: Bulk capabilities selection checkbox is not shown for 'administrator' role for single site WP, and is shown if current user is superadmin for multisite WP. It was done to exclude sudden revoke of all capabilities from the 'administrator' role. +* Update: Full copy of JQuery UI 1.11.4 custom theme CSS file (jquery-ui.css) was included. +* Fix: User->User Role Editor page apparently loads own jQuery UI CSS (instead of use of WordPress default one) in order to exclude the conflicts with themes and plugins which can load own jQuery UI CSS globally not for own pages only. +* Fix: "Change Log" link was replaced with secure https://www.role-editor.com/changelog + += [4.34] 02.06.2017 = +* New: Multisite 'upgrade_network' capability support was added for compatibility with WordPress 4.8. +* New: Multisite 'delete_sites' capability support was added. +* Update: Users->Grant Roles: if a single user was selected for "Grant Roles" bulk action, dialog will show the current roles of selected user with checkboxes turned ON (pre-selected). +* Fix: Transients caching was removed from URE_Lib::_get_post_types() function. It cached post types list too early in some cases. +* Fix: jQuery UI CSS was updated to fix minor view inconsistency at the URE's Settings page. +* Fix: "Reset" presentation code remainders were removed from the main User Role Editor page. +* Fix: 'manage_links' capability was included into a wrong subgroup instead of "Core->General". It was a mistake in the capabilities group counters for that reason. + += [4.33] 19.05.2017 = +* Fix: "Users->Without Roles", "Users->Grant Roles" are shown only to the users with 'edit_users' capability. +* Fix: Roles were updated for all sites of all networks for WordPress multisite. "Apply to All Sites" option updates roles inside a current network only. +* Update: "Reset" button moved from the "Users->User Role Editor" main page to the "Settings->User Role Editor->Tools" tab. +* Update: "Users->Grant Roles" button worked only for superadmin or user with 'ure_manage_options' capability. User with 'edit_users' can use this feature now. +* New: boolean filter 'ure_bulk_grant_roles' allows to not show "Users->Grant Roles" button if you don't need it. +* New: boolean filter 'ure_users_select_primary_role' can hide 'Primary role' selection controls from the user profile edit page. +* New: boolean filter 'ure_users_show_wp_change_role' can hide "Change Role" bulk action selection control from the Users page. So it's possible to configure permissions for user who can change just other roles of a user without changing his primary role. +* Update: Settings tabs and dialog stylesheets was updated to jQuery UI 1.11.4 default theme. + += [4.32.3] 03.04.2017 = +* Fix: Boolean false was sent to WordPress core wp_enqueue_script() function as the 2nd parameter instead of an empty string. We should respect the type of parameter which code author supposed to use initially. +* Fix: Bulk grant to users multiple roles JavaScript code is loaded now for users.php page only, not globally. + += [4.32.2] 17.03.2017 = +* Fix: "Users->Grant Roles" button did not work with switched off option "Count Users without role" at "Settings->User Role Editor->Additional Modules" tab. "JQuery UI" library was not loaded. +* Update: minimal PHP version was raised to 5.3. + += [4.32.1] 09.03.2017 = +* Fix: URL to users.php page was built incorrectly after bulk roles assignment to the users selected at the 1st page of a users list. + += [4.32] 09.03.2017 = +* New: Button "Grant Roles" allows to "Assign multiple roles to the selected users" directly from the "Users" page. +* Update: singleton template was applied to the main User_Role_Editor class. While GLOBALS['user-role-editor'] reference to the instance of User_Role_Editor class is still available for the compatibility purpose, call to User_Role_Editor::get_instance() is the best way now to get a reference to the instance of User_Role_Editor class. +* Fix: Missed 'unfiltered_html' capability is shown now at the 'General' capabilities group too. + += [4.31.1] 06.01.2017 = +* Fix: WP transients get/set were removed from URE_Own_Capabilities class. It leaded to the MySQL deadlock in some cases. +* Update: Base_Lib::get_request_var() sanitizes user input by PHP's filter_var() in addition to WordPress core's esc_attr(). + += [4.31] 14.12.2016 = +* New: It's possible to remove unused user capabilities by list. +* Fix: There was no support for installations with the hidden/changed URL to wp-admin. URE uses 'admin_url()' now to get and check admin URL, instead of direct comparing URL with 'wp-admin' string. +* Fix: Deprecated capabilities were shown in some cases at the 'Core' group even with "Show deprecated capabilities" mode switched off. +* Update: Capability groups CSS classes are prefixed with 'ure-' in order to minimize possible CSS conflicts with other plugins/themes which may load styles with the same classes globally and break URE's markup. + += [4.30] 01.12.2016 = +* Update: compatible with WordPress 4.7 +* New: "Granted Only" checkbox to the right from the "Quick Filter" input control allows to show only granted capabilities for the selected role or user. + += [4.29] 10.11.2016 = +* New: User Role Editor own user capabilities are grouped separately under Custom capabilities. +* Update: URE_Lib::is_super_admin() uses WordPress core is_super_admin() for multisite setup only. Superadmin is a user with 'administrator' role in the case of single site WordPress installation. + This is the difference with the WordPress core which counts as a superadmin (for single site WP installation) any user with a 'delete_users' capability. +* Update: BaseLib::option_selected() calls were replaced with the calls of a similar selected() function from WordPress core. + += [4.28] 20.10.2016 = +* New: WooCommerce plugin user capabilities (if exist) are grouped separately under Custom capabilities. +* Update: Temporally raised permissions flag is taken into account when checking, if user has a superadmin privileges. WordPress is_super_admin() function was replaced with custom wrapper to define if current user is a real superadmin or just a local admin with the temporally raised (add/edit users pages) permissions. + += [4.27.2] 15.09.2016 = +* Update: There was a conflict with plugins which use a '|' character at the custom user capabilities: e.g. 'Nginx Helper | Config' from "Nginx Helper' plugin. +* Fix: PHP notice was removed: Undefined property: URE_Role_View::$multisite in wp-content/plugins/user-role-editor/includes/classes/view.php on line 143 +* Fix: WordPress multisite: Settings link under the URE plugin at the plugins list leads to the network admin now, not to the the single site settings page, which does not exist. +* Fix: WordPress multisite: conflict with "Visual Composer" plugin was resolved: single site administrators could now use Visual Composer editor. +* Fix: WordPress multisite: changed role name was not replicated to other sites when user clicked "Update" with "Apply to All Sites" option turned ON. + += [4.27.1] 22.08.2016 = +* Update: There was a conflict with plugins which use a '/' character at the custom user capabilities: e.g. vc_access_rules_backend_editor/disabled_ce_editor from Visual Composer. +* Update: add/delete, escape, validate user capability code extracted from URE_Lib to the separate URE_Capability class + += [4.27] 18.08.2016 = +* New: Total/Granted counters were added to the capabilities groups titles. +* New: "Columns" drop-down menu allows to change capabilities section layout to 1, 2 or 3 columns. +* New: Capabilities section is limited in height and has independent scrollbar. +* Update: User Role Editor page markup was updated to use more available space on page. +* Update: URE_Ajax_Processor class allows to differentiate required user permissions according to action submitted by user. +* Fix: CSS updated to exclude text overlapping at capabilities groups section when custom post type name is not fitted into 1 line. +* Fix: required JavaScript files were not loaded at "Network Admin->Settings->User Role Editor" page. + += [4.26.3] 25.07.2016 = +* Fix: Selecting a sub-group/list of caps does make the ure_select_all_caps checkbox select all within that group, but checking that box when at the "All" top-level group did not work. +* Fix: Notice: Undefined property: URE_Role_View::$apply_to_all + += [4.26.1] 14.07.2016 = +* Fix: some bugs, like 'undefined property' notices, etc. + += [4.26] 14.07.2016 = +* New: User capabilities were groupd by functionality for more convenience. +* Update: URE_KEY_CAPABILITY constant was changed from 'ure_edit_roles' to 'ure_manage_options'. To make possible for non-admin users access to the User Role Editor without access to the 'administrator' role and users with 'administrator' role. +* Update: User receives full access to User Role Editor under WordPress multisite if he has 'manage_network_plugins' capability instead of 'manager_network_users' as earlier. This allows to give user ability to edit network users without giving him access to the User Role Editor. +* Update: Multisite: use WordPress's global $current_site->blog_id to define main blog ID instead of selecting the 1st one from the sorted list of blogs. +* Update: use WP transients at URE_Lib::_get_post_types() to reduce response time. +* Update: various internal optimizations. + += [4.25.2] 03.05.2016 = +* Update: Enhanced inner processing of available custom post types list. +* Update: Uses 15 seconds transient cache in order to not count users without role twice when 'restrict_manage_users' action fires. +* Update: URE fires action 'profile_update' after direct update of user permissions in order other plugins may catch such change. +* Update: All URE's PHP classes files renamed and moved to the includes/classes subdirectory + += [4.25.1] 15.04.2016 = +* Fix: Selected role's capabilities list was returned back to old after click "Update" button. It was showed correctly according to the recent updates just after additional page refresh. +* Update: deprecated function get_current_user_info() call was replaced with wp_get_current_user(). + += [4.25] 02.04.2016 = +* Important security update: Any registered user could get an administrator access. Thanks to [John Muncaster](http://johnmuncaster.com/) for discovering and wisely reporting it. +* URE pages title tag was replaced from h2 to h1, for compatibility with other WordPress pages. +* Fix: "Assign role to the users without role" feature ignored role selected by user. +* Fix: PHP fatal error (line 34) was raised at uninstall.php for WordPress multisite. +* Update: action priority 99 was added for role additional options hook action setup. + += [4.24] 17.03.2016 = +* Fix: PHP notice was generated by class-role-additional-options.php in case when some option does not exist anymore +* Enhance: 'Add Capability' button have added capability to the WordPress built-in administrator role by default. It did not work, if 'administrator' role did not exist. + Now script selects automatically as an admin role a role with the largest quant of capabilities and adds new capability to the selected role. +* New: User capabilities page was integrated with "[User Switching](https://wordpress.org/plugins/user-switching/)" plugin - "Switch To" the editing user link iss added if "User Switching" plugin is available. +* Marked as compatible with WordPress 4.5. + += [4.23.2] 03.02.2016 = +* Fix: PHP warning "Strict Standards: Static function URE_Base_Lib::get_instance() should not be abstract" was generated + += [4.23.1] 01.02.2016 = +* Fix: 'get_called_class()' function call was excluded for the compatibility with PHP 5.2.* +* Fix: ure-users.js was loaded not only to the 'Users' page. + += [4.23] 31.01.2016 = +* Fix: "Users - Without Role" button showed empty roles drop down list on the 1st call. +* Update: Own task queue was added, so code which should executed once after plugin activation is executed by the next request to WP and may use a selected WordPress action to fire with a needed priority. +* Update: Call of deprecated mysql_server_info() is replaced with $wpdb->db_version(). +* Update: Singleton patern is applied to the URE_Lib class. +* Minor code enhancements + += [4.22] 15.01.2016 = +* Unused 'add_users' capability was removed from the list of core capabilities as it was removed from WordPress starting from version 4.4 +* bbPress user capabilities are supported for use in the non-bbPress roles. You can not edit roles created by bbPress, as bbPress re-creates them dynamically for every request to the server. Full support for bbPress roles editing will be included into User Role Editor Pro version 4.22. +* Self-added "Other Roles" column removed from "Users" list, as WordPress started to show all roles assigned to the user in its own "Role" column. +* 'ure_show_additional_capabilities_section' filter allows to hide 'Other Roles' section at the 'Add new user', 'Edit user' pages. + += [4.21.1] 16.12.2015 = +* Fix: 'Update' button did not work at User's Capabilities page due to confirmation dialog call error. + + += [4.21] 11.12.2015 = +* It's possible to switch off the update role confirmation (Settings - User Role Editor - General tab). +* Standard JavaScript confirm box before role update was replaced with custom one to exclude 'Prevent this page from creating additional dialogs' option in the Google Chrome browser. +* Fix: Removed hard coded folder name (user-role-editor) from the used paths. + + += [4.20.1] 15.11.2015 = +* Fix: "Primary default role" drop-down menu was not shown at "Settings - User Role Editor - Default Roles" tab for WordPress single site installation. + += [4.20] 15.11.2015 = +* "Additional options" section was added to the user role editor page. Currently it contains the only "Hide admin bar". The list of options may be customized/extended by developers via "ure_role_additonal_options" filter. +* "Default Role" button is hidden to not duplicate functionality. Use "Settings - User Role Editor - Default Roles" tab instead. This button is available only for the single sites of WP multisite now. +* Code restructure, optimization: administrator protection parts extracted to the separate class. + += [4.19.3] 14.10.2015 = +* Fix: minor CSS change. +* Automatically add all available custom post types capabilities to the administrator role under the single site environment. Custom posts types selection query updated to include all custom post types except 'built-in' when adding custom capabilities for them +* Special flag was set to indicate that single site administrator gets raised (superadmin) permissions temporary especially for the 'user-new.php' page, but current user is not the superadmin really. + (This temporary permissions raising is done to allow single site administrator to add new users under multisite if related option is active.) + += [4.19.2] 01.10.2015 = +* Fix: multiple default roles assignment did not work under the multisite environment, when user was created from front-end by WooCommerce, etc. +* Update: the translation text domain was changed to the plugin slug (user-role-editor) for the compatibility with translations.wordpress.org +* Update: CSS enhanced to exclude column wrapping for the capabilities with the long names. + += [4.19.1] 20.08.2015 = +* Default role value has not been refreshed automatically after change at the "Default Role" dialog - fixed. +* More detailed notice messages are shown after default role change - to reflect a possible error or problem. +* Other default roles (in addition to the primary role) has been assigned to a new registered user for requests from the admin back-end only. Now this feature works for the requests from the front-end user registration forms too. + += 4.19 = +* 28.07.2015 +* It is possible to assign to the user multiple roles directly through a user profile edit page. +* Custom SQL-query (checked if the role is in use and slow on the huge data) was excluded and replaced with WordPress built-in function call. [Thanks to Aaron](https://wordpress.org/support/topic/poorly-scaling-queries). +* Bulk role assignment to the users without role was rewritten for cases with a huge quant of users. It processes just 50 users without role for the one request to return the answer from the server in the short time. The related code was extracted to the separate class. +* Code to fix JavaScript and CSS compatibility issues introduced by other plugins and themes, which load its stuff globally, was extracted into the separate class. +* Custom filters were added: 'ure_full_capabilites' - takes 1 input parameter, array with a full list of user capabilities visible at URE, 'ure_built_in_wp_caps' - takes 1 input parameter, array with a list of WordPress core user capabilities. These filters may be useful if you give access to the URE for some not administrator user, and wish to change the list of capabilities which are available to him at URE. +* Dutch translation was updated. Thanks to Gerhard Hoogterp. + += 4.18.4 = +* 30.04.2015 +* Calls to the function add_query_arg() is properly escaped with esc_url_raw() to exclude potential XSS vulnerabilities. Nothing critical: both calls of add_query_arg() are placed at the unused sections of the code. +* Italian translation was updated. Thanks to Leo. + += 4.18.3 = +* 24.02.2015 +* Fixed PHP fatal error for roles reset operation. +* Fixed current user capability checking before URE Options page open. +* 3 missed phrases were added to the translations files. Thanks to [Morteza](https://wordpress.org/support/profile/mo0orteza) +* Hebrew translation updated. Thanks to [atar4u](http://atar4u.com) +* Persian translation updated. Thanks to [Morteza](https://wordpress.org/support/profile/mo0orteza) + += 4.18.2 = +* 06.02.2015 +* New option "Edit user capabilities" was added. If it is unchecked - capabilities section of selected user will be shown in the readonly mode. Administrator (except superadmin for multisite) can not assign capabilities to the user directly. He should make it using roles only. +* More universal checking applied to the custom post type capabilities creation to exclude not existing property notices. +* Multisite: URE's options page is prohibited by 'manage_network_users' capability instead of 'ure_manage_options' in case single site administrators does not have permission to use URE. +* URE protects administrator user from editing by other users by default. If you wish to turn off such protection, you may add filter 'ure_supress_administrators_protection' and return 'true' from it. +* Plugin installation to the WordPress multisite with large (thousands) subsites had a problem with script execution time. Fixed. URE does not try to update all subsites at once now. It does it for every subsite separately, only when you visit that subsite. +* Fixed JavaScript bug with 'Reset Roles' for FireFox v.34. + += 4.18.1 = +* 14.12.2014 +* As activation hook does not fire during bulk plugins update, automatic plugin version check and upgrade execution were added. + += 4.18 = +* 14.12.2014 +* Own custom user capabilities, e.g. 'ure_edit_roles' are used to restrict access to User Role Editor functionality ([read more](https://www.role-editor.com/user-role-editor-4-18-new-permissions/)). +* If custom post type uses own custom user capabilities URE add them to the 'Custom Capabilities' section automatically. +* Multisite: You may allow to the users without superadmin privileges to add/create site users without sending them email confirmation request. +* Bug fix: when non-admin user updated other user profile, that user lost secondary roles. +* Italian translation was added. Thanks to [Giuseppe Velardo](http://www.comprensivoleopardi.gov.it/). + += 4.17.3 = +* 23.11.2014 +* French and Turkish translation were updated. Thanks to [Transifex](https://www.transifex.com) translation team. + += 4.17.2 = +* 21.10.2014 +* Notice: "Undefined property: Ure_Lib::$pro in .../class-user-role-editor.php on line 550" was fixed. +* Settings help screen text was updated. +* Russian translation was updated. +* Hungarian translation was updated. Thanks to Németh Balázs. +* French and Turkish translation were updated. Thanks to [Transifex](https://www.transifex.com) translation team. + + += 4.17.1 = +* 01.10.2014 +* Bug fix for the PHP Fatal error: Call to undefined function is_plugin_active_for_network(). It may take place under multisite only, +in case no one of the other active plugins load file with this function already before User Role Editor v. 4.17 tries to call it. + += 4.17 = +* 01.10.2014 +* Multisite (update for cases when URE was not network activated): It is possible to use own settings for single site activated instances of User Role Editor. + Earlier User Role Editor used the settings values from the main blog only located under "Network Admin - Settings". + Some critical options were hidden from the "Multisite" tab for single site administrators and visible to the superadmin only. + Single site admin should not have access to the options which purpose is to restrict him. + Important! In case you decide to allow single site administrator activate/deactivate User Role Editor himself, setup this PHP constant at the wp-config.php file: + define('URE_ENABLE_SIMPLE_ADMIN_FOR_MULTISITE', 1); + Otherwise single site admin will not see User Role Editor in the plugins list after its activation. User Role Editor hides itself under multisite from all users except superadmin by default. +* Help screen for the Settings page was updated. +* Hungarian translation was added. Thanks to Németh Balázs. +* Dutch translation was added. Thanks to Arjan Bosch. + + += 4.16 = +* 11.09.2014 +* "create_sites" user capability was added to the list of built-in WordPress user capabilities for WordPress multisite. It does not exist by default. But it is used to control "Add New" button at the "Sites" page under WordPress multisite network admin. +* bug fix: WordPress database prefix value was not used in 2 SQL queries related to the "count users without role" module - updated. + += 4.15 = +* 08.09.2014 +* Rename role button was added to the URE toolbar. It allows to change user role display name (role ID is always the same). Be careful and double think before rename some built-in WordPress role. + += 4.14.4 = +* 08.08.2014 +* Missed "manage_sites" user capability was added to the list of built-in WordPress capabilities managed by User Role Editor. +* Russian translation was updated. + += 4.14.3 = +* 25.07.2014 +* Integer "1" as default capability value for new added empty role was excluded for the better compatibility with WordPress core. Boolean "true" is used instead as WordPress itself does. +* Integration with Gravity Forms permissions system was enhanced for WordPress multisite. + += 4.14.2 = +* 18.07.2014 +* The instance of main plugin class User_Role_Editor is available for other developers now via $GLOBALS['user_role_editor'] +* Compatibility issue with the theme ["WD TechGoStore"](http://wpdance.com) is resolved. This theme loads its JS and CSS stuff for admin backend uncoditionally - for all pages. While the problem is caused just by CSS URE unloads all this theme JS and CSS for optimizaiton purpose for WP admin backend pages where conflict is possible. + += 4.14.1 = +* 13.06.2014 +* MySQL query optimizing to reduce memory consumption. Thanks to [SebastiaanO](http://wordpress.org/support/topic/allowed-memory-size-exhausted-fixed). +* Extra WordPress nonce field was removed from the post at main role editor page to exclude nonce duplication. +* Minor code enhancements. +* Fixes for some missed translations. + += 4.14 = +* 16.05.2014 +* Persian translation was added. Thanks to Morteza. + += 4.12 = +* 22.04.2014 +* Bug was fixed. It had prevented bulk move users without role (--No role for this site--) to the selected role in case such users were shown more than at one WordPress Users page. +* Korean translation was added. Thanks to [Taek Yoon](http://www.ajinsys.com). + += 4.11 = +* 06.04.2014 +* Single-site: It is possible to bulk move users without role (--No role for this site--) to the selected role or automatically created role "No rights" without any capabilities. Get more details at https://role-editor.com/no-role-for-this-site/ +* Plugin uses for dialogs jQuery UI CSS included into WordPress package. + += 4.10 = +* 15.02.2014 +* Security enhancement: WordPress text translation functions were replaced with more secure esc_html__() and esc_html_e() variants. + += 4.9 = +* 19.01.2014 +* New tab "Default Roles" was added to the User Role Editor settings page. It is possible to select multiple default roles to assign them automatically to the new registered user. +* CSS and dialog windows layout various enhancements. +* 'members_get_capabilities' filter was applied to provide better compatibility with themes and plugins which may use it to add its own user capabilities. +* jQuery UI CSS was updated to version 1.10.4. + += 4.8 = +* 10.12.2013 +* Role ID validation rule was added to prohibit numeric role ID - WordPress does not support them. +* Plugin "Options" page was divided into sections (tabs): General, Multisite, About. Section with information about plugin author, his site, etc. was moved from User Role Editor main page to its "Options" page - "About" tab. +* HTML markup was updated to provide compatibility with upcoming WordPress 3.8 new administrator backend theme "MP6". +* Restore previous blog 'switch_to_blog($old_blog_id)' call was replaced to 'restore_current_blog()' where it is possible to provide better compatibility with WordPress API. +After use 'switch_to_blog()' in cycle, URE clears '_wp_switched_stack' global variable directly instead of call 'restore_current_blog()' inside the cycle to work faster. + += 4.7 = +* 04.11.2013 +* "Delete Role" menu has "Delete All Unused Roles" menu item now. +* More detailed warning was added before fulfill "Reset" roles command in order to reduce accident use of this critical operation. +* Bug was fixed at Ure_Lib::reset_user_roles() method. Method did not work correctly for the rest sites of the network except the main blog. + += 4.6 = +* 21.10.2013 +* Multi-site: 'unfiltered_html' capability marked as deprecated one. Read this post for more information (http://shinephp.com/is-unfiltered_html-capability-deprecated/). +* Multi-site: 'manage_network%' capabilities were included into WordPress core capabilities list. +* On screen help was added to the "User Role Editor Options" page - click "Help" at the top right corner to read it. +* Bug fix: turning off capability at the Administrator role fully removed that capability from capabilities list. +* Various internal code enhancements. +* Information about GPLv2 license was added to show apparently - "User Role Editor" is licensed under GPLv2 or later. + += 4.5.2 = +* 23.09.2013 +* User capabilities editor updated to support capabilities beyond the user roles - capabilities added by other plugins directly to the users, or deleted from the user roles. +* Bug fixed - custom capabilities was not shown in User capabilities editor in some cases. +* Spanish translation was added. Thanks to [Dario Ferrer](http://darioferrer.com/). + += 4.5.1 = +* 29.08.2013 +* Bug with multi-site super-admin access to the User Role Editor is fixed. Version 4.5. showed message "Insufficient permissions to work with User Role Editor" until add "manage_network_users" capability to the "Administrator" role. It is enough now to be the "Superadmin" at multi-site network. + += 4.5 = +* 29.08.2013 +* Direct checking of the "administrator" role is removed from the code to support ability to change User Role Editor access key capability. +URE uses by default the "administrator" role for single site as the key capability to permit access to the User Role Editor. +You may change this capability manually by replacing value of URE_KEY_CAPABILITY constant at includes/define_constants.php file. Pro version +starting from 4.5 allows to change this key capability name (input your own, custom one) via User Role Editor settings page. +* The Hebrew translation is added. Thanks to [atar4u](http://atar4u.com). + += 4.4 = +* 15.08.2013 +* Bug fixed which prevented creation of current roles backup record during User Role Editor plugin installation and produced unexpected output (PHP notices). + += 4.3 = +* 12.08.2013 +* Multisite update: roles from the main (1st) blog are copied to the new added blog automatically, +even new site is added from front-end after new user registration, e.g. Gravity Forms "Register User" addon does. Earlier this feature worked +for administrator back-end operations only. +* Bug prevented to apply role changes to all sites of the network is fixed. In case when one of the sites have exactly the same roles as applied from the main site, MySQL returned 0 rows affected. URE recognized that as error and stopped further network updated. It is fixed now. +* Bug prevented to save empty (without capabilities) role is fixed. +* User interface bug with options 'Show capabilities in human readable form' and 'Show deprecated capabilities' fixed. +Now this checkboxes work this way: It takes global values from the User Role Editor Settings 1st. If you change it at Roles/User editor form plugin, +it remembers your change temporally for 10 minutes. After that this value will be returned to the URE global settings. +If you wish to make permanent change make it at URE settings page. + += 4.2 = +* 02.08.2013 +* Separate setting page is added for User Role Editor under Settings menu. It is available under Network Center "Settings" for the multi-site. +* Option 'show Administrator role in the User Role Editor' was added. +* User with super-admin privilege only may create, edit, delete users by default under multi-site configuration. +Use new "Allow create, edit and delete user to not super-administrators" option to workaround this obstacle. +Such user still should have correspondent user capabilities as "create_users", "edit_users", "delete_users". +Thanks to [Sjobidoo](http://wordpress.org/support/profile/sjobidoo) for suggested +[decision](http://wordpress.org/support/topic/plugin-user-role-editor-not-able-to-add-ability-to-edit-users). +* PHP fatal error caused by typo in the 'uninstall.php' file is fixed. +* Miscellaneous code enhancements. + += 4.1.1 = +* 15.07.2013 +* Issue when "users with "Editor" credentials were no longer able to change the author name in the drop down on each post to someone with administrative credentials" is fixed. +* Limitation when user with 'Administrator' role could not edit/delete other users with 'Administrator' role is removed. +* "Apply to All sites" checkbox is excluded from "Select All" operation. +* Quick filter is added to the user's capabilities edit form. Capabilities selection buttons work is fixed after that. + += 4.1 = +* 03.07.2013 +* Quick Filter is added. Type part of any capability. All capabilities containing that word, e.g. 'edit' or 'users' will be highlighted by green color. +While 'quick filter' is in action 'Select All', 'Unselect All', 'Inverse' buttons work with highlighted capabilities sub-set only. +Read [this post](http://role-editor.com/user-role-editor-version-4-1-is-available/) for more information: +* Class property and method access modifiers fatal errors were fixed (http://wordpress.org/support/topic/fatalerror-1). + += 4.0 = +* 30.06.2013 +* Pro version only: added 'Export/Import' functionality to 'export' all user roles to the local file and 'import' them then to other WordPress blog or other sites of muliti-site WordPress network, or just restore roles to previous state after playing with them with test purpose. +* Added integration with the Gravity Forms plugin. User Role Editor shows Gravity Forms user capabilities at the custom capabilities section. +* Code is fully restructured and encapsulated to PHP classes. Internal global variables are not in use anymore. + += 3.14.1 = +* 24.05.2013 +* Bug, which prevented the correct use of WordPress nonces on some installations (Windows), is fixed; +* DIRECTORY_SEPARATOR constant used in path to User Role Editor CSS file was empty on some installations (Windows). Constant DIRECTORY_SEPARATOR is excluded from the plugin code; +* User capabilities page: roles checkboxes are excluded from 'Select All', 'Unselect All', 'Inverse' operations. Only capabilities checkboxes are processed. +* Turkish [Muhammed YILDIRIM](http://ben.muhammed.im) translation is updated. + += 3.14 = +* 17.05.2013 +* Interface update: role/capability add/remove stuff was removed from the page. Plugin has toolbar at the right side now. Click on the button opens needed dialog window. +* New role may have different attrubutes "ID" and "Name". While ID is still restricted by latin characters hyphen, underscore and digits only, Name could contain spaces and national languages characters. +* General code cleanup and security enhancements: all data changes request are processed via POST instead of GET now. So its more difficult to send modified malicious request without special software. Presence of special nonce field is checked for all requests. +* Setting up the 'administrator' role as default one for new registered users is prohibited at server side. +* JavaScript code separated from PHP one whenever it's possible. + +* 14.05.2013 +* Update for administrators of multi-site WordPress installations. Single-site WordPress installation administrator could skip this update. +* "Apply to All Sites" feature did not work at version 3.12. It is fixed. +* "Apply to All Sites" feature is available now from main site of the network only + += 3.12 = +* 01.05.2013 +* Critical update: persistent cross-site scripting vulnerability is fixed. +* WordPress built-in constants, like WP_PLUGIN_URL are not used in order to provide compatibility with sites which use SSL. plugin_dir_url(), plugin_dir_path() functions are used to define paths to the plugin's files instead. +* "Greetings" section is removed from the plugin's main page. All that content is still available at [plugin page](http://shinephp.com/user-role-editor-wordpress-plugin) + + += 3.11 = +* 24.03.2013 +* Required WordPress version checking is moved to plugin activation hook. +* Administrator can now exclude non-core (custom) capabilities from his role. It is useful if you need to fully remove some capability as capability deletion is prohibited while it is used at least one role. +* bbPress compatibility issue is fixed: capabilities created by bbPress dinamically are excluded from the capabilities set in User Role Editor to not store them in the database as persistent WP roles data. +* Additional roles are assigned to user without overriding her primary WordPress role and bbPress role. +* Changing Wordpress user primary role at user profile doesn't clear additonal roles assigned with User Role Editor earlier. +* Brasilian Portuguese translation is updated. + += 3.10 = +* 04.02.2013 +* You can assign to user multiple roles simultaneously. Use user level roles and capabilities editor for that. You can click 'Capabilities' link under selected user row at users list or 'Assign Roles and Additional Capabilities' link at user profile. +* Critical bug fix: hidden deprecated WordPress core capabilities had turned on after any update made to the role. Deprecated capabilities are not currently in use by WordPress itself. But old plugins or themes could still use them. If you use some outdated code I recommend you to check all roles, you modified with User Role Editor, and turn off unneeded deprecated capabilities there. +* User with Administrator role is secured better from editing, deletion by user with lower capabilities. + += 3.9 = +* 07.01.2013 +* Compatibility with bbPress 2.2 new user roles model is provided. More details about the reason of such update at http://shinephp.com/bbpress-user-role-editor-conflict-fix/ +* "Reset" button works differently now. It restores WordPress roles data to its 1st, default state, exactly that, what WordPress has just after fresh install/latest version update. Be careful with it, make database backup copy before fulfill this operation. Some plugin could require reactivation to function properly after roles reset. +* Arabic translation is added. Thanks to [Yaser](http://www.englize.com/) +* Slovak translation is added. Thanks to Branco. + += 3.8.3 = +* 14.12.2012 +* Compatibility issue with WordPress 3.5 was found (thanks to Sonja) and fixed: $wpdb->prepare() was called without 2nd $args parameter - removed. + += 3.8.2 = +* 02.12.2012 +* load_plugin_textdomain() call moved to the 'plugins_loaded' hook for higher compatibility with translation plugins. +* Traditional Chinese translation is added. Thanks to Jingxin Lai. + += 3.8.1 = +* 21.10.2012 +* Fix: URE taked roles names from the database directly and ignored changes made to roles names on the fly by other plugins or themes, names, which were cached by WordPress internally, but were not written to the database. URE uses WordPress internal cache now. +* Roles names translation update: if URE translation file doesn't exist for blog default language, URE uses WordPress internal translation now. +* Serbian translation is added. Thanks to [Diana](http://wpcouponshop.com). + += 3.8 = +* 01.09.2012 +* Bug fix: Some times URE didn't show real changes it made to the database. The reason was that direct update of database did not invalidate data stored at WordPress cache. Special thanks to [Knut Sparhell](http://sparhell.no/knut/) for the help to detect this critical issue. +* WordPress core capabilities are shown separately from capabilities added by plugins and manually. +* If you configured URE to show you 'Administrator' role, you will see its capabilities, but you can not exclude any capability from it. I may just add capabilities to the Administrator role now. The reason - Administrator role should have all existing capabilities included. +* Brasilian Portuguese translation is updated. Thanks to [Onbiz](http://www.onbiz.com.br/). + += 3.7.5 = +* 11.08.2012 +* Minor fix of German language translation file. One string translation was the reason of URE empty screen. Just replace your German language translation files in the ./lang directory with files from this package. + += 3.7.5 = +* 29.07.2012 +* Polish translation is updated. Thanks to Bartosz. +* "User Role Editor" menu item could be shown in translated form now. Do not lose it - it is on the same place at the "Users" submenu. + += 3.7.4 = +* 26.07.2012 +* Persian translation is updated. Thanks to Amir Khalilnejad. + += 3.7.3 = +* 25.07.2012 +* German translation is updated. Thanks to Piter. + += 3.7.2 = +* 20.07.2012 +* SQL-injection vulnerability was found and fixed. Thanks to DDave for reporting it, look this [thread](http://shinephp.com/community/topic/little-bug-in-ure_has_administrator_role#post-819) for the details. + += 3.7.1 = +* 25.06.2012 +* Bug fix for "Fatal error: Call to a member function get_role() on a non-object in .../wp-content/plugins/user-role-editor/user-role-editor.php on line 185" + += 3.7 = +* 23.06.2012 +* 'Select All', 'Unselect All', 'Inverse' buttons were added to the from for more convenient capabilities management while role editing. +* Role and capability name could be started from digit, and underscore '_' character. Hyphen '-' character could be included into such name too. +* Old versions used 'edit_users' capability to check if show/hide 'User Role Editor' menu item under 'Users' menu. Starting from version 3.7 'administrator' role is checked. Existed inconsistency, when non-admin user with 'edit_users' capability saws 'User Role Editor' menu, but got 'Only Administrator is allowed to use User Role Editor' error message, was removed. +* Bug fix: if you work with WordPress admin via https, URE will use https instead of http, as it made in older versions. + += 3.6.2 = +* 23.05.2012 +* Hindi translation is added. Thanks to Love Chandel. + += 3.6.1 = +* 07.05.2012 +* Italian translation is updated. Thanks to Tristano Ajmone. + += 3.6 = +* 30.04.2012 +* CSS and page layout fix for compatibility with WordPress 3.4. +* WordPress multi-site: when new blog created default role setting is copied for it from the main blog default role value now. +* Minor translations files update, e.g Russian roles names in plugin are identical to those WordPress uses itself now, etc. + += 3.5.4 = +* 4.04.2012 +* Lithuanian translation is added, thanks to Vincent G. +* Spanish translation is updated, thanks to Victor Ricardo Díaz. + += 3.5.3 = +* 24.03.2012 +* French translation is updated, thanks to Presse et Multimedia. +* Hebrew translation is updated, thanks to Aryo Digital. +* Persian translation is updated, thanks to Parsa. +* Minor CSS fix to provide compatibility with RTL languages. + += 3.5.2 = +* 17.03.2012 +* Turkish translation is updated, thanks to Muhammed YILDIRIM. +* Dutch translation is updated, thanks to Frank Groeneveld. + += 3.5.1 = +* 24.02.2012 +* Bugs for multi-site WordPress network installation were discovered and fixed: 1) blocked login to admin back-end; 2) empty users list for administrators of single sites; 3) empty authors drop down list at the post editor page. +* If URE plugin is not enabled for single site administrator, then URE is automatically excluded from plugins list available to that administrator. + += 3.5 = +* 19.02.2012 +* User Role Editor could be available now for single site administrators (Administrator role) under multi-site environment. You should define URE_ENABLE_SIMPLE_ADMIN_FOR_MULTISITE constant in your blog wp-config.php file for that. Insert this line "define('URE_ENABLE_SIMPLE_ADMIN_FOR_MULTISITE', 1);" there, if you decide to give single site admin such opportunity. +* One of "User Role Editor" users with 1100+ sites in the multi-site network reported that URE doesn't update roles for all sites, but stalls somewhere in the middle. Other network update method is realized as alternative. Due to my tests it works approximately 30 times faster. If you met the same problem, try it. It will be great if you share your experience with me. In order select alternative method of all sites update add this line to you blog wp-config.php file "define('URE_MULTISITE_DIRECT_UPDATE', 1);". But be careful. It's recommended to make 1st try on the backup copy, not on a live site. +* Persian translation is updated. Thanks to [Parsa](http://parsa.ws). + += 3.4 = +* 21.01.2012 +* You can see/edit "Administrator" role now. Insert this line of code "define('URE_SHOW_ADMIN_ROLE', 1);" into your wp-config.php file and login with administrator account for that. + If for some reason your Administrator role missed some capabilities added by plugins or themes, you can fix that. But be careful with changing "Administrator" role, do not turn off accidentally some critical capabilities to not block your admin users. + += 3.3.3 = +* 11.01.2012 +* Spanish (Dario) and Swedish (Andréas) translations update. + += 3.3.2 = +* 02.01.2012 +* Enhance server side validation for user input of new role name, minor bug fixes. + += 3.3.1 = +* 12.12.2011 +* Compatibility with Internet Explorer fix: It automatically replaced '©' in '©_from_user_role' URL parameter inside JavaScript code to copyright sign.So I should use other name for this parameter. Thanks to Michael Wiekenberg for the help with isolating this issue. + += 3.3 = +* 10.12.2011 +* New role can be created as a copy of other existing one. +* You can hide/show deprecated capabilties (level_1 - level_10). +* Users with "Administrator" role are not shown to other users with "list_users" capability. +* Plugin data cleanup is added - plugin options will be automatically deleted if you delete plugin via WordPress link. +* Some code enhancements are applied, e.g. optimization and using of WordPress API instead of self-written routine. +* New bugs are added :) - it's a joke of course, but if you find some, please report, I will fix it ASAP. + += 3.2.1 = +* 01.08.2011 +* This is minor bug-fix update. If you didn't meet this bug you can skip this update. "usermeta" table doesn't exist bug appearing on some multi-site blogs is fixed. Read [this post](http://wordpress.org/support/topic/multisite-setup-gives-usermeta-table-error) for more information. Thanks to harpinder for discovering this bug and for the help with testing updated code. "usermeta" Db table name is define by more universal way now. + += 3.2 = +* 25.07.2011 +* If you run multi-site WordPress network, User Role Editor will automatically duplicate all roles from the main blog (blog with mininal ID) to every new created blog. +* Some fixes, refactoring and logic change were applied to code to enhance its productivity. There were some complaints for PHP timeout error after trying to open plugin Settings page. +* Thanks to Grant Norwood for code fix to hide PHP warnings he met during plugin usage. +* Hebrew translation is added. Thanks to Sagive. +* French translation is updated. Thanks to Whiler. +* Japan translation is updated. Thanks to Kaz. +* Spanish translation is updated. Thanks to Dario. + += 3.1.1 = +* 07.07.2011 +* CUSTOM_USER_META_TABLE constant is used now for more compatibility with core WordPress API. Thanks to [Lorenzo Nicoletti](http://www.extera.com) +* Turkish translation is updated. Thanks to Muhammed YILDIRIM. Other language translators are welcome! + += 3.1 = +* 03.06.2011 +* Add/Remove capability boxes are added to the User Role Editor +* Capabilities could be assigned directly to the user, additionally to the assigned role +* PHP4 is not supported by this plugin anymore. Update your site to PHP5 in order to use this plugin and [near to release WordPress 3.2 :)](http://wordpress.org/about/requirements/) +* Minor compatibility issues with other plugins were fixed + += 3.0.4 = +* 18.04.2011 +* minor update: PHP4 compatibility issue in code was discovered and fixed. PHP5 users could skip it. PHP4 users should think about update to PHP5, as WordPress 3.2 (planned to July 2011) will not provide PHP4 compatibility more. + += 3.0.3 = +* 17.04.2011 +* Capabilities in human readable form are sorted by alphabet (usefull for translated form) now, not by inner capability name. +* Finnish translation is added. + += 3.0.2 = +* 11.04.2011 +* Swedish translation is added. +* Alternative Italian translation is added. Rename ure-it_IT_1.* files to ure-it_IT.* if wish to try it. +* ShinePHP.com RSS feed is excluded from plugin settings page. Use this link http://feeds.feedburner.com/shinephp with your favorite RSS reader if you wish to read it. + += 3.0.1 = +* 27.02.2011 +* Spanish translation is updated. Thanks to [Dario Ferrer](http://www.darioferrer.com). Other language translation wait for update too. You are welcome :). + += 3.0 = +* 06.02.2011 +* Compatibility with WordPress 3.1 Release Candidate 3 and real multi-site feature are provided. +* Role capabilities list are sorted now in the alphabetical order. Easier to find - easier to manage. +* Code fix: allows to not lose new custom capability if it is added to other than 'Administrator' role. Thanks to Marcin for the contribution to the code of this plugin. +* Under multi-site environment: +* 1) URE has additional option 'Apply to All Sites' which allows you to apply updates to the selected role at all sites of your network. If some site has not such role, it will be added. You should know, that this option works for the role update only. All other actions as 'Add' or 'Delete' role still works for the currently selected blog/site only. +* 2) URE plugin settings page is available only to user with network superadministrator rights. + += 2.2.3 = +* 08.11.2010 +* It is the security update. Old problem returned after 2.2.2 update and was discovered by saharusa. You can read this [thread](http://wordpress.org/support/topic/plugin-user-role-editor-editor-can-edit-admin). +Only user with Administrator role and superadmin user under multi-site environment have access to the User Role Editor Settings page now. + += 2.2.2 = +* 07.11.2010 +* URE plugin Settings page was unavailable for some installations in multi-site environment. It is fixed by changing 'add_users' capability for administrator access to the 'edit_users'. +* Turkish translation is added. + += 2.2.1 = +* 09.10.2010 +* Critical bug "Fatal error: Class 'SimplePie' not found in /" is fixed. This is a required update as URE plugin Settings page did not opened in previous version if you have not some of other my plugins installed :). + += 2.2 = +* 08.10.2010 +* Technical update for WordPress 3.0 full compatibility. Staff deprecated since WordPress v.3.0 is excluded. If you use earlier WordPress versions, do not update URE plugin to v.2.2 or higher. +* Italian translation update. Thanks to [Alessandro Mariani](http://technodin.org). + += 2.1.10 = +* 21.09.2010 +* German translation is updated. Thanks to [Peter](http://www.red-socks-reinbek.de). + += 2.1.9 = +* 17.09.2010 +* Persian translation is added. + += 2.1.8 = +* 16.08.2010 +* Compatibility issue with other plugins (like Flash Album Gallery), which use capabilities names with spaces inside (non valid JavaScript identifier), is fixed. +* Missed translation slots are added for some new WordPress 3.0 capabilities. Translators (former and new) are welcome to update correspondent language files. +* Brasilian Portuguese translation is added. + += 2.1.7 = +* 07.07.2010 +* Chinese translation is added. + += 2.1.6 = +* 06.07.2010 +* Dutch translation is added. + += 2.1.5 = +* 18.06.2010 +* Hungarian translation is added. + += 2.1.4 = +* 08.05.2010 +* Italian translation is added. +* Minor javascript bug (undefined parameter value was sent to the server) is fixed. + += 2.1.3 = +* 27.04.2010 +* Japanese translation is updated. + += 2.1.2 = +* 26.04.2010 +* Polish translation is added. + += 2.1.1 = +* 19.04.2010 +* Form layout changed slightly to fit more long phrases in other languages +* Belorussian translation is added. Thanks to [Marsis G.](http://pc.de/). +* French, Japanese, Russian, Spanish translations are updated. + += 2.1 = +* 17.04.2010 +* Two ways of capabilities names presentation are available for the user choice: standard WordPress name like 'edit_pages' and mouse pointer hint 'Edit pages', and vice versa - human readable form 'Edit pages' with mouse hint for WP standard name 'edit-pages'. Human readable form will be available in translated variant after correspondent translation file will be updated. +* Form layout changed slightly to fit more long phrases in other languages +* Russian, Spanish translations are updated. + += 2.0.3 = +* 14.04.2010 +* Japanese translation is added. Thanks to [Technolog.jp](http://technolog.jp/). + += 2.0.2 = +* 11.04.2010 +* German translation is verified and updated. Thanks to [Peter](http://www.red-socks-reinbek.de). + += 2.0.1 = +* 04.04.2010 +* It is the critical update - security issue is fixed. Thanks to [Saharuza](http://wordpress.org/support/profile/2855662) for discover and telling me about it. +User with 'edit_users' permission could still use URL request with special parameters to remove Administrator role from Admin user or delete Admin user record. Check [this thread](http://wordpress.org/support/topic/383935) for more details. + += 2.0 = +* 04.04.2010 +* Create New Role feature was added +* Delete self-made not used role feature was added. You can not delete any WordPress standard role. +* Change default role for new user feature was added +* Administator role and users with Administrator role permission were hidden from "Users" and "Edit User" page. This is done in case of delegation of add_user, edit_user or delete_user capabilities to some role. + += 1.2 = +* 28.03.2010 +* User Role Editor plugin menu item is moved to the Users menu +* Roles in the dropdown list are translated +* French translation is added + += 1.1 = +* 24.03.2010 +* Critical bug is fixed. If you click 'Reset' button before any changes to the role data saved (that is click Update button) at least one time, you met with all roles data lost problem. Backup data created automatically before the 1st role data update. If no update - no backup. Special checking for that was added. +* German translation is added. +* Spanish translation is added. + += 1.0 = +* 22.03.2010 +* 1st release. diff --git a/wordpress/wp-content/plugins/user-role-editor/css/images/ui-icons_444444_256x240.png b/wordpress/wp-content/plugins/user-role-editor/css/images/ui-icons_444444_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..a802263b58990c806c1d1bc2a95c3847f01b138e GIT binary patch literal 6992 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/css/images/ui-icons_555555_256x240.png b/wordpress/wp-content/plugins/user-role-editor/css/images/ui-icons_555555_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..7009bf752f54a13850f5cd3c2956b1c4469b5c65 GIT binary patch literal 6988 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 DJqb9i literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/css/images/ui-icons_777777_256x240.png b/wordpress/wp-content/plugins/user-role-editor/css/images/ui-icons_777777_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..8e26ee4fd8c3d9f55b7495bd708181b8558c861c GIT binary patch literal 6999 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/css/index.php b/wordpress/wp-content/plugins/user-role-editor/css/index.php new file mode 100644 index 00000000..62200328 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/css/index.php @@ -0,0 +1,2 @@ + + */ + +.ms-parent { + display: inline-block; + position: relative; + vertical-align: middle; +} + +.ms-choice { + display: block; + width: 100%; + height: 26px; + padding: 0; + overflow: hidden; + cursor: pointer; + border: 1px solid #aaa; + text-align: left; + white-space: nowrap; + line-height: 26px; + color: #444; + text-decoration: none; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + background-color: #fff; +} + +.ms-choice.disabled { + background-color: #f4f4f4; + background-image: none; + border: 1px solid #ddd; + cursor: default; +} + +.ms-choice > span { + position: absolute; + top: 0; + left: 0; + right: 20px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: block; + padding-left: 8px; +} + +.ms-choice > span.placeholder { + color: #999; +} + +.ms-choice > div { + position: absolute; + top: 0; + right: 0; + width: 20px; + height: 25px; + background: url('multiple-select.png') left top no-repeat; +} + +.ms-choice > div.open { + background: url('multiple-select.png') right top no-repeat; +} + +.ms-drop { + width: 100%; + overflow: hidden; + display: none; + margin-top: -1px; + padding: 0; + position: absolute; + z-index: 1000; + background: #fff; + color: #000; + border: 1px solid #aaa; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +.ms-drop.bottom { + top: 100%; + -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); + -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); + box-shadow: 0 4px 5px rgba(0, 0, 0, .15); +} + +.ms-drop.top { + bottom: 100%; + -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); + -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); + box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); +} + +.ms-search { + display: inline-block; + margin: 0; + min-height: 26px; + padding: 4px; + position: relative; + white-space: nowrap; + width: 100%; + z-index: 10000; +} + +.ms-search input { + width: 100%; + height: auto !important; + min-height: 24px; + padding: 0 20px 0 5px; + margin: 0; + outline: 0; + font-family: sans-serif; + font-size: 1em; + border: 1px solid #aaa; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + background: #fff url('multiple-select.png') no-repeat 100% -22px; + background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee)); + background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%); + background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%); + background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%); + background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%); + background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%); +} + +.ms-search, .ms-search input { + -webkit-box-sizing: border-box; + -khtml-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; +} + +.ms-drop ul { + overflow: auto; + margin: 0; + padding: 5px 8px; +} + +.ms-drop ul > li { + list-style: none; + display: list-item; + background-image: none; + position: static; +} + +.ms-drop ul > li .disabled { + opacity: .35; + filter: Alpha(Opacity=35); +} + +.ms-drop ul > li.multiple { + display: block; + float: left; +} + +.ms-drop ul > li.group { + clear: both; +} + +.ms-drop ul > li.multiple label { + width: 100%; + display: block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.ms-drop ul > li label { + font-weight: normal; + display: block; + white-space: nowrap; +} + +.ms-drop ul > li label.optgroup { + font-weight: bold; +} + +.ms-drop input[type="checkbox"] { + vertical-align: middle; +} + +.ms-drop .ms-no-results { + display: none; +} diff --git a/wordpress/wp-content/plugins/user-role-editor/css/multiple-select.png b/wordpress/wp-content/plugins/user-role-editor/css/multiple-select.png new file mode 100644 index 0000000000000000000000000000000000000000..b1282ce42d52438a36a237dbb6488650272afc65 GIT binary patch literal 3380 zcmV-44a@S0P)004&%004{+008|`004nN004b?008NW002DY000@xb3BE2000U( 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


        PIF0Aw%86)zsYUfW=rwtoJ#Sb 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/images/ajax-loader.gif b/wordpress/wp-content/plugins/user-role-editor/images/ajax-loader.gif new file mode 100644 index 0000000000000000000000000000000000000000..fe62f3de9e178f75c2173acd0ed383944d46ac6d GIT binary patch literal 673 zcmZ?wbhEHb6krfw_{6~Q|NsBpyLZ2P_wLM@GeE|bD_8E`z5DRtL&g8xey$X^fL3(@);C=vT$+%Rp|gR&}ab$ z24-W9U3dN&obt>TPUf)UketKrHzSSHb)(^-T_Q6NZqrLRa;WfvZnT8u-DT{S5iKCaPHD{5r6mfnAxD8b&Ka9!e2 zo3rF5RTV8EYzCQe>@rf;KIM2~!kH;y`fRPqGJIbo{XTj+CC*q~AoGFi%;vo^$5v=F zMZOjP!`OV7-)Lou)cpM{*o*@DElE}Tlu_HnH*><`Tf3KWwkq8 z(ma34L4aBArH%YyHLy8Bldu{CbdJKI36|oIOP=q!HP1luxXc4ZJ*RDRPlc~pWXQwD zEmEAgdxPossf>*V8#p_6&(GEL!fFoCId}ej;1s+$Cp2~z#$b^L1+ZcIS4mk+SHf%U_?c7A%#sFh}b*j^qIhxnyI5-X~^c^qcV=**Xd1}MD e0Et7u=nA{Flu4m9Nup_9wBQ5=25V5l0RsToJKNg; literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/images/changelog-icon.png b/wordpress/wp-content/plugins/user-role-editor/images/changelog-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6026d65b1c9e2c54394789c4372a7de994ace121 GIT binary patch literal 494 zcmV+K@i91*`tF9Q3(+w zU8QXQ4xg;5{S=>hh2Wfd`|jW{0RtK}D1ua(^_l zyNHi?K{@dF?(Ey0{mkx+m5~`3#zHWpS!dpj?7WS@T7@DPHtRjtyY70JPvC|qu?IQsC%;Y%>g75 z38g2kwr|s*WwTjuHXr)FU>Ja+kTn_&LogXgFt}L--~v++njo1>Dm}doCLnAd0i_@e zf#-RKU^@~07*qoM6N<$g8m8DR{#J2 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/images/donate-icon.png b/wordpress/wp-content/plugins/user-role-editor/images/donate-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ae4f2e7e2bc9ac8876f67c053fb9f0537bbf027d GIT binary patch literal 3190 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 \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/images/remove-16.png b/wordpress/wp-content/plugins/user-role-editor/images/remove-16.png new file mode 100644 index 0000000000000000000000000000000000000000..c9219f8d79f00cbdff112672a3c27e3adb9f751a GIT binary patch literal 483 zcmV<90UZ8`P)-0dPq~ zK~yNuZPHC@ltB>2@!!lFCm{hb7{6LjR1icErNM|^!fPl*H!k!BE&_`20G`4Nh)5Qt z!H|V}LlXscqbBIgxT(l%u%MwS>ZyA8R}G-n3QIVI77_b75g}`iVuYQDm<(#I1DwYr z%waVmHuR#_dJ^|>0}t?Sh*>0Q2 z`-1KO@=rPGMcTcc_IL4Xe~()U;9DPgu4-IL+01FPc#Q2noLO`c@uPS6{Uaac#Jz}^ Z{sE(#itTNS_6h(1002ovPDHLkV1oLT(*6Jd literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/images/user-role-editor-icon.png b/wordpress/wp-content/plugins/user-role-editor/images/user-role-editor-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1b67d84338e70be9a70877f394ef7df92afde5d0 GIT binary patch literal 867 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/images/vladimir.png b/wordpress/wp-content/plugins/user-role-editor/images/vladimir.png new file mode 100644 index 0000000000000000000000000000000000000000..0ebfdf2dba84dac71ed782f28aa380c5a22881f0 GIT binary patch literal 767 zcmVYx-5XOK1^?L0%yK4vAu}fs9*(6{?3RJDY5`w;{L@IoMN=4$+hL+`9x=1JBe7kuB4E4Bx>X91B(=0bY3dtpUHyV{lV=#sO|ZQ1 zm}}R+#tbWb`pFfhXD_4pck`_|J$so#BniNfsgOH3PKTh+f4afL2fs3!$zUXgz>09{ z!;gF;&7+aWW8Ur%IuPCSd06bC_N#n+sZ7RxgfLVlKR8KdApF;q9%9>*(yKUoMOxax x@&0};L*rlk<$SU2{qr0DD@3RJ{~NTs@FzE07yoMf^Opbs002ovPDHLkV1gT6Wd{HN literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/advertisement.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/advertisement.php new file mode 100644 index 00000000..f4106f62 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/advertisement.php @@ -0,0 +1,113 @@ +init(); + + } + // end of __construct + + /** + * Returns random number not included into input array + * + * @param array $used - array of numbers used already + * + * @return int + */ + private function rand_unique( $used = array(-1), $max_ind ) { + if ( $max_ind<0 ) { + $max_ind = 0; + } + $index = rand( 0, $max_ind ); + $iterations = 0; + while ( in_array( $index, $used ) && $iterations<=$max_ind * 3 ) { + $index = rand( 0, $max_ind ); + $iterations++; + } + + return $index; + } + // return rand_unique() + + + private function init() { + + $this->slots = array(); + $used = array(-1); + $max_ind = $this->slots_quantity - 1; + $index = $this->rand_unique( $used, $max_ind ); + $this->slots[$index] = $this->admin_menu_editor(); + /* + $used[] = $index; + $index = $this->rand_unique( $used, $max_ind ); + $this->slots[$index] = $this->some_other_slot(); + ksort( $this->slots ); + * + */ + } + // end of init() + +/* + private function some_other_slot() { + $output = ' +
        + bla-bla-bla; +
        '; + return $output; + } +*/ + + // content of Admin Menu Editor advertisement slot + private function admin_menu_editor() { + + $output = ' +
        + '; + + return $output; + } + // end of admin_menu_editor() + + + /** + * Output all existed ads slots + */ + public function display() { + + if ( empty( $this->slots ) ) { + return; + } +?> +
        +slots as $slot) { + echo $slot . "\n"; + } +?> +
        + lib = URE_Lib::get_instance(); + $this->debug = ( defined('WP_PHP_UNIT_TEST') && WP_PHP_UNIT_TEST==true ); + + } + // end of __construct() + + + protected function get_action() { + $action = $this->lib->get_request_var( 'sub_action', 'post' ); + if (empty($action)) { + $action = $this->lib->get_request_var( 'sub_action', 'get' ); + } + + return $action; + } + // end of get_action() + + + protected function get_required_cap() { + + if ($this->action=='grant_roles' || $this->action=='get_user_roles') { + $cap = 'promote_users'; + } else { + $cap = URE_Own_Capabilities::get_key_capability(); + } + + return $cap; + } + // end of get_required_cap() + + + protected function valid_nonce() { + + if ( !isset($_REQUEST['wp_nonce']) || !wp_verify_nonce( $_REQUEST['wp_nonce'], 'user-role-editor' ) ) { + echo json_encode(array('result'=>'error', 'message'=>'URE: Wrong or expired request')); + return false; + } else { + return true; + } + + } + // end of check_nonce() + + + protected function user_can() { + + $capability = $this->get_required_cap(); + if ( !current_user_can( $capability ) ) { + echo json_encode( array('result'=>'error', 'message'=>'URE: Insufficient permissions') ); + return false; + } else { + return true; + } + } + // end of check_user_cap() + + + protected function get_caps_to_remove() { + + $html = URE_Role_View::caps_to_remove_html(); + $answer = array('result'=>'success', 'html'=>$html, 'message'=>'success'); + + return $answer; + } + // end of get_caps_to_remove() + + + protected function get_users_without_role() { + + $new_role = $this->lib->get_request_var( 'new_role', 'post' ); + if (empty($new_role)) { + $answer = array('result'=>'error', 'message'=>'Provide new role'); + return $answer; + } + + $assign_role = $this->lib->get_assign_role(); + if ($new_role==='no_rights') { + $assign_role->create_no_rights_role(); + } + + $wp_roles = wp_roles(); + if (!isset($wp_roles->roles[$new_role])) { + $answer = array('result'=>'error', 'message'=>'Selected new role does not exist'); + return $answer; + } + + $users = $assign_role->get_users_without_role(); + $answer = array( 'result'=>'success', 'users'=>$users, 'new_role'=>$new_role, 'message'=>'success' ); + + return $answer; + } + // end of get_users_without_role() + + + protected function grant_roles() { + + $answer = URE_Grant_Roles::grant_roles(); + + return $answer; + + } + // end of grant_roles() + + + protected function get_user_roles() { + + $answer = URE_Grant_Roles::get_user_roles(); + + return $answer; + + } + // end of get_user_roles() + + + protected function get_role_caps() { + + $role = $this->lib->get_request_var('role', 'post' ); + if (empty($role)) { + $answer = array('result'=>'error', 'message'=>'Provide role ID'); + return $answer; + } + + $wp_roles = wp_roles(); + if (!isset($wp_roles->roles[$role])) { + $answer = array('result'=>'error', 'message'=>'Requested role does not exist'); + return $answer; + } + + $active_items = URE_Role_Additional_Options::get_active_items(); + if (isset($active_items[$role])) { + $role_options = $active_items[$role]; + } else { + $role_options = array(); + } + + $answer = array( + 'result'=>'success', + 'message'=>'Role capabilities retrieved successfully', + 'role_id'=>$role, + 'role_name'=>$wp_roles->roles[$role]['name'], + 'caps'=>$wp_roles->roles[$role]['capabilities'], + 'options'=>$role_options + ); + + return $answer; + } + // end of get_role_caps() + + + protected function _dispatch() { + + switch ($this->action) { + case 'get_caps_to_remove': + $answer = $this->get_caps_to_remove(); + break; + case 'get_users_without_role': + $answer = $this->get_users_without_role(); + break; + case 'grant_roles': + $answer = $this->grant_roles(); + break; + case 'get_user_roles': + $answer = $this->get_user_roles(); + break; + case 'get_role_caps': + $answer = $this->get_role_caps(); + break; + default: + $answer = array('result' => 'error', 'message' => 'Unknown action "' . $this->action . '"'); + } + + return $answer; + } + // end of _dispatch() + + + /** + * AJAX requests dispatcher + */ + public function dispatch() { + + $this->action = $this->get_action(); + if ( !$this->valid_nonce() || !$this->user_can() ) { + die; + } + + $answer = $this->_dispatch(); + + $json_answer = json_encode($answer); + echo $json_answer; + die; + + } + // end of dispatch() + +} +// end of URE_Ajax_Processor diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/assign-role.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/assign-role.php new file mode 100644 index 00000000..43e9b50c --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/assign-role.php @@ -0,0 +1,176 @@ +lib = URE_Lib::get_instance(); + $this->quick_count = $this->count_quick_or_thoroughly(); + } + // end of __construct() + + + public function create_no_rights_role() { + + $role_id = 'no_rights'; + $role_name = 'No rights'; + + $wp_roles = wp_roles(); + if (isset($wp_roles->roles[$role_id])) { + return; + } + + add_role($role_id, $role_name, array()); + + } + // end of create_no_rights_role() + + + private function count_quick_or_thoroughly() { + $quick_count = true; + if ( defined('URE_COUNT_USERS_WITHOUT_ROLE_THOROUGHLY') && URE_COUNT_USERS_WITHOUT_ROLE_THOROUGHLY ) { + $quick_count = false; + } elseif ( $this->lib->is_pro() ) { + $count_thoroughly = $this->lib->get_option( 'count_users_without_role_thoroughly', false ); + if ( $count_thoroughly ) { + $quick_count = false; + } + } + + $quick_count = apply_filters('ure_count_users_without_role_quick', $quick_count); + + return $quick_count; + } + // end of count_quick_or_thoroughly() + + + private function get_thorougly_where_condition() { + global $wpdb; + + $usermeta = $wpdb->usermeta; + $id = get_current_blog_id(); + $blog_prefix = $wpdb->get_blog_prefix($id); + $where = "WHERE NOT EXISTS (SELECT user_id from {$usermeta} ". + "WHERE user_id=users.ID AND meta_key='{$blog_prefix}capabilities') OR ". + "EXISTS (SELECT user_id FROM {$usermeta} ". + "WHERE user_id=users.ID AND meta_key='{$blog_prefix}capabilities' AND ". + "(meta_value='a:0:{}' OR meta_value IS NULL))"; + + return $where; + } + // end of get_thoroughly_where_condition() + + + private function get_quick_query_part2() { + global $wpdb; + + $usermeta = $wpdb->usermeta; + $id = get_current_blog_id(); + $blog_prefix = $wpdb->get_blog_prefix($id); + $query = "FROM {$usermeta} usermeta ". + "INNER JOIN {$wpdb->users} users ON usermeta.user_id=users.ID ". + "WHERE usermeta.meta_key='{$blog_prefix}capabilities' AND ". + "(usermeta.meta_value = 'a:0:{}' OR usermeta.meta_value is NULL)"; + + return $query; + } + // end of get_quick_query_part2() + + + private function get_users_count_query() { + global $wpdb; + + if ( $this->quick_count ) { + $part2 = $this->get_quick_query_part2(); + $query = "SELECT COUNT(DISTINCT usermeta.user_id) {$part2}"; + } else { + $where = $this->get_thorougly_where_condition(); + $query = "SELECT count(ID) FROM {$wpdb->users} users {$where}"; + } + + return $query; + } + // end of get_users_count_query() + + + public function count_users_without_role() { + + global $wpdb; + + $users_quant = get_transient('ure_users_without_role'); + if (empty($users_quant)) { + $query = $this->get_users_count_query(); + $users_quant = $wpdb->get_var($query); + set_transient('ure_users_without_role', $users_quant, 15); + } + + return $users_quant; + } + // end of count_users_without_role() + + + public function get_users_without_role() { + global $wpdb; + + $top_limit = self::MAX_USERS_TO_PROCESS; + + if ( $this->quick_count ) { + $part2 = $this->get_quick_query_part2(); + $query = "SELECT DISTINCT usermeta.user_id {$part2} + LIMIT 0, {$top_limit}"; + } else { + $where = $this->get_thorougly_where_condition(); + $query = "SELECT users.ID FROM {$wpdb->users} users + {$where} + LIMIT 0, {$top_limit}"; + } + $users0 = $wpdb->get_col($query); + + return $users0; + } + // end of get_users_without_role() + + + public function show_html() { + + $users_quant = $this->count_users_without_role(); + if ($users_quant==0) { + return; + } + $button_number = (self::$counter>0) ? '_2': ''; + +?> +    + +
        +
        +
        +multisite = function_exists( 'is_multisite' ) && is_multisite(); + if ( $this->multisite ) { + // get Id of the 1st (main) blog + $this->main_blog_id = $this->get_main_site(); + } + + $this->init_options( $options_id ); + + } + // end of __construct() + + + public function get($property_name) { + + if (!property_exists($this, $property_name)) { + syslog(LOG_ERR, 'Lib class does not have such property '. $property_name); + return null; + } + + return $this->$property_name; + } + // end of get_property() + + + public function set($property_name, $property_value) { + + if (!property_exists($this, $property_name)) { + syslog(LOG_ERR, 'Lib class does not have such property '. $property_name); + } + + $this->$property_name = $property_value; + } + // end of get_property() + + + public function get_main_site() { + global $current_site; + + $blog_id = is_object($current_site) ? $current_site->blog_id : null; + + return $blog_id; + } + // end of get_main_site() + + + /** + * get current options for this plugin + */ + protected function init_options( $options_id ) { + + $this->options_id = $options_id; + $this->options = get_option( $options_id ); + + } + // end of init_options() + + /** + * Return HTML formatted message + * + * @param string $message message text + * @param string $error_style message div CSS style + */ + public function show_message($message, $error_style = false) { + + if ($message) { + if ($error_style) { + echo '
        '; + } else { + echo '
        '; + } + echo $message . '
        '; + } + } + // end of show_message() + + + /** + * Returns value by name from GET/POST/REQUEST. Minimal type checking is provided + * + * @param string $var_name Variable name to return + * @param string $request_type type of request to process get/post/request (default) + * @param string $var_type variable type to provide value checking + * @return mix variable value from request + */ + public function get_request_var($var_name, $request_type = 'request', $var_type = 'string') { + + $result = 0; + $request_type = strtolower($request_type); + switch ($request_type) { + case 'get': { + if (isset($_GET[$var_name])) { + $result = filter_var($_GET[$var_name], FILTER_SANITIZE_STRING); + } + break; + } + case 'post': { + if (isset($_POST[$var_name])) { + if ($var_type!='checkbox') { + $result = filter_var($_POST[$var_name], FILTER_SANITIZE_STRING); + } else { + $result = 1; + } + } + break; + } + case 'request': { + if (isset($_REQUEST[$var_name])) { + $result = filter_var($_REQUEST[$var_name], FILTER_SANITIZE_STRING); + } + break; + } + default: { + $result = -1; // Wrong request type value, possible mistake in a function call + } + } + + if ($result) { + if ($var_type == 'int' && !is_numeric($result)) { + $result = 0; + } + if ($var_type != 'int') { + $result = esc_attr($result); + } + } + + return $result; + } + // end of get_request_var() + + + /** + * returns option value for option with name in $option_name + */ + public function get_option($option_name, $default = false) { + + if (isset($this->options[$option_name])) { + $value = $this->options[$option_name]; + } else { + $value = $default; + } + $value = apply_filters('ure_get_option_'. $option_name, $value); + + return $value; + } + // end of get_option() + + + /** + * puts option value according to $option_name option name into options array property + */ + public function put_option($option_name, $option_value, $flush_options = false) { + + $this->options[$option_name] = $option_value; + if ($flush_options) { + $this->flush_options(); + } + } + // end of put_option() + + /** + * Delete URE option with name option_name + * @param string $option_name + * @param bool $flush_options + */ + public function delete_option($option_name, $flush_options = false) { + if (array_key_exists($option_name, $this->options)) { + unset($this->options[$option_name]); + if ($flush_options) { + $this->flush_options(); + } + } + } + // end of delete_option() + + /** + * saves options array into WordPress database wp_options table + */ + public function flush_options() { + + update_option($this->options_id, $this->options); + } + // end of flush_options() + + /** + * Check product version and stop execution if product version is not compatible + * @param string $version1 + * @param string $version2 + * @param string $error_message + * @return void + */ + public static function check_version($version1, $version2, $error_message, $plugin_file_name) { + + if (version_compare($version1, $version2, '<')) { + if (is_admin() && (!defined('DOING_AJAX') || !DOING_AJAX )) { + require_once ABSPATH . '/wp-admin/includes/plugin.php'; + deactivate_plugins($plugin_file_name); + wp_die($error_message); + } else { + return; + } + } + } + // end of check_version() + + + public function get_current_url() { + global $wp; + $current_url = esc_url_raw(add_query_arg($wp->query_string, '', home_url($wp->request))); + + return $current_url; + } + // end of get_current_url() + + + /** + * Returns comma separated list from the first $items_count element of $full_list array + * + * @param array $full_list + * @param int $items_count + * @return string + */ + public function get_short_list_str($full_list, $items_count=3) { + + if (empty($full_list) || !is_array($full_list)) { + return '...'; + } + + $short_list = array(); $i = 0; + foreach($full_list as $item) { + if ($i>=$items_count) { + break; + } + $short_list[] = $item; + $i++; + } + + $str = implode(', ', $short_list); + if ($items_countprepare($format_str, $list_values); + + return $result; + } + // end of esc_sql_in_list() + + + /** + * Returns the array of multi-site WP sites/blogs IDs for the current network + * @global wpdb $wpdb + * @return array + */ + public function get_blog_ids() { + global $wpdb; + + if (!$this->multisite) { + return null; + } + + $network = get_current_site(); + $query = $wpdb->prepare( + "SELECT blog_id FROM {$wpdb->blogs} + WHERE site_id=%d ORDER BY blog_id ASC", + array( $network->id ) ); + $blog_ids = $wpdb->get_col( $query ); + + return $blog_ids; + } + // end of get_blog_ids() + + + /** + * Private clone method to prevent cloning of the instance of the + * *Singleton* instance. + * + * @return void + */ + private function __clone() { + + } + // end of __clone() + + /** + * Private unserialize method to prevent unserializing of the *Singleton* + * instance. + * + * @return void + */ + private function __wakeup() { + + } + // end of __wakeup() + +} +// end of URE_Base_Lib class \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/bbpress.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/bbpress.php new file mode 100644 index 00000000..da7d2915 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/bbpress.php @@ -0,0 +1,116 @@ +bbpress_detected = false; + if (function_exists('bbp_filter_blog_editable_roles')) { + $this->bbpress_detected = true; // bbPress plugin is installed and active + } + + } + // end of detect_bbpress() + + + public function is_active() { + + return $this->bbpress_detected; + } + // end of is_active() + + + /** + * Exclude roles created by bbPress + * + * @global array $wp_roles + * @return array + */ + public function get_roles() { + + $wp_roles = wp_roles(); + if ($this->bbpress_detected) { + $roles = bbp_filter_blog_editable_roles($wp_roles->roles); // exclude bbPress roles + } else { + $roles = $wp_roles->roles; + } + + return $roles; + } + // end of get_roles() + + + /** + * Get full list user capabilities created by bbPress + * + * @return array + */ + public function get_caps() { + + if ($this->bbpress_detected) { + $caps = array_keys(bbp_get_caps_for_role(bbp_get_keymaster_role())); + } else { + $caps = array(); + } + + return $caps; + } + // end of get_caps() + + + /** + * Return empty array in order do not include bbPress roles into selectable lists: supported by Pro version only + * @return array + */ + public function get_bbp_editable_roles() { + + $all_bbp_roles = array(); + + return $all_bbp_roles; + } + // end of get_bbp_editable_roles() + + + /** + * Return bbPress roles found at $roles array. Used to exclude bbPress roles from processing as free version should not support them + * + * @param array $roles + * @return array + */ + public function extract_bbp_roles($roles) { + + $user_bbp_roles = array(); + if ($this->bbpress_detected) { + $all_bbp_roles = array_keys(bbp_get_dynamic_roles()); + foreach($roles as $role) { + if (in_array($role, $all_bbp_roles)) { + $user_bbp_roles[] = $role; + } + } + } + + return $user_bbp_roles; + } + // end of extract_bbp_roles() + +} +// end of URE_bbPress class \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/capabilities-groups-manager.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/capabilities-groups-manager.php new file mode 100644 index 00000000..d6d275b6 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/capabilities-groups-manager.php @@ -0,0 +1,416 @@ + + * @copyright Copyright (c) 2010 - 2016, Vladimir Garagulya + **/ + +class URE_Capabilities_Groups_Manager { + + private static $instance = null; + private $lib = null; + private $groups = null; + private $built_in_wp_caps = null; + private $cpt_caps = null; + + + public static function get_instance() { + + if (self::$instance === null) { + // new static() will work too + self::$instance = new URE_Capabilities_Groups_Manager(); + } + + return self::$instance; + } + // end of get_instance() + + + private function __construct() { + + $this->lib = URE_Lib::get_instance(); + $this->_get_built_in_wp_caps(); + $this->_get_all_custom_post_types_caps(); + + } + // end of __construct() + + + public function add_custom_post_types() { + + $this->groups['custom_post_types'] = array('caption'=>esc_html__('Custom Post Types', 'user-role-editor'), 'parent'=>'all', 'level'=>1); + + $post_types = get_post_types(array(), 'objects'); + $_post_types = $this->lib->_get_post_types(); + $built_in_pt = array('post', 'page'); + if ($post_types['attachment']->cap->edit_posts=='edit_posts') { + $built_in_pt[] = 'attachment'; + } + + $show_wc_post_types_under_wc_only = apply_filters('ure_show_wc_post_types_under_wc_only', false); + foreach($post_types as $post_type) { + if (!isset($_post_types[$post_type->name]) || in_array($post_type->name, $built_in_pt)) { + continue; + } + if ($show_wc_post_types_under_wc_only && in_array($post_type->name, URE_Woocommerce_Capabilities::$post_types)) { + continue; + } + /* + if (!$post_type->public) { + continue; + } + * + */ + $this->groups[$post_type->name] = array('caption'=>$post_type->labels->name, 'parent'=>'custom_post_types', 'level'=>2); + } + } + // end of add_custom_post_types() + + + private function add_ure_group() { + + $this->groups['user_role_editor'] = array('caption'=>esc_html__('User Role Editor', 'user-role-editor'), 'parent'=>'custom', 'level'=>2); + + } + // end of get_ure_group() + + + private function add_woocommerce_groups() { + + $full_caps = $this->lib->init_full_capabilities( 'role' ); + if ( !isset( $full_caps['manage_woocommerce'] ) ) { + return; + } + + $post_types = get_post_types(array(), 'objects'); + + $this->groups['woocommerce'] = array('caption'=>esc_html__('WooCommerce', 'user-role-editor'), 'parent'=>'custom', 'level'=>2); + $this->groups['woocommerce_core'] = array('caption'=>esc_html__('Core', 'user-role-editor'), 'parent'=>'woocommerce', 'level'=>3); + foreach(URE_Woocommerce_Capabilities::$post_types as $post_type) { + if (!isset($post_types[$post_type])) { + continue; + } + $this->groups['woocommerce_'. $post_type] = array('caption'=>$post_types[$post_type]->labels->name, 'parent'=>'woocommerce', 'level'=>3); + } + + } + // end of add_woocommerce_group() + + + public function get_groups_tree() { + + if ($this->groups!==null) { + return $this->groups; + } + + $this->groups = array( + 'all'=>array('caption'=>esc_html__('All', 'user-role-editor'), 'parent'=>null, 'level'=>0), + 'core'=>array('caption'=>esc_html__('Core', 'user-role-editor'), 'parent'=>'all', 'level'=>1), + 'general'=>array('caption'=>esc_html__('General', 'user-role-editor'), 'parent'=>'core', 'level'=>2), + 'themes'=>array('caption'=>esc_html__('Themes', 'user-role-editor'), 'parent'=>'core', 'level'=>2), + 'posts'=>array('caption'=>esc_html__('Posts', 'user-role-editor'), 'parent'=>'core', 'level'=>2), + 'pages'=>array('caption'=>esc_html__('Pages', 'user-role-editor'), 'parent'=>'core', 'level'=>2), + 'plugins'=>array('caption'=>esc_html__('Plugins', 'user-role-editor'), 'parent'=>'core', 'level'=>2), + 'users'=>array('caption'=>esc_html__('Users', 'user-role-editor'), 'parent'=>'core', 'level'=>2) + ); + $multisite = $this->lib->get('multisite'); + if ($multisite) { + $this->groups['multisite'] = array('caption'=>esc_html__('Multisite', 'user-role-editor'), 'parent'=>'core', 'level'=>2); + } + $this->groups['deprecated'] = array('caption'=>esc_html__('Deprecated', 'user-role-editor'), 'parent'=>'core', 'level'=>2); + + $this->add_custom_post_types(); + $this->groups['custom'] = array('caption'=>esc_html__('Custom capabilities', 'user-role-editor'), 'parent'=>'all', 'level'=>1); + $this->add_ure_group(); + $this->add_woocommerce_groups(); + + $this->groups = apply_filters('ure_capabilities_groups_tree', $this->groups); + + return $this->groups; + } + // end of get_groups_tree() + + + /** + * return array of built-in WP capabilities (WP 3.1 wp-admin/includes/schema.php) + * + * @return array + */ + private function _get_built_in_wp_caps() { + + $wp_version = get_bloginfo('version'); + $multisite = $this->lib->get('multisite'); + + $caps = array(); + $caps['switch_themes'] = array('core', 'themes'); + $caps['edit_themes'] = array('core', 'themes'); + $caps['activate_plugins'] = array('core', 'plugins'); + $caps['edit_plugins'] = array('core', 'plugins'); + $caps['edit_users'] = array('core', 'users'); + $caps['edit_files'] = array('core', 'deprecated'); + $caps['manage_options'] = array('core', 'general'); + $caps['moderate_comments'] = array('core', 'posts', 'general'); + $caps['manage_categories'] = array('core', 'posts', 'general'); + $caps['manage_links'] = array('core', 'general'); + $caps['upload_files'] = array('core', 'general'); + $caps['import'] = array('core', 'general'); + $caps['unfiltered_html'] = array('core','general'); + if ($multisite) { + $caps['unfiltered_html'] = array('deprecated'); + } + $caps['edit_posts'] = array('core', 'posts'); + $caps['edit_others_posts'] = array('core', 'posts'); + $caps['edit_published_posts'] = array('core', 'posts'); + $caps['publish_posts'] = array('core', 'posts'); + $caps['edit_pages'] = array('core', 'pages'); + $caps['read'] = array('core', 'general'); + $caps['level_10'] = array('core', 'deprecated'); + $caps['level_9'] = array('core', 'deprecated'); + $caps['level_8'] = array('core', 'deprecated'); + $caps['level_7'] = array('core', 'deprecated'); + $caps['level_6'] = array('core', 'deprecated'); + $caps['level_5'] = array('core', 'deprecated'); + $caps['level_4'] = array('core', 'deprecated'); + $caps['level_3'] = array('core', 'deprecated'); + $caps['level_2'] = array('core', 'deprecated'); + $caps['level_1'] = array('core', 'deprecated'); + $caps['level_0'] = array('core', 'deprecated'); + $caps['edit_others_pages'] = array('core', 'pages'); + $caps['edit_published_pages'] = array('core', 'pages'); + $caps['publish_pages'] = array('core', 'pages'); + $caps['delete_pages'] = array('core', 'pages'); + $caps['delete_others_pages'] = array('core', 'pages'); + $caps['delete_published_pages'] = array('core', 'pages'); + $caps['delete_posts'] = array('core', 'posts'); + $caps['delete_others_posts'] = array('core', 'posts'); + $caps['delete_published_posts'] = array('core', 'posts'); + $caps['delete_private_posts'] = array('core', 'posts'); + $caps['edit_private_posts'] = array('core', 'posts'); + $caps['read_private_posts'] = array('core', 'posts'); + $caps['delete_private_pages'] = array('core', 'pages'); + $caps['edit_private_pages'] = array('core', 'pages'); + $caps['read_private_pages'] = array('core', 'pages'); + $caps['unfiltered_upload'] = array('core', 'general'); + $caps['edit_dashboard'] = array('core', 'general'); + $caps['update_plugins'] = array('core', 'plugins'); + $caps['delete_plugins'] = array('core', 'plugins'); + $caps['install_plugins'] = array('core', 'plugins'); + $caps['update_themes'] = array('core', 'themes'); + $caps['install_themes'] = array('core', 'themes'); + $caps['update_core'] = array('core', 'general'); + $caps['list_users'] = array('core', 'users'); + $caps['remove_users'] = array('core', 'users'); + + if (version_compare($wp_version, '4.4', '<')) { + $caps['add_users'] = array('core', 'users'); // removed from WP v. 4.4. + } + + $caps['promote_users'] = array('core', 'users'); + $caps['edit_theme_options'] = array('core', 'themes'); + $caps['delete_themes'] = array('core', 'themes'); + $caps['export'] = array('core', 'general'); + $caps['delete_users'] = array('core', 'users'); + $caps['create_users'] = array('core', 'users'); + if ($multisite) { + $caps['create_sites'] = array('core', 'multisite', 'general'); + $caps['delete_sites'] = array('core', 'multisite', 'general'); + $caps['manage_network'] = array('core', 'multisite', 'general'); + $caps['manage_sites'] = array('core', 'multisite', 'general'); + $caps['manage_network_users'] = array('core', 'multisite', 'users'); + $caps['manage_network_plugins'] = array('core', 'multisite', 'plugins'); + $caps['manage_network_themes'] = array('core', 'multisite', 'themes'); + $caps['manage_network_options'] = array('core', 'multisite', 'general'); + $caps['upgrade_network'] = array('core', 'multisite', 'general'); + } + + $caps = apply_filters('ure_built_in_wp_caps', $caps); + + $this->built_in_wp_caps = $caps; + + return $this->built_in_wp_caps; + } + // end of _get_built_in_wp_caps() + + + public function get_built_in_wp_caps() { + + return $this->built_in_wp_caps; + } + // end of get_built_in_wp_caps() + + + private function get_post_types_without_caps() { + $pt_without_caps = array(); + $wc_pts = URE_Woocommerce_Capabilities::get_post_types_without_caps(); + + $pt_without_caps = array_merge($pt_without_caps, $wc_pts); + + return $pt_without_caps; + } + // end of get_post_types_without_caps() + + + /** + * Get capabilities registered with custom post type + * + * @param object $post_type + * @param array $post_edit_caps + */ + private function get_registered_cpt_caps($post_type, $post_edit_caps) { + foreach ($post_edit_caps as $capability) { + if (isset($post_type->cap->$capability)) { + $cap = $post_type->cap->$capability; + } else { + continue; + } + if (isset($this->cpt_caps[$cap])) { + continue; + } + $this->cpt_caps[$cap] = array(); + if (!isset($this->built_in_wp_caps[$cap])) { + $this->cpt_caps[$cap][] = 'custom'; + } + $this->cpt_caps[$cap][] = 'custom_post_types'; + $this->cpt_caps[$cap][] = $post_type->name; + } + } + // end of get_registered_cpt_caps() + + + private function add_group_to_edit_post_cap($post_type, $post_edit_caps) { + + foreach($post_edit_caps as $cap_id) { + $this->built_in_wp_caps[$cap_id][] = $post_type->name; + if (!in_array('custom_post_types', $this->built_in_wp_caps[$cap_id])) { + $this->built_in_wp_caps[$cap_id][] = 'custom_post_types'; + } + } + + } + // end of add_group_to_edit_post_cap() + + + private function get_custom_post_type_caps($post_type, $post_edit_caps) { + $pt_without_caps = $this->get_post_types_without_caps(); + if (in_array($post_type->name, $pt_without_caps)) { + return; + } + + // take into account custom post types, which uses built-in post or page capabilities + if (in_array($post_type->capability_type, array('post', 'page'))) { + $this->add_group_to_edit_post_cap($post_type, $post_edit_caps); + return; + } + + $this->get_registered_cpt_caps($post_type, $post_edit_caps); + } + // end of get_custom_post_type_caps() + + + private function _get_all_custom_post_types_caps() { + + $post_edit_caps = $this->lib->get_edit_post_capabilities(); + $post_types = get_post_types(array(), 'objects'); + $_post_types = $this->lib->_get_post_types(); + $built_in_pt = array('post', 'page'); + if ($post_types['attachment']->cap->edit_posts=='edit_posts') { + $built_in_pt[] = 'attachment'; + } + $this->cpt_caps = array(); + foreach($post_types as $post_type) { + if (!isset($_post_types[$post_type->name])) { + continue; + } + if (in_array($post_type->name, $built_in_pt)) { + continue; + } + if (!isset($post_type->cap)) { + continue; + } + $this->get_custom_post_type_caps($post_type, $post_edit_caps); + } + + return $this->cpt_caps; + } + // end of _get_all_custom_post_types_capabilities() + + + private function get_groups_for_custom_cap($cap_id) { + + $ure_caps = URE_Own_Capabilities::get_caps_groups(); + if (isset($ure_caps[$cap_id])) { + $groups1 = $ure_caps[$cap_id]; + } + + if (empty($groups1)) { + $wc_caps = URE_Woocommerce_Capabilities::get_caps_groups(); + if (isset($wc_caps[$cap_id])) { + $groups1 = $wc_caps[$cap_id]; + } + } + + if (isset($this->cpt_caps[$cap_id])) { + $groups2 = $this->cpt_caps[$cap_id]; + } + + $groups = array('custom'); + if (!empty($groups1)) { + $groups = array_merge($groups, $groups1); + } + if (!empty($groups2)) { + $groups = array_merge($groups, $groups2); + } + + return $groups; + } + // end of get_groups_for_custom_cap() + + + public function get_cap_groups($cap_id, $built_in_wp_caps=null) { + + if (isset($this->built_in_wp_caps[$cap_id])) { + $groups = $built_in_wp_caps[$cap_id]; + } else { + $groups = $this->get_groups_for_custom_cap($cap_id); + } + $groups = apply_filters('ure_custom_capability_groups', $groups, $cap_id); + $groups[] = 'all'; // Every capability belongs to the 'all' group + $groups = array_unique($groups); + + foreach($groups as $key=>$value) { + $groups[$key] = 'ure-'. $value; + } + + return $groups; + } + // end of get_cap_groups() + + + /** + * Private clone method to prevent cloning of the instance of the + * *Singleton* instance. + * + * @return void + */ + private function __clone() { + + } + // end of __clone() + + /** + * Private unserialize method to prevent unserializing of the *Singleton* + * instance. + * + * @return void + */ + private function __wakeup() { + + } + // end of __wakeup() + + +} +// end of class URE_Capabilities_Groups_Manager \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/capabilities.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/capabilities.php new file mode 100644 index 00000000..4038c0d9 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/capabilities.php @@ -0,0 +1,393 @@ + + * @copyright Copyright (c) 2010 - 2019, Vladimir Garagulia + **/ +class URE_Capabilities { + + private static $instance = null; + private $lib = null; + private $built_in_wp_caps = null; + + + public static function get_instance() { + + if (self::$instance === null) { + // new static() will work too + self::$instance = new URE_Capabilities(); + } + + return self::$instance; + } + // end of get_instance() + + + private function __construct() { + + $this->lib = URE_Lib::get_instance(); + $this->built_in_wp_caps = $this->lib->get_built_in_wp_caps(); + + } + // end of __construct() + + + protected function convert_cap_to_readable( $cap_name ) { + + $cap_name = str_replace('_', ' ', $cap_name); + $cap_name = ucfirst($cap_name); + + return $cap_name; + } + // convert_cap_to_readable + + + protected function add_capability_to_full_caps_list( $cap_id, &$full_list ) { + if ( isset( $full_list[$cap_id] ) ) { // if capability was not added yet + return; + } + + $cap = array(); + $cap['inner'] = $cap_id; + $cap['human'] = esc_html__( $this->convert_cap_to_readable( $cap_id) , 'user-role-editor' ); + if ( isset( $this->built_in_wp_caps[$cap_id] ) ) { + $cap['wp_core'] = true; + } else { + $cap['wp_core'] = false; + } + + $full_list[$cap_id] = $cap; + } + // end of add_capability_to_full_caps_list() + + + /** + * Add capabilities from user roles save at WordPress database + * + */ + protected function add_roles_caps( &$full_list ) { + + $roles = $this->lib->get_user_roles(); + foreach ($roles as $role) { + // validate if capabilities is an array + if (!isset($role['capabilities']) || !is_array($role['capabilities'])) { + continue; + } + foreach (array_keys($role['capabilities']) as $cap) { + $this->add_capability_to_full_caps_list($cap, $full_list ); + } + } + + } + // end of add_roles_caps() + + + /** + * Add Gravity Forms plugin capabilities, if available + * + */ + protected function add_gravity_forms_caps( &$full_list ) { + + if ( !class_exists( 'GFCommon' ) ) { + return; + } + + $gf_caps = GFCommon::all_caps(); + foreach ( $gf_caps as $gf_cap ) { + $this->add_capability_to_full_caps_list( $gf_cap, $full_list ); + } + + } + // end of add_gravity_forms_caps() + + + /** + * Add bbPress plugin user capabilities (if available) + */ + protected function add_bbpress_caps( &$full_list ) { + + $bbpress = $this->lib->get_bbpress(); + if (!$bbpress->is_active()) { + return; + } + + $caps = $bbpress->get_caps(); + foreach ( $caps as $cap ) { + $this->add_capability_to_full_caps_list( $cap, $full_list ); + } + } + // end of add_bbpress_caps() + + + /** + * Provide compatibility with plugins and themes which define their custom user capabilities using + * 'members_get_capabilities' filter from Justin Tadlock Members plugin + * https://wordpress.org/plugins/members/ + * + */ + protected function add_members_caps( &$full_list ) { + + $custom_caps = array(); + $custom_caps = apply_filters( 'members_get_capabilities', $custom_caps ); + foreach ( $custom_caps as $cap ) { + $this->add_capability_to_full_caps_list( $cap, $full_list ); + } + + } + // end of add_members_caps() + + + /** + * Add capabilities assigned directly to user, and not included into any role + * + */ + protected function add_user_caps( &$full_list ) { + + $editor = URE_Editor::get_instance(); + $user = $editor->get('user_to_edit'); + $roles = $editor->get('roles'); + foreach(array_keys($user->caps) as $cap) { + if (!isset($roles[$cap])) { // it is the user capability, not role + $this->add_capability_to_full_caps_list( $cap, $full_list ); + } + } + + } + // end of add_user_caps() + + + /** + * Add built-in WordPress caps in case some were not included to the roles for some reason + * + */ + protected function add_wordpress_caps( &$full_list ) { + + foreach ( array_keys( $this->built_in_wp_caps ) as $cap ) { + $this->add_capability_to_full_caps_list( $cap, $full_list ); + } + + } + // end of add_wordpress_caps() + + + protected function add_create_cap_to_admin( $post_type_name ) { + global $wp_roles; + + $post_type = get_post_type_object( $post_type_name ); + if ( $post_type->cap->create_posts!=='edit_'. $post_type->name .'s' ) { // 'create' capability is active + if ( !isset( $wp_roles->role_objects['administrator']->capabilities[$post_type->cap->create_posts] ) ) { + $wp_roles->role_objects['administrator']->add_cap( $post_type->cap->create_posts, true ); + } + } + + } + // end of add_create_caps_to_admin() + + + public static function add_cap_to_roles( $roles, $cap ) { + global $wp_roles; + + foreach( $roles as $role ) { + if ( isset( $wp_roles->role_objects[$role] ) && + !isset( $wp_roles->role_objects[$role]->capabilities[$cap] ) ) { + $wp_roles->role_objects[$role]->add_cap( $cap, true ); + } + } + + } + // end of add_cap_to_roles() + + + protected function add_custom_post_type_caps( &$full_list ) { + global $wp_roles; + + $multisite = $this->lib->get( 'multisite' ); + // admin should be capable to edit any posts + $cpt_editor_roles0 = !$multisite ? array('administrator') : array(); + $capabilities = $this->lib->get_edit_post_capabilities(); + $post_types = get_post_types( array(), 'objects' ); + $_post_types = $this->lib->_get_post_types(); + // do not forget attachment post type as it may use the own capabilities set + $attachment_post_type = get_post_type_object( 'attachment' ); + if ( $attachment_post_type->cap->edit_posts!=='edit_posts' ) { + $post_types['attachment'] = $attachment_post_type; + } + + + foreach( $post_types as $post_type ) { + if ( !isset( $_post_types[$post_type->name] ) ) { + continue; + } + if ( !isset($post_type->cap) ) { + continue; + } + $cpt_editor_roles = apply_filters( 'ure_cpt_editor_roles', $cpt_editor_roles0, $post_type->name ); + if ( empty( $cpt_editor_roles ) || count( $cpt_editor_roles )==0 ) { + continue; + } + foreach( $capabilities as $capability ) { + if ( !isset( $post_type->cap->$capability ) ) { + continue; + } + $cap_to_check = $post_type->cap->$capability; + $this->add_capability_to_full_caps_list( $cap_to_check, $full_list ); + self::add_cap_to_roles( $cpt_editor_roles, $cap_to_check ); + } + } + + if ( !$multisite && isset( $wp_roles->role_objects['administrator'] ) ) { + // admin should be capable to create posts and pages + foreach( array( 'post', 'page' ) as $post_type_name ) { + $this->add_create_cap_to_admin( $post_type_name ); + } + } + + } + // end of add_custom_post_type_caps() + + + /** + * Add capabilities for URE permissions system in case some were excluded from Administrator role + * + */ + protected function add_ure_caps( &$full_list ) { + + $key_cap = URE_Own_Capabilities::get_key_capability(); + if ( !current_user_can( $key_cap ) ) { + return; + } + $ure_caps = URE_Own_Capabilities::get_caps(); + foreach(array_keys($ure_caps) as $cap) { + $this->add_capability_to_full_caps_list( $cap, $full_list ); + } + + } + // end of add_ure_caps() + + + public function init_full_list( $ure_object ) { + + $full_list = array(); + $this->add_roles_caps( $full_list ); + $this->add_gravity_forms_caps( $full_list ); + $this->add_bbpress_caps( $full_list ); + $this->add_members_caps( $full_list ); + if ($ure_object=='user') { + $this->add_user_caps( $full_list ); + } + $this->add_wordpress_caps( $full_list ); + $this->add_custom_post_type_caps( $full_list ); + $this->add_ure_caps( $full_list ); + asort( $full_list ); + $full_list = apply_filters('ure_full_capabilites', $full_list); + + return $full_list; + } + // end of init_full_list(); + + + /** + * Build full capabilities list from all roles + */ + private function get_full_caps_list_from_roles() { + $wp_roles = wp_roles(); + // build full capabilities list from all roles + $full_caps_list = array(); + foreach ($wp_roles->roles as $role) { + // validate if capabilities is an array + if (isset($role['capabilities']) && is_array($role['capabilities'])) { + foreach ($role['capabilities'] as $capability => $value) { + if (!isset($full_caps_list[$capability])) { + $full_caps_list[$capability] = 1; + } + } + } + } + + return $full_caps_list; + } + // end of get_full_caps_list_from_roles() + + + /** + * Returns array of WPBakery Visual Composer plugin capabilities + * extracted by 'vc_access_rules_' prefix + */ + protected function get_visual_composer_caps($full_caps_list) { + $caps = array(); + foreach(array_keys($full_caps_list) as $cap) { + if (strpos($cap, 'vc_access_rules_')!==false) { + $caps[$cap] = 1; + } + } + + return $caps; + } + // end of get_visual_composer_caps() + + + /** + * return the array of unused user capabilities + * + * @global WP_Roles $wp_roles + * @return array + */ + public function get_caps_to_remove() { + + $wp_roles = wp_roles(); + $full_caps_list = $this->get_full_caps_list_from_roles(); + $caps_to_exclude = $this->built_in_wp_caps; + $ure_caps = URE_Own_Capabilities::get_caps(); + $visual_composer_caps = $this->get_visual_composer_caps($full_caps_list); + $caps_to_exclude = array_merge($caps_to_exclude, $ure_caps, $visual_composer_caps); + + $caps_to_remove = array(); + $caps = array_keys( $full_caps_list ); + foreach ( $caps as $cap ) { + if ( isset( $caps_to_exclude[$cap] ) ) { // do not touch built-in WP caps, URE own caps and Visual Composer caps + continue; + } + + // check roles + $cap_in_use = false; + foreach ( $wp_roles->role_objects as $wp_role ) { + if ( $wp_role->name === 'administrator' ) { + continue; + } + if ( $wp_role->has_cap( $cap ) ) { + $cap_in_use = true; + break; + } + } + if ( !$cap_in_use ) { + $caps_to_remove[$cap] = 1; + } + } // foreach(...) + + return $caps_to_remove; + } + // end of get_caps_to_remove() + + + /** + * Private clone method to prevent cloning of the instance of the + * *Singleton* instance. + * + * @return void + */ + private function __clone() { } + + /** + * Private unserialize method to prevent unserializing of the *Singleton* + * instance. + * + * @return void + */ + private function __wakeup() { } + + +} +// end of URE_Capabilities class diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/capability.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/capability.php new file mode 100644 index 00000000..28c5f1f6 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/capability.php @@ -0,0 +1,219 @@ + + * @copyright Copyright (c) 2010 - 2016, Vladimir Garagulya + **/ + +class URE_Capability { + + const SPACE_REPLACER = '_URE-SR_'; + const SLASH_REPLACER = '_URE-SLR_'; + const VERT_LINE_REPLACER = '_URE-VLR_'; + + + public static function escape($cap_id) { + + $search = array(' ', '/', '|'); + $replace = array(self::SPACE_REPLACER, self::SLASH_REPLACER, self::VERT_LINE_REPLACER); + + $cap_id_esc = str_replace($search, $replace, $cap_id); + + return $cap_id_esc; + } + // end escape() + + + // sanitize user input for security + // do not allow to use internally used capabilities + public static function validate($cap_id_raw) { + $match = array(); + $found = preg_match('/[A-Za-z0-9_\-]*/', $cap_id_raw, $match); + if (!$found || ($found && ($match[0]!=$cap_id_raw))) { // some non-alphanumeric charactes found! + $data = array( + 'result'=>false, + 'message'=>esc_html__('Error: Capability name must contain latin characters and digits only!', 'user-role-editor'), + 'cap_id'=>''); + return $data; + } + + $cap_id = strtolower($match[0]); + if ($cap_id=='do_not_allow') { + $data = array( + 'result'=>false, + 'message'=>esc_html__('Error: this capability is used internally by WordPress', 'user-role-editor'), + 'cap_id'=>'do_not_allow'); + return $data; + } + if ($cap_id=='administrator') { + $data = array( + 'result'=>false, + 'message'=>esc_html__('Error: this word is used by WordPress as a role ID', 'user-role-editor'), + 'cap_id'=>'administrator'); + return $data; + } + + $data = array( + 'result'=>true, + 'message'=>'Success', + 'cap_id'=>$cap_id); + + return $data; + } + // end of validate() + + + /** + * Add new user capability + * + * @global WP_Roles $wp_roles + * @return string + */ + public static function add( $ure_object ) { + global $wp_roles; + + if (!current_user_can('ure_create_capabilities')) { + return esc_html__('Insufficient permissions to work with User Role Editor','user-role-editor'); + } + + $mess = ''; + if (!isset($_POST['capability_id']) || empty($_POST['capability_id'])) { + return 'Wrong Request'; + } + + $data = self::validate($_POST['capability_id']); + if (!$data['result']) { + return $data['message']; + } + + $cap_id = $data['cap_id']; + $lib = URE_Lib::get_instance(); + $full_capabilities = $lib->init_full_capabilities( $ure_object ); + if (!isset($full_capabilities[$cap_id])) { + $admin_role = $lib->get_admin_role(); + $wp_roles->use_db = true; + $wp_roles->add_cap($admin_role, $cap_id); + $mess = sprintf(esc_html__('Capability %s was added successfully', 'user-role-editor'), $cap_id); + } else { + $mess = sprintf(esc_html__('Capability %s exists already', 'user-role-editor'), $cap_id); + } + + return $mess; + } + // end of add() + + + /** + * Extract capabilities selected from deletion from the $_POST global + * + * @return array + */ + private static function get_caps_for_deletion_from_post($caps_allowed_to_remove) { + + $caps = array(); + foreach($_POST as $key=>$value) { + if (substr($key, 0, 3)!=='rm_') { + continue; + } + if (!isset($caps_allowed_to_remove[$value])) { + continue; + } + $caps[] = $value; + } + + return $caps; + } + // end of get_caps_for_deletion_from_post() + + + private static function revoke_caps_from_user($user_id, $caps) { + $user = get_user_to_edit($user_id); + foreach($caps as $cap_id) { + if (!isset($user->caps[$cap_id])) { + continue; + } + // Prevent sudden revoke role 'administrator' from a user during 'administrator' capability deletion. + if ($cap_id=='administrator') { + continue; + } + $user->remove_cap($cap_id); + } + } + // end of revoke_caps_from_user() + + + private static function revoke_caps_from_role($wp_role, $caps) { + foreach($caps as $cap_id) { + if ($wp_role->has_cap($cap_id)) { + $wp_role->remove_cap($cap_id); + } + } + } + // end of revoke_caps_from_role() + + + private static function revoke_caps($caps) { + global $wpdb, $wp_roles; + + // remove caps from users + $users_ids = $wpdb->get_col("SELECT $wpdb->users.ID FROM $wpdb->users"); + foreach ($users_ids as $user_id) { + self::revoke_caps_from_user($user_id, $caps); + } + + // remove caps from roles + foreach ($wp_roles->role_objects as $wp_role) { + self::revoke_caps_from_role($wp_role, $caps); + } + } + // end of revoke_caps() + + + /** + * Delete capability + * + * @global WP_Roles $wp_roles + * @return string - information message + */ + public static function delete() { + + if (!isset($_POST['action']) || $_POST['action']!='delete-user-capability') { + return 'Wrong Request'; + } + + if (!current_user_can('ure_delete_capabilities')) { + return esc_html__('Insufficient permissions to work with User Role Editor','user-role-editor'); + } + + $capabilities = URE_Capabilities::get_instance(); + $mess = ''; + $caps_allowed_to_remove = $capabilities->get_caps_to_remove(); + if (!is_array($caps_allowed_to_remove) || count($caps_allowed_to_remove) == 0) { + return esc_html__('There are no capabilities available for deletion!', 'user-role-editor'); + } + + $caps = self::get_caps_for_deletion_from_post($caps_allowed_to_remove); + if (empty($caps)) { + return esc_html__('There are no capabilities available for deletion!', 'user-role-editor'); + } + + self::revoke_caps($caps); + + if (count($caps)==1) { + $mess = sprintf(esc_html__('Capability %s was removed successfully', 'user-role-editor'), $caps[0]); + } else { + $lib = URE_Lib::get_instance(); + $short_list_str = $lib->get_short_list_str( $caps ); + $mess = count($caps) .' '. esc_html__('capabilities were removed successfully', 'user-role-editor') .': '. + $short_list_str; + } + + return $mess; + } + // end of delete() + +} +// end of class URE_Capability diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/editor.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/editor.php new file mode 100644 index 00000000..53189b2a --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/editor.php @@ -0,0 +1,1402 @@ + + * @copyright Copyright (c) 2010 - 2019, Vladimir Garagulia + **/ +class URE_Editor { + + private static $instance = null; + + protected $lib = null; + + protected $role_additional_options = null; + protected $apply_to_all = 0; + protected $capabilities_to_save = null; + protected $caps_columns_quant = 1; + protected $caps_readable = false; + protected $current_role = ''; + protected $current_role_name = ''; + protected $full_capabilities = false; + protected $hide_pro_banner = false; + protected $notification = ''; // notification message to show on page + protected $roles = null; + protected $show_deprecated_caps = false; + protected $ure_object = 'role'; // what to process, 'role' or 'user' + protected $user_to_edit = null; + protected $wp_default_role = ''; + + + public static function get_instance() { + + if (self::$instance === null) { + // new static() will work too + self::$instance = new URE_Editor(); + } + + return self::$instance; + } + // end of get_instance() + + + private function __construct() { + + $this->lib = URE_Lib::get_instance(); + } + // end of __construct() + + + public function get($property_name) { + + if (!property_exists($this, $property_name)) { + syslog(LOG_ERR, 'URE_Editor class does not have such property '. $property_name); + return null; + } + + return $this->$property_name; + } + // end of get_property() + + + public function get_edit_user_caps_mode() { + + $multisite = $this->lib->get('multisite'); + if ($multisite && $this->lib->is_super_admin()) { + return 1; + } + + $edit_user_caps = $this->lib->get_option('edit_user_caps', 1); + + return $edit_user_caps; + } + // end of get_edit_user_caps_mode() + + + + // validate information about user we intend to edit + protected function check_user_to_edit() { + + if ( $this->ure_object ==='user' ) { + if ( !isset($_REQUEST['user_id'] ) ) { + return false; // user_id value is missed + } + $user_id = filter_var( $_REQUEST['user_id'], FILTER_VALIDATE_INT ); + if ( empty( $user_id ) ) { + return false; + } + $this->user_to_edit = get_user_to_edit( $user_id ); + if ( empty( $this->user_to_edit ) ) { + return false; + } + + } + + return true; + } + // end of check_user_to_edit() + + + protected function get_caps_columns_quant() { + + if ( isset( $_POST['caps_columns_quant'] ) && in_array( $_POST['caps_columns_quant'], array(1,2,3) ) ) { + $value = (int) filter_var( $_POST['caps_columns_quant'], FILTER_VALIDATE_INT ); + set_site_transient( 'ure_caps_columns_quant', $value, URE_Lib::TRANSIENT_EXPIRATION ); + } else { + $value = get_site_transient( 'ure_caps_columns_quant' ); + if ( $value===false ) { + $value = $this->lib->get_option( 'caps_columns_quant', 1 ); + } + } + + return $value; + } + // end of get_caps_columns_quant() + + + protected function init0() { + $this->caps_readable = get_site_transient( 'ure_caps_readable' ); + if ( false === $this->caps_readable ) { + $this->caps_readable = $this->lib->get_option( 'ure_caps_readable' ); + set_site_transient( 'ure_caps_readable', $this->caps_readable, URE_Lib::TRANSIENT_EXPIRATION ); + } + $this->show_deprecated_caps = get_site_transient( 'ure_show_deprecated_caps' ); + if ( false === $this->show_deprecated_caps ) { + $this->show_deprecated_caps = $this->lib->get_option( 'ure_show_deprecated_caps' ); + set_site_transient( 'ure_show_deprecated_caps', $this->show_deprecated_caps, URE_Lib::TRANSIENT_EXPIRATION ); + } + + $this->hide_pro_banner = $this->lib->get_option( 'ure_hide_pro_banner', 0 ); + $this->wp_default_role = get_option( 'default_role' ); + + // could be sent as via POST, as via GET + if ( isset( $_REQUEST['object'] ) ) { + $this->ure_object = $_REQUEST['object']; + if ( !$this->check_user_to_edit() ) { + return false; + } + } else { + $this->ure_object = 'role'; + } + + $this->apply_to_all = $this->lib->get_request_var('ure_apply_to_all', 'post', 'checkbox'); + $this->caps_columns_quant = $this->get_caps_columns_quant(); + + return true; + } + // end of init0() + + + protected function valid_nonce() { + + if ( empty( $_POST['ure_nonce'] ) || !wp_verify_nonce( $_POST['ure_nonce'], 'user-role-editor' ) ) { + echo '

        Wrong or older request (invalid nonce value). Action prohibited.

        '; + return false; + } + + return true; + } + // end of check_nonce() + + + protected function set_caps_readable() { + + if ($this->caps_readable) { + $this->caps_readable = 0; + } else { + $this->caps_readable = 1; + } + set_site_transient( 'ure_caps_readable', $this->caps_readable, URE_Lib::TRANSIENT_EXPIRATION ); + + } + // end of caps_readable() + + + protected function set_show_deprecated_caps() { + if ($this->show_deprecated_caps) { + $this->show_deprecated_caps = 0; + } else { + $this->show_deprecated_caps = 1; + } + set_site_transient( 'ure_show_deprecated_caps', $this->show_deprecated_caps, URE_Lib::TRANSIENT_EXPIRATION ); + } + // end of set_show_deprecated_caps() + + + protected function hide_pro_banner() { + + $this->hide_pro_banner = 1; + $this->lib->put_option('ure_hide_pro_banner', 1); + $this->lib->flush_options(); + + } + // end of hide_pro_banner() + + + protected function init_current_role_name() { + + $this->current_role = ''; + $this->current_role_name = ''; + if ( !isset( $_POST['user_role'] ) ) { + $mess = esc_html__('Error: ', 'user-role-editor') . esc_html__('Wrong request!', 'user-role-editor'); + } else if ( !isset($this->roles[$_POST['user_role']]) ) { + $mess = esc_html__('Error: ', 'user-role-editor') . esc_html__('Role', 'user-role-editor') . ' ' . esc_html($_POST['user_role']) . ' ' . + esc_html__('does not exist', 'user-role-editor'); + } else { + $this->current_role = $_POST['user_role']; + $this->current_role_name = $this->roles[$this->current_role]['name']; + $mess = ''; + } + + return $mess; + } + // end of init_current_role_name() + + + // Add existing WPBakery Visial Composer () plugin capabilities from this role to the list of capabilities for save with this role update - + // Visual Composer capabilities are excluded from a role update as they may store not boolean values. + protected function restore_visual_composer_caps() { + + if (!isset($this->roles[$this->current_role]) || !is_array($this->roles[$this->current_role]['capabilities'])) { + return false; + } + + foreach($this->roles[$this->current_role]['capabilities'] as $cap=>$value) { + if (strpos($cap, 'vc_access_rules_')!==false) { + $this->capabilities_to_save[$cap] = $value; + } + } + + return true; + } + // end of restore_visual_composer_caps() + + + /** + * prepare capabilities from user input to save at the database + */ + protected function prepare_capabilities_to_save() { + + $this->capabilities_to_save = array(); + if (empty($this->full_capabilities)) { + return; // There is no valid initialization + } + + foreach ( $this->full_capabilities as $cap ) { + $cap_id_esc = URE_Capability::escape( $cap['inner'] ); + if ( isset( $_POST[$cap_id_esc] ) ) { + $this->capabilities_to_save[ $cap['inner'] ] = true; + } + } + + $this->restore_visual_composer_caps(); + } + // end of prepare_capabilities_to_save() + + + /** + * Make full synchronization of roles for all sites with roles from the main site directly updating database records + * + * @return boolean + */ + protected function is_full_network_synch() { + + if (is_network_admin()) { // for Pro version + $result = true; + } else { + $result = defined('URE_MULTISITE_DIRECT_UPDATE') && URE_MULTISITE_DIRECT_UPDATE == 1; + } + + return $result; + } + // end of is_full_network_synch() + + + protected function last_check_before_update() { + + if ( empty($this->roles ) || !is_array( $this->roles ) || count( $this->roles )===0 ) { + // Nothing to save - something goes wrong - stop execution... + return false; + } + + $key_capability = URE_Own_Capabilities::get_key_capability(); + if ( current_user_can( $key_capability ) ) { + // current user is an URE admin + return true; + } + + if ( !current_user_can( 'ure_edit_roles' ) ) { + // Not enough permissions + return false; + } + + $current_user = wp_get_current_user(); + if ( in_array( $this->current_role, $current_user->roles ) ) { + // Do not allow to non-admin user without full access to URE update his own role + return false; + } + + return true; + } + // end of last_check_before_update() + + + /** + * Return true if $capability is included to the list of capabilities allowed for the single site administrator + * @param string $capability - capability ID + * @param boolean $ignore_super_admin - if + * @return boolean + */ + public function block_cap_for_single_admin($capability, $ignore_super_admin=false) { + + if (!$this->lib->is_pro()) { + // this functionality is for the Pro version only. + return false; + } + $multisite = $this->lib->get('multisite'); + if ( !$multisite ) { // work for multisite only + return false; + } + if ( !$ignore_super_admin && $this->lib->is_super_admin() ) { + // Do not block superadmin + return false; + } + $caps_access_restrict_for_simple_admin = $this->lib->get_option( 'caps_access_restrict_for_simple_admin', 0 ); + if ( !$caps_access_restrict_for_simple_admin ) { + return false; + } + + $allowed_caps = $this->lib->get_option( 'caps_allowed_for_single_admin', array() ); + if (in_array( $capability, $allowed_caps ) ) { + $block_this_cap = false; + } else { + $block_this_cap = true; + } + + return $block_this_cap; + } + // end of block_cap_for_single_admin() + + + /** + * Returns array without capabilities blocked for single site administrators + * @param array $capabilities + * @return array + */ + protected function remove_caps_not_allowed_for_single_admin( $capabilities ) { + if (!$this->lib->is_pro()) { + // this functionality is for the Pro version only. + return $capabilities; + } + + foreach( array_keys( $capabilities ) as $cap ) { + if ( $this->block_cap_for_single_admin( $cap ) ) { + unset( $capabilities[$cap] ); + } + } + + return $capabilities; + } + // end of remove_caps_not_allowed_for_single_admin() + + + protected function role_contains_caps_not_allowed_for_simple_admin( $role_id ) { + + $result = false; + if (!$this->lib->is_pro()) { + // this functionality is for the Pro version only. + return $result; + } + + $role = $this->roles[$role_id]; + if ( !is_array( $role['capabilities'] ) ) { + return false; + } + foreach ( array_keys( $role['capabilities'] ) as $cap ) { + if ( $this->block_cap_for_single_admin( $cap ) ) { + $result = true; + break; + } + } + + return $result; + } + // end of role_contains_caps_not_allowed_for_simple_admin() + + + // Save Roles to database + protected function save_roles() { + global $wpdb; + + if ( !$this->last_check_before_update() ) { + return false; + } + + if ( !isset($this->roles[$this->current_role]) ) { + return false; + } + + $this->capabilities_to_save = $this->remove_caps_not_allowed_for_single_admin( $this->capabilities_to_save ); + $this->roles[$this->current_role]['name'] = $this->current_role_name; + $this->roles[$this->current_role]['capabilities'] = $this->capabilities_to_save; + $option_name = $wpdb->prefix . 'user_roles'; + + update_option($option_name, $this->roles); + + // save additional options for the current role + if (empty($this->role_additional_options)) { + $this->role_additional_options = URE_Role_Additional_Options::get_instance($this->lib); + } + $this->role_additional_options->save($this->current_role); + + return true; + } + // end of save_roles() + + + /** + * Update roles for all network using direct database access - quicker in several times + * Execution speed is critical for large multi-site networks. + * @global wpdb $wpdb + * @return boolean + */ + protected function direct_network_roles_update() { + global $wpdb; + + $multisite = $this->lib->get( 'multisite' ); + if (!$multisite) { + return false; + } + + if ( !$this->last_check_before_update() ) { + return false; + } + + if ( !empty( $this->current_role ) ) { + $this->roles[$this->current_role]['name'] = $this->current_role_name; + $this->roles[$this->current_role]['capabilities'] = $this->capabilities_to_save; + } + + $serialized_roles = serialize( $this->roles ); + $blog_ids = $this->lib->get_blog_ids(); + foreach ($blog_ids as $blog_id) { + $prefix = $wpdb->get_blog_prefix($blog_id); + $options_table_name = $prefix . 'options'; + $option_name = $prefix . 'user_roles'; + $query = "UPDATE {$options_table_name} + SET option_value='$serialized_roles' + WHERE option_name='$option_name' + LIMIT 1"; + $wpdb->query($query); + if ($wpdb->last_error) { + return false; + } + // @TODO: save role additional options + + } + + do_action( 'ure_direct_network_roles_update' ); + + return true; + } + // end of direct_network_roles_update() + + + protected function wp_api_network_roles_update() { + global $wpdb; + + $old_blog = $wpdb->blogid; + $blog_ids = $this->lib->get_blog_ids(); + if (empty( $blog_ids ) ) { + return false; + } + + $result = true; + foreach ( $blog_ids as $blog_id ) { + switch_to_blog( $blog_id ); + $this->roles = $this->lib->get_user_roles(); + if ( !isset( $this->roles[$this->current_role] ) ) { // add new role to this blog + $this->roles[$this->current_role] = array('name' => $this->current_role_name, 'capabilities' => array('read' => true)); + } + if ( !$this->save_roles() ) { + $result = false; + break; + } + } + $this->lib->restore_after_blog_switching( $old_blog ); + $this->roles = $this->lib->get_user_roles(); + + return $result; + } + // end of wp_api_network_roles_update() + + + /** + * Update role for all network using WordPress API + * + * @return boolean + */ + protected function multisite_update_roles() { + + $multisite = $this->lib->get('multisite'); + if (!$multisite) { + return false; + } + + $debug = $this->lib->get('debug'); + if ( $debug ) { + $time_shot = microtime(); + } + + if ( $this->is_full_network_synch() ) { + $result = $this->direct_network_roles_update(); + } else { + $result = $this->wp_api_network_roles_update(); + } + + if ($debug) { + echo '
        Roles updated for ' . ( microtime() - $time_shot ) . ' milliseconds
        '; + } + + return $result; + } + // end of multisite_update_roles() + + + /** + * Process user request on update roles + * + * @global WP_Roles $wp_roles + * @return boolean + */ + protected function update_roles() { + global $wp_roles; + + $multisite = $this->lib->get( 'multisite' ); + if ( $multisite && $this->lib->is_super_admin() && $this->apply_to_all ) { + // update Role for all blogs/sites in the network (permitted to superadmin only) + if (!$this->multisite_update_roles()) { + return false; + } + } else { + if (!$this->save_roles()) { + return false; + } + } + + // refresh global $wp_roles + $wp_roles = new WP_Roles(); + + return true; + } + // end of update_roles() + + + /** + * if existing user was not added to the current blog - add him + * @global type $blog_id + * @param type $user + * @return bool + */ + protected function check_blog_user( $user ) { + global $blog_id; + + $result = true; + if ( is_network_admin() ) { + if (!array_key_exists( $blog_id, get_blogs_of_user( $user->ID ) ) ) { + $result = add_existing_user_to_blog( array( 'user_id' => $user->ID, 'role' => 'subscriber' ) ); + } + } + + return $result; + } + // end of check_blog_user() + + + + /** + * Update user roles and capabilities + * + * @global WP_Roles $wp_roles + * @param WP_User $user + * @return boolean + */ + protected function update_user( $user ) { + + if ( !is_a( $user, 'WP_User') ) { + return false; + } + + do_action( 'ure_before_user_permissions_update', $user->ID ); + + $wp_roles = wp_roles(); + + $multisite = $this->lib->get('multisite'); + if ($multisite) { + if ( !$this->check_blog_user( $user ) ) { + return false; + } + } + + $select_primary_role = apply_filters( 'ure_users_select_primary_role', true ); + if ( $select_primary_role || $this->lib->is_super_admin()) { + $primary_role = $this->lib->get_request_var('primary_role', 'post'); + if ( empty( $primary_role ) || !isset( $wp_roles->roles[$primary_role] ) ) { + $primary_role = ''; + } + } else { + if ( !empty( $user->roles ) ) { + $primary_role = $user->roles[0]; + } else { + $primary_role = ''; + } + } + + $bbpress = $this->lib->get_bbpress(); + if ( $bbpress->is_active() ) { + $bbp_user_role = bbp_get_user_role( $user->ID ); + } else { + $bbp_user_role = ''; + } + + $edit_user_caps_mode = $this->get_edit_user_caps_mode(); + if ( !$edit_user_caps_mode ) { // readonly mode + $this->capabilities_to_save = $user->caps; + } + + // revoke all roles and capabilities from this user + $user->roles = array(); + $user->remove_all_caps(); + + // restore primary role + if ( !empty( $primary_role ) ) { + $user->add_role( $primary_role ); + } + + // restore bbPress user role if he had one + if ( !empty( $bbp_user_role ) ) { + $user->add_role( $bbp_user_role ); + } + + // add other roles to user + foreach ($_POST as $key => $value) { + $result = preg_match( '/^wp_role_(.+)/', $key, $match ); + if ( $result !== 1 ) { + continue; + } + $role = $match[1]; + if ( !isset( $wp_roles->roles[$role] ) ) { + continue; + } + $user->add_role( $role ); + if ( !$edit_user_caps_mode && isset( $this->capabilities_to_save[$role] ) ) { + unset( $this->capabilities_to_save[$role] ); + } + } + + // add individual capabilities to user + if ( count( $this->capabilities_to_save ) > 0) { + foreach ($this->capabilities_to_save as $key => $value) { + $user->add_cap( $key ); + } + } + $user->update_user_level_from_caps(); + + do_action('ure_user_permissions_update', $user->ID, $user); // In order other plugins may hook to the user permissions update + + return true; + } + // end of update_user() + + + /** + * Save changes to the roles or user + * @param string $mess - notification message to the user + * @return string - notification message to the user + */ + protected function permissions_object_update( $mess ) { + + if ( !empty( $mess ) ) { + $mess .= '
        '; + } + if ( $this->ure_object === 'role' ) { // save role changes to database + if ($this->update_roles()) { + if (!$this->apply_to_all) { + $mess = esc_html__('Role is updated successfully', 'user-role-editor'); + } else { + $mess = esc_html__('Roles are updated for all network', 'user-role-editor'); + } + } else { + $mess = esc_html__('Error occurred during role(s) update', 'user-role-editor'); + } + } else { + if ($this->update_user($this->user_to_edit)) { + $mess = esc_html__('User capabilities are updated successfully', 'user-role-editor'); + } else { + $mess = esc_html__('Error occurred during user update', 'user-role-editor'); + } + } + + return $mess; + } + // end of permissions_object_update() + + + protected function update() { + + $this->roles = $this->lib->get_user_roles(); + $this->full_capabilities = $this->lib->init_full_capabilities( $this->ure_object ); + if ( isset( $_POST['user_role'] ) ) { + $this->notification = $this->init_current_role_name(); + } + $this->prepare_capabilities_to_save(); + $this->notification = $this->permissions_object_update( $this->notification ); + + } + // end of update() + + + /** + * Return WordPress user roles to its initial state, just like after installation + * @global WP_Roles $wp_roles + */ + protected function wp_roles_reinit() { + global $wp_roles, $wp_user_roles; + + $wp_user_roles = null; + $wp_roles->roles = array(); + $wp_roles->role_objects = array(); + $wp_roles->role_names = array(); + $wp_roles->use_db = true; + + require_once(ABSPATH . '/wp-admin/includes/schema.php'); + populate_roles(); + $wp_roles = new WP_Roles(); + + $this->roles = $this->lib->get_user_roles(); + + } + // end of wp_roles_reinit() + + /** + * Reset user roles to WordPress default roles + */ + public function reset_user_roles() { + + if (!current_user_can('ure_reset_roles')) { + esc_html_e('Insufficient permissions to work with User Role Editor','user-role-editor'); + $debug = ( defined('WP_PHP_UNIT_TEST') && WP_PHP_UNIT_TEST==true ); + if ( !$debug ) { + die; + } else { + return false; + } + } + + $this->wp_roles_reinit(); + URE_Own_Capabilities::init_caps(); + + $multisite = $this->lib->get('multisite'); + if ( !$multisite ) { + return true; + } + + $this->apply_to_all = $this->lib->get_request_var('ure_apply_to_all', 'post', 'checkbox'); + if ($this->apply_to_all) { + $this->current_role = ''; + $this->direct_network_roles_update(); + } + + return true; + } + // end of reset_user_roles() + + + protected function get_role_id_from_post() { + + $result = array('role_id'=>'', 'message'=>''); + $role_id = $this->lib->get_request_var('user_role_id', 'post' ); + if ( empty( $role_id ) ) { + $result['message'] = esc_html__('Error: Role ID is empty!', 'user-role-editor' ); + return $result; + } + $role_id = utf8_decode( $role_id ); + // sanitize user input for security + $match = array(); + $valid_name = preg_match( '/[A-Za-z0-9_\-]*/', $role_id, $match ); + if ( !$valid_name || ( $valid_name && ( $match[0] !== $role_id ) ) ) { + // Some non-alphanumeric charactes found! + $result['message'] = esc_html__( 'Error: Role ID must contain latin characters, digits, hyphens or underscore only!', 'user-role-editor' ); + return $result; + } + $numeric_name = preg_match( '/[0-9]*/', $role_id, $match ); + if ( $numeric_name && ( $match[0] === $role_id ) ) { + // Numeric name discovered + $result['message'] = esc_html__( 'Error: WordPress does not support numeric Role name (ID). Add latin characters to it.', 'user-role-editor' ); + return $result; + } + + $result['role_id'] = strtolower( $role_id ); + + return $result; + } + // end of get_role_id_from_post() + + + /** + * Process new role creation request + * + * @return string - message about operation result + * + */ + protected function add_new_role() { + + if (!current_user_can('ure_create_roles')) { + return esc_html__('Insufficient permissions to work with User Role Editor','user-role-editor'); + } + + $result = $this->get_role_id_from_post(); + if ( !empty( $result['message'] ) ) { + return $result['message']; + } + + $role_id = $result['role_id']; + $wp_roles = wp_roles(); + if ( isset( $wp_roles->roles[$role_id] ) ) { + $message = sprintf( 'Error! ' . esc_html__('Role %s exists already', 'user-role-editor' ), $role_id); + return $message; + } + + $role_name = isset( $_POST['user_role_name'] ) ? $_POST['user_role_name'] : false; + if ( !empty( $role_name ) ) { + $role_name = sanitize_text_field( $role_name ); + } else { + $role_name = $role_id; // as user role name is empty, use user role ID instead as a default value + } + $this->current_role = $role_id; + $role_copy_from = isset($_POST['user_role_copy_from']) ? $_POST['user_role_copy_from'] : false; + if ( !empty( $role_copy_from ) && $role_copy_from !== 'none' && $wp_roles->is_role( $role_copy_from ) ) { + $role = $wp_roles->get_role($role_copy_from); + $capabilities = $this->remove_caps_not_allowed_for_single_admin( $role->capabilities ); + } else { + $capabilities = array('read' => true, 'level_0' => true); // User subscriber role permissions as a default value + } + // add new role to the roles array + $result = add_role($role_id, $role_name, $capabilities); + if ( !isset( $result ) || empty( $result ) ) { + $message = 'Error! ' . esc_html__('Error is encountered during new role create operation', 'user-role-editor' ); + } else { + $message = sprintf(esc_html__('Role %s is created successfully', 'user-role-editor'), $role_name ); + } + + return $message; + } + // end of add_new_role() + + + /** + * process rename role request + * + * @global WP_Roles $wp_roles + * + * @return string - message about operation result + * + */ + protected function rename_role() { + global $wp_roles; + + if ( !current_user_can('ure_edit_roles') ) { + return esc_html__('Insufficient permissions to work with User Role Editor','user-role-editor'); + } + + $result = $this->get_role_id_from_post(); + if ( !empty( $result['message'] ) ) { + return $result['message']; + } + + $new_role_name = $this->lib->get_request_var('user_role_name', 'post' ); + if ( empty( $new_role_name ) ) { + $message = esc_html__( 'Error: Empty role display name is not allowed.', 'user-role-editor' ); + return $message; + } + + $role_id = $result['role_id']; + $wp_roles = wp_roles(); + if ( !isset( $wp_roles->roles[$role_id] ) ) { + $message = sprintf('Error! ' . esc_html__('Role %s does not exists', 'user-role-editor'), $role_id); + return $message; + } + + $new_role_name = sanitize_text_field( $new_role_name ); + $this->current_role = $role_id; + $this->current_role_name = $new_role_name; + + $old_role_name = $wp_roles->roles[$role_id]['name']; + $wp_roles->roles[$role_id]['name'] = $new_role_name; + update_option( $wp_roles->role_key, $wp_roles->roles ); + + $message = sprintf( esc_html__('Role %s is renamed to %s successfully', 'user-role-editor'), $old_role_name, $new_role_name ); + + return $message; + } + // end of rename_role() + + + protected function get_wp_built_in_roles() { + + $result = array('subscriber', 'contributor', 'author', 'editor', 'administrator'); + + return $result; + } + // end of get_wp_built_in_roles() + + /** + * return array with roles which we could delete, e.g self-created and not used with any blog user + * + * @return array + */ + public function get_roles_can_delete() { + + $default_role = get_option( 'default_role' ); + $wp_built_in_roles = $this->get_wp_built_in_roles(); + $roles_can_delete = array(); + $users = count_users(); + $roles = $this->lib->get_user_roles(); + foreach ($roles as $key => $role) { + $can_delete = true; + // check if it is default role for new users + if ( $key === $default_role ) { + $can_delete = false; + continue; + } + // Do not allow to delete WordPress built-in role + if ( in_array( $key, $wp_built_in_roles ) ) { + continue; + } + // check if role has capabilities prohibited for the single site administrator + if ( $this->role_contains_caps_not_allowed_for_simple_admin( $key ) ) { + continue; + } + if ( !isset( $users['avail_roles'][$key] ) ) { + $roles_can_delete[$key] = $role['name'] . ' (' . $key . ')'; + } + } + + return $roles_can_delete; + } + // end of get_roles_can_delete() + + + /** + * Deletes user role from the WP database + */ + protected function delete_wp_roles( $roles_to_del ) { + global $wp_roles; + + if ( !current_user_can('ure_delete_roles') ) { + $message = esc_html__('Insufficient permissions to work with User Role Editor','user-role-editor'); + return $message; + } + + if ( empty($roles_to_del) || !is_array($roles_to_del) ) { + $message = esc_html__('Empty or not valid list of roles for deletion','user-role-editor'); + return $message; + } + + $roles_can_delete = $this->get_roles_can_delete(); + $wp_roles = wp_roles(); + $result = false; + foreach($roles_to_del as $role_id) { + if ( !isset( $wp_roles->roles[$role_id] ) ) { + $message = esc_html__('Role does not exist','user-role-editor') .' - '.$role_id; + return $message; + } + if ( !isset( $roles_can_delete[$role_id]) ) { + $message = esc_html__('You can not delete role','user-role-editor') .' - '.$role_id; + return $message; + } + + unset( $wp_roles->role_objects[$role_id] ); + unset( $wp_roles->role_names[$role_id] ); + unset( $wp_roles->roles[$role_id] ); + $result = true; + } // foreach() + if ( $result ) { + update_option( $wp_roles->role_key, $wp_roles->roles ); + } + + return $result; + } + // end of delete_wp_roles() + + + protected function delete_all_unused_roles() { + + $roles_to_del = array_keys( $this->get_roles_can_delete() ); + $result = $this->delete_wp_roles( $roles_to_del ); + $this->roles = null; // to force roles refresh in User Role Editor + + return $result; + } + // end of delete_all_unused_roles() + + + /** + * Process user request for user role deletion + * @return string + */ + protected function delete_role() { + + if ( !current_user_can('ure_delete_roles') ) { + $message = esc_html__('Insufficient permissions to work with User Role Editor','user-role-editor'); + return $message; + } + + $role_id = $this->lib->get_request_var( 'user_role_id', 'post'); + if ( $role_id==-1 ) { // delete all unused roles + $result = $this->delete_all_unused_roles(); + } else { + $result = $this->delete_wp_roles( array( $role_id ) ); + } + if ($result===true) { + if ( $role_id==-1 ) { + $message = esc_html__( 'Unused roles are deleted successfully', 'user-role-editor' ); + } else { + $message = sprintf( esc_html__( 'Role %s is deleted successfully', 'user-role-editor' ), $role_id ); + } + } elseif ( empty($result) ) { + $message = 'Error! '. esc_html__( 'Error encountered during role delete operation', 'user-role-editor' ); + } else { + $message = $result; + } + if ( isset( $_POST['user_role_id'] ) ) { + unset( $_POST['user_role_id'] ); + } + + return $message; + } + // end of delete_role() + + + /** + * Change default WordPress role + * @global WP_Roles $wp_roles + * @return string + */ + protected function change_default_role() { + + if ( !current_user_can('ure_delete_roles') ) { + $mess = esc_html__('Insufficient permissions to work with User Role Editor','user-role-editor'); + return $mess; + } + + $multisite = $this->lib->get('multisite'); + if ( !$multisite || is_network_admin() ) { + $mess = esc_html__('This method is only for the single site of WordPress multisite installation.', 'user-role-editor'); + return $mess; + } + if ( empty( $_POST['user_role_id'] ) ) { + $mess = esc_html__('Wrong request. Default role can not be empty', 'user-role-editor'); + return $mess; + } + + $mess = ''; + $wp_roles = wp_roles(); + $role_id = $this->lib->get_request_var('user_role_id', 'post'); + unset( $_POST['user_role_id'] ); + if ( isset( $wp_roles->role_objects[$role_id] ) && $role_id !== 'administrator' ) { + update_option( 'default_role', $role_id ); + $this->wp_default_role = get_option( 'default_role' ); + if ($this->wp_default_role===$role_id) { + $mess = sprintf(esc_html__('Default role for new users is set to %s successfully', 'user-role-editor'), $wp_roles->role_names[$role_id]); + } else { + $mess = 'Error! ' . esc_html__('Error encountered during default role change operation', 'user-role-editor'); + } + } elseif ($role_id === 'administrator') { + $mess = 'Error! ' . esc_html__('Can not set Administrator role as a default one', 'user-role-editor'); + } else { + $mess = 'Error! ' . esc_html__('This role does not exist - ', 'user-role-editor') . esc_html($role_id); + } + + + return $mess; + } + // end of change_default_role() + + + /** + * Process user request + */ + protected function process_user_request() { + + $this->notification = ''; + if ( !isset( $_POST['action'] ) ) { + return false; + } + if ( !$this->valid_nonce() ) { + if ( defined('WP_DEBUG') && WP_DEBUG ) { + return false; + } else { + exit; + } + } + + $action = $this->lib->get_request_var('action', 'post'); + switch ( $action ) { + case 'reset': { + $this->reset_user_roles(); + exit; + } + case 'add-new-role': { + // process new role create request + $this->notification = $this->add_new_role(); + break; + } + case 'rename-role': { + // process rename role request + $this->notification = $this->rename_role(); + break; + } + case 'delete-role': { + $this->notification = $this->delete_role(); + break; + } + case 'change-default-role': { + $this->notification = $this->change_default_role(); + break; + } + case 'caps-readable': { + $this->set_caps_readable(); + break; + } + case 'show-deprecated-caps': { + $this->set_show_deprecated_caps(); + break; + } + case 'hide-pro-banner': { + $this->hide_pro_banner(); + break; + } + case 'add-new-capability': { + $this->notification = URE_Capability::add( $this->ure_object ); + break; + } + case 'delete-user-capability': { + $this->notification = URE_Capability::delete(); + break; + } + case 'roles_restore_note': { + $this->notification = esc_html__('User Roles are restored to WordPress default values. ', 'user-role-editor'); + break; + } + case 'update': { + $this->update(); + break; + } + default: { + do_action('ure_process_user_request'); + } + } // switch ( $action ) .... + + return true; + } + // end of process_user_request() + + + protected function init1() { + + $this->roles = $this->lib->get_user_roles(); + $this->full_capabilities = $this->lib->init_full_capabilities( $this->ure_object ); + if ( empty( $this->role_additional_options ) ) { + $this->role_additional_options = URE_Role_Additional_Options::get_instance( $this->lib ); + } + + } + // end of editor_init1() + + + /** + * Return id of role last in the list of sorted roles + * + */ + protected function get_last_role_id() { + + // get the key of the last element in roles array + $keys = array_keys( $this->roles ); + asort( $keys ); + $last_role_id = array_pop( $keys ); + + return $last_role_id; + } + // end of get_last_role_id() + + + protected function set_current_role() { + + if (!isset($this->current_role) || !$this->current_role) { + if (isset($_REQUEST['user_role']) && $_REQUEST['user_role'] && isset($this->roles[$_REQUEST['user_role']])) { + $this->current_role = $_REQUEST['user_role']; + } else { + $this->current_role = $this->get_last_role_id(); + } + $this->current_role_name = $this->roles[$this->current_role]['name']; + } + + } + // end of set_current_role() + + + // returns true if editing user has $capability assigned through the roles or directly + // returns true if editing user has role with name equal $capability + public function user_can($capability) { + + if (isset($this->user_to_edit->caps[$capability])) { + return true; + } + foreach ($this->user_to_edit->roles as $role) { + if ($role===$capability) { + return true; + } + if (!empty($this->roles[$role]['capabilities'][$capability])) { + return true; + } + } + + return false; + } + // end of user_can() + + + protected function show_editor() { + + $this->lib->show_message( $this->notification ); + if ( $this->ure_object == 'user' ) { + $view = new URE_User_View(); + } else { + $this->set_current_role(); + $view = new URE_Role_View(); + $view->role_edit_prepare_html(); + } + ?> +
        +

        +
        +
        +
        +
        + display(); + wp_nonce_field( 'user-role-editor', 'ure_nonce' ); + ?> + +
        +
        +lib->is_pro() ) { + $view->advertise_pro(); + } +?> +
        +lib->is_pro()) { + $view->advertise_commercials(); + } + $view->display_edit_dialogs(); + do_action( 'ure_dialogs_html' ); + URE_Role_View::output_confirmation_dialog(); +?> +
        +
        + init0()) { + $message = esc_html__( 'Error: wrong request', 'user-role-editor' ); + $this->lib->show_message( $message ); + return false; + } + + $this->process_user_request(); + $this->init1(); + $this->show_editor(); + + return true; + } + // end of show() + + + public function set_notification($value) { + + $this->notification = $value; + + } + // end of set_notification() + + + /** + * Not really used in the plugin - just storage for the translation strings + */ + protected function translation_data() { +// for the translation purpose + if (false) { +// Standard WordPress roles + __('Editor', 'user-role-editor'); + __('Author', 'user-role-editor'); + __('Contributor', 'user-role-editor'); + __('Subscriber', 'user-role-editor'); +// Standard WordPress capabilities + __('Switch themes', 'user-role-editor'); + __('Edit themes', 'user-role-editor'); + __('Activate plugins', 'user-role-editor'); + __('Edit plugins', 'user-role-editor'); + __('Edit users', 'user-role-editor'); + __('Edit files', 'user-role-editor'); + __('Manage options', 'user-role-editor'); + __('Moderate comments', 'user-role-editor'); + __('Manage categories', 'user-role-editor'); + __('Manage links', 'user-role-editor'); + __('Upload files', 'user-role-editor'); + __('Import', 'user-role-editor'); + __('Unfiltered html', 'user-role-editor'); + __('Edit posts', 'user-role-editor'); + __('Edit others posts', 'user-role-editor'); + __('Edit published posts', 'user-role-editor'); + __('Publish posts', 'user-role-editor'); + __('Edit pages', 'user-role-editor'); + __('Read', 'user-role-editor'); + __('Level 10', 'user-role-editor'); + __('Level 9', 'user-role-editor'); + __('Level 8', 'user-role-editor'); + __('Level 7', 'user-role-editor'); + __('Level 6', 'user-role-editor'); + __('Level 5', 'user-role-editor'); + __('Level 4', 'user-role-editor'); + __('Level 3', 'user-role-editor'); + __('Level 2', 'user-role-editor'); + __('Level 1', 'user-role-editor'); + __('Level 0', 'user-role-editor'); + __('Edit others pages', 'user-role-editor'); + __('Edit published pages', 'user-role-editor'); + __('Publish pages', 'user-role-editor'); + __('Delete pages', 'user-role-editor'); + __('Delete others pages', 'user-role-editor'); + __('Delete published pages', 'user-role-editor'); + __('Delete posts', 'user-role-editor'); + __('Delete others posts', 'user-role-editor'); + __('Delete published posts', 'user-role-editor'); + __('Delete private posts', 'user-role-editor'); + __('Edit private posts', 'user-role-editor'); + __('Read private posts', 'user-role-editor'); + __('Delete private pages', 'user-role-editor'); + __('Edit private pages', 'user-role-editor'); + __('Read private pages', 'user-role-editor'); + __('Delete users', 'user-role-editor'); + __('Create users', 'user-role-editor'); + __('Unfiltered upload', 'user-role-editor'); + __('Edit dashboard', 'user-role-editor'); + __('Update plugins', 'user-role-editor'); + __('Delete plugins', 'user-role-editor'); + __('Install plugins', 'user-role-editor'); + __('Update themes', 'user-role-editor'); + __('Install themes', 'user-role-editor'); + __('Update core', 'user-role-editor'); + __('List users', 'user-role-editor'); + __('Remove users', 'user-role-editor'); + __('Add users', 'user-role-editor'); + __('Promote users', 'user-role-editor'); + __('Edit theme options', 'user-role-editor'); + __('Delete themes', 'user-role-editor'); + __('Export', 'user-role-editor'); + } + } + // end of translation_data() + + + /** + * Private clone method to prevent cloning of the instance of the + * *Singleton* instance. + * + * @return void + */ + private function __clone() { } + + /** + * Private unserialize method to prevent unserializing of the *Singleton* + * instance. + * + * @return void + */ + private function __wakeup() { } + + +} +// end of URE_Editor class diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/grant-roles.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/grant-roles.php new file mode 100644 index 00000000..848720ed --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/grant-roles.php @@ -0,0 +1,496 @@ +lib = URE_Lib::get_instance(); + + add_action( 'load-users.php', array( $this, 'load' ) ); + + } + // end of __construct() + + + public function load() { + + add_action('restrict_manage_users', array($this, 'show_roles_manage_html') ); + add_action('admin_head', array(User_Role_Editor::get_instance(), 'add_css_to_users_page') ); + add_action('admin_enqueue_scripts', array($this, 'load_js') ); + + $this->update_roles(); + + } + // end of load() + + + private static function validate_users($users) { + + if (!is_array($users)) { + return false; + } + + foreach ($users as $user_id) { + if (!is_numeric($user_id)) { + return false; + } + if ( !current_user_can( 'promote_user', $user_id ) ) { + return false; + } + + if ( is_multisite() && !is_user_member_of_blog( $user_id ) ) { + return false; + } + + } + + return true; + } + // end of validate_users() + + + private function add_role( $users ) { + + if ( !empty( $_REQUEST['ure_add_role'] ) ) { + $role = $_REQUEST['ure_add_role']; + } else { + $role = $_REQUEST['ure_add_role_2']; + } + + if ( !self::validate_roles( array($role=>$role) ) ) { + return; + } + + $done = false; + foreach( $users as $user_id ) { + $user = get_user_by( 'id', $user_id ); + if (empty( $user ) ) { + continue; + } + if ( empty($user->roles) || !in_array( $role, $user->roles ) ) { + $user->add_role( $role ); + $done = true; + } + } + + if ( $done ) { + // Redirect to the users screen. + if ( wp_redirect( add_query_arg( 'update', 'promote', 'users.php' ) ) ) { + exit; + } + } + } + // end of add_role() + + + private function is_try_remove_admin_from_himself( $user_id, $role) { + + $result = false; + + $current_user = wp_get_current_user(); + $wp_roles = wp_roles(); + $role_caps = array_keys( $wp_roles->roles[$role]['capabilities'] ); + $is_current_user = ( $user_id == $current_user->ID ); + $role_can_promote = in_array('promote_users', $role_caps); + $can_manage_network = is_multisite() && current_user_can( 'manage_network_users' ); + + // If the removed role has the `promote_users` cap and user is removing it from himself + if ( $is_current_user && $role_can_promote && !$can_manage_network ) { + $result = true; + + // Loop through the current user's roles. + foreach ($current_user->roles as $_role) { + $_role_caps = array_keys( $wp_roles->roles[$_role]['capabilities'] ); + // If the current user has another role that can promote users, it's safe to remove the role. Else, the current user should to keep this role. + if ( ($role!==$_role) && in_array( 'promote_users', $_role_caps ) ) { + $result = false; + break; + } + } + + } + + return $result; + } + + + private function revoke_role( $users ) { + + if ( !empty( $_REQUEST['ure_revoke_role'] ) ) { + $role = $_REQUEST['ure_revoke_role']; + } else { + $role = $_REQUEST['ure_revoke_role_2']; + } + + if ( !self::validate_roles( array($role=>$role) ) ) { + return; + } + + $done = false; + foreach( $users as $user_id ) { + $user = get_user_by( 'id', $user_id ); + if (empty( $user ) ) { + continue; + } + if ($this->is_try_remove_admin_from_himself( $user_id, $role ) ) { + continue; + } + if ( is_array($user->roles) && in_array( $role, $user->roles ) ) { + $user->remove_role( $role ); + $done = true; + } + } + if ( $done ) { + if ( wp_redirect( add_query_arg( 'update', 'promote', 'users.php' ) ) ) { + exit; + } + } + } + // end of revoke_role() + + + private function update_roles() { + + if ( empty( $_REQUEST['users'] ) ) { + return; + } + + if ( !current_user_can('promote_users') ) { + return; + } + $users = (array) $_REQUEST['users']; + if ( !self::validate_users( $users ) ) { + return; + } + + if ( ( !empty( $_REQUEST['ure_add_role'] ) && !empty( $_REQUEST['ure_add_role_submit']) ) || + ( !empty( $_REQUEST['ure_add_role_2'] ) && !empty( $_REQUEST['ure_add_role_submit_2'] ) ) ) { + $this->add_role( $users ); + } else if ( ( !empty( $_REQUEST['ure_revoke_role'] ) && !empty( $_REQUEST['ure_revoke_role_submit'] ) ) || + ( !empty( $_REQUEST['ure_revoke_role_2'] ) && !empty( $_REQUEST['ure_revoke_role_submit_2'] ) ) ) { + $this->revoke_role( $users ); + } + } + // end of update_roles() + + + private static function validate_roles($roles) { + + if (!is_array($roles)) { + return false; + } + + $lib = URE_Lib::get_instance(); + $editable_roles = $lib->get_all_editable_roles(); + $valid_roles = array_keys($editable_roles); + foreach($roles as $role) { + if (!in_array($role, $valid_roles)) { + return false; + } + } + + return true; + } + // end of validate_roles() + + + private static function grant_primary_role_to_user($user_id, $role) { + + $user = get_user_by('id', $user_id); + if (empty($user)) { + return; + } + + if ($role===self::NO_ROLE_FOR_THIS_SITE) { + $role = ''; + } + $old_roles = $user->roles; // Save currently granted roles to restore from them the bbPress roles later if there are any... + $user->set_role($role); + + $lib = URE_Lib::get_instance(); + $bbpress = $lib->get('bbpress'); + if (empty($bbpress)) { + return; + } + + $bbp_roles = $bbpress->extract_bbp_roles($old_roles); + if (count($bbp_roles)>0) { // restore bbPress roles + foreach($bbp_roles as $role) { + $user->add_role($role); + } + } + + } + // end of grant_primary_role_to_user() + + + private static function grant_other_roles_to_user($user_id, $roles) { + + $user = get_user_by('id', $user_id); + if (empty($user)) { + return; + } + + $roles_list = array_values( $user->roles ); + $primary_role = array_shift( $roles_list ); // Get the 1st element from the roles array + $lib = URE_Lib::get_instance(); + $bbpress = $lib->get( 'bbpress' ); + if ( empty( $bbpress ) ) { + $bbp_roles = array(); + } else { + $bbp_roles = $bbpress->extract_bbp_roles( $user->roles ); + } + $user->remove_all_caps(); + $roles = array_merge(array( $primary_role ), $bbp_roles, $roles ); + foreach( $roles as $role ) { + $user->add_role( $role ); + } + + } + // end of grant_other_roles_to_user() + + + /** + * Decide if primary role should be granted or left as it is + * + * @param string $primary_role + * @return boolean + */ + private static function is_select_primary_role($primary_role) { + + if (empty($primary_role)) { + return false; // Primary role was not selected by user, leave an older one + } + + $lib = URE_Lib::get_instance(); + if ($lib->is_super_admin()) { + $select_primary_role = true; + } else { + $select_primary_role = apply_filters('ure_users_select_primary_role', true); + } + + return $select_primary_role; + } + // end of is_select_primary_role() + + + public static function grant_roles() { + + if ( !current_user_can('promote_users') ) { + $answer = array('result'=>'error', 'message'=>esc_html__('Not enough permissions', 'user-role-editor')); + return $answer; + } + + $users = $_POST['users']; + if (!self::validate_users($users)) { + $answer = array('result'=>'error', 'message'=>esc_html__('Can not edit user or invalid data at the users list', 'user-role-editor')); + return $answer; + } + +// Primary role + $primary_role = $_POST['primary_role']; + if (!empty($primary_role) && ($primary_role!==self::NO_ROLE_FOR_THIS_SITE) && + !self::validate_roles(array($primary_role=>$primary_role))) { + $answer = array('result'=>'error', 'message'=>esc_html__('Invalid primary role', 'user-role-editor')); + return $answer; + } + + if (self::is_select_primary_role($primary_role)) { + foreach ($users as $user_id) { + self::grant_primary_role_to_user($user_id, $primary_role); + } + } + +// Other roles + $other_roles = isset($_POST['other_roles']) ? $_POST['other_roles'] : null; + if (!empty($other_roles) && !self::validate_roles($other_roles)) { + $answer = array('result'=>'error', 'message'=>esc_html__('Invalid data at the other roles list', 'user-role-editor')); + return $answer; + } + + if (!empty($other_roles)) { + foreach($users as $user_id) { + self::grant_other_roles_to_user($user_id, $other_roles); + } + } + $answer = array('result'=>'success', 'message'=>esc_html__('Roles were granted to users successfully', 'user-role-editor')); + + return $answer; + } + // end of grant_roles() + + + public static function get_user_roles() { + + if ( !current_user_can( 'promote_users' ) ) { + $answer = array('result'=>'error', 'message'=>esc_html__('Not enough permissions', 'user-role-editor')); + return $answer; + } + + $lib = URE_Lib::get_instance(); + $user_id = (int) $lib->get_request_var('user_id', 'post', 'int'); + if (empty($user_id)) { + $answer = array('result'=>'error', 'message'=>esc_html__('Wrong request, valid user ID was missed', 'user-role-editor')); + return $answer; + } + + $user = get_user_by('id', $user_id); + if (empty($user)) { + $answer = array('result'=>'error', 'message'=>esc_html__('Requested user does not exist', 'user-role-editor')); + return $answer; + } + + $other_roles = array_values($user->roles); + $primary_role = array_shift($other_roles); + + $answer = array('result'=>'success', 'primary_role'=>$primary_role, 'other_roles'=>$other_roles); + + return $answer; + } + // end of get_user_roles() + + + + private function select_primary_role_html() { + + $select_primary_role = apply_filters('ure_users_select_primary_role', true); + if (!$select_primary_role && !$this->lib->is_super_admin()) { + return; + } +?> + + + + +
        + +
        + + +
        +lib->show_admin_role_allowed(); + $roles = $this->lib->get_all_editable_roles(); + ksort( $roles ); + foreach ($roles as $role_id => $role) { + if (!$show_admin_role && $role_id=='administrator') { + continue; + } + echo '
        '. PHP_EOL; + } +?> +
        +0) ? '_2': ''; + $roles_options_list = self::get_roles_options_list(); +?> +    + +    + + + +    + + + + + + +
        +
        +select_primary_role_html(); + $this->select_other_roles_html(); +?> +
        +
        + wp_create_nonce('user-role-editor'), + 'dialog_title'=> esc_html__('Grant roles to selected users', 'user-role-editor'), + 'select_users_first' => esc_html__('Select users to which you wish to grant roles!', 'user-role-editor'), + 'select_roles_first' => esc_html__('Select role(s) which you wish to grant!', 'user-role-editor'), + 'show_wp_change_role' => $show_wp_change_role ? 1: 0 + )); + } + // end of load_js() + +} +// end of URE_Grant_Roles class diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/known-js-css-compatibility-issues.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/known-js-css-compatibility-issues.php new file mode 100644 index 00000000..cd81fa3d --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/known-js-css-compatibility-issues.php @@ -0,0 +1,89 @@ +registered['admin-page-css'])) { + wp_deregister_style('admin-page-css'); + } + } + // end of unload_conflict_plugins_css() + + + +} +// end of URE_Fix_Known_JS_CSS_Compatibility_Issues \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/lib.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/lib.php new file mode 100644 index 00000000..00be6cf9 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/lib.php @@ -0,0 +1,545 @@ +debug = defined('URE_DEBUG') && (URE_DEBUG==1 || URE_DEBUG==true); + $this->get_bbpress(); + $this->upgrade(); + + } + // end of __construct() + + + public function get_bbpress() { + + if ($this->bbpress===null) { + $this->bbpress = new URE_bbPress(); + } + + return $this->bbpress; + + } + // end of get_bbpress() + + + public static function get_instance($options_id = '') { + + if (self::$instance === null) { + if (empty($options_id)) { + throw new Exception('URE_Lib::get_instance() - Error: plugin options ID string is required'); + } + // new static() will work too + self::$instance = new URE_Lib($options_id); + } + + return self::$instance; + } + // end of get_instance() + + + protected function upgrade() { + + if (!is_admin()) { + return; + } + + $ure_version = $this->get_option('ure_version', '0'); + if (version_compare( $ure_version, URE_VERSION, '<' ) ) { + // put version upgrade stuff here + + $this->put_option('ure_version', URE_VERSION, true); + } + + } + // end of upgrade() + + + /** + * Is this the Pro version? + * @return boolean + */ + public function is_pro() { + + return false; + } + // end of is_pro() + + + public function set_raised_permissions($value) { + + $this->raised_permissions = !empty($value) ? true : false; + + } + // end of set_raised_permissions() + + + /** + * get options for User Role Editor plugin + * User Role Editor stores its options at the main blog/site only and applies them to the all network + * + */ + protected function init_options($options_id) { + global $wpdb; + + if ($this->multisite) { + if ( ! function_exists( 'is_plugin_active_for_network' ) ) { // Be sure the function is defined before trying to use it + require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); + } + $this->active_for_network = is_plugin_active_for_network(URE_PLUGIN_BASE_NAME); + } + $current_blog = $wpdb->blogid; + if ($this->multisite && $current_blog!=$this->main_blog_id) { + if ($this->active_for_network) { // plugin is active for whole network, so get URE options from the main blog + switch_to_blog($this->main_blog_id); + } + } + + $this->options_id = $options_id; + $this->options = get_option($options_id); + + if ($this->multisite && $current_blog!=$this->main_blog_id) { + if ($this->active_for_network) { // plugin is active for whole network, so return back to the current blog + restore_current_blog(); + } + } + + } + // end of init_options() + + + /** + * saves options array into WordPress database wp_options table + */ + public function flush_options() { + global $wpdb; + + $current_blog = $wpdb->blogid; + if ($this->multisite && $current_blog!==$this->main_blog_id) { + if ($this->active_for_network) { // plugin is active for whole network, so get URE options from the main blog + switch_to_blog($this->main_blog_id); // in order to save URE options to the main blog + } + } + + update_option($this->options_id, $this->options); + + if ($this->multisite && $current_blog!==$this->main_blog_id) { + if ($this->active_for_network) { // plugin is active for whole network, so return back to the current blog + restore_current_blog(); + } + } + + } + // end of flush_options() + + + public function get_main_blog_id() { + + return $this->main_blog_id; + + } + + + /** + * Checks if user is allowed to use User Role Editor + * + * @param int $user_id + * @return boolean true + */ + public function user_is_admin($user_id = false) { + + $ure_key_capability = URE_Own_Capabilities::get_key_capability(); + if (empty($user_id)) { + $user_id = get_current_user_id(); + } + $result = user_can($user_id, $ure_key_capability); + + return $result; + } + // end of user_is_admin() + + + /** + * return array with WordPress user roles + * + * @global WP_Roles $wp_roles + * @global type $wp_user_roles + * @return array + */ + public function get_user_roles() { + + $bbpress = $this->get_bbpress(); + if ($bbpress->is_active()) { // bbPress plugin is active + $roles = $bbpress->get_roles(); + } else { + $wp_roles = wp_roles(); + $roles = $wp_roles->roles; + } + + return $roles; + } + // end of get_user_roles() + + + /** + * Respect 'editable_roles' filter, when needed + * @return array + */ + public function get_editable_user_roles( $roles ) { + + if (empty($roles)) { + $roles = $this->get_user_roles(); + } + $bbpress = $this->get_bbpress(); + if ($bbpress->is_active()) { + remove_filter('editable_roles', 'bbp_filter_blog_editable_roles'); + } + $roles = apply_filters('editable_roles', $roles); + if ($bbpress->is_active()) { + add_filter('editable_roles', 'bbp_filter_blog_editable_roles'); + } + + return $roles; + } + // end of get_editable_user_roles() + + + /** + * return array of built-in WP capabilities (WP 3.1 wp-admin/includes/schema.php) + * + * @return array + */ + public function get_built_in_wp_caps() { + + $caps_groups = URE_Capabilities_Groups_Manager::get_instance(); + $caps = $caps_groups->get_built_in_wp_caps(); + + return $caps; + } + // end of get_built_in_wp_caps() + + + /** + * Return all available post types except non-public WordPress built-in post types + * + * @return array + */ + public function _get_post_types() { + + $all_post_types = get_post_types(); + $internal_post_types = get_post_types(array('public'=>false, '_builtin'=>true)); + $post_types = array_diff($all_post_types, $internal_post_types); + + return $post_types; + } + // end of _get_post_types() + + + public function get_edit_post_capabilities() { + $capabilities = array( + 'create_posts', + 'edit_posts', + 'edit_published_posts', + 'edit_others_posts', + 'edit_private_posts', + 'publish_posts', + 'read_private_posts', + 'delete_posts', + 'delete_private_posts', + 'delete_published_posts', + 'delete_others_posts' + ); + + return $capabilities; + } + // end of get_edit_post_capabilities(); + + + public function init_full_capabilities( $ure_object ) { + + $capabilities = URE_Capabilities::get_instance(); + $full_list = $capabilities->init_full_list( $ure_object ); + + return $full_list; + } + // end of init_full_capabilities() + + + public function restore_after_blog_switching($blog_id = 0) { + + if (!empty($blog_id)) { + switch_to_blog($blog_id); + } + // cleanup blog switching data + $GLOBALS['_wp_switched_stack'] = array(); + $GLOBALS['switched'] = ! empty( $GLOBALS['_wp_switched_stack'] ); + } + // end of restore_after_blog_switching() + + + /** + * Returns administrator role ID + * + * @return string + */ + public function get_admin_role() { + + $roles = $this->get_user_roles(); + if (isset($roles['administrator'])) { + $admin_role_id = 'administrator'; + } else { + // go through all roles and select one with max quant of capabilities included + $max_caps = -1; + $admin_role_id = ''; + foreach(array_keys($roles) as $role_id) { + $caps = count($roles[$role_id]['capabilities']); + if ($caps>$max_caps) { + $max_caps = $caps; + $admin_role_id = $role_id; + } + } + } + + return $admin_role_id; + } + // end get_admin_role() + + + /** + * Returns text presentation of user roles + * + * @param type $roles user roles list + * @return string + */ + public function roles_text($roles) { + global $wp_roles; + + if (is_array($roles) && count($roles) > 0) { + $role_names = array(); + foreach ($roles as $role) { + if (isset($wp_roles->roles[$role])) { + $role_names[] = $wp_roles->roles[$role]['name']; + } else { + $role_names[] = $role; + } + } + $output = implode(', ', $role_names); + } else { + $output = ''; + } + + return $output; + } + // end of roles_text() + + + public function about() { + if ($this->is_pro()) { + return; + } + +?> +

        User Role Editor

        + +

        +
        +
        +
        +
        +
        +
        +
        +
        + + + + +
        +
        +get_option('show_admin_role', 0); + $show_admin_role = ((defined('URE_SHOW_ADMIN_ROLE') && URE_SHOW_ADMIN_ROLE==1) || $show_admin_role==1) && $this->user_is_admin(); + + return $show_admin_role; + } + // end of show_admin_role() + + + /** + * Returns true if user has a real super administrator permissions + * It takes into account $this->raised_permissions value, in order do not count a user with temporally raised permissions + * of a real superadmin under WP Multisite + * For WP Singlesite superadmin is a user with 'administrator' role only in opposite the WordPress's is_super_admin(), + * which counts as superadmin any user with 'delete_users' capability + * + * @param int $user_id + * @return boolean + */ + public function is_super_admin($user_id = false) { + + if (empty($user_id)) { + $user = wp_get_current_user(); + $user_id = $user->ID; + } else { + $user = get_userdata($user_id); + } + if (!$user || !$user->exists()) { + return false; + } + + if ( $this->multisite && !$this->raised_permissions && is_super_admin( $user_id ) ) { + return true; + } + + if (!$this->multisite && $this->user_has_role( $user, 'administrator' ) ) { + return true; + } + + return false; + } + // end of is_super_admin() + + + public function user_has_role( $user, $role) { + + if (empty($user)) { + return false; + } + + if (!is_a($user, 'WP_User')) { + return false; + } + + if (empty($user->roles)) { + return false; + } + + if (!in_array( $role, $user->roles ) ) { + return false; + } + + return true; + } + // end of user_has_role() + + + // Returns true for any capability if user is a real superadmin under WordPress Multisite + // Returns true if user has $capability assigned through the roles or directly + // Returns true if user has role with name equal $cap + public function user_has_capability($user, $cap) { + global $wp_roles; + + if (!is_object($user) || !is_a( $user, 'WP_User') || empty($user->ID)) { + return false; + } + + // Do not replace with $this->is_super_admin() to exclude recursion + if ($this->multisite && !$this->raised_permissions && is_super_admin($user->ID)) { + return true; + } + + if (isset($user->caps[$cap])) { + return true; + } + foreach ($user->roles as $role) { + if ($role === $cap) { + return true; + } + if (!empty($wp_roles->roles[$role]['capabilities'][$cap])) { + return true; + } + } + + return false; + } + // end of user_has_capability() + + + // create assign_role object + public function get_assign_role() { + + $assign_role = new URE_Assign_Role(); + + return $assign_role; + } + // end of get_assign_role() + + + /** + * Compare if current URL path is equal to the required one + * if $path is empty, then just check if URL leads to wp-admin + * @param string $path + * @return boolean + */ + public function is_right_admin_path($path='') { + $result = true; + $admin_url = admin_url($path); + $parsed = parse_url($admin_url); + $full_path = $parsed['path']; + if ( stripos($_SERVER['REQUEST_URI'], $full_path)===false ) { + $result = false; + } + + return $result; + } + // end of is_right_admin_path() + + /* + * It's overriden in Pro version to add bbPress roles + */ + public function get_all_editable_roles() { + + $roles = get_editable_roles(); // WordPress roles + if ( has_filter( 'editable_roles', array( User_Role_Editor::get_instance(), 'sort_wp_roles_list') ) ) { + // to show roles in the accending order + $roles = array_reverse( $roles ); + } + + return $roles; + } + // end of get_all_roles() + +} +// end of URE_Lib class \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/own-capabilities.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/own-capabilities.php new file mode 100644 index 00000000..e1f20ec8 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/own-capabilities.php @@ -0,0 +1,164 @@ + + * @copyright Copyright (c) 2010 - 2016, Vladimir Garagulya + **/ +class URE_Own_Capabilities { + const URE_SETTINGS_CAP_TR = 'ure_settings_cap'; + + + public static function get_caps() { + + $lib = URE_Lib::get_instance(); + + $ure_caps = array( + 'ure_edit_roles' => 1, + 'ure_create_roles' => 1, + 'ure_delete_roles' => 1, + 'ure_create_capabilities' => 1, + 'ure_delete_capabilities' => 1, + 'ure_manage_options' => 1, + 'ure_reset_roles' => 1 + ); + + if ($lib->is_pro()) { + $ure_caps['ure_export_roles'] = 1; + $ure_caps['ure_import_roles'] = 1; + $ure_caps['ure_admin_menu_access'] = 1; + $ure_caps['ure_widgets_access'] = 1; + $ure_caps['ure_widgets_show_access'] = 1; + $ure_caps['ure_meta_boxes_access'] = 1; + $ure_caps['ure_other_roles_access'] = 1; + $ure_caps['ure_edit_posts_access'] = 1; + $ure_caps['ure_plugins_activation_access'] = 1; + $ure_caps['ure_view_posts_access'] = 1; + $ure_caps['ure_front_end_menu_access'] = 1; + $ure_caps['ure_nav_menus_access'] = 1; + $multisite = $lib->get('multisite'); + if ($multisite) { + $ure_caps['ure_themes_access'] = 1; + } + } + + return $ure_caps; + } + // end of get_caps() + + + /** + * return key capability to have access to User Role Editor Plugin + */ + public static function get_key_capability() { + + $lib = URE_Lib::get_instance(); + $key_cap = $lib->get('key_capability'); + + if (!empty($key_cap)) { + return $key_cap; + } + + $multisite = $lib->get('multisite'); + if (!$multisite) { + $key_cap = URE_KEY_CAPABILITY; + } else { + $enable_simple_admin_for_multisite = $lib->get_option('enable_simple_admin_for_multisite', 0); + if ( (defined('URE_ENABLE_SIMPLE_ADMIN_FOR_MULTISITE') && URE_ENABLE_SIMPLE_ADMIN_FOR_MULTISITE == 1) || + $enable_simple_admin_for_multisite) { + $key_cap = URE_KEY_CAPABILITY; + } else { + $key_cap = 'manage_network_plugins'; + } + } + $lib->set('key_capability', $key_cap); + + return $key_cap; + } + // end of get_key_capability() + + + /** + * Return user capability for the User Role Editor Settings page + * + * @return string + */ + public static function get_settings_capability() { + + $lib = URE_Lib::get_instance(); + $settings_cap = $lib->get('settings_capability'); + if (!empty($settings_cap)) { + return $settings_cap; + } + + $multisite = $lib->get('multisite'); + if (!$multisite) { + $settings_cap = 'ure_manage_options'; + } else { + $enable_simple_admin_for_multisite = $lib->get_option('enable_simple_admin_for_multisite', 0); + if ((defined('URE_ENABLE_SIMPLE_ADMIN_FOR_MULTISITE') && URE_ENABLE_SIMPLE_ADMIN_FOR_MULTISITE == 1) || + $enable_simple_admin_for_multisite) { + $settings_cap = 'ure_manage_options'; + } else { + $settings_cap = self::get_key_capability(); + } + } + $lib->set('settings_capability', $settings_cap); + + return $settings_cap; + } + // end of get_settings_capability() + + + public static function init_caps() { + global $wp_roles; + + if (!isset($wp_roles)) { + $wp_roles = new WP_Roles(); + } + + if (!isset($wp_roles->roles['administrator'])) { + return; + } + + $lib = URE_Lib::get_instance(); + $multisite = $lib->get('multisite'); + // Do not turn on URE caps for local administrator by default under multisite, as there is a superadmin. + $turn_on = !$multisite; + + $old_use_db = $wp_roles->use_db; + $wp_roles->use_db = true; + $administrator = $wp_roles->role_objects['administrator']; + $ure_caps = self::get_caps(); + foreach(array_keys($ure_caps) as $cap) { + if (!$administrator->has_cap($cap)) { + $administrator->add_cap($cap, $turn_on); + } + } + $wp_roles->use_db = $old_use_db; + } + // end of init_caps() + + + /** + * Return list of URE capabilities with data about groups they were included + * + * @return array + */ + public static function get_caps_groups() { + + $ure_caps = self::get_caps(); + + $caps = array(); + foreach($ure_caps as $ure_cap=>$value) { + $caps[$ure_cap] = array('custom', 'user_role_editor'); + } + + return $caps; + } + // end of get_caps_groups() + +} +// end of URE_Capabilities class \ No newline at end of file diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/protect-admin.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/protect-admin.php new file mode 100644 index 00000000..59541b36 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/protect-admin.php @@ -0,0 +1,243 @@ +lib = URE_Lib::get_instance(); + $this->user_to_check = array(); + + // Exclude administrator role from edit list. + add_filter('editable_roles', array($this, 'exclude_admin_role')); + if (in_array($pagenow, array('users.php', 'user-edit.php'))) { + // prohibit any actions with user who has Administrator role + add_filter('user_has_cap', array($this, 'not_edit_admin'), 10, 3); + } + // exclude users with 'Administrator' role from users list + add_action('pre_user_query', array($this, 'exclude_administrators')); + // do not show 'Administrator (s)' view above users list + add_filter('views_users', array($this, 'exclude_admins_view')); + } + // end of __construct() + + + // apply protection to the user edit pages only + protected function is_protection_applicable() { + global $pagenow; + + $result = false; + $pages_to_block = array('profile.php', 'users.php', 'user-new.php', 'user-edit.php'); + if (in_array($pagenow, $pages_to_block)) { + $result = true; + } + + return $result; + } + // end of is_protection_applicable() + + + /** + * exclude administrator role from the roles list + * + * @param string $roles + * @return array + */ + public function exclude_admin_role( $roles ) { + + if ( $this->is_protection_applicable() && isset( $roles['administrator'] ) ) { + unset( $roles['administrator'] ); + } + + return $roles; + } + // end of exclude_admin_role() + + + /** + * Check if user has "Administrator" role assigned + * + * @global wpdb $wpdb + * @param int $user_id + * @return boolean returns true is user has Role "Administrator" + */ + private function has_administrator_role($user_id) { + global $wpdb; + + if (empty($user_id) || !is_numeric($user_id)) { + return false; + } + + $meta_key = $wpdb->prefix .'capabilities'; + $query = $wpdb->prepare( + "SELECT count(*) + FROM {$wpdb->usermeta} + WHERE user_id=%d AND meta_key=%s AND meta_value like %s", + array($user_id, $meta_key, '%administrator%')); + $has_admin_role = $wpdb->get_var($query); + if ($has_admin_role > 0) { + $result = true; + } else { + $result = false; + } + // cache checking result for the future use + $this->user_to_check[$user_id] = $result; + + return $result; + } + + // end of has_administrator_role() + + + /** + * We have two vulnerable queries with user id at admin interface, which should be processed + * 1st: http://blogdomain.com/wp-admin/user-edit.php?user_id=ID&wp_http_referer=%2Fwp-admin%2Fusers.php + * 2nd: http://blogdomain.com/wp-admin/users.php?action=delete&user=ID&_wpnonce=ab34225a78 + * If put Administrator user ID into such request, user with lower capabilities (if he has 'edit_users') + * can edit, delete admin record + * This function removes 'edit_users' or 'delete_users' or 'remove_users' capability from current user capabilities, + * if request sent against a user with 'administrator' role + * + * @param array $allcaps + * @param type $caps + * @param string $name + * @return array + */ + public function not_edit_admin($allcaps, $caps, $name) { + + if (is_array($caps) & count($caps)>0) { + // 1st element of this array not always has index 0. Use workaround to extract it. + $caps_v = array_values($caps); + $cap = $caps_v[0]; + } else { + $cap = $caps; + } + $checked_caps = array('edit_users', 'delete_users', 'remove_users'); + if (!in_array($cap, $checked_caps)) { + return $allcaps; + } + + $user_keys = array('user_id', 'user'); + foreach ($user_keys as $user_key) { + $access_deny = false; + $user_id = (int) $this->lib->get_request_var($user_key, 'get', 'int'); + if (empty($user_id)) { // check the next key + continue; + } + if ($user_id == 1) { // built-in WordPress Admin + $access_deny = true; + } else { + if (!isset($this->user_to_check[$user_id])) { + // check if user_id has Administrator role + $access_deny = $this->has_administrator_role($user_id); + } else { + // user_id was checked already, get result from cash + $access_deny = $this->user_to_check[$user_id]; + } + } + if ($access_deny && isset($allcaps[$cap])) { + unset($allcaps[$cap]); + + } + break; + } + + return $allcaps; + } + // end of not_edit_admin() + + + /** + * add where criteria to exclude users with 'Administrator' role from users list + * + * @global wpdb $wpdb + * @param type $user_query + */ + public function exclude_administrators($user_query) { + global $wpdb; + + if (!$this->is_protection_applicable()) { // block the user edit stuff only + return; + } + + // get user_id of users with 'Administrator' role + $current_user_id = get_current_user_id(); + $meta_key = $wpdb->prefix . 'capabilities'; + $query = $wpdb->prepare( + "SELECT user_id + FROM {$wpdb->usermeta} + WHERE user_id!=%d AND meta_key=%s AND meta_value like %s", + array($current_user_id, $meta_key, '%administrator%')); + $ids_arr = $wpdb->get_col($query); + if (is_array($ids_arr) && count($ids_arr) > 0) { + $ids = implode(',', $ids_arr); + $user_query->query_where .= " AND ( $wpdb->users.ID NOT IN ( $ids ) )"; + } + } + // end of exclude_administrators() + + + private function extract_view_quantity($text) { + $match = array(); + $result = preg_match('#\((.*?)\)#', $text, $match); + if ($result) { + $quantity = $match[1]; + } else { + $quantity = 0; + } + + return $quantity; + } + // end of extract_view_quantity() + + + private function extract_int($str_val) { + $str_val1 = str_replace(',', '', $str_val); // remove ',' from numbers like '2,015' + $int_val = (int) preg_replace('/[^\-\d]*(\-?\d*).*/','$1', $str_val1); // extract numeric value strings like from '2015 bla-bla' + + return $int_val; + } + // end of extract_int() + + + /* + * Exclude view of users with Administrator role + * + */ + public function exclude_admins_view($views) { + + if (!isset($views['administrator'])) { + return $views; + } + + if (isset($views['all'])) { + // Decrease quant of all users for a quant of hidden admins + $admins_orig_s = $this->extract_view_quantity($views['administrator']); + $admins_int = $this->extract_int($admins_orig_s); + $all_orig_s = $this->extract_view_quantity($views['all']); + $all_orig_int = $this->extract_int($all_orig_s); + $all_new_int = $all_orig_int - $admins_int; + $all_new_s = number_format_i18n($all_new_int); + $views['all'] = str_replace($all_orig_s, $all_new_s, $views['all']); + } + + unset($views['administrator']); + + return $views; + } + // end of exclude_admins_view() + +} +// end of URE_Protect_Admin class diff --git a/wordpress/wp-content/plugins/user-role-editor/includes/classes/role-additional-options.php b/wordpress/wp-content/plugins/user-role-editor/includes/classes/role-additional-options.php new file mode 100644 index 00000000..c19b7094 --- /dev/null +++ b/wordpress/wp-content/plugins/user-role-editor/includes/classes/role-additional-options.php @@ -0,0 +1,144 @@ +lib = $lib; + $this->init(); + } + // end of __construct() + + + public static function get_instance($lib) { + + if (self::$instance===null) { + self::$instance = new URE_Role_Additional_Options($lib); + } + + return self::$instance; + } + // end of get_instance() + + + public static function create_item($id, $label, $hook, $routine) { + $item = new stdClass(); + $item->id = $id; + $item->label = $label; + $item->hook = $hook; + $item->routine = $routine; + + return $item; + } + // end of create_item() + + + public static function get_active_items() { + + $data = get_option(self::STORAGE_ID, array()); + + return $data; + } + + + private function init() { + + $this->items = array(); + $item = self::create_item('hide_admin_bar', esc_html__('Hide admin bar', 'user-role-editor'), 'init', 'ure_hide_admin_bar'); + $this->items[$item->id] = $item; + + // Allow other developers to modify the list of role's additonal options + $this->items = apply_filters('ure_role_additional_options', $this->items); + + $this->active_items = self::get_active_items(); + } + // end of init() + + + public function set_active_items_hooks() { + + $current_user = wp_get_current_user(); + foreach($current_user->roles as $role) { + if (!isset($this->active_items[$role])) { + continue; + } + foreach(array_keys($this->active_items[$role]) as $item_id) { + if (isset($this->items[$item_id])) { + add_action($this->items[$item_id]->hook, $this->items[$item_id]->routine, 99); + } + } + } + + } + // end of set_active_items_hooks() + + + public function save($current_role) { + + $wp_roles = wp_roles(); + $this->active_items = self::get_active_items(); + + // remove non-existing roles + foreach(array_keys($this->active_items) as $role_id) { + if (!isset($wp_roles->roles[$role_id])) { + unset($this->active_items[$role_id]); + } + } + + // Save additonal options section for the current role + $this->active_items[$current_role] = array(); + foreach($this->items as $item) { + if (isset($_POST[$item->id])) { + $this->active_items[$current_role][$item->id] = 1; + } + } + + update_option(self::STORAGE_ID, $this->active_items); + + } + // end of save() + + + public function show($current_role) { + +?> + +
        + : + + + + + +
        + +items as $item) { + $checked = (isset($this->active_items[$current_role]) && + isset($this->active_items[$current_role][$item->id])) ? 'checked="checked"' : ''; + if (!$first_time) { +?> +
        + + > + + +
        + + * @copyright Copyright (c) 2010 - 2016, Vladimir Garagulya + **/ +class URE_Role_View extends URE_View { + + public $role_default_html = ''; + private $role_to_copy_html = ''; + private $role_select_html = ''; + private $role_delete_html = ''; + + + public function __construct() { + + parent::__construct(); + + $capabilities = URE_Capabilities::get_instance(); + $this->caps_to_remove = $capabilities->get_caps_to_remove(); + + } + // end of __construct() + + + public function role_default_prepare_html($select_width=200) { + + $roles = $this->editor->get('roles'); + if (!isset($roles) || !$roles) { + // get roles data from database + $roles = $this->lib->get_user_roles(); + } + ksort( $roles ); + + $caps_access_restrict_for_simple_admin = $this->lib->get_option('caps_access_restrict_for_simple_admin', 0); + $show_admin_role = $this->lib->show_admin_role_allowed(); + if ($select_width>0) { + $select_style = 'style="width: '. $select_width .'px"'; + } else { + $select_style = ''; + } + $wp_default_role = get_option( 'default_role' ); + $this->role_default_html = ''; + + } + // end of role_default_prepare_html() + + + private function role_select_copy_prepare_html( $select_width=200 ) { + + $current_user = wp_get_current_user(); + $key_capability = URE_Own_Capabilities::get_key_capability(); + $user_is_ure_admin = current_user_can( $key_capability ); + $role_to_skip = ( $user_is_ure_admin ) ? '' : $current_user->roles[0]; + + $caps_access_restrict_for_simple_admin = $this->lib->get_option( 'caps_access_restrict_for_simple_admin', 0 ); + $show_admin_role = $this->lib->show_admin_role_allowed(); + $this->role_to_copy_html = ''; + $current_role = $this->editor->get( 'current_role' ); + $all_roles = $this->editor->get( 'roles' ); + $roles = $this->lib->get_editable_user_roles( $all_roles ); + ksort( $roles ); + foreach ($roles as $key => $value) { + if ( $key===$role_to_skip ) { // skip role of current user if he does not have full access to URE + continue; + } + $selected1 = selected( $key, $current_role, false ); + $disabled = ( $key==='administrator' && $caps_access_restrict_for_simple_admin && !$this->lib->is_super_admin()) ? 'disabled' : ''; + if ( $show_admin_role || $key != 'administrator' ) { + $translated_name = esc_html__( $value['name'], 'user-role-editor' ); // get translation from URE language file, if exists + if ( $translated_name === $value['name'] ) { // get WordPress internal translation + $translated_name = translate_user_role( $translated_name ); + } + $translated_name .= ' (' . $key . ')'; + $this->role_select_html .= ''; + $this->role_to_copy_html .= ''; + } + } + $this->role_select_html .= ''; + $this->role_to_copy_html .= ''; + } + // end of role_select_copy_prepare_html() + + + private function role_delete_prepare_html() { + + $roles_can_delete = $this->editor->get_roles_can_delete(); + if ( is_array( $roles_can_delete ) && count( $roles_can_delete ) > 0) { + ksort( $roles_can_delete ); + $this->role_delete_html = ''; + } else { + $this->role_delete_html = ''; + } + + } + // end of role_delete_prepare_html() + + + /** + * Build HTML for select drop-down list from capabilities we can remove + * + * @return string + **/ + public static function caps_to_remove_html() { + global $wp_roles; + + $capabilities = URE_Capabilities::get_instance(); + $caps_to_remove = $capabilities->get_caps_to_remove(); + if ( empty( $caps_to_remove ) || !is_array( $caps_to_remove ) && count( $caps_to_remove )===0 ) { + return ''; + } + + $caps = array_keys($caps_to_remove); + asort($caps); + $network_admin = filter_input(INPUT_POST, 'network_admin', FILTER_SANITIZE_NUMBER_INT); + $current_role = filter_input(INPUT_POST, 'current_role', FILTER_SANITIZE_STRING); + if (!isset($wp_roles->roles[$current_role])) { + $current_role = ''; + } + ob_start(); +?> +
        + + + + + + + + + + + +
        + +
        + + + +
        + + + +
        +role_select_copy_prepare_html( $select_width ); + $multisite = $this->lib->get( 'multisite' ); + if ( $multisite && !is_network_admin() ) { + $this->role_default_prepare_html( $select_width ); + } + $this->role_delete_prepare_html(); + + } + // end of role_edit_prepare_html() + + + public function display_edit_dialogs() { + $multisite = $this->lib->get('multisite'); + $current_role = $this->editor->get('current_role'); + $current_role_name = $this->editor->get('current_role_name'); +?> + + + +
        +
        +
        +
        +
        +
        +
        +
        role_to_copy_html; ?>
        +
        +
        + +
        +
        +
        +
        +
        +
        +
        +
        + +
        +
        +
        +
        role_delete_html; ?>
        +
        +
        + + +
        +
        + role_default_html; ?> +
        +
        + + +
        +
        +
        +
        +
        + +
        +
        +
        +
        +
        +
        + +current_role + * @param boolean $role_delete + * @param boolean $capability_remove + */ + public function toolbar() { + $caps_access_restrict_for_simple_admin = $this->lib->get_option('caps_access_restrict_for_simple_admin', 0); + if ($caps_access_restrict_for_simple_admin) { + $add_del_role_for_simple_admin = $this->lib->get_option('add_del_role_for_simple_admin', 1); + } else { + $add_del_role_for_simple_admin = 1; + } + $super_admin = $this->lib->is_super_admin(); + $multisite = $this->lib->get('multisite'); + +?> +
        +
        + + +
        + +
        + + + + + + +role_delete_html) && current_user_can('ure_delete_roles')) { +?> + +caps_to_remove) && is_array($this->caps_to_remove) && count($this->caps_to_remove)>0 && + current_user_can('ure_delete_capabilities')) { +?> + + +
        + +
        + +
        + +
        + +
        +lib->get('multisite'); + $active_for_network = $this->lib->get('active_for_network'); +?> +
        +editor->get('caps_readable'); + if ($caps_readable) { + $checked = 'checked="checked"'; + } else { + $checked = ''; + } + $caps_access_restrict_for_simple_admin = $this->lib->get_option('caps_access_restrict_for_simple_admin', 0); + if ($this->lib->is_super_admin() || !$multisite || !$this->lib->is_pro() || !$caps_access_restrict_for_simple_admin) { +?> + onclick="ure_turn_caps_readable(0);"/> +    +editor->get('show_deprecated_caps'); + if ($show_deprecated_caps) { + $checked = 'checked="checked"'; + } else { + $checked = ''; + } +?> + onclick="ure_turn_deprecated_caps(0);"/> + +lib->is_super_admin()) { + $hint = esc_html__('If checked, then apply action to ALL sites of this Network'); + $apply_to_all = $this->editor->get('apply_to_all'); + if ($apply_to_all) { + $checked = 'checked="checked"'; + $fontColor = 'color:#FF0000;'; + } else { + $checked = ''; + $fontColor = ''; + } +?> +
        + title="" onclick="ure_apply_to_all_on_click(this)"/> + +
        + +
        +
        + +
        +
        + role_select_html; ?> +
        +
        +display_options(); + $this->display_caps(); + $ao = $this->editor->get('role_additional_options'); + $current_role = $this->editor->get('current_role'); + $ao->show($current_role); +?> + +
        +
        +'. esc_html__('User Role Editor Options page help', 'user-role-editor') .'

        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 Vp?US8G9~X#E{wk#+3r=z{|8=2imm_v literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja.po new file mode 100644 index 00000000..7ffe1347 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja.po @@ -0,0 +1,604 @@ +# Translation of Google XML Sitemaps in Japanese +# This file is distributed under the same license as the Google XML Sitemaps package. +msgid "" +msgstr "" +"PO-Revision-Date: 2014-04-06 01:07:14+0000\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: GlotPress/0.1\n" +"Project-Id-Version: Google XML Sitemaps\n" + +#: sitemap-ui.php:782 +msgid "Allow anonymous statistics (no personal information)" +msgstr "匿名の統計を許可する(個人情報は含まれません)" + +#: sitemap-ui.php:776 +msgid "(The required PHP XSL Module is not installed)" +msgstr "(必要なPHPのXSLモジュールがインストールされていません)" + +#: sitemap-core.php:536 +msgid "Comment Count" +msgstr "コメント数" + +#: sitemap-core.php:546 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "コメント数から投稿の優先順位を計算する" + +#: sitemap-core.php:599 +msgid "Comment Average" +msgstr "平均コメント数" + +#: sitemap-core.php:609 +msgid "Uses the average comment count to calculate the priority" +msgstr "平均コメント数を使って優先順位を計算する" + +#: sitemap-core.php:770 +msgid "Always" +msgstr "常時" + +#: sitemap-core.php:771 +msgid "Hourly" +msgstr "毎時" + +#: sitemap-core.php:772 +msgid "Daily" +msgstr "毎日" + +#: sitemap-core.php:773 +msgid "Weekly" +msgstr "毎週" + +#: sitemap-core.php:774 +msgid "Monthly" +msgstr "毎月" + +#: sitemap-core.php:775 +msgid "Yearly" +msgstr "毎年" + +#: sitemap-core.php:776 +msgid "Never" +msgstr "更新なし" + +#: sitemap-loader.php:218 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +#: sitemap-loader.php:218 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +#: sitemap-loader.php:246 +msgid "Settings" +msgstr "設定" + +#: sitemap-loader.php:247 +msgid "FAQ" +msgstr "FAQ" + +#: sitemap-loader.php:248 +msgid "Support" +msgstr "サポート" + +#: sitemap-loader.php:249 +msgid "Donate" +msgstr "寄付" + +#: sitemap-ui.php:630 +msgid "Plugin Homepage" +msgstr "プラグインのホームページ" + +#: sitemap-ui.php:652 +msgid "My Sitemaps FAQ" +msgstr "Sitemaps プラグイン FAQ" + +#: sitemap-ui.php:198 sitemap-ui.php:585 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Generator for WordPress" + +#: sitemap-ui.php:374 +msgid "Configuration updated" +msgstr "設定を更新しました。" + +#: sitemap-ui.php:375 +msgid "Error while saving options" +msgstr "設定の保存中にエラーが発生しました。" + +#: sitemap-ui.php:378 +msgid "Pages saved" +msgstr "追加ページの設定を保存しました。" + +#: sitemap-ui.php:379 +msgid "Error while saving pages" +msgstr "追加ページの設定の保存中にエラーが発生しました。" + +#: sitemap-ui.php:387 +msgid "The default configuration was restored." +msgstr "初期設定に戻しました。" + +#: sitemap-ui.php:397 +msgid "The old files could NOT be deleted. Please use an FTP program and delete them by yourself." +msgstr "古いファイルが削除できませんでした。FTPプログラムを利用してご自身でそれらを消去していただきますようお願いいたします。" + +#: sitemap-ui.php:399 +msgid "The old files were successfully deleted." +msgstr "古いファイルは正しく削除されました。" + +#: sitemap-ui.php:439 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "寄付をありがとうございます。あなたの協力により、このプラグインやその他の無料ソフトのサポートや開発を続けることができます !" + +#: sitemap-ui.php:439 +msgid "Hide this notice" +msgstr "この通知を隠す" + +#: sitemap-ui.php:445 +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and you are satisfied with the results, isn't it worth at least a few dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "このプラグインをご利用いただきありがとございます!プラグインをインストールしてから一か月以上が経過しました。もし動作して、その成果にご満足いただけてたのであれば、少なくとも数ドルに値しませんでしょうか?寄付は私がこのフリーソフトウェアのサポートと開発を続けるために役立ちます!分かりました、その通りです!" + +#: sitemap-ui.php:445 +msgid "Sure, but I already did!" +msgstr "分かりました。しかし、すでにしました。" + +#: sitemap-ui.php:445 +msgid "No thanks, please don't bug me anymore!" +msgstr "結構です。もううるさく言わないでください !" + +#: sitemap-ui.php:452 +msgid "Thanks for using this plugin! You've installed this plugin some time ago. If it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "このプラグインをご利用いただきありがとうございます!このプラグインをインストールしてからしばらく経過しました。もし動作して、その成果にご満足いただけてたのであれば、評価してほかの方に推薦してただけませんでしょうか? :-)" + +#: sitemap-ui.php:452 +msgid "Don't show this anymore" +msgstr "これ以上表示しない" + +#: sitemap-ui.php:601 +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "新しいバージョンの %1$s があります。バージョン %3$s をダウンロード" + +#: sitemap-ui.php:603 +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "新しいバージョンの %1$s があります。バージョン %3$s をダウンロードこのプラグインでは自動アップグレードは使えません。" + +#: sitemap-ui.php:605 +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "新しいバージョンの %1$s があります。バージョン %3$s をダウンロードするか、自動アップグレードを行ってください。" + +#: sitemap-ui.php:613 +msgid "Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "このブログは現在検索エンジンをブロック中です!変更するには表示設定に行ってください。" + +#: sitemap-ui.php:629 +msgid "About this Plugin:" +msgstr "このプラグインについて:" + +#: sitemap-ui.php:631 +msgid "Suggest a Feature" +msgstr "機能を提案" + +#: sitemap-ui.php:632 +msgid "Notify List" +msgstr "通知一覧" + +#: sitemap-ui.php:633 +msgid "Support Forum" +msgstr "サポートフォーラム" + +#: sitemap-ui.php:634 +msgid "Report a Bug" +msgstr "バグを報告" + +#: sitemap-ui.php:636 +msgid "Donate with PayPal" +msgstr "PayPal で寄付" + +#: sitemap-ui.php:637 +msgid "My Amazon Wish List" +msgstr "Amazon ほしい物リスト" + +#: sitemap-ui.php:638 +msgid "translator_name" +msgstr "translator_name" + +#: sitemap-ui.php:638 +msgid "translator_url" +msgstr "translator_url" + +#: sitemap-ui.php:641 +msgid "Sitemap Resources:" +msgstr "サイトマップの情報源:" + +#: sitemap-ui.php:642 sitemap-ui.php:647 +msgid "Webmaster Tools" +msgstr "ウェブマスターツール" + +#: sitemap-ui.php:643 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +#: sitemap-ui.php:645 +msgid "Search Blog" +msgstr "ブログ検索" + +#: sitemap-ui.php:648 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +#: sitemap-ui.php:650 +msgid "Sitemaps Protocol" +msgstr "サイトマッププロトコル" + +#: sitemap-ui.php:651 +msgid "Official Sitemaps FAQ" +msgstr "Sitemaps プラグイン公式 FAQ" + +#: sitemap-ui.php:655 +msgid "Recent Donations:" +msgstr "最近の寄付:" + +#: sitemap-ui.php:658 +msgid "List of the donors" +msgstr "寄付者一覧" + +#: sitemap-ui.php:660 +msgid "Hide this list" +msgstr "一覧を隠す" + +#: sitemap-ui.php:663 +msgid "Thanks for your support!" +msgstr "サポートありがとうございます !" + +#: sitemap-ui.php:683 +msgid "Search engines haven't been notified yet" +msgstr "検索エンジンはまだ通知されていません" + +#: sitemap-ui.php:687 +msgid "Result of the last ping, started on %date%." +msgstr "%date%に開始されたpingの結果" + +#: sitemap-ui.php:702 +msgid "There is still a sitemap.xml or sitemap.xml.gz file in your blog directory. Please delete them as no static files are used anymore or try to delete them automatically." +msgstr "いまだにsitemap.xmlかsitemap.xml.gzファイルがこのブログのディレクトリにあります。これ以上静的ファイルが使用されないようにこれらを削除するか自動的に削除を試みます。" + +#: sitemap-ui.php:705 +msgid "The URL to your sitemap index file is: %s." +msgstr "あなたのサイトマップのインデックスファイルのURL: %s" + +#: sitemap-ui.php:708 +msgid "Search engines haven't been notified yet. Write a post to let them know about your sitemap." +msgstr "検索エンジンは通知されていません。あなたのサイトマップを知らせるには投稿を書いてください。" + +#: sitemap-ui.php:717 +msgid "%s was successfully notified about changes." +msgstr "%sは変更について正しく通知されました。" + +#: sitemap-ui.php:720 +msgid "It took %time% seconds to notify %name%, maybe you want to disable this feature to reduce the building time." +msgstr "%name%に通知するために%time%秒かかりました。もしかすると、構築の時間を短縮するためにこの機能を無効にしたいかもしれません。" + +#: sitemap-ui.php:723 +msgid "There was a problem while notifying %name%. View result" +msgstr "%name% に通知している最中に問題が発生しました。結果を見る" + +#: sitemap-ui.php:727 +msgid "If you encounter any problems with your sitemap you can use the debug function to get more information." +msgstr "もし、サイトマップに関して何らかの問題に遭遇している場合には、情報を得るためにデバック機能を使うことができます。" + +#: sitemap-ui.php:735 +msgid "Basic Options" +msgstr "基本的な設定" + +#: sitemap-ui.php:737 +msgid "Update notification:" +msgstr "通知を更新:" + +#: sitemap-ui.php:737 sitemap-ui.php:760 sitemap-ui.php:783 +msgid "Learn more" +msgstr "さらに詳しく" + +#: sitemap-ui.php:741 +msgid "Notify Google about updates of your Blog" +msgstr "Google にブログの更新を通知" + +#: sitemap-ui.php:742 +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "登録は必要ありませんが、Google ウェブマスターツール でクロール関連の統計を見ることができます。" + +#: sitemap-ui.php:746 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Bing (旧名 MSN Live サーチ) にブログの更新を通知" + +#: sitemap-ui.php:747 +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "登録は必要ありませんが、Bing ウェブマスターツール でクロール関連の統計を見ることができます。" + +#: sitemap-ui.php:752 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "サイトマップの URL を仮想 robots.txt ファイルに追加" + +#: sitemap-ui.php:756 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "WordPress が生成した仮想 robots.txt ファイルを使用しています。実際の robots.txt ファイルをブログディレクトリに置かないでください。" + +#: sitemap-ui.php:760 +msgid "Advanced options:" +msgstr "高度な設定:" + +#: sitemap-ui.php:763 +msgid "Try to increase the memory limit to:" +msgstr "メモリの最大値を以下に増加:" + +#: sitemap-ui.php:763 +msgid "e.g. \"4M\", \"16M\"" +msgstr "例: \"4M\"、\"16M\"" + +#: sitemap-ui.php:766 +msgid "Try to increase the execution time limit to:" +msgstr "実行時間制限を以下に増加:" + +#: sitemap-ui.php:766 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "秒で指定(例: \"60\" など、または無制限の場合は \"0\")" + +#: sitemap-ui.php:770 +msgid "Include a XSLT stylesheet:" +msgstr "XSLT スタイルシートを含める:" + +#: sitemap-ui.php:771 +msgid "Full or relative URL to your .xsl file" +msgstr ".xsl ファイルへの絶対または相対パス" + +#: sitemap-ui.php:771 +msgid "Use default" +msgstr "デフォルト設定を使用" + +#: sitemap-ui.php:776 +msgid "Include sitemap in HTML format" +msgstr "HTML形式でのサイトマップを含める" + +#: sitemap-ui.php:791 +msgid "Additional pages" +msgstr "追加ページの設定" + +#: sitemap-ui.php:794 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "WordPress ブログの URL 以外でサイトマップに含める URL を指定できます
        例えばドメインが www.foo.com でブログの URL が www.foo.com/blog の場合、www.foo.com を指定してサイトマップに含めることが可能です。" + +#: sitemap-ui.php:796 sitemap-ui.php:1000 sitemap-ui.php:1011 +#: sitemap-ui.php:1020 +msgid "Note" +msgstr "メモ" + +#: sitemap-ui.php:797 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "もしこのブログがサブディレクトリに配置されていて、ブログディレクトリ以外のページをサイトマップに含めたいときは、サイトマップファイルを必ずルートディレクトリに配置しなくてはなりません (このページの "サイトマップファイルの場所" 設定を確認して下さい) 。" + +#: sitemap-ui.php:799 sitemap-ui.php:838 +msgid "URL to the page" +msgstr "ページの URL" + +#: sitemap-ui.php:800 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "ページの URL を入力して下さい。 例: http://www.foo.com/index.html や www.foo.com/home " + +#: sitemap-ui.php:802 sitemap-ui.php:839 +msgid "Priority" +msgstr "優先順位の設定 (priority)" + +#: sitemap-ui.php:803 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "他のページに対し、相対的な優先順位を選んでください。 例えば、ホームページの優先順位を他のページより高くできます。" + +#: sitemap-ui.php:805 sitemap-ui.php:841 +msgid "Last Changed" +msgstr "最終更新日" + +#: sitemap-ui.php:806 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "最終更新日を YYYY-MM-DD 形式で入力して下さい。" + +#: sitemap-ui.php:840 +msgid "Change Frequency" +msgstr "更新頻度の設定 (changefreq)" + +#: sitemap-ui.php:842 +msgid "#" +msgstr "#" + +#: sitemap-ui.php:847 +msgid "No pages defined." +msgstr "追加ページは定義されていません。" + +#: sitemap-ui.php:852 +msgid "Add new page" +msgstr "新しいページの追加" + +#: sitemap-ui.php:858 +msgid "Post Priority" +msgstr "投稿の優先順位" + +#: sitemap-ui.php:860 +msgid "Please select how the priority of each post should be calculated:" +msgstr "投稿の優先順位の計算方法を選択してください:" + +#: sitemap-ui.php:862 +msgid "Do not use automatic priority calculation" +msgstr "優先順位を自動的に計算しない" + +#: sitemap-ui.php:862 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "すべての投稿が "優先順位" で定義されたのと同じ優先度を持つようになります。" + +#: sitemap-ui.php:873 +msgid "Sitemap Content" +msgstr "Sitemap コンテンツ" + +#: sitemap-ui.php:874 +msgid "WordPress standard content" +msgstr "WordPress標準コンテンツ" + +#: sitemap-ui.php:879 +msgid "Include homepage" +msgstr "ホームページ" + +#: sitemap-ui.php:885 +msgid "Include posts" +msgstr "投稿 (個別記事) を含める" + +#: sitemap-ui.php:891 +msgid "Include static pages" +msgstr "固定ページを含める" + +#: sitemap-ui.php:897 +msgid "Include categories" +msgstr "カテゴリーページを含める" + +#: sitemap-ui.php:903 +msgid "Include archives" +msgstr "アーカイブページを含める" + +#: sitemap-ui.php:909 +msgid "Include author pages" +msgstr "投稿者ページを含める" + +#: sitemap-ui.php:916 +msgid "Include tag pages" +msgstr "タグページを含める" + +#: sitemap-ui.php:930 +msgid "Custom taxonomies" +msgstr "カスタムタクソノミー" + +#: sitemap-ui.php:941 +msgid "Include taxonomy pages for %s" +msgstr "%sのタクソノミーページを含める" + +#: sitemap-ui.php:959 +msgid "Custom post types" +msgstr "カスタム投稿タイプ" + +#: sitemap-ui.php:970 +msgid "Include custom post type %s" +msgstr "カスタム投稿タイプ %s を含める" + +#: sitemap-ui.php:982 +msgid "Further options" +msgstr "詳細なオプション" + +#: sitemap-ui.php:987 +msgid "Include the last modification time." +msgstr "最終更新時刻を含める。" + +#: sitemap-ui.php:989 +msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects all sitemap entries." +msgstr "これは非常に推奨であり、検索エンジンがあなたのコンテンツが変更された時間を知る助けになります。このオプションはすべてのサイトマップエントリに影響します。" + +#: sitemap-ui.php:996 +msgid "Excluded items" +msgstr "含めない項目" + +#: sitemap-ui.php:998 +msgid "Excluded categories" +msgstr "含めないカテゴリー" + +#: sitemap-ui.php:1000 +msgid "Using this feature will increase build time and memory usage!" +msgstr "この機能を使用すると、構築時間および使用メモリが増加します。" + +#: sitemap-ui.php:1007 +msgid "Exclude posts" +msgstr "投稿 (個別記事) を含めない" + +#: sitemap-ui.php:1009 +msgid "Exclude the following posts or pages:" +msgstr "以下の投稿または固定ページを含めない:" + +#: sitemap-ui.php:1009 +msgid "List of IDs, separated by comma" +msgstr "カンマ区切りの ID 一覧" + +#: sitemap-ui.php:1011 +msgid "Child posts won't be excluded automatically!" +msgstr "子カテゴリーは自動的に除外されません。" + +#: sitemap-ui.php:1017 +msgid "Change frequencies" +msgstr "更新頻度の設定 (changefreq)" + +#: sitemap-ui.php:1021 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "このタグの値は絶対的な命令ではなくヒントとみなされます。検索エンジンのクローラはこの設定を考慮に入れますが、\"1時間おき\" の設定にしてもその頻度でクロールしないかもしれないし、\"年に1度\" の設定にしてもより頻繁にクロールされるかもしれません。また \"更新なし\" に設定されたページも、予想外の変更に対応するため、おそらく定期的にクロールが行われるでしょう。" + +#: sitemap-ui.php:1027 sitemap-ui.php:1084 +msgid "Homepage" +msgstr "ホームページ" + +#: sitemap-ui.php:1033 +msgid "Posts" +msgstr "投稿 (個別記事) " + +#: sitemap-ui.php:1039 sitemap-ui.php:1102 +msgid "Static pages" +msgstr "固定ページ" + +#: sitemap-ui.php:1045 sitemap-ui.php:1108 +msgid "Categories" +msgstr "カテゴリー別" + +#: sitemap-ui.php:1051 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "今月のアーカイブ (たいていは\"ホームページ\"と同じでしょう)" + +#: sitemap-ui.php:1057 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "古いアーカイブ (古い投稿を編集したときにのみ変更されます)" + +#: sitemap-ui.php:1064 sitemap-ui.php:1121 +msgid "Tag pages" +msgstr "タグページ" + +#: sitemap-ui.php:1071 sitemap-ui.php:1128 +msgid "Author pages" +msgstr "投稿者ページ" + +#: sitemap-ui.php:1079 +msgid "Priorities" +msgstr "優先順位の設定 (priority)" + +#: sitemap-ui.php:1090 +msgid "Posts (If auto calculation is disabled)" +msgstr "投稿 (個別記事) (\"基本的な設定\"で自動計算に設定していない場合に有効)" + +#: sitemap-ui.php:1096 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "投稿優先度の最小値 (\"基本的な設定\"で自動計算に設定している場合に有効)" + +#: sitemap-ui.php:1114 +msgid "Archives" +msgstr "アーカイブ別" + +#: sitemap-ui.php:1139 +msgid "Update options" +msgstr "設定を更新 »" + +#: sitemap-ui.php:1140 +msgid "Reset options" +msgstr "設定をリセット" + +#: sitemap.php:82 +msgid "Your WordPress version is too old for XML Sitemaps." +msgstr "WordPressのバージョンがXML Sitemapsには古すぎます。" + +#: sitemap.php:82 +msgid "Unfortunately this release of Google XML Sitemaps requires at least WordPress %4$s. You are using Wordpress %2$s, which is out-dated and insecure. Please upgrade or go to active plugins and deactivate the Google XML Sitemaps plugin to hide this message. You can download an older version of this plugin from the plugin website." +msgstr "あいにくGoogle XML Sitemapsのこのリリースは最低でもWordPress %4$sが必要です。時代遅れで安全ではないWordPress %2$sをご利用中です。このメッセージを隠すにはアップグレードするか使用中のプラグインに行き、Google XML Sitemapsプラグインを無効化してください。プラグインのウェブサイトからこのプラグインの古いバージョンをダウンロードすることができます。" + +#: sitemap.php:92 +msgid "Your PHP version is too old for XML Sitemaps." +msgstr "PHPのバージョンがXML Sitemapsには古すぎます。" + +#: sitemap.php:92 +msgid "Unfortunately this release of Google XML Sitemaps requires at least PHP %4$s. You are using PHP %2$s, which is out-dated and insecure. Please ask your web host to update your PHP installation or go to active plugins and deactivate the Google XML Sitemaps plugin to hide this message. You can download an older version of this plugin from the plugin website." +msgstr "あいにくGoogle XML Sitemapsのこのリリースは最低でもPHP %4$sが必要です。時代遅れで安全ではないPHP %2$sをご利用中です。このメッセージを隠すにはウェブホストにPHPのインストールを更新するように頼むか使用中のプラグインに行き、Google XML Sitemapsプラグインを無効化してください。プラグインのウェブサイトからこのプラグインの古いバージョンをダウンロードすることができます。" \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_EUC.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_EUC.mo new file mode 100644 index 0000000000000000000000000000000000000000..0d879f408f2d7ef3e1bf2bbbaad9714a9de82e6e GIT binary patch literal 8584 zcmbtZdvH|Oc|UnNrjNLJ^bsfRL8%=n)~+O|?RasB&C4c1Mg|eb$v87tyH~q6?B2V+ z_bx(CYtJ-)#L09r$+XGzkNS@l=Q;^b0aBy|gaiVu(25mw5pz*-Ibuk)85h9-#xGIeDCjEIRBCN|B&H%810j2;=PPzfQ=u(51tDjWb8e_i@;65 zSAi>mciqI;9|Cj0TY!HL{1EUTfqwz~7vM*LKLh>|@Dy+f@OdDuzoh4{0Kba<2eJ9v zKm*tUoCbazcwrH3J_39h*bclChmt7Y1^zkk z`#>DYehMUc_XBT+fMp=@|H22JBssPN z_k!Oibw2`TK11t)bpF?XBu6KZ&U1i7|0#_>01{t2fc3y$AP2sv@pr)W=--M>WN#CA z4{#7j^yY!Y=X;?Hvd>LGu);nC{4B5$Nc=nkB)vQZB>Vjn5U#@x0!fZTx<3LWdldEf zlpghT8a-ee`riZo0Qd^93HbP*Dmn7NW$6D5_*cMbAldn5I3>wn2PFC}z^?;W0v`oF z1B?RS*7LVxQ#1O@fn?_d5G=DKup0vYEs*H^7D4o7;QPSjZ-8F~(sFoJ;t9|Mwop9IpnZvj^T|3S}> z1Id2Vz%KCnCXmig!pIaiPXHkTJFf91Alc>DK;q*AP##=}-2x>3>wu)6CLjlXUH6{? z#?apjOaiBYcL5*f$`79g5}*GJB)Oge5+8j)(r*z+{{5dou*jA!Rk#vJe)u&Y?eEZ- z)R+bmUytkllN!GTd=JJ+r`LPPm+sXQ1`d_8nn-#Q9RQ_enz>3{JQo*s$_qI zM)rAFPuvHD$nqh(HlnRWt3$g7jeLUahA?3bXt$%$Lq7G8d}Hi>Aj~cw@`?AMQ7+sd zN7T>V0J78P(N?1^N2BLKG^9p$8yeZE1?{iV?m*j!Mz-c?a-Q#${m~E{&>#uS8O)6nQBcuW!Op6Q^VYMxJOgn zPR`|eD$4Hf@SJqcH@V|-*GwC}C3pKNTJNV!?peN>F|xeVN}G+`vg7Go!m^XxHZmr* zClVE&sAKt-V;gCCzQ^u&<0;U?OU`#9ZM5wH$4RD5zFARKGZ~y3=V>PnbZoZD@X+0u zrH;o|8@`!zTnkiIOL_P@*L*x@+VSpipi>X1H71mCo5wpLP%fLmZYau5@VJx7n6^(c zxhA(dNe?_l3Nh?%o^_p$w3+dE69;Wi9*uV|mxKakFN)I~$1|l;vaSV|{BG`asy>;d zqCTxThmKO3i1Kw{$J}mYvZO_6f|Qdnr71I3GUaPlcnTfb6&~P2X0_hRV9@r#heK3g zvMrl7ygMtccI-|onRBInwN?_KlS{*Tj?c4X8E~zQWB5>D&2$$;h01KK!1x+d9-cAW zt!6@shaumL`{=b9eyZ97e{8L7K(X9_11K|BB#RsAc#a$no=e8cI-c+G4#NW-42AZJ zJ2~4286R39f2d~G&y+f45^>j z&?Qd^&6zelUxx@soIQ#s(%KqXvxe6%Yi_{*ds#DXb#}`b^hgjW!6VY~6!%in zj2&bkicM(GvZbapy++=V^LfINmhLdqj}%J8{KX$Vpp(x)1EJWP-j`b#w(mxnw)?V+M2q3Ukfr^B>Ogo2E8-nwOTJI|(#xX!(`b`D9n4#KcXqJD$p zY~@e{iKp`S2Av+sTcpZs$>SCYO;mt>(x2wcAX%Wv9$A2$pJ2f&2(BB%eeBd&trDOPHOOjiQMW-((v%v5n~j z5=*EVUawe1klE?(uu70WK`8FP-$)$|tc?O$meT~@{Zx##rA=fmiZQAX+H%{BbWVpi zxbY1cB5|n5!l8%~1L+6IM10u4_X( z#;&vQ1`DW`gT#VT-i|C1&$%w$f3&Nsq61rG92=Lt`puOxLMg|ivP1@2n3@|HQ6d$} z`)5Ml1pdD_(00mHs(Ny1{>oiJ+TSxP6R~Nhv6QLPLu0Z%lnUU@?x;>UKtaLY15y+%H(3L*Ux=eE`Ix4c@e9kxE*OB#! z$d{1<5Z1BKSC(utDc?p~y`+_htjZ<5NV^l`_jZ{b8Khv-y)R|CsNtRweZsNLDE_{Y zUAd%fV|!$^i&_O*ku@j>F)nX7&38qb@8QkMV$IEWG~d(QjD?X+<~Es17OcBF(!886 zTOMnzpm&EP^qvB05BhF*ZaDE5RPpCzreDtk}D`I}^ zYI$n#-}5C^b|=mj3Zgvm^6^30=VJaq{=gAz9V3Ebo@S_rv3?=)J6Q0GARmZecJip0 z?>jFpggJzV6XFF?J~ngwjJSk-`^419<>P09vq3>~9Wq1Qv#JP602cH>o?W2-+{7eX z__@VJsZbamQ1^W?f9!2B%Z}_C>n*-C`W)+ft90(9K7PN zxbkkz*w=fkPfXB-ohff1oq>1lTA_i+;x(ozAA5UvFODsWJ?c2TDObGBW2C#%(0_Ra;7jQN^rS?m<_Ek z{A*Fn_s~p!;^0{D6S7P&gZL<4PvPW91J55mOceU_#UU|&de7kRM2Y%L3{_NHrnIeM zsMf%+&+q$!6PIg044Tvz+@a#oPSV`iJ7T`}OKsrTkzP@xNUc4EL5k`85va2OO)ZWc z6~&{!6eYcE_xQdMirvs!;WD*ridR0;npV-L7EIMka)~J+#D3)?`5o%}O*wjS3ZW!| zD`I!8(zqxF&joJ;y$grc2O2_UR16=TE4)^TlBtE8=PRj7O85%mNQm*n&x>alM@N2Q z@;9Sz#5klW7cNYm6UC|sym#VYuPE0l1ac!2Ob5M^<>Js8m<>u=c-+Nnv{quZQOqbn zr6ZRoem*paFdq=53W?BMV*b!rVQBOvOoDro7D@z{!MR`<>Z&B~Fm)`IWGh)iYcJ@B z9*e<_U@q84Q6Wl{L}k#8K_|14ZV6J!^|dRN@H+1-Qs_mcP`C^dQs_)o#)DZ(m9@n5 zu?6jB@FNs55=Ldpa`RX#d5G^4*7RbE<@aG}}SI#N>)7HIt1Q+LCbY$A>rnCN z-qF*%zOJ^`)rn#yb(N$pD6T3dq$Ji*n<=JF%=90t7`jpnE(VvBqo7{1!IMH%^~dX} zFCBAUIwpDEIE*|Z_RGry9jFV{f}^CKDi??_38@cGY2{%Aa(VQ$n3^0eUqqUjg3s>@ z{#BOH5iwpkjgmKwG<2TQUC<9bACqZ(5RP7kLiqhCswMXpE_tdo< zzS{Sk*eUkZp=8TdC7F3HQBJ3e0aA*hG>h>GXf7<2^p3!;EAH!^!?JQ6U$lJ=CY(8S zcD#gy81bxo~>0K>damQI=nVKAeNRa@pR<$I8e1nS{_S~GF>0ICoaH3ubxA+bwL zkB#7jVYnmW6M_w4c3)K)CuaKIfd^MPqGV0w_cie>YQ}Xu{@S5;>0;nfT`Cq`br{NijD`7FQ5ftO zrOAt;P;({Zx4Q=Z`(_1OV2Dt?V!l!l>lc5Zo*EpwfMQA?rZ-yNz)&~N;KJQ|`fPZ? zlSJnWKNrt3$=Foie~Xe-9;ug-piCSLFDJw$R(gHx9sC@=il2dB$qxhRFK}aw4E5uu HxR3o0j1JJ3 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_EUC.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_EUC.po new file mode 100644 index 00000000..b6f64072 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_EUC.po @@ -0,0 +1,322 @@ +# Japanese Language File for sitemap (sitemap-ja_JP.UTF-8.po) +# Copyright (C) 2005 hiromasa : http://hiromasa.zone.ne.jp/ +# This file is distributed under the same license as the WordPress package. +# hiromasa , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-06-09 02:00+0900\n" +"PO-Revision-Date: 2005-07-03 23:17+0900\n" +"Last-Translator: hiromasa \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-JP\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" + +#: sitemap.php:375 +msgid "always" +msgstr "¤¤¤Ä¤â" + +msgid "hourly" +msgstr "Ëè»þ" + +msgid "daily" +msgstr "ËèÆü" + +msgid "weekly" +msgstr "Ëè½µ" + +msgid "monthly" +msgstr "Ëè·î" + +msgid "yearly" +msgstr "Ëèǯ" + +msgid "never" +msgstr "¹¹¿·¤µ¤ì¤Ê¤¤" + +msgid "Detected Path" +msgstr "¥Ñ¥¹¤ÎľÀÜÀßÄê" + +msgid "Example" +msgstr "Îã" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "¥Õ¥¡¥¤¥ë̾¤ò´Þ¤à Sitemap ¥Õ¥¡¥¤¥ë¤Ø¤ÎÁêÂФ⤷¤¯¤ÏÀäÂХѥ¹" + +msgid "Complete URL to the sitemap file, including name." +msgstr "¥Õ¥¡¥¤¥ë̾¤ò´Þ¤à Sitemap ¥Õ¥¡¥¤¥ë¤Ø¤Î´°Á´¤Ê URL" + +msgid "Automatic location" +msgstr "¼«Æ°ÇÛÃÖ" + +msgid "Manual location" +msgstr "¼êưÇÛÃÖ" + +msgid "OR" +msgstr "¤â¤·¤¯¤Ï" + +msgid "Location of your sitemap file" +msgstr "Sitemap ¥Õ¥¡¥¤¥ë¤Î¾ì½ê" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "¤â¤·¤¢¤Ê¤¿¤Î¥Ö¥í¥°¤¬¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê¤ËÇÛÃÖ¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Ë¡¢¥Ö¥í¥°¥Ç¥£¥ì¥¯¥È¥ê°Ê³°¤Î¥Ú¡¼¥¸¤ò Sitemap ¤Ë´Þ¤á¤¿¤¤¤È¤­¤Ï¡¢Sitemap ¥Õ¥¡¥¤¥ë¤ò¥ë¡¼¥È¥Ç¥£¥ì¥¯¥È¥ê¤ËÇÛÃÖ¤¹¤Ù¤­¤Ç¤¹¡£¡Ê¤³¤Î¥Ú¡¼¥¸¤Î "Sitemap ¥Õ¥¡¥¤¥ë¤Î¾ì½ê" ÀßÄê¤ò³Îǧ¤·¤Æ²¼¤µ¤¤¡Ë" + +#: sitemap.php:512 +msgid "Configuration updated" +msgstr "ÀßÄê¤ò¹¹¿·¤·¤Þ¤·¤¿¡£" + +#: sitemap.php:513 +msgid "Error" +msgstr "¥¨¥é¡¼¤Ç¤¹¡£" + +#: sitemap.php:521 +msgid "A new page was added. Click on "Save page changes" to save your changes." +msgstr "¿·¤·¤¤Äɲåڡ¼¥¸¡Ê¤ÎÀßÄêÍó¡Ë¤¬²Ã¤ï¤ê¤Þ¤·¤¿¡£ ¡Ê¥Ú¡¼¥¸¤Î¾ðÊó¤òÆþÎϸå¡Ë"Êѹ¹¤ÎÊݸ" ¤ò²¡²¼¤·¤ÆÀßÄê¤òÊݸ¤·¤Æ²¼¤µ¤¤¡£" + +#: sitemap.php:527 +msgid "Pages saved" +msgstr "Äɲåڡ¼¥¸¤ÎÀßÄê¤òÊݸ¤·¤Þ¤·¤¿¡£" + +#: sitemap.php:528 +msgid "Error while saving pages" +msgstr "Äɲåڡ¼¥¸¤ÎÀßÄê¤ÎÊÝÂ¸Ãæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿¡£" + +#: sitemap.php:539 +msgid "The page was deleted. Click on "Save page changes" to save your changes." +msgstr "»ØÄꤵ¤ì¤¿Äɲåڡ¼¥¸¡Ê¤ÎÀßÄêÍó¡Ë¤òºï½ü¤·¤Þ¤·¤¿¡£ "Êѹ¹¤ÎÊݸ" ¤ò²¡²¼¤·¤ÆÀßÄê¤òÊݸ¤·¤Æ²¼¤µ¤¤¡£" + +#: sitemap.php:542 +msgid "You changes have been cleared." +msgstr "Êѹ¹¤Ï´û¤Ëºï½ü¤µ¤ì¤Æ¤¤¤Þ¤¹¡£" + +#: sitemap.php:555 +msgid "Sitemap Generator" +msgstr "Sitemap Generator" + +#: sitemap.php:558 +msgid "Manual rebuild" +msgstr "¼êư¤Ë¤è¤ë Sitemap ¥Õ¥¡¥¤¥ë¤ÎºÆ¹½ÃÛ" + +#: sitemap.php:559 +msgid "If you want to build the sitemap without editing a post, click on here!" +msgstr "¤â¤·Åê¹Æ¤ÎÊÔ½¸¤Ê¤·¤Ë Sitemap ¥Õ¥¡¥¤¥ë¤òºÆ¹½ÃÛ¤·¤¿¤¤¾ì¹ç¤Ï¤³¤Î¥Ü¥¿¥ó¤ò²¡²¼¤·¤Æ¤¯¤À¤µ¤¤!" + +#: sitemap.php:560 +msgid "Rebuild Sitemap" +msgstr "Sitemap ¤ÎºÆ¹½ÃÛ" + +#: sitemap.php:564 +msgid "Additional pages" +msgstr "Äɲåڡ¼¥¸¤ÎÀßÄê" + +#: sitemap.php:566 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "¤³¤³¤Ç¡¢Sitemap ¤Ë´Þ¤Þ¤ì¤ë¤Ù¤­¤Ç¤¢¤ë URL ¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ ¤·¤«¤·¡¢¤³¤³¤Ç»ØÄꤹ¤ë URL ¤Ï WordPress/Blog ¤Ë°¤·¤Æ¤Ï¤¤¤±¤Þ¤»¤ó¡£
        Î㤨¤Ð¥É¥á¥¤¥ó¤¬ www.foo.com ¤Ç¥Ö¥í¥°¤¬ www.foo.com/blog ¤À¤Ã¤¿¾ì¹ç¡¢¤¢¤Ê¤¿¤Ï www.foo.com ¤ò Sitemap ¤Ë´Þ¤ß¤¿¤¤¤È»×¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¡£¡ÊÌõÃí: ¤³¤Î¹àÌÜ¤Ç WordPress °Ê³°¤Î URL ¤ò»ØÄꤷ¡¢¥×¥é¥°¥¤¥ó¤Ç½ÐÎϤ¹¤ë Sitemap ¤Ë´Þ¤á¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡Ë" + +#: sitemap.php:568 +msgid "URL to the page" +msgstr "¤½¤Î¥Ú¡¼¥¸¤ÎURL" + +#: sitemap.php:569 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "¤½¤Î¥Ú¡¼¥¸¤ÎURL ¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£ Îã: http://www.foo.com/index.html ¤ä www.foo.com/home " + +#: sitemap.php:571 +msgid "Priority" +msgstr "Í¥Àè½ç°Ì(priority)¤ÎÀßÄê" + +#: sitemap.php:572 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "¾¤Î¥Ú¡¼¥¸¤ËÈæÎ㤷¤¿¥Ú¡¼¥¸¤ÎÍ¥Àè½ç°Ì(priority)¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤¡£ Î㤨¤Ð¡¢¤¢¤Ê¤¿¤Î¥Û¡¼¥à¥Ú¡¼¥¸¤Ï¡¢Ìõ­¤Î¥Ú¡¼¥¸¤è¤ê¹â¤¤Í¥ÀèÅÙ¤¬¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£" + +#: sitemap.php:574 +msgid "Last Changed" +msgstr "ºÇ½ª¹¹¿·Æü" + +#: sitemap.php:575 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "ºÇ½ª¹¹¿·Æü¤ò YYYY-MM-DD ·Á¼°¤ÇÆþÎϤ·¤Æ²¼¤µ¤¤¡£" + +#: sitemap.php:583 +msgid "Change Frequency" +msgstr "¹¹¿·ÉÑÅÙ(changefreq)¤ÎÀßÄê" + +#: sitemap.php:585 +msgid "#" +msgstr "#" + +#: sitemap.php:609 +msgid "No pages defined." +msgstr "Äɲåڡ¼¥¸¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£" + +#: sitemap.php:616 +msgid "Add new page" +msgstr "¿·¤·¤¤¥Ú¡¼¥¸¤ÎÄɲÃ" + +#: sitemap.php:617 +msgid "Save page changes" +msgstr "Êѹ¹¤ÎÊݸ" + +#: sitemap.php:618 +msgid "Undo all page changes" +msgstr "¥Ú¡¼¥¸¤ÎÊѹ¹¤ò¸µ¤ËÌ᤹" + +#: sitemap.php:621 +msgid "Delete marked page" +msgstr "¥Þ¡¼¥¯¤µ¤ì¤¿¥Ú¡¼¥¸¤Îºï½ü" + +#: sitemap.php:627 +msgid "Basic Options" +msgstr "´ðËÜŪ¤ÊÀßÄê" + +#: sitemap.php:632 +msgid "Enable automatic priority calculation for posts based on comment count" +msgstr "Åê¹Æ¤ËÂФ¹¤ë¥³¥á¥ó¥È¿ô¤Ç¡¢Åê¹Æ¡Ê³Æ¥¨¥ó¥È¥ê¡Ë¤ÎÍ¥Àè½ç°Ì(priority)¤ò¼«Æ°·×»»¤¹¤ëµ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë" + +#: sitemap.php:638 +msgid "Write debug comments" +msgstr "¥Ç¥Ð¥Ã¥°ÍÑ¥³¥á¥ó¥È½ÐÎϤò¹Ô¤¦" + +#: sitemap.php:643 +msgid "Filename of the sitemap file" +msgstr "Sitemap ¤Î¥Õ¥¡¥¤¥ë̾" + +#: sitemap.php:650 +msgid "Write a normal XML file (your filename)" +msgstr "ɸ½à¤Î XML ¥Õ¥¡¥¤¥ë¤ò½ÐÎϤ¹¤ë (filename)" + +#: sitemap.php:652 +msgid "Detected URL" +msgstr "Detected URL" + +#: sitemap.php:657 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "gz °µ½Ì¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¤ò½ÐÎϤ¹¤ë (filename + .gz)" + +#: sitemap.php:664 +msgid "Auto-Ping Google Sitemaps" +msgstr "Google Sitemap ¤Ë¹¹¿· ping ¤òÁ÷¤ë" + +#: sitemap.php:665 +msgid "This option will automatically tell Google about changes." +msgstr "¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢Êѹ¹¤ò Google ¤Ë¼«Æ°Åª¤ËÄÌÃΤ·¤Þ¤¹¡£" + +#: sitemap.php:672 +msgid "Includings" +msgstr "Sitemap ¤Ë´Þ¤á¤ë ¹àÌܤÎÀßÄê" + +#: sitemap.php:677 +msgid "Include homepage" +msgstr "¥Û¡¼¥à¥Ú¡¼¥¸" + +#: sitemap.php:683 +msgid "Include posts" +msgstr "Åê¹Æ¡Ê³Æ¥¨¥ó¥È¥ê¡Ë" + +#: sitemap.php:689 +msgid "Include static pages" +msgstr "ÀÅŪ¤Ê¥Ú¡¼¥¸" + +#: sitemap.php:695 +msgid "Include categories" +msgstr "¥«¥Æ¥´¥êÊÌ" + +#: sitemap.php:701 +msgid "Include archives" +msgstr "¥¢¡¼¥«¥¤¥ÖÊÌ" + +#: sitemap.php:708 +msgid "Change frequencies" +msgstr "¹¹¿·ÉÑÅÙ(changefreq)¤ÎÀßÄê" + +#: sitemap.php:709 +msgid "Note" +msgstr "¥á¥â" + +#: sitemap.php:710 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "¤³¤Î¥¿¥°¤ÎÃͤÏÌ¿Îá¤Ç¤Ï¤Ê¤¯¥Ò¥ó¥È¤À¤È¹Í¤¨¤é¤ì¤Þ¤¹¡£¥µ¡¼¥Á¥¨¥ó¥¸¥ó¤Î¥¯¥í¡¼¥é¤Ï¤³¤ÎÀßÄê¤ò¹Íθ¤ËÆþ¤ì¤Þ¤¹¤¬¡¢\"1»þ´Ö¤ª¤­\" ¤ÎÀßÄê¤Ë¤·¤Æ¤â¤½¤ÎÉÑÅ٤ǥ¯¥í¡¼¥ë¤·¤Ê¤¤¤«¤â¤·¤ì¤Ê¤¤¤·¡¢\"ǯ°ìÅÙ¤Î\" ÀßÄê¤Ë¤·¤Æ¤â¤½¤ì¤è¤êÉÑÈˤ˥¯¥í¡¼¥ë¤µ¤ì¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤Þ¤¿ \"¹¹¿·¤µ¤ì¤Ê¤¤\" ¤ËÀßÄꤵ¤ì¤¿¥Ú¡¼¥¸¤â¡¢»×¤¤¤¬¤±¤Ê¤¤ÊѲ½¤ò¤³¤ì¤é¤Î¥Ú¡¼¥¸¤«¤éÆÀ¤ë¤¿¤á¤Ë¡¢¤ª¤½¤é¤¯¥¯¥í¡¼¥é¤ÏÄê´üŪ¤Ë¥¯¥í¡¼¥ë¤¹¤ë¤Ç¤·¤ç¤¦¡£" + +#: sitemap.php:715 +msgid "Homepage" +msgstr "¥Û¡¼¥à¥Ú¡¼¥¸" + +#: sitemap.php:721 +msgid "Posts" +msgstr "Åê¹Æ¡Ê³Æ¥¨¥ó¥È¥ê¡Ë" + +#: sitemap.php:727 +msgid "Static pages" +msgstr "ÀÅŪ¤Ê¥Ú¡¼¥¸" + +#: sitemap.php:733 +msgid "Categories" +msgstr "¥«¥Æ¥´¥êÊÌ" + +#: sitemap.php:739 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Åö·î¤Î¥¢¡¼¥«¥¤¥Ö (\"¥Û¡¼¥à¥Ú¡¼¥¸\" ¤ÎÀßÄê¤ÈƱ¤¸¤Ë¤¹¤Ù¤­¤Ç¤¹)" + +#: sitemap.php:745 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "¸Å¤¤¥¢¡¼¥«¥¤¥Ö (¸Å¤¤Åê¹Æ¤òÊÔ½¸¤·¤¿¤È¤­¤À¤±Êѹ¹¤·¤Æ¤¯¤À¤µ¤¤)" + +#: sitemap.php:752 +msgid "Priorities" +msgstr "Í¥Àè½ç°Ì(priority)¤ÎÀßÄê" + +#: sitemap.php:763 +msgid "Posts (If auto calculation is disabled)" +msgstr "Åê¹Æ¡Ê³Æ¥¨¥ó¥È¥ê¡Ë (\"´ðËÜŪ¤ÊÀßÄê\"¤Ç¼«Æ°·×»»¤ËÀßÄꤷ¤Æ¤¤¤Ê¤¤¾ì¹ç¤ËÍ­¸ú)" + +#: sitemap.php:769 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Åê¹Æ¡Ê³Æ¥¨¥ó¥È¥ê¡Ë¤ÎºÇ¾®ÃÍ (\"´ðËÜŪ¤ÊÀßÄê\"¤Ç¼«Æ°·×»»¤ËÀßÄꤷ¤Æ¤¤¤ë¾ì¹ç¤ËÍ­¸ú)" + +#: sitemap.php:787 +msgid "Archives" +msgstr "¥¢¡¼¥«¥¤¥ÖÊÌ" + +#: sitemap.php:793 +msgid "Informations and support" +msgstr "¾ðÊó¤È¥µ¥Ý¡¼¥È" + +#: sitemap.php:794 +msgid "Check %s for updates and comment there if you have any problems / questions / suggestions." +msgstr "¤â¤·¡¢ÌäÂê¤äµ¿Ìä¡¢Ä󰯤¬¤¢¤ì¤Ð %s ¤Î¥¢¥Ã¥×¥Ç¡¼¥È¾ðÊó¤ä¥³¥á¥ó¥È¤ò³Îǧ¤·¤Æ²¼¤µ¤¤¡£" + +#: sitemap.php:797 +msgid "Update options" +msgstr "ÀßÄê¤ò¹¹¿· »" + +#: sitemap.php:1033 +msgid "URL:" +msgstr "URL:" + +#: sitemap.php:1034 +msgid "Path:" +msgstr "Path:" + +#: sitemap.php:1037 +msgid "Could not write into %s" +msgstr "%s ¤Ë½ñ¤­¹þ¤à¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¡£" + +#: sitemap.php:1048 +msgid "Successfully built sitemap file:" +msgstr "¹½ÃÛ¤ËÀ®¸ù¤·¤¿ Sitemap ¥Õ¥¡¥¤¥ë:" + +#: sitemap.php:1048 +msgid "Successfully built gzipped sitemap file:" +msgstr "¹½ÃÛ¤ËÀ®¸ù¤·¤¿ gz °µ½Ì¤µ¤ì¤¿ Sitemap ¥Õ¥¡¥¤¥ë:" + +#: sitemap.php:1062 +msgid "Could not ping to Google at %s" +msgstr "Google ¤Ø¤Î¹¹¿· ping ¤ÎÁ÷¿®¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£ %s" + +#: sitemap.php:1064 +msgid "Successfully pinged Google at %s" +msgstr "Google ¤Ø¤Î¹¹¿· ping ¤ÎÁ÷¿®¤¬À®¸ù¤·¤Þ¤·¤¿¡£ %s" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.mo new file mode 100644 index 0000000000000000000000000000000000000000..33386d88b7b6f022533bd36a32a387da159b6af3 GIT binary patch literal 8587 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 MJLBE>nc2$z7v3T)@&Et; literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.po new file mode 100644 index 00000000..9e3ffaa4 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.po @@ -0,0 +1,322 @@ +# Japanese Language File for sitemap (sitemap-ja_JP.UTF-8.po) +# Copyright (C) 2005 hiromasa : http://hiromasa.zone.ne.jp/ +# This file is distributed under the same license as the WordPress package. +# hiromasa , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-06-09 02:00+0900\n" +"PO-Revision-Date: 2005-07-03 23:17+0900\n" +"Last-Translator: hiromasa \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=Shift_JIS\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" + +#: sitemap.php:375 +msgid "always" +msgstr "‚¢‚‚à" + +msgid "hourly" +msgstr "–ˆŽž" + +msgid "daily" +msgstr "–ˆ“ú" + +msgid "weekly" +msgstr "–ˆT" + +msgid "monthly" +msgstr "–ˆŒŽ" + +msgid "yearly" +msgstr "–ˆ”N" + +msgid "never" +msgstr "XV‚³‚ê‚È‚¢" + +msgid "Detected Path" +msgstr "ƒpƒX‚Ì’¼ÚÝ’è" + +msgid "Example" +msgstr "—á" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "ƒtƒ@ƒCƒ‹–¼‚ðŠÜ‚Þ Sitemap ƒtƒ@ƒCƒ‹‚Ö‚Ì‘Š‘Î‚à‚µ‚­‚͐â‘΃pƒX" + +msgid "Complete URL to the sitemap file, including name." +msgstr "ƒtƒ@ƒCƒ‹–¼‚ðŠÜ‚Þ Sitemap ƒtƒ@ƒCƒ‹‚Ö‚ÌŠ®‘S‚È URL" + +msgid "Automatic location" +msgstr "Ž©“®”z’u" + +msgid "Manual location" +msgstr "Žè“®”z’u" + +msgid "OR" +msgstr "‚à‚µ‚­‚Í" + +msgid "Location of your sitemap file" +msgstr "Sitemap ƒtƒ@ƒCƒ‹‚̏ꏊ" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "‚à‚µ‚ ‚È‚½‚̃uƒƒO‚ªƒTƒuƒfƒBƒŒƒNƒgƒŠ‚É”z’u‚³‚ê‚Ä‚¢‚éê‡‚ɁAƒuƒƒOƒfƒBƒŒƒNƒgƒŠˆÈŠO‚̃y[ƒW‚ð Sitemap ‚Ɋ܂߂½‚¢‚Æ‚«‚́ASitemap ƒtƒ@ƒCƒ‹‚ðƒ‹[ƒgƒfƒBƒŒƒNƒgƒŠ‚É”z’u‚·‚ׂ«‚Å‚·Bi‚±‚̃y[ƒW‚Ì "Sitemap ƒtƒ@ƒCƒ‹‚̏ꏊ" Ý’è‚ðŠm”F‚µ‚ĉº‚³‚¢j" + +#: sitemap.php:512 +msgid "Configuration updated" +msgstr "Ý’è‚ðXV‚µ‚Ü‚µ‚½B" + +#: sitemap.php:513 +msgid "Error" +msgstr "ƒGƒ‰[‚Å‚·B" + +#: sitemap.php:521 +msgid "A new page was added. Click on "Save page changes" to save your changes." +msgstr "V‚µ‚¢’ljÁƒy[ƒWi‚̐ݒ藓j‚ª‰Á‚í‚è‚Ü‚µ‚½B iƒy[ƒW‚̏î•ñ‚ð“ü—ÍŒãj"•ύX‚̕ۑ¶" ‚ð‰Ÿ‰º‚µ‚Đݒè‚ð•Û‘¶‚µ‚ĉº‚³‚¢B" + +#: sitemap.php:527 +msgid "Pages saved" +msgstr "’ljÁƒy[ƒW‚̐ݒè‚ð•Û‘¶‚µ‚Ü‚µ‚½B" + +#: sitemap.php:528 +msgid "Error while saving pages" +msgstr "’ljÁƒy[ƒW‚̐ݒè‚̕ۑ¶’†‚ɃGƒ‰[‚ª”­¶‚µ‚Ü‚µ‚½B" + +#: sitemap.php:539 +msgid "The page was deleted. Click on "Save page changes" to save your changes." +msgstr "Žw’肳‚ꂽ’ljÁƒy[ƒWi‚̐ݒ藓j‚ðíœ‚µ‚Ü‚µ‚½B "•ύX‚̕ۑ¶" ‚ð‰Ÿ‰º‚µ‚Đݒè‚ð•Û‘¶‚µ‚ĉº‚³‚¢B" + +#: sitemap.php:542 +msgid "You changes have been cleared." +msgstr "•ύX‚ÍŠù‚ɍ폜‚³‚ê‚Ä‚¢‚Ü‚·B" + +#: sitemap.php:555 +msgid "Sitemap Generator" +msgstr "Sitemap Generator" + +#: sitemap.php:558 +msgid "Manual rebuild" +msgstr "Žè“®‚É‚æ‚é Sitemap ƒtƒ@ƒCƒ‹‚̍č\’z" + +#: sitemap.php:559 +msgid "If you want to build the sitemap without editing a post, click on here!" +msgstr "‚à‚µ“Še‚̕ҏW‚È‚µ‚É Sitemap ƒtƒ@ƒCƒ‹‚ðÄ\’z‚µ‚½‚¢ê‡‚Í‚±‚̃{ƒ^ƒ“‚ð‰Ÿ‰º‚µ‚Ä‚­‚¾‚³‚¢!" + +#: sitemap.php:560 +msgid "Rebuild Sitemap" +msgstr "Sitemap ‚̍č\’z" + +#: sitemap.php:564 +msgid "Additional pages" +msgstr "’ljÁƒy[ƒW‚̐ݒè" + +#: sitemap.php:566 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "‚±‚±‚ŁASitemap ‚Ɋ܂܂ê‚é‚ׂ«‚Å‚ ‚é URL ‚ðŽw’è‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚·B ‚µ‚©‚µA‚±‚±‚ÅŽw’è‚·‚é URL ‚Í WordPress/Blog ‚É‘®‚µ‚Ă͂¢‚¯‚Ü‚¹‚ñB
        —Ⴆ‚΃hƒƒCƒ“‚ª www.foo.com ‚ŃuƒƒO‚ª www.foo.com/blog ‚¾‚Á‚½ê‡A‚ ‚È‚½‚Í www.foo.com ‚ð Sitemap ‚Ɋ܂݂½‚¢‚ÆŽv‚¤‚©‚à‚µ‚ê‚Ü‚¹‚ñBi–ó’: ‚±‚̍€–Ú‚Å WordPress ˆÈŠO‚Ì URL ‚ðŽw’肵Aƒvƒ‰ƒOƒCƒ“‚ŏo—Í‚·‚é Sitemap ‚Ɋ܂߂邱‚Æ‚ª‚Å‚«‚Ü‚·j" + +#: sitemap.php:568 +msgid "URL to the page" +msgstr "‚»‚̃y[ƒW‚ÌURL" + +#: sitemap.php:569 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "‚»‚̃y[ƒW‚ÌURL ‚ð“ü—Í‚µ‚ĉº‚³‚¢B —á: http://www.foo.com/index.html ‚â www.foo.com/home " + +#: sitemap.php:571 +msgid "Priority" +msgstr "—Dæ‡ˆÊ(priority)‚̐ݒè" + +#: sitemap.php:572 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "‘¼‚̃y[ƒW‚É”ä—Ⴕ‚½ƒy[ƒW‚Ì—Dæ‡ˆÊ(priority)‚ð‘I‚ñ‚Å‚­‚¾‚³‚¢B —Ⴆ‚΁A‚ ‚È‚½‚̃z[ƒ€ƒy[ƒW‚́A–Á‹L‚̃y[ƒW‚æ‚荂‚¢—Dæ“x‚ª‚ ‚é‚©‚à‚µ‚ê‚Ü‚¹‚ñB" + +#: sitemap.php:574 +msgid "Last Changed" +msgstr "ÅIXV“ú" + +#: sitemap.php:575 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "ÅIXV“ú‚ð YYYY-MM-DD Œ`Ž®‚Å“ü—Í‚µ‚ĉº‚³‚¢B" + +#: sitemap.php:583 +msgid "Change Frequency" +msgstr "XV•p“x(changefreq)‚̐ݒè" + +#: sitemap.php:585 +msgid "#" +msgstr "#" + +#: sitemap.php:609 +msgid "No pages defined." +msgstr "’ljÁƒy[ƒW‚Í’è‹`‚³‚ê‚Ä‚¢‚Ü‚¹‚ñB" + +#: sitemap.php:616 +msgid "Add new page" +msgstr "V‚µ‚¢ƒy[ƒW‚̒ljÁ" + +#: sitemap.php:617 +msgid "Save page changes" +msgstr "•ύX‚̕ۑ¶" + +#: sitemap.php:618 +msgid "Undo all page changes" +msgstr "ƒy[ƒW‚̕ύX‚ðŒ³‚É–ß‚·" + +#: sitemap.php:621 +msgid "Delete marked page" +msgstr "ƒ}[ƒN‚³‚ꂽƒy[ƒW‚̍폜" + +#: sitemap.php:627 +msgid "Basic Options" +msgstr "Šî–{“I‚Ȑݒè" + +#: sitemap.php:632 +msgid "Enable automatic priority calculation for posts based on comment count" +msgstr "“Še‚ɑ΂·‚éƒRƒƒ“ƒg”‚ŁA“ŠeiŠeƒGƒ“ƒgƒŠj‚Ì—Dæ‡ˆÊ(priority)‚ðŽ©“®ŒvŽZ‚·‚é‹@”\‚ð—LŒø‚É‚·‚é" + +#: sitemap.php:638 +msgid "Write debug comments" +msgstr "ƒfƒoƒbƒO—pƒRƒƒ“ƒgo—Í‚ðs‚¤" + +#: sitemap.php:643 +msgid "Filename of the sitemap file" +msgstr "Sitemap ‚̃tƒ@ƒCƒ‹–¼" + +#: sitemap.php:650 +msgid "Write a normal XML file (your filename)" +msgstr "•W€‚Ì XML ƒtƒ@ƒCƒ‹‚ðo—Í‚·‚é (filename)" + +#: sitemap.php:652 +msgid "Detected URL" +msgstr "Detected URL" + +#: sitemap.php:657 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "gz ˆ³k‚³‚ꂽƒtƒ@ƒCƒ‹‚ðo—Í‚·‚é (filename + .gz)" + +#: sitemap.php:664 +msgid "Auto-Ping Google Sitemaps" +msgstr "Google Sitemap ‚ɍXV ping ‚ð‘—‚é" + +#: sitemap.php:665 +msgid "This option will automatically tell Google about changes." +msgstr "‚±‚̃IƒvƒVƒ‡ƒ“‚́A•ύX‚ð Google ‚ÉŽ©“®“I‚É’Ê’m‚µ‚Ü‚·B" + +#: sitemap.php:672 +msgid "Includings" +msgstr "Sitemap ‚ÉŠÜ‚ß‚é €–ڂ̐ݒè" + +#: sitemap.php:677 +msgid "Include homepage" +msgstr "ƒz[ƒ€ƒy[ƒW" + +#: sitemap.php:683 +msgid "Include posts" +msgstr "“ŠeiŠeƒGƒ“ƒgƒŠj" + +#: sitemap.php:689 +msgid "Include static pages" +msgstr "Ã“I‚ȃy[ƒW" + +#: sitemap.php:695 +msgid "Include categories" +msgstr "ƒJƒeƒSƒŠ•Ê" + +#: sitemap.php:701 +msgid "Include archives" +msgstr "ƒA[ƒJƒCƒu•Ê" + +#: sitemap.php:708 +msgid "Change frequencies" +msgstr "XV•p“x(changefreq)‚̐ݒè" + +#: sitemap.php:709 +msgid "Note" +msgstr "ƒƒ‚" + +#: sitemap.php:710 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "‚±‚̃^ƒO‚Ì’l‚Í–½—߂ł͂Ȃ­ƒqƒ“ƒg‚¾‚ƍl‚¦‚ç‚ê‚Ü‚·BƒT[ƒ`ƒGƒ“ƒWƒ“‚̃Nƒ[ƒ‰‚Í‚±‚̐ݒè‚ðl—¶‚É“ü‚ê‚Ü‚·‚ªA\"1ŽžŠÔ‚¨‚«\" ‚̐ݒè‚É‚µ‚Ä‚à‚»‚Ì•p“x‚ŃNƒ[ƒ‹‚µ‚È‚¢‚©‚à‚µ‚ê‚È‚¢‚µA\"”Nˆê“x‚Ì\" Ý’è‚É‚µ‚Ä‚à‚»‚ê‚æ‚è•p”ɂɃNƒ[ƒ‹‚³‚ê‚é‚©‚à‚µ‚ê‚Ü‚¹‚ñB‚Ü‚½ \"XV‚³‚ê‚È‚¢\" ‚ɐݒ肳‚ꂽƒy[ƒW‚àAŽv‚¢‚ª‚¯‚È‚¢•ω»‚ð‚±‚ê‚ç‚̃y[ƒW‚©‚瓾‚邽‚߂ɁA‚¨‚»‚ç‚­ƒNƒ[ƒ‰‚Í’èŠú“I‚ɃNƒ[ƒ‹‚·‚é‚Å‚µ‚傤B" + +#: sitemap.php:715 +msgid "Homepage" +msgstr "ƒz[ƒ€ƒy[ƒW" + +#: sitemap.php:721 +msgid "Posts" +msgstr "“ŠeiŠeƒGƒ“ƒgƒŠj" + +#: sitemap.php:727 +msgid "Static pages" +msgstr "Ã“I‚ȃy[ƒW" + +#: sitemap.php:733 +msgid "Categories" +msgstr "ƒJƒeƒSƒŠ•Ê" + +#: sitemap.php:739 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "“–ŒŽ‚̃A[ƒJƒCƒu (\"ƒz[ƒ€ƒy[ƒW\" ‚ÌÝ’è‚Æ“¯‚¶‚É‚·‚ׂ«‚Å‚·)" + +#: sitemap.php:745 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "ŒÃ‚¢ƒA[ƒJƒCƒu (ŒÃ‚¢“Še‚ð•ҏW‚µ‚½‚Æ‚«‚¾‚¯•ύX‚µ‚Ä‚­‚¾‚³‚¢)" + +#: sitemap.php:752 +msgid "Priorities" +msgstr "—Dæ‡ˆÊ(priority)‚̐ݒè" + +#: sitemap.php:763 +msgid "Posts (If auto calculation is disabled)" +msgstr "“ŠeiŠeƒGƒ“ƒgƒŠj (\"Šî–{“I‚Ȑݒè\"‚ÅŽ©“®ŒvŽZ‚ɐݒ肵‚Ä‚¢‚È‚¢ê‡‚É—LŒø)" + +#: sitemap.php:769 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "“ŠeiŠeƒGƒ“ƒgƒŠj‚̍ŏ¬’l (\"Šî–{“I‚Ȑݒè\"‚ÅŽ©“®ŒvŽZ‚ɐݒ肵‚Ä‚¢‚éê‡‚É—LŒø)" + +#: sitemap.php:787 +msgid "Archives" +msgstr "ƒA[ƒJƒCƒu•Ê" + +#: sitemap.php:793 +msgid "Informations and support" +msgstr "î•ñ‚ƃTƒ|[ƒg" + +#: sitemap.php:794 +msgid "Check %s for updates and comment there if you have any problems / questions / suggestions." +msgstr "‚à‚µA–â‘è‚â‹^–âA’ñˆÄ‚ª‚ ‚ê‚Î %s ‚̃Aƒbƒvƒf[ƒgî•ñ‚âƒRƒƒ“ƒg‚ðŠm”F‚µ‚ĉº‚³‚¢B" + +#: sitemap.php:797 +msgid "Update options" +msgstr "Ý’è‚ðXV »" + +#: sitemap.php:1033 +msgid "URL:" +msgstr "URL:" + +#: sitemap.php:1034 +msgid "Path:" +msgstr "Path:" + +#: sitemap.php:1037 +msgid "Could not write into %s" +msgstr "%s ‚ɏ‘‚«ž‚Þ‚±‚Æ‚ª‚Å‚«‚Ü‚¹‚ñB" + +#: sitemap.php:1048 +msgid "Successfully built sitemap file:" +msgstr "\’z‚ɐ¬Œ÷‚µ‚½ Sitemap ƒtƒ@ƒCƒ‹:" + +#: sitemap.php:1048 +msgid "Successfully built gzipped sitemap file:" +msgstr "\’z‚ɐ¬Œ÷‚µ‚½ gz ˆ³k‚³‚ꂽ Sitemap ƒtƒ@ƒCƒ‹:" + +#: sitemap.php:1062 +msgid "Could not ping to Google at %s" +msgstr "Google ‚ւ̍XV ping ‚Ì‘—M‚ª‚Å‚«‚Ü‚¹‚ñ‚Å‚µ‚½B %s" + +#: sitemap.php:1064 +msgid "Successfully pinged Google at %s" +msgstr "Google ‚ւ̍XV ping ‚Ì‘—M‚ª¬Œ÷‚µ‚Ü‚µ‚½B %s" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_UTF.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ja_UTF.mo new file mode 100644 index 0000000000000000000000000000000000000000..1e1aa9d84250794f2fd5b4a6fe9086e47b89dd51 GIT binary patch literal 9953 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, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-06-09 02:00+0900\n" +"PO-Revision-Date: 2005-07-03 23:17+0900\n" +"Last-Translator: hiromasa \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" + +#: sitemap.php:375 +msgid "always" +msgstr "いつも" + +msgid "hourly" +msgstr "毎時" + +msgid "daily" +msgstr "毎日" + +msgid "weekly" +msgstr "毎週" + +msgid "monthly" +msgstr "毎月" + +msgid "yearly" +msgstr "毎年" + +msgid "never" +msgstr "更新されない" + +msgid "Detected Path" +msgstr "パスの直接設定" + +msgid "Example" +msgstr "例" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "ファイル名を含む Sitemap ファイルへの相対もしくは絶対パス" + +msgid "Complete URL to the sitemap file, including name." +msgstr "ファイル名を含む Sitemap ファイルへの完全な URL" + +msgid "Automatic location" +msgstr "自動配置" + +msgid "Manual location" +msgstr "手動配置" + +msgid "OR" +msgstr "もしくは" + +msgid "Location of your sitemap file" +msgstr "Sitemap ファイルの場所" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "もしあなたのブログがサブディレクトリに配置されている場合に、ブログディレクトリ以外のページを Sitemap に含めたいときは、Sitemap ファイルをルートディレクトリに配置すべきです。(このページの "Sitemap ファイルの場所" 設定を確認して下さい)" + +#: sitemap.php:512 +msgid "Configuration updated" +msgstr "設定を更新しました。" + +#: sitemap.php:513 +msgid "Error" +msgstr "エラーです。" + +#: sitemap.php:521 +msgid "A new page was added. Click on "Save page changes" to save your changes." +msgstr "新しい追加ページ(の設定欄)が加わりました。 (ページの情報を入力後)"変更の保存" を押下して設定を保存して下さい。" + +#: sitemap.php:527 +msgid "Pages saved" +msgstr "追加ページの設定を保存しました。" + +#: sitemap.php:528 +msgid "Error while saving pages" +msgstr "追加ページの設定の保存中にエラーが発生しました。" + +#: sitemap.php:539 +msgid "The page was deleted. Click on "Save page changes" to save your changes." +msgstr "指定された追加ページ(の設定欄)を削除しました。 "変更の保存" を押下して設定を保存して下さい。" + +#: sitemap.php:542 +msgid "You changes have been cleared." +msgstr "変更は既に削除されています。" + +#: sitemap.php:555 +msgid "Sitemap Generator" +msgstr "Sitemap Generator" + +#: sitemap.php:558 +msgid "Manual rebuild" +msgstr "手動による Sitemap ファイルの再構築" + +#: sitemap.php:559 +msgid "If you want to build the sitemap without editing a post, click on here!" +msgstr "もし投稿の編集なしに Sitemap ファイルを再構築したい場合はこのボタンを押下してください!" + +#: sitemap.php:560 +msgid "Rebuild Sitemap" +msgstr "Sitemap の再構築" + +#: sitemap.php:564 +msgid "Additional pages" +msgstr "追加ページの設定" + +#: sitemap.php:566 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "ここで、Sitemap に含まれるべきである URL を指定することができます。 しかし、ここで指定する URL は WordPress/Blog に属してはいけません。
        例えばドメインが www.foo.com でブログが www.foo.com/blog だった場合、あなたは www.foo.com を Sitemap に含みたいと思うかもしれません。(訳注: この項目で WordPress 以外の URL を指定し、プラグインで出力する Sitemap に含めることができます)" + +#: sitemap.php:568 +msgid "URL to the page" +msgstr "そのページのURL" + +#: sitemap.php:569 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "そのページのURL を入力して下さい。 例: http://www.foo.com/index.html や www.foo.com/home " + +#: sitemap.php:571 +msgid "Priority" +msgstr "優先順位(priority)の設定" + +#: sitemap.php:572 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "他のページに比例したページの優先順位(priority)を選んでください。 例えば、あなたのホームページは、銘記のページより高い優先度があるかもしれません。" + +#: sitemap.php:574 +msgid "Last Changed" +msgstr "最終更新日" + +#: sitemap.php:575 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "最終更新日を YYYY-MM-DD 形式で入力して下さい。" + +#: sitemap.php:583 +msgid "Change Frequency" +msgstr "更新頻度(changefreq)の設定" + +#: sitemap.php:585 +msgid "#" +msgstr "#" + +#: sitemap.php:609 +msgid "No pages defined." +msgstr "追加ページは定義されていません。" + +#: sitemap.php:616 +msgid "Add new page" +msgstr "新しいページの追加" + +#: sitemap.php:617 +msgid "Save page changes" +msgstr "変更の保存" + +#: sitemap.php:618 +msgid "Undo all page changes" +msgstr "ページの変更を元に戻す" + +#: sitemap.php:621 +msgid "Delete marked page" +msgstr "マークされたページの削除" + +#: sitemap.php:627 +msgid "Basic Options" +msgstr "基本的な設定" + +#: sitemap.php:632 +msgid "Enable automatic priority calculation for posts based on comment count" +msgstr "投稿に対するコメント数で、投稿(各エントリ)の優先順位(priority)を自動計算する機能を有効にする" + +#: sitemap.php:638 +msgid "Write debug comments" +msgstr "デバッグ用コメント出力を行う" + +#: sitemap.php:643 +msgid "Filename of the sitemap file" +msgstr "Sitemap のファイル名" + +#: sitemap.php:650 +msgid "Write a normal XML file (your filename)" +msgstr "標準の XML ファイルを出力する (filename)" + +#: sitemap.php:652 +msgid "Detected URL" +msgstr "Detected URL" + +#: sitemap.php:657 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "gz 圧縮されたファイルを出力する (filename + .gz)" + +#: sitemap.php:664 +msgid "Auto-Ping Google Sitemaps" +msgstr "Google Sitemap に更新 ping を送る" + +#: sitemap.php:665 +msgid "This option will automatically tell Google about changes." +msgstr "このオプションは、変更を Google に自動的に通知します。" + +#: sitemap.php:672 +msgid "Includings" +msgstr "Sitemap に含める 項目の設定" + +#: sitemap.php:677 +msgid "Include homepage" +msgstr "ホームページ" + +#: sitemap.php:683 +msgid "Include posts" +msgstr "投稿(各エントリ)" + +#: sitemap.php:689 +msgid "Include static pages" +msgstr "静的なページ" + +#: sitemap.php:695 +msgid "Include categories" +msgstr "カテゴリ別" + +#: sitemap.php:701 +msgid "Include archives" +msgstr "アーカイブ別" + +#: sitemap.php:708 +msgid "Change frequencies" +msgstr "更新頻度(changefreq)の設定" + +#: sitemap.php:709 +msgid "Note" +msgstr "メモ" + +#: sitemap.php:710 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "このタグの値は命令ではなくヒントだと考えられます。サーチエンジンのクローラはこの設定を考慮に入れますが、\"1時間おき\" の設定にしてもその頻度でクロールしないかもしれないし、\"年一度の\" 設定にしてもそれより頻繁にクロールされるかもしれません。また \"更新されない\" に設定されたページも、思いがけない変化をこれらのページから得るために、おそらくクローラは定期的にクロールするでしょう。" + +#: sitemap.php:715 +msgid "Homepage" +msgstr "ホームページ" + +#: sitemap.php:721 +msgid "Posts" +msgstr "投稿(各エントリ)" + +#: sitemap.php:727 +msgid "Static pages" +msgstr "静的なページ" + +#: sitemap.php:733 +msgid "Categories" +msgstr "カテゴリ別" + +#: sitemap.php:739 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "当月のアーカイブ (\"ホームページ\" の設定と同じにすべきです)" + +#: sitemap.php:745 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "古いアーカイブ (古い投稿を編集したときだけ変更してください)" + +#: sitemap.php:752 +msgid "Priorities" +msgstr "優先順位(priority)の設定" + +#: sitemap.php:763 +msgid "Posts (If auto calculation is disabled)" +msgstr "投稿(各エントリ) (\"基本的な設定\"で自動計算に設定していない場合に有効)" + +#: sitemap.php:769 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "投稿(各エントリ)の最小値 (\"基本的な設定\"で自動計算に設定している場合に有効)" + +#: sitemap.php:787 +msgid "Archives" +msgstr "アーカイブ別" + +#: sitemap.php:793 +msgid "Informations and support" +msgstr "情報とサポート" + +#: sitemap.php:794 +msgid "Check %s for updates and comment there if you have any problems / questions / suggestions." +msgstr "もし、問題や疑問、提案があれば %s のアップデート情報やコメントを確認して下さい。" + +#: sitemap.php:797 +msgid "Update options" +msgstr "設定を更新 »" + +#: sitemap.php:1033 +msgid "URL:" +msgstr "URL:" + +#: sitemap.php:1034 +msgid "Path:" +msgstr "Path:" + +#: sitemap.php:1037 +msgid "Could not write into %s" +msgstr "%s に書き込むことができません。" + +#: sitemap.php:1048 +msgid "Successfully built sitemap file:" +msgstr "構築に成功した Sitemap ファイル:" + +#: sitemap.php:1048 +msgid "Successfully built gzipped sitemap file:" +msgstr "構築に成功した gz 圧縮された Sitemap ファイル:" + +#: sitemap.php:1062 +msgid "Could not ping to Google at %s" +msgstr "Google への更新 ping の送信ができませんでした。 %s" + +#: sitemap.php:1064 +msgid "Successfully pinged Google at %s" +msgstr "Google への更新 ping の送信が成功しました。 %s" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ko_KR.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ko_KR.mo new file mode 100644 index 0000000000000000000000000000000000000000..1fbbcc2e220fed4d06f2e2f3e5cebbbb47b882fc GIT binary patch literal 22824 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\n" +"Language-Team: Wordpress Korea \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Korean\n" +"X-Poedit-Country: KOREA, REPUBLIC OF\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +msgid "Comment Count" +msgstr "코멘트 갯수" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "포스트의 코멘트 갯수를 이용해 우선순위를 계산합니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +msgid "Comment Average" +msgstr "코멘트 평균" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "코멘트의 평균 갯수를 이용해 우선순위를 계산합니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Popularity Contest" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "활성화 된Alex King의 Popularity Contest Plugin을 이용합니다. 설정 ê³¼ Most Popular Posts를 확인하십시오." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap Generator" +msgstr "XML-사이트 ë§µ 생성기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap" +msgstr "XML-사이트 ë§µ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "기부에 정말 감사드립니다. 제가 이 플러그인이나 다른 무료 프로그램을 계속 작성하고 지원할 수 있도록 도와주십시오!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Hide this notice" +msgstr "이 주의사항 숨기기." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "이 플러그인을 사용해 주셔서 감사합니다! 당신이 이 플러그인을 사용한 지 한달이 되었습니다. 만약 이 플러그인의 작동과 결과가 만족스러웠고 1달러 이상의 가치가 있다고 생각하십니까? 기부로 제가 이 무료 소프트웨어의 개발과 지원을 계속하도록 도움을 주십시오! 네, 문제없습니다!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +msgid "No thanks, please don't bug me anymore!" +msgstr "사양합니다, 더 이상 귀찮게 하지 말아주십시오." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +msgid "XML Sitemap Generator for WordPress" +msgstr "워드프레스 용 XML 사이트 ë§µ 생성기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +msgid "Configuration updated" +msgstr "설정이 업데이트 되었습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +msgid "Error while saving options" +msgstr "옵션을 저장하는 중에 에러가 발생했습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +msgid "Pages saved" +msgstr "페이지가 저장되었습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +msgid "Error while saving pages" +msgstr "페이지를 저장하는 중에 에러가 발생했습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#, php-format +msgid "Robots.txt file saved" +msgstr "Robots.txt 파일이 저장되었습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2750 +msgid "Error while saving Robots.txt file" +msgstr "Robots.txt 파일을 저장하는 중에 에러가 발생했습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +msgid "The default configuration was restored." +msgstr "기본 설정이 복원되었습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +msgid "open" +msgstr "열기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +msgid "close" +msgstr "닫기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +msgid "click-down and drag to move this box" +msgstr "이 상자를 움직이려면 클릭하고 드래그 하십시오" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +msgid "click to %toggle% this box" +msgstr "클릭하면 이 상자를 %toggle%" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +msgid "use the arrow keys to move this box" +msgstr "방향키를 사용해서 이 상자를 이동" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +msgid ", or press the enter key to %toggle% it" +msgstr ", 또는 엔터키를 눌러 %toggle%" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +msgid "About this Plugin:" +msgstr "이 플러그인 대해:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +msgid "Plugin Homepage" +msgstr "플러그인 홈페이지" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +msgid "Notify List" +msgstr "메일 통지 리스트" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +msgid "Support Forum" +msgstr "서포트 포럼" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +msgid "Donate with PayPal" +msgstr "PayPal 기부" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +msgid "My Amazon Wish List" +msgstr "내 Amazon 위시 리스트" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_name" +msgstr "번역자 김승엽" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_url" +msgstr "http://unfusion.kunsan.ac.kr/word" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +msgid "Sitemap Resources:" +msgstr "사이트맵 Resources:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +msgid "Webmaster Tools" +msgstr "웹마스터 도구" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Blog" +msgstr "웹마스터 블로그" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +msgid "Site Explorer" +msgstr "사이트 익스플로러" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +msgid "Search Blog" +msgstr "블로그 검색" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Center Blog" +msgstr "웹마스터 센터 블로그" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +msgid "Sitemaps Protocol" +msgstr "사이트 ë§µ 프로토콜" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +msgid "Official Sitemaps FAQ" +msgstr "사이트 ë§µ FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +msgid "My Sitemaps FAQ" +msgstr "사이트 ë§µ 생성기 FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +msgid "Recent Donations:" +msgstr "최근 기부:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +msgid "List of the donors" +msgstr "기부자 목록" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +msgid "Hide this list" +msgstr "목록 숨기기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +msgid "Thanks for your support!" +msgstr "당신의 지원에 감사드립니다!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +msgid "Status" +msgstr "상태" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "사이트 맵이 아직 만들어지지 않았습니다. 여기를 클릭하면 처음으로 사이트 맵을 생성합니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +msgid "Your sitemap was last built on %date%." +msgstr "당신의 사이트 ë§µ 은 %date%에 마지막으로 생성되었습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more정보 더 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "당신의 사이트 ë§µ(압축됨)은 %date%에 마지막으로 생성되었습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more정보 더 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +msgid "Google was successfully notified about changes." +msgstr "Google에 변경사항을 성공적으로 통보하였습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Google에 통보하는데 %time% 초가 걸렸습니다. 만약 이 기능을 사용하지 않으면 사이트 ë§µ 작성시간을 줄일 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Google에 통보하는 동안 문제가 발생했습니다. ê²°ê³¼ 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO에 변경사항을 성공적으로 통보하였습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "YAHOO에 통보하는데 %time% 초가 걸렸습니다. 만약 이 기능을 사용하지 않으면 사이트 ë§µ 작성시간을 줄일 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "YAHOO에 통보하는 동안 문제가 발생했습니다. ê²°ê³¼ 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "MSN was successfully notified about changes." +msgstr "MSN에 변경사항을 성공적으로 통보하였습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time." +msgstr "MSN.com에 통보하는데 %time% 초가 걸렸습니다. 만약 이 기능을 사용하지 않으면 사이트 ë§µ 작성시간을 줄일 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#, php-format +msgid "There was a problem while notifying MSN.com. View result" +msgstr "MSN.com에 통보하는 동안 문제가 발생했습니다. ê²°ê³¼ 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com에 변경사항을 성공적으로 통보하였습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Ask.com에 통보하는데 %time% 초가 걸렸습니다. 만약 이 기능을 사용하지 않으면 사이트 ë§µ 작성시간을 줄일 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Ask.com에 통보하는 동안 문제가 발생했습니다. ê²°ê³¼ 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "작성 과정을 완료하는데 약 %time% 초가 걸렸고, %memory% MB 의 메모리가 사용 되었습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +msgid "The building process took about %time% seconds to complete." +msgstr "작성 과정을 완료하는데 %time% 초가 걸렸습니다. " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "마지막 실행이 완료되지 않았습니다! PHP 스크립트의 시간제한이나 메모리 한계를 올려 보시기 바랍니다. 정보 더 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "최근에 스크립트가 사용한 메모리는 %memused%MB 이며, 서버의 메모리 한계는 %memlimit%입니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "최근에 스트립트가 실행하면서 걸린 시간은 %timeused%초 이고, 서버의 제한시간은 %timelimit%초 입니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "스크립트가 포스트 넘버 %lastpost% (+/- 100) 부근에서 멈추었습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "만약 서버 또는 블로그에 변경사항이 있다면 수동으로 사이트 맵을 재작성해야 합니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "만약 작성 과정에 어떠한 문제가 발생한다면 디버그 기능을 이용하여 더 많은 정보를 얻을 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +msgid "Basic Options" +msgstr "기본 옵션" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +msgid "Sitemap files:" +msgstr "사이트 ë§µ 파일:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Learn more" +msgstr "정보 더 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +msgid "Write a normal XML file (your filename)" +msgstr "표준 XML 파일 작성 ( 사용자 파일이름 )" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "압축 파일 작성 ( 사용자 파일이름 + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +msgid "Building mode:" +msgstr "작성 모드:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "블로그의 내용이 변경되었을 때 사이트 맵을 재작성함" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +msgid "Enable manual sitemap building via GET Request" +msgstr "GET Request를 통해 수동 사이트 ë§µ 작성이 가능토록 함" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "이 항목은 워드프레스 API를 사용하지 않고 워드프레스 데이타 베이스에 내용을 작성하는 외부 프로그램이 있을 때 사이트 맵을 재생성할 수 있도록 해줍니다. 다음의 링크를 따라 가면 처리과정을 시작할 수 있습니다.: %1 사이트 맵을 성공적으로 작성했는지 확인하려면 위의 로그파일을 확인하시기 바랍니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +msgid "Update notification:" +msgstr "업데이트 통지:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify Google about updates of your Blog" +msgstr "블로그의 업데이트를 Google에 통보" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "등록이 필요하진 않지만, 구글 웹마스터 툴 에 가입하면 수집 통계를 확인할 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify MSN Live Search about updates of your Blog" +msgstr "블로그의 업데이트를 MSN Live에 통보" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the MSN Live Webmaster Tools to check crawling statistics." +msgstr "등록이 필요하진 않지만, MSN Live 웹마스터 툴 에 가입하면 수집 통계를 확인할 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +msgid "Notify Ask.com about updates of your Blog" +msgstr "블로그의 업데이트를 Ask.com에 통보" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +msgid "No registration required." +msgstr "등록 필요 없음." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +msgid "Notify YAHOO about updates of your Blog" +msgstr "블로그의 업데이트를 YAHOO에 통보" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +msgid "Your Application ID:" +msgstr "당신의 Application ID:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Key를 가지고 있지 않나요? 여기서 신청하세요! %s2" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "사이트 ë§µ 위치를 포함하고 있는 블로그 루트의 %s 파일을 생성 또는 변경합니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +msgid "File permissions: " +msgstr "파일 권한:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +msgid "OK, robots.txt is writable." +msgstr "OK, robox.txt가 쓰기 가능한 상태입니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +msgid "Error, robots.txt is not writable." +msgstr "Error, robots.txt가 쓰기 불가능한 상태입니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt 파일은 존재하지 않지만 디렉토리가 쓰기 가능한 상태입니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Error, robots.txt 가 존재하지 않으며 디렉토리도 쓰기 불가능한 상태입니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Advanced options:" +msgstr "고급 옵션:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Limit the number of posts in the sitemap:" +msgstr "사이트 맵에 포함될 포스트의 갯수를 제한함:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Newer posts will be included first" +msgstr "최근 포스트가 먼저 포함됩니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "Try to increase the memory limit to:" +msgstr "메모리 한계를 증가시킴:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "e.g. \"4M\", \"16M\"" +msgstr "예. \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "Try to increase the execution time limit to:" +msgstr "실행 시간 제한을 증가시키도록함:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "초 단위로 기입, 예.\"60\" 또는 \"0\" (제한 없음)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Include a XSLT stylesheet:" +msgstr "XSLT 스타일시트를 포함:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Use Default" +msgstr "기본설정 사용" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Full or relative URL to your .xsl file" +msgstr ".xsl 파일의 전체 또는 상대 주소" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "MySQL 스탠다드 모드를 가능하게 함. MySQL 에러가 발생할 때만 사용하십시오. (더 많은 메모리가 필요함!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "백그라운드 작업으로 사이트 맵을 생성 (포스트를 저장할 때 기다리지 않아도 됩니다.)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "Exclude the following posts or pages:" +msgstr "다음의 포스트나 페이지를 제외:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "List of IDs, separated by comma" +msgstr "콤마로 구분된 ID 리스트" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +msgid "Additional pages" +msgstr "페이지 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "여기서 특정 파일이나 URL을 사이트 맵에 추가할 수 있지만 Blog/WordPress에 속해 있는 것은 추가 할 수 없습니다.
        예를 들어, 도메인이 www.foo.com이고 블로그의 위치가 www.foo.com/blog 라면 www.foo.com을 홈페이지로 추가할 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +msgid "Note" +msgstr "주의" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "블로그가 서브 디렉토리에 위치하는데 새 페이지를 추가하길 원한다면 사이트 ë§µ 파일이 블로그 디렉토리나 ê·¸ 아래에 있으면 안되고 root 디렉토리에 있어야 합니다. (이 페이지의 "사이트 ë§µ 파일의 위치" 부분을 보십시오.)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +msgid "URL to the page" +msgstr "페이지의 주소" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "페이지의 주소를 입력하십시오.예:http://www.foo.com/index.html or www.foo.com/home" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +msgid "Priority" +msgstr "우선순위" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "다른 페이지에 비교하여 페이지의 우선 순위를 선택하십시오. 예를 들어 홈페이지는 다른 것에 비해 높은 우선 순위를 가져야 합니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +msgid "Last Changed" +msgstr "마지막 변경" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "최근 변경된 날짜를 YYYY-MM-DD (예 : 2005-12-31 ) 형식으로 입력하십시오 ( 선택사항 )" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +msgid "Change Frequency" +msgstr "변경 빈도" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +msgid "#" +msgstr "#" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +msgid "No pages defined." +msgstr "페이지가 지정되지 않았습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +msgid "Add new page" +msgstr "새 페이지 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +msgid "Post Priority" +msgstr "포스트 우선순위" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +msgid "Please select how the priority of each post should be calculated:" +msgstr "각 포스트의 우선순위를 어떻게 계산할 것인지 선택해 주십시오:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "Do not use automatic priority calculation" +msgstr "자동 우선순위 계산을 사용하지 않음" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "모든 포스트가 "우선권"에서 설정된 우선순위를 같게 됩니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +msgid "Location of your sitemap file" +msgstr "사이트 ë§µ 파일의 위치" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +msgid "Automatic detection" +msgstr "자동 탐지" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +msgid "Filename of the sitemap file" +msgstr "사이트 ë§µ 파일의 이름" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +msgid "Detected Path" +msgstr "탐지된 경로" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +msgid "Detected URL" +msgstr "탐지된 주소" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +msgid "Custom location" +msgstr "커스텀 로케이션" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "파일이름을 포함한 사이트 ë§µ 파일의 절대 또는 상대 경로" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +msgid "Example" +msgstr "예제" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +msgid "Complete URL to the sitemap file, including name." +msgstr "파일이름을 포함한 사이트 ë§µ 파일의 완전한 주소." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +msgid "Sitemap Content" +msgstr "사이트 ë§µ 내용" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +msgid "Include homepage" +msgstr "홈페이지 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +msgid "Include posts" +msgstr "포스트 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +msgid "Include static pages" +msgstr "정적 페이지 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +msgid "Include categories" +msgstr "카테고리 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +msgid "Include archives" +msgstr "아카이브 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +msgid "Include tag pages" +msgstr "태크 페이지 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +msgid "Include author pages" +msgstr "작성자 페이지 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +msgid "Change frequencies" +msgstr "수집 빈도 변경" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "각 태그에 있는 수치들은 고려할 수 있는 사항일 뿐 절대적인 명령은 아닙니다. 서치 엔진의 Crawler가 아래의 정보를 수집 결정을 내릴 때 고려한다고 해도 \"매시간\" 으로 된 페이지를 더 긴 주기로 수집할 수도 있고 \"매년\" 으로 된 페이지를 더 짧은 주기로 수집할 수도 있습니다. 이것은 \"하지않음\"으로 된 페이지도 마찬가지로 주기적 수집을 할 수도 있어서 그러한 페이지에 발생한 변화를 예기치 않게 수집할 수도 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +msgid "Homepage" +msgstr "홈페이지" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +msgid "Posts" +msgstr "포스트들" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +msgid "Static pages" +msgstr "정적 페이지들" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +msgid "Categories" +msgstr "카테고리들" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "이번 달의 아카이브 ( 홈페이지와 같아야 합니다.)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "오래된 아카이브 ( 예전 포스트를 수정했을 때만 변경 하십시오.)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +msgid "Tag pages" +msgstr "태그 페이지들" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +msgid "Author pages" +msgstr "작성자 페이지들" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +msgid "Priorities" +msgstr "우선권" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +msgid "Posts (If auto calculation is disabled)" +msgstr "포스트 ( 만약 자동 계산이 중지 되었을 경우 )" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "최소 포스트 우선권 (만약 자동 계산이 활성화 되어있을 때도)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +msgid "Archives" +msgstr "아카이브" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +msgid "Update options" +msgstr "옵션 업데이트" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +msgid "Reset options" +msgstr "옵션 초기화" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-nl_NL.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-nl_NL.mo new file mode 100644 index 0000000000000000000000000000000000000000..d3e84e132ea3c9eb26bda40a2a8194b8b376c8e2 GIT binary patch literal 22052 zcmd6v3y>w(S>M}4mgKb_wqzS52h=-eRx@bk?yg=IqxD#`@0E6TN19!&Rs=ge_x7FX zoqM~lZugzpnP6iR2lFttV<6a3Yzz_=*@+WZVXRO%fB+}YL2vJ}ECpZ!n2&f`1Z`+V}3Zo2A61Aae6`@6KmuMC3U279~shu@d4 z4}w>Ke+1qReg)hE-h4w4+yu^n^WY+Q9r!-*HQ-0U*Mgq}m%z_~*MisI7zA$y-vH|U zQ{c_ucYt&qWZ*gQ9Uz|sUj#Lk-v`z2pMx4#7w-jb2DueH3F`ZQ0qzHX7JNPU761Gd zOh(UN3u@fkz-e#>JPJMvs^5=-ZSd1z3w#|nHJ?M^8SqJP0{m~_t>Dc}{+qxSxBwml z_5Az6YruaAPJ*8S`6T#FP;~xNP;}h&x*)h0+z-AALa%{Z_mIgm_2Av0==LG-0{A5O z4)E$XFbD8Gpyo09M)&>)LAnTj0@Qe)_4oe^sP+G*fBt2VB?f;9_Q4xjL=SuisOvul z*TKhbarF8;sD1cVP;~n(@HX&j2G=-yz;6b>9lQ%X2i_04JX^-UI$8P~ZIp_^+V*HQ(a)@3SmQ{Pa~&>$)~{bbBL+Xav)s^$&_3=Robx z3V1KL4r)C=35wpI0X5El^w+-(s{h{t)&HM>+V8&t_1z7-9lb;FYOZHN^>a7)D)1oq zPVgi+`-&j=B~bkLzaeG>-t;Ek0SoYlz-Pe|;E`{2^Zo!RIzJ1pfHN@XMeqaQ9C$5E zc@{hb>bsAC$HCw8*E1~s7}p!%CiwH9=5sHb@oMJtGvEx@|6w`^7$W#HQ0u+<+Zf)9ef48oGZEwgT(cZ1sB^PuGJ?V!dPfLDP}f*SwhpyvN+P~-kP z@D%I*JrD@)-0Sql-5%SZ_Vq)c==n5=$OV4}N*=D>=l1Vb@Nus10$&BbA3O?v7`zeu zZBXC+IjH`w+3)1_7VtG(f3L?M1GUa)JpNnoV_g3lD1Lk5PS@Xizz4Yg5m0jcMNs|! zFHm&69wELCyanXbU=R3a@GG;aWZ0hAnm34AyB zhu||{^6l&s@81M-YrpShGWzae@bzE>>ibPl`}%(W{G;GEas4S!>;2E*$HCtKe;nLq zak{>h#f!c_2fh}3eBSln17V5ayFl^jC&8P+Ujs$&KLC$`SHIQm`zetB1)ty_jrT{O z`uo2itR39&fYWz#pw`s}KM7v9;PmdZp!VsD;5FbiC;^rn+z3K~;6d;<@I9dR;G-w8@YZj7=llMn)m0yA9zI&{5q)pYqJ@m<1?V<`)@q{5~%(B5~%UN z42qB51T*gf_kj!<+z)Df?*zqn9|W%lpYixvQ2X(DP~(3A)Hr_#>bw8rudjoMS95(E zsPFfH8t-l}1sA}J%=^=z_H&xWo&^truxRjM@aMt*3Z4Yt_n_Oi-vHmm^)(L#!FPk- z2mVv=T3({7;3;qo{0jIOcxDk>0DcP8^(#-|Q-E&+|2g z-wJ*Klze{`6#rj!#_i{=Ah&|IgRcXB8vIW17eVpO9*8DBJPKX|4#C%g+o1Y?AE_U$HvM0a-T3wG{#tvW`Q7cWzuDtOj~@XS zXz!=3&<3=R)AZARh_|O`-$46en&x^hO|+k+y@z%k?R#kYZP6q@dznW*OEinwfbqlGuk=YkI`0X`u#JS zWV!tH_~Y-RHr=?l&fmvq z|ByCAJ5ST^V-A8C{6^Xl+Pi4;G{o9|DgUBEf^Tt`_V0W77x4)Y(O^W|N7JuE`w&fX z^9I^$Xs2oVtvN7XNPqq#+WTlv(q2WoK>Hx=7Mgw!J1`xv%-?s=3fgzmB>(TAou$D9 zGhsFi2g5ke!(uHCWx;DbdFnj)*BVE1{%h_s7N;Aa1a%18bV{{ zNfGy>fps$zCTY7j>LlrEm`44$6)bc*VH$7p#cHgJq)4(f>e+S9jg2U6$DJ@6=zh*{ zJ)UKGk%yZJf37htHwwM6&?Fls#a6hvmbBMGX4#3mNy_(08t!>wloj_cxmS`nch|wf zu)W5V87p6JwX=S>8Rg-DmHB+sZbP>2sMp&H)2v9kN!&TGcV#||j0o+uC|!+nRxm2o zL}V5~C!-?kLxVOW7javY4h}{+*QebIf`g-^*BK)WbBn^2sJ*^A%tmR4Rb(1DoI0P4 z!cLanUif8Z%q=NcT%3kmJky@=smL+y`W0RKStp(g4n;-03Ne_|A)9G@rRk=$A6Laq;eQu^jD>#((`!H#^un`Z%5#{wEC{yT)G2peckDUD4*y~W1c9Yf7 zkS)p5a5U&ZmQHYJl(S7?FKgTV;IQo#Y_bI3)>n)Y9L}`);RxbH)!tSsXh*&FNIcIr zAGV#+z8F)&KWl6bvi8=nAzk|sFYQBKgjpJg&?A@;Cd93adCyVj zSe9WZUbJRB4s)BLY9r_QAZ{n!E$a|&9g1;K;-;wcwQPh^T#3DTa0`uqY z;!51hSUZ}?rg^ZJt?oUS4LeIRbFBj_!*K8Xm`ZX|G35JxgtCRk4aT!=vW`~hNDoad zFa;Dw5d26mxI}&DPn_dl9=_vwd(pv8_|*a7N=&hNT?`$GyG`PM83D zUhjlC_p!FDmdV&8^LU7A6#X272^cFx78|#!Xikw(r1)z z$@ajQeOXsoaOB%{Q`#i0U%M%NsHgRqor(DlW3GnXQEGP2hJ!$8BByJT6bY4a%+hjn zw+a#6j9@-msf9)2qv1+IM|cXx=ALOHnCsN(Gy2lzsokr;7J=e4MxQ$xEuLLI6ApS& z+wW9U49YHs8Nyk2F?BM_)s^#A&Van<7Ge zFtt25AwFiMlSR_U8)W`jijiRJ%ds(atX%KYjY;8SA7>qVw!J!O1uprY2;;$)t~q zD7vSk{)#k3*INlMC!X==cvC(|H#~7TpJCGn5l#|XZ)GclApNL%uD@gIUKvVQOwy!3>f01+$8hS%1}-jYTP_#+rgE~RDPr@6I@7^o){#L$(%VBgFAgVjvn~>6 zQ`RQW&ceXbMUyrv$z&} zG|g2v8S=@g%xfqgcC>V77_ZWu_dw-x;|_G3K`XWCh0JeGtxgHUywyDyuk_h$#y*o} zy}VSb?X|eQ&dQ_Bo`lO}JV(rlNM6dI+QgFz;a4+g%)eBq8b-YLuJtI5FXA9e0lPTI>@U52(+~YkW>`hUp)|p5~9Kp!i=h7oYLzT)i?#$7HQZ`}bY%XO3f>%qJ5GNPJ zq`{KDUh)CDUFGiIa0=J-a_ZQ70O(`?nbHYW507{^v{bpy6)$5sEkK%C5q~M!(%iu# zaa;E+7PdHsJ2`%28IyUTH7y{iAm|+QP$9#>%SdPoB4tos^F8cBUS+Pjr3k3LB%?LV zimaXWg5{>aq>E7=ERP0*Y*;AQG3p0rD(C5p^qRRu>@U2k$XbD@d535@=kA8*l@^G5 z1F1WiG!~tt2wLvDm9yJ{MS9u5@*hycIgf73^w_0b;8DKHy2U2`@9w~chx-|El$(X34%Dq8v!(MTP@=llhtyjZg&J zxr`q=ga29vG?rg!Qp@(oQ(t8CfsRO6#yaK{JG($WaNIk#M4)Y?&q#@01Vx>2(xp@; z!^MN*X?N9n=_9x@kVkVQ3pVW|{(;!YLCJ|4%l z!DIBf3FOiCAM%YWa-~KGkSOl>*^Gum$*H$OTCZ`KesM}6<8awKiJ3b`OZN$ZcFEAD_x}h3F3`Z&9r)?lv zYaG$t;bIkW$yf}d#K+x!9*Dgy-YrR5VCndhrvd4{+MUEwPEO3%ae`#e2=D0yjRym` zH}WZHnE@X_OltYEDwE;V9eZcP{rmR0Ju7(+T8rnDC@8|MxM+@xC?4u1II3l$Q`*m^ z6xai?g?Y|CHbe|zL+u?|ZI_AgX**aGr%=-A{lXoCJeqKZ;B->Cv={8j`He3_M?Q#r z8G14w^XuscBQD}Nj&9^6T5u2&ms?nF)W+Gc^rTbquzlrdUYT9QEtitCIqr61EL5_E z%5b*E_TRo#x+R z^?u+&VR7e+IVe4^lfinQoJsPmZfu|q&DJ_oLN-Qzmkxp^tSIqz@ivSlDnF7 zH%p0`+S$J&ow}bk!*a#`+h(fR#p-C>+?kc^VqlMEJ90e4ZXNhX+ub+8mCx;7B3=vP z)@m!9xO;J8CY;!R@8U#2%;l4+GogEU@4gA;ttJ3--BXi9PA0QKoCYL|(wtMpZ1{HV zaq}9Y1vnVSo)O1dn>t{$SaEzN#4;BM6K79!W*;R;mH3ugW!KW_GqZ=3G2`y+VW>M7 za&PvLc*DYOe~W{)`)2puHM{>FEdJb`Z@yz6hJV*de1X|B)%@l({dEh#50rmBu*xY* zPg&J@UQbs?NZRa~IO@-Z3qyi}gG0j9HKimDtR;QI+3o{mFXNT+cB>Q5?^-;uc%+{B z{?@)-KA@XDvo&DC1HH+UU(W83;P5S@qC0zE{hlV-jfb;GIN;D3=3IE+N>c24 zY<4MAUSzhM+Z>FI(4_SfJ8T|q@!-fKiwmdD?{b9{U3Pu6P7F$<<|`?RET$3x<+Vm| zimaA=6Vz;o2UH(68k?`+(Taz%0lAnS)JcQWip4tdHU?y@tO9F59#`*X3P*ARgn>brKw7PI-sp1s6PuQ-4B& zw5V5gPav_N6c(W`gZK&zo>zKhBkNhL<*2^KK_q1M--Z;2XfLGAHKI+G4yi^#(^QM% z+G;X#46ppq^*Bv=)#@?`j2f#n4Hw&1ROCf?83L9?O;e!3zD*rZ;$bI4ewipQuf~vK zQ*RW>1w!N~P1T3~#{*9^h1H#ccVXJ7P%6#_LkKy9SH(u7WMfY}>i6zXgLBD+?S!3K z&CASG5?}u2LnK{D%(*5JXl&p*TcH_24-pDP85ww2N>Ch#mJ{+H7sQeQOXUZ}n zc_Lo}k29rlHa|ShvEg=dL5r+J>^N)eLv9k9CGSa|g5$;zI$Es$wxS01hm|PfrLT;4 z>Xqi~Y78II6AsY!Qp1$RAJz1wMbKeU8az6p2FvqZwR7x^=eUHaK3ek8T(cl#J4t(#9I+hJ z0x4w(-77w~^Y`G-sas)PF*4l>52LZj zx=|p88n+59I3DE=bBoQ>gs#Ld8>&x0^GJ%JKb0FM{Jbbi8=rYfO9#XpG-(pq0R4_k zNDS*TkpSVknzM(+>BR|G~SgWuc%aQJ^R*!y%?jmA?$ZG>rqnVJ^qP_G7dWPNT$ixu_#Gf z-jqq(!Jg`y+-BkuGTv4aPK_B$t7Wkzr=7qb7`;R@V-meSLfISfeCJ%SFhs#Ue(tmO zd>Q%N9_7zHU2NlGVuqH@9*S9y!l>Z}%93vslOw2cIumZjJ-w$)6)&BDu$A8)jk?g% zLKj{WKa$IX1ZXR$%YI;qtjEfw#};iP@1(`-bt?9Vp>sN9R;`01e${<>EP&4ITJg$C zoaBQfHdl^w3Y!*hTCC!Ra&;prbZNfpDrL4ujEX10DpYdAVGM39^R`iU49Hv>wPMY_ zoUDg2ii88{3&dDx3|2`;)al_b^$}ia;re#Dj^JEvh!Nu)rRNld7j|)cSxrN}08W<3 zDiFiqaV6d+I<(h(#6&TUE_G&uY{U4Y%|<|jr^mFM3YCJV*1@S{HU-sV-B&N{VB#{} z#dv188iUuaBqcV7t;FW2mDpI}U~PWnhMID(&ed?lAd6-!JLvV3=_`em=FzN0@J%(* zk^o{k*|D*D94UMZe;Qtp#wFEPNpIy-n)7$+1a*RRz_22w#KHW*UV@5{3Mkc#d=_`p z5q$A9AJRGhD=m)~D&JjQpOY12K)iFa8L#+l^sbfc~mgFk-WK2Y1nL^^QTB zJbf5qcoyi4YBxeyplHA<%P5m*?` z3YE;uP<+ZQg<$KxR;hZ=%BM$FvC{L3yULZ6qzL6Qy_9g%N|;ci%|J-8Q)7KoDz7W! zLRK;sRX~O^lwc;SUd}MoR5(Qu`39`9Ik;v(CdoAU{DIT4wNkVaV+kUXE6qzJ>}r}e z@ke7)OwcG;R9Lj^?3u4?a`}OJH=K`aqp^89%Efx%Z(wqd44rwhD5ui@oCoSZvq+pq zW9EwZ%AzNZ73D;yS=QO+D1uq6s{)QB2GhiSDulJ`4R6S#v%NBz(5g0n*jKM1>hx({ z62(sPw$+zgCLnhzlgNnBtf`;m#;?Td%tMy%|ItLN@}ieW5L-VB`FKSv}$9#4aV3~|5I>Lbw`8>X$t zHCnzGuLd=`0xI;&Hnuh870dORU!%QnX-83=RXUoqg0X~Lt>JT(^ONl(Ji|bMbxNs} zu}TlC;>+r_D%bGRLo~cYOUX9+DR03e{vo8EDr2Fq)$%O45-^KW%W5tz0?(wZmc1qV zF-Omw!qU8%+lU_4e%qS7HS$KRK;x>mi=#s;j#6-cqLG8e>|k=pJ2U^o5J_8a*35>! zw9d;7RL!gQH0nApZ!hIfR5Hf-NTb#Z87>`tlHki%sQB`JHpjhY$(+h{yQzh{CG8F$ zgx{(5qD+t6m@{OE&8muk%jzs~i^WB(mg+wOF07Qob4oh&q}WUlFUYW)eUxHXOb^p2 zMypbewP=?mUpDfJq@MxZO&1lGxmi;n^gzml5m$+_V?`%%-{oe<3D3%_da>iI zFZW4-S_FLPr9(?q<vLH=iL#32GxJ13F z;<7r-wxddejFpG+AAIm_nNgMgrFs@?Kd=R-dN-Ue_ICbiAE1fL1IVhyxJ|}MFFq$8?O8q!3TENWw=aEX8 zkEK&>TAQq@)Gzp`yzSO2chF@f5U?twDe7Lng6$D2sFgMqn`*sw zO7vnncHVfCz&d<>>HS{5zU^h`*zy%GVZNm$YM!%5P5T}9YN}<$;Bo@lHKJ(=jDO@1 znzL=N@r4nI>iS@@K7imGj)R&reLmK`?0#Kto|=Vx@Bst9*a?$g9^okxV^IO z4f%)h}!H~B}u0EjDaitKIs>f>Wj#USo2%kSY z(g7n9Da!deI|(2fU&+PGm)xmp#P7U5BP&wwym@Bi$1OEVH!dL{{(uq64ROVHOh8GZ zrqaMC&Nv)5A6^O2ywrTG-1K3oPQ8{GL^&xK^QrjnFzRo2C{E^4>Ph!*7--SviqWl$ zS{fw)Xf*vFQ>Yq>|IddpKibO#$JpgbacvvRo6e7Gq@0@RmKUtr(=OM#^U|Wd$FU~$ z^SdVIn-wsZzyzO<1l(8%g<+RTL1u`HBK@hDcNeF5(Sr zgiO0K6^;yU#cYZakiL_=va+Q~xpG%^N=NySpuW6PE#I*nqRte|a)jZO=SVBp34J}^ zvR7epaa6Nca&7h5*jLY2*Joy{62xXPU-R$qm^1#_FmMTEc>Sd$L?6t?j>Vj&^b4|W z*D0hksV0+_GnT6*$GNKZ8y7e0b7$qB-MpmY&nZ<6G+oKD;+GdYq m$&rLhxWXj58%L*?R8<74wfMKmiW5Lu&6-ntJC@d*@m~WF|Lv3j literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-nl_NL.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-nl_NL.po new file mode 100644 index 00000000..6a3896aa --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-nl_NL.po @@ -0,0 +1,505 @@ +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2008-03-15 10:27+0100\n" +"Last-Translator: forkless \n" +"Language-Team: Arne Brachhold \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: German\n" +"X-Poedit-Country: GERMANY\n" + +msgid "Comment Count" +msgstr "Aantal Reacties" + +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Gebruikt het aantal reacties van het bericht om de prioriteit te berekenen" + +msgid "Comment Average" +msgstr "Reactie Gemiddelde" + +msgid "Uses the average comment count to calculate the priority" +msgstr "Gebruik het reactie gemiddelde om de prioriteit te berekenen" + +msgid "Popularity Contest" +msgstr "Popularity Contest" + +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Gebruikt het geactiveerde Popularity Contest Plugin van Alex King. Zie instellingen en meest populaire berichten" + +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Hartelijke dank voor je donatie! Je helpt hierbij deze gratis plugin te ondersteunen en verder te ontwikkelen!" + +msgid "Hide this notice" +msgstr "Deze melding verbergen" + +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Bedankt voor het gebruiken van deze plugin! Je hebt deze plugin meer dan een maand geleden geinstalleerd. Wanneer het naar behoren werkt en je met het resultaat tevreden bent is het dan niet minsten één dollar waard? Donaties helpen mij deze diese gratis software te ondersteunen en verder te ontwikkelen! Natuurlijk, geen probleem! " + +msgid "No thanks, please don't bug me anymore!" +msgstr "Nee dankjewel, val me hier niet meer mee lastig! " + +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Generator voor WordPress" + +msgid "Configuration updated" +msgstr "De instellingen zijn opgeslagen" + +msgid "Error while saving options" +msgstr "Bij het opslaan van de instellingen is een fout opgetreden." + +msgid "Pages saved" +msgstr "Pagina's opgeslagen" + +msgid "Error while saving pages" +msgstr "Bij het opslaan van de pagina's is een fout opgetreden" + +msgid "Robots.txt file saved" +msgstr "Robots.txt bestand opgeslagen" + +msgid "Error while saving Robots.txt file" +msgstr "Er is een fout opgetreden tijdens het opslaan van robots.txt" + +msgid "The default configuration was restored." +msgstr "De standaard instellingen zijn weer hersteld." + +msgid "open" +msgstr "openen" + +msgid "close" +msgstr "sluiten" + +msgid "click-down and drag to move this box" +msgstr "Klik en sleep om dit venster te verplaatsen" + +msgid "click to %toggle% this box" +msgstr "Klik om dit venster te %toggle%" + +msgid "use the arrow keys to move this box" +msgstr "gebruik de cursor toetsen om dit venster te verplaatsen" + +msgid ", or press the enter key to %toggle% it" +msgstr ", of druk op de enter toets om het te %toggle%" + +msgid "About this Plugin:" +msgstr "Over deze plugin:" + +msgid "Plugin Homepage" +msgstr "Plugin homepage" + +msgid "Notify List" +msgstr "E-Mail wanneer er een update is" + +msgid "Support Forum" +msgstr "Support Forum" + +msgid "Donate with PayPal" +msgstr "Met PayPal doneren" + +msgid "My Amazon Wish List" +msgstr "Amazon wensenlijst" + +msgid "translator_name" +msgstr "Mark Peters" + +msgid "translator_url" +msgstr "http://www.zinloosverteld.nl" + +msgid "Sitemap Resources:" +msgstr "Sitemap informatie:" + +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +msgid "Site Explorer" +msgstr "Site Explorer" + +msgid "Search Blog" +msgstr "Doorzoek Blog" + +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +msgid "Sitemaps Protocol" +msgstr "Sitemaps Protocol" + +msgid "Official Sitemaps FAQ" +msgstr "Officiële Sitemaps FAQ" + +msgid "My Sitemaps FAQ" +msgstr "Mijn Sitemaps FAQ" + +msgid "Recent Donations:" +msgstr "Recente Donaties:" + +msgid "List of the donors" +msgstr "Lijst van donateurs" + +msgid "Hide this list" +msgstr "Lijst verbergen" + +msgid "Thanks for your support!" +msgstr "Bedankt voor je support!" + +msgid "Status" +msgstr "Status" + +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "De sitemap is nog niet gegenereerd. Klik hier om deze voor de eerste keer aan te maken." + +msgid "Your sitemap was last built on %date%." +msgstr "Jouw Sitemap werd voor het laatst op %date% gegenereerd." + +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreMeer informatiezipped) was last built on %date%." +msgstr "Jouw (gezipt) sitemap werd voor het laatst op %date% gegenereerd." + +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreMeer informatiesuccessfully notified
        about changes." +msgstr "Google is succesvol op de hoogte gesteld van de veranderingen." + +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Het duurde %time% seconden om Google op de hoogte te stellen. Misschien wil je deze optie deactiveren om de doorlooptijd van de sitemap generatie te verkorten?" + +msgid "There was a problem while notifying Google. View result" +msgstr "Er was een probleem bij het informeren van Google. Resultaat weergeven" + +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoo is succesvol op de hoogte gesteld van de veranderingen." + +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Het duurde %time% seconden om Yahoo op de hoogte te stellen. Misschien wil je deze optie deactiveren om de doorlooptijd van de sitemap generatie te verkorten?" + +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Er was een probleem bij het informeren van Yahoo. Resultaat weergeven" + +msgid "MSN was successfully notified about changes." +msgstr "MSN.com is succesvol op de hoogte gesteld van de veranderingen." + +msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time." +msgstr "Het duurde %time% seconden om MSN.com op de hoogte te stellen. Misschien wil je deze optie deactiveren om de doorlooptijd van de sitemap generatie te verkorten?" + +msgid "There was a problem while notifying MSN.com. View result" +msgstr "Er was een probleem bij het informeren van MSN.com. Resultaat weergeven" + +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com is succesvol op de hoogte gesteld van de veranderingen." + +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Het duurde %time% seconden om Ask.com op de hoogte te stellen. Misschien wil je deze optie deactiveren om de doorlooptijd van de sitemap generatie te verkorten?" + +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Er was een probleem bij het informeren van Ask.com. Resultaat weergeven" + +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Het sitemap genereren duurde %time% seconden en gebruikte %memory%MB geheugen." + +msgid "The building process took about %time% seconds to complete." +msgstr "Het sitemap genereren duurde %time% seconden." + +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "De inhoud van de sitemap heeft zich niet gewijzigd sinds de laatste keer, als gevolgd zijn er geen bestanden weggeschreven en zijn de zoekmachines niet op de hoogte gesteld." + +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "De laatste generatie van de sitemap is niet afgesloten! Het kan helpen de geheugenlimiet voor PHP scripts te verhogen. Meer informatie" + +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Het laatst bekende geheugengebruik van het script lag op %memused%MB, het limiet voor PHP scripts op deze server is %memlimit%." + +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "De laatst bekende doorlooptijd lag op %timeused% seconden, het limiet voor PHP scripts voor deze server is %timelimit% seconden." + +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Het script is ongeveer gestopt bij bericht nummer %lastpost% (+/- 100)" + +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Wanneer er iets gewijzigd is op de server of aan het Blog, dan kan men de sitemap met de hand opnieuw genereren." + +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Indien er bij het genereren van de sitemap problemen zijn kan men de Debug Functie gebruiken om meer informatie over de opgetreden fout te achterhalen." + +msgid "Basic Options" +msgstr "Basisinstellingen" + +msgid "Sitemap files:" +msgstr "Sitemap bestanden:" + +msgid "Learn more" +msgstr "Meer informatie" + +msgid "Write a normal XML file (your filename)" +msgstr "Sitemap als XML bestand aanmaken (bestandsnaam)" + +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Gezipte sitemap aanmaken (bestandsnaam + .gz)" + +msgid "Building mode:" +msgstr "Generatie mode::" + +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Sitemap opnieuw genereren wanneer je de inhoud van je Blog wijzigt" + +msgid "Enable manual sitemap building via GET Request" +msgstr "Handmatig genereren van de sitemap via GET aanvragen toestaan" + +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Hiermee kun je je sitemap opnieuw genereren indien een externe tool in de database van WordPress geschreven heeft zonder gebruik te maken van de API. Gebruik de volgende URL om het process te starten: %1 Controleer het logbestand hierboven om te kijken of de sitemap succesvol is gegenereerd." + +msgid "Update notification:" +msgstr "Wijzigings notificatie:" + +msgid "Notify Google about updates of your Blog" +msgstr "Google YAHOO op de hoogte stellen van de Blog wijzigingen" + +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Registratie niet noodzakelijk, maar je kunt je optioneel aanmelden bij de Google Webmaster Tools om de indexeringsstatistieken van de site te bekijken." + +msgid "Notify MSN Live Search about updates of your Blog" +msgstr "MSN Live Search op de hoogte stellen van de Blog wijzigingen" + +msgid "No registration required, but you can join the MSN Live Webmaster Tools to check crawling statistics." +msgstr "Registratie niet noodzakelijk, maar je kunt je optioneel aanmelden bij de MSN Live Webmaster Tools om de indexeringsstatistieken van de site te bekijken." + +msgid "Notify Ask.com about updates of your Blog" +msgstr "Ask.com YAHOO op de hoogte stellen van de Blog wijzigingen" + +msgid "No registration required." +msgstr "Geen registratie noodzakelijk" + +msgid "Notify YAHOO about updates of your Blog" +msgstr "YAHOO op de hoogte stellen van de Blog wijzigingen" + +msgid "Your Application ID:" +msgstr "Jouw Application ID:" + +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Nog geen key? Hier aanvragen! %s2" + +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Maak of wijzig het %s bestand in de root directory van je Blog." + +msgid "File permissions: " +msgstr "Bestands permissies:" + +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt kan weggeschreven worden." + +msgid "Error, robots.txt is not writable." +msgstr "Error, robots.txt kan niet weggeschreven worden." + +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt bestaat nog niet, maar de directory kan beschreven worden." + +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Error, robots.txt bestaat niet en de directory is niet beschrijfbaar" + +msgid "Advanced options:" +msgstr "Uitgebreide instellingen" + +msgid "Limit the number of posts in the sitemap:" +msgstr "Het aantal berichten in de sitemap limiteren:" + +msgid "Newer posts will be included first" +msgstr "Nieuwe berichten worden het eerst opgenomen" + +msgid "Try to increase the memory limit to:" +msgstr "Probeer de geheugenlimiet te verhogen naar: " + +msgid "e.g. \"4M\", \"16M\"" +msgstr "bijv. \"4M\", \"16M\"" + +msgid "Try to increase the execution time limit to:" +msgstr "Probeer de tijdslimiet van de generatie aan te passen naar:" + +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "in seconden, bijv. \"60\" of \"0\" voor geen limiet" + +msgid "Include a XSLT stylesheet:" +msgstr "XSLT stylesheet toevoegen:" + +msgid "Use Default" +msgstr "Gebruik de standaard" + +msgid "Full or relative URL to your .xsl file" +msgstr "Volledige of relatieve pad naar het .xsl bestand" + +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "MySQL standaard mode activeren. Gebruik deze optie indien MYSQL fouten optreden (gebruikt meer geheugen!)" + +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Genereer de sitemap in de achtergrond (Hierdoor is er geen wachttijd wanneer er een bericht wordt geplaatst)" + +msgid "Exclude the following posts or pages:" +msgstr "Volgende berichten of pagina's uitsluiten:" + +msgid "List of IDs, separated by comma" +msgstr "Lijst van de IDs, gescheiden door komma" + +msgid "Additional pages" +msgstr "Addtionele pagina's" + +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Hier kunnen de bestanden of URLHier können Sie zusätzliche Seiten in Form von URLs angeben, welche mit in Ihre Sitemap aufgenommen werden sollen aber nicht von WordPress erzeugt werden. Falls Sie z.B. Ihre Homepage auf www.beispiel.com haben, Ihr Blog aber unter www.beispiel.com/blog zu erreichen ist, tragen Sie Ihre Homepage als http://www.beispiel.com hier ein." + +msgid "Note" +msgstr "Notitie" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Indien het Blog in een subdirectory staat en je wilt pagina's toevoegen die NIET in de Blog of onderliggende directories liggen, dan MOET je je sitemap bestand in de root direcotry van de webserver plaatsten. (Kijk naar de "Locatie van het sitemap bestand" sectiew op deze pagina)!" + +msgid "URL to the page" +msgstr "URL naar de pagina" + +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Vul hier de URL naar de pagina in. Voorbeeld: http://www.zinloosverteld.nl of http://www.zinloosverteld.nl/blog" + +msgid "Priority" +msgstr "Prioriteit" + +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Kies hier de prioriteit van de pagina relatief ten opzichte van andere pagina's. Bijvoorbeeld, de homepage heeft een hogere prioriteit dan een colofon pagina." + +msgid "Last Changed" +msgstr "Laatste wijziging" + +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Voer hier de laatste wijziging in in het formaat JJJJ-MM-DD (bijv. 2005-12-31). Dit veld is optioneel en hoeft niet ingevuld te worden." + +msgid "Change Frequency" +msgstr "Wijzigingsfrequentie" + +msgid "#" +msgstr "#" + +msgid "No pages defined." +msgstr "Er zijn geen pagina's gedefiniëerd." + +msgid "Add new page" +msgstr "Nieuwe pagina toevoegen" + +msgid "Post Priority" +msgstr "Bericht prioriteit" + +msgid "Please select how the priority of each post should be calculated:" +msgstr "Kies hier de berekeningsmethode voor de prioriteit van de berichten." + +msgid "Do not use automatic priority calculation" +msgstr "Geen automatische prioriteitsberekening gebruiken" + +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Alle berichten hebben dezelfde prioriteit die onder "Prioriteiten" is ingesteld." + +msgid "Location of your sitemap file" +msgstr "Locatie van het sitemap bestand" + +msgid "Automatic detection" +msgstr "Automatische herkenning" + +msgid "Filename of the sitemap file" +msgstr "Bestandsnaam van de sitemap" + +msgid "Detected Path" +msgstr "Herkend pad" + +msgid "Detected URL" +msgstr "Herkende URL" + +msgid "Custom location" +msgstr "Handmatig ingesteld pad" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absoluut of relatief pad naar het sitemap bestand inclusief bestandsnaam." + +msgid "Example" +msgstr "Voorbeeld" + +msgid "Complete URL to the sitemap file, including name." +msgstr "Absolute URL naar het sitemap bestand inclusief de bestandsnaam." + +msgid "Sitemap Content" +msgstr "Sitemap inhoud" + +msgid "Include homepage" +msgstr "Bevat homepage" + +msgid "Include posts" +msgstr "Bevat berichten" + +msgid "Include static pages" +msgstr "Bevat statische pagina's" + +msgid "Include categories" +msgstr "Bevat categorieën" + +msgid "Include archives" +msgstr "Bevat archieven" + +msgid "Include tag pages" +msgstr "Bevag tag pagina's" + +msgid "Include author pages" +msgstr "Bevat auteur pagina's" + +msgid "Change frequencies" +msgstr "Wijzigingsfrequentie" + +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Let er op dat de waarde van deze tag als tip gezien wordt en niet als commando. Zoekmachines kunnen deze tip oppakken, echter hoeven zij zich er niet aan te houden. Ze kunnen pagina's per \"Hourly\" gemarkeerd minder bezoeken. En pagina's gemarkeerd \"Yearly\" kunnen frequentere controles krijgen. Ook pagina's gemarkeerd \"Never\" kunnen worden bezocht om zo onverwachte veranderingen op te pakken." + +msgid "Homepage" +msgstr "Homepage" + +msgid "Posts" +msgstr "Berichten" + +msgid "Static pages" +msgstr "Statische pagina's" + +msgid "Categories" +msgstr "Categorieën" + +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Het archief van de huidige maand (Zou hetzelfde moeten zijn als de homepage)" + +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Archieven van voorgaande maanden" + +msgid "Tag pages" +msgstr "Tag pagina's" + +msgid "Author pages" +msgstr "Auteur pagina's" + +msgid "Priorities" +msgstr "Prioriteiten" + +msgid "Posts (If auto calculation is disabled)" +msgstr "Berichten (Wanneer automatische berekening is geactiveerd)" + +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minimale prioriteit voor berichten (ook wanneer de automatische berekening is geactiveerd)" + +msgid "Archives" +msgstr "Archieven" + +msgid "Update options" +msgstr "Instellingen opslaan" + +msgid "Reset options" +msgstr "Instellingen herstellen" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pl_PL.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pl_PL.mo new file mode 100644 index 0000000000000000000000000000000000000000..8e7168b041fa3f603e80a3d2ee34b967902c8717 GIT binary patch literal 21595 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pl_PL.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pl_PL.po new file mode 100644 index 00000000..e59e3991 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pl_PL.po @@ -0,0 +1,640 @@ +# Polish Language File for Google XML Sitemaps - sitemap-pl_PL.po) +# Copyright (C) 2007 Kuba Zwolinski : http://kubazwolinski.com +# This file is distributed under the same license as the WordPress package. +# kuba , 2007. +# $Id: sitemap-pl_PL.po 2504 2007-10-03 09:19:18Z +# +msgid "" +msgstr "" +"Project-Id-Version: Google Sitemap Generator PL\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2007-12-30 12:52+0100\n" +"Last-Translator: Kuba Zwolinski \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: SnowDog \n" +"X-Poedit-Language: Polish\n" +"X-Poedit-Country: POLAND\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:846 +msgid "Comment Count" +msgstr "Liczba komentarzy" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:858 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Używa liczbę komentarzy do obliczania priorytetu wpisu" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:918 +msgid "Comment Average" +msgstr "Średnia komentarzy" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "Używa średnią liczbę komentarzy do obliczania priorytetu wpisu" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Konkurs popularności" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Używa włączonej wtyczki Popularity Contest od Alex King. Zobaczustawienia i najbardziej popularne wpisy" + +msgid "XML-Sitemap Generator" +msgstr "Generator XML-Sitemap" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2397 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2582 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Wielkie dzięki za wsparcie. Pomagasz mi rozwijać tę wtyczkę oraz inne darmowe oprogramowanie!" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2582 +msgid "Hide this notice" +msgstr "Ukryj tę informację" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Dzięki za używanie tej wtyczki! Wtyczka została zainstalowana ponad miesiąc temu. Jeśli działa dobrze i rezultaty sa zgodne z Twoimi oczekiwaniami, czy nie jest to wart paru złotych? Dotacje pomagają mi kontynuowac rozwój wtyczki oraz zapewnić pomoc techniczną użytkownikom tego darmowego programu! Jasne, bardzo chętnie!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606 +msgid "No thanks, please don't bug me anymore!" +msgstr "Nie, dzięki. I nie zawracaj mi więcej tym głowy!" + +msgid "XML Sitemap Generator for WordPress" +msgstr "Generator XML-Sitemap" + +msgid "Configuration updated" +msgstr "Konfiguracja zaktualizowana" + +msgid "Error while saving options" +msgstr "Wystąpił błąd podczas zapisywania opcji" + +msgid "Pages saved" +msgstr "Strony zostały zapisane" + +msgid "Error while saving pages" +msgstr "Wystąpił błąd podczas zapisywania stron." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2711 +#, php-format +msgid "Robots.txt file saved" +msgstr "Plik Robots.txt został zapisany" + +msgid "Error while saving Robots.txt file" +msgstr "Wystąpił błąd podczas zapisu pliku Robots.txt" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2721 +msgid "The default configuration was restored." +msgstr "Domyślna konfiguracja została przywrócona." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2814 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2831 +msgid "open" +msgstr "otworzyć" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2815 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2832 +msgid "close" +msgstr "zamknąć" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2816 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2833 +msgid "click-down and drag to move this box" +msgstr "wciśnik klawisz i przeciągnij żeby przesunąć" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2817 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2834 +msgid "click to %toggle% this box" +msgstr "kliknij aby %toggle% to pole" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2818 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2835 +msgid "use the arrow keys to move this box" +msgstr "użyj kursorów aby przesunąć ten blok" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2819 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2836 +msgid ", or press the enter key to %toggle% it" +msgstr ", lub wciśnij enter aby %toggle%" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2847 +msgid "About this Plugin:" +msgstr "O wtyczce:" + +msgid "Plugin Homepage" +msgstr "Strona główna wtyczki" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2850 +msgid "Notify List" +msgstr "Lista zmian wtyczki" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2851 +msgid "Support Forum" +msgstr "Forum pomocy" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2852 +msgid "Donate with PayPal" +msgstr "Wspomóż nas przez PayPal" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2853 +msgid "My Amazon Wish List" +msgstr "Lista życzeń Amazon" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2854 +msgid "translator_name" +msgstr "Strona tłumaczenia" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2854 +msgid "translator_url" +msgstr "http://kubazwolinski.com/wordpress/tlumaczenie-wtyczki-google-xml-sitemaps/" + +msgid "Sitemap Resources:" +msgstr "O mapie strony:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2860 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2861 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2863 +msgid "Site Explorer" +msgstr "Site Explorer" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2864 +msgid "Search Blog" +msgstr "Search Blog" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2861 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +msgid "Sitemaps Protocol" +msgstr "Sitemaps Protocol" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2867 +msgid "Official Sitemaps FAQ" +msgstr "Official Sitemaps FAQ" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2868 +msgid "My Sitemaps FAQ" +msgstr "FAQ wtyczki" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2873 +msgid "Recent Donations:" +msgstr "Ostatnie dotacje:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2877 +msgid "List of the donors" +msgstr "Lista darczyńców" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2879 +msgid "Hide this list" +msgstr "Ukryj tę listę" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2882 +msgid "Thanks for your support!" +msgstr "Dzięki za wsparcie!" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2894 +msgid "Status" +msgstr "Status" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2904 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Mapa strony nie została jeszcze zbudowana. Kliknij tutaj, aby ją zbudować po raz pierwszy." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2910 +msgid "Your sitemap was last built on %date%." +msgstr "Ostatnia modyfikacja twojej mapy strony: %date%." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2912 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreDowiedz się więcejzipped) was last built on %date%." +msgstr "Ostatnia modyfikacja twojej spakowanej mapy strony: %date%." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2921 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreDowiedz się więcejsuccessfully notified
        about changes." +msgstr "Google został pomyślnie powiadomiony o zmianach." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2930 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Powiadomienie Google zajęło %time% sekund, możesz wyłączyć tę opcję, aby zredukować czas publikacji." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2933 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Wystąpił problem z powiadomieniem Google. Obejrzyj rezultat" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2939 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO został pomyślnie powiadomiony o zmianach." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2942 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Powiadomienie YAHOO zajęło %time% sekund, możesz wyłączyć tę opcję, aby zredukować czas publikacji." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2945 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Wystąpił problem z powiadomieniem YAHOO. Obejrzyj rezultat" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2939 +msgid "MSN was successfully notified about changes." +msgstr "MSN został pomyślnie powiadomiony o zmianach." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2954 +msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time." +msgstr "Powiadomienie MSN.com zajęło %time% sekund, możesz wyłączyć tę opcję, aby zredukować czas publikacji." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2957 +#, php-format +msgid "There was a problem while notifying MSN.com. View result" +msgstr "Wystąpił problem z powiadomieniem MSN.com. Obejrzyj rezultat" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2951 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com został pomyślnie powiadomiony o zmianach." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2954 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Powiadomienie Ask.com zajęło %time% sekund, możesz wyłączyć tę opcję, aby zredukować czas publikacji." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2957 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Wystąpił problem z powiadomieniem Ask.com. Obejrzyj rezultat" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2965 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Proces budowy mapy zajął %time% sek. i wykorzystał %memory% MB pamięci." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2967 +msgid "The building process took about %time% seconds to complete." +msgstr "Proces budowy mapy zajął %time% sek." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2971 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Zawartość twojej mapy nie zmieniła się /strong> od ostatniego razu, więc pliki nie zostały nadpisane i żadna wyszukiwarka nie została powiadomiona." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2975 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Ostatnia operacja nie została zakończona! Może należy zwiększyć limit pamieci lub czasu wykonywania dla skryptów PHP. Dowiedz się więcej" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2977 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Ostatnie znane zużycie pamięci wyniosło %memused%MB, limit twojego serwera to %memlimit%." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2981 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Ostatni znany czas wykonywania skryptu wyniósł %timeused% sek., limit twojego serwera wynosi %timelimit% sek." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2985 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Skrypt przerwał wykonywanie w okolicach wpisu nr %lastpost% (+/- 100)" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2988 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Jeśli na blogu coś zostało zmienione, należy przebudować mapę ręcznie." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2990 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Jeśli napotkasz jakiś problem podczas procesu budowy mapy, możesz użyć funkcji debugowania aby uzyskać więcej informacji." + +msgid "Basic Options" +msgstr "Opcje podstawowe" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3007 +msgid "Sitemap files:" +msgstr "Pliki mapy strony:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3007 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3022 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3042 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3067 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3084 +msgid "Learn more" +msgstr "Dowiedz się więcej" + +msgid "Write a normal XML file (your filename)" +msgstr "Zapisz normalny plik XML (własna nazwa)" + +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Zapisz plik gzip (własna nazwa + .gz)" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3022 +msgid "Building mode:" +msgstr "Tryb budowy:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3027 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Przebudowuj mapę przy zmianie zawartości bloga" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3034 +msgid "Enable manual sitemap building via GET Request" +msgstr "Włącz manualne przebudowywanie mapy przez polecenie GET" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3038 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Ta opcja pozwoli na odświeżenie mapy strony jeśli jakieś zewnętrzne narzędzie dokona zapisu w bazie danych WordPress z pominięciem WordPress API. Użyj następującego adresu w celu rozpoczęcia procesu: %1 Sprawdź plik logu powyżej, aby sprawdzić czy mapa została odpowiednio przebudowana." + +msgid "Update notification:" +msgstr "Powiadomienia o aktualizacjach:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3046 +msgid "Notify Google about updates of your Blog" +msgstr "Powiadamiaj Google o aktualizacjach twojego bloga" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3047 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Rejestracja nie jest wymagana, ale możesz sprawdzić Google Webmaster Tools aby kontrolować statystyki indeksowania." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3046 +msgid "Notify MSN Live Search about updates of your Blog" +msgstr "Powiadamiaj MSN Live Search o aktualizacjach twojego bloga" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3047 +#, php-format +msgid "No registration required, but you can join the MSN Live Webmaster Tools to check crawling statistics." +msgstr "Rejestracja nie jest wymagana, ale możesz sprawdzić MSN Live Webmaster Tools aby kontrolować statystyki indeksowania." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3051 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Powiadamiaj Ask.com o aktualizacjach twojego bloga" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3052 +msgid "No registration required." +msgstr "Rejestracja nie jest konieczna" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3056 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Powiadamiaj YAHOO o aktualizacjach twojego bloga" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +msgid "Your Application ID:" +msgstr "ID aplikacji:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Nie masz takiego klucza? Zamów go tutaj! %s2" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3062 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Modyfikuj lub utwórz plik %s w katalogu strony gdzie znajduje się mapa strony." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3065 +msgid "File permissions: " +msgstr "Status pliku: " + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3070 +msgid "OK, robots.txt is writable." +msgstr "OK, plik robots.txt ma prawa do zapisu." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3072 +msgid "Error, robots.txt is not writable." +msgstr "Błąd, plik robots.txt nie ma praw do zapisu." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3076 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, plik robots.txt nie istnieje, ale katalog ma prawa do zapisu przez serwer." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3078 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Błąd, plik robots.txt nie istnieje i katalog nie ma prawa do zapisu przez serwer" + +msgid "Advanced options:" +msgstr "Zaawansowane opcje:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3087 +msgid "Limit the number of posts in the sitemap:" +msgstr "Limituj ilość wpisów w mapie:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3087 +msgid "Newer posts will be included first" +msgstr "Nowsze wpisy będą załączone jako pierwsze" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3090 +msgid "Try to increase the memory limit to:" +msgstr "Spróbuj zwiększyć limit pamięci do:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3090 +msgid "e.g. \"4M\", \"16M\"" +msgstr "np. \"4M\", \"16M\"" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3093 +msgid "Try to increase the execution time limit to:" +msgstr "Spróbuj zwiększyć limit czasu wykonywania do:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3093 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "w sekundach, np. \"60\" lub \"0\" dla nieograniczonego" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3096 +msgid "Include a XSLT stylesheet:" +msgstr "Załącz arkusz stylu XSLT: " + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3096 +msgid "Use Default" +msgstr "Użyj wartości domyślnych" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3096 +msgid "Full or relative URL to your .xsl file" +msgstr "Absolutna lub relatywna ścieżka to twojego plik .xsl " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Włącz standardowy tryb MySQL. Użyj tego tylko w przypadku występowania błędów MySQL (zużywa duzo więcej pamięci!)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Buduj mapę strony w tle (nie musisz czekać kiedy zapisujesz swój wpis)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "Exclude the following posts or pages:" +msgstr "Wyłącz następujące wpisy lub strony:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "List of IDs, separated by comma" +msgstr "Lista ID, oddzielonych przecinkami" + +msgid "Additional pages" +msgstr "Dodatkowe strony" + +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Tutaj możesz podąć pliki lub adresy URL, które powinny znaleźć się w twojej mapie strony, chociaż nie należą do blogu/WordPress'a.
        Na przykład, jeśli twoja domena to www.foo.com i twój blog znajduje się na www.foo.com/blog, możesz chcieć umieścić także stronę główną (czyli www.foo.com)" + +msgid "Note" +msgstr "Notatka" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Jeśli twój blog znajduje się w podkatalogu i chcesz dodać strony które NIE znajdują się katalogu blogu lub jego subkatalogu, MUSISZ umieścić swoją mapę strony w katalogu głównym (zobacz sekcję " Lokalizacja twojej mapy strony" na tej stronie)!" + +msgid "URL to the page" +msgstr "URL strony" + +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Wpisz adres URL strony. Przykłady: http://www.foo.com/index.html lub www.foo.com/home " + +msgid "Priority" +msgstr "Priorytet" + +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Wybierz priorytet strony w odniesieniu do innych stron. Na przykład, strona główna może mieć wyższy priorytet niż informacje o tobie." + +msgid "Last Changed" +msgstr "Ostatnio zmieniony" + +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Wpisz datę ostatniej zmiany jako YYYY-MM-DD (na przykład: 2005-12-31) (opcja)." + +msgid "Change Frequency" +msgstr "Zmień częstotliwość" + +msgid "#" +msgstr "#" + +msgid "No pages defined." +msgstr "Brak zdefiniowanych stron" + +msgid "Add new page" +msgstr "Dodaj nową stronę" + +msgid "Post Priority" +msgstr "Priorytet wpisu" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3292 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Wybierz sposób obliczania priorytetu poszczególnych wpisów:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3294 +msgid "Do not use automatic priority calculation" +msgstr "Nie używaj automatycznego obliczania priorytetu" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3294 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Wszystkie wpisy mają ten sam priorytet, który jest zdefiniowany "Priorytety"" + +msgid "Location of your sitemap file" +msgstr "Lokalizacja twojego pliku mapy strony" + +msgid "Automatic detection" +msgstr "Automatycznw wykrywanie" + +msgid "Filename of the sitemap file" +msgstr "Nazwa pliku mapy strony" + +msgid "Detected Path" +msgstr "Wykryta ścieżka" + +msgid "Detected URL" +msgstr "Wykryty URL" + +msgid "Custom location" +msgstr "Własna lokalizacja" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absolutna ścieżka do pliku mapy strony, zawierający nazwę. " + +msgid "Example" +msgstr "Przykład" + +msgid "Complete URL to the sitemap file, including name." +msgstr "Pełen adres URL to pliku mapy strony, zawierający nazwę." + +msgid "Sitemap Content" +msgstr "Zawartość mapy strony" + +msgid "Include homepage" +msgstr "Zawiera stronę główną" + +msgid "Include posts" +msgstr "Zawiera wpisy" + +msgid "Include static pages" +msgstr "Zawiera statyczne strony" + +msgid "Include categories" +msgstr "Zawiera kategorie" + +msgid "Include archives" +msgstr "Zawiera archiwa" + +msgid "Include tag pages" +msgstr "Zawiera strony tagów" + +msgid "Include author pages" +msgstr "Zawiera strony autorów" + +msgid "Change frequencies" +msgstr "Zmień częstotliwość" + +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Proszę wziąść pod uwagę, że zawartość tego znacznika jest wskazówką, a nie poleceniem. Nawet jeśli wyszukiwarki biorą tą informację pod uwagę podczas podejmowania decyzji, to mogą one przeglądać strony zaznaczone jako \"co godzinę\" rzadziej. Jest również prawdopodobne, że strony oznaczone jako \"co rok\" będą przeglądane częściej. Również jest możliwe, że mimo oznaczenia \"nigdy\", wyszukiwarki mogą takie strony czasem przeglądać i wychwytywać nieoczekiwanie zmiany na tych stronach." + +msgid "Homepage" +msgstr "Strona główna" + +msgid "Posts" +msgstr "Wpisy" + +msgid "Static pages" +msgstr "Statyczne strony" + +msgid "Categories" +msgstr "Kategorie" + +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Aktualne archiwum tego miesiąca (powinno mieć taką samą częstotliwość jak strona główna)" + +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Starsz archiwa (zmień tylko jeśli edytujesz stare wpisy)" + +msgid "Tag pages" +msgstr "Strony tagów" + +msgid "Author pages" +msgstr "Strony autorów" + +msgid "Priorities" +msgstr "Priorytety" + +msgid "Posts (If auto calculation is disabled)" +msgstr "Wpisy (jeśli automatyczne przeliczanie jest wyłączone)" + +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minimalny priorytet wpisu (nawet jeśli automatyczne przeliczanie jest włączone)" + +msgid "Archives" +msgstr "Archiwa" + +msgid "Update options" +msgstr "Zaktualizuj opcje" + +msgid "Reset options" +msgstr "Reset opcji" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_BR.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_BR.mo new file mode 100644 index 0000000000000000000000000000000000000000..2c7283e2e64393440ec8be22b39d496de1cda873 GIT binary patch literal 8909 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_BR.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_BR.po new file mode 100644 index 00000000..f13e0fb5 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_BR.po @@ -0,0 +1,327 @@ +# [Countryname] Language File for sitemap (sitemap-[localname].po) +# Copyright (C) 2005 [name] : [URL] +# This file is distributed under the same license as the WordPress package. +# [name] <[mail-address]>, 2005. +# $Id: sitemap-es_ES.po 2504 2005-07-03 22:19:18Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2006-11-24 18:57-0300\n" +"Last-Translator: Rafael Lima \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: Pedro Polonia \n" +"X-Poedit-Language: Portuguese\n" +"X-Poedit-Country: PORTUGAL\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-Bookmarks: -1,59,-1,-1,-1,71,-1,-1,-1,-1\n" + +#: sitemap.php:375 +msgid "always" +msgstr "sempre" + +msgid "hourly" +msgstr "a cada hora" + +msgid "daily" +msgstr "diariamente" + +msgid "weekly" +msgstr "semanalmente" + +msgid "monthly" +msgstr "mensalmente" + +msgid "yearly" +msgstr "anualmente" + +msgid "never" +msgstr "nunca" + +msgid "Detected Path" +msgstr "Caminho detectado" + +msgid "Example" +msgstr "Exemplo" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Caminho absoluto ou relativo para o arquivo sitemap, incluindo o nome." + +msgid "Complete URL to the sitemap file, including name." +msgstr "URL completo para o arquivo sitemap, incluindo o nome." + +msgid "Automatic location" +msgstr "Localização automática" + +msgid "Manual location" +msgstr "Localização manual" + +msgid "OR" +msgstr "OU" + +msgid "Location of your sitemap file" +msgstr "Localização do arquivo sitemap" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Se o seu blog está numa pasta e quer adicionar paginas que NÃO estão na pasta do seu blog ou em sub-pastas, DEVE colocar o seu arquivo sitemap na raiz dos directórios (Olhe na secção \"Localização do seu arquivo sitemap\" nesta página)! " + +#: sitemap.php:512 +msgid "Configuration updated" +msgstr "Configuração actualizada" + +#: sitemap.php:513 +msgid "Error" +msgstr "Erro" + +#: sitemap.php:521 +msgid "A new page was added. Click on "Save page changes" to save your changes." +msgstr "Uma nova página foi adicionada. Seleccione em \"Gravar alterações\" para guardar as alterações. " + +#: sitemap.php:527 +msgid "Pages saved" +msgstr "Páginas guardadas" + +#: sitemap.php:528 +msgid "Error while saving pages" +msgstr "Erro durante a gravação das páginas " + +#: sitemap.php:539 +msgid "The page was deleted. Click on "Save page changes" to save your changes." +msgstr "A página foi eliminada. Seleccione em \"Gravar alterações\" para guardar as alterações. " + +#: sitemap.php:542 +msgid "You changes have been cleared." +msgstr "As suas alterações foram anuladas." + +#: sitemap.php:555 +msgid "Sitemap Generator" +msgstr "Gerador Sitemap" + +#: sitemap.php:558 +msgid "Manual rebuild" +msgstr "Reconstrução manual" + +#: sitemap.php:559 +msgid "If you want to build the sitemap without editing a post, click on here!" +msgstr "Se deseja construir o sitemap sem editar nenhum artigo, clique aqui!" + +#: sitemap.php:560 +msgid "Rebuild Sitemap" +msgstr "Reconstruir Sitemap" + +#: sitemap.php:564 +msgid "Additional pages" +msgstr "Páginas adicionais" + +#: sitemap.php:566 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Aqui pode especificar os arquivos ou URLs que devem ser incluídas no sitemap mas que não pertencem ao seu blog/WordPress.
        Por exemplo: se o teu domínio é www.foo.com e o teu blog está localizado em www.foo.com/blog, deve querer incluir a sua página inicial em www.foo.com " + +#: sitemap.php:568 +msgid "URL to the page" +msgstr "URL da página" + +#: sitemap.php:569 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "URL da página. Exemplos: http://www.foo.com/index.html ou www.foo.com/home" + +#: sitemap.php:571 +msgid "Priority" +msgstr "Prioridade" + +#: sitemap.php:572 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Escolha a prioridade relativa da página relativa a outras páginas. Por exemplo, a sua página inicial deve ter uma maior prioridade que os seus dados pessoais." + +#: sitemap.php:574 +msgid "Last Changed" +msgstr "Última Alteração" + +#: sitemap.php:575 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Entre a data da última alteração como AAAA-MM-DD (por exemplo: 2005-12-31) (opcional). " + +#: sitemap.php:583 +msgid "Change Frequency" +msgstr "Frequência das Alterações " + +#: sitemap.php:585 +msgid "#" +msgstr "#" + +#: sitemap.php:609 +msgid "No pages defined." +msgstr "Nenhuma página definida" + +#: sitemap.php:616 +msgid "Add new page" +msgstr "Adicionar nova página " + +#: sitemap.php:617: +msgid "Save page changes" +msgstr "Guardar as alterações da página" + +#: sitemap.php:618: +msgid "Undo all page changes" +msgstr "Desfazer todas as alterações da página" + +#: sitemap.php:621: +msgid "Delete marked page" +msgstr "Apagar a página marcada" + +#: sitemap.php:627 +msgid "Basic Options" +msgstr "Opções Básicas" + +#: sitemap.php:632 +msgid "Enable automatic priority calculation for posts based on comment count" +msgstr "Activar o cálculo automático de prioridades para artigos baseado no número de comentários. " + +#: sitemap.php:638 +msgid "Write debug comments" +msgstr "Escrever comentários de depuração (debug) " + +#: sitemap.php:643 +msgid "Filename of the sitemap file" +msgstr "Nome do arquivo sitemap" + +#: sitemap.php:650 +msgid "Write a normal XML file (your filename)" +msgstr "Escrever um arquivo XML normal (nome do arquivo)" + +#: sitemap.php:652 +msgid "Detected URL" +msgstr "URL detectada" + +#: sitemap.php:657 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Gravar um arquivo comprimido com gzip (nome_arquivo +.gz)" + +#: sitemap.php:664 +msgid "Auto-Ping Google Sitemaps" +msgstr "Ping automático a Google Sitemaps" + +#: sitemap.php:665 +msgid "This option will automatically tell Google about changes." +msgstr "Esta opção indicará automaticamente as alterações ao Google." + +#: sitemap.php:672 +msgid "Includings" +msgstr "Inclusões" + +#: sitemap.php:677 +msgid "Include homepage" +msgstr "Incluir página principal" + +#: sitemap.php:683 +msgid "Include posts" +msgstr "Incluir artigos" + +#: sitemap.php:689 +msgid "Include static pages" +msgstr "Incluir páginas estáticas" + +#: sitemap.php:695 +msgid "Include categories" +msgstr "Incluir categorías" + +#: sitemap.php:701 +msgid "Include archives" +msgstr "Incluir arquivos" + +#: sitemap.php:708 +msgid "Change frequencies" +msgstr "Frequência das mudanças " + +#: sitemap.php:709 +msgid "Note" +msgstr "Nota" + +#: sitemap.php:710 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Por favor, considere que o valor desta etiqueta é um conselho e não um comando. Mesmo quando alguns agentes de pesquisa (search engine crawlers) consideram esta informação para tomar decisões, eles podem verificar as páginas marcadas como \"a cada hora\" com menor frequência, e visitar varias vezes por ano, as páginas marcadas com \"anualmente\".É igualmente possível que sejam verificadas páginas marcadas com \"nunca\" para gerir possíveis mudanças inesperadas nas mesmas." + +#: sitemap.php:715 +msgid "Homepage" +msgstr "Página principal" + +#: sitemap.php:721 +msgid "Posts" +msgstr "Artigos" + +#: sitemap.php:727 +msgid "Static pages" +msgstr "Páginas estáticas" + +#: sitemap.php:733 +msgid "Categories" +msgstr "Categorias" + +#: sitemap.php:739 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Arquivo deste mês (Deve ser igual ao da sua pagina principal)" + +#: sitemap.php:745 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Arquivos antigos (Alterar só se editou um artigo antigo)" + +#: sitemap.php:752 +msgid "Priorities" +msgstr "Prioridades" + +#: sitemap.php:763 +msgid "Posts (If auto calculation is disabled)" +msgstr "Artigos (Se o calculo automático está inativo) " + +#: sitemap.php:769 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Prioridade mínima para artigos (Mesmo quando o cálculo automático está ativo) " + +#: sitemap.php:787 +msgid "Archives" +msgstr "Arquivos" + +#: sitemap.php:793 +msgid "Informations and support" +msgstr "Informação e suporte" + +#: sitemap.php:794 +msgid "Check %s for updates and comment there if you have any problems / questions / suggestions." +msgstr "Consulte %s para atualizações e comentários se tiver algum problema, questão ou sugestão." + +#: sitemap.php:797 +msgid "Update options" +msgstr "Atualizar opções" + +#: sitemap.php:1033 +msgid "URL:" +msgstr "URL:" + +#: sitemap.php:1034 +msgid "Path:" +msgstr "Caminho:" + +#: sitemap.php:1037 +msgid "Could not write into %s" +msgstr "Não foi possivel escrever em %s" + +#: sitemap.php:1048 +msgid "Successfully built sitemap file:" +msgstr "Arquivo sitemap criado com sucesso:" + +#: sitemap.php:1048 +msgid "Successfully built gzipped sitemap file:" +msgstr "Arquivo sitemap comprimido criado com sucesso:" + +#: sitemap.php:1062 +msgid "Could not ping to Google at %s" +msgstr "Não foi possível realizar ping no Google em %s" + +#: sitemap.php:1064 +msgid "Successfully pinged Google at %s" +msgstr "Ping a Google realizado com sucesso em %s" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_PT.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_PT.mo new file mode 100644 index 0000000000000000000000000000000000000000..5d5e39a0c56583cb5b4d4d5479a68ed048742cf4 GIT binary patch literal 19726 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_PT.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_PT.po new file mode 100644 index 00000000..2ec1035d --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-pt_PT.po @@ -0,0 +1,985 @@ +msgid "" +msgstr "" +"Project-Id-Version: Google XML Sitemaps v4.0.3\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2014-04-19 19:06+0100\n" +"Last-Translator: \n" +"Language-Team: wordpress.mowster.net \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Poedit 1.6.4\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;" +"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Bookmarks: -1,59,-1,-1,-1,71,-1,-1,-1,-1\n" +"X-Textdomain-Support: yes\n" +"Language: pt_PT\n" +"X-Poedit-SearchPath-0: .\n" + +# @ sitemap +#: sitemap-ui.php:816 +msgid "" +"If your blog is in a subdirectory and you want to add pages which are NOT in " +"the blog directory or beneath, you MUST place your sitemap file in the root " +"directory (Look at the "Location of your sitemap file" section on " +"this page)!" +msgstr "" +"Se o seu blog está numa pasta e quer adicionar paginas que NÃO estão na " +"pasta do seu blog ou em sub-pastas, DEVE colocar o seu ficheiro sitemap na " +"raiz dos diretorias (Verifique na secção \"Localização do seu ficheiro " +"sitemap\" nesta página)!" + +# @ sitemap +#: sitemap-ui.php:374 +msgid "Configuration updated" +msgstr "Configuração atualizada" + +# @ sitemap +#: sitemap-ui.php:378 +msgid "Pages saved" +msgstr "Páginas guardadas" + +# @ sitemap +#: sitemap-ui.php:379 +msgid "Error while saving pages" +msgstr "Erro durante a gravação das páginas" + +# @ sitemap +#: sitemap-ui.php:810 +msgid "Additional pages" +msgstr "Páginas adicionais" + +# @ sitemap +#: sitemap-ui.php:813 +msgid "" +"Here you can specify files or URLs which should be included in the sitemap, " +"but do not belong to your Blog/WordPress.
        For example, if your domain " +"is www.foo.com and your blog is located on www.foo.com/blog you might want " +"to include your homepage at www.foo.com" +msgstr "" +"Aqui pode especificar os ficheiros ou URLs que devem ser incluídas no " +"sitemap mas que não pertencem ao seu blog/WordPress.
        Por exemplo: se o " +"seu domínio é www.foo.com e o seu blog está localizado em www.foo.com/blog, " +"deve querer incluir a sua página inicial em www.foo.com" + +# @ sitemap +#: sitemap-ui.php:818 sitemap-ui.php:857 +msgid "URL to the page" +msgstr "URL da página" + +# @ sitemap +#: sitemap-ui.php:819 +msgid "" +"Enter the URL to the page. Examples: http://www.foo.com/index.html or www." +"foo.com/home " +msgstr "" +"URL da página. Exemplos: http://www.foo.com/index.html ou www.foo.com/home " + +# @ sitemap +#: sitemap-ui.php:821 sitemap-ui.php:858 +msgid "Priority" +msgstr "Prioridade" + +# @ sitemap +#: sitemap-ui.php:822 +msgid "" +"Choose the priority of the page relative to the other pages. For example, " +"your homepage might have a higher priority than your imprint." +msgstr "" +"Escolha a prioridade relativa da página em relação a outras páginas. Por " +"exemplo, a sua página inicial deve ter uma maior prioridade que os seus " +"dados pessoais." + +# @ sitemap +#: sitemap-ui.php:824 sitemap-ui.php:860 +msgid "Last Changed" +msgstr "Última Alteração" + +# @ sitemap +#: sitemap-ui.php:825 +msgid "" +"Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) " +"(optional)." +msgstr "" +"Introduza a data da última alteração com o formato AAAA-MM-DD (por exemplo: " +"2005-12-31) (opcional)." + +# @ sitemap +#: sitemap-ui.php:859 +msgid "Change Frequency" +msgstr "Alterar Frequência" + +# @ sitemap +#: sitemap-ui.php:861 +msgid "#" +msgstr "#" + +# @ sitemap +#: sitemap-ui.php:866 +msgid "No pages defined." +msgstr "Nenhuma página definida." + +# @ sitemap +#: sitemap-ui.php:871 +msgid "Add new page" +msgstr "Adicionar nova página" + +# @ sitemap +#: sitemap-ui.php:754 +msgid "Basic Options" +msgstr "Opções Básicas" + +# @ sitemap +#: sitemap-ui.php:898 +msgid "Include homepage" +msgstr "Incluir página principal" + +# @ sitemap +#: sitemap-ui.php:904 +msgid "Include posts" +msgstr "Incluir artigos" + +# @ sitemap +#: sitemap-ui.php:910 +msgid "Include static pages" +msgstr "Incluir páginas estáticas" + +# @ sitemap +#: sitemap-ui.php:916 +msgid "Include categories" +msgstr "Incluir categorias" + +# @ sitemap +#: sitemap-ui.php:922 +msgid "Include archives" +msgstr "Incluir arquivos" + +# @ sitemap +#: sitemap-ui.php:1036 +msgid "Change frequencies" +msgstr "Alterar frequências" + +# @ sitemap +#: sitemap-ui.php:815 sitemap-ui.php:1019 sitemap-ui.php:1030 +#: sitemap-ui.php:1039 +msgid "Note" +msgstr "Nota" + +# @ sitemap +#: sitemap-ui.php:1040 +msgid "" +"Please note that the value of this tag is considered a hint and not a " +"command. Even though search engine crawlers consider this information when " +"making decisions, they may crawl pages marked \"hourly\" less frequently " +"than that, and they may crawl pages marked \"yearly\" more frequently than " +"that. It is also likely that crawlers will periodically crawl pages marked " +"\"never\" so that they can handle unexpected changes to those pages." +msgstr "" +"Por favor, considere que o valor desta etiqueta é um conselho e não um " +"comando. Mesmo quando alguns motores de busca consideram esta informação " +"para tomar decisões, eles podem verificar as páginas marcadas como \"de hora " +"em hora\" com menor frequência, e visitar varias vezes por ano, as páginas " +"marcadas com \"anualmente\". É igualmente possível que sejam verificadas " +"páginas marcadas com \"nunca\" para gerir possíveis mudanças inesperadas nas " +"mesmas." + +# @ sitemap +#: sitemap-ui.php:1046 sitemap-ui.php:1103 +msgid "Homepage" +msgstr "Página principal" + +# @ sitemap +#: sitemap-ui.php:1052 +msgid "Posts" +msgstr "Artigos" + +# @ sitemap +#: sitemap-ui.php:1058 sitemap-ui.php:1121 +msgid "Static pages" +msgstr "Páginas estáticas" + +# @ sitemap +#: sitemap-ui.php:1064 sitemap-ui.php:1127 +msgid "Categories" +msgstr "Categorias" + +# @ sitemap +#: sitemap-ui.php:1070 +msgid "" +"The current archive of this month (Should be the same like your homepage)" +msgstr "Arquivo deste mês (Deve ser igual ao da sua pagina principal)" + +# @ sitemap +#: sitemap-ui.php:1076 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Arquivos antigos (Alterar só se editou um artigo antigo)" + +# @ sitemap +#: sitemap-ui.php:1098 +msgid "Priorities" +msgstr "Prioridades" + +# @ sitemap +#: sitemap-ui.php:1109 +msgid "Posts (If auto calculation is disabled)" +msgstr "Artigos (Se o calculo automático está desabilitado)" + +# @ sitemap +#: sitemap-ui.php:1115 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "" +"Prioridade mínima para artigos (Mesmo quando o cálculo automático esteja " +"ativo)" + +# @ sitemap +#: sitemap-ui.php:1133 +msgid "Archives" +msgstr "Arquivos" + +# @ sitemap +#: sitemap-ui.php:1158 +msgid "Update options" +msgstr "Atualizar opções" + +# @ sitemap +#: sitemap-core.php:536 +msgid "Comment Count" +msgstr "Número de comentários" + +# @ sitemap +#: sitemap-core.php:546 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Utiliza o número de comentários do artigo para calcular a prioridade" + +# @ sitemap +#: sitemap-core.php:599 +msgid "Comment Average" +msgstr "Média de comentários" + +# @ sitemap +#: sitemap-core.php:609 +msgid "Uses the average comment count to calculate the priority" +msgstr "Utiliza a contagem média de comentários para calcular a prioridade" + +# @ sitemap +#: sitemap-core.php:770 +msgid "Always" +msgstr "Sempre" + +# @ sitemap +#: sitemap-core.php:771 +msgid "Hourly" +msgstr "De hora em hora" + +# @ sitemap +#: sitemap-core.php:772 +msgid "Daily" +msgstr "Diariamente" + +# @ sitemap +#: sitemap-core.php:773 +msgid "Weekly" +msgstr "Semanalmente" + +# @ sitemap +#: sitemap-core.php:774 +msgid "Monthly" +msgstr "Mensalmente" + +# @ sitemap +#: sitemap-core.php:775 +msgid "Yearly" +msgstr "Anualmente" + +# @ sitemap +#: sitemap-core.php:776 +msgid "Never" +msgstr "Nunca" + +# @ sitemap +#: sitemap-loader.php:233 +msgid "XML-Sitemap Generator" +msgstr "Gerador XML-Sitemap" + +# @ sitemap +#: sitemap-loader.php:233 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +# @ sitemap +#: sitemap-loader.php:261 +msgid "Settings" +msgstr "Configurações" + +# @ sitemap +#: sitemap-loader.php:262 +msgid "FAQ" +msgstr "FAQ" + +# @ sitemap +#: sitemap-loader.php:263 +msgid "Support" +msgstr "Suporte" + +# @ sitemap +#: sitemap-loader.php:264 +msgid "Donate" +msgstr "Donativo" + +# @ sitemap +#: sitemap-ui.php:198 sitemap-ui.php:585 +msgid "XML Sitemap Generator for WordPress" +msgstr "Gerador XML Sitemap para o WordPress" + +# @ sitemap +#: sitemap-ui.php:375 +msgid "Error while saving options" +msgstr "Erro enquanto guardava opções" + +# @ sitemap +#: sitemap-ui.php:387 +msgid "The default configuration was restored." +msgstr "A configuração padrão foi restabelecida." + +# @ sitemap +#: sitemap-ui.php:397 +msgid "" +"The old files could NOT be deleted. Please use an FTP program and delete " +"them by yourself." +msgstr "" +"Os ficheiros antigos não podem ser apagados. Por favor, utilize um programa " +"de FTP e apague-os manualmente." + +# @ sitemap +#: sitemap-ui.php:399 +msgid "The old files were successfully deleted." +msgstr "Os ficheiros antigos foram apagados com sucesso." + +# @ sitemap +#: sitemap-ui.php:439 +msgid "" +"Thank you very much for your donation. You help me to continue support and " +"development of this plugin and other free software!" +msgstr "" +"Muito obrigado pela sua contribuição. Ajuda-me a continuar a apoiar e a " +"desenvolver este plugin e outros softwares grátis!" + +# @ sitemap +#: sitemap-ui.php:439 +msgid "Hide this notice" +msgstr "Esconder esta notícia" + +# @ sitemap +#: sitemap-ui.php:445 +#, php-format +msgid "" +"Thanks for using this plugin! You've installed this plugin over a month ago. " +"If it works and you are satisfied with the results, isn't it worth at least " +"a few dollar?
        Donations help me to continue support and " +"development of this free software! Sure, no problem!" +msgstr "" +"Obrigado por utilizar este plugin! Você instalou o plugin há mais de um mês. " +"Se funciona e você está satisfeito com os resultados, não vale pelo menos um " +"dólar? Donativos ajuda-me a continuar a apoiar e a " +"desenvolver software livre! Claro, sem problema!" + +# @ sitemap +#: sitemap-ui.php:445 +msgid "Sure, but I already did!" +msgstr "Claro, mas já o fiz anteriormente!" + +# @ sitemap +#: sitemap-ui.php:445 +msgid "No thanks, please don't bug me anymore!" +msgstr "Não obrigado, não me incomode mais!" + +# @ sitemap +#: sitemap-ui.php:452 +#, php-format +msgid "" +"Thanks for using this plugin! You've installed this plugin some time ago. If " +"it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "" +"Obrigado por utilizar este plugin! Você instalou este plugin há algum tempo. " +"Se ele funciona e você está satisfeito, por que não avaliar e recomendar a outros utilizadores? :-)" + +# @ sitemap +#: sitemap-ui.php:452 +msgid "Don't show this anymore" +msgstr "Não exibir" + +# @ default +#: sitemap-ui.php:601 +#, php-format +msgid "" +"There is a new version of %1$s available. Download version " +"%3$s here." +msgstr "" + +# @ default +#: sitemap-ui.php:603 +#, php-format +msgid "" +"There is a new version of %1$s available. Download version " +"%3$s here automatic upgrade unavailable for this plugin." +msgstr "" + +# @ default +#: sitemap-ui.php:605 +#, php-format +msgid "" +"There is a new version of %1$s available. Download version " +"%3$s here or upgrade automatically." +msgstr "" + +# @ sitemap +#: sitemap-ui.php:613 +#, php-format +msgid "" +"Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "" +"O seu blog está neste momento a bloquear a indexação dos motores de busca! " +"Visite a privacidade para alterar esta limitação." + +# @ sitemap +#: sitemap-ui.php:629 +msgid "About this Plugin:" +msgstr "Sobre o Plugin:" + +# @ sitemap +#: sitemap-ui.php:630 +msgid "Plugin Homepage" +msgstr "Página principal do Plugin" + +# @ sitemap +#: sitemap-ui.php:631 +msgid "Suggest a Feature" +msgstr "Sugerir nova funcionalidade" + +# @ sitemap +#: sitemap-ui.php:632 +msgid "Notify List" +msgstr "Receber notificações" + +# @ sitemap +#: sitemap-ui.php:633 +msgid "Support Forum" +msgstr "Fórum de suporte" + +# @ sitemap +#: sitemap-ui.php:634 +msgid "Report a Bug" +msgstr "Reportar um Bug" + +# @ sitemap +#: sitemap-ui.php:636 +msgid "Donate with PayPal" +msgstr "Donativo via PayPal" + +# @ sitemap +#: sitemap-ui.php:637 +msgid "My Amazon Wish List" +msgstr "Lista Amazon" + +# @ sitemap +#: sitemap-ui.php:638 +msgid "translator_name" +msgstr "Mowster" + +# @ sitemap +#: sitemap-ui.php:638 +msgid "translator_url" +msgstr "http://wordpress.mowster.net" + +# @ sitemap +#: sitemap-ui.php:641 +msgid "Sitemap Resources:" +msgstr "Recursos Sitemap:" + +# @ sitemap +#: sitemap-ui.php:642 sitemap-ui.php:647 +msgid "Webmaster Tools" +msgstr "Ferramentas para Webmasters" + +# @ sitemap +#: sitemap-ui.php:643 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# @ sitemap +#: sitemap-ui.php:645 +msgid "Search Blog" +msgstr "Procurar no Blog" + +# @ sitemap +#: sitemap-ui.php:648 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +# @ sitemap +#: sitemap-ui.php:650 +msgid "Sitemaps Protocol" +msgstr "Protocolo Sitemaps" + +# @ sitemap +#: sitemap-ui.php:651 +msgid "Official Sitemaps FAQ" +msgstr "Oficial FAQ Sitemaps" + +# @ sitemap +#: sitemap-ui.php:652 +msgid "My Sitemaps FAQ" +msgstr "FAQ Sitemaps" + +# @ sitemap +#: sitemap-ui.php:655 +msgid "Recent Donations:" +msgstr "Donativos Recentes:" + +# @ sitemap +#: sitemap-ui.php:658 +msgid "List of the donors" +msgstr "Lista de doadores" + +# @ sitemap +#: sitemap-ui.php:660 +msgid "Hide this list" +msgstr "Ocultar lista" + +# @ sitemap +#: sitemap-ui.php:663 +msgid "Thanks for your support!" +msgstr "Obrigado pelo apoio!" + +# @ sitemap +#: sitemap-ui.php:683 +msgid "Search engines haven't been notified yet" +msgstr "Motores de busca ainda não foram notificados" + +# @ sitemap +#: sitemap-ui.php:687 +#, php-format +msgid "Result of the last ping, started on %date%." +msgstr "Resultado do último ping, iniciado em %date%." + +# @ sitemap +#: sitemap-ui.php:702 +#, php-format +msgid "" +"There is still a sitemap.xml or sitemap.xml.gz file in your blog directory. " +"Please delete them as no static files are used anymore or try " +"to delete them automatically." +msgstr "" +"Existe ainda um ficheiro sitemap.xml ou sitemap.xml.gz na sua pasta do blog. " +"Por favor, apague-os uma vez que os ficheiros físicos não são mais " +"utilizados ​​ou tente apaga-los automaticamente." + +# @ sitemap +#: sitemap-ui.php:705 +#, php-format +msgid "The URL to your sitemap index file is: %s." +msgstr "O URL para o seu ficheiro sitemap é: %s." + +# @ sitemap +#: sitemap-ui.php:708 +msgid "" +"Search engines haven't been notified yet. Write a post to let them know " +"about your sitemap." +msgstr "" +"Motores de busca ainda não foram notificados. Escreva um artigo e permita-" +"lhes que tomem conhecimento do seu sitemap." + +# @ sitemap +#: sitemap-ui.php:717 +#, php-format +msgid "%s was successfully notified about changes." +msgstr "%s foi notificado com sucesso sobre as alterações." + +# @ sitemap +#: sitemap-ui.php:720 +#, php-format +msgid "" +"It took %time% seconds to notify %name%, maybe you want to disable this " +"feature to reduce the building time." +msgstr "" +"Demorou %time% segundos para notificar %name%, talvez queira desabilitar " +"este recurso para reduzir o tempo de construção." + +# @ sitemap +#: sitemap-ui.php:723 +#, php-format +msgid "" +"There was a problem while notifying %name%. View result" +msgstr "" +"Houve um problema enquanto notificava %name%. Ver resultados" + +# @ sitemap +#: sitemap-ui.php:727 +#, php-format +msgid "" +"If you encounter any problems with your sitemap you can use the debug function to get more information." +msgstr "" +"Se teve problemas com seu sitemap pode usar a função debug para obter mais informações." + +# @ sitemap +#: sitemap-ui.php:756 +msgid "Update notification:" +msgstr "Notificação de atualizações:" + +# @ sitemap +#: sitemap-ui.php:756 sitemap-ui.php:779 sitemap-ui.php:802 +msgid "Learn more" +msgstr "Saber mais" + +# @ sitemap +#: sitemap-ui.php:760 +msgid "Notify Google about updates of your Blog" +msgstr "Notificar o Google sobre as atualizações do seu Blog" + +# @ sitemap +#: sitemap-ui.php:761 +#, php-format +msgid "" +"No registration required, but you can join the Google " +"Webmaster Tools to check crawling statistics." +msgstr "" +"Nenhum registo necessário, mas pode utilizar o Google " +"Webmaster Tools para verificar as estatísticas de rastreamento." + +# @ sitemap +#: sitemap-ui.php:765 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "" +"Notificar o Bing (antigo MSN Live Search) sobre as atualizações do seu Blog" + +# @ sitemap +#: sitemap-ui.php:766 +#, php-format +msgid "" +"No registration required, but you can join the Bing Webmaster " +"Tools to check crawling statistics." +msgstr "" +"Nenhum registo necessário, mas pode utilizar o Bing Webmaster " +"Tools para verificar as estatísticas de rastreamento." + +# @ sitemap +#: sitemap-ui.php:771 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Adicionar o URL do sitemap ao ficheiro virtual robots.txt." + +# @ sitemap +#: sitemap-ui.php:775 +msgid "" +"The virtual robots.txt generated by WordPress is used. A real robots.txt " +"file must NOT exist in the blog directory!" +msgstr "" +"O robots.txt virtual é gerado pelo WordPress. Um ficheiro robots.txt real " +"não deve existir no diretório do blog!" + +# @ sitemap +#: sitemap-ui.php:779 +msgid "Advanced options:" +msgstr "Opções avançadas:" + +# @ sitemap +#: sitemap-ui.php:782 +msgid "Try to increase the memory limit to:" +msgstr "Aumentar o limite de memória para:" + +# @ sitemap +#: sitemap-ui.php:782 +msgid "e.g. \"4M\", \"16M\"" +msgstr "ex. \"4M\", \"16M\"" + +# @ sitemap +#: sitemap-ui.php:785 +msgid "Try to increase the execution time limit to:" +msgstr "Aumentar o tempo de execução para:" + +# @ sitemap +#: sitemap-ui.php:785 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "em segundos, ex: \"60\" or \"0\" para ilimitado" + +# @ sitemap +#: sitemap-ui.php:789 +msgid "Include a XSLT stylesheet:" +msgstr "Incluir uma folha de estilo XSLT:" + +# @ sitemap +#: sitemap-ui.php:790 +msgid "Full or relative URL to your .xsl file" +msgstr "URL completo ou relativo para o ficheiro .xsl" + +# @ sitemap +#: sitemap-ui.php:790 +msgid "Use default" +msgstr "Utilizar padrão" + +# @ sitemap +#: sitemap-ui.php:795 +msgid "Include sitemap in HTML format" +msgstr "Incluir o sitemap num formato HTML" + +# @ sitemap +#: sitemap-ui.php:877 +msgid "Post Priority" +msgstr "Prioridade do Artigo" + +# @ sitemap +#: sitemap-ui.php:879 +msgid "Please select how the priority of each post should be calculated:" +msgstr "" +"Por favor, selecione como a prioridade de cada artigo deve ser calculada:" + +# @ sitemap +#: sitemap-ui.php:881 +msgid "Do not use automatic priority calculation" +msgstr "Não utilizar o cálculo automático de prioridades" + +# @ sitemap +#: sitemap-ui.php:881 +msgid "" +"All posts will have the same priority which is defined in "" +"Priorities"" +msgstr "" +"Todo os artigos irão ter a mesma prioridade definida em "" +"Prioridades"" + +# @ sitemap +#: sitemap-ui.php:892 +msgid "Sitemap Content" +msgstr "Conteúdo Sitemap" + +# @ sitemap +#: sitemap-ui.php:893 +msgid "WordPress standard content" +msgstr "Conteúdo padrão do WordPress" + +# @ sitemap +#: sitemap-ui.php:928 +msgid "Include author pages" +msgstr "Incluir páginas de autores" + +# @ sitemap +#: sitemap-ui.php:935 +msgid "Include tag pages" +msgstr "Incluir páginas de etiquetas" + +# @ sitemap +#: sitemap-ui.php:949 +msgid "Custom taxonomies" +msgstr "Taxonomias personalizadas" + +# @ sitemap +#: sitemap-ui.php:960 +#, php-format +msgid "Include taxonomy pages for %s" +msgstr "Incluir páginas de taxonomias para %s" + +# @ sitemap +#: sitemap-ui.php:978 +msgid "Custom post types" +msgstr "Tipos de artigos personalizados" + +# @ sitemap +#: sitemap-ui.php:989 +#, php-format +msgid "Include custom post type %s" +msgstr "Incluir tipos de artigos personalizados %s" + +# @ sitemap +#: sitemap-ui.php:1001 +msgid "Further options" +msgstr "Mais opções" + +# @ sitemap +#: sitemap-ui.php:1006 +msgid "Include the last modification time." +msgstr "Incluir a hora da última modificação." + +# @ sitemap +#: sitemap-ui.php:1008 +msgid "" +"This is highly recommended and helps the search engines to know when your " +"content has changed. This option affects all sitemap entries." +msgstr "" +"É extremamente recomendável e ajuda os motores de busca a saber quando seu " +"conteúdo foi alterado. Esta opção afeta todos os registos do sitemap." + +# @ sitemap +#: sitemap-ui.php:1015 +msgid "Excluded items" +msgstr "Itens excluídos" + +# @ sitemap +#: sitemap-ui.php:1017 +msgid "Excluded categories" +msgstr "Categorias excluídas" + +# @ sitemap +#: sitemap-ui.php:1019 +msgid "Using this feature will increase build time and memory usage!" +msgstr "" +"Utilizar este recurso irá aumentar o tempo de compilação e utilização de " +"memória!" + +# @ sitemap +#: sitemap-ui.php:1026 +msgid "Exclude posts" +msgstr "Artigos excluídos" + +# @ sitemap +#: sitemap-ui.php:1028 +msgid "Exclude the following posts or pages:" +msgstr "Excluir os seguintes artigos ou páginas:" + +# @ sitemap +#: sitemap-ui.php:1028 +msgid "List of IDs, separated by comma" +msgstr "Listagem de IDs, separados por vírgual" + +# @ sitemap +#: sitemap-ui.php:1030 +msgid "Child posts won't be excluded automatically!" +msgstr "Artigos subsequentes não serão excluídos automaticamente!" + +# @ sitemap +#: sitemap-ui.php:1083 sitemap-ui.php:1140 +msgid "Tag pages" +msgstr "Páginas de etiquetas" + +# @ sitemap +#: sitemap-ui.php:1090 sitemap-ui.php:1147 +msgid "Author pages" +msgstr "Páginas de autores" + +# @ sitemap +#: sitemap-ui.php:1159 +msgid "Reset options" +msgstr "Redefinir opções" + +# @ sitemap +#. translators: plugin header field 'Name' +#: sitemap.php:0 +msgid "Google XML Sitemaps" +msgstr "Google XML Sitemaps" + +# @ sitemap +#. translators: plugin header field 'PluginURI' +#: sitemap.php:0 +msgid "http://www.arnebrachhold.de/redir/sitemap-home/" +msgstr "http://www.arnebrachhold.de/redir/sitemap-home/" + +# @ sitemap +#. translators: plugin header field 'Description' +#: sitemap.php:0 +msgid "" +"This plugin will generate a special XML sitemap which will help search " +"engines like Google, Yahoo, Bing and Ask.com to better index your blog." +msgstr "" +"Este plugin irá gerar um sitemap XML especial que irá ajudar os motores de " +"busca como Google, Yahoo, Bing e Ask.com a indexar mais facilmente o seu " +"blog." + +# @ sitemap +#. translators: plugin header field 'Author' +#: sitemap.php:0 +msgid "Arne Brachhold" +msgstr "Arne Brachhold" + +# @ sitemap +#. translators: plugin header field 'AuthorURI' +#: sitemap.php:0 +msgid "http://www.arnebrachhold.de/" +msgstr "http://www.arnebrachhold.de/" + +# @ sitemap +#: sitemap.php:82 +msgid "Your WordPress version is too old for XML Sitemaps." +msgstr "" +"A sua versão WordPress é demasiadamente antigo para poder executar o XML " +"Sitemaps." + +# @ sitemap +#: sitemap.php:82 +#, php-format +msgid "" +"Unfortunately this release of Google XML Sitemaps requires at least " +"WordPress %4$s. You are using Wordpress %2$s, which is out-dated and " +"insecure. Please upgrade or go to active plugins and " +"deactivate the Google XML Sitemaps plugin to hide this message. You can " +"download an older version of this plugin from the plugin " +"website." +msgstr "" +"Infelizmente esta versão do Google XML Sitemaps requer pelo menos o " +"WordPress %4$s. Está utilizando o Wordpress %2$s, que está caduco e " +"inseguro. Por favor, atualize ou nos plugins ativos " +"desative o Google XML Sitemaps para ocultar esta mensagem. Pode utilizar uma " +"versão mais antiga deste plugin, é possível encontrá-la no site oficial." + +# @ sitemap +#: sitemap.php:92 +msgid "Your PHP version is too old for XML Sitemaps." +msgstr "" +"A sua versão PHP é demasiadamente antiga para poder executar o XML Sitemaps." + +# @ sitemap +#: sitemap.php:92 +#, php-format +msgid "" +"Unfortunately this release of Google XML Sitemaps requires at least PHP " +"%4$s. You are using PHP %2$s, which is out-dated and insecure. Please ask " +"your web host to update your PHP installation or go to active plugins and deactivate the Google XML Sitemaps plugin to hide " +"this message. You can download an older version of this plugin from the plugin website." +msgstr "" +"Infelizmente esta versão do Google XML Sitemaps requer pelo menos o PHP " +"%4$s. Está utilizando o PHP %2$s, que está caduco e inseguro. Por favor, " +"peça à sua empresa de alojamento para o atualizar o nos plugins ativos desative o Google XML Sitemaps para ocultar esta " +"mensagem. Pode utilizar uma versão mais antiga deste plugin, é possível " +"encontrá-la no site oficial." + +# @ sitemap +#: sitemap-ui.php:795 +msgid "(The required PHP XSL Module is not installed)" +msgstr "(O módulo PHP XSL necessário não está instalado)" + +# @ sitemap +#: sitemap-ui.php:801 +msgid "Allow anonymous statistics (no personal information)" +msgstr "Permitir estatísticas anónimas (nenhuma informação pessoal)" + +# @ sitemap +#: sitemap-ui.php:737 +msgid "Webserver Configuration" +msgstr "Configuração do Servidor Web" + +# @ sitemap +#: sitemap-ui.php:738 +msgid "" +"Since you are using Nginx as your web-server, please configure the following " +"rewrite rules in case you get 404 Not Found errors for your sitemap:" +msgstr "" +"Uma vez que o Nginx é o servidor web, por favor, configure as seguintes " +"regras rewrite no caso de existirem erros 404 no sitemap:" + +# @ sitemap +#. translators: plugin header field 'Version' +#: sitemap.php:0 +msgid "4.0.3" +msgstr "4.0.3" diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ru_RU.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-ru_RU.mo new file mode 100644 index 0000000000000000000000000000000000000000..d4f8c3729cce84cc207c9cd11cc68223a0689871 GIT binary patch literal 27041 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 k~#a;7bj&SMe0 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, 2005. +# $Id: sitemap.pot 24948 2007-11-18 16:37:44Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2007-11-27 12:24+0300\n" +"Last-Translator: Sergey Ryvkin \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" +"X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: C:\\Inetpub\\wwwroot\\wp\\wp-content\\plugins\\sitemap_beta\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +msgid "Comment Count" +msgstr "Количество комментариев" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Использует количество комментариев к статье для вычисления приоритета" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +msgid "Comment Average" +msgstr "Среднее количество комментариев" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "Использует среднее количество комментариев для вычисления приоритета" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Популярность дискуссии" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Используйте активированный Плагин популярности дискуссий от Alex King. См. Настройки и Самые популярные записи" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap Generator" +msgstr "Генератор XML-карты сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap" +msgstr "XML-карта сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Премного благодарю за пожертвования. Вы помогаете мне в продалжении поддержки и разработки этого плагина и другого свободного ПО!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Hide this notice" +msgstr "Скрыть это замечание" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Благодарю Вас за использование этого плагина! Вы установили его свыше месяца назад. Если он работает и Вы удовлетворены его результатами, вышлите мне хотя бы $1? Пожертвования помогут мне в поддержке и разработке этого бесплатного ПО! Конечно, без проблем!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +msgid "No thanks, please don't bug me anymore!" +msgstr "Нет, спасибо. Прошу меня больше не беспокоить!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +msgid "XML Sitemap Generator for WordPress" +msgstr "Генератор XML-карты сайта для WordPress" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +msgid "Configuration updated" +msgstr "Конфигурация обновлена" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +msgid "Error while saving options" +msgstr "Ошибка при сохранении параметров" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +msgid "Pages saved" +msgstr "Страницы сохранены" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +msgid "Error while saving pages" +msgstr "Ошибка при сохранении страниц" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#, php-format +msgid "Robots.txt file saved" +msgstr "Файл Robots.txt сохранен" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2750 +msgid "Error while saving Robots.txt file" +msgstr "Ошибка при сохранении файла Robots.txt" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +msgid "The default configuration was restored." +msgstr "Конфигурация по умолчанию восстановлена." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +msgid "open" +msgstr "открыть" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +msgid "close" +msgstr "закрыть" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +msgid "click-down and drag to move this box" +msgstr "Нажмите кнопку мыши и тащите для перемещения этого блока" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +msgid "click to %toggle% this box" +msgstr "Нажмите для %toggle% на этот блок" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +msgid "use the arrow keys to move this box" +msgstr "используйте стрелки для перемещения этого блока" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +msgid ", or press the enter key to %toggle% it" +msgstr ", или нажмите копку ввод (enter) для %toggle% его" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +msgid "About this Plugin:" +msgstr "Об это плагине:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +msgid "Plugin Homepage" +msgstr "Домашняя страница плагина" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +msgid "Notify List" +msgstr "Список напоминания" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +msgid "Support Forum" +msgstr "Форум технической поддержки" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +msgid "Donate with PayPal" +msgstr "Пожертвовать через PayPal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +msgid "My Amazon Wish List" +msgstr "Мой список пожеланий на Amazon" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_name" +msgstr "Перевёл Сергей Рывкин" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_url" +msgstr "http://ryvkin.ru" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +msgid "Sitemap Resources:" +msgstr "Ресурсы карыт сайта:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +msgid "Webmaster Tools" +msgstr "Инструменты веб-мастера" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Blog" +msgstr "Дневник веб-мастера" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +msgid "Site Explorer" +msgstr "Просмотр сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +msgid "Search Blog" +msgstr "Искать в дневнике" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +msgid "Sitemaps Protocol" +msgstr "Протокол использования карты сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +msgid "Official Sitemaps FAQ" +msgstr "Официальный ЧАВО по картам сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +msgid "My Sitemaps FAQ" +msgstr "Мой ЧАВО по картам сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +msgid "Recent Donations:" +msgstr "Последние пожертвования:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +msgid "List of the donors" +msgstr "Список спонсоров" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +msgid "Hide this list" +msgstr "Скрыть этот список" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +msgid "Thanks for your support!" +msgstr "Спасибо за Вашу поддержку!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +msgid "Status" +msgstr "Статус" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Карта сайта ещё не построена. Нажмите здесь для создания её впервые." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +msgid "Your sitemap was last built on %date%." +msgstr "Ваша карта сайта последний раз была построена: %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreПочитать ещё" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Ваша карта сайта (сжатая) последний раз была построена: %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreПочитать ещё" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +msgid "Google was successfully notified about changes." +msgstr "Google был успешно проинформирован об изменениях." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "%time% секунд заняло информирование Google; возможно, Вас стоит отключить эту функцию, чтобы снизить время построения карты." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "При информировании Google произошла ошибка. Посмотреть результат" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO был успешно проинформирован об изменениях." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "%time% секунд заняло информирование YAHOO; возможно, Вас стоит отключить эту функцию, чтобы снизить время построения карты." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "При информировании YAHOO произошла ошибка. Посмотреть результат" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com был успешно проинформирован об изменениях." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "%time% секунд заняло информирование Ask.com; возможно, Вас стоит отключить эту функцию, чтобы снизить время построения карты." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "При информировании Ask.com произошла ошибка. Посмотреть результат" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Процесс построения занял примерно %time% секунд и использовал %memory% MB памяти." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +msgid "The building process took about %time% seconds to complete." +msgstr "Процесс построения занял примерно %time% секунд." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Содержание Вашей карты сайта не изменялось за последнее время, поэтому файлы не записывались и поисковые системы не информировались." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Последний запуск не был завершен! Возможно, Вы превысили лимиты памяти или времени исполнения. Почитать ещё" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Последний раз скрипт использовал %memused%MB памяти, лимит памяти Вашего сервера составляет %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Последний раз скрипт работал %timeused% секунд, ограничение времени на Вашем сервере составляет %timelimit% секунд." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Скрипт остановился около статьи номер %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Если Вы что-то поменяли на Вашем сервре или в дневнике, Вам необходимо заново построить карту сайта вручную." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Если Вы столкнулись с какими-либо проблемами в процессе построения, Вы можете воспользоваться функцией отладки для получения дополнительной информации." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +msgid "Basic Options" +msgstr "Базовые параметры" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +msgid "Sitemap files:" +msgstr "Файлы карты сайта:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Learn more" +msgstr "Почитать ещё" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +msgid "Write a normal XML file (your filename)" +msgstr "Записать обычный XML файл (Ваше имя файла)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Записать запакованный XML файл (Ваше имя файла + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +msgid "Building mode:" +msgstr "Режим построения карты:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Постройте заново карту сайта, если Вы изменили содержание Вашего дневника" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +msgid "Enable manual sitemap building via GET Request" +msgstr "Разрешить ручное построение карты сайта с помощью запроса GET" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Это разрешит Вам обновить карту сайта, если внешний инструмент будет писать в базу WordPress? не используя WordPress API. Используйте следующий URL для выполнения процесса: %1 Посмотрите протокол (см. выше) для проверки, построена ли карта сайта." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +msgid "Update notification:" +msgstr "Обновить уведомление:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify Google about updates of your Blog" +msgstr "Уведомить Google об изменениях в Вашем дневнике" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Регистрация не требуется, но Вы можете присоединиться к Инструментам веб-мастера Google для просмотра статистики поисковых роботов." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Уведомить Asc.com об изменениях в Вашем дневнике" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +msgid "No registration required." +msgstr "Регистрация не требуется." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Уведомить YAHOO об изменениях в Вашем дневнике" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +msgid "Your Application ID:" +msgstr "Ваш идентификатор приложения (Application ID):" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "У Вас нет такого ключа?? Запросите здесь! %s2" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Изменить или создать файл %s в дневнике, который содержит информацию о расположении карты сайта." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +msgid "File permissions: " +msgstr "Разрешения на доступ к файлам: " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt открыт на запись." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +msgid "Error, robots.txt is not writable." +msgstr "Ошибка, robots.txt не открыт на запись." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt не существует, но каталог открыт на запись." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Ошибка, robots.txt не существует, и каталог не открыт на запись" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Advanced options:" +msgstr "Расширенные параметры:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Limit the number of posts in the sitemap:" +msgstr "Ограничить количество статей в карте сайта:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Newer posts will be included first" +msgstr "Более новые статьи будут включены первыми" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "Try to increase the memory limit to:" +msgstr "Попытаться увеличить лимит памяти до:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "e.g. \"4M\", \"16M\"" +msgstr "например, \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "Try to increase the execution time limit to:" +msgstr "Попытаться увеличить ограничение времени исполнения до:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "в секундах, например, \"60\" или \"0\" для неограниченного времени" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Include a XSLT stylesheet:" +msgstr "Включить таблицу стилей XSLT:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Use Default" +msgstr "Использовать значение по умолчанию" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Full or relative URL to your .xsl file" +msgstr "Полный или относительный URL к Вашему файлу .xsl" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Разрешить стандартный режим MySQL. Использовать только в случае ошибок MySQL. (Требует намного больше памяти!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Строить карту сайта в фоновом процессе (Вам не надо ждать сохранения статьи)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "Exclude the following posts or pages:" +msgstr "Исключить следующие статьи или страницы:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "List of IDs, separated by comma" +msgstr "Список идентификаторов (ID), разделенных запятыми" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +msgid "Additional pages" +msgstr "Дополнительные страницы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Здесь Вы можете указать файлы или URL, которые должны быть включены в карту сайта, но не принадлежащие Вашему дневнику/WordPress.
        Например,если Ваш домен www.foo.com, а Ваш дневник расположен в www.foo.com/blog, Вам может понадобиться добавить домашнюю страницу из www.foo.com" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +msgid "Note" +msgstr "Замечание" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Если Ваш дневник расположен в подкаталоге, и Вы хотите добавить страницы, которые находятся ВЫШЕ в структуре каталогов, Вам НЕОБХОДИМО поместить карту сайта в корневой каталог (См. секцию "Размещение файла с картой сайта" на этой странице)!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +msgid "URL to the page" +msgstr "URL страницы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Введите URL этой страницы. Примеры: http://www.foo.com/index.html или www.foo.com/home " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +msgid "Priority" +msgstr "Приоритет" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Выберите приоритет этой страницы относительно других страниц. Например, Ваша главная страница может иметь более высокий приоритет, чем страница с информацией о сайте." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +msgid "Last Changed" +msgstr "Последний раз изменялась" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Введите дату последнего изменения в формате YYYY-MM-DD (2005-12-31, например) (не обязательно)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +msgid "Change Frequency" +msgstr "Частота изменений" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +msgid "#" +msgstr "№" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +msgid "No pages defined." +msgstr "Нет страниц." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +msgid "Add new page" +msgstr "Добавить новую страницу" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +msgid "Post Priority" +msgstr "Приоритет статьи" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Выберите, как будет вычисляться приоритет каждой статьи:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "Do not use automatic priority calculation" +msgstr "Не использовать автоматическое вычисление приоритета" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Все статьи будут иметь одинаковый приоритет, который определен в "Приоритетах"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +msgid "Location of your sitemap file" +msgstr "Расположение Вашего файла с картой сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +msgid "Automatic detection" +msgstr "Автоматическое определение" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +msgid "Filename of the sitemap file" +msgstr "Имя файла с картой сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +msgid "Detected Path" +msgstr "Обнаруженный путь" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +msgid "Detected URL" +msgstr "Обнаруженный URL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +msgid "Custom location" +msgstr "Пользовательское расположение" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Абсолютный или относительный путь к файлу с картой сайта, включая имя файла." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +msgid "Example" +msgstr "Пример" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +msgid "Complete URL to the sitemap file, including name." +msgstr "Заполните URL к файлу с картой сайта, включая имя файла." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +msgid "Sitemap Content" +msgstr "Содержание карты сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +msgid "Include homepage" +msgstr "Включить домашнюю страницу" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +msgid "Include posts" +msgstr "Включить статьи" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +msgid "Include static pages" +msgstr "Включить статические страницы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +msgid "Include categories" +msgstr "Включить категории" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +msgid "Include archives" +msgstr "Включить архивы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +msgid "Include tag pages" +msgstr "Включить страницы меток" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +msgid "Include author pages" +msgstr "Включить страницы авторов" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +msgid "Change frequencies" +msgstr "Изменить частоты" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Обратите внимание, что значение этой метки считается рекомендацией и не является командой. Даже когда поисковые роботы берут эту информацию к сведению для принятия решений, они могут осматривать страницы, помеченные \"раз в час\" реже, чем запрошено, и они могут осматривать страницы, помеченные как \"раз в год\" чаще, чем запрошено. Также бывает, что поисковые роботы осматривают страницы, помеченные как \"никогда\", отмечая не предусмотренные изменения на этих страницах." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +msgid "Homepage" +msgstr "Главная страница" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +msgid "Posts" +msgstr "Статьи" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +msgid "Static pages" +msgstr "Статичные страницы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +msgid "Categories" +msgstr "Категории" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Текущий архив за этот месяц (Должен быть тем же, что и Главная страница)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Старые архивы (Изменяются только в случае, если Вы редактируете старые статьи)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +msgid "Tag pages" +msgstr "Страницы меток" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +msgid "Author pages" +msgstr "Страницы авторов" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +msgid "Priorities" +msgstr "Приоритеты" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +msgid "Posts (If auto calculation is disabled)" +msgstr "Статьи (Если автоматическое вычисление запрещено)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Минимальный приоритет статьи (Даже если автоматическое вычисление разрешено)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +msgid "Archives" +msgstr "Архивы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +msgid "Update options" +msgstr "Обновить параметры" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +msgid "Reset options" +msgstr "Вернуть исходные значения" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sl_SI.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sl_SI.mo new file mode 100644 index 0000000000000000000000000000000000000000..823312b373dd75037745889b0efa3130bdee6ed9 GIT binary patch literal 8586 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sl_SI.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sl_SI.po new file mode 100644 index 00000000..0a7a57fe --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sl_SI.po @@ -0,0 +1,325 @@ +msgid "" +msgstr "" +"Project-Id-Version: sitemap-sl_SI\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2006-11-13 09:33+0100\n" +"Last-Translator: m2-j \n" +"Language-Team: Milan Jungic \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Slovenian\n" +"X-Poedit-Country: SLOVENIA\n" + +#: sitemap.php:375 +msgid "always" +msgstr "vedno" + +msgid "hourly" +msgstr "vsako uro" + +msgid "daily" +msgstr "dnevno" + +msgid "weekly" +msgstr "tedensko" + +msgid "monthly" +msgstr "mesečno" + +msgid "yearly" +msgstr "letno" + +msgid "never" +msgstr "nikoli" + +msgid "Detected Path" +msgstr "Zaznana pot:" + +msgid "Example" +msgstr "Primer" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absolutna ali relativna pot do datoteke načrta strani (vključno z imenom datoteke)" + +msgid "Complete URL to the sitemap file, including name." +msgstr "URL naslov datoteke načrta strani (vključno z imenom datoteke)." + +msgid "Automatic location" +msgstr "Samodejno lociranje" + +msgid "Manual location" +msgstr "Ročno lociranje" + +msgid "OR" +msgstr "ALI" + +msgid "Location of your sitemap file" +msgstr "Ime datoteke načrta strani" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Če je vaš blog v podimeniku in želite v načrt strani dodatki datoteke, ki se nahajajo izven tega podimenika, morate datoteko načrta strani shraniti v korenski imenik, ki se nahaja nad vsemi imeniki katere želite v načrt strani vključiti (glejte sekcijo "Ime datoteke načrta strani" na tej strani)!" + +#: sitemap.php:512 +msgid "Configuration updated" +msgstr "Nastavitve so posodobljene" + +#: sitemap.php:513 +msgid "Error" +msgstr "Napaka" + +#: sitemap.php:521 +msgid "A new page was added. Click on "Save page changes" to save your changes." +msgstr "Nova stran je dodana. Za uveljavitev sprememb, izberite "Shrani stran"." + +#: sitemap.php:527 +msgid "Pages saved" +msgstr "Strani so shranjene." + +#: sitemap.php:528 +msgid "Error while saving pages" +msgstr "Napaka pri shranjevanju strani" + +#: sitemap.php:539 +msgid "The page was deleted. Click on "Save page changes" to save your changes." +msgstr "Stran je izbrisana. Za uveljavitev sprememb, izberite "Shrani stran"." + +#: sitemap.php:542 +msgid "You changes have been cleared." +msgstr "Spremembe so razveljavljene." + +#: sitemap.php:555 +msgid "Sitemap Generator" +msgstr "Generator načrta strani" + +#: sitemap.php:558 +msgid "Manual rebuild" +msgstr "Ročno" + +#: sitemap.php:559 +msgid "If you want to build the sitemap without editing a post, click on here!" +msgstr "Izberite to možnost, če želite takoj ustvariti načrt strani." + +#: sitemap.php:560 +msgid "Rebuild Sitemap" +msgstr "Ustvari načrt strani" + +#: sitemap.php:564 +msgid "Additional pages" +msgstr "Dodatne strani" + +#: sitemap.php:566 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Tukaj lahko navedete datoteke in URL naslove, ki niso del vaše Wordpress namestitve, želite jih pa vključiti v načrt strani.
        Primer: Vaša domena je www.foo.com, blog se nahaja na naslovu www.foo.com/blog, medtem, ko vi v načrt strani želite vključiti tudi naslov www.foo.com s pripadajočo vsebino." + +#: sitemap.php:568 +msgid "URL to the page" +msgstr "URL naslov strani" + +#: sitemap.php:569 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Vnestite URL naslov strani. Primer: www.foo.com ali www.foo.com/home" + +#: sitemap.php:571 +msgid "Priority" +msgstr "Prioriteta" + +#: sitemap.php:572 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Izberi prioriteto strani, glede na ostale strani. Npr. za vašo domačo stran www.foo.com želite morda višjo prioriteto kot za vaš blog www.foo.com/blog? " + +#: sitemap.php:574 +msgid "Last Changed" +msgstr "Zadnjič spremenjeno" + +#: sitemap.php:575 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Vnesite datum zadnje spremembe JJJJ-MM-TT (oblika: 2005-12-31). (opcija)" + +#: sitemap.php:583 +msgid "Change Frequency" +msgstr "Spremeni frekvenco" + +#: sitemap.php:585 +msgid "#" +msgstr "#" + +#: sitemap.php:609 +msgid "No pages defined." +msgstr "Nobena stran ni bila še definirana." + +#: sitemap.php:616 +msgid "Add new page" +msgstr "Dodaj novo stran" + +# sitemap.php:617: +#: sitemap.php:617 +msgid "Save page changes" +msgstr "Shrani spremembe" + +# sitemap.php:618: +#: sitemap.php:618 +msgid "Undo all page changes" +msgstr "Razveljavi spremembe" + +# sitemap.php:621: +#: sitemap.php:621 +msgid "Delete marked page" +msgstr "Izbriši izbrane strani" + +#: sitemap.php:627 +msgid "Basic Options" +msgstr "Osnovne nastavitve" + +#: sitemap.php:632 +msgid "Enable automatic priority calculation for posts based on comment count" +msgstr "Določi prioriteto objav glede na število komentarjev pod posameznimi objavami" + +#: sitemap.php:638 +msgid "Write debug comments" +msgstr "Zapiši komentarje za iskanje in odpravljanje napak" + +#: sitemap.php:643 +msgid "Filename of the sitemap file" +msgstr "Ime datoteke načrta strani" + +#: sitemap.php:650 +msgid "Write a normal XML file (your filename)" +msgstr "Shrani načrt strani kot standardno XML datoteko" + +#: sitemap.php:652 +msgid "Detected URL" +msgstr "Zaznan URL naslov" + +#: sitemap.php:657 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Shrani kot stisnjeno (gzip) datoteko (ime datoteke + .gz)" + +#: sitemap.php:664 +msgid "Auto-Ping Google Sitemaps" +msgstr "Samodejno obvesti Google o spremembah (ping)" + +#: sitemap.php:665 +msgid "This option will automatically tell Google about changes." +msgstr "Če izberete to možnost, bodo morebitne spremembe v načrtu strani samodejno posredovane Googlu." + +#: sitemap.php:672 +msgid "Includings" +msgstr "Vsebina" + +#: sitemap.php:677 +msgid "Include homepage" +msgstr "Vključi osnovno (prvo) stran" + +#: sitemap.php:683 +msgid "Include posts" +msgstr "Vključi objave" + +#: sitemap.php:689 +msgid "Include static pages" +msgstr "Vključi statične strani" + +#: sitemap.php:695 +msgid "Include categories" +msgstr "Vključi kategorije" + +#: sitemap.php:701 +msgid "Include archives" +msgstr "Vključi zgodovino (arhivi)" + +#: sitemap.php:708 +msgid "Change frequencies" +msgstr "Spremeni frekvenco" + +#: sitemap.php:709 +msgid "Note" +msgstr "Opomba" + +#: sitemap.php:710 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Ta nastavitev je zgolj predlagana. Čeprav spletni iskalniki nastavljeno frekvenco upoštevajo, se zna zgoditi, da bodo strani nastavljene na urno osveževanje pregledovali redkeje, kot strani nastavljene na letno osveževanje. Ravno tako se zna zgoditi, da bodo iskalniki pregledovali strani, katerim ste nastavili, da se ne osvežujejo." + +#: sitemap.php:715 +msgid "Homepage" +msgstr "Osnovna stran" + +#: sitemap.php:721 +msgid "Posts" +msgstr "Objave" + +#: sitemap.php:727 +msgid "Static pages" +msgstr "Statične strani" + +#: sitemap.php:733 +msgid "Categories" +msgstr "Kategorije" + +#: sitemap.php:739 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Aktualni arhiv tega meseca (enako kot za osnovno stran)" + +#: sitemap.php:745 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Starejši arhivi" + +#: sitemap.php:752 +msgid "Priorities" +msgstr "Prioritete" + +#: sitemap.php:763 +msgid "Posts (If auto calculation is disabled)" +msgstr "Število objav (v primeru, ko je samodejno seštevanje onemogočeno)" + +#: sitemap.php:769 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Najmanjša prioriteta za objave (tudi, ko je izbrana možnost samodejnega izračunavanja prioritet)" + +#: sitemap.php:787 +msgid "Archives" +msgstr "Arhivi" + +#: sitemap.php:793 +msgid "Informations and support" +msgstr "Informacije in podpora" + +#: sitemap.php:794 +msgid "Check %s for updates and comment there if you have any problems / questions / suggestions." +msgstr "Popravke in pomoč za vtičnik boste našli na %s." + +#: sitemap.php:797 +msgid "Update options" +msgstr "Shrani nastavitve" + +#: sitemap.php:1033 +msgid "URL:" +msgstr "URL:" + +#: sitemap.php:1034 +msgid "Path:" +msgstr "Pot:" + +# msgid "URL:" +# msgstr "" +# msgid "Path:" +# msgstr "" +#: sitemap.php:1037 +msgid "Could not write into %s" +msgstr "Napaka pri shranjevanju datoteke "%s"." + +#: sitemap.php:1048 +msgid "Successfully built sitemap file:" +msgstr "Načrt strani je bil uspešno zapisan:" + +#: sitemap.php:1048 +msgid "Successfully built gzipped sitemap file:" +msgstr "Načrt strani je bil uspešno zapisan v stisnjeno (gzip) datoteko:" + +#: sitemap.php:1062 +msgid "Could not ping to Google at %s" +msgstr "Napaka pri obveščanju Googla o spremembah (%s)" + +#: sitemap.php:1064 +msgid "Successfully pinged Google at %s" +msgstr "Google je uspešno obveščen o spremembah (%s)" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sr_RS.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sr_RS.mo new file mode 100644 index 0000000000000000000000000000000000000000..0676bf8d611ccf1752e87451fb8b1421c8fc7df0 GIT binary patch literal 17791 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sr_RS.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sr_RS.po new file mode 100644 index 00000000..1a9e82c3 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sr_RS.po @@ -0,0 +1,964 @@ +msgid "" +msgstr "" +"Project-Id-Version: Google XML Sitemaps v4.0beta9\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-05-05 20:24+0100\n" +"PO-Revision-Date: 2012-06-02 14:54:30+0000\n" +"Last-Translator: Arne Brachhold \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Poedit-Language: \n" +"X-Poedit-Country: \n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: C:/Inetpub/wwwroot/wp_plugins/sitemap_beta\n" +"X-Textdomain-Support: yes" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:846 +#: sitemap-core.php:527 +#@ sitemap +msgid "Comment Count" +msgstr "Broj Komentara" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:858 +#: sitemap-core.php:537 +#@ sitemap +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Koristi broj komentara na postu za kalkulaciju prioriteta" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:918 +#: sitemap-core.php:590 +#@ sitemap +msgid "Comment Average" +msgstr "Prosečan Broj Komentara" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:930 +#: sitemap-core.php:600 +#@ sitemap +msgid "Uses the average comment count to calculate the priority" +msgstr "Koristi prosečan broj komentara za računanje prioriteta" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:993 +#: sitemap-core.php:661 +#@ sitemap +msgid "Popularity Contest" +msgstr "Takmičenje Popularnosti" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:1005 +#: sitemap-core.php:671 +#, php-format +#@ sitemap +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Koristi aktivirani Takmičenje Popularnosti plugin od Alex King-a. Proveri Podešavanja i Najpopularnije Postove" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap-core.php:1118 +#: sitemap-core.php:840 +#@ sitemap +msgid "Always" +msgstr "Uvek" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap-core.php:1119 +#: sitemap-core.php:841 +#@ sitemap +msgid "Hourly" +msgstr "Svakog sata" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap-core.php:1120 +#: sitemap-core.php:842 +#@ sitemap +msgid "Daily" +msgstr "Dnevno" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap-core.php:1121 +#: sitemap-core.php:843 +#@ sitemap +msgid "Weekly" +msgstr "Nedeljno" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap-core.php:1122 +#: sitemap-core.php:844 +#@ sitemap +msgid "Monthly" +msgstr "Mesečno" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap-core.php:1123 +#: sitemap-core.php:845 +#@ sitemap +msgid "Yearly" +msgstr "Godišnje" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap-core.php:1124 +#: sitemap-core.php:846 +#@ sitemap +msgid "Never" +msgstr "Nikad" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2415 +#: sitemap-loader.php:212 +#@ sitemap +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2415 +#: sitemap-loader.php:212 +#@ sitemap +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +#: sitemap-loader.php:239 +#@ sitemap +msgid "Settings" +msgstr "Podešavanja" + +#: sitemap-loader.php:240 +#@ sitemap +msgid "FAQ" +msgstr "FAQ" + +#: sitemap-loader.php:241 +#@ sitemap +msgid "Support" +msgstr "Podrška" + +#: sitemap-loader.php:242 +#@ sitemap +msgid "Donate" +msgstr "Donacije" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2886 +#: sitemap-loader.php:328 +#: sitemap-ui.php:630 +#@ sitemap +msgid "Plugin Homepage" +msgstr "Homepage Plugin-a" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2905 +#: sitemap-loader.php:329 +#: sitemap-ui.php:652 +#@ sitemap +msgid "My Sitemaps FAQ" +msgstr "Česta pitanja o Sitemap-ima" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2635 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2835 +#: sitemap-ui.php:198 +#: sitemap-ui.php:585 +#@ sitemap +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Generator za WordPress" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2740 +#: sitemap-ui.php:374 +#@ sitemap +msgid "Configuration updated" +msgstr "Konfiguracije ažurirane" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2741 +#: sitemap-ui.php:375 +#@ sitemap +msgid "Error while saving options" +msgstr "Greška prilikom snimanja opcija" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2743 +#: sitemap-ui.php:378 +#@ sitemap +msgid "Pages saved" +msgstr "Stranice snimljene" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2744 +#: sitemap-ui.php:379 +#@ sitemap +msgid "Error while saving pages" +msgstr "Greška za vreme snimanja stranica" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2758 +#: sitemap-ui.php:387 +#@ sitemap +msgid "The default configuration was restored." +msgstr "Osnovna podešavanja su vraćena" + +#: sitemap-ui.php:397 +#@ sitemap +msgid "The old files could NOT be deleted. Please use an FTP program and delete them by yourself." +msgstr "Nismo mogli izbrisati stare fajlove. Molimo vas da koristite FTP program i obrišete ih lično." + +#: sitemap-ui.php:399 +#@ sitemap +msgid "The old files were successfully deleted." +msgstr "Stari fajlovi su uspešno obrisani." + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2600 +#: sitemap-ui.php:439 +#@ sitemap +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Hvala vam na donaciji. Pomažete mi da nastavim rad i razvoj ovog plugin-a i drugih besplatnih programa." + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2600 +#: sitemap-ui.php:439 +#@ sitemap +msgid "Hide this notice" +msgstr "Sakrijte ovo obaveštenje" + +#: sitemap-ui.php:445 +#, php-format +#@ sitemap +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and you are satisfied with the results, isn't it worth at least a few dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Hvala vam što koristite ovaj plugin. Instalirali ste plugin pre meseca dana. Ako plugin radi i zadovoljni ste rezultatima, nadam se da je vredno makar par dolara? Donacije mi pomažu da nastavim rad na ovom besplatnom softveru! Naravno, nema problema!" + +#: sitemap-ui.php:445 +#@ sitemap +msgid "Sure, but I already did!" +msgstr "Naravno, ali već sam donirao!" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2657 +#: sitemap-ui.php:445 +#@ sitemap +msgid "No thanks, please don't bug me anymore!" +msgstr "Ne hvala, molim vas ne uznemiravajte me više!" + +#: sitemap-ui.php:452 +#, php-format +#@ sitemap +msgid "Thanks for using this plugin! You've installed this plugin some time ago. If it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "Hvala vam što koristite ovaj plugin! Instalirali ste ovaj plugin pre nekog vremena. Ako radi i zadovoljni ste, zašto ne biste dali ocenu i preporučili ga drugima? :-)" + +#: sitemap-ui.php:452 +#@ sitemap +msgid "Don't show this anymore" +msgstr "Ne pokazuj više" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap-ui.php:374 +#: sitemap-ui.php:601 +#, php-format +#@ default +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "Postoji nova verzija %1$s. Skinite verziju %3$s ovde." + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap-ui.php:376 +#: sitemap-ui.php:603 +#, php-format +#@ default +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "Postoji nova verzija %1$s. Skinite novu verziju %3$s ovde automatsko osvežavanje verzije nije dostupno za ovaj plugin." + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap-ui.php:378 +#: sitemap-ui.php:605 +#, php-format +#@ default +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "Postoji nova verzija %1$s. Skinite verziju %3$s ovde ili uradite update automatski." + +#: sitemap-ui.php:613 +#, php-format +#@ sitemap +msgid "Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "Vaš blog trenutno blokira pretraživače! Posetite podešavanja privatnosti da bi ste promenili." + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2884 +#: sitemap-ui.php:629 +#@ sitemap +msgid "About this Plugin:" +msgstr "O ovom plugin-u:" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap-ui.php:421 +#: sitemap-ui.php:631 +#@ sitemap +msgid "Suggest a Feature" +msgstr "Predložite Funkciju" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2887 +#: sitemap-ui.php:632 +#@ sitemap +msgid "Notify List" +msgstr "Lista Notifikacija" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2888 +#: sitemap-ui.php:633 +#@ sitemap +msgid "Support Forum" +msgstr "Forum za Podršku" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap-ui.php:424 +#: sitemap-ui.php:634 +#@ sitemap +msgid "Report a Bug" +msgstr "Prijavite Grešku" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2889 +#: sitemap-ui.php:636 +#@ sitemap +msgid "Donate with PayPal" +msgstr "Donirajte putem PayPal-a" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2890 +#: sitemap-ui.php:637 +#@ sitemap +msgid "My Amazon Wish List" +msgstr "Moje želje na Amazon-u" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2891 +#: sitemap-ui.php:638 +#@ sitemap +msgid "translator_name" +msgstr "ime_prevodioca" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2891 +#: sitemap-ui.php:638 +#@ sitemap +msgid "translator_url" +msgstr "url_prevodioca" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2895 +#: sitemap-ui.php:641 +#@ sitemap +msgid "Sitemap Resources:" +msgstr "Više o Sitemap-u" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2897 +#: sitemap-ui.php:642 +#: sitemap-ui.php:647 +#@ sitemap +msgid "Webmaster Tools" +msgstr "Alatke za Webmastere" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2898 +#: sitemap-ui.php:643 +#@ sitemap +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2901 +#: sitemap-ui.php:645 +#@ sitemap +msgid "Search Blog" +msgstr "Pretražite Blog" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3010 +#: sitemap-ui.php:648 +#@ sitemap +msgid "Webmaster Center Blog" +msgstr "Webmaster Central Blog" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2903 +#: sitemap-ui.php:650 +#@ sitemap +msgid "Sitemaps Protocol" +msgstr "Sitemap Protokol" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2904 +#: sitemap-ui.php:651 +#@ sitemap +msgid "Official Sitemaps FAQ" +msgstr "Oficijalni Sitemap FAW" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2910 +#: sitemap-ui.php:655 +#@ sitemap +msgid "Recent Donations:" +msgstr "Zadnje Donacije:" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2914 +#: sitemap-ui.php:658 +#@ sitemap +msgid "List of the donors" +msgstr "Lista Donatora" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2916 +#: sitemap-ui.php:660 +#@ sitemap +msgid "Hide this list" +msgstr "Sakrijte listu" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:2919 +#: sitemap-ui.php:663 +#@ sitemap +msgid "Thanks for your support!" +msgstr "Hvala vam na podršci!" + +#: sitemap-ui.php:683 +#@ sitemap +msgid "Search engines haven't been notified yet" +msgstr "Pretraživači još uvek nisu obavešteni" + +#: sitemap-ui.php:687 +#, php-format +#@ sitemap +msgid "Result of the last ping, started on %date%." +msgstr "Rezultati zadnjeg ping-a, započeto %date%." + +#: sitemap-ui.php:702 +#, php-format +#@ sitemap +msgid "There is still a sitemap.xml or sitemap.xml.gz file in your blog directory. Please delete them as no static files are used anymore or try to delete them automatically." +msgstr "Još uvek postoji sitemap.xml ili sitemap.xml.gz fajl na vašem blog direktorijumu. Molimo vas da ih obrišete jer se više ne koristi ni jeda statični fajl ili pokušajte da ih obrišete automatski." + +#: sitemap-ui.php:705 +#, php-format +#@ sitemap +msgid "The URL to your sitemap index file is: %s." +msgstr "URL do vašeg sitemap index fajl-a je: %s." + +#: sitemap-ui.php:708 +#@ sitemap +msgid "Search engines haven't been notified yet. Write a post to let them know about your sitemap." +msgstr "Pretraživači još uvek nisu obavešteni. Napišite post da bi ste ih obavestili o vašem sitemap-u." + +#: sitemap-ui.php:717 +#, php-format +#@ sitemap +msgid "%s was successfully notified about changes." +msgstr "%s je uspešno obavešten o promenama." + +#: sitemap-ui.php:720 +#, php-format +#@ sitemap +msgid "It took %time% seconds to notify %name%, maybe you want to disable this feature to reduce the building time." +msgstr "Trebalo je %time% sekundi da obavestimo %name%, možda želite da onesposobite ovu funkciju da bi ste smanjili vreme izgradnje." + +#: sitemap-ui.php:723 +#, php-format +#@ sitemap +msgid "There was a problem while notifying %name%. View result" +msgstr "Imali smo problem sa obaveštavanjem %name%. Pogledajte rezultate" + +#: sitemap-ui.php:727 +#, php-format +#@ sitemap +msgid "If you encounter any problems with your sitemap you can use the debug function to get more information." +msgstr "Ako naiđete na neke probleme u vezi sa sitemap-om možete iskoristiti debug funkciju da bi ste dobili više podataka." + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3040 +#: sitemap-ui.php:735 +#@ sitemap +msgid "Basic Options" +msgstr "Onsovne Opcije" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3079 +#: sitemap-ui.php:737 +#@ sitemap +msgid "Update notification:" +msgstr "Ažurirajte notifikacije:" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3044 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3059 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3079 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3104 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3121 +#: sitemap-ui.php:737 +#: sitemap-ui.php:765 +#@ sitemap +msgid "Learn more" +msgstr "Saznajte više" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3083 +#: sitemap-ui.php:741 +#@ sitemap +msgid "Notify Google about updates of your Blog" +msgstr "Obavestite Google o promenama na vašem Blogu" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3084 +#: sitemap-ui.php:742 +#, php-format +#@ sitemap +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Registracija nije potrebna, ali možete otovriti nalog na Google Webmaster Tools da bi ste preverili statistiku." + +#: sitemap-ui.php:746 +#@ sitemap +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Obavestite Bing (bivši MSN Live Search) o promenama na vašem Blogu" + +#: sitemap-ui.php:747 +#, php-format +#@ sitemap +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "Registracija nije potrebna, ali možete napraviti nalog na Bing Webmaster Tools da proverite statistiku." + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3088 +#: sitemap-ui.php:751 +#@ sitemap +msgid "Notify Ask.com about updates of your Blog" +msgstr "Obavestite Ask.com o promenama na vašem Blogu" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3089 +#: sitemap-ui.php:752 +#@ sitemap +msgid "No registration required." +msgstr "Registracija nije potrebna." + +#: sitemap-ui.php:757 +#@ sitemap +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Dodajte URL vašeg sitemap-a u robots.txt fajl." + +#: sitemap-ui.php:761 +#@ sitemap +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "Virtualni robots.txt fajl generisan od strane WordPress-a je iskorišćen. Pravi robots.txt fajl NE SME postojati u direktorijumu vašeg bloga!" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3121 +#: sitemap-ui.php:765 +#@ sitemap +msgid "Advanced options:" +msgstr "Napredne opcija:" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3127 +#: sitemap-ui.php:768 +#@ sitemap +msgid "Try to increase the memory limit to:" +msgstr "Pokušajte da povećate limit memorije na:" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3127 +#: sitemap-ui.php:768 +#@ sitemap +msgid "e.g. \"4M\", \"16M\"" +msgstr "npr. \"4M\", \"16M\"" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3130 +#: sitemap-ui.php:771 +#@ sitemap +msgid "Try to increase the execution time limit to:" +msgstr "Pokušajte da povećate vreme izvršenja na:" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3130 +#: sitemap-ui.php:771 +#@ sitemap +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "u sekundama, npr. \"60\" or \"0\" za neograničeno" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3133 +#: sitemap-ui.php:775 +#@ sitemap +msgid "Include a XSLT stylesheet:" +msgstr "Dodajte XSLT stylesheet:" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3133 +#: sitemap-ui.php:776 +#@ sitemap +msgid "Full or relative URL to your .xsl file" +msgstr "Absolutni ili relativni URL do vasšeg .xsl fajla." + +#: sitemap-ui.php:776 +#@ sitemap +msgid "Use default" +msgstr "Koristite default-ni" + +#: sitemap-ui.php:781 +#@ sitemap +msgid "Include sitemap in HTML format" +msgstr "Dodajte sitemap u HTML formatu" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3144 +#: sitemap-ui.php:790 +#@ sitemap +msgid "Additional pages" +msgstr "Dodatne stranice" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3149 +#: sitemap-ui.php:793 +#@ sitemap +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Ovde možete specificirati fajlove ili URL-ove koje bi trebalo dodati u sitemap, ali ne pripadaju vašem Blog-u/WordPress-u.
        Na primer, ako je vaÅ¡ domen www.foo.com a vaÅ¡ blog se nalazi na www.foo.com-blog mozda želite da dodate vaÅ¡u početnu stranu www.foo.com" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3151 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3462 +#: sitemap-ui.php:795 +#: sitemap-ui.php:999 +#: sitemap-ui.php:1010 +#: sitemap-ui.php:1019 +#@ sitemap +msgid "Note" +msgstr "Opazite" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3152 +#: sitemap-ui.php:796 +#@ sitemap +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Ako se vaÅ¡ blog nalazi u pod direktorijumu i ako želite da doddate stranice koje se ne nalaze u blog direktorijumu ili ispod, MORATE staviti sitemap fajl u korenu direktorijuma (Pogledajte "Lokaciju vaÅ¡eg sitemap-a " sekciju na ovoj stranici)!" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3154 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3300 +#: sitemap-ui.php:798 +#: sitemap-ui.php:837 +#@ sitemap +msgid "URL to the page" +msgstr "URL do stranice" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3155 +#: sitemap-ui.php:799 +#@ sitemap +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Unesite URL do stranice. Primeri: http://www.foo.com/index.html ili www.foo.com/home " + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3157 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3301 +#: sitemap-ui.php:801 +#: sitemap-ui.php:838 +#@ sitemap +msgid "Priority" +msgstr "Prioritet" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3158 +#: sitemap-ui.php:802 +#@ sitemap +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Izaberite prioritet stranice u odnosu na druge stranice. Na primer, vaÅ¡a početna stranica može imati veći prioritet nego niće stranice." + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3160 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3303 +#: sitemap-ui.php:804 +#: sitemap-ui.php:840 +#@ sitemap +msgid "Last Changed" +msgstr "Zadjne promene" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3161 +#: sitemap-ui.php:805 +#@ sitemap +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Unesti datum zadnje prmene u formatu YYYY-MM-DD (2005-12-31 na primer) (opciono)." + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3302 +#: sitemap-ui.php:839 +#@ sitemap +msgid "Change Frequency" +msgstr "Promente Učestalost" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3304 +#: sitemap-ui.php:841 +#@ sitemap +msgid "#" +msgstr "#" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3309 +#: sitemap-ui.php:846 +#@ sitemap +msgid "No pages defined." +msgstr "Stranice nisu definisane." + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3314 +#: sitemap-ui.php:851 +#@ sitemap +msgid "Add new page" +msgstr "Dodajte novu stranicu" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3325 +#: sitemap-ui.php:857 +#@ sitemap +msgid "Post Priority" +msgstr "Prioritet postova" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3329 +#: sitemap-ui.php:859 +#@ sitemap +msgid "Please select how the priority of each post should be calculated:" +msgstr "Molimo vas izaberite kako se računa prioritet postova:" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3331 +#: sitemap-ui.php:861 +#@ sitemap +msgid "Do not use automatic priority calculation" +msgstr "Ne koristi automatsku kalkulaciju prioriteta" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3331 +#: sitemap-ui.php:861 +#@ sitemap +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Svi postovi će imati isti prioritet koji je definisan u "Priorities"" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3397 +#: sitemap-ui.php:872 +#@ sitemap +msgid "Sitemap Content" +msgstr "Sadržaj sitemap-a" + +#: sitemap-ui.php:873 +#@ sitemap +msgid "WordPress standard content" +msgstr "WordPress standardni sadržaj" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3405 +#: sitemap-ui.php:878 +#@ sitemap +msgid "Include homepage" +msgstr "Dodajte početnu " + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3411 +#: sitemap-ui.php:884 +#@ sitemap +msgid "Include posts" +msgstr "Dodajte postove" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3417 +#: sitemap-ui.php:890 +#@ sitemap +msgid "Include static pages" +msgstr "Dodajte statičke stranice" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3423 +#: sitemap-ui.php:896 +#@ sitemap +msgid "Include categories" +msgstr "Dodajte kategorije" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3429 +#: sitemap-ui.php:902 +#@ sitemap +msgid "Include archives" +msgstr "Dodajte arhive" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3443 +#: sitemap-ui.php:908 +#@ sitemap +msgid "Include author pages" +msgstr "Dodajte stranice autora" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3436 +#: sitemap-ui.php:915 +#@ sitemap +msgid "Include tag pages" +msgstr "Dodajte tag stranice" + +#: sitemap-ui.php:929 +#@ sitemap +msgid "Custom taxonomies" +msgstr "Uobičajene taxonomije" + +#: sitemap-ui.php:940 +#, php-format +#@ sitemap +msgid "Include taxonomy pages for %s" +msgstr "Dodajte stranice taxonomije za %s" + +#: sitemap-ui.php:958 +#@ sitemap +msgid "Custom post types" +msgstr "Uobičajeni tipovi postova" + +#: sitemap-ui.php:969 +#, php-format +#@ sitemap +msgid "Include custom post type %s" +msgstr "Dodajte uobičajene tipove postova %s" + +#: sitemap-ui.php:981 +#@ sitemap +msgid "Further options" +msgstr "JoÅ¡ opcija" + +#: sitemap-ui.php:986 +#@ sitemap +msgid "Include the last modification time." +msgstr "Dodajte vreme zadnje modifikacije" + +#: sitemap-ui.php:988 +#@ sitemap +msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects all sitemap entries." +msgstr "Ovo je preporučljivo jer govori pretraživačima kada se vaÅ¡ sadržaj promeni. Ova opcija utiče sve unose u sitemap." + +#: sitemap-ui.php:995 +#@ sitemap +msgid "Excluded items" +msgstr "Uklonite" + +#: sitemap-ui.php:997 +#@ sitemap +msgid "Excluded categories" +msgstr "Uklonite kategorije" + +#: sitemap-ui.php:999 +#@ sitemap +msgid "Using this feature will increase build time and memory usage!" +msgstr "Korišćenje ove funkcije će povećati vreme pravljenja i korišćenje memorije." + +#: sitemap-ui.php:1006 +#@ sitemap +msgid "Exclude posts" +msgstr "Uklonite postove" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3206 +#: sitemap-ui.php:1008 +#@ sitemap +msgid "Exclude the following posts or pages:" +msgstr "Uklonite sledeće postove ili stranice:" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3206 +#: sitemap-ui.php:1008 +#@ sitemap +msgid "List of IDs, separated by comma" +msgstr "Lista ID-a, odvojene zarezom" + +#: sitemap-ui.php:1010 +#@ sitemap +msgid "Child posts won't be excluded automatically!" +msgstr "Pod postovi neće biti uključeni automatski!" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3457 +#: sitemap-ui.php:1016 +#@ sitemap +msgid "Change frequencies" +msgstr "Promenite učestalost" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3463 +#: sitemap-ui.php:1020 +#@ sitemap +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Molimo vas da zapamtite da vrednost ovog tag-a je koristi kao predlog a ne kao komanda. Iako pretraživači razmatraju ovu infomaciju kada donose odluke, možda će proći kroz stranice obeležene \"hourly\" ređe nego naznačeno, a možda će stranice naznačene \"yearly\" posećivati češće. Isto tako je verovatno da će s'vremena na vreme prolaziti kroz stranice naznačene sa \"never\" da bi mogli da reaguju na neočekivane promene na tim stranicama." + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3469 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3535 +#: sitemap-ui.php:1026 +#: sitemap-ui.php:1083 +#@ sitemap +msgid "Homepage" +msgstr "Početna" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3475 +#: sitemap-ui.php:1032 +#@ sitemap +msgid "Posts" +msgstr "Postovi" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3481 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3553 +#: sitemap-ui.php:1038 +#: sitemap-ui.php:1101 +#@ sitemap +msgid "Static pages" +msgstr "Statične stranice" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3487 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3559 +#: sitemap-ui.php:1044 +#: sitemap-ui.php:1107 +#@ sitemap +msgid "Categories" +msgstr "Kategorije" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3493 +#: sitemap-ui.php:1050 +#@ sitemap +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Trenutna arhiva za ovaj mesec (Treba biti ista kao i vaÅ¡a početna stranica)" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3499 +#: sitemap-ui.php:1056 +#@ sitemap +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Starije arhive (Menja se samo ako promenti stariji post)" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3506 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3572 +#: sitemap-ui.php:1063 +#: sitemap-ui.php:1120 +#@ sitemap +msgid "Tag pages" +msgstr "Tag stranice" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3513 +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3579 +#: sitemap-ui.php:1070 +#: sitemap-ui.php:1127 +#@ sitemap +msgid "Author pages" +msgstr "Stranice autora" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3527 +#: sitemap-ui.php:1078 +#@ sitemap +msgid "Priorities" +msgstr "Prioriteti" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3541 +#: sitemap-ui.php:1089 +#@ sitemap +msgid "Posts (If auto calculation is disabled)" +msgstr "Postovi (ako je auto kalkulacija isključena)" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3547 +#: sitemap-ui.php:1095 +#@ sitemap +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minimalni prioritet za postove (Čak iako je auto kalkulacija uključena)" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3565 +#: sitemap-ui.php:1113 +#@ sitemap +msgid "Archives" +msgstr "Arhive" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3590 +#: sitemap-ui.php:1138 +#@ sitemap +msgid "Update options" +msgstr "Opcije ažuriranja" + +# C:Inetpubwwwrootwpwp-contentpluginssitemap_beta/sitemap.php:3591 +#: sitemap-ui.php:1139 +#@ sitemap +msgid "Reset options" +msgstr "Opcije za resetovanje" + +#: sitemap.php:82 +#@ sitemap +msgid "Your WordPress version is too old for XML Sitemaps." +msgstr "VaÅ¡a verzija WordPress-a je previÅ¡e stara za XML Sitemap." + +#: sitemap.php:82 +#, php-format +#@ sitemap +msgid "Unfortunately this release of Google XML Sitemaps requires at least WordPress %4$s. You are using Wordpress %2$s, which is out-dated and insecure. Please upgrade or go to active plugins and deactivate the Google XML Sitemaps plugin to hide this message. You can download an older version of this plugin from the plugin website." +msgstr "Nažalost ova verzija Google XML Sitemap-a zahteva barem WordPress verziju %4$s. Vi koristite WordPress verziju %2$s, koja je zastarela i nesigurna. Molimo vas da update-ujete ili odete na aktivne plugin-ove i deaktivirate Google XML Sitemap plugin da bi ste sakrili ovu poruku. Možete skinuti stariju verziju ovog plugin-a sa naÅ¡eg sajta." + +#: sitemap.php:92 +#@ sitemap +msgid "Your PHP version is too old for XML Sitemaps." +msgstr "PHP verzija koju koristite je previÅ¡e stara za XML sitemap." + +#: sitemap.php:92 +#, php-format +#@ sitemap +msgid "Unfortunately this release of Google XML Sitemaps requires at least PHP %4$s. You are using PHP %2$s, which is out-dated and insecure. Please ask your web host to update your PHP installation or go to active plugins and deactivate the Google XML Sitemaps plugin to hide this message. You can download an older version of this plugin from the plugin website." +msgstr "nažalost ova verzija Google XML Sitemap-a zahteva najmanje verziju PHP %4$s. Vi koristite PHP %2$s, koji je zastareo i nesiguran. Zamolite vaÅ¡ hosting da ažuriraju verziju PHP instalacije ili idite na aktivne plugin-ove i deaktivirajte Google XML Sitemap plugin da bi ste sakrili ovu poruku. Možete skinuti straiju verziju ovog plugin-a sa naÅ¡eg sajta." + +#. translators: plugin header field 'Name' +#: sitemap.php:0 +#@ sitemap +msgid "Google XML Sitemaps" +msgstr "" + +#. translators: plugin header field 'PluginURI' +#: sitemap.php:0 +#@ sitemap +msgid "http://www.arnebrachhold.de/redir/sitemap-home/" +msgstr "" + +#. translators: plugin header field 'Description' +#: sitemap.php:0 +#@ sitemap +msgid "This plugin will generate a special XML sitemap which will help search engines like Google, Yahoo, Bing and Ask.com to better index your blog." +msgstr "" + +#. translators: plugin header field 'Author' +#: sitemap.php:0 +#@ sitemap +msgid "Arne Brachhold" +msgstr "" + +#. translators: plugin header field 'AuthorURI' +#: sitemap.php:0 +#@ sitemap +msgid "http://www.arnebrachhold.de/" +msgstr "" + +#. translators: plugin header field 'Version' +#: sitemap.php:0 +#@ sitemap +msgid "4.0beta9" +msgstr "" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sv_SE.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sv_SE.mo new file mode 100644 index 0000000000000000000000000000000000000000..aabe56576a94e7697083ee140001e405de372769 GIT binary patch literal 8710 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 E3kt<5`v3p{ literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sv_SE.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sv_SE.po new file mode 100644 index 00000000..0094df52 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-sv_SE.po @@ -0,0 +1,322 @@ +msgid "" +msgstr "" +"Project-Id-Version: Google Sitemap Generator Swedish Translation 1.0\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2008-01-08 12:16+0100\n" +"Last-Translator: Markus \n" +"Language-Team: Tobias Bergius \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: SWEDEN\n" +"X-Poedit-SourceCharset: iso-8859-1\n" + +#: sitemap.php:375 +msgid "always" +msgstr "alltid" + +msgid "hourly" +msgstr "varje timme" + +msgid "daily" +msgstr "dagligen" + +msgid "weekly" +msgstr "varje vecka" + +msgid "monthly" +msgstr "månatligen" + +msgid "yearly" +msgstr "Årligen" + +msgid "never" +msgstr "aldrig" + +msgid "Detected Path" +msgstr "Funnen sökväg" + +msgid "Example" +msgstr "Exempel" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absolut eller relativ sökväg till sajtkartan, inklusive namn." + +msgid "Complete URL to the sitemap file, including name." +msgstr "Komplett URL till sajtkartan, inklusive namn." + +msgid "Automatic location" +msgstr "Automatisk sökväg" + +msgid "Manual location" +msgstr "Manuell sökväg" + +msgid "OR" +msgstr "eller" + +msgid "Location of your sitemap file" +msgstr "Sökväg till din sajtkarta" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Om din blogg är i en underkatalog och du vill lägga till sidor som inte är i blogg-katalogen, eller under, måste du placera din sajtkarta i root-katalogen (se "Sökväg till din sajtkarta" på den här sidan)!" + +#: sitemap.php:512 +msgid "Configuration updated" +msgstr "Konfiguration uppdaterad" + +#: sitemap.php:513 +msgid "Error" +msgstr "Fel" + +#: sitemap.php:521 +msgid "A new page was added. Click on "Save page changes" to save your changes." +msgstr "En ny sida tillagd. Klicka på "Spara ändringar" för att spara." + +#: sitemap.php:527 +msgid "Pages saved" +msgstr "Sidor sparade" + +#: sitemap.php:528 +msgid "Error while saving pages" +msgstr "Fel vid sparande av sida" + +#: sitemap.php:539 +msgid "The page was deleted. Click on "Save page changes" to save your changes." +msgstr "Sidan borttagen. Klicka på "Spara ändringar" för att spara." + +#: sitemap.php:542 +msgid "You changes have been cleared." +msgstr "Dina ändringar har rensats." + +#: sitemap.php:555 +msgid "Sitemap Generator" +msgstr "Sitemap Generator" + +#: sitemap.php:558 +msgid "Manual rebuild" +msgstr "Manuell återskapning" + +#: sitemap.php:559 +msgid "If you want to build the sitemap without editing a post, click on here!" +msgstr "Om du vill skapa sajtkartan utan att redigera en artikel, klicka här!" + +#: sitemap.php:560 +msgid "Rebuild Sitemap" +msgstr "Återskapa sajtkarta" + +#: sitemap.php:564 +msgid "Additional pages" +msgstr "Ytterligare sidor" + +#: sitemap.php:566 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Här kan du lägga till URL:er i sajtkartan, som inte tillhör Wordpress.
        Till exempel, om din domän är www.foo.com och din blogg finns på www.foo.com/blogg, vill du nog lägga till din startsida på www.foo.com." + +#: sitemap.php:568 +msgid "URL to the page" +msgstr "URL till sidan" + +#: sitemap.php:569 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Ange URL till sidan. Exempel: http://www.foo.com/index.html eller www.foo.com/home" + +#: sitemap.php:571 +msgid "Priority" +msgstr "Prioritet" + +#: sitemap.php:572 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Välj prioritet relativt till de andra sidorna. Till exempel, din startsida kanske bör ha högre prioritet än dina undersidor." + +#: sitemap.php:574 +msgid "Last Changed" +msgstr "Senast ändrad" + +#: sitemap.php:575 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Ändra datum för senaste ändringar enligt ÅÅÅÅ-MM-DD (2005-12-31 t.ex.) (valfritt)." + +#: sitemap.php:583 +msgid "Change Frequency" +msgstr "Ändra frekvens" + +#: sitemap.php:585 +msgid "#" +msgstr "#" + +#: sitemap.php:609 +msgid "No pages defined." +msgstr "Inga sidor tillagda." + +#: sitemap.php:616 +msgid "Add new page" +msgstr "Lägg till sida" + +# sitemap.php:617: +#: sitemap.php:617 +msgid "Save page changes" +msgstr "Spara ändringar" + +# sitemap.php:618: +#: sitemap.php:618 +msgid "Undo all page changes" +msgstr "Ångra alla ändringar" + +# sitemap.php:621: +#: sitemap.php:621 +msgid "Delete marked page" +msgstr "Ta bort markerad sida" + +#: sitemap.php:627 +msgid "Basic Options" +msgstr "Generella ändringar" + +#: sitemap.php:632 +msgid "Enable automatic priority calculation for posts based on comment count" +msgstr "Aktivera automatisk prioritering för artiklar, baserat på antal kommentarer" + +#: sitemap.php:638 +msgid "Write debug comments" +msgstr "Skriv debuggkommentarer" + +#: sitemap.php:643 +msgid "Filename of the sitemap file" +msgstr "Filnamn på sajtkartan" + +#: sitemap.php:650 +msgid "Write a normal XML file (your filename)" +msgstr "Skapa en vanlig XML-fil (ditt filnamn)" + +#: sitemap.php:652 +msgid "Detected URL" +msgstr "Funnen URL" + +#: sitemap.php:657 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Skapa en gzippad fil (filnamn + .gz)" + +#: sitemap.php:664 +msgid "Auto-Ping Google Sitemaps" +msgstr "Auto-pinga Google Sitemaps" + +#: sitemap.php:665 +msgid "This option will automatically tell Google about changes." +msgstr "Det här gör att Google automatiskt notifieras om uppdateringar" + +#: sitemap.php:672 +msgid "Includings" +msgstr "Inkluderingar" + +#: sitemap.php:677 +msgid "Include homepage" +msgstr "Inkludera startsida" + +#: sitemap.php:683 +msgid "Include posts" +msgstr "Inkludera artiklar" + +#: sitemap.php:689 +msgid "Include static pages" +msgstr "Inkludera statiska sidor" + +#: sitemap.php:695 +msgid "Include categories" +msgstr "Inkludera kategorier" + +#: sitemap.php:701 +msgid "Include archives" +msgstr "Inkluder arkiv" + +#: sitemap.php:708 +msgid "Change frequencies" +msgstr "Ändra frekvenser" + +#: sitemap.php:709 +msgid "Note" +msgstr "Observera" + +#: sitemap.php:710 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Den här inställningen ska ses som en ledtråd och inte ett kommando. Även om sökmotorerna lägger märke till den här informationen, så kan de indexera sidor markerade \"per timme\" mer sällan än det. Och dom kan indexera sidor markerade \"årligen\" oftare än så. Det är också vanligt att sökmotorer regelbundet kontrollerar sidor markerade \"aldrig\", så att de kan hantera oväntade händelser." + +#: sitemap.php:715 +msgid "Homepage" +msgstr "Startsida" + +#: sitemap.php:721 +msgid "Posts" +msgstr "Artiklar" + +#: sitemap.php:727 +msgid "Static pages" +msgstr "Statiska sidor" + +#: sitemap.php:733 +msgid "Categories" +msgstr "Kategorier" + +#: sitemap.php:739 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Aktuellt arkiv för denna månad (borde vara samma som din startsida)" + +#: sitemap.php:745 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Äldre arkiv (ändras bara om du ändrar en äldre artikel)" + +#: sitemap.php:752 +msgid "Priorities" +msgstr "Prioriteringar" + +#: sitemap.php:763 +msgid "Posts (If auto calculation is disabled)" +msgstr "Artiklar (om autoprioritering är avaktiverat)" + +#: sitemap.php:769 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minsta artikeprioritet (även om autoprioritering är aktiverat)" + +#: sitemap.php:787 +msgid "Archives" +msgstr "Arkiv" + +#: sitemap.php:793 +msgid "Informations and support" +msgstr "Information och support" + +#: sitemap.php:794 +msgid "Check %s for updates and comment there if you have any problems / questions / suggestions." +msgstr "Kontrollera %s efter uppdateringar och kommentera om du har några problem, frågor eller förslag." + +#: sitemap.php:797 +msgid "Update options" +msgstr "Uppdatera inställningar" + +#: sitemap.php:1033 +msgid "URL:" +msgstr "URL:" + +#: sitemap.php:1034 +msgid "Path:" +msgstr "Sökväg:" + +#: sitemap.php:1037 +msgid "Could not write into %s" +msgstr "Kan inte skriva till %s" + +#: sitemap.php:1048 +msgid "Successfully built sitemap file:" +msgstr "Sajtkarta skapad:" + +#: sitemap.php:1048 +msgid "Successfully built gzipped sitemap file:" +msgstr "Gzippad sajtkarta skapad:" + +#: sitemap.php:1062 +msgid "Could not ping to Google at %s" +msgstr "Kan inte pinga Google på %s" + +#: sitemap.php:1064 +msgid "Successfully pinged Google at %s" +msgstr "Google pingad på %s" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-tr_TR.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-tr_TR.mo new file mode 100644 index 0000000000000000000000000000000000000000..20659501d88eeacda7b39470bcd4587c929060e0 GIT binary patch literal 24328 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 Al>h($ literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-tr_TR.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-tr_TR.po new file mode 100644 index 00000000..fe759975 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-tr_TR.po @@ -0,0 +1,913 @@ +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-07 01:15+0100\n" +"PO-Revision-Date: 2009-06-08 17:31+0200\n" +"Last-Translator: Baris Unver \n" +"Language-Team: Stefano Aglietti \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Italian\n" +"X-Poedit-Country: ITALY\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "Yorum Sayımı" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Önceliği belirlemek için yazıya yapılmış yorum sayısını kullan" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "Yorum Ortalaması" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "Önceliği hesaplamak için yazıların ortalama yorum sayısını kullanır" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "Popularity Contest" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Alex King tarafından yaratılmış Popularity Contest Eklentisi ile uyumlu olarak çalışır, öncelikleri Popularity Contest'in raporlarına göre hesaplar. Ayarlar için buraya, en popüler yazılar içinse buraya tıklayın." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1187 +msgid "Always" +msgstr "Her zaman" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1188 +msgid "Hourly" +msgstr "Saatte bir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1189 +msgid "Daily" +msgstr "Günde bir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1190 +msgid "Weekly" +msgstr "Haftada bir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1191 +msgid "Monthly" +msgstr "Ayda bir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1192 +msgid "Yearly" +msgstr "Yılda bir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1193 +msgid "Never" +msgstr "Hiçbir zaman" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Bağışınız için çok teşekkürler. Bu eklenti üzerinde çalışmam ve destek sunabilmem için yardım sağlamış oldunuz!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Hide this notice" +msgstr "Bu bildiriyi sakla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "" +"Bu eklentiyi kullandığınız için teşekkürler! Bu eklentiyi bir aydan daha uzun süredir kullanıyorsunuz. Eğer eklenti sizin işinize yaradıysa ve sevdiyseniz, sizce bu en azından bir dolar etmez mi? Yapılan bağışlar, bu ücretsiz eklentiyi geliştirmeye devam etmemi ve eklenti hakkında destek sunmamı sağlıyor!\n" +"Tabii canım, ne demek!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +msgid "No thanks, please don't bug me anymore!" +msgstr "Yok teşekkürler, lütfen beni bir daha rahatsız etme!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:119 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "Site haritanız şu anda yenileniyor. Blog'unuzun büyüklüğüne göre bu işlem biraz zaman alabilir!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:121 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "Site haritanız %s saniye içinde yenilenecek. Blog'unuzun büyüklüğüne göre bu işlem biraz zaman alabilir!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:146 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:453 +msgid "XML Sitemap Generator for WordPress" +msgstr "Wordpress için XML Site Haritası Oluşturucusu" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:298 +msgid "Configuration updated" +msgstr "Ayarlar kaydedildi" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:299 +msgid "Error while saving options" +msgstr "Seçenekler kaydedilirken hata oluştu" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:301 +msgid "Pages saved" +msgstr "Sayfalar kaydedildi" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:302 +msgid "Error while saving pages" +msgstr "Sayfalar kaydedilirken hata oluştu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:309 +msgid "The default configuration was restored." +msgstr "Varsayılan seçenekler yüklendi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:466 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "%1$s eklentisinin yeni bir sürümü var. %3$s sürümünü buradan indirin." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:468 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "%1$s eklentisinin yeni bir sürümü var. %3$s sürümünü buradan indirin. bu eklenti için otomatik güncelleme mümkün değil." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:470 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "%1$s eklentisinin yeni bir sürümü var. %3$s sürümünü buradan indirin. veya otomatik güncelleyin." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:510 +msgid "open" +msgstr "açmak" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:494 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:511 +msgid "close" +msgstr "kapamak" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:495 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:512 +msgid "click-down and drag to move this box" +msgstr "kutuyu taşımak için tıklayıp sürükleyin" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:513 +msgid "click to %toggle% this box" +msgstr "kutuyu %toggle% için tıklayın" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:497 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:514 +msgid "use the arrow keys to move this box" +msgstr "bu kutuyu taşımak için yön tuşlarını kullanın" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:515 +msgid ", or press the enter key to %toggle% it" +msgstr "%toggle% için , veya enter tuşuna basın" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "About this Plugin:" +msgstr "Bu Eklenti Hakkında:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:141 +msgid "Plugin Homepage" +msgstr "Eklenti Anasayfası" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Suggest a Feature" +msgstr "Bir Özellik Öner" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:536 +msgid "Notify List" +msgstr "Bildiri listesi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "Support Forum" +msgstr "Destek Forumu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:538 +msgid "Report a Bug" +msgstr "Bir Hata Raporla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Donate with PayPal" +msgstr "PayPal ile Bağış Yap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +msgid "My Amazon Wish List" +msgstr "Amazon Wish List'im" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_name" +msgstr "Eklenti Çevirmeni: Barış Ünver" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_url" +msgstr "http://beyn.org" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +msgid "Sitemap Resources:" +msgstr "Site Haritası Kaynakları:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "Webmaster Tools" +msgstr "Webmaster Araçları" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "Webmaster Blog" +msgstr "Webmaster Blog'u" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "Site Explorer" +msgstr "Site Explorer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "Search Blog" +msgstr "Search Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:553 +msgid "Webmaster Center Blog" +msgstr "Webmaster Merkezi Blog'u" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:555 +msgid "Sitemaps Protocol" +msgstr "Site Haritası Protokolü" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:556 +msgid "Official Sitemaps FAQ" +msgstr "Resmi Sitemap SSS'si" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:557 +msgid "My Sitemaps FAQ" +msgstr "Bu Eklentinin SSS'si" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:560 +msgid "Recent Donations:" +msgstr "Son Bağışlar:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:564 +msgid "List of the donors" +msgstr "Bağış Yapanların Listesi:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:566 +msgid "Hide this list" +msgstr "Bu listeyi sakla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:569 +msgid "Thanks for your support!" +msgstr "Desteğiniz için teşekkürler!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Status" +msgstr "Durum" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Site haritanız henüz oluşturulmamış. Oluşturmak için buraya tıklayın." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Your sitemap was last built on %date%." +msgstr "Site haritanız en son %date% tarihinde oluşturulmuş." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreDaha fazla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:610 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Sıkıştırılmış site haritanız" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreDaha fazla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:618 +msgid "Google was successfully notified about changes." +msgstr "Google başarıyla bilgilendirildi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Google'ın bilgilendirilmesi %time% saniye sürdü, kurulum süresini düşürmek için bu seçeneği kaldırabilirsiniz" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2970 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Google bilgilendirilirken hata oluştu. Hatayı göster" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:630 +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoo! başarıyla bilgilendirildi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Yahoo!'nun bilgilendirilmesi %time% saniye sürdü, kurulum süresini düşürmek için bu seçeneği kaldırabilirsiniz" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2982 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Yahoo! bilgilendirilirken hata oluştu. Hatayı göster" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:642 +msgid "Bing was successfully notified about changes." +msgstr "Bing başarıyla bilgilendirildi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "Bing'in bilgilendirilmesi %time% saniye sürdü, kurulum süresini düşürmek için bu seçeneği kaldırabilirsiniz" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2970 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "Bing bilgilendirilirken hata oluştu. Hatayı göster" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:654 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com başarıyla bilgilendirildi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Ask.com'un bilgilendirilmesi %time% saniye sürdü, kurulum süresini düşürmek için bu seçeneği kaldırabilirsiniz" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2994 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:660 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Ask.com bilgilendirilirken hata oluştu. Hatayı göster" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:668 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Kurulum toplam %time% saniye sürdü ve %memory% MB bellek kullandı." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:670 +msgid "The building process took about %time% seconds to complete." +msgstr "Kurulum toplam %time% saniye sürdü." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:674 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Site haritanızın içeriği önceki güncellemeyle aynı olduğundan dolayı herhangi bir güncelleme yapılmadı ve herhangi bir arama motoru ping'lenmedi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:682 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "Kurulum işlemi hala aktif olabilir! Bu sayfayı birkaç saniye sonra yenileyip bir şeyin değişip değişmediğini kontrol edin." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:685 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Son güncelleme daha bitmedi! Kullanılan bellek miktarını yükseltebilir veya kurulum süresini uzatabilirsiniz. Daha fazla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Betiğin son bilinen bellek kullanımı %memused%MB oldu, sunucunuzun sağladığı bellek sınırı ise %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:691 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Betiğin son çalıştırılması %timeused% saniye sürdü, sunucunuzun sağladığı süre sınırı ise %timelimit% saniye." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:695 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Betik, %lastpost% numaralı yazı civarında (+/- 100) durdu." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:698 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Eğer sunucunuzda veya blog'unuzda bir değişiklik yaptıysanız, site haritanızı güncellemek isteyebilirsiniz." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:700 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Eğer bir sorunla (veya sorunlarla) karşılaşırsanız, hata ayıklama kipini kullanıp sorun(lar) hakkında bilgi sahibi olabilirsiniz." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:707 +msgid "Basic Options" +msgstr "Temel Ayarlar" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +msgid "Sitemap files:" +msgstr "Site haritası dosyaları:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Learn more" +msgstr "Daha fazla" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "Write a normal XML file (your filename)" +msgstr "Normal bir XML dosyası oluştur (dosya isminiz.xml)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:720 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Gzip ile sıkıştırılmış bir dosya oluştur (dosya isminiz.xml.gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +msgid "Building mode:" +msgstr "Kurma kipi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:729 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Blog'un içeriği değiştiğinde site haritasını güncelle" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:736 +msgid "Enable manual sitemap building via GET Request" +msgstr "GET talebiyle site haritasının elle kurulumunu etkinleştir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:740 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "" +"Eğer blog'unuzu güncellemek için Wordpress API'sini kullanmayan üçüncü parti bir yazılım kullanıyorsanız bu araç işinize yarayacaktır. Başlatmak için aşağıdaki bağlantıyı kullanın:\n" +"%1\n" +"Lütfen site haritasının başarıyla kurulup kurulmadığını kontrol etmek için raporlara bakınız." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "Update notification:" +msgstr "Güncelleme bildirisi:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "Notify Google about updates of your Blog" +msgstr "Blog'unuzun güncellenimini Google'a bildir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:749 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Kayıt gerektirmez, ama Google Webmaster Tools'a katılarak crawl istatistiklerini görebilirsiniz." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:753 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Blog'unuzun güncellenişini Bing'e bildir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:754 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "Kayıt gerektirmez, ama Bing Webmaster Tools'a katılarak taranma istatistiklerini görebilirsiniz." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:758 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Blog'unuzun güncellenimini Ask.com'a bildir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:759 +msgid "No registration required." +msgstr "Kayıt gerektirmez." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:763 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Blog'unuzun güncellenimini Yahoo!'ya bildir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Your Application ID:" +msgstr "Uygulama ID'niz:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:765 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Böyle bir anahtarınız yok mu? Buradan bir tane isteyin! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:770 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Sanal robots.txt dosyasına site haritası URL'ini ekle." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:774 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "WordPress'in oluşturduğu sanal robots.txt dosyası kullanılacaktır; gerçek bir robots.txt dosyası kök dizinde BULUNMAMALIDIR!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Advanced options:" +msgstr "Gelişmiş seçenekler:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Limit the number of posts in the sitemap:" +msgstr "Site haritasındaki yazı sayısını sınırlandır:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Newer posts will be included first" +msgstr "Yeni yazılar site haritasında ilk sıraya yerleştirilsin" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "Try to increase the memory limit to:" +msgstr "Kullanılacak bellek sınırını şuna yükseltmeyi dene:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "e.g. \"4M\", \"16M\"" +msgstr "(örn. \"4M\", \"16M\")" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Try to increase the execution time limit to:" +msgstr "İşlemi gerçekleştirmek için gereken zaman sınırını şuna yükseltmeyi dene:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "saniye olarak belirtin (örn. \"60\") (sınırsız için \"0\" kullanın)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:790 +msgid "Include a XSLT stylesheet:" +msgstr "Bir XSLT Sayfa Yönergesi (Stylesheet) Kullan:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Full or relative URL to your .xsl file" +msgstr ".xsl dosyanızın tam veya bağıl yolu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Use default" +msgstr "Varsayılanı kullan" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "MySQL standart kipini etkinleştirin. Yalnızca MySQL hataları alıyorsanız bunu kullanın, çok fazla belleğe ihtiyaç duyar!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:798 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "Daha hızlı MySQL erişimi için WordPress sürümünüzü en azından 2.2'ye yükseltin." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Site haritasını bir arkaplan işleminde oluştur (Bir yazıyı kaydederken beklemek zorunda kalmazsınız)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "Haritanın arkaplanda oluşturulabilmesi için WordPress sürümünüzü en azından 2.1'e yükseltin." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:813 +msgid "Additional pages" +msgstr "Ek sayfalar" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Burada blog'unuza ait olmayan sayfaları site haritasında yer alacak şekilde ekleyebilirsiniz.
        Örneğin, eğer sayfanız www.foo.com ise ve blog'unuz www.foo.com/blog ise, anasayfanız olan www.foo.com adresini de eklemek isteyebilirsiniz." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:818 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1020 +msgid "Note" +msgstr "Not" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Eğer blog'unuz bir alt klasördeyse ve blog'da OLMAYAN sayfalar eklemek istiyorsanız, site haritası dosyanızı KESİNLİKLE kök klasöre koymanız gereklidir (Bu sayfadaki "Site haritanızın konumu" bölümüne bakın)!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:860 +msgid "URL to the page" +msgstr "Sayfanın URL'i" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Sayfanın URL'ini ekleyin. Örnekler: http://www.foo.com/index.html veya www.foo.com/home " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:824 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:861 +msgid "Priority" +msgstr "Öncelik" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Sayfanın, diğer sayfalara göre alacağı önceliği belirleyin. Örneğin, anasayfanızın daha yüksek bir öncelik alması gerekebilir." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Last Changed" +msgstr "Son Düzenlenen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Son değişikliğin tarihini YYYY-AA-GG olarak yazın (örneğin 2005-12-31) (isteğe bağlı)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Change Frequency" +msgstr "Sıklık Değiştir" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "#" +msgstr "#" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:869 +msgid "No pages defined." +msgstr "Hiç sayfa tanımlanmamış." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:874 +msgid "Add new page" +msgstr "Yeni sayfa ekle" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Post Priority" +msgstr "Yazı önceliği" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Lütfen yazıların önceliklerinin nasıl hesaplanmasını istediğinizi seçin:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "Do not use automatic priority calculation" +msgstr "Otomatik öncelik hesaplamasını kullanma" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr ""Öncelikler"de tanımlanmış tüm yazılar aynı önceliğe sahip olur." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:894 +msgid "Location of your sitemap file" +msgstr "Site haritanızın konumu" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:897 +msgid "Automatic detection" +msgstr "Otomatik tespit" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:901 +msgid "Filename of the sitemap file" +msgstr "Site haritası dosyasının ismi" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected Path" +msgstr "Bulunan Yol" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected URL" +msgstr "Bulunan URL" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:909 +msgid "Custom location" +msgstr "Özel konum" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:913 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Site haritasının tam veya bağıl yolu (ismi dahil)." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:915 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:924 +msgid "Example" +msgstr "Örnek" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:922 +msgid "Complete URL to the sitemap file, including name." +msgstr "Site haritasının tam URL'i (ismi dahil)." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:935 +msgid "Sitemap Content" +msgstr "Site Haritas İçeriği" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:941 +msgid "Include homepage" +msgstr "Anasayfayı dahil et" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:947 +msgid "Include posts" +msgstr "Blog yazılarını dahil et" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:1013 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:953 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "Çoklu sayfalardan aşağıdakileri dahil et (Bellek kullanımını ve site haritası kurulum süresini uzatır!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:959 +msgid "Include static pages" +msgstr "Sabit sayfaları dahil et" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:965 +msgid "Include categories" +msgstr "Kategorileri dahil et" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:971 +msgid "Include archives" +msgstr "Arşivleri dahil et" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:978 +msgid "Include tag pages" +msgstr "Etiket sayfalarını dahil et" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:985 +msgid "Include author pages" +msgstr "Yazar sayfalarını dahil et" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:993 +msgid "Excluded items" +msgstr "Hariç tutulacaklar" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:995 +msgid "Excluded categories" +msgstr "Hariç tutulan kategoriler" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +msgid "Using this feature will increase build time and memory usage!" +msgstr "Bu özelliği kullanmak bellek kullanımını artırır ve harita oluşturma süresini uzatır!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "Bu özellik WordPress 2.5.1 sürümünü gerektirir, sizinki %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1007 +msgid "Exclude posts" +msgstr "Blog yazılarını hariç tut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "Exclude the following posts or pages:" +msgstr "Şu yazı veya sayfaları hariç tut:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "List of IDs, separated by comma" +msgstr "ID listesi, virgülle ayırın:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +msgid "Child posts won't be excluded automatically!" +msgstr "Bu yazının altındaki iç yazılar otomatik olarak dahil edilmeyecektir!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1017 +msgid "Change frequencies" +msgstr "Sıklıkları değiştir" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1021 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Lütfen bu etiketin bir ipucu olduğuna, bir komut olmadığına dikkat edin. Her ne kadar arama motoru robotları bu bilgiyi karar verirken göz önünde bulunduruyor olsa da; "her saat" olarak işaretlenen sayfaları da daha az sıklıkla tarayabilir, "her yıl" olarak işaretlenen sayfaları da daha sık tarayabilir. Hatta robotlar bazen "hiçbir zaman" olarak işaretlenmiş sayfaları da, beklenmedik değişiklikleri ele alabilmek için tarayabilirler." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1084 +msgid "Homepage" +msgstr "Anasayfa" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1033 +msgid "Posts" +msgstr "Blog yazıları" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1039 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1102 +msgid "Static pages" +msgstr "Sabit sayfalar" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1045 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1108 +msgid "Categories" +msgstr "Kategoriler" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Bu ayın arşivi (anasayfanızla aynı olacaktır)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1057 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Daha eski arşivler (Yalnızca eski bir blog yazısını düzenlerseniz güncellenir)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1121 +msgid "Tag pages" +msgstr "Etiket sayfaları" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1128 +msgid "Author pages" +msgstr "Yazar sayfaları" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Priorities" +msgstr "Öncelikler" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +msgid "Posts (If auto calculation is disabled)" +msgstr "Blog yazıları (yalnızca otomatik hesaplama devre dışıysa)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1096 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "En düşük blog yazısı önceliği (otomatik hesaplama devre dışı olsa bile)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1114 +msgid "Archives" +msgstr "Arşivler" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1139 +msgid "Update options" +msgstr "Seçenekleri güncelle" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1140 +msgid "Reset options" +msgstr "Seçenekleri sıfırla" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap Generator" +msgstr "XML Site Haritası Oluşturucusu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:142 +msgid "Sitemap FAQ" +msgstr "Bu Eklentinin SSS'si" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-uk_UA.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-uk_UA.mo new file mode 100644 index 0000000000000000000000000000000000000000..389fc4eeabeb2f99df73313ec06b8c463c8920ba GIT binary patch literal 27975 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\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Poedit-Language: Ukrainian\n" +"X-Poedit-Country: UKRAINE\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +#: sitemap-core.php:642 +#@ sitemap +msgid "Comment Count" +msgstr "Личільник коментарів" + +#: sitemap-core.php:654 +#@ sitemap +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Використовує кількість коментарів до публікацій для калькуляції пріорітету" + +#: sitemap-core.php:714 +#@ sitemap +msgid "Comment Average" +msgstr "Коментарів Середнє" + +#: sitemap-core.php:726 +#@ sitemap +msgid "Uses the average comment count to calculate the priority" +msgstr "Використовує кількість коментарів у середньому для калькуляції пріорітету" + +#: sitemap-core.php:789 +#@ sitemap +msgid "Popularity Contest" +msgstr "Конкурс Популярності" + +#: sitemap-core.php:801 +#, php-format +#@ sitemap +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Використовує активований Popularity Contest Plugin від Alex King< . Див. Налаштування та Популярні повідомлення " + +#: sitemap-core.php:1187 +#@ sitemap +msgid "Always" +msgstr "Завжди" + +#: sitemap-core.php:1188 +#@ sitemap +msgid "Hourly" +msgstr "Щочасу" + +#: sitemap-core.php:1189 +#@ sitemap +msgid "Daily" +msgstr "Щоденно" + +#: sitemap-core.php:1190 +#@ sitemap +msgid "Weekly" +msgstr "Щонедільно" + +#: sitemap-core.php:1191 +#@ sitemap +msgid "Monthly" +msgstr "Щомісячно" + +#: sitemap-core.php:1192 +#@ sitemap +msgid "Yearly" +msgstr "Щорічно" + +#: sitemap-core.php:1193 +#@ sitemap +msgid "Never" +msgstr "Ніколи" + +#: sitemap-ui.php:97 +#@ sitemap +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Дякую вам дуже за ваше пожертвування. Ви допомагаете мені підтримувати та розробляти цій плагін та інше вільне програмне забеспечення." + +#: sitemap-ui.php:97 +#@ sitemap +msgid "Hide this notice" +msgstr "Приховати це повідомлення" + +#: sitemap-ui.php:103 +#, php-format +#@ sitemap +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Дякую за використання цього плагіна! Ви встановили цей плагін більше місяця тому. Якщо він працює, і Ви задоволені результатами, чи не варто це щонайменше один долар? Пожертвування допомають мені продовжити підтримку і розвиток цього безкоштовного програмного забезпечення! Звичайно, немає проблем! " + +#: sitemap-ui.php:103 +#@ sitemap +msgid "No thanks, please don't bug me anymore!" +msgstr "Ні, дякую, будь ласка, не турбуйте мене!" + +#: sitemap-ui.php:114 +#@ sitemap +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "Ваша мапа сайту наразі оновлюється. В залежності від розміру вашого блогу це може зайняти деякий час!" + +#: sitemap-ui.php:116 +#, php-format +#@ sitemap +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "Ваша мапа сайту буде оновлена за % S секунд. В залежності від розміру вашого блогу це може зайняти деякий час!" + +#: sitemap-ui.php:145 +#: sitemap-ui.php:448 +#@ sitemap +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Генератор Мапи сайту для WordPress" + +#: sitemap-ui.php:293 +#@ sitemap +msgid "Configuration updated" +msgstr "Конфігурація оновлена" + +#: sitemap-ui.php:294 +#@ sitemap +msgid "Error while saving options" +msgstr "Помилка при збереженні опцій" + +#: sitemap-ui.php:296 +#@ sitemap +msgid "Pages saved" +msgstr "Сторінка збережена" + +#: sitemap-ui.php:297 +#@ sitemap +msgid "Error while saving pages" +msgstr "Помилка при збереженні сторінок" + +#: sitemap-ui.php:304 +#@ sitemap +msgid "The default configuration was restored." +msgstr "Конфігурація за замовчуванням була відновлена." + +#: sitemap-ui.php:461 +#, php-format +#@ default +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "" + +#: sitemap-ui.php:463 +#, php-format +#@ default +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "" + +#: sitemap-ui.php:465 +#, php-format +#@ default +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "" + +#: sitemap-ui.php:488 +#: sitemap-ui.php:505 +msgid "open" +msgstr "" + +#: sitemap-ui.php:489 +#: sitemap-ui.php:506 +msgid "close" +msgstr "" + +#: sitemap-ui.php:490 +#: sitemap-ui.php:507 +msgid "click-down and drag to move this box" +msgstr "" + +#: sitemap-ui.php:491 +#: sitemap-ui.php:508 +#, php-format +msgid "click to %toggle% this box" +msgstr "" + +#: sitemap-ui.php:492 +#: sitemap-ui.php:509 +msgid "use the arrow keys to move this box" +msgstr "" + +#: sitemap-ui.php:493 +#: sitemap-ui.php:510 +#, php-format +msgid ", or press the enter key to %toggle% it" +msgstr "" + +#: sitemap-ui.php:528 +#@ sitemap +msgid "About this Plugin:" +msgstr "Про цей Плагін:" + +#: sitemap-ui.php:529 +#: sitemap.php:153 +#@ sitemap +msgid "Plugin Homepage" +msgstr "Домашня сторінка Плагіну" + +#: sitemap-ui.php:530 +#@ sitemap +msgid "Suggest a Feature" +msgstr "Замовити Функціонал" + +#: sitemap-ui.php:531 +#@ sitemap +msgid "Notify List" +msgstr "Лист Повідомленнь" + +#: sitemap-ui.php:532 +#@ sitemap +msgid "Support Forum" +msgstr "Форум Підтримки " + +#: sitemap-ui.php:533 +#@ sitemap +msgid "Report a Bug" +msgstr "Повідомити про помилку" + +#: sitemap-ui.php:535 +#@ sitemap +msgid "Donate with PayPal" +msgstr "Пожертвувати через PayPal" + +#: sitemap-ui.php:536 +#@ sitemap +msgid "My Amazon Wish List" +msgstr "Мій ліст побажаннь на Amazon" + +#: sitemap-ui.php:537 +#@ sitemap +msgid "translator_name" +msgstr "Чеміс Олена" + +#: sitemap-ui.php:537 +#@ sitemap +msgid "translator_url" +msgstr "http://stereo-lisa.org.ua" + +#: sitemap-ui.php:540 +#@ sitemap +msgid "Sitemap Resources:" +msgstr "Ресурси Мапи сайту" + +#: sitemap-ui.php:541 +#: sitemap-ui.php:547 +#@ sitemap +msgid "Webmaster Tools" +msgstr "Інструмент Веб-майстрів" + +#: sitemap-ui.php:542 +#@ sitemap +msgid "Webmaster Blog" +msgstr "Блог Веб-майстера" + +#: sitemap-ui.php:544 +#@ sitemap +msgid "Site Explorer" +msgstr "Перегляд Сайту" + +#: sitemap-ui.php:545 +#@ sitemap +msgid "Search Blog" +msgstr "Пошук Блога" + +#: sitemap-ui.php:548 +#@ sitemap +msgid "Webmaster Center Blog" +msgstr "Блог Центра Веб-майстрів" + +#: sitemap-ui.php:550 +#@ sitemap +msgid "Sitemaps Protocol" +msgstr "Протокол Sitemaps" + +#: sitemap-ui.php:551 +#@ sitemap +msgid "Official Sitemaps FAQ" +msgstr "Офіційний Sitemaps FAQ" + +#: sitemap-ui.php:552 +#@ sitemap +msgid "My Sitemaps FAQ" +msgstr "Мій Sitemaps FAQ" + +#: sitemap-ui.php:555 +#@ sitemap +msgid "Recent Donations:" +msgstr "Останні Пожертвування" + +#: sitemap-ui.php:559 +#@ sitemap +msgid "List of the donors" +msgstr "Перелік Спонсорів" + +#: sitemap-ui.php:561 +#@ sitemap +msgid "Hide this list" +msgstr "Сховати цей перелік" + +#: sitemap-ui.php:564 +#@ sitemap +msgid "Thanks for your support!" +msgstr "Дякую за вашу підтримку!" + +#: sitemap-ui.php:582 +#@ sitemap +msgid "Status" +msgstr "Статус" + +#: sitemap-ui.php:590 +#, php-format +#@ sitemap +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Мапа сайту ще не була побудована. Натисніть тут , щоб побудувати її в перший раз." + +#: sitemap-ui.php:596 +#, php-format +#@ sitemap +msgid "Your sitemap was last built on %date%." +msgstr "Ваша мапа сайту була в останнє побудована %date%." + +#: sitemap-ui.php:598 +#, php-format +#@ sitemap +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreДізнатись більше" + +#: sitemap-ui.php:605 +#, php-format +#@ sitemap +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Вашу (стиснуту) мапу сайту минулого разу побудовано %date%." + +#: sitemap-ui.php:607 +#, php-format +#@ sitemap +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreДізнатись більше" + +#: sitemap-ui.php:613 +#@ sitemap +msgid "Google was successfully notified about changes." +msgstr "Google був успішно повідомлений про зміни." + +#: sitemap-ui.php:616 +#, php-format +#@ sitemap +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Це займе %time% секунд щоб повідомити Google, можливо, ви хочете вимкнути цю функцію для скорочення часу побудови." + +#: sitemap-ui.php:619 +#, php-format +#@ sitemap +msgid "There was a problem while notifying Google. View result" +msgstr "Виникла проблема при повідомленні Google. Дивитись результат" + +#: sitemap-ui.php:625 +#@ sitemap +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO був успішно повідомлений про зміни." + +#: sitemap-ui.php:628 +#, php-format +#@ sitemap +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Це займе %time% секунд щоб повідомити YAHOO, можливо, ви хочете вимкнути цю функцію для скорочення часу побудови." + +#: sitemap-ui.php:631 +#, php-format +#@ sitemap +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Виникла проблема при повідомленні YAHOO. Дивитись результат" + +#: sitemap-ui.php:637 +#@ sitemap +msgid "Bing was successfully notified about changes." +msgstr "Bing був успішно повідомлений про зміни." + +#: sitemap-ui.php:640 +#, php-format +#@ sitemap +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "Це займе %time% секунд щоб повідомити Bing, можливо, ви хочете вимкнути цю функцію для скорочення часу побудови." + +#: sitemap-ui.php:643 +#, php-format +#@ sitemap +msgid "There was a problem while notifying Bing. View result" +msgstr "Виникла проблема при повідомленні Bing. Дивитись результат" + +#: sitemap-ui.php:649 +#@ sitemap +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com був успішно повідомлений про зміни." + +#: sitemap-ui.php:652 +#, php-format +#@ sitemap +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Це займе %time% секунд щоб повідомити Ask.com, можливо, ви хочете вимкнути цю функцію для скорочення часу побудови." + +#: sitemap-ui.php:655 +#, php-format +#@ sitemap +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Виникла проблема при повідомленні Ask.com. Дивитись результат" + +#: sitemap-ui.php:663 +#, php-format +#@ sitemap +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Процес побудови зайняв %time% секунд для завершення і використував %memory% MB пам'яті." + +#: sitemap-ui.php:665 +#, php-format +#@ sitemap +msgid "The building process took about %time% seconds to complete." +msgstr "Процес побудови зайняв близько %time% секунд до завершення." + +#: sitemap-ui.php:669 +#@ sitemap +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Зміст Вашогої мапи сайту не змінився , оскільки останній раз, файли не було записано, і не відбувся пінг пошукової системи." + +#: sitemap-ui.php:677 +#@ sitemap +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "Процес побудови може бути ще активним! Перезавантажте сторінку через кілька секунд, і перевірьте - чи відбулись зміни." + +#: sitemap-ui.php:680 +#, php-format +#@ sitemap +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Останній запуск не закінчився! Можливо ви збільшите пам'ять або лімит часу для PHP скриптів. Дізнатися більше" + +#: sitemap-ui.php:682 +#, php-format +#@ sitemap +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Останнє відоме використання пам'яті сценарієм було %memused%MB, межа для вашого сервера є %memlimit%. " + +#: sitemap-ui.php:686 +#, php-format +#@ sitemap +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Останній відомий час виконання сценарію був %timeused% секунд, межа для вашого сервера є %timelimit% секунд. " + +#: sitemap-ui.php:690 +#, php-format +#@ sitemap +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Сценарій зупинено біля публікації номер %lastpost% (+/- 100)" + +#: sitemap-ui.php:693 +#, php-format +#@ sitemap +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Якщо ви змінювали які-небудь елементи на вашому сервері або блогі, потрібно відновити мапу сайту вручну." + +#: sitemap-ui.php:695 +#, php-format +#@ sitemap +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Якщо у вас виникнуть проблеми з процесом побудови можна використовувати відлагоджувальна функції , щоб одержати більш докладну інформацію." + +#: sitemap-ui.php:702 +#@ sitemap +msgid "Basic Options" +msgstr "Базові Опції" + +#: sitemap-ui.php:704 +#@ sitemap +msgid "Sitemap files:" +msgstr "Файли Мапи сайту" + +#: sitemap-ui.php:704 +#: sitemap-ui.php:719 +#: sitemap-ui.php:739 +#: sitemap-ui.php:772 +#@ sitemap +msgid "Learn more" +msgstr "Дізнатись більше" + +#: sitemap-ui.php:709 +#@ sitemap +msgid "Write a normal XML file (your filename)" +msgstr "Запишіть нормальний XML файл (ваша назва файлу )" + +#: sitemap-ui.php:715 +#@ sitemap +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Запишіть стиснутий файл (ваша назва файлу + .gz)" + +#: sitemap-ui.php:719 +#@ sitemap +msgid "Building mode:" +msgstr "Режим побудови:" + +#: sitemap-ui.php:724 +#@ sitemap +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Перебудуйте мапу сайту, якщо ви змінили зміст вашого блогу" + +#: sitemap-ui.php:731 +#@ sitemap +msgid "Enable manual sitemap building via GET Request" +msgstr "Включити ручну побудову мапи сайту через GET запит" + +#: sitemap-ui.php:735 +#, php-format +#@ sitemap +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Це дозволить вам оновити ваш сайт, якщо зовнішній інструмент писав у WordPress бази даних без використання WordPress API. Використовуйте наступний URL, щоб розпочати цей процес: %1 Будь ласка, перевірте логи вище, щоб побачити, якщо мапа сайту була успішно побудована." + +#: sitemap-ui.php:739 +#@ sitemap +msgid "Update notification:" +msgstr "Повідомлення про оновлення:" + +#: sitemap-ui.php:743 +#@ sitemap +msgid "Notify Google about updates of your Blog" +msgstr "Повідомити Google про оновлення Вашого блогу\n" + +#: sitemap-ui.php:744 +#, php-format +#@ sitemap +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Не потрібна реєстрація, але ви можете приєднатися до Google Інструменти для веб-майстрів , щоб перевірити статистику сканування." + +#: sitemap-ui.php:748 +#@ sitemap +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Повідомляти Бінго (колишній MSN Live Search) про оновлення Вашого блогу" + +#: sitemap-ui.php:749 +#, php-format +#@ sitemap +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "Не потрібна реєстрація, але ви можете приєднатися до Bing Інструменти для веб-майстрів , щоб перевірити статистику сканування." + +#: sitemap-ui.php:753 +#@ sitemap +msgid "Notify Ask.com about updates of your Blog" +msgstr "Повідомити Ask.com про оновлення Вашого блогу" + +#: sitemap-ui.php:754 +#@ sitemap +msgid "No registration required." +msgstr "Не потрібна реєстрація." + +#: sitemap-ui.php:758 +#@ sitemap +msgid "Notify YAHOO about updates of your Blog" +msgstr "Повідомити YAHOO про оновлення Вашого блогу" + +#: sitemap-ui.php:759 +#@ sitemap +msgid "Your Application ID:" +msgstr "Ваш идентифікатор :" + +#: sitemap-ui.php:760 +#, php-format +#@ sitemap +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Ви не маєте такого ключа? Запитати його тут! %s2" + +#: sitemap-ui.php:765 +#@ sitemap +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Додати URL файлу Sitemap в віртуальний файл robots.txt ." + +#: sitemap-ui.php:769 +#@ sitemap +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "Використовується віртуальний robots.txt сгенерований WordPress. Реального файлу robots.txt НЕ ПОВИННО бути в каталозі блогу!" + +#: sitemap-ui.php:772 +#@ sitemap +msgid "Advanced options:" +msgstr "Додаткові опції:" + +#: sitemap-ui.php:775 +#@ sitemap +msgid "Limit the number of posts in the sitemap:" +msgstr "Обмеження кількості публікацій в Sitemap:" + +#: sitemap-ui.php:775 +#@ sitemap +msgid "Newer posts will be included first" +msgstr "Нові повідомлення мають бути включеними першими" + +#: sitemap-ui.php:778 +#@ sitemap +msgid "Try to increase the memory limit to:" +msgstr "Спробуйте збільшити ліміт пам'яті:" + +#: sitemap-ui.php:778 +#@ sitemap +msgid "e.g. \"4M\", \"16M\"" +msgstr "наприклад \"4M\", \"16M\"" + +#: sitemap-ui.php:781 +#@ sitemap +msgid "Try to increase the execution time limit to:" +msgstr "Спробуйте збільшити ліміт часу виконання до:" + +#: sitemap-ui.php:781 +#@ sitemap +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "у секундах, наприклад \"60\" або \"0\" для необмежного" + +#: sitemap-ui.php:785 +#@ sitemap +msgid "Include a XSLT stylesheet:" +msgstr "Додати таблиці стилів XSLT:" + +#: sitemap-ui.php:786 +#@ sitemap +msgid "Full or relative URL to your .xsl file" +msgstr "Повний або відносний URL до вашого. XSL-файлу" + +#: sitemap-ui.php:786 +#@ sitemap +msgid "Use default" +msgstr "Використовувати параметри за замовчуванням" + +#: sitemap-ui.php:792 +#@ sitemap +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Увімкнути стандартний режим MySQL. Використовуйте це тільки якщо ви отримуєте помилки від MySQL. (Потрібно набагато більше пам'яті!)" + +#: sitemap-ui.php:793 +#@ sitemap +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "Оновіть WordPress, принаймні до 2.2, з тим щоб увімкнути швидший доступ до MySQL " + +#: sitemap-ui.php:800 +#@ sitemap +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Побудувати Мапу сайту у фоновому режимі (Вам не доведеться чекати, коли ви збережете публікацію)" + +#: sitemap-ui.php:801 +#@ sitemap +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "Оновіть WordPress, принаймні до 2.1 щоб влючити побудову у фоновому режимі " + +#: sitemap-ui.php:808 +#@ sitemap +msgid "Additional pages" +msgstr "Додаткові сторінки" + +#: sitemap-ui.php:811 +#@ sitemap +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Тут ви можете вказати файли, або URL-адрес, які повинні бути включені в Sitemap, але не належать до блогу/WordPress.
        Наприклад, якщо ваш домен www.foo.com і ваш блог знаходиться на www.foo.com/blog можна включити в вашу домашню сторінку www.foo.com" + +#: sitemap-ui.php:813 +#: sitemap-ui.php:992 +#: sitemap-ui.php:1006 +#: sitemap-ui.php:1015 +#@ sitemap +msgid "Note" +msgstr "Примітка" + +#: sitemap-ui.php:814 +#@ sitemap +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Якщо ваш блог знаходиться у підкаталозі, і ви хочете додати сторінок, які не в блозі, Ви повинні розмістити свій файл Sitemap в кореневий каталог (Подивіться на \\\"Місце знаходження вашого сайту файл"Розділ на цій сторінці) !" + +#: sitemap-ui.php:816 +#: sitemap-ui.php:855 +#@ sitemap +msgid "URL to the page" +msgstr "URL сторінки" + +#: sitemap-ui.php:817 +#@ sitemap +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Введіть URL для сторінки. Приклади: http://www.foo.com/index.html or www.foo.com/home " + +#: sitemap-ui.php:819 +#: sitemap-ui.php:856 +#@ sitemap +msgid "Priority" +msgstr "Пріорітет" + +#: sitemap-ui.php:820 +#@ sitemap +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Виберіть пріоритет сторінки в порівнянні з іншими сторінками. Наприклад, ваша домашня сторінка, можливо, має більш високий пріоритет, ніж інші." + +#: sitemap-ui.php:822 +#: sitemap-ui.php:858 +#@ sitemap +msgid "Last Changed" +msgstr "Останні Зміни" + +#: sitemap-ui.php:823 +#@ sitemap +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Введіть дату останнього зміни як РРРР-ММ-ДД (наприклад, 2005-12-31) (не обов'язково)." + +#: sitemap-ui.php:857 +#@ sitemap +msgid "Change Frequency" +msgstr "Зміна частоти" + +#: sitemap-ui.php:859 +#@ sitemap +msgid "#" +msgstr "№" + +#: sitemap-ui.php:864 +#@ sitemap +msgid "No pages defined." +msgstr "Не зазначена жодна сторінка " + +#: sitemap-ui.php:869 +#@ sitemap +msgid "Add new page" +msgstr "Додати нову сторінку" + +#: sitemap-ui.php:874 +#@ sitemap +msgid "Post Priority" +msgstr "Пріорітет Публікації" + +#: sitemap-ui.php:876 +#@ sitemap +msgid "Please select how the priority of each post should be calculated:" +msgstr "Будь ласка, виберіть який пріоритет повинен бути розрахований для кожної публікації :" + +#: sitemap-ui.php:878 +#@ sitemap +msgid "Do not use automatic priority calculation" +msgstr "Не робити автоматичну калькуляцію приорітету" + +#: sitemap-ui.php:878 +#@ sitemap +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Всі публікацї, будуть мати такий же пріоритет, який визначений в "пріоритети"" + +#: sitemap-ui.php:889 +#@ sitemap +msgid "Location of your sitemap file" +msgstr "Місце росташування вашого файлу Sitemap" + +#: sitemap-ui.php:892 +#@ sitemap +msgid "Automatic detection" +msgstr "Автоматичне виявлення" + +#: sitemap-ui.php:896 +#@ sitemap +msgid "Filename of the sitemap file" +msgstr "Ім'я Sitemap файлу" + +#: sitemap-ui.php:899 +#@ sitemap +msgid "Detected Path" +msgstr "Знайдений Путь" + +#: sitemap-ui.php:899 +#@ sitemap +msgid "Detected URL" +msgstr "Знайдений URL" + +#: sitemap-ui.php:904 +#@ sitemap +msgid "Custom location" +msgstr "Місце розташування зазначене користувачем" + +#: sitemap-ui.php:908 +#@ sitemap +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Абсолютний або відносний шлях до файлу Sitemap, в тому числі ім'я." + +#: sitemap-ui.php:910 +#: sitemap-ui.php:919 +#@ sitemap +msgid "Example" +msgstr "Приклад" + +#: sitemap-ui.php:917 +#@ sitemap +msgid "Complete URL to the sitemap file, including name." +msgstr "Повний URL для файлу Sitemap, в тому числі ім'я." + +#: sitemap-ui.php:930 +#@ sitemap +msgid "Sitemap Content" +msgstr "Зміст мапи сайту" + +#: sitemap-ui.php:936 +#@ sitemap +msgid "Include homepage" +msgstr "Включити домашні сторінки" + +#: sitemap-ui.php:942 +#@ sitemap +msgid "Include posts" +msgstr "Включити публікації" + +#: sitemap-ui.php:948 +#@ sitemap +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "Включити наступні сторінки декількох публікацій (збільшує час побудови та використання пам'яті!)" + +#: sitemap-ui.php:954 +#@ sitemap +msgid "Include static pages" +msgstr "Включити статичні сторінки" + +#: sitemap-ui.php:960 +#@ sitemap +msgid "Include categories" +msgstr "Включити категорії" + +#: sitemap-ui.php:966 +#@ sitemap +msgid "Include archives" +msgstr "Включити архіви" + +#: sitemap-ui.php:973 +#@ sitemap +msgid "Include tag pages" +msgstr "Включити сторінки тегів" + +#: sitemap-ui.php:980 +#@ sitemap +msgid "Include author pages" +msgstr "Включити сторінки авторів" + +#: sitemap-ui.php:988 +#@ sitemap +msgid "Excluded items" +msgstr "" +"\t\n" +"Виключені пункти" + +#: sitemap-ui.php:990 +#@ sitemap +msgid "Excluded categories" +msgstr "Виключити категорії" + +#: sitemap-ui.php:992 +#@ sitemap +msgid "Using this feature will increase build time and memory usage!" +msgstr "Використання цієї функції збільшує час побудови та використання пам'яті!" + +#: sitemap-ui.php:999 +#, php-format +#@ sitemap +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "Ця функція вимагає, що найменьше WordPress 2.5.1, ви використовуєте %s" + +#: sitemap-ui.php:1002 +#@ sitemap +msgid "Exclude posts" +msgstr "Виключити публікації" + +#: sitemap-ui.php:1004 +#@ sitemap +msgid "Exclude the following posts or pages:" +msgstr "Виключити наступні публікації або сторінки:" + +#: sitemap-ui.php:1004 +#@ sitemap +msgid "List of IDs, separated by comma" +msgstr "Перелік ID, розділених комою" + +#: sitemap-ui.php:1006 +#@ sitemap +msgid "Child posts won't be excluded automatically!" +msgstr "Дочірні публікації не виключаються автоматично!" + +#: sitemap-ui.php:1012 +#@ sitemap +msgid "Change frequencies" +msgstr "Зміна частоти" + +#: sitemap-ui.php:1016 +#@ sitemap +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Майте на увазі, що значення для цього тега розглядається як підказка, а не команда. Незважаючи на те, що сканери пошукової системи враховують цю інформацію при прийнятті рішень, вони можуть сканувати сторінки з позначкою \\\"щогодини \" рідше, ніж сторінки з позначкою \\ \\\"щорічно \". Імовірно також, що сканери будуть періодично сканувати сторінки з позначкою \\ \\\"ніколи \", з тим щоб вони могли знайти несподівані зміни на цих сторінках." + +#: sitemap-ui.php:1022 +#: sitemap-ui.php:1079 +#@ sitemap +msgid "Homepage" +msgstr "Домашня сторінка" + +#: sitemap-ui.php:1028 +#@ sitemap +msgid "Posts" +msgstr "Пулікації" + +#: sitemap-ui.php:1034 +#: sitemap-ui.php:1097 +#@ sitemap +msgid "Static pages" +msgstr "Статичні сторінки" + +#: sitemap-ui.php:1040 +#: sitemap-ui.php:1103 +#@ sitemap +msgid "Categories" +msgstr "Катергорії" + +#: sitemap-ui.php:1046 +#@ sitemap +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Поточний архів за цей місяць (Повинен бути таким самим, як ваша головна сторінка)" + +#: sitemap-ui.php:1052 +#@ sitemap +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Попередні архіви (змінються тільки тоді, коли ви редагуєте старі публікації)" + +#: sitemap-ui.php:1059 +#: sitemap-ui.php:1116 +#@ sitemap +msgid "Tag pages" +msgstr "Сторінки тегів" + +#: sitemap-ui.php:1066 +#: sitemap-ui.php:1123 +#@ sitemap +msgid "Author pages" +msgstr "Сторінки Автора" + +#: sitemap-ui.php:1074 +#@ sitemap +msgid "Priorities" +msgstr "Пріоритети" + +#: sitemap-ui.php:1085 +#@ sitemap +msgid "Posts (If auto calculation is disabled)" +msgstr "Публікації (Якщо авторозрахунок відключено)" + +#: sitemap-ui.php:1091 +#@ sitemap +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Мінімальний пріоритет публікації (Навіть якщо автоматичний розрахунок було включено)" + +#: sitemap-ui.php:1109 +#@ sitemap +msgid "Archives" +msgstr "Архіви" + +#: sitemap-ui.php:1134 +#@ sitemap +msgid "Update options" +msgstr "Оновити опції" + +#: sitemap-ui.php:1135 +#@ sitemap +msgid "Reset options" +msgstr "Скинути опції" + +#: sitemap.php:87 +#@ sitemap +msgid "XML-Sitemap Generator" +msgstr "XML-Генератор Мапи сайту" + +#: sitemap.php:87 +#@ sitemap +msgid "XML-Sitemap" +msgstr "XML-Мапа сайту" + +#: sitemap.php:101 +msgid "Settings" +msgstr "" + +#: sitemap.php:102 +msgid "FAQ" +msgstr "" + +#: sitemap.php:103 +msgid "Support" +msgstr "" + +#: sitemap.php:104 +msgid "Donate" +msgstr "" + +#: sitemap.php:154 +msgid "Sitemap FAQ" +msgstr "" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_CN.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_CN.mo new file mode 100644 index 0000000000000000000000000000000000000000..a5995796a6d7e31246f48d4b60a40588c18c8ec4 GIT binary patch literal 24069 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 Rmk@2MZfv|DLp(6#{6FAOt-t^P literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_CN.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_CN.po new file mode 100644 index 00000000..0384e2ed --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_CN.po @@ -0,0 +1,1054 @@ +msgid "" +msgstr "" +"Project-Id-Version: 3.1.9\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-12-20 03:31+0800\n" +"PO-Revision-Date: 2009-12-21 17:59+0100\n" +"Last-Translator: Arne Brachhold\n" +"Language-Team: dupola \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Chinese\n" +"X-Poedit-Country: China\n" +"X-Poedit-Basepath: D:\\usr\\www\\wp-content\\plugins\\google-sitemap-generator\n" +"X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-SearchPath-0: D:\\usr\\www\\wp-content\\plugins\\google-sitemap-generator\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:525 +msgid "Comment Count" +msgstr "评论数量" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:537 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "通过文章评论数量的多少来决定优先" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:597 +msgid "Comment Average" +msgstr "评论平均" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:609 +msgid "Uses the average comment count to calculate the priority" +msgstr "通过评论平均来决定计算优先" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:672 +msgid "Popularity Contest" +msgstr "热门内容" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:684 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "使用已经激活的 Alex King 的 热门日志插件。 查看 设置 and 最流行日志" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1123 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1084 +msgid "Always" +msgstr "总是" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1124 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1085 +msgid "Hourly" +msgstr "每小时" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1125 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1086 +msgid "Daily" +msgstr "每天" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1126 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1087 +msgid "Weekly" +msgstr "每周" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1127 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1088 +msgid "Monthly" +msgstr "每月" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1128 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1089 +msgid "Yearly" +msgstr "每月" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1129 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1090 +msgid "Never" +msgstr "从不" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:97 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:482 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML 地图生成器" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:257 +msgid "Configuration updated" +msgstr "配置已更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:258 +msgid "Error while saving options" +msgstr "保存设置时出错" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:260 +msgid "Pages saved" +msgstr "页面已保存" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:261 +msgid "Error while saving pages" +msgstr "保存页面时出错" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:268 +msgid "The default configuration was restored." +msgstr "默认结构已经被修复。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:307 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "非常感谢你的捐赠,你的帮助可以使我继续开发该这个和其他项目!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:307 +msgid "Hide this notice" +msgstr "隐藏提示" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:313 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and you are satisfied with the results, isn't it worth at least a few dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "感谢使用本插件!你已经使用了一段时间了,现在看起来它运行的很不错,帮了你不少忙。你会考虑支持它的发展吗? 捐赠 几美元,作者就可以持续开发这个 免费软件了。没问题?点这里开始捐赠!" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:313 +msgid "Sure, but I already did!" +msgstr "当然,我已经做了。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:313 +msgid "No thanks, please don't bug me anymore!" +msgstr "不,请别再再骚扰我啦!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:320 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin some time ago. If it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "感谢你使用这个插件!你已经启用这个插件一段时间了。它运行得很不错并且你也很满意,可否 为它评分 并 推荐 给你的朋友们? :-)" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:320 +msgid "Don't show this anymore" +msgstr "不要再显示" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:332 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!
        Due to limitations of the WordPress scheduler, it might take another 60 seconds until the build process is actually started." +msgstr "你的 Sitemap 已经更新,完全应用到你的 blog 可能需要点时间。" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:69 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:334 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "你的 sitemap 将在 %s 秒内更新,Blog 配置不同,它完全生效的时间也不同。" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:374 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:498 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "XML Sitemap 有新版本 %1$s 发布了。 这里来下载 %3$s 版。" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:376 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:500 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "XML Sitemap 的新版本 %1$s 发布了. 到这里下载 %3$s 版 。无法自动更新这个插件." + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:378 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:502 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "XML Sitemap 新版 %1$s 发布了。 到这里下载 %3$s 版 或者 自动升级。" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:510 +#, php-format +msgid "Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "你的 Blog 现在正在屏蔽搜索引擎!如要更改请前去 隐私设置 页面。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:531 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:548 +msgid "open" +msgstr "打开" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:532 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:549 +msgid "close" +msgstr "关闭" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:533 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:550 +msgid "click-down and drag to move this box" +msgstr "点击并拖动它到这个区域" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:534 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:551 +msgid "click to %toggle% this box" +msgstr "点击并 %toggle% 这个区域" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:535 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:552 +msgid "use the arrow keys to move this box" +msgstr "使用箭头指向来移动这个区块" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:536 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:553 +msgid ", or press the enter key to %toggle% it" +msgstr ",或者按这里to %toggle% it" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:582 +msgid "About this Plugin:" +msgstr "关于这个插件:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:583 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:187 +msgid "Plugin Homepage" +msgstr "插件主页" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:438 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:584 +msgid "Suggest a Feature" +msgstr "建议新功能" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:585 +msgid "Notify List" +msgstr "通告列表" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:586 +msgid "Support Forum" +msgstr "支持论坛" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:441 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:587 +msgid "Report a Bug" +msgstr "报告 Bug" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:589 +msgid "Donate with PayPal" +msgstr "通过 PayPal 捐赠" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:590 +msgid "My Amazon Wish List" +msgstr "我想要的东西(Amazon)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:591 +msgid "translator_name" +msgstr "肚破惊天(@dupola)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:591 +msgid "translator_url" +msgstr "http://dupola.net" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:595 +msgid "Sitemap Resources:" +msgstr "Sitemap 资源:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:596 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:602 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:597 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:599 +msgid "Site Explorer" +msgstr "Site Explorer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:600 +msgid "Search Blog" +msgstr "Search Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:603 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:605 +msgid "Sitemaps Protocol" +msgstr "Sitemaps 协议" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:606 +msgid "Official Sitemaps FAQ" +msgstr "通用 Sitemaps FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:607 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:188 +msgid "My Sitemaps FAQ" +msgstr "我的 Sitemaps FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:610 +msgid "Recent Donations:" +msgstr "最近捐赠者:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:613 +msgid "List of the donors" +msgstr "捐赠者列表" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:615 +msgid "Hide this list" +msgstr "隐藏这个列表" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:618 +msgid "Thanks for your support!" +msgstr "谢谢支持!" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:640 +msgid "The sitemap wasn't generated yet." +msgstr "Sitemap 还没生成。" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:643 +msgid "Result of the last build process, started on %date%." +msgstr "上一次执行的结果,始于 %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:652 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "sitemap 还没建立,点击这里建立。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:658 +msgid "Your sitemap was last built on %date%." +msgstr "你的 sitemap 上一次建立是在%date%。" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:659 +msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "Sitemap 上一次建立成功,不过文件被删除了或者是无法访问了。你是不是将 blog 转移到了其他主机或域名?" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:661 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "写入 sitemap 文件时发生错误。保证这个文件存在并且可写。学习更多" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:668 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "你的 sitemap (zipped) 上一次建立是在 %date%." + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:669 +msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "Sitemap zipped 上一次执行成功,不过文件被删除了或者是无法访问了。你是不是将 blog 转移到了其他主机或域名?" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:671 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "在创建 zipped sitemap 文件时发生了错误。保证这个文件存在并且可写。学习更多" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:677 +msgid "Google was successfully notified about changes." +msgstr "更新已经成功通知 Google。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:680 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "通知 Google 用了%time% ,也许你应该禁用这一功能以减少创建时间。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:683 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "在通知 Google 时发生错误,查看结果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:689 +msgid "YAHOO was successfully notified about changes." +msgstr "更新已经成功通知 YAHOO。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:692 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "通知 YAHOO 用了 %time% ,也许你应该禁用这项功能以减少建立时间。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:695 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "通知 YAHOO 时出错。查看结果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3097 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:701 +msgid "Bing was successfully notified about changes." +msgstr "您的更改已经成功通知 Bing。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:704 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "通知 Bing 用了%time% ,也许你应该禁用这一功能以减少创建时间。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:707 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "在通知 Bing 时发生错误,查看结果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:713 +msgid "Ask.com was successfully notified about changes." +msgstr "更新已经成功通知 Ask.com。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:716 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "通知 Ask.com 用了%time% ,也许你应该禁用这一功能以减少创建时间。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:719 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "通知 MSN.com 时出错。查看结果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:727 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "此次建立大约用了 %time% 秒 完成,使用了 %memory% MB 内存。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:729 +msgid "The building process took about %time% seconds to complete." +msgstr "此次建立用了大约 %time% 秒 完成。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:733 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "从上次这个文件不可写以后,你的 sitemap 就没有更新 ,并且也没有通知任何搜索引擎。" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:586 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:741 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "这项处理将会生效!几秒钟后刷新这个页面,查看是否有所变化。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:744 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "上次运行没有完成!你应该为 PHP scripts 增加内存或时间限制。学习更多" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:746 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "上次执行用了 was %memused%MB, 你的服务器限制是 %memlimit%。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:750 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "上次执行时间 %timeused% 秒,你的服务器限制是 %timelimit% 秒." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:754 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "这个脚本停止于这篇日志: %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:757 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "如果你 Blog 或服务器更新了某些东西,你应该手动 重建 sitemap。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:759 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "如果在执行建立程序时遇到问题,你可以使用 debug function来获取更多信息。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:766 +msgid "Basic Options" +msgstr "基本设置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:768 +msgid "Sitemap files:" +msgstr "sitemap 文件" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:768 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:783 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:803 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:836 +msgid "Learn more" +msgstr "学习更多" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:773 +msgid "Write a normal XML file (your filename)" +msgstr "创建一个 XML 文件 (你的文件名)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:779 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "创建一个 gzipped 文件 (你的文件名 + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:783 +msgid "Building mode:" +msgstr "建立模式:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:788 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "在你更改了 Blog 内容后重建 sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:795 +msgid "Enable manual sitemap building via GET Request" +msgstr "通过 GET Request 启用手动建立 sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:799 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the result box above to see if sitemap was successfully built." +msgstr "如果外部工具不是通过 WordPress API写入 WordPress 数据,那此项将允许你刷新你的 sitemap,。使用下面这个链接开始运行:%1 请检查上面的日志文件,看看 sitemap 有没有成功建立。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:803 +msgid "Update notification:" +msgstr "更新通知:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:807 +msgid "Notify Google about updates of your Blog" +msgstr "通知 Google 关于你 Blog 的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:808 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "非必须注册,不过你可以使用Google 管理员工具查看爬虫统计。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3209 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:812 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "通知 Bing/MSN Live Search 关于你 Blog 的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:813 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "非必须注册,不过你可以使用 Bing 管理员工具查看爬虫统计。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:817 +msgid "Notify Ask.com about updates of your Blog" +msgstr "提醒 Ask.com 关于你 Blog 的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:818 +msgid "No registration required." +msgstr "非必须注册。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:822 +msgid "Notify YAHOO about updates of your Blog" +msgstr "提醒 Yahoo 关于你 Blog 的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:823 +msgid "Your Application ID:" +msgstr "你的 Application ID:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:824 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "没有 key?点这里申请一个! %s2" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:829 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "将 sitemap 地址添加到虚拟 robots.txt 文件中。" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:833 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "由 WordPress 生成的虚拟 robots.txt 文件已经启用,请确保 blog 文档中已无原来的 robots.txt 文件。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:836 +msgid "Advanced options:" +msgstr "高级设置:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:839 +msgid "Limit the number of posts in the sitemap:" +msgstr "sitemap 里日志数量的限制:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:839 +msgid "Newer posts will be included first" +msgstr "较早的日志将首先被包含进来" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:842 +msgid "Try to increase the memory limit to:" +msgstr "增加内存限制到:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:842 +msgid "e.g. \"4M\", \"16M\"" +msgstr "比如: \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:845 +msgid "Try to increase the execution time limit to:" +msgstr "增加执行时间限制到:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:845 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "按秒计算,比如 \"60\" or \"0\" 没有限制" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:849 +msgid "Include a XSLT stylesheet:" +msgstr "包含一个 XSLT 清单" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:850 +msgid "Full or relative URL to your .xsl file" +msgstr ".xsl 文件的绝对或相对路径" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:850 +msgid "Use default" +msgstr "使用默认的" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:856 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "启用 MySQL 标准模式。仅在 MySQL 发生错误的时候使用。(将会占用更多内存!)" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:857 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "MySQL 快速连接仅支持 WordPress 2.2 或以上版本,请升级。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:864 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "在后台建立 sitemap(你不需要在保存日志时等待)" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:865 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "后台生成仅支持 WordPress 2.1 或以上版本,请升级。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:872 +msgid "Additional pages" +msgstr "附加页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:875 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "在这里你可以为 sitemap 加入一些特殊的但并不存在于你 Blog/WordPress 的地址。比如,如果你的域名是 www.dupola.com,你的blog在 www.dupola.com/blog 上,你可以加入你的首页 www.dupola.com" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:877 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1085 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1099 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1108 +msgid "Note" +msgstr "注意" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:878 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "如果你的 blog 在子目录里,你要添加 blog 目录或下级目录没有的页面,你必须将 sitemap 文件放到这个目录里(查看本页的 " sitemap 文件的位置 " 一节)!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:880 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:919 +msgid "URL to the page" +msgstr "这个页面的 URL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:881 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "输入这个页面的地址,比如:http://dupola.com/dreamhost 或 https://twitter.com/dupola 或 http://caodan.net" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:883 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:920 +msgid "Priority" +msgstr "优先" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:884 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "选择该页面的相关页面的优先权。比如,你的主页应该拥有一个更高的优先权。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:886 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:922 +msgid "Last Changed" +msgstr "最近更改" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:887 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "输入最后更改的日期,格式为 YYYY-MM-DD (例如 2005-12-31) (可选的l)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:921 +msgid "Change Frequency" +msgstr "更改频率" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:923 +msgid "#" +msgstr "#" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:928 +msgid "No pages defined." +msgstr "没有页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:933 +msgid "Add new page" +msgstr "增加一个新的页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:938 +msgid "Post Priority" +msgstr "日志优先" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:940 +msgid "Please select how the priority of each post should be calculated:" +msgstr "请选择每篇日志可预设的优先权:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:942 +msgid "Do not use automatic priority calculation" +msgstr "不要使用默认优先计算" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:942 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "所有日志都将拥有 "优先权" 设定中设置的那样的优先权" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:953 +msgid "Location of your sitemap file" +msgstr "你的 sitemap 文件的位置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:956 +msgid "Automatic detection" +msgstr "自动检查" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:960 +msgid "Filename of the sitemap file" +msgstr "sitemap 文件的名字" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:963 +msgid "Detected Path" +msgstr "检查路径" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:963 +msgid "Detected URL" +msgstr "检查地址" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:968 +msgid "Custom location" +msgstr "自定义位置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:972 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "sitemap 的绝对或相对路径,包括名字。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:974 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:983 +msgid "Example" +msgstr "例如" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:981 +msgid "Complete URL to the sitemap file, including name." +msgstr "sitemap 文件的完全地址,包括名字。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:994 +msgid "Sitemap Content" +msgstr "sitemap 内容" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1000 +msgid "Include homepage" +msgstr "包含首页" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1006 +msgid "Include posts" +msgstr "包含日志" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1013 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1012 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "包括所有多重页面(这将增加使用内存和生成时间)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1018 +msgid "Include static pages" +msgstr "包含独立页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1024 +msgid "Include categories" +msgstr "包含分类" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1030 +msgid "Include archives" +msgstr "包含存档页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1037 +msgid "Include tag pages" +msgstr "包含 Tag 页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1053 +#, php-format +msgid "Include taxonomy pages for %s" +msgstr "包括 %s 的 tag 页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1063 +msgid "Include author pages" +msgstr "包含作者页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1067 +msgid "Further options" +msgstr "高级设置" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1072 +msgid "Include the last modification time." +msgstr "包括最后修改时间。" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1074 +msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects all sitemap entries." +msgstr "强烈推荐开启此项,它会在你的内容发生变动时帮你告诉搜索引擎。这个设置将影响到 所有 sitemap 日志。" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:981 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1081 +msgid "Excluded items" +msgstr "不包含的项目" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1083 +msgid "Excluded categories" +msgstr "不包含分类" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:985 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1085 +msgid "Using this feature will increase build time and memory usage!" +msgstr "使用这个特性将增大建立时间和使用内存!" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:992 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1092 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "这个特性要求 WordPress 版本至少是 2.5,你正在使用 %s" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1095 +msgid "Exclude posts" +msgstr "不包含日志" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1097 +msgid "Exclude the following posts or pages:" +msgstr "不包括下面的日志或页面:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1097 +msgid "List of IDs, separated by comma" +msgstr "ID 列表,用英文逗号隔开" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:999 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1099 +msgid "Child posts won't be excluded automatically!" +msgstr "子日志不会被自动排除。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1105 +msgid "Change frequencies" +msgstr "更改频率" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1109 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "请注意,这些值仅仅是参考建立而并非是准确无误的。 " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1115 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1172 +msgid "Homepage" +msgstr "首页" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1121 +msgid "Posts" +msgstr "日志" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1127 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1190 +msgid "Static pages" +msgstr "独立页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1133 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1196 +msgid "Categories" +msgstr "分类" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1139 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "这个月的存档(应该和你的首页保持一致)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1145 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "较早的存档(只在你编辑了旧日志后才更新)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1152 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1209 +msgid "Tag pages" +msgstr "Tag 页" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1159 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1216 +msgid "Author pages" +msgstr "作者页" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1167 +msgid "Priorities" +msgstr "优先权" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1178 +msgid "Posts (If auto calculation is disabled)" +msgstr "日志(如果自动计算已禁用)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1184 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "日志最小优先(即使自动计算已经开启)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1202 +msgid "Archives" +msgstr "存档" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1227 +msgid "Update options" +msgstr "更新设置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1228 +msgid "Reset options" +msgstr "重置设置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:98 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap 生成器" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:98 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:112 +msgid "Settings" +msgstr "设置" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:113 +msgid "FAQ" +msgstr "FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:114 +msgid "Support" +msgstr "支持" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:115 +msgid "Donate" +msgstr "捐赠" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_TW.mo b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_TW.mo new file mode 100644 index 0000000000000000000000000000000000000000..5ec9c55b2183c9539f752f5a351de8019de7a31e GIT binary patch literal 22594 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 QO?(5BJ$Q*sbpo0H9}zpXp8x;= literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_TW.po b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_TW.po new file mode 100644 index 00000000..87c8c040 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap-zh_TW.po @@ -0,0 +1,980 @@ +# [Countryname] Language File for sitemap (sitemap-[localname].po) +# Copyright (C) 2005 [name] : [URL] +# This file is distributed under the same license as the WordPress package. +# [name] <[mail-address]>, 2005. +# $Id: sitemap.pot 123431 2009-06-07 00:17:10Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-07 01:15+0100\n" +"PO-Revision-Date: 2009-06-08 12:10+0800\n" +"Last-Translator: \n" +"Language-Team: hugo5688 \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: H:\\Webdev\\htdocs\\wp_plugins\\sitemap_beta\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "迴響數目" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "使用迴響的數量來計算優先權" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "迴響平均值" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "使用迴響數量平均值來計算優先權" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "熱門競賽" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "使用 Alex King 提供的 Popularity Contest 外掛(需啟用)。詳見 選項 以及Most Popular Posts" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1187 +msgid "Always" +msgstr "隨時" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1188 +msgid "Hourly" +msgstr "每小時" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1189 +msgid "Daily" +msgstr "每日" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1190 +msgid "Weekly" +msgstr "每週" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1191 +msgid "Monthly" +msgstr "每月" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1192 +msgid "Yearly" +msgstr "每年" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1193 +msgid "Never" +msgstr "從不" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "非常感謝您的贊助。由於您的幫助,讓我能夠繼續支援開發這個外掛以及其他免費軟體!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Hide this notice" +msgstr "隱藏這個通知" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "感謝您使用此外掛!您已在一個月前安裝此外掛。如果它正常工作並讓您對於此結果感到安心,是不是至少價值一美元呢? 請贊助我來讓我有繼續開發及支援此免費 外掛軟體的動力。好的,沒問題!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +msgid "No thanks, please don't bug me anymore!" +msgstr "不了,請不要再煩我!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:119 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "您的網站地圖在此刻已開始更新。這完全取決於您的blog大小,或許會花上一點時間!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:121 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "您的網站地圖將會在%s秒鐘後更新。這完全取決於您的blog大小,或許會花上一點時間!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:146 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:453 +msgid "XML Sitemap Generator for WordPress" +msgstr "WordPress 專用 XML 網站地圖產生器" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:298 +msgid "Configuration updated" +msgstr "設定已更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:299 +msgid "Error while saving options" +msgstr "儲存選項時產生錯誤" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:301 +msgid "Pages saved" +msgstr "頁面已儲存" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:302 +msgid "Error while saving pages" +msgstr "儲存頁面時產生錯誤" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:309 +msgid "The default configuration was restored." +msgstr "設定已重置為預設值。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:466 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "有較新的版本 %1$s 可供下載。下載版本 %3$s" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:468 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "有較新的版本 %1$s 可供下載。下載版本 %3$s 自動更新不可適用於此外掛程式。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:470 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "有較新的版本 %1$s 可供下載。下載版本 %3$s或者自動更新。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:510 +msgid "open" +msgstr "打開" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:494 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:511 +msgid "close" +msgstr "關閉" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:495 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:512 +msgid "click-down and drag to move this box" +msgstr "按下並拖曳這個矩形" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:513 +msgid "click to %toggle% this box" +msgstr "按了「%toggle%」這個矩形" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:497 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:514 +msgid "use the arrow keys to move this box" +msgstr "使用方向鍵移動這個矩形" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:515 +msgid ", or press the enter key to %toggle% it" +msgstr ",或者按下 Enter 鍵來「%toggle%」它" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "About this Plugin:" +msgstr "關於這個外掛:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:141 +msgid "Plugin Homepage" +msgstr "外掛首頁" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Suggest a Feature" +msgstr "功能推薦" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:536 +msgid "Notify List" +msgstr "郵件通知" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "Support Forum" +msgstr "支援論壇" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:538 +msgid "Report a Bug" +msgstr "臭蟲回報" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Donate with PayPal" +msgstr "PayPal 贊助" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +msgid "My Amazon Wish List" +msgstr "我的 Amazon 願望清單" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_name" +msgstr "Hugo5688" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_url" +msgstr "http://take-ez.com" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +msgid "Sitemap Resources:" +msgstr "網站地圖資源:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "Webmaster Tools" +msgstr "網站管理員工具" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "Webmaster Blog" +msgstr "網站管理員網誌" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "Site Explorer" +msgstr "Site Explorer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "Search Blog" +msgstr "Search Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:553 +msgid "Webmaster Center Blog" +msgstr "網站管理員網誌" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:555 +msgid "Sitemaps Protocol" +msgstr "網站地圖通訊協定" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:556 +msgid "Official Sitemaps FAQ" +msgstr "官方版網站地圖答客問" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:557 +msgid "My Sitemaps FAQ" +msgstr "網站地圖答客問" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:560 +msgid "Recent Donations:" +msgstr "近期贊助清單:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:564 +msgid "List of the donors" +msgstr "贊助者清單" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:566 +msgid "Hide this list" +msgstr "隱藏本清單" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:569 +msgid "Thanks for your support!" +msgstr "感謝您的贊助!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Status" +msgstr "狀態" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "您的網站地圖還沒產生過。點這裡來產生它吧。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Your sitemap was last built on %date%." +msgstr "您的網站地圖上次發佈時間為:%date%。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more更多資訊" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:610 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "網站地圖(壓縮檔)上回產生於:%date%。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more更多資訊" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:618 +msgid "Google was successfully notified about changes." +msgstr "已經成功地通知 Google 您網站的更新。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "花了 %time% 秒來通知 Google,或許您想要關閉此功能來增加效能。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "通知 Google 時發生了問題。檢視結果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:630 +msgid "YAHOO was successfully notified about changes." +msgstr "已經成功地通知 YAHOO 您網站的更新。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "花了 %time% 秒來通知 YAHOO,或許您想要關閉此功能來增加效能。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "通知 YAHOO 時發生了問題。檢視結果" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:642 +msgid "Bing was successfully notified about changes." +msgstr "已經成功地通知 Bing 您網站的更新。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "花了 %time% 秒來通知 Bing,或許您想要關閉此功能來增加效能。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "通知 Bing 時發生了問題。檢視結果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:654 +msgid "Ask.com was successfully notified about changes." +msgstr "已經成功地通知 Ask.com 您網站的更新。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "花了 %time% 秒來通知 Ask.com,或許您想要關閉此功能來增加效能。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:660 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "通知 Ask.com 時發生了問題。檢視結果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:668 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "整個建置過程大約花費 %time% 秒 來完成,並且使用了 %memory% MB 的記憶體。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:670 +msgid "The building process took about %time% seconds to complete." +msgstr "整個建置過程大約花費 %time% 秒 來完成。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:674 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "您的網站地圖內容與上次比較並沒有變更,所以沒有產生新檔案,而且搜尋引擎也沒有被通知。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:682 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "建立網站地圖的程序或許依然啟動著。頁面將在幾秒鐘後重新載入,並且確認是否改變。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:685 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "上次的執行並未結束!也許您需要替 PHP 增加記憶體或者時間限制。更多資訊" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "最後一次執行本程式使用 %memused% MB 記憶體,您伺服器的限制為 %memlimit%。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:691 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "最後一次執行本程式的時間花 %timeused% 秒,您伺服器的限制為 %timelimit% 秒。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:695 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "這支程式大約停在第 %lastpost% (+/- 100)篇文章" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:698 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "若是您對伺服器或者網誌做了某些更動,您應該手動重新產生網站地圖。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:700 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "如果您在建立的過程遇到了問題,您可以使用除錯功能來得知更多的訊息。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:707 +msgid "Basic Options" +msgstr "基本選項" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +msgid "Sitemap files:" +msgstr "網站地圖檔案:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Learn more" +msgstr "更多資訊" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "Write a normal XML file (your filename)" +msgstr "寫入 XML 檔案(檔案名稱)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:720 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "寫入壓縮檔(檔案名稱 + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +msgid "Building mode:" +msgstr "產生模式:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:729 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "當修改網誌內容時重新建立網站地圖。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:736 +msgid "Enable manual sitemap building via GET Request" +msgstr "啟用透過發送 GET 要求手動建立網站地圖。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:740 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "本選項允許您刷新您的網站地圖。當您使用外部工具直接將文章寫入 WordPress 資料庫,而非透過 WordPress API 時,使用以下網址啟動這個作業: %1 若是要知道是否成功請檢查紀錄檔案。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "Update notification:" +msgstr "更新通知:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "Notify Google about updates of your Blog" +msgstr "通知 Google 關於您網站的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:749 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "不需要註冊,但您可加入 Google 網站管理員工具來檢查搜索統計。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:753 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "" +"通知 Bing (前身為 MSN Live Search\r\n" +") 關於您網站的更新" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:754 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "不需要註冊,但您可加入 Bing 網站管理員工具來檢查搜索統計。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:758 +msgid "Notify Ask.com about updates of your Blog" +msgstr "通知 Ask.com 關於您網站的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:759 +msgid "No registration required." +msgstr "不需要註冊。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:763 +msgid "Notify YAHOO about updates of your Blog" +msgstr "通知 YAHOO 關於您網站的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Your Application ID:" +msgstr "您的應用程式 ID:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:765 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "您沒有像一個這樣的金鑰嗎? 請擊點此處申請! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:770 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "在虛擬 robots.txt 檔案中加入網站地圖位址" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:774 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "此虛擬的 robots.txt 將會由 WordPress 來使用。真實的 robots.txt 不得存在於部落格的目錄中!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Advanced options:" +msgstr "進階選項:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Limit the number of posts in the sitemap:" +msgstr "網站地圖裡文章數的最小值:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Newer posts will be included first" +msgstr "較新的文章將會優先包含" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "Try to increase the memory limit to:" +msgstr "試著將記憶體限制增加至:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "e.g. \"4M\", \"16M\"" +msgstr "例如:「4M」、「16M」" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Try to increase the execution time limit to:" +msgstr "試著將執行時間限制增加至:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "以秒為單位,例如:「60」或者「0」則不限制" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:790 +msgid "Include a XSLT stylesheet:" +msgstr "包含 XSLT 樣式:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Full or relative URL to your .xsl file" +msgstr "您 .xsl 檔案的絕對或者相對路徑" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Use default" +msgstr "使用預設" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "啟用 MySQL 標準模式。當您發現有 MySQL 錯誤時,可以使用此選項。 (需要較多的記憶體!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:798 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "如要開啟較快的 MySQL 存取,請至少將 WordPress 升級成 2.2 版以上" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "自動在背景程序中建立網站地圖 (當儲存文章時,您就不需再次產生網站地圖)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "如要啟用背景建立網站地圖,請至少將 WordPress 升級成 2.1 版以上" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:813 +msgid "Additional pages" +msgstr "其他的頁面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
        For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "您可以在此指定那些應被納入網站地圖的檔案或者網址,但是不屬於您的部落格(Blog/WordPress)。
        舉例來說,若是您的部落格是 www.foo.com/blog,而您想要將您 www.foo.com 下的網頁納入此網站地圖。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:818 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1020 +msgid "Note" +msgstr "注意" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "若是您的部落格是在子目錄下而您想要增加的頁面並不在部落格的目錄下面,您必須將您的網站地圖置於網站的根目錄下。(請見本頁「網站地圖的位置」小節)!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:860 +msgid "URL to the page" +msgstr "頁面網址" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "輸入頁面的網址。例如:http://www.foo.com/index.html 或者 www.foo.com/home " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:824 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:861 +msgid "Priority" +msgstr "優先權 " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "選擇該頁面的優先權(相較於其他頁面而言)。例如:您的首頁或許會比版權說明頁的優先權來得高。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Last Changed" +msgstr "最近更動" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "輸入最近更動的日期,格式為 YYYY-MM-DD(例如:2005-12-31)(非必要)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Change Frequency" +msgstr "設定更新頻率" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "#" +msgstr "#" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:869 +msgid "No pages defined." +msgstr "還沒有頁面已被設定" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:874 +msgid "Add new page" +msgstr "新增頁面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Post Priority" +msgstr "文章優先權 " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +msgid "Please select how the priority of each post should be calculated:" +msgstr "請選擇每篇文章應該用多少優先權來計算:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "Do not use automatic priority calculation" +msgstr "不使用自動優先權計算" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "所有的文章使用相同定義在"優先權"內的優先權。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:894 +msgid "Location of your sitemap file" +msgstr "網站地圖的位置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:897 +msgid "Automatic detection" +msgstr "自動位置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:901 +msgid "Filename of the sitemap file" +msgstr "網站地圖的檔名" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected Path" +msgstr "偵測到的路徑" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected URL" +msgstr "偵測到的網址" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:909 +msgid "Custom location" +msgstr "自定位置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:913 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "網站地圖的絕對或相對路徑,包括檔名。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:915 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:924 +msgid "Example" +msgstr "範例" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:922 +msgid "Complete URL to the sitemap file, including name." +msgstr "網站地圖的完整網址,包括檔名。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:935 +msgid "Sitemap Content" +msgstr "網站地圖內容" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:941 +msgid "Include homepage" +msgstr "包含首頁" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:947 +msgid "Include posts" +msgstr "包含文章" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:953 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "包含下列頁面的分頁文章 (會增加建立時間及記憶體使用量!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:959 +msgid "Include static pages" +msgstr "包含網誌分頁" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:965 +msgid "Include categories" +msgstr "包含分類" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:971 +msgid "Include archives" +msgstr "包含匯整" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:978 +msgid "Include tag pages" +msgstr "包含標籤頁面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:985 +msgid "Include author pages" +msgstr "包含作者頁面" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:993 +msgid "Excluded items" +msgstr "排除的項目" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:995 +msgid "Excluded categories" +msgstr "排除的類型" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +msgid "Using this feature will increase build time and memory usage!" +msgstr "使用此功能將會增加建立的時間及記憶體使用量!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "此功能至少需要 WordPress 2.5.1 版本,您目前使用的版本是 %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1007 +msgid "Exclude posts" +msgstr "包含文章" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "Exclude the following posts or pages:" +msgstr "包含下列的文章或頁面:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "List of IDs, separated by comma" +msgstr "列出 IDs,以逗號區隔。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +msgid "Child posts won't be excluded automatically!" +msgstr "子文章不會自動包含!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1017 +msgid "Change frequencies" +msgstr "更新頻率設定" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1021 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "請注意下列各設定值僅被視為提示而非命令。雖然搜尋引擎漫遊器會考慮這資訊做出決定,他們也許會較少漫遊被標記為「Hourly」的頁面,或者更加頻繁地漫遊被標記為「Yearly」的頁面。搜尋引擎漫遊機制會週期性地漫遊被標記為「Never」的頁面,以便他們能處理對那些頁面的變動。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1084 +msgid "Homepage" +msgstr "首頁" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1033 +msgid "Posts" +msgstr "文章" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1039 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1102 +msgid "Static pages" +msgstr "網誌分頁" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1045 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1108 +msgid "Categories" +msgstr "分類" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "現有的每月彙整(應該與您的首頁相同)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1057 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "較舊的彙整(只有在您修改舊文章的時候才會改變)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1121 +msgid "Tag pages" +msgstr "標籤頁面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1128 +msgid "Author pages" +msgstr "作者頁面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Priorities" +msgstr "優先權" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +msgid "Posts (If auto calculation is disabled)" +msgstr "文章(如果自動計算沒有打開)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1096 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "優先權最小值(即使自動計算有打開)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1114 +msgid "Archives" +msgstr "彙整" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1139 +msgid "Update options" +msgstr "更新選項" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1140 +msgid "Reset options" +msgstr "重置選項" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap Generator" +msgstr "XML 網站地圖產生器" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap" +msgstr "XML 網站地圖" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:142 +msgid "Sitemap FAQ" +msgstr "網站地圖答客問" + diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap.pot b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap.pot new file mode 100644 index 00000000..ed334026 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/lang/sitemap.pot @@ -0,0 +1,919 @@ +# [Countryname] Language File for sitemap (sitemap-[localname].po) +# Copyright (C) 2005 [name] : [URL] +# This file is distributed under the same license as the WordPress package. +# [name] <[mail-address]>, 2005. +# $Id: sitemap.pot 918833 2014-05-21 17:56:43Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-05-21 19:54+0100\n" +"PO-Revision-Date: 2014-05-21 19:54+0100\n" +"Last-Translator: Arne Brachhold \n" +"Language-Team: \n" +"Language: en_US\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.6.4\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-SearchPath-0: C:\\Inetpub\\wwwroot\\wp_svn\\wp-content\\plugins" +"\\sitemap_beta\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:547 +msgid "Comment Count" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:557 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:608 +msgid "Comment Average" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:618 +msgid "Uses the average comment count to calculate the priority" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:778 +msgid "Always" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:779 +msgid "Hourly" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:780 +msgid "Daily" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:781 +msgid "Weekly" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:782 +msgid "Monthly" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:783 +msgid "Yearly" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-core.php:784 +msgid "Never" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-loader.php:233 +msgid "XML-Sitemap Generator" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-loader.php:233 +msgid "XML-Sitemap" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-loader.php:260 +msgid "Settings" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-loader.php:261 +msgid "FAQ" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-loader.php:262 +msgid "Support" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-loader.php:263 +msgid "Donate" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:181 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:663 +msgid "XML Sitemap Generator for WordPress" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:368 +msgid "Configuration updated" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:369 +msgid "Error while saving options" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:372 +msgid "Pages saved" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:373 +msgid "Error while saving pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:381 +msgid "The default configuration was restored." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:391 +msgid "" +"The old files could NOT be deleted. Please use an FTP program and delete " +"them by yourself." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:393 +msgid "The old files were successfully deleted." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:430 +msgid "Notify Search Engines about all sitemaps" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:431 +msgid "" +"The plugin is notifying the selected search engines about your main sitemap " +"and all sub-sitemaps. This might take a minute or two." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:453 +msgid "All done!" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:470 +msgid "Ping was executed, please see below for the result." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:513 +msgid "" +"Thank you very much for your donation. You help me to continue support and " +"development of this plugin and other free software!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:513 +msgid "Hide this notice" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:519 +#, php-format +msgid "" +"Thanks for using this plugin! You've installed this plugin over a month ago. " +"If it works and you are satisfied with the results, isn't it worth at least " +"a few dollar? Donations help me to continue support and " +"development of this free software! Sure, no problem!" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:519 +msgid "Sure, but I already did!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:519 +msgid "No thanks, please don't bug me anymore!" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:526 +#, php-format +msgid "" +"Thanks for using this plugin! You've installed this plugin some time ago. If " +"it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:526 +msgid "Don't show this anymore" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:679 +#, php-format +msgid "" +"There is a new version of %1$s available. Download version " +"%3$s here." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:681 +#, php-format +msgid "" +"There is a new version of %1$s available. Download version " +"%3$s here automatic upgrade unavailable for this plugin." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:683 +#, php-format +msgid "" +"There is a new version of %1$s available. Download version " +"%3$s here or upgrade automatically." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:691 +#, php-format +msgid "" +"Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:706 +msgid "About this Plugin:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:707 +msgid "Plugin Homepage" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:708 +msgid "Suggest a Feature" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:709 +msgid "Help / FAQ" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:710 +msgid "Notify List" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:711 +msgid "Support Forum" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:712 +msgid "Report a Bug" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:714 +msgid "Donate with PayPal" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:715 +msgid "My Amazon Wish List" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:716 +msgid "translator_name" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:716 +msgid "translator_url" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:719 +msgid "Sitemap Resources:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:720 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:725 +msgid "Webmaster Tools" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:721 +msgid "Webmaster Blog" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:723 +msgid "Search Blog" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:726 +msgid "Webmaster Center Blog" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:728 +msgid "Sitemaps Protocol" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:729 +msgid "Official Sitemaps FAQ" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:730 +msgid "My Sitemaps FAQ" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:733 +msgid "Recent Donations:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:736 +msgid "List of the donors" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:738 +msgid "Hide this list" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:741 +msgid "Thanks for your support!" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:761 +msgid "Search engines haven't been notified yet" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:765 +msgid "Result of the last ping, started on %date%." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:772 +msgid "Recent Support Topics / News" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:776 +msgid "Disable" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:794 +msgid "No support topics available or an error occurred while fetching them." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:797 +msgid "" +"Support Topics have been disabled. Enable them to see useful information " +"regarding this plugin. No Ads or Spam!" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:797 +msgid "Enable" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:808 +#, php-format +msgid "" +"There is still a sitemap.xml or sitemap.xml.gz file in your blog directory. " +"Please delete them as no static files are used anymore or try " +"to delete them automatically." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:811 +#, php-format +msgid "The URL to your sitemap index file is: %s." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:814 +msgid "" +"Search engines haven't been notified yet. Write a post to let them know " +"about your sitemap." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:823 +#, php-format +msgid "%s was successfully notified about changes." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:826 +msgid "" +"It took %time% seconds to notify %name%, maybe you want to disable this " +"feature to reduce the building time." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:829 +msgid "" +"There was a problem while notifying %name%. View result" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:841 +#, php-format +msgid "" +"If you encounter any problems with your sitemap you can use the debug function to get more information." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:845 +#, php-format +msgid "" +"If you like the plugin, please rate it 5 " +"stars or donate via PayPal! I'm supporting this " +"plugin since over 9 years! Thanks a lot! :)" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:853 +msgid "Webserver Configuration" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:854 +msgid "" +"Since you are using Nginx as your web-server, please configure the following " +"rewrite rules in case you get 404 Not Found errors for your sitemap:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:870 +msgid "Basic Options" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:872 +msgid "Update notification:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:872 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:895 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:917 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:929 +msgid "Learn more" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:876 +msgid "Notify Google about updates of your Blog" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:877 +#, php-format +msgid "" +"No registration required, but you can join the Google " +"Webmaster Tools to check crawling statistics." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:881 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:882 +#, php-format +msgid "" +"No registration required, but you can join the Bing Webmaster " +"Tools to check crawling statistics." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:887 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:891 +msgid "" +"The virtual robots.txt generated by WordPress is used. A real robots.txt " +"file must NOT exist in the blog directory!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:895 +msgid "Advanced options:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:898 +msgid "Try to increase the memory limit to:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:898 +msgid "e.g. \"4M\", \"16M\"" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:901 +msgid "Try to increase the execution time limit to:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:901 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:906 +msgid "" +"Try to automatically compress the sitemap if the requesting client supports " +"it." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:908 +msgid "" +"Disable this option if you get garbled content or encoding errors in your " +"sitemap." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:912 +msgid "Include a XSLT stylesheet:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:913 +msgid "Full or relative URL to your .xsl file" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:913 +msgid "Use default" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:916 +msgid "Override the base URL of the sitemap:" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:917 +msgid "" +"Use this if your blog is in a sub-directory, but you want the sitemap be " +"located in the root. Requires .htaccess modification." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:922 +msgid "Include sitemap in HTML format" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:922 +msgid "(The required PHP XSL Module is not installed)" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:928 +msgid "Allow anonymous statistics (no personal information)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:937 +msgid "Additional pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:940 +msgid "" +"Here you can specify files or URLs which should be included in the sitemap, " +"but do not belong to your Blog/WordPress.
        For example, if your domain " +"is www.foo.com and your blog is located on www.foo.com/blog you might want " +"to include your homepage at www.foo.com" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:942 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1156 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1165 +msgid "Note" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:943 +msgid "" +"If your blog is in a subdirectory and you want to add pages which are NOT in " +"the blog directory or beneath, you MUST place your sitemap file in the root " +"directory (Look at the "Location of your sitemap file" section on " +"this page)!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:945 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:984 +msgid "URL to the page" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:946 +msgid "" +"Enter the URL to the page. Examples: http://www.foo.com/index.html or www." +"foo.com/home " +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:948 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:985 +msgid "Priority" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:949 +msgid "" +"Choose the priority of the page relative to the other pages. For example, " +"your homepage might have a higher priority than your imprint." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:951 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:987 +msgid "Last Changed" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:952 +msgid "" +"Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) " +"(optional)." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:986 +msgid "Change Frequency" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:988 +msgid "#" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:993 +msgid "No pages defined." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Add new page" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1004 +msgid "Post Priority" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1006 +msgid "Please select how the priority of each post should be calculated:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1008 +msgid "Do not use automatic priority calculation" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1008 +msgid "" +"All posts will have the same priority which is defined in "" +"Priorities"" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1019 +msgid "Sitemap Content" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1020 +msgid "WordPress standard content" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1025 +msgid "Include homepage" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1031 +msgid "Include posts" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1037 +msgid "Include static pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1043 +msgid "Include categories" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1049 +msgid "Include archives" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1055 +msgid "Include author pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1062 +msgid "Include tag pages" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1076 +msgid "Custom taxonomies" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1087 +#, php-format +msgid "Include taxonomy pages for %s" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1105 +msgid "Custom post types" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1116 +#, php-format +msgid "Include custom post type %s" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1128 +msgid "Further options" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1133 +msgid "Include the last modification time." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1135 +msgid "" +"This is highly recommended and helps the search engines to know when your " +"content has changed. This option affects all sitemap entries." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1142 +msgid "Excluded items" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1144 +msgid "Excluded categories" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1152 +msgid "Exclude posts" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1154 +msgid "Exclude the following posts or pages:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1154 +msgid "List of IDs, separated by comma" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1156 +msgid "Child posts won't be excluded automatically!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1162 +msgid "Change frequencies" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1166 +msgid "" +"Please note that the value of this tag is considered a hint and not a " +"command. Even though search engine crawlers consider this information when " +"making decisions, they may crawl pages marked \"hourly\" less frequently " +"than that, and they may crawl pages marked \"yearly\" more frequently than " +"that. It is also likely that crawlers will periodically crawl pages marked " +"\"never\" so that they can handle unexpected changes to those pages." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1172 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1229 +msgid "Homepage" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1178 +msgid "Posts" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1184 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1247 +msgid "Static pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1190 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1253 +msgid "Categories" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1196 +msgid "" +"The current archive of this month (Should be the same like your homepage)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1202 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1209 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1266 +msgid "Tag pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1216 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1273 +msgid "Author pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1224 +msgid "Priorities" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1235 +msgid "Posts (If auto calculation is disabled)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1241 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1259 +msgid "Archives" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1284 +msgid "Update options" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap-ui.php:1285 +msgid "Reset options" +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap.php:85 +msgid "Your WordPress version is too old for XML Sitemaps." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap.php:85 +#, php-format +msgid "" +"Unfortunately this release of Google XML Sitemaps requires at least " +"WordPress %4$s. You are using Wordpress %2$s, which is out-dated and " +"insecure. Please upgrade or go to active plugins and " +"deactivate the Google XML Sitemaps plugin to hide this message. You can " +"download an older version of this plugin from the plugin " +"website." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap.php:95 +msgid "Your PHP version is too old for XML Sitemaps." +msgstr "" + +#: C:\Inetpub\wwwroot\wp_svn\wp-content\plugins\sitemap_beta/sitemap.php:95 +#, php-format +msgid "" +"Unfortunately this release of Google XML Sitemaps requires at least PHP " +"%4$s. You are using PHP %2$s, which is out-dated and insecure. Please ask " +"your web host to update your PHP installation or go to active plugins and deactivate the Google XML Sitemaps plugin to hide " +"this message. You can download an older version of this plugin from the plugin website." +msgstr "" diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/license.txt b/wordpress/wp-content/plugins/google-sitemap-generator/license.txt new file mode 100644 index 00000000..ecbc0593 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/license.txt @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/readme.txt b/wordpress/wp-content/plugins/google-sitemap-generator/readme.txt new file mode 100644 index 00000000..d088befc --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/readme.txt @@ -0,0 +1,464 @@ +=== Google XML Sitemaps === +Contributors: arnee +Tags: seo, google, bing, yahoo, msn, ask, live, sitemaps, google sitemaps, xml sitemap, xml +Requires at least: 3.3 +Tested up to: 5.2 +Stable tag: 4.1.0 +License: GPLv2 +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +This plugin will improve SEO by helping search enginess better index your site using sitemaps. + +== Description == + +Use this plugin to greatly improve SEO to create special XML sitemaps which will help search engines like Google, Bing, Yahoo and Ask.com to better index your site. + +With such a sitemap, it's much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content. + +Supported since *over 9 years* and rated as the [best WordPress plugin](http://wordpress.org/plugins/browse/top-rated/), it will do exactly what it's supposed to do - providing a complete XML sitemap for search engines. It will not break your site, slow it down or annoy you. Guaranteed! + +> If you like the plugin, feel free to rate it (on the right side of this page)! :) + +Related Links: + +* Plugin Homepage +* Changelog +* Plugin help and sitemaps FAQ +* Support Forum + +== Installation == + +1. Install the plugin like you always install plugins, either by uploading it via FTP or by using the "Add Plugin" function of WordPress. +2. Activate the plugin at the plugin administration page +3. If you want: Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies. +4. The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do :) + +== Frequently Asked Questions == + += Where can I find the options page of the plugin? = + +It is under Settings > XML Sitemap. I know nowadays many plugins add top-level menu items, but in most of the cases it is just not necessary. I've seen WP installations which looked like an Internet Explorer ten years ago with 20 toolbars installed. ;-) + += Do I have to create a sitemap.xml and sitemap.xml.gz by myself? = + +Not anymore. Since version 4, these files are dynamically generated. *There must be no sitemap.xml or sitemap.xml.gz in your site directory anymore!* The plugin will try to rename them to sitemap.xml.bak if they still exists. + += Does this plugin use static files or "I can't find the sitemap.xml file!" = + +Not anymore. Since version 4, these files are dynamically generated just like any other WordPress content. + += There are no comments yet (or I've disabled them) and all my postings have a priority of zero! = + +Please disable automatic priority calculation and define a static priority for posts. + += So many configuration options... Do I need to change them? = + +No, only if you want to. Default values are ok for most sites. + += Does this plugin work with all WordPress versions? = + +This version works with WordPress 3.3 and better. If you're using an older version, please check the [Google Sitemaps Plugin Homepage](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/ "Google (XML) Sitemap Generator Plugin Homepage") for the legacy releases. There is a working release for every WordPress version since 1.5, but you really should consider updating your WordPress installation! + += My question isn't answered here = + +Most of the plugin options are described at the [plugin homepage](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/) as well as the dedicated [Google Sitemaps FAQ](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/ "List of common questions / problems regarding Google (XML) Sitemaps"). + += My question isn't even answered there = + +Please post your question at the [WordPress support forum](http://wordpress.org/support/topic/read-before-opening-a-new-support-topic) and tag your post with "google-sitemap-generator". + += What's new in the latest version? = + +The changelog is maintained [here](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/ "Google (XML) Sitemap Generator Plugin Changelog") + += Why is the changelog on a separate page and not here? = + +The WordPress.org repository is just another place to download this plugin. I don't want to maintain too many pages with the same content. Thank you for your understanding! + +== Changelog == + += 4.1.0 (2018-12-18) = +* Fixed security issue related to escaping external URLs +* Fixed security issue related to option tags in forms + += 4.0.9 (2017-07-24) = +* Fixed security issue related to donation functionality. + += 4.0.8 (2014-11-15) = +* Fixed bug regarding the exclude categories feature, thanks to Claus Schöffel! + += 4.0.7.1 (2014-09-02) = +* Sorry, no new features this time… This release only updates the Compatibility-Tag to WordPress 4.0. Unfortunately there is no way to do this anymore without a new version + += 4.0.7 (2014-06-23) = +* Better compatibility with GoDaddy managed WP hosting +* Better compatibility with QuickCache +* Removed WordPress version from the sitemap +* Corrected link to WordPress privacy settings (if search engines are blocked) +* Changed hook which is being used for sitemap pings to avoid pings on draft edit + += 4.0.6 (2014-06-03) = +* Added option to disable automatic gzipping +* Fixed bug with duplicated external sitemap entries +* Don’t gzip if behind Varnish since Varnish can do that + += 4.0.5 (2014-05-18) = +* Added function to manually start ping for main-sitemap or all sub-sitemaps +* Added support for changing the base of the sitemap URL to another URL (for WP installations in sub-folders) +* Fixed issue with empty post sitemaps (related to GMT/local time offset) +* Fixed some timing issues in archives +* Improved check for possible problems before gzipping +* Fixed empty archives and author sitemaps in case there were no posts +* Fixed bug which caused the Priority Provider to disappear in recent PHP versions +* Plugin will also ping with the corresponding sub-sitemap in case a post was modified +* Better checking for empty external urls +* Changed text in XSL template to be more clear about sitemap-index and sub-sitemaps +* Changed content type to text/xml to improve compatibility with caching plugins +* Changed query parameters to is_feed=true to improve compatibility with caching plugins +* Switched from using WP_Query to load posts to a custom SQL statement to avoid problems with other plugin filters +* Added caching of some SQL statements +* Added support feed for more help topics +* Added link to new help page +* Cleaned up code and renamed variables to be more readable +* Updated Japanese Translation, thanks to Daisuke Takahashi + += 4.0.4 (2014-04-19) = +* Removed deprecated get_page call +* Changed last modification time of sub-sitemaps to the last modification date of the posts instead of the publish date +* Removed information window if the statistic option has not been activated +* Added link regarding new sitemap format +* Updated Portuguese translation, thanks to Pedro Martinho +* Updated German translation + += 4.0.3 (2014-04-13) = +* Fixed compression if an gzlib handler was already active +* Help regarding permalinks for Nginx users +* Fix with gzip compression in case there was other output before already +* Return 404 for HTML sitemaps if the option has been disabled +* Updated translations + += 4.0.2 (2014-04-01) = +* Fixed warning if an gzip handler is already active + += 4.0.1 (2014-03-31) = +* Fixed bug with custom post types including a "-" +* Fixed some 404 Not Found Errors + += 4.0 (2014-03-30) = +* No static files anymore, sitemap is created on the fly! +* Sitemap is split-up into sub-sitemaps by month, allowing up to 50.000 posts per month! [More information](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/google-xml-sitemap-generator-new-sitemap-format/) +* Support for custom post types and custom taxonomis! +* 100% Multisite compatible, including by-blog and network activation. +* Reduced server resource usage due to less content per request. +* New API allows other plugins to add their own, separate sitemaps. +* Note: PHP 5.1 and WordPress 3.3 is required! The plugin will not work with lower versions! +* Note: This version will try to rename your old sitemap files to *-old.xml. If that doesn’t work, please delete them manually since no static files are needed anymore! + += 3.4.1 (2014-04-10) = +* Compatibility with mysqli + += Version 3.4 (2013-11-24) = +* Fixed deprecation warnings in PHP 5.4, thanks to Dion Hulse! + += 3.3 (2013-09-28) = +* Fixed problem with file permission checking +* Filter out hashs (#) in URLs + += 3.2.9 (2013-01-11) = +* Fixed security issue with change frequencies and filename of sitemap file. Exploit was only possible with admin account. + += 3.2.8 (2012-08-08) = +* Fixed wrong custom taxonomy URLs, thanks to ramon fincken of the wordpress.org forum! +* Removed ASK ping since they shut down their service. +* Exclude post_format taxonomy from custom taxonomy list + += 3.2.7 (2012-04-24) = +* Fixed custom post types, thanks to clearsite of the wordpress.org forum! +* Fixed broken admin layout on WP 3.4 + += 3.2.6 (2011-09-19) = +* Removed YAHOO ping since YAHOO uses bing now +* Removed deprecated function call + += 3.2.5 (2011-07-11) = +* Backported Bing ping success fix from beta +* Added friendly hint to try out the new beta + += 3.2.4 (2010-05-29) = +* Added (GMT) to date column in sitemap xslt template to avoid confusion with different time zones +* Fixed wrong SQL statement for author pages, thanks to twoenoug +* Fixed several deprecated function calls +* Note: This release does not support the new multisite feature of WordPress yet and will not be active when multisite is enabled. + += 3.2.3 (2010-04-02) = +* Fixed that all pages were missing in the sitemap if the “Uncategorized” category was excluded + += 3.2.2 (2009-12-19) = +* Updated compatibility tag to WordPress 2.9 +* Fixed PHP4 problems + += 3.2.1 (2009-12-16) = +* Notes and update messages at the top of the admin page could interfere with the manual build function +* Help links in the WP contextual help were not shown anymore since the last update +* IE 7 sometimes displayed a cached admin page +* Removed invalid link to config page from the plugin description (The link lead to a "Not enough permission error") +* Improved performance of getting the current plugin version by caching +* Updated Spanish language files + += 3.2 (2009-11-23) = +* Added function to show the actual results of a ping instead of only linking to the url +* Added new hook (sm_rebuild) for third party plugins to start building the sitemap +* Fixed bug which showed the wrong URL for the latest Google ping result +* Added some missing documentation +* Removed hardcoded php name for sitemap file in admin urls +* Uses KSES for showing ping test results +* Ping test fixed for WP < 2.3 + += 3.1.9 (2009-11-13) = +* Fixed MySQL Error if author pages were included + += 3.1.8 (2009-11-07) = +* Improved custom taxonomy handling and fixed wrong last modification date +* Fixed fatal error in WordPress versions lower than 2.3 +* Fixed Update Notice for WordPress 2.8 and higher +* Added warning if blog privacy is activated +* Fixed priorities of additional pages were shown as 0 instead of 1 + += 3.1.7 (2009-10-21) = +* Added support for custom taxonomies. Thanks to Lee! + += 3.1.6 (2009-08-31) = +* Fixed PHP error “Only variables can be passed by reference” +* Fixed wrong URLS of multi-page posts (Thanks artstorm!) +* Updated many language files + += 3.1.5 (2009-08-24) = +* Added option to completely disable the last modification time +* Fixed problem with HTTPS url for the XSL stylesheet if the sitemap was build via the admin panel +* Improved handling of homepage entry if a single page was set for it +* Fixed mktime warning which appeared sometimes +* Fixed bug which caused inf. reloads after rebuilding the sitemap via the admin panel +* Improved handling of missing sitemaps files if WP was moved to another location + += 3.1.4 (2009-06-22) = +* Fixed bug which broke all pings in WP older than 2.7 +* Added more output in debug mode if pings fail +* Moved global post variable so other plugins can use it in get_permalink() +* Added small icon for ozh admin menu +* Added more help links in UI + += 3.1.3 (2009-06-07) = +* Changed MSN Live Search to Bing +* Exclude categories also now exludes the category itself and not only the posts +* Pings now use the new WordPress HTTP API instead of Snoopy +* Fixed bug that in localized WP installations priorities could not be saved +* The sitemap cron job is now cleared after a manual rebuild or after changing the config +* Adjusted style of admin area for WP 2.8 and refreshed icons +* Disabled the “Exclude categories” feature for WP 2.5.1, since it doesn’t have the required functions yet + += 3.1.2 (2008-12-26) = +* Changed the way the stylesheet is saved (default / custom stylesheet) +* Sitemap is now rebuild when a page is published +* Removed support for static robots.txt files, this is now handled via WordPress functions +* Added compat. exceptions for WP 2.0 and WP 2.1 + += 3.1.1 (2008-12-21) = +* Fixed redirect issue if wp-admin is rewritten via mod_rewrite, thanks to macjoost +* Fixed wrong path to assets, thanks PozHonks +* Fixed wrong plugin URL if wp-content was renamed / redirected, thanks to wnorris +* Updated WP User Interface for 2.7 +* Various other small things + += 3.1.0.1 (2008-05-27) = +* Extracted UI JS to external file +* Enabled the option to include following pages of multi-page posts +* Script tries to raise memory and time limit if active + += 3.1 (2008-05-22) = +* Marked as stable + += 3.1b3 (2008-05-19) = +* Cleaned up plugin directory and moved img files to subfolders +* Fixed background building bug in WP 2.1 +* Removed auto-update plugin link for WP < 2.5 + += 3.1b2 (2008-05-18) = +* Fixed critical bug with the build in background option +* Added notification if a build is scheduled + += 3.1b1 (2008-05-08) = +* Splitted plugin in loader, generator and user interface to save memory +* Generator and UI will only be loaded when needed +* Secured all admin actions with nonces +* Improved WP 2.5 handling +* New "Suggest a Feature" link + += 3.0.3.3 (2008-04-29) = +* Fixed author pages +* Enhanced background building and increased delay to 15 seconds +* Enabled background building by default + += 3.0.3.2 (2008-04-28) = +* Improved WP 2.5 handling (fixes blank screens and timeouts) + += 3.0.3.1 (2008-03-30) = +* Added compatibility CSS for WP 2.5 + += 3.0.3 (2007-12-30) = +* Added option to ping MSN Live Search +* Removed some WordPress hooks (the sitemap isn’t updates with every comment anymore) + += 3.0.2.1 (2007-11-28) = +* Fixed wrong XML Schema Location (Thanks to Emanuele Tessore) +* Added Russian Language files by Sergey http://ryvkin.ru + += 3.0.2 (2007-11-25) = +* Fixed bug which caused that some settings were not saved correctly +* Added option to exclude pages or post by ID +* Restored YAHOO ping service with API key since the other one is to unreliable + += 3.0.1 (2007-11-03) = +* Changed HTTP client for ping requests to Snoopy +* Added "safemode" for SQL which doesn’t use unbuffered results +* Added option to run the building process in background using wp-cron +* Added links to test the ping if it failed + += 3.0 final (2007-09-24) = +* Marked as stable +* Removed useless functions + += 3.0b11 (2007-09-23) = +* Changed mysql queries to unbuffered queries +* Uses MUCH less memory +* Option to limit the number of posts + += 3.0b10 (2007-09-04) = +* Added category support for WordPress 2.3 +* Fixed bug with empty URLs in sitemap +* Repaired GET building + += 3.0b9 (2007-09-02) = +* Added tag support for WordPress 2.3 +* Fixed archive bug with static pages (Thanks to Peter Claus Lamprecht) +* Fixed some missing translation strings, thanks to Kirin Lin + += 3.0b8 (2007-07-22) = +* Fixed bug with empty categories +* Fixed bug with translation plugins +* Added support for robots.txt +* Switched YAHOO ping API from YAHOO Web Services to the “normal” ping service +* Search engines will only be pinged if the sitemap file has changed + += 3.0b7 (2007-05-17) = +* Added Ask.com notification +* Added option to include the author pages like /author/john +* Fixed WP 2.1 / Pre 2.1 post / pages database changes +* Added check to not build the sitemap if importing posts +* Fixed wrong XSLT location (Thanks froosh) +* Small enhancements and bug fixes + += 3.0b6 (2007-01-23) = +* sitemap.xml.gz was not compressed +* YAHOO update-notification was PHP5 only (Thanks to Joseph Abboud!) +* More WP 2.1 optimizations +* Reduced memory usage with PHP5 + += 3.0b5 (2007-01-19) = +* WordPress 2 Design +* YAHOO update notification +* New status report, removed ugly logfiles +* Added option to define a XSLT stylesheet and added a default one +* Fixed bug with sub-pages, thanks to [Mike](http://baptiste.us/), [Peter](http://fastagent.de/) and [Glenn](http://publicityship.com.au/) +* Improved file handling, thanks to [VJTD3](http://www.vjtd3.com/) +* WP 2.1 improvements + += 3.0b4 (2006-11-16) = +* Fixed some smaller bugs +* Decreased memory usage which should solve timeout and memory problems +* Updated namespace to support YAHOO and MSN + += 3.0b2 (2006-01-14) = +* Fixed several bugs reported by users + += 3.0b (2005-11-25) = +* WordPress 2.0 (Beta, RC1) compatible +* Added different priority calculation modes and introduced an API to create custom ones (Some people didn’t like the way to calculate the post priority based on the count of user comments. This will give you the possibility to develop custom priority providers which fit your needs.) +* Added support to use the [Popularity Contest](http://www.alexking.org/blog/2005/07/27/popularity-contest-11/) plugin by [Alex King](http://www.alexking.org/) to calculate post priority (If you are already using the Popularity Contest plugin, this will be the best way to determine the priority of the posts. Uses to new priority API noted above.) +* Added option to exclude password protected posts (This was one of the most requested features.) +* Posts and pages marked for publish with a date in the future won’t be included +* Added function to start sitemap creation via GET and a secret key (If you are using external software which directly writes into the database without using the WordPress API, you can rebuild the sitemap with a simple HTTP Request. This can be made with a cron job for example.) +* Improved compatibility with other plugins (There should no longer be problems with other plugins now which checked for existence of a specified function to determine if you are in the control panel or not.) +* Recoded plugin architecture which is now fully OOP (The code is now cleaner and better to understand which makes it easier to modify. This should also avoid namespace problems.) +* Improved speed and optimized settings handling (Settings and pages are only loaded if the sitemap generation process starts and not every time a page loads. This saves one MySQL Query on every request.) +* Added Button to restore default configuration (Messed up the config? You’ll need just one click to restore all settings.) +* Added log file to check everything is running (In the new log window you can see when your sitemap was rebuilt or if there was any error.) +* Improved user-interface +* Added several links to homepage and support (This includes the Notify List about new releases and the WordPress support forum.) + += 2.7 (2005-11-25) = +* Added Polish Translation by [kuba](http://kubazwolinski.com/) + += 2.7 (2005-11-01) = +* Added French Translation by [Thierry Lanfranchi](http://www.chezthierry.info/) + += 2.7 (2005-07-21) = +* Fixed bug with incorrect date in additional pages (wrong format) +* Added Swedish Translation by [Tobias Bergius](http://tobiasbergius.se/) + += 2.6 (2005-07-16) = +* Included Chinese (Simplified) language files by [june6](http://www.june6.cn/) + += 2.6 (2005-07-04) = +* Added support to store the files at a custom location +* Changed the home URL to have a slash at the end +* Fixed errors with wp-mail +* Added support for other plugins to add content to the sitemap + += 2.5 (2005-06-15) = +* You can include now external pages which aren’t generated by WordPress or are not recognized by this plugin +* You can define a minimum post priority, which will overrride the calculated value if it’s too low +* The plugin will automatically ping Google whenever the sitemap gets regenerated +* Update 1: Included Spanish translations by [Cesar Gomez Martin](http://www.cesargomez.org/) +* Update 2: Included Italian translations by [Stefano Aglietti](http://wordpress-it.it/) +* Update 3: Included Traditional Chinese translations by [Kirin Lin](http://kirin-lin.idv.tw/) + += 2.2 (2005-06-08) = +* Language file support: [Hiromasa](http://hiromasa.zone.ne.jp/) from [http://hiromasa.zone.ne.jp](http://hiromasa.zone.ne.jp/) sent me a japanese version of the user interface and modified the script to support it! Thanks for this! Check [the WordPress Codex](http://codex.wordpress.org/WordPress_Localization) how to set the language in WordPress. +* Added Japanese user interface by [Hiromasa](http://hiromasa.zone.ne.jp/) +* Added German user interface by me + += 2.12 (2005-06-07) = +* Changed SQL Statement for categories that it also works on MySQL 3 + += 2.11 (2005-06-07) = +* Fixed a hardcoded tablename which made a SQL error + += 2.1 (2005-06-07) = +* Can also generate a gzipped version of the xml file (sitemap.xml.gz) +* Uses correct last modification dates for categories and archives. (Thanks to thx [Rodney Shupe](http://www.shupe.ca/) for the SQL) +* Supports now different WordPress / Blog directories +* Fixed bug which ignored different post/page priorities (Reported by [Brad](http://h3h.net/)) + += 2.01 (2005-06-07) = +* Fixed compatibility for PHP installations which are not configured to use short open tags +* Changed Line 147 from _e($i); to _e(strval($i)); +* Thanks to [Christian Aust](http://publicvoidblog.de/) for reporting this! + +== Screenshots == + +1. Plugin options page +2. Sample XML sitemap (with a stylesheet for making it readable) +3. Sample XML sitemap (without stylesheet) + +== License == + +Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial site. + +== Translations == + +The plugin comes with various translations, please refer to the [WordPress Codex](http://codex.wordpress.org/Installing_WordPress_in_Your_Language "Installing WordPress in Your Language") for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) (Windows). + +== Upgrade Notice == + += 4.0.9 = +Thanks for using Google XML Sitemaps! This release includes an important security fix that has been reported. diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/screenshot-1.png b/wordpress/wp-content/plugins/google-sitemap-generator/screenshot-1.png new file mode 100755 index 0000000000000000000000000000000000000000..a6317e31c495d3a1235d3624c463a12b93435df3 GIT binary patch literal 35423 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 Jl}Q-*|39{NL9YM+ literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/screenshot-3.png b/wordpress/wp-content/plugins/google-sitemap-generator/screenshot-3.png new file mode 100755 index 0000000000000000000000000000000000000000..0fef20a327ff48792a75055b26878cd2cc6a2de4 GIT binary patch literal 15392 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, $params); + break; + case "archives": + $this->BuildArchives($gsg); + break; + case "authors": + $this->BuildAuthors($gsg); + break; + case "tax": + $this->BuildTaxonomies($gsg, $params); + break; + case "externals": + $this->BuildExternals($gsg); + break; + case "misc": + $this->BuildMisc($gsg); + break; + } + } + + /** + * Generates the content for the post sitemap + * + * @param $gsg GoogleSitemapGenerator + * @param $params string + */ + public function BuildPosts($gsg, $params) { + + if(!$pts = strrpos($params, "-")) return; + + $pts = strrpos($params, "-", $pts - strlen($params) - 1); + + $postType = substr($params, 0, $pts); + + if(!$postType || !in_array($postType, $gsg->GetActivePostTypes())) return; + + $params = substr($params, $pts + 1); + + /**@var $wpdb wpdb */ + global $wpdb; + + if(preg_match('/^([0-9]{4})\-([0-9]{2})$/', $params, $matches)) { + $year = $matches[1]; + $month = $matches[2]; + + //Excluded posts by ID + $excludedPostIDs = $gsg->GetExcludedPostIDs($gsg); + $exPostSQL = ""; + if(count($excludedPostIDs) > 0) { + $exPostSQL = "AND p.ID NOT IN (" . implode(",", $excludedPostIDs) . ")"; + } + + //Excluded categories by taxonomy ID + $excludedCategoryIDs = $gsg->GetExcludedCategoryIDs($gsg); + $exCatSQL = ""; + if(count($excludedCategoryIDs) > 0) { + $exCatSQL = "AND ( p.ID NOT IN ( SELECT object_id FROM {$wpdb->term_relationships} WHERE term_taxonomy_id IN ( SELECT term_taxonomy_id FROM {$wpdb->term_taxonomy} WHERE term_id IN ( " . implode(",", $excludedCategoryIDs) . "))))"; + } + + //Statement to query the actual posts for this post type + $qs = " + SELECT + p.ID, + p.post_author, + p.post_status, + p.post_name, + p.post_parent, + p.post_type, + p.post_date, + p.post_date_gmt, + p.post_modified, + p.post_modified_gmt, + p.comment_count + FROM + {$wpdb->posts} p + WHERE + p.post_password = '' + AND p.post_type = '%s' + AND p.post_status = 'publish' + AND YEAR(p.post_date_gmt) = %d + AND MONTH(p.post_date_gmt) = %d + {$exPostSQL} + {$exCatSQL} + ORDER BY + p.post_date_gmt DESC + "; + + //Query for counting all relevant posts for this post type + $qsc = " + SELECT + COUNT(*) + FROM + {$wpdb->posts} p + WHERE + p.post_password = '' + AND p.post_type = '%s' + AND p.post_status = 'publish' + {$exPostSQL} + {$exCatSQL} + "; + + $q = $wpdb->prepare($qs, $postType, $year, $month); + + $posts = $wpdb->get_results($q); + + if(($postCount = count($posts)) > 0) { + /** @var $priorityProvider GoogleSitemapGeneratorPrioProviderBase */ + $priorityProvider = NULL; + + if($gsg->GetOption("b_prio_provider") != '') { + + //Number of comments for all posts + $cacheKey = __CLASS__ . "::commentCount"; + $commentCount = wp_cache_get($cacheKey,'sitemap'); + if ($commentCount == false) { + $commentCount = $wpdb->get_var("SELECT COUNT(*) as `comment_count` FROM {$wpdb->comments} WHERE `comment_approved`='1'"); + wp_cache_set($cacheKey, $commentCount, 'sitemap', 20); + } + + //Number of all posts matching our criteria + $cacheKey = __CLASS__ . "::totalPostCount::$postType"; + $totalPostCount = wp_cache_get($cacheKey,'sitemap'); + if($totalPostCount === false) { + $totalPostCount = $wpdb->get_var($wpdb->prepare($qsc,$postType)); + wp_cache_add($cacheKey,$totalPostCount, 'sitemap', 20); + } + + //Initialize a new priority provider + $providerClass = $gsg->GetOption('b_prio_provider'); + $priorityProvider = new $providerClass($commentCount, $totalPostCount); + } + + //Default priorities + $defaultPriorityForPosts = $gsg->GetOption('pr_posts'); + $defaultPriorityForPages = $gsg->GetOption('pr_pages'); + + //Minimum priority + $minimumPriority = $gsg->GetOption('pr_posts_min'); + + //Change frequencies + $changeFrequencyForPosts = $gsg->GetOption('cf_posts'); + $changeFrequencyForPages = $gsg->GetOption('cf_pages'); + + //Page as home handling + $homePid = 0; + $home = get_home_url(); + if('page' == get_option('show_on_front') && get_option('page_on_front')) { + $pageOnFront = get_option('page_on_front'); + $p = get_post($pageOnFront); + if($p) $homePid = $p->ID; + } + + foreach($posts AS $post) { + + //Fill the cache with our DB result. Since it's incomplete (no text-content for example), we will clean it later. + //This is required since the permalink function will do a query for every post otherwise. + //wp_cache_add($post->ID, $post, 'posts'); + + //Full URL to the post + $permalink = get_permalink($post); + + //Exclude the home page and placeholder items by some plugins. Also include only internal links. + if( + !empty($permalink) + && $permalink != $home + && $post->ID != $homePid + && strpos( $permalink, $home) !== false + ) { + + //Default Priority if auto calc is disabled + $priority = ($postType == 'page' ? $defaultPriorityForPages : $defaultPriorityForPosts); + + //If priority calc. is enabled, calculate (but only for posts, not pages)! + if($priorityProvider !== null && $postType == 'post') { + $priority = $priorityProvider->GetPostPriority($post->ID, $post->comment_count, $post); + } + + //Ensure the minimum priority + if($postType == 'post' && $minimumPriority > 0 && $priority < $minimumPriority) $priority = $minimumPriority; + + //ADdd the URL to the sitemap + $gsg->AddUrl( + $permalink, + $gsg->GetTimestampFromMySql($post->post_modified_gmt && $post->post_modified_gmt != '0000-00-00 00:00:00'? $post->post_modified_gmt : $post->post_date_gmt), + ($postType == 'page' ? $changeFrequencyForPages : $changeFrequencyForPosts), + $priority, $post->ID); + } + + //Why not use clean_post_cache? Because some plugin will go crazy then (lots of database queries) + //The post cache was not populated in a clean way, so we also won't delete it using the API. + //wp_cache_delete( $post->ID, 'posts' ); + unset($post); + } + } + + unset($posts); + } + } + + /** + * Generates the content for the archives sitemap + * + * @param $gsg GoogleSitemapGenerator + */ + public function BuildArchives($gsg) { + /** @var $wpdb wpdb */ + global $wpdb; + $now = current_time('mysql', true); + + $archives = $wpdb->get_results(" + SELECT DISTINCT + YEAR(post_date_gmt) AS `year`, + MONTH(post_date_gmt) AS `month`, + MAX(post_date_gmt) AS last_mod, + count(ID) AS posts + FROM + $wpdb->posts + WHERE + post_date_gmt < '$now' + AND post_status = 'publish' + AND post_type = 'post' + GROUP BY + YEAR(post_date_gmt), + MONTH(post_date_gmt) + ORDER BY + post_date_gmt DESC + "); + + if($archives) { + foreach($archives as $archive) { + + $url = get_month_link($archive->year, $archive->month); + + //Archive is the current one + if($archive->month == date("n") && $archive->year == date("Y")) { + $changeFreq = $gsg->GetOption("cf_arch_curr"); + } else { // Archive is older + $changeFreq = $gsg->GetOption("cf_arch_old"); + } + + $gsg->AddUrl($url, $gsg->GetTimestampFromMySql($archive->last_mod), $changeFreq, $gsg->GetOption("pr_arch")); + } + } + } + + /** + * Generates the misc sitemap + * + * @param $gsg GoogleSitemapGenerator + */ + public function BuildMisc($gsg) { + + $lm = get_lastpostmodified('gmt'); + + if($gsg->GetOption("in_home")) { + $home = get_bloginfo('url'); + + //Add the home page (WITH a slash!) + if($gsg->GetOption("in_home")) { + if('page' == get_option('show_on_front') && get_option('page_on_front')) { + $pageOnFront = get_option('page_on_front'); + $p = get_post($pageOnFront); + if($p) { + $gsg->AddUrl(trailingslashit($home), $gsg->GetTimestampFromMySql(($p->post_modified_gmt && $p->post_modified_gmt != '0000-00-00 00:00:00' + ? $p->post_modified_gmt + : $p->post_date_gmt)), $gsg->GetOption("cf_home"), $gsg->GetOption("pr_home")); + } + } else { + $gsg->AddUrl(trailingslashit($home), ($lm ? $gsg->GetTimestampFromMySql($lm) + : time()), $gsg->GetOption("cf_home"), $gsg->GetOption("pr_home")); + } + } + } + + if($gsg->IsXslEnabled() && $gsg->GetOption("b_html") === true) { + $gsg->AddUrl($gsg->GetXmlUrl("", "", array("html" => true)), ($lm ? $gsg->GetTimestampFromMySql($lm) + : time())); + } + + do_action('sm_buildmap'); + } + + /** + * Generates the author sitemap + * + * @param $gsg GoogleSitemapGenerator + */ + public function BuildAuthors($gsg) { + /** @var $wpdb wpdb */ + global $wpdb; + + //Unfortunately there is no API function to get all authors, so we have to do it the dirty way... + //We retrieve only users with published and not password protected enabled post types + + $enabledPostTypes = $gsg->GetActivePostTypes(); + + //Ensure we count at least the posts... + if(count($enabledPostTypes) == 0) $enabledPostTypes[] = "post"; + + $sql = "SELECT DISTINCT + u.ID, + u.user_nicename, + MAX(p.post_modified_gmt) AS last_post + FROM + {$wpdb->users} u, + {$wpdb->posts} p + WHERE + p.post_author = u.ID + AND p.post_status = 'publish' + AND p.post_type IN('" . implode("','", array_map('esc_sql', $enabledPostTypes)) . "') + AND p.post_password = '' + GROUP BY + u.ID, + u.user_nicename"; + + $authors = $wpdb->get_results($sql); + + if($authors && is_array($authors)) { + foreach($authors as $author) { + $url = get_author_posts_url($author->ID, $author->user_nicename); + $gsg->AddUrl($url, $gsg->GetTimestampFromMySql($author->last_post), $gsg->GetOption("cf_auth"), $gsg->GetOption("pr_auth")); + } + } + } + + /** + * Filters the terms query to only include published posts + * + * @param $selects string[] + * @return string[] + */ + public function FilterTermsQuery($selects) { + /** @var $wpdb wpdb */ + global $wpdb; + $selects[] = " + ( /* ADDED BY XML SITEMAPS */ + SELECT + UNIX_TIMESTAMP(MAX(p.post_date_gmt)) as _mod_date + FROM + {$wpdb->posts} p, + {$wpdb->term_relationships} r + WHERE + p.ID = r.object_id + AND p.post_status = 'publish' + AND p.post_password = '' + AND r.term_taxonomy_id = tt.term_taxonomy_id + ) as _mod_date + /* END ADDED BY XML SITEMAPS */ + "; + + return $selects; + } + + /** + * Generates the taxonomies sitemap + * + * @param $gsg GoogleSitemapGenerator + * @param $taxonomy string The Taxonomy + */ + public function BuildTaxonomies($gsg, $taxonomy) { + + $enabledTaxonomies = $this->GetEnabledTaxonomies($gsg); + if(in_array($taxonomy, $enabledTaxonomies)) { + + $excludes = array(); + + if($taxonomy == "category") { + $exclCats = $gsg->GetOption("b_exclude_cats"); // Excluded cats + if($exclCats) $excludes = $exclCats; + } + + add_filter("get_terms_fields", array($this, "FilterTermsQuery"), 20, 2); + $terms = get_terms($taxonomy, array("hide_empty" => true, "hierarchical" => false, "exclude" => $excludes)); + remove_filter("get_terms_fields", array($this, "FilterTermsQuery"), 20, 2); + + foreach($terms AS $term) { + $gsg->AddUrl(get_term_link($term, $term->taxonomy), $term->_mod_date, $gsg->GetOption("cf_tags"), $gsg->GetOption("pr_tags")); + } + } + } + + /** + * Returns the enabled taxonomies. Only taxonomies with posts are returned. + * + * @param GoogleSitemapGenerator $gsg + * @return array + */ + public function GetEnabledTaxonomies(GoogleSitemapGenerator $gsg) { + + $enabledTaxonomies = $gsg->GetOption("in_tax"); + if($gsg->GetOption("in_tags")) $enabledTaxonomies[] = "post_tag"; + if($gsg->GetOption("in_cats")) $enabledTaxonomies[] = "category"; + + $taxList = array(); + foreach($enabledTaxonomies as $taxName) { + $taxonomy = get_taxonomy($taxName); + if($taxonomy && wp_count_terms($taxonomy->name, array('hide_empty' => true)) > 0) $taxList[] = $taxonomy->name; + } + return $taxList; + } + + /** + * Generates the external sitemap + * + * @param $gsg GoogleSitemapGenerator + */ + public function BuildExternals($gsg) { + $pages = $gsg->GetPages(); + if($pages && is_array($pages) && count($pages) > 0) { + foreach($pages AS $page) { + /** @var $page GoogleSitemapGeneratorPage */ + $gsg->AddUrl($page->GetUrl(), $page->getLastMod(), $page->getChangeFreq(), $page->getPriority()); + } + } + } + + /** + * Generates the sitemap index + * + * @param $gsg GoogleSitemapGenerator + */ + public function Index($gsg) { + /** + * @var $wpdb wpdb + */ + global $wpdb; + + $blogUpdate = strtotime(get_lastpostmodified('gmt')); + + $gsg->AddSitemap("misc", null, $blogUpdate); + + + $taxonomies = $this->GetEnabledTaxonomies($gsg); + foreach($taxonomies AS $tax) { + $gsg->AddSitemap("tax", $tax, $blogUpdate); + } + + $pages = $gsg->GetPages(); + if(count($pages) > 0) { + foreach($pages AS $page) { + if($page instanceof GoogleSitemapGeneratorPage && $page->GetUrl()) { + $gsg->AddSitemap("externals", null, $blogUpdate); + break; + } + } + } + + $enabledPostTypes = $gsg->GetActivePostTypes(); + + $hasEnabledPostTypesPosts = false; + $hasPosts = false; + + if(count($enabledPostTypes) > 0) { + + $excludedPostIDs = $gsg->GetExcludedPostIDs($gsg); + $exPostSQL = ""; + if(count($excludedPostIDs) > 0) { + $exPostSQL = "AND p.ID NOT IN (" . implode(",", $excludedPostIDs) . ")"; + } + + $excludedCategoryIDs = $gsg->GetExcludedCategoryIDs($gsg); + $exCatSQL = ""; + if(count($excludedCategoryIDs) > 0) { + $exCatSQL = "AND ( p.ID NOT IN ( SELECT object_id FROM {$wpdb->term_relationships} WHERE term_taxonomy_id IN (" . implode(",", $excludedCategoryIDs) . ")))"; + } + + foreach($enabledPostTypes AS $postType) { + $q = " + SELECT + YEAR(p.post_date_gmt) AS `year`, + MONTH(p.post_date_gmt) AS `month`, + COUNT(p.ID) AS `numposts`, + MAX(p.post_modified_gmt) as `last_mod` + FROM + {$wpdb->posts} p + WHERE + p.post_password = '' + AND p.post_type = '" . esc_sql($postType) . "' + AND p.post_status = 'publish' + $exPostSQL + $exCatSQL + GROUP BY + YEAR(p.post_date_gmt), + MONTH(p.post_date_gmt) + ORDER BY + p.post_date_gmt DESC"; + + $posts = $wpdb->get_results($q); + + if($posts) { + if($postType=="post") $hasPosts = true; + + $hasEnabledPostTypesPosts = true; + + foreach($posts as $post) { + $gsg->AddSitemap("pt", $postType . "-" . sprintf("%04d-%02d", $post->year, $post->month), $gsg->GetTimestampFromMySql($post->last_mod)); + } + } + } + } + + //Only include authors if there is a public post with a enabled post type + if($gsg->GetOption("in_auth") && $hasEnabledPostTypesPosts) $gsg->AddSitemap("authors", null, $blogUpdate); + + //Only include archived if there are posts with postType post + if($gsg->GetOption("in_arch") && $hasPosts) $gsg->AddSitemap("archives", null, $blogUpdate); + } + + /** + * Return the URL to the sitemap related to a specific post + * + * @param array $urls + * @param $gsg GoogleSitemapGenerator + * @param $postID int The post ID + * + * @return string[] + */ + public function GetSitemapUrlForPost(array $urls, $gsg, $postID) { + $post = get_post($postID); + if($post) { + $lastModified = $gsg->GetTimestampFromMySql($post->post_modified_gmt); + + $url = $gsg->GetXmlUrl("pt", $post->post_type . "-" . date("Y-m", $lastModified)); + $urls[] = $url; + } + + return $urls; + } +} + +if(defined("WPINC")) new GoogleSitemapGeneratorStandardBuilder(); \ No newline at end of file diff --git a/wordpress/wp-content/plugins/google-sitemap-generator/sitemap-core.php b/wordpress/wp-content/plugins/google-sitemap-generator/sitemap-core.php new file mode 100644 index 00000000..e67d4b82 --- /dev/null +++ b/wordpress/wp-content/plugins/google-sitemap-generator/sitemap-core.php @@ -0,0 +1,2272 @@ +startTime = microtime(true); + + $this->autoSave = $autoSave; + + if($autoSave) { + + $exists = get_option("sm_status"); + + if ($exists === false) + add_option("sm_status", "", null, "no"); + + $this->Save(); + } + } + + /** + * Saves the status back to the database + */ + public function Save() { + update_option("sm_status", $this); + } + + /** + * Returns the last saved status object or null + * + * @return GoogleSitemapGeneratorStatus + */ + public static function Load() { + $status = @get_option("sm_status"); + if(is_a($status, "GoogleSitemapGeneratorStatus")) { + return $status; + } + else return null; + } + + /** + * Ends the ping process + */ + public function End() { + $this->endTime = microtime(true); + if($this->autoSave) $this->Save(); + } + + /** + * Returns the duration of the ping process + * @return int + */ + public function GetDuration() { + return round($this->endTime - $this->startTime, 2); + } + + /** + * Returns the time when the pings were started + * @return int + */ + public function GetStartTime() { + return round($this->startTime, 2); + } + + /** + * @param $service string The internal name of the ping service + * @param $url string The URL to ping + * @param $name string The display name of the service + * @return void + */ + public function StartPing($service, $url, $name = null) { + $this->pingResults[$service] = array( + 'startTime' => microtime(true), + 'endTime' => 0, + 'success' => false, + 'url' => $url, + 'name' => $name ? $name : $service + ); + + if($this->autoSave) $this->Save(); + } + + /** + * @param $service string The internal name of the ping service + * @param $success boolean If the ping was successful + * @return void + */ + public function EndPing($service, $success) { + $this->pingResults[$service]['endTime'] = microtime(true); + $this->pingResults[$service]['success'] = $success; + + if($this->autoSave) $this->Save(); + } + + /** + * Returns the duration of the last ping of a specific ping service + * + * @param $service string The internal name of the ping service + * @return float + */ + public function GetPingDuration($service) { + $res = $this->pingResults[$service]; + return round($res['endTime'] - $res['startTime'], 2); + } + + /** + * Returns the last result for a specific ping service + * + * @param $service string The internal name of the ping service + * @return array + */ + public function GetPingResult($service) { + return $this->pingResults[$service]['success']; + } + + /** + * Returns the URL for a specific ping service + * + * @param $service string The internal name of the ping service + * @return array + */ + public function GetPingUrl($service) { + return $this->pingResults[$service]['url']; + } + + /** + * Returns the name for a specific ping service + * + * @param $service string The internal name of the ping service + * @return array + */ + public function GetServiceName($service) { + return $this->pingResults[$service]['name']; + } + + /** + * Returns if a service was used in the last ping + * + * @param $service string The internal name of the ping service + * @return bool + */ + public function UsedPingService($service) { + return array_key_exists($service, $this->pingResults); + } + + /** + * Returns the services which were used in the last ping + * + * @return array + */ + public function GetUsedPingServices() { + return array_keys($this->pingResults); + } +} + +/** + * Represents an item in the page list + * @author Arne Brachhold + * @package sitemap + * @since 3.0 + */ +class GoogleSitemapGeneratorPage { + + /** + * @var string $_url Sets the URL or the relative path to the site dir of the page + */ + public $_url; + + /** + * @var float $_priority Sets the priority of this page + */ + public $_priority; + + /** + * @var string $_changeFreq Sets the chanfe frequency of the page. I want Enums! + */ + public $_changeFreq; + + /** + * @var int $_lastMod Sets the lastMod date as a UNIX timestamp. + */ + public $_lastMod; + + /** + * @var int $_postID Sets the post ID in case this item is a WordPress post or page + */ + public $_postID; + + /** + * Initialize a new page object + * + * @since 3.0 + * @param string $url The URL or path of the file + * @param float $priority The Priority of the page 0.0 to 1.0 + * @param string $changeFreq The change frequency like daily, hourly, weekly + * @param int $lastMod The last mod date as a unix timestamp + * @param int $postID The post ID of this page + * @return GoogleSitemapGeneratorPage + * + */ + public function __construct($url = "", $priority = 0.0, $changeFreq = "never", $lastMod = 0, $postID = 0) { + $this->SetUrl($url); + $this->SetProprity($priority); + $this->SetChangeFreq($changeFreq); + $this->SetLastMod($lastMod); + $this->SetPostID($postID); + } + + /** + * Returns the URL of the page + * + * @return string The URL + */ + public function GetUrl() { + return $this->_url; + } + + /** + * Sets the URL of the page + * + * @param string $url The new URL + */ + public function SetUrl($url) { + $this->_url = (string) $url; + } + + /** + * Returns the priority of this page + * + * @return float the priority, from 0.0 to 1.0 + */ + public function GetPriority() { + return $this->_priority; + } + + /** + * Sets the priority of the page + * + * @param float $priority The new priority from 0.1 to 1.0 + */ + public function SetProprity($priority) { + $this->_priority = floatval($priority); + } + + /** + * Returns the change frequency of the page + * + * @return string The change frequncy like hourly, weekly, monthly etc. + */ + public function GetChangeFreq() { + return $this->_changeFreq; + } + + /** + * Sets the change frequency of the page + * + * @param string $changeFreq The new change frequency + */ + public function SetChangeFreq($changeFreq) { + $this->_changeFreq = (string) $changeFreq; + } + + /** + * Returns the last mod of the page + * + * @return int The lastmod value in seconds + */ + public function GetLastMod() { + return $this->_lastMod; + } + + /** + * Sets the last mod of the page + * + * @param int $lastMod The lastmod of the page + */ + public function SetLastMod($lastMod) { + $this->_lastMod = intval($lastMod); + } + + /** + * Returns the ID of the post + * + * @return int The post ID + */ + public function GetPostID() { + return $this->_postID; + } + + /** + * Sets the ID of the post + * + * @param int $postID The new ID + */ + public function SetPostID($postID) { + $this->_postID = intval($postID); + } + + public function Render() { + + if($this->_url == "/" || empty($this->_url)) return ''; + + $r = ""; + $r .= "\t\n"; + $r .= "\t\t" . $this->EscapeXML(esc_url_raw($this->_url)) . "\n"; + if($this->_lastMod > 0) $r .= "\t\t" . date('Y-m-d\TH:i:s+00:00', $this->_lastMod) . "\n"; + if(!empty($this->_changeFreq)) $r .= "\t\t" . $this->_changeFreq . "\n"; + if($this->_priority !== false && $this->_priority !== "") $r .= "\t\t" . number_format($this->_priority, 1) . "\n"; + $r .= "\t\n"; + return $r; + } + + protected function EscapeXML($string) { + return str_replace(array('&', '"', "'", '<', '>'), array('&', '"', ''', '<', '>'), $string); + } +} + +/** + * Represents an XML entry, like definitions + * @author Arne Brachhold + * @package sitemap + * @since 3.0 + */ +class GoogleSitemapGeneratorXmlEntry { + + protected $_xml; + + public function __construct($xml) { + $this->_xml = $xml; + } + + public function Render() { + return $this->_xml; + } +} + +/** + * Represents an comment + * @author Arne Brachhold + * @package sitemap + * @since 3.0 + * @uses GoogleSitemapGeneratorXmlEntry + */ +class GoogleSitemapGeneratorDebugEntry extends GoogleSitemapGeneratorXmlEntry { + + public function Render() { + return "\n"; + } +} + +/** + * Represents an item in the sitemap + * @author Arne Brachhold + * @package sitemap + * @since 3.0 + */ +class GoogleSitemapGeneratorSitemapEntry { + + /** + * @var string $_url Sets the URL or the relative path to the site dir of the page + */ + protected $_url; + + /** + * @var int $_lastMod Sets the lastMod date as a UNIX timestamp. + */ + protected $_lastMod; + + /** + * Returns the URL of the page + * + * @return string The URL + */ + public function GetUrl() { + return $this->_url; + } + + /** + * Sets the URL of the page + * + * @param string $url The new URL + */ + public function SetUrl($url) { + $this->_url = (string) $url; + } + + /** + * Returns the last mod of the page + * + * @return int The lastmod value in seconds + */ + public function GetLastMod() { + return $this->_lastMod; + } + + /** + * Sets the last mod of the page + * + * @param int $lastMod The lastmod of the page + */ + public function SetLastMod($lastMod) { + $this->_lastMod = intval($lastMod); + } + + public function __construct($url = "", $lastMod = 0) { + $this->SetUrl($url); + $this->SetLastMod($lastMod); + } + + public function Render() { + + if($this->_url == "/" || empty($this->_url)) return ''; + + $r = ""; + $r .= "\t\n"; + $r .= "\t\t" . $this->EscapeXML(esc_url_raw($this->_url)) . "\n"; + if($this->_lastMod > 0) $r .= "\t\t" . date('Y-m-d\TH:i:s+00:00', $this->_lastMod) . "\n"; + $r .= "\t\n"; + return $r; + } + + protected function EscapeXML($string) { + return str_replace(array('&', '"', "'", '<', '>'), array('&', '"', ''', '<', '>'), $string); + } +} + +/** + * Interface for all priority providers + * @author Arne Brachhold + * @package sitemap + * @since 3.0 + */ +interface GoogleSitemapGeneratorPrioProviderBase { + + /** + * Initializes a new priority provider + * + * @param $totalComments int The total number of comments of all posts + * @param $totalPosts int The total number of posts + * @since 3.0 + */ + function __construct($totalComments, $totalPosts); + + /** + * Returns the (translated) name of this priority provider + * + * @since 3.0 + * @return string The translated name + */ + static function GetName(); + + /** + * Returns the (translated) description of this priority provider + * + * @since 3.0 + * @return string The translated description + */ + static function GetDescription(); + + /** + * Returns the priority for a specified post + * + * @param $postID int The ID of the post + * @param $commentCount int The number of comments for this post + * @since 3.0 + * @return int The calculated priority + */ + function GetPostPriority($postID, $commentCount); +} + +/** + * Priority Provider which calculates the priority based on the number of comments + * @author Arne Brachhold + * @package sitemap + * @since 3.0 + */ +class GoogleSitemapGeneratorPrioByCountProvider implements GoogleSitemapGeneratorPrioProviderBase { + + /** + * @var int $_totalComments The total number of comments of all posts + */ + protected $_totalComments = 0; + + /** + * @var int $_totalComments The total number of posts + */ + protected $_totalPosts = 0; + + /** + * Initializes a new priority provider + * + * @param $totalComments int The total number of comments of all posts + * @param $totalPosts int The total number of posts + * @since 3.0 + */ + public function __construct($totalComments, $totalPosts) { + $this->_totalComments = $totalComments; + $this->_totalPosts = $totalPosts; + + } + + /** + * Returns the (translated) name of this priority provider + * + * @since 3.0 + * @return string The translated name + */ + public static function GetName() { + return __("Comment Count", 'sitemap'); + } + + /** + * Returns the (translated) description of this priority provider + * + * @since 3.0 + * @return string The translated description + */ + public static function GetDescription() { + return __("Uses the number of comments of the post to calculate the priority", 'sitemap'); + } + + /** + * Returns the priority for a specified post + * + * @param $postID int The ID of the post + * @param $commentCount int The number of comments for this post + * @since 3.0 + * @return int The calculated priority + */ + public function GetPostPriority($postID, $commentCount) { + if($this->_totalComments > 0 && $commentCount > 0) { + return round(($commentCount * 100 / $this->_totalComments) / 100, 1); + } else { + return 0; + } + } +} + +/** + * Priority Provider which calculates the priority based on the average number of comments + * @author Arne Brachhold + * @package sitemap + * @since 3.0 + */ +class GoogleSitemapGeneratorPrioByAverageProvider implements GoogleSitemapGeneratorPrioProviderBase { + + + /** + * @var int $_totalComments The total number of comments of all posts + */ + protected $_totalComments = 0; + + /** + * @var int $_totalComments The total number of posts + */ + protected $_totalPosts = 0; + + /** + * @var int $_average The average number of comments per post + */ + protected $_average = 0.0; + + /** + * Returns the (translated) name of this priority provider + * + * @since 3.0 + * @return string The translated name + */ + public static function GetName() { + return __("Comment Average", 'sitemap'); + } + + /** + * Returns the (translated) description of this priority provider + * + * @since 3.0 + * @return string The translated description + */ + public static function GetDescription() { + return __("Uses the average comment count to calculate the priority", 'sitemap'); + } + + /** + * Initializes a new priority provider which calculates the post priority based on the average number of comments + * + * @param $totalComments int The total number of comments of all posts + * @param $totalPosts int The total number of posts + * @since 3.0 + */ + public function __construct($totalComments, $totalPosts) { + + $this->_totalComments = $totalComments; + $this->_totalPosts = $totalPosts; + + if($this->_totalComments > 0 && $this->_totalPosts > 0) { + $this->_average = (double) $this->_totalComments / $this->_totalPosts; + } + } + + /** + * Returns the priority for a specified post + * + * @param $postID int The ID of the post + * @param $commentCount int The number of comments for this post + * @since 3.0 + * @return int The calculated priority + */ + public function GetPostPriority($postID, $commentCount) { + + //Do not divide by zero! + if($this->_average == 0) { + if($commentCount > 0) $priority = 1; + else $priority = 0; + } else { + $priority = $commentCount / $this->_average; + if($priority > 1) $priority = 1; + else if($priority < 0) $priority = 0; + } + + return round($priority, 1); + } +} + +/** + * Class to generate a sitemaps.org Sitemaps compliant sitemap of a WordPress site. + * + * @package sitemap + * @author Arne Brachhold + * @since 3.0 + */ +final class GoogleSitemapGenerator { + /** + * @var array The unserialized array with the stored options + */ + private $options = array(); + + /** + * @var array The saved additional pages + */ + private $pages = array(); + + /** + * @var array The values and names of the change frequencies + */ + private $freqNames = array(); + + /** + * @var array A list of class names which my be called for priority calculation + */ + private $prioProviders = array(); + + /** + * @var bool True if init complete (options loaded etc) + */ + private $isInitiated = false; + + /** + * @var bool Defines if the sitemap building process is active at the moment + */ + private $isActive = false; + + /** + * @var array Holds options like output format and compression for the current request + */ + private $buildOptions = array(); + + /** + * Holds the user interface object + * + * @since 3.1.1 + * @var GoogleSitemapGeneratorUI + */ + private $ui = null; + + /** + * Defines if the simulation mode is on. In this case, data is not echoed but saved instead. + * @var boolean + */ + private $simMode = false; + + /** + * Holds the data if simulation mode is on + * @var array + */ + private $simData = array("sitemaps" => array(), "content" => array()); + + /** + * @var bool Defines if the options have been loaded + */ + private $optionsLoaded = false; + + + /*************************************** CONSTRUCTION AND INITIALIZING ***************************************/ + + /** + * Initializes a new Google Sitemap Generator + * + * @since 4.0 + */ + private function __construct() { + + } + + /** + * Returns the instance of the Sitemap Generator + * + * @since 3.0 + * @return GoogleSitemapGenerator The instance or null if not available. + */ + public static function GetInstance() { + if(isset($GLOBALS["sm_instance"])) { + return $GLOBALS["sm_instance"]; + } else return null; + } + + /** + * Enables the Google Sitemap Generator and registers the WordPress hooks + * + * @since 3.0 + */ + public static function Enable() { + if(!isset($GLOBALS["sm_instance"])) { + $GLOBALS["sm_instance"] = new GoogleSitemapGenerator(); + } + } + + /** + * Loads up the configuration and validates the prioity providers + * + * This method is only called if the sitemaps needs to be build or the admin page is displayed. + * + * @since 3.0 + */ + public function Initate() { + if(!$this->isInitiated) { + + load_plugin_textdomain('sitemap',false,dirname( plugin_basename( __FILE__ ) ) . '/lang'); + + $this->freqNames = array( + "always" => __("Always", "sitemap"), + "hourly" => __("Hourly", "sitemap"), + "daily" => __("Daily", "sitemap"), + "weekly" => __("Weekly", "sitemap"), + "monthly" => __("Monthly", "sitemap"), + "yearly" => __("Yearly", "sitemap"), + "never" => __("Never", "sitemap") + ); + + + $this->LoadOptions(); + $this->LoadPages(); + + //Register our own priority providers + add_filter("sm_add_prio_provider", array($this, 'AddDefaultPrioProviders')); + + //Let other plugins register their providers + $r = apply_filters("sm_add_prio_provider", $this->prioProviders); + + //Check if no plugin return null + if($r != null) $this->prioProviders = $r; + + $this->ValidatePrioProviders(); + + $this->isInitiated = true; + } + } + + + /*************************************** VERSION AND LINK HELPERS ***************************************/ + + /** + * Returns the version of the generator + * + * @since 3.0 + * @return int The version + */ + public static function GetVersion() { + return GoogleSitemapGeneratorLoader::GetVersion(); + } + + /** + * Returns the SVN version of the generator + * + * @since 4.0 + * @return string The SVN version string + */ + public static function GetSvnVersion() { + return GoogleSitemapGeneratorLoader::GetSvnVersion(); + } + + /** + * Returns a link pointing to a specific page of the authors website + * + * @since 3.0 + * @param $redir string The to link to + * @return string The full url + */ + public static function GetRedirectLink($redir) { + return trailingslashit("http://www.arnebrachhold.de/redir/" . $redir); + } + + /** + * Returns a link pointing back to the plugin page in WordPress + * + * @since 3.0 + * @return string The full url + */ + public static function GetBackLink($extra = '') { + global $wp_version; + $url = admin_url("options-general.php?page=" . + GoogleSitemapGeneratorLoader::GetBaseName() . $extra); + return $url; + } + + /** + * Converts a mysql datetime value into a unix timestamp + * @param $mysqlDateTime string The timestamp in the mysql datetime format + * @return int The time in seconds + */ + public static function GetTimestampFromMySql($mysqlDateTime) { + list($date, $hours) = explode(' ', $mysqlDateTime); + list($year, $month, $day) = explode('-', $date); + list($hour, $min, $sec) = explode(':', $hours); + return mktime(intval($hour), intval($min), intval($sec), intval($month), intval($day), intval($year)); + } + + + /*************************************** SIMPLE GETTERS ***************************************/ + + /** + * Returns the names for the frequency values + * @return array + */ + public function GetFreqNames() { + return $this->freqNames; + } + + /** + * Returns if the site is running in multi site mode + * @since 4.0 + * @return bool + */ + public function IsMultiSite() { + return (function_exists("is_multisite") && is_multisite()); + } + + /** + * Returns if the sitemap building process is currently active + * + * @since 3.0 + * @return bool true if active + */ + public function IsActive() { + $inst = GoogleSitemapGenerator::GetInstance(); + return ($inst != null && $inst->isActive); + } + + /** + * Returns if the compressed sitemap was activated + * + * @since 3.0b8 + * @return true if compressed + */ + public function IsGzipEnabled() { + return (function_exists("gzwrite") && $this->GetOption('b_autozip')); + } + + /** + * Returns if the XML Dom and XSLT functions are enabled + * + * @since 4.0b1 + * @return true if compressed + */ + public function IsXslEnabled() { + return (class_exists("DomDocument") && class_exists("XSLTProcessor")); + } + + /** + * Returns if Nginx is used as the server software + * @since 4.0.3 + * + * @return bool + */ + function IsNginx() { + if ( isset( $_SERVER['SERVER_SOFTWARE'] ) && stristr( $_SERVER['SERVER_SOFTWARE'], 'nginx' ) !== false ) { + return true; + } + return false; + } + + + + /*************************************** TAXONOMIES AND CUSTOM POST TYPES ***************************************/ + + /** + * Returns if this version of WordPress supports the new taxonomy system + * + * @since 3.0b8 + * @return true if supported + */ + public function IsTaxonomySupported() { + return (function_exists("get_taxonomy") && function_exists("get_terms") && function_exists("get_taxonomies")); + } + + /** + * Returns the list of custom taxonomies. These are basically all taxonomies without categories and post tags + * + * @since 3.1.7 + * @return array Array of names of user-defined taxonomies + */ + public function GetCustomTaxonomies() { + $taxonomies = get_taxonomies(array("public" => 1)); + return array_diff($taxonomies, array("category", "post_tag", "nav_menu", "link_category", "post_format")); + } + + /** + * Returns if this version of WordPress supports custom post types + * + * @since 3.2.5 + * @return true if supported + */ + public function IsCustomPostTypesSupported() { + return (function_exists("get_post_types") && function_exists("register_post_type")); + } + + /** + * Returns the list of custom post types. These are all custom post types except post, page and attachment + * + * @since 3.2.5 + * @return array Array of custom post types as per get_post_types + */ + public function GetCustomPostTypes() { + $post_types = get_post_types(array("public" => 1)); + $post_types = array_diff($post_types, array("post", "page", "attachment")); + return $post_types; + } + + + /** + * Returns the list of active post types, built-in and custom ones. + * + * @since 4.0b5 + * @return array Array of custom post types as per get_post_types + */ + public function GetActivePostTypes() { + + + $cacheKey = __CLASS__ . "::GetActivePostTypes"; + + $activePostTypes = wp_cache_get($cacheKey,'sitemap'); + + if($activePostTypes === false) { + $allPostTypes = get_post_types(); + $enabledPostTypes = $this->GetOption('in_customtypes'); + if($this->GetOption("in_posts")) $enabledPostTypes[] = "post"; + if($this->GetOption("in_pages")) $enabledPostTypes[] = "page"; + + $activePostTypes = array(); + foreach($enabledPostTypes AS $postType) { + if(!empty($postType) && in_array($postType, $allPostTypes)) { + $activePostTypes[] = $postType; + } + } + + wp_cache_set($cacheKey, $activePostTypes, 'sitemap', 20); + } + + return $activePostTypes; + } + + /** + * Returns an array with all excluded post IDs + * + * @since 4.0b11 + * @return int[] Array with excluded post IDs + */ + public function GetExcludedPostIDs() { + + $excludes = (array)$this->GetOption('b_exclude'); + + //Exclude front page page if defined + if (get_option('show_on_front') == 'page' && get_option('page_on_front')) { + $excludes[] = get_option('page_on_front'); + return $excludes; + } + + return array_filter(array_map('intval',$excludes),array($this,'IsGreaterZero')); + } + + /** + * Returns an array with all excluded category IDs. + * + * @since 4.0b11 + * @return int[] Array with excluded category IDs + */ + public function GetExcludedCategoryIDs() { + $exclCats = (array)$this->GetOption("b_exclude_cats"); + return array_filter(array_map('intval',$exclCats),array($this,'IsGreaterZero')); + } + + /*************************************** PRIORITY PROVIDERS ***************************************/ + + /** + * Returns the list of PriorityProviders + * @return array + */ + public function GetPrioProviders() { + return $this->prioProviders; + } + + /** + * Adds the default Priority Providers to the provider list + * + * @since 3.0 + * @param $providers + * @return array + */ + public function AddDefaultPrioProviders($providers) { + array_push($providers, "GoogleSitemapGeneratorPrioByCountProvider"); + array_push($providers, "GoogleSitemapGeneratorPrioByAverageProvider"); + if(class_exists("ak_popularity_contest")) { + array_push($providers, "GoogleSitemapGeneratorPrioByPopularityContestProvider"); + } + return $providers; + } + + /** + * Validates all given Priority Providers by checking them for required methods and existence + * + * @since 3.0 + */ + private function ValidatePrioProviders() { + $validProviders = array(); + + for($i = 0; $i < count($this->prioProviders); $i++) { + if(class_exists($this->prioProviders[$i])) { + if(class_implements($this->prioProviders[$i], "GoogleSitemapGeneratorPrioProviderBase")) { + array_push($validProviders, $this->prioProviders[$i]); + } + } + } + $this->prioProviders = $validProviders; + + if(!$this->GetOption("b_prio_provider")) { + if(!in_array($this->GetOption("b_prio_provider"), $this->prioProviders, true)) { + $this->SetOption("b_prio_provider", ""); + } + } + } + + + /*************************************** COMMENT HANDLING FOR PRIO. PROVIDERS ***************************************/ + + /** + * Retrieves the number of comments of a post in a asso. array + * The key is the postID, the value the number of comments + * + * @since 3.0 + * @return array An array with postIDs and their comment count + */ + public function GetComments() { + /** @var $wpdb wpdb */ + global $wpdb; + $comments = array(); + + //Query comments and add them into the array + $commentRes = $wpdb->get_results("SELECT `comment_post_ID` as `post_id`, COUNT(comment_ID) as `comment_count` FROM `" . $wpdb->comments . "` WHERE `comment_approved`='1' GROUP BY `comment_post_ID`"); + if($commentRes) { + foreach($commentRes as $comment) { + $comments[$comment->post_id] = $comment->comment_count; + } + } + return $comments; + } + + /** + * Calculates the full number of comments from an sm_getComments() generated array + * + * @since 3.0 + * @param $comments array The Array with posts and c0mment count + * @see sm_getComments + * @return int The full number of comments + */ + public function GetCommentCount($comments) { + $commentCount = 0; + foreach($comments AS $k => $v) { + $commentCount += $v; + } + return $commentCount; + } + + + /*************************************** OPTION HANDLING ***************************************/ + + /** + * Sets up the default configuration + * + * @since 3.0 + */ + public function InitOptions() { + + $this->options = array(); + $this->options["sm_b_prio_provider"] = "GoogleSitemapGeneratorPrioByCountProvider"; //Provider for automatic priority calculation + $this->options["sm_b_ping"] = true; //Auto ping Google + $this->options["sm_b_stats"] = false; //Send anonymous stats + $this->options["sm_b_pingmsn"] = true; //Auto ping MSN + $this->options["sm_b_autozip"] = true; //Try to gzip the output + $this->options["sm_b_memory"] = ''; //Set Memory Limit (e.g. 16M) + $this->options["sm_b_time"] = -1; //Set time limit in seconds, 0 for unlimited, -1 for disabled + $this->options["sm_b_style_default"] = true; //Use default style + $this->options["sm_b_style"] = ''; //Include a stylesheet in the XML + $this->options["sm_b_baseurl"] = ''; //The base URL of the sitemap + $this->options["sm_b_robots"] = true; //Add sitemap location to WordPress' virtual robots.txt file + $this->options["sm_b_html"] = true; //Include a link to a html version of the sitemap in the XML sitemap + $this->options["sm_b_exclude"] = array(); //List of post / page IDs to exclude + $this->options["sm_b_exclude_cats"] = array(); //List of post / page IDs to exclude + + $this->options["sm_in_home"] = true; //Include homepage + $this->options["sm_in_posts"] = true; //Include posts + $this->options["sm_in_posts_sub"] = false; //Include post pages ( tag) + $this->options["sm_in_pages"] = true; //Include static pages + $this->options["sm_in_cats"] = false; //Include categories + $this->options["sm_in_arch"] = false; //Include archives + $this->options["sm_in_auth"] = false; //Include author pages + $this->options["sm_in_tags"] = false; //Include tag pages + $this->options["sm_in_tax"] = array(); //Include additional taxonomies + $this->options["sm_in_customtypes"] = array(); //Include custom post types + $this->options["sm_in_lastmod"] = true; //Include the last modification date + + $this->options["sm_cf_home"] = "daily"; //Change frequency of the homepage + $this->options["sm_cf_posts"] = "monthly"; //Change frequency of posts + $this->options["sm_cf_pages"] = "weekly"; //Change frequency of static pages + $this->options["sm_cf_cats"] = "weekly"; //Change frequency of categories + $this->options["sm_cf_auth"] = "weekly"; //Change frequency of author pages + $this->options["sm_cf_arch_curr"] = "daily"; //Change frequency of the current archive (this month) + $this->options["sm_cf_arch_old"] = "yearly"; //Change frequency of older archives + $this->options["sm_cf_tags"] = "weekly"; //Change frequency of tags + + $this->options["sm_pr_home"] = 1.0; //Priority of the homepage + $this->options["sm_pr_posts"] = 0.6; //Priority of posts (if auto prio is disabled) + $this->options["sm_pr_posts_min"] = 0.2; //Minimum Priority of posts, even if autocalc is enabled + $this->options["sm_pr_pages"] = 0.6; //Priority of static pages + $this->options["sm_pr_cats"] = 0.3; //Priority of categories + $this->options["sm_pr_arch"] = 0.3; //Priority of archives + $this->options["sm_pr_auth"] = 0.3; //Priority of author pages + $this->options["sm_pr_tags"] = 0.3; //Priority of tags + + $this->options["sm_i_donated"] = false; //Did you donate? Thank you! :) + $this->options["sm_i_hide_donated"] = false; //And hide the thank you.. + $this->options["sm_i_install_date"] = time(); //The installation date + $this->options["sm_i_hide_survey"] = false; //Hide the survey note + $this->options["sm_i_hide_note"] = false; //Hide the note which appears after 30 days + $this->options["sm_i_hide_works"] = false; //Hide the "works?" message which appears after 15 days + $this->options["sm_i_hide_donors"] = false; //Hide the list of donations + $this->options["sm_i_hash"] = substr(sha1(sha1(get_bloginfo('url'))),0,20); //Partial hash for GA stats, NOT identifiable! + $this->options["sm_i_lastping"] = 0; //When was the last ping + $this->options["sm_i_supportfeed"] = true; //shows the support feed + $this->options["sm_i_supportfeed_cache"] = 0; //Last refresh of support feed + } + + /** + * Loads the configuration from the database + * + * @since 3.0 + */ + private function LoadOptions() { + + if($this->optionsLoaded) return; + + $this->InitOptions(); + + //First init default values, then overwrite it with stored values so we can add default + //values with an update which get stored by the next edit. + $storedOptions = get_option("sm_options"); + + if($storedOptions && is_array($storedOptions)) { + foreach($storedOptions AS $k => $v) { + if(array_key_exists($k,$this->options)) $this->options[$k] = $v; + } + } else update_option("sm_options", $this->options); //First time use, store default values + + $this->optionsLoaded = true; + } + + /** + * Returns the option value for the given key + * + * @since 3.0 + * @param $key string The Configuration Key + * @return mixed The value + */ + public function GetOption($key) { + $key = "sm_" . $key; + if(array_key_exists($key, $this->options)) { + return $this->options[$key]; + } else return null; + } + + public function GetOptions() { + return $this->options; + } + + /** + * Sets an option to a new value + * + * @since 3.0 + * @param $key string The configuration key + * @param $value mixed The new object + */ + public function SetOption($key, $value) { + if(strpos($key, "sm_") !== 0) $key = "sm_" . $key; + + $this->options[$key] = $value; + } + + /** + * Saves the options back to the database + * + * @since 3.0 + * @return bool true on success + */ + public function SaveOptions() { + $oldvalue = get_option("sm_options"); + if($oldvalue == $this->options) { + return true; + } else return update_option("sm_options", $this->options); + } + + /** + * Returns the additional pages + * @since 4.0 + * @return GoogleSitemapGeneratorPage[] + */ + function GetPages() { + return $this->pages; + } + + /** + * Returns the additional pages + * @since 4.0 + * @param array $pages + */ + function SetPages(array $pages) { + $this->pages = $pages; + } + + /** + * Loads the stored pages from the database + * + * @since 3.0 + */ + private function LoadPages() { + /** @var $wpdb wpdb */ + global $wpdb; + + $needsUpdate = false; + + $pagesString = $wpdb->get_var("SELECT option_value FROM $wpdb->options WHERE option_name = 'sm_cpages'"); + + //Class sm_page was renamed with 3.0 -> rename it in serialized value for compatibility + if(!empty($pagesString) && strpos($pagesString, "sm_page") !== false) { + $pagesString = str_replace("O:7:\"sm_page\"", "O:26:\"GoogleSitemapGeneratorPage\"", $pagesString); + $needsUpdate = true; + } + + if(!empty($pagesString)) { + $storedpages = unserialize($pagesString); + $this->pages = $storedpages; + } else { + $this->pages = array(); + } + + if($needsUpdate) $this->SavePages(); + } + + /** + * Saved the additional pages back to the database + * + * @since 3.0 + * @return true on success + */ + public function SavePages() { + $oldvalue = get_option("sm_cpages"); + if($oldvalue == $this->pages) { + return true; + } else { + delete_option("sm_cpages"); + //Add the option, Note the autoload=false because when the autoload happens, our class GoogleSitemapGeneratorPage doesn't exist + add_option("sm_cpages", $this->pages, null, "no"); + return true; + } + } + + + /*************************************** URL AND PATH FUNCTIONS ***************************************/ + + /** + * Returns the URL to the directory where the plugin file is located + * @since 3.0b5 + * @return string The URL to the plugin directory + */ + public function GetPluginUrl() { + + $url = trailingslashit(plugins_url("", __FILE__)); + + return $url; + } + + /** + * Returns the path to the directory where the plugin file is located + * @since 3.0b5 + * @return string The path to the plugin directory + */ + public function GetPluginPath() { + $path = dirname(__FILE__); + return trailingslashit(str_replace("\\", "/", $path)); + } + + /** + * Returns the URL to default XSLT style if it exists + * @since 3.0b5 + * @return string The URL to the default stylesheet, empty string if not available. + */ + public function GetDefaultStyle() { + $p = $this->GetPluginPath(); + if(file_exists($p . "sitemap.xsl")) { + $url = $this->GetPluginUrl(); + //If called over the admin area using HTTPS, the stylesheet would also be https url, even if the site frontend is not. + if(substr(get_bloginfo('url'), 0, 5) != "https" && substr($url, 0, 5) == "https") $url = "http" . substr($url, 5); + return $url . 'sitemap.xsl'; + } + return ''; + } + + /** + * Returns of Permalinks are used + * + * @return bool + */ + public function IsUsingPermalinks() { + /** @var $wp_rewrite WP_Rewrite */ + global $wp_rewrite; + + return $wp_rewrite->using_mod_rewrite_permalinks(); + } + + /** + * Returns the URL for the sitemap file + * + * @since 3.0 + * @param string $type + * @param string $params + * @param array $buildOptions + * @return string The URL to the Sitemap file + */ + public function GetXmlUrl($type = "", $params = "", $buildOptions = array()) { + + $pl = $this->IsUsingPermalinks(); + $options = ""; + if(!empty($type)) { + $options .= $type; + if(!empty($params)) { + $options .= "-" . $params; + } + } + + $buildOptions = array_merge($this->buildOptions, $buildOptions); + + $html = (isset($buildOptions["html"]) ? $buildOptions["html"] : false); + $zip = (isset($buildOptions["zip"]) ? $buildOptions["zip"] : false); + + $baseURL = get_bloginfo('url'); + + //Manual override for root URL + $baseUrlSettings = $this->GetOption('b_baseurl'); + if(!empty($baseUrlSettings)) $baseURL = $baseUrlSettings; + else if(defined("SM_BASE_URL") && SM_BASE_URL) $baseURL = SM_BASE_URL; + + if($pl) { + return trailingslashit($baseURL) . "sitemap" . ($options ? "-" . $options : "") . ($html + ? ".html" : ".xml") . ($zip? ".gz" : ""); + } else { + return trailingslashit($baseURL) . "index.php?xml_sitemap=params=" . $options . ($html + ? ";html=true" : "") . ($zip? ";zip=true" : ""); + } + } + + /** + * Returns if there is still an old sitemap file in the site directory + * + * @return Boolean True if a sitemap file still exists + */ + public function OldFileExists() { + $path = trailingslashit(get_home_path()); + return (file_exists($path . "sitemap.xml") || file_exists($path . "sitemap.xml.gz")); + } + + /** + * Renames old sitemap files in the site directory from previous versions of this plugin + * @return bool True on success + */ + public function DeleteOldFiles() { + $path = trailingslashit(get_home_path()); + + $res = true; + + if(file_exists($f = $path . "sitemap.xml")) if(!rename($f, $path . "sitemap.backup.xml")) $res = false; + if(file_exists($f = $path . "sitemap.xml.gz")) if(!rename($f, $path . "sitemap.backup.xml.gz")) $res = false; + + return $res; + } + + + /*************************************** SITEMAP SIMULATION ***************************************/ + + /** + * Simulates the building of the sitemap index file. + * + * @see GoogleSitemapGenerator::SimulateSitemap + * @since 4.0 + * @return array The data of the sitemap index file + */ + public function SimulateIndex() { + + $this->simMode = true; + + require_once(trailingslashit(dirname(__FILE__)) . "sitemap-builder.php"); + do_action("sm_build_index", $this); + + $this->simMode = false; + + $r = $this->simData["sitemaps"]; + + $this->ClearSimData("sitemaps"); + + return $r; + } + + /** + * Simulates the building of the sitemap file. + * + * @see GoogleSitemapGenerator::SimulateIndex + * @since 4.0 + * @param $type string The type of the sitemap + * @param $params string Additional parameters for this type + * @return array The data of the sitemap file + */ + public function SimulateSitemap($type, $params) { + $this->simMode = true; + + require_once(trailingslashit(dirname(__FILE__)) . "sitemap-builder.php"); + do_action("sm_build_content", $this, $type, $params); + + $this->simMode = false; + + $r = $this->simData["content"]; + + $this->ClearSimData("content"); + + return $r; + } + + /** + * Clears the data of the simulation + * + * @param string $what Defines what to clear, either both, sitemaps or content + * @see GoogleSitemapGenerator::SimulateIndex + * @see GoogleSitemapGenerator::SimulateSitemap + * @since 4.0 + */ + public function ClearSimData($what) { + if($what == "both" || $what == "sitemaps") { + $this->simData["sitemaps"] = array(); + } + + if($what == "both" || $what == "content") { + $this->simData["content"] = array(); + } + } + + /** + * Returns the first caller outside of this __CLASS__ + * @param array $trace The backtrace + * @return array The caller information + */ + private function GetExternalBacktrace($trace) { + $caller = null; + foreach($trace AS $b) { + if($b["class"] != __CLASS__) { + $caller = $b; + break; + } + } + return $caller; + } + + + /*************************************** SITEMAP BUILDING ***************************************/ + + /** + * Shows the sitemap. Main entry point from HTTP + * @param string $options Options for the sitemap. What type, what parameters. + * @since 4.0 + */ + public function ShowSitemap($options) { + + $startTime = microtime(true); + $startQueries = $GLOBALS["wpdb"]->num_queries; + $startMemory = memory_get_peak_usage(true); + + //Raise memory and time limits + if($this->GetOption("b_memory") != '') { + @ini_set("memory_limit", $this->GetOption("b_memory")); + } + + if($this->GetOption("b_time") != -1) { + @set_time_limit($this->GetOption("b_time")); + } + + do_action("sm_init", $this); + + $this->isActive = true; + + $parsedOptions = array(); + + $options = explode(";", $options); + foreach($options AS $k) { + $kv = explode("=", $k); + $parsedOptions[$kv[0]] = @$kv[1]; + } + + $options = $parsedOptions; + + $this->buildOptions = $options; + + //Do not index the actual XML pages, only process them. + //This avoids that the XML sitemaps show up in the search results. + if(!headers_sent()) header('X-Robots-Tag: noindex', true, 200); + + $this->Initate(); + + $html = (isset($options["html"]) ? $options["html"] : false) && $this->IsXslEnabled(); + if($html && !$this->GetOption('b_html')) { + $GLOBALS['wp_query']->is_404 = true; + return; + } + + //Don't zip if anything happened before which could break the output or if the client does not support gzip. + //If there are already other output filters, there might be some content on another + //filter level already, which we can't detect. Zipping then would lead to invalid content. + $pack = (isset($options['zip']) ? $options['zip'] : $this->GetOption('b_autozip')); + if( + empty($_SERVER['HTTP_ACCEPT_ENCODING']) //No encoding support + || strpos($_SERVER['HTTP_ACCEPT_ENCODING'],'gzip') === false //or no gzip + || !$this->IsGzipEnabled() //No PHP gzip support + || headers_sent() //Headers already sent + || ob_get_contents() //there was already some output... + || in_array('ob_gzhandler', ob_list_handlers()) //Some other plugin (or PHP) is already gzipping + || $this->GetPhpIniBoolean(ini_get("zlib.output_compression")) //Zlib compression in php.ini enabled + || ob_get_level() > (!$this->GetPhpIniBoolean(ini_get("output_buffering"))?0:1) //Another output buffer (beside of the default one) is already active + || (isset($_SERVER['HTTP_X_VARNISH']) && is_numeric($_SERVER['HTTP_X_VARNISH'])) //Behind a Varnish proxy + ) $pack = false; + + $packed = false; + + if($pack) $packed = @ob_start('ob_gzhandler'); + + $builders = array('sitemap-builder.php'); + foreach($builders AS $b) { + $f = trailingslashit(dirname(__FILE__)) . $b; + if(file_exists($f)) require_once($f); + } + + if($html) { + ob_start(); + } else { + header('Content-Type: text/xml; charset=utf-8'); + } + + + if(empty($options["params"]) || $options["params"] == "index") { + + $this->BuildSitemapHeader("index"); + + do_action('sm_build_index', $this); + + $this->BuildSitemapFooter("index"); + $this->AddEndCommend($startTime, $startQueries, $startMemory); + + + } else { + $allParams = $options["params"]; + $type = $params = null; + if(strpos($allParams, "-") !== false) { + $type = substr($allParams, 0, strpos($allParams, "-")); + $params = substr($allParams, strpos($allParams, "-") + 1); + } else { + $type = $allParams; + } + + $this->BuildSitemapHeader("sitemap"); + + do_action("sm_build_content", $this, $type, $params); + + $this->BuildSitemapFooter("sitemap"); + + $this->AddEndCommend($startTime, $startQueries, $startMemory); + } + + if($html) { + $xmlSource = ob_get_clean(); + + // Load the XML source + $xml = new DOMDocument; + $xml->loadXML($xmlSource); + + $xsl = new DOMDocument; + $xsl->load($this->GetPluginPath() . "sitemap.xsl"); + + // Configure the transformer + $proc = new XSLTProcessor; + $proc->importStyleSheet($xsl); // attach the xsl rules + + $domTranObj = $proc->transformToDoc($xml); + + // this will also output doctype and comments at top level + foreach($domTranObj->childNodes as $node) echo $domTranObj->saveXML($node) . "\n"; + } + + if($packed) ob_end_flush(); + $this->isActive = false; + exit; + } + + /** + * Generates the header for the sitemap with XML declarations, stylesheet and so on. + * + * @since 4.0 + * @param string $format The format, either sitemap for a sitemap or index for the sitemap index + */ + private function BuildSitemapHeader($format) { + + if(!in_array($format, array("sitemap", "index"))) $format = "sitemap"; + + $this->AddElement(new GoogleSitemapGeneratorXmlEntry('')); + + $styleSheet = ($this->GetDefaultStyle() && $this->GetOption('b_style_default') === true + ? $this->GetDefaultStyle() : $this->GetOption('b_style')); + + if(!empty($styleSheet)) { + $this->AddElement(new GoogleSitemapGeneratorXmlEntry('<' . '?xml-stylesheet type="text/xsl" href="' . esc_url( $styleSheet ) . '"?' . '>')); + } + + $this->AddElement(new GoogleSitemapGeneratorDebugEntry("sitemap-generator-url=\"http://www.arnebrachhold.de\" sitemap-generator-version=\"" . $this->GetVersion() . "\"")); + $this->AddElement(new GoogleSitemapGeneratorDebugEntry("generated-on=\"" . date(get_option("date_format") . " " . get_option("time_format")) . "\"")); + + switch($format) { + case "sitemap": + $this->AddElement(new GoogleSitemapGeneratorXmlEntry('')); + break; + case "index": + $this->AddElement(new GoogleSitemapGeneratorXmlEntry('')); + break; + } + } + + /** + * Generates the footer for the sitemap with XML ending tag + * + * @since 4.0 + * @param string $format The format, either sitemap for a sitemap or index for the sitemap index + */ + private function BuildSitemapFooter($format) { + if(!in_array($format, array("sitemap", "index"))) $format = "sitemap"; + switch($format) { + case "sitemap": + $this->AddElement(new GoogleSitemapGeneratorXmlEntry('')); + break; + case "index": + $this->AddElement(new GoogleSitemapGeneratorXmlEntry('')); + break; + } + } + + /** + * Adds information about time and memory usage to the sitemap + * + * @since 4.0 + * @param float $startTime The microtime of the start + * @param int $startQueries + * @param int $startMemory + * + */ + private function AddEndCommend($startTime, $startQueries = 0, $startMemory = 0) { + if(defined("WP_DEBUG") && WP_DEBUG) { + echo " "; + } + $endTime = microtime(true); + $endTime = round($endTime - $startTime, 2); + $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Request ID: " . md5(microtime()) . "; Queries for sitemap: " . ($GLOBALS["wpdb"]->num_queries - $startQueries) . "; Total queries: " . $GLOBALS["wpdb"]->num_queries . "; Seconds: $endTime; Memory for sitemap: " . ((memory_get_peak_usage(true) - $startMemory) / 1024 / 1024) . "MB" . "; Total memory: " . (memory_get_peak_usage(true) / 1024 / 1024) . "MB")); + } + + /** + * Adds the sitemap to the virtual robots.txt file + * This function is executed by WordPress with the do_robots hook + * + * @since 3.1.2 + */ + public function DoRobots() { + $this->Initate(); + if($this->GetOption('b_robots') === true) { + + $smUrl = $this->GetXmlUrl(); + + echo "\nSitemap: " . $smUrl . "\n"; + } + } + + + /*************************************** SITEMAP CONTENT BUILDING ***************************************/ + + /** + * Outputs an element in the sitemap + * + * @since 3.0 + * @param $page GoogleSitemapGeneratorXmlEntry The element + */ + public function AddElement($page) { + + if(empty($page)) return; + echo $page->Render(); + } + + /** + * Adds a url to the sitemap. You can use this method or call AddElement directly. + * + * @since 3.0 + * @param $loc string The location (url) of the page + * @param $lastMod int The last Modification time as a UNIX timestamp + * @param $changeFreq string The change frequenty of the page, Valid values are "always", "hourly", "daily", "weekly", "monthly", "yearly" and "never". + * @param $priority float The priority of the page, between 0.0 and 1.0 + * @param $postID int The post ID in case this is a post or page + * @see AddElement + * @return string The URL node + */ + public function AddUrl($loc, $lastMod = 0, $changeFreq = "monthly", $priority = 0.5, $postID = 0) { + //Strip out the last modification time if activated + if($this->GetOption('in_lastmod') === false) $lastMod = 0; + $page = new GoogleSitemapGeneratorPage($loc, $priority, $changeFreq, $lastMod, $postID); + + do_action('sm_addurl', $page); + + if($this->simMode) { + $caller = $this->GetExternalBacktrace(debug_backtrace()); + + $this->simData["content"][] = array( + "data" => $page, + "caller" => $caller + ); + } else { + $this->AddElement($page); + } + } + + /** + * Add a sitemap entry to the index file + * @param $type + * @param string $params + * @param int $lastMod + */ + public function AddSitemap($type, $params = "", $lastMod = 0) { + + $url = $this->GetXmlUrl($type, $params); + + $sitemap = new GoogleSitemapGeneratorSitemapEntry($url, $lastMod); + + do_action('sm_addsitemap', $sitemap); + + if($this->simMode) { + $caller = $this->GetExternalBacktrace(debug_backtrace()); + $this->simData["sitemaps"][] = array("data" => $sitemap, "type" => $type, "params" => $params, "caller" => $caller); + } else { + $this->AddElement($sitemap); + } + } + + + /*************************************** PINGS ***************************************/ + + /** + * Sends the pings to the search engines + * + * @return GoogleSitemapGeneratorStatus The status object + */ + public function SendPing() { + + $this->LoadOptions(); + + $pingUrl = $this->GetXmlUrl(); + + $result = $this->ExecutePing($pingUrl, true); + + $postID = get_transient('sm_ping_post_id'); + + if($postID) { + + require_once(trailingslashit(dirname(__FILE__)) . "sitemap-builder.php"); + + $urls = array(); + + $urls = apply_filters('sm_sitemap_for_post',$urls, $this, $postID); + if(is_array($urls) && count($urls)>0) { + foreach($urls AS $url) $this->ExecutePing($url, false); + } + + delete_transient('sm_ping_post_id'); + } + + return $result; + } + + + /** + * @param $pingUrl string The Sitemap URL to ping + * @param bool $updateStatus If the global ping status should be updated + * + * @return \GoogleSitemapGeneratorStatus + */ + protected function ExecutePing($pingUrl, $updateStatus = true) { + + $status = new GoogleSitemapGeneratorStatus($updateStatus); + + if ($pingUrl) { + $pings = array(); + + if ($this->GetOption("b_ping")) { + $pings["google"] = array( + "name" => "Google", + "url" => "http://www.google.com/webmasters/sitemaps/ping?sitemap=%s", + "check" => "successfully" + ); + } + + if ($this->GetOption("b_pingmsn")) { + $pings["bing"] = array( + "name" => "Bing", + "url" => "http://www.bing.com/webmaster/ping.aspx?siteMap=%s", + "check" => " " + // No way to check, response is IP-language-based :-( + ); + } + + foreach ($pings AS $serviceId => $service) { + $url = str_replace("%s", urlencode($pingUrl), $service["url"]); + $status->StartPing($serviceId, $url, $service["name"]); + + $pingres = $this->RemoteOpen($url); + + if ($pingres === null || $pingres === false || strpos($pingres, $service["check"]) === false) { + $status->EndPing($serviceId, false); + trigger_error("Failed to ping $serviceId: " . htmlspecialchars(strip_tags($pingres)), E_USER_NOTICE); + } else { + $status->EndPing($serviceId, true); + } + } + + $this->SetOption('i_lastping', time()); + $this->SaveOptions(); + } + + $status->End(); + + return $status; + } + + /** + * Tries to ping a specific service showing as much as debug output as possible + * @since 4.1 + * @return array + */ + public function SendPingAll() { + + $this->LoadOptions(); + + $sitemaps = $this->SimulateIndex(); + + $urls = array(); + + $urls[] = $this->GetXmlUrl(); + + foreach($sitemaps AS $sitemap) { + + /** @var $s GoogleSitemapGeneratorSitemapEntry */ + $s = $sitemap["data"]; + + $urls[] = $s->GetUrl(); + } + + $results = array(); + + $first = true; + + foreach($urls AS $url) { + $status = @$this->ExecutePing($url, $first); + $results[] = array("sitemap"=> $url, "status" => $status); + $first = false; + } + return $results; + + } + + /** + * Tries to ping a specific service showing as much as debug output as possible + * @since 3.1.9 + * @return null + */ + public function ShowPingResult() { + + check_admin_referer('sitemap'); + + if(!current_user_can("administrator")) { + echo '

        tp-+LQuzpaKzBmBUJh#|;N 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%0Dt)qS4Mt$UwiQKW2`jl>)ZbTCzgri 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 L)vZi&TL-Ico%X!3_fR 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 literal 0 HcmV?d00001 diff --git a/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/charlie2x.png b/wordpress/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/charlie2x.png new file mode 100644 index 0000000000000000000000000000000000000000..2062c79ebb05a6fdcb24adc349599f3a3331c2c4 GIT binary patch literal 29832 zcmXtfWmFtZ(>Cs|!GgPcfZ&U}EwBW)#UWU5CyNJ{K=7c8yE_Dz;O+z`SnzM}=RMz# zIdgVqyQ;dn+qL#h2$Ek}HcK`t>x(I;o*vqiEpWw(`Da$&&o2bX$7?Wel- zU%uA@9$wc%lS4&9-_?WBXM&xQYJf_F{U-L67@ug7y2x6)z z8G5fz9(O_MvpqMZ4X3F@M@Dd?x##93JT-9FxcP5f7&qDKXp4DH_ffE;tRlbq{f{6K z6?iEOs1-{O<~OCYeuoPiy*oPp)2>1dK}jw$l=q!)N0z5nqX1y8Lm(j6fuSPgLp~c! z26$CnjZXpaO$FJy4J)*Ej7X%;#0+z$jMguJHh3H2v#Y0Fc6yM~mWcmF46ZkcVP1c; z_|;J-x43#zPw)HHur;nMl@$kA2Q zyzU$-u>l)XQM{}TNm7W^O@rSB;p+)fR$%kq<*)uWkp6C-{&d3U+H~;!qRdefeKqB1 zB5vYB2t!Q+V~=WIC6f4aT?4`MFZ%lqp3M%KTDrQP%_!dgc&gkZW!Rb6Mx{)tu=i4b z^x9N0wf2r5n63W5*Gd<#*En>(kJzuB3}FcROsZD+gQD?@FIn%B@u3W^2Fk&ifW<#i zo3Fd=T`~k3A$oWiazD%yf@_8lC7Fhbrj-%C-XdifT1`OHAvGAHyWImB4LA%TeI^Lw z9FN%z1Z%bvY+FtZdl;`Ou}b-=NEqUj4{WW`5+!V-I(2NlR5(EgMz}(&;6F62kb=^L zhq4zC2sNoE7%5{C@a>~42%XMtitT8WT|**hk@hdVHkdI)T1q4xJ7Y**T4n4h;>C(SPN7=JL%)48bp24|8eJ2+u!4V32A&V1*zE+T*1 zCZ9e8|NBt=zfzd$Ja3i(BLn}k2` zN_bt&lmH;7<99?(-AohohH7)Hlv=EmjZ8*u@5#Oph7p0HszXXyqZ>b0jRUgjX5tDk z5<4I0=RSGl%uu$o2!HUf2|x_psYJrnXK25-W)<_Cf1IHZ?M`6s=TL6^%v&{u-DahM z0UcQ6(WD{salU5&YZ9_No zzJz0tU>lp-r4k)l&PEhxl+2~4g?c=%oB-T0TBw_6uJoVyoyI`8viJD3T!zL~vS$T{n^$rJ^cInNf)*FC&)>bj2c9mCslOQL5_`Y~ z+ezBV@0vT)8_-lRvf<9beUo9oV)QC7WawS7ySEbyDZM*L82L=tGUl3Uj2m z(%n&j0`)BM{7i;&_B-!$stY^fhQfJab|(gs0?mOpVlSLMp7@! zk#reOmy(&jQVw~Po8LJ3%*Nc5g<_8-+byCk9>2flz3ZG9NtLS2v#`4zF@15{^=ee4 z&AD{!K&4Wae*55mOhV>SBF3%8Z)!c^@u4BxtLoz!gb(Wf3>_EA@f~p^r2&6_C!B=? zh40@L7>$owaX0KIq5h}G2p@LTlKO*)CR$A}{IS#hCf_!T(t$$lKHaJ#pvF^V;*j`s z3RIpT7-Pd%5HSSGK25!)V`Yi}^0`)~d3a_Cug1vBR!)=CC<$>`oakC-2s@BK)vMrZ*WJTj{G+J{7RpBGLWxsvjsg7^aqkO2 zW5p(1%>PXXC3?OU<%^b4fOJd~&PwKT+Ey2I9o;O9$f$%ahISp#utJ3pY9?5K45WCs zrXCFozE~-d@TW7r$!*Om= z#($HkSwT;8^>6-&neGYRkh`ebRiBAb2^7EXWCh7@C$R*E;jt^uOrr2pHu4RNd4}^jU(%{HCLg?s7xtUoGs6TJ}e6-rMLS<87q5A?bMU_NgMZk@0sa7oIrf z5ZipT`_$LP-=KH7r6;u8dequrM65R7$A|2|wNd-V6{+9f2%Mx~K0;W#kBv<-)&&}E z;V{MUGwz#@YU?2^Y`lt!zGRnXZRj03Wt`j|J{R-tQ|LPDSVojvM#(cN3_(ncuyrUg z)~9`eqz->uR?t{3_VpZ)QR+$~5`lI0S!NF+mP&K{|KYV$c!GjT7gmyt`m`JhD2 zEV(lZOa|*Sf?1%4sN!at__nHKh};SaN|-97F-+X*?qK;C*ZTx%ud9;0?s>@~exS)= zwn}}wE*b(bU|%T5y=gV=zF%GZMgx;1#rMO`Z-mRWX7Oj5?!6pgKYunt#+ly^uMjXc z&(y*sh*A$*eB)28>^fA>l!VNuInryj7=$kgSSk<5J8qmx{*MSz<4gwgaOFeO`}x&{ zla-Ft-F1Vg9pQXrKbLpSI#J)8Tx<-ktvPdpwb)OX6OldBt3LLbvlkLVmp^sFELn3Y zc?(E@KxmY3>;&})+tyzA$)5Qkjwvqj)K3v_*ke zduWJi_vS!~Lih3*POh2EAus`|TOAlPG&V%YqLvcu2PGw-@N_GkcfcJ=c~NA+#*aGxHKm!3b1u0RiBz(yKz#)g$UCPKddElij zwmoqW2B*|7QswSS^UiBbVwAvZYwR_}@J0*9a^n3t<$P=!4sW)R+_Q++njf1b+zGs`dI32V?sP=hO3NB10|_46p9|C^efnsw(5)h z+=T}Vb{-ClK8HUg9kvv57vKWV&R=%-P+GJvE4UrD+NMF-2m1{_Nc6k>PaSdJT~AqxXa5>Ids6#Is67Kc5t>4bUMoZNa)FFzc*}56 z`@`pwk67itFr8sl)MGTAPcEHG*em2>)-q$=J97e=4AeHv%YLl>GX}$Fk)57Xoeb=y zg}Ve8hP5f=_~k>8pL*n-{ubU-2gEX_nOfRnzt2|8$A0Ijm&5PJvBGL-5z}PKFE1Qq z1)7dY^JykwC#+<+xD*=}zr@8CnD^&uDy@bkmkfUfd+Qei?p5{TQ)jwy8lt)sJpQve ziO*A**9OeRM~{gM48^d}lrJPOR}eul8VlJIdJUVkh*8g zac-RS^S~0OFk&=yP9y`A(+DR+>Xm>~=M1MYKD3~g1iLLsyka~SfK6(SACtgh4lz8l1u2@gyKkx{zN}6 z)$tnI&QJKb5t&J3G&vA8S$!-i;KtKxwGZZ5X(NptRn1Ig^{u->Hn3=BIe8iaHL)%3 z-~|Pb$T$wlH3wsI<$61yRn6}if7o%_+dt&12Aa_txLD;$8K9t;$Tvt~uc|-<1C|Pz zJ#2C_&ql7NE|ru_r-#ZHk5z0EHXFIyxth$=tkrDAo^tWFn}b?flwx!8vwwTO*rmmd z2@)c{gt&N}#p&!ZcD`~2A|^~x1o>nt?ATn6DU&yo?xmkKCV=MrG8B(xZ3~ z`+-^ru1;Tv(W7`js=t7ldO~UIdMfP0fR(>zEp}yCtb$HL8*mT+o%sfQ$1D65FI>rk ze$5N-eoqlo{A$MxUl`v+N3WsL;=+~!_iq?atK?(jna@9m|5W_iOO~n~BsmLl=3QeT zx?3>Bz-8e#sX!@wgv(HhMP`LZF{5Z%$6i1OGysLTK0F#SpkrlONEGPJPvAmR=>h=i zFhiBsT!)J6Ad-6^Jkg-dqoTYJSV}7ghiJRG`fceY5NTpK1#8|!`sAN!w`p@_bgK#- zJ6Cr*jV6!z%29oCZqmk)zYXcVYn_~@gII-W@;d}GMM(dvM=@DKRa92ar{Z04u%8G% zLia)dEUNX!;ktU{k{JzZZ1LK4uk;kVP8S$ftH5B*oT$|G#99dYkCYTW)DW3k{l*RX z)}mVG5YOHLOtA@*EzCm|gbKneKtY)JAw`oi17Az&3R`K2N!uqA?)$6^ba_+*_QB^Z zM?}2O=AEKQBwCIR>4mZ2u<$CeCY<2pBW!%ARu0W<_idY2J|WPNSkf%T4?e}cxSkh- zAmg`QHMRyIX4vdWkZh&Z+h2#hH5U9e#bhoD0C0i26XLDYje3TXllwD}6=i`C(as{~ zB6`O8!NnQXvw8U2Gk>$J@9r=3{?JBvDM}~hlR`G=5JU?A=;t(9#G>YlKr$kh`;}H< z*_jOQ{x5*w!$X=1Y^-cRgALMx6vo-N+3HVa`Xw1u*%(#SbRak*#vf?NY~>T`!(}bx z9IJ)ee}^wHb0U^NWxI`ZH7Kz77cRrBM8jgI93K_8af)%Cmu!ymr88fL;|JD)^_S_( zFefv(TEW8loTN`Si85k+X6jCKf7EXl*jg%7^tjqOLB>$k4)5>EhPE;)1nI%n(^D&d z36KwezweGG3=xE-0vZpwiOkL(q2!4{!!;)jf>4Upv@K!`h%+e{k)5@jy8!=)O@x*vCZkrG9)cyX%02>PLSTUaVfz+V6+!PkiA+CjPv&w)N6*GR@eQBGO zI2O`whq5JuO_u}I(ZOC!C+NcEy3z<2Y@i!)sd&6W zfw4pFwq>KT(D0oX4jmip-kRJ*MgXw^!Jfsc5Bq%W2s2BojCXEv0(Y$-(gdnvIX5P( zqaqcCf)uiZ`ef-?pJ*+Nr}02LWQ3D+@PZ0VpUy!&UrxKyRY{+n+L_cW$=sbX(Ncz) z>AT9PZ&kwCk1r6+J3Y)ZV~$fJK0@oBDkNoTQ;WM~PZ`Q<-gtIqS&H=Mj5SZmhR%J5`uEAYK zMr6540ve(J82bh{i*xp{%Mxi@|q%C1fN%hm-StJyHi!k&SBiK1>F~XKkoqkulhW|5+r@jr^`cba@tNJMNES zT32(}(S#FCOD&SKTCbd()I`7DHrQ>#s^3^c2C}5y*(`Oa&gm93kGE*R;LK@3tf+{s z!$NY<{q^Vk!-e}xUg^2|-96-p`REdK9tay7su_N%MEOLT421wk!#2>7qhnW# zGv@uv4TBRif!@EO^2ncm`6~IIawe*_npEcaH~a}gH+`R%7~gmHkwC&N1=1+pIX^dI z0))w2KYt%0O{pjcYgM-ier3flIu8X3v zWwziV;~@xbHK8hCpPidGXbKWZFVq<(Ei-Y^DIhv!(u7;{^{Y>9Tj8ysk=IXFe)E985(R@M zKdin5U-ns)LgOME9QZ4_NdFA9AC_sC@rK0de9XdX=xOR38%QBP6R8<=^T0G+D6_`1 z>4m4$`;Dn!xOc3t(gRZxD%L3+=MP^^?6O>o3yC9LgVkT^gLXFUovQo<8iA^@Q9T*M z6||2~;ghq=2~}&a@0}&)nTBj*D%Nwu{ibq- z$l*i<(UDl$dtoHCce1_>?-9+R!@H=m`Im?s;a@cMZ(40s_tg1H7Qua8rVja)tl)5Z zjBaDbf$%0f5h;J{Cv(qMfMmcmR)WR$;7=Vwf$>u1@H8&H47tw{O=lSmH;pxRqEQ?J zL@Ic^I&gH+_h0oi+i4>f5J3SzrjqLu-hv(HpOm_z3+%X{Kl%#-sy(Ox(hAz1l6dav zRhR7UM;~he0DK%#MGW~oTTFxHefXbW_WRm#v%9>n-r?VNE{Jbb0<}iELouIU{7f=p z!uxQ`MFXP6R}bV?;epGI+$vY$FYd=YMri9F?uJBsa~V5Ue*G-5OVR8npE%3CT7Nf2 zqXqp9tDlBqOH`;|pK#Va3mgRgUP;i-KTrgJU6ui(<``GM?f<&1s`8pX7Ue+a;TJfj z6@8erW^ED*x$myiO_XsUU4mb;WpqZR{B&;^P%1~fVf%xIIW{x`F7f5ndvmwTQJ80Z zP{YByLn;~?z*CE5!5*;yt8Y^?Q+Ps6@NBvayqG4r?&(uh6*8pc9~|{!pX)J`WFJy} zX~@Y=gHezm94Ngv2-k=*`7?gYQjSwOCO?h+BE`s92srWtBL67nH%4uMJE}`xKeSs~ z!iNhEh6{@0?_V^BHGvqIq95AM5CT&Gt%A9p-`*uUO2YPQQ1uyjT`zNng2`bzp^JxM z@|=^IZ{hYES-T{OYud=4qEoKPjYZQ-md`eDf1;B^EcDaaPcC3siw2@S$DusIqornR z`7u-w(FUn#xSxY>-jVc-o)1Ui>sYlQdtDxIIA)kCpI4sB0#4O^qjHG;$T`%W*aSH* za#2B$j!(h3hIq=yr*>Qno7rYBYs*>6YIQZCczR{9&y}=`QOIFK zv^|Ng9%}x6V}1MA$jUW`v?#5LLSeLrXM|%#(<=j`$1W91aRyL0c3N_sj1hxo0v>fY zLDJ{FrK@IcFOKbFg;wpN+M?Ssefa@UgVz(C z5lAM+>O`Wm4-mV2wMGT%(>P<2VlZH!ZU1&0t&1~Daccy=Ye)zXu=z6zSs+_dbg(yz zO?Hb24A!uUCfJ;x$3S{#`&}OH)yF`5mo!n$HtD1$=KbfMUI9H2XDSDgb0LMT9hsDR5N0=WOme)G=yG* z+;oxklXJDwDJu0J^Q-A)`hzv8Hy&bCfqFG8y-8WJbVNAD(5oO#3zYc@K z-Gv1c)&})b{*#_i=f0A-L?Tf22k(`Jhz-(zHSPD4+I(cpzsy`KZbpNJ_rtAy(l5|- zatu)q-oim@j}0bteL~-aLV~1FNd^{9i?}KVcFuq0!&YHnSEM|%y0hZ1XeW!(nnJi! z@R8>xw%8}?13F$@P|rF6NZ95#xnjO&PogdE{`>X|Mhpc1I3=h^4H=?&L*uoqCFfXl zqkui+--zrf66SUOyWSj;6jLvuWhLL*R|Y|n;?HGVA6qF^!i^i5V0xF+S5GRK$`tXy z3$wP@%ZXu+^u1>@4%s6Au4g}ga1ljTXmA7}Ym{Ea^|GG%;RI(c_baV3>X!LZi+}k8 zwF}E%KMS;$?=X3yBYaRz7G`D4#^mCrk{U7THkFkQ`#X7Gc@i<=w^puf&GCEKzM*pm zg^lp1#$V0z(!I-tw0Eh%*3;cz&;W%*x@>xDhb8HF1@6*-62GdOop~D9r7=eFv9=e1 z-6I%Q=S_5EIV;CW>ok|VkOK5N(?f*w+@iF{V(RNCmKomfU!qHIoJ=g z$~8%7VWjQ0n?gxQglGphX+*hpS_aTN;!ncOTX!-TP|M13G1pzIalBjocy4b$`AMXoCk+3?$VD)mfLywY|qO(fDmy)$#h&)|Tn{ zR)9}Ol3mX0L+?VE>p)QB@odW9jJBS09)>PFJscSrbv4rK*Q`b(w%Z?l+;YGjL6}i$ zyRa}rDY-vy;+JEtDf=736XP@nH;@*#Nkvx@;bC6Xq}OvaQm!|F%qzKwqui0q%Mx+7Y#w z9ncP!R8zXCObIpDc2Q!V0#o#lPwsD(Eng&pT1PK19qtLd6J<{DDqwW5V02;#*t@lE zqo%zqre2-8h?YHsl!R(yIKv68=Dmu5 zOFsc!|B$<4RI6v`LxH5#i|sxyD4(ll#+>(E(Q)Rw2^HD?hKa{Zx8izo4sG&QjgwPI z9N7YSn42DPPQoL3p%Si0!_%&NuOb=uhkHI%rPN?kBz_xpDLWcUuc7VwFPRKaa7F$* z@8Im;{CX+lLApFq!@zI=>*^uMN&b43v^~%)X>5QPJa+_DN^Bj6*&CLCvkj5h)l5m! zLKdY|U0#m_&f0|3#O{3CTX>_lmrm0R>y>Ca2JLgwl*e&OMFbyZPZso z6=wutRtayA>AjWGHkCV9S|O(}NpnE6#SlJ8gJ^(a@=zzg*Y#WLk_}4;MqdE5^?myJQUMUI@;N`Xga#5uLH3p%(@}#jeh`Kq&ec3+XS?epVMNh z0xMry{5*{pw`@54>DKldmfU69L8eW_)zU&c+nK`c-U}6}Jd4~i3G$x%(RvB|u~}5o zj?da4!y|doQ|6h6n#T=SZR81;rDIaTKFMR6wu;L2`K*^?{qMG&sa!Qss;J$)Ba>#l z7VX|5|J1;>cY$K~A9mu|FMW59#HcC&1{Ci<2U5lhPxG$u`Q(#Vn``Ist9W?5j7Ms~ zw|`1~<}5d(81VUviKu)EySA&AdL)bYxo!Q&zKE^(Iw(y95YAI?B0`mIi)LXt7U8zs z&z2@da{cbguhkuC|gi%nn)^BxtCZ^7|?x5WYdScW^Hs zZyjp`?VCa$Z9?H~meeYZIDT>NQ^b0R+UF<~rTTzmI}iu(=()U+Sh^E@>l$?Pl{9ig z{oTfieuB?`rI79wSR+@7ke{~>kw9Wh|M{tC0LiZ!HG~u>I9yM?)gQQJ$^UUia9pC2 zP?NyRf|Yxq-3isRrGM?2h90B^i*R`&;1~cP<~#KP%rjwjHs>rbPAx_BJ*Uq5F9k8) z`umK@%MlX%D#hu4JONIh!DmRU4F#GWbLU-iFyTo8QlnohO(0)B;u61Bt|#LZEaASb z0pAZQkJoeNY`w241!RVpGv`f^{;D&NcHU1h(_-Lq@osJ{UY8v=B&ck zv4r}zA;DTFBwgS*HSjLtlfiftU>Vw7lj@y~jj0Vr&Uc8jt{)bK7DwPlGkOHlC*EwV zR_a4@8#L=~BNT8ic_Rp(%swwQa%e@eS`6C!3g|JAa{C4E60@VfsJy@u3v)~Mkfa@pr=yEnz1E1-QN}Xh)9-ha@wr;O z=sy8!qI4kvxjdvU-Em+?&a+Ts8o7m_fqvR7wN}Zw#S7Tp8AxLw=6q)W3w+}Uy%CBw zC4C>wBOyd*?e<0~@LGezJVZk^sC7E{(bpj3AltLVe@R{;K_U7vNSUirjxV4%nix#f zaG>|F=n=}tc|{_n`fWS$!C%rqQY1t`BXjwAf+Qfc(!_51>f#fvBrQEC(I8`sFSk&!n_aOu?-j1ol^oLL;Jg(3%D_Wxf zVf>5p(nm>Zq;#2~JoqujUMs|P&ek@7_g3Y9{IVIUK3`har~Ja1+I!LJKPe@lJNXJU zhAlzwid*ssWI^-^SA9BUb^qgX-mbMSCeM`D^e@CT&~dX>n$ep_tPu z<`c)JHtss(rjenTkts$dJ6iC}(}&gI?NuVq7#N6gC7XA){;{iv_V`w6Qh85*0PqVRx-vll)Vr%~+ESiPFCSD)G?rBHm zfsEj{bvHxhhsFz~@=G`_nN0S2q?}*ImT^d*t~yfuB6t@s~lfq5apr9$^#Nk=e?rZG?)hGpAY74?|COp66IxH=NYrH;Molk*a+bSl!UpOZmVJoW>M{amC6~vcM zdO zsh$nzX2&-y$>tQ&0%EFkm_~X3{HA7RU0!3Pq8!Cmise8rXC+6Yn@_{P&0Jzo@Xu(Z z)i?`4!Z5Ih(pFjAh{%Q=8NoJo&i!&ASu#6wp-p4wh=V}W5~J#r`w1rKq9@+YgAQcGDpTI}xJ&Pb zc$FpZ7^Bzxg8_Kv7DjU@-VwHdMrWT!z5-8pc8B3JoV1XhGz@Z1)0xtg#Zr)S<>uw< zUyB@!3UW-FE^1QM+?|N@DI{ zz(crZI?{;KXsSu(qkftI8!3hA@7wpA?a~z@6Zf}mrQdVbGmB_+0{=|e?KcO0W$ubZ zNS?92x_^UUR_UKx?&ps~)c{y_4o2W}3qvRn6GU z*JTqZHEHC^g4kQSz2)d{k8QY3;b8D>ceb-W^yCn=2D;RzHV&yf#`MNJ-ddpBJG}mr zi7J1)6^vf{9Q-@Vtxmb@r&hjD251GSso(DZQ+1!XwmXIhMEY+!nHhPsn`#n@mjrN)m6t5zwHnG!QCY3HMySh-JlSqRz}T3iN|BVw@b;3Flu+@7)ODty@03Onl-MVPvL$mVgwm znSzaZ9#YzLQ7OqDW}W?5AyJyQ+;g{XDWGgN?e&;wn!iI$RXn?xkoB0=0Xz(S?A%wm z;cAyO8P$>Izp$2ZYzFM!%)p?ur(~v20)X)?u9eU%mQ-;n*ajFUyjZSf)x`v zrz0zl0wNZaF}Xy$vV$QD+^QFf@uyi?dxz(Hw@n$ct8vu(=|>KS8~KE(1&roShaX4} z^&VsP$DRYwE^-K0k9L=r;|nT;8@eVifKrzIf8QRfS)aO}`+p2$*RfX;%Bw+34IAr@ zdl&=n+Dzqr7PB)gn@=g}=K&4TmgT2d6{`&(oj-W25@q@w=XXk3%kNK_keLBEpHv!! z1C`@aE7IQ}CU0}agf|0G)N|J{wny4f8A0PpIL`Tso3ME~--Exb&e9Aicup~mA93`U zju9NgfLXVV7;-LuHmYKHqXJnj?2%_UZ04h-nEF5UDN|J0Y&-s-toOzz&?x&ku*TkW z(R4_SgQ-Tbo&JCzhj!ZC?V1fs{F1i!7b4MS(94}v_nYq*FW=q=U3fCJIqa+Ic?SxK zj!Z92W2@bp%1$)&aKRFh#`S^EnQ}(&)T>rS&^?kxU zl;Xp9uLitP&!9=`G<@h(uh6Ht;g#$v*B zZf=Q(@8yripT@-PZ-=u=kG8f!G8I|>ko5d?W5B@cKhyMu<72GaVBK*v_IMOzx@F%4XCBCzq{Pc20|CPjTXomuCfCF7T)}Vn&^O*@>}DZRd=q<> zSaOL89$bPY)YWE}5@}7Yd+J??ayT=0hb*16MeLh@E+!Nb4#UvGysg;YDV1RZfZxqg z3DW$KQj!@*2ZBn{?(Q# zceO-#swl!rKf+EV)bOmr&7&Pw?4V?FOFq#d!$Y8iMbmANWuZ^_dZ^Mg5;K%^yNf$F zT1DDr2BPoJ`rc00G!%(OH8vODCK(+Vmh@Hno-jfAj3S4TFQz-h{?0J zIzYnv2Oy6pF)rxhY0ujVaN@AG8c6|&jYgDo*`s1OoXnxG4(^A8)?^+Qu4B@5zyW@!Ms)333j{Y}PCb@)B(HER$!!rwSpcu8LVxNWYY@{t`_ zR>B&|W3Q7P(KLJul;QN^E0dIBUa=i;2oCe#&ydRT0PwZ9{FbwYx4fR~w?3%SNI6p4 zj>3OmF8mI4vdX>-A{MMj8h5JFK`8wao?~Od0i)Yf{wKYfiatZ9SB08BcvS78D>D~P z=_c2s?A6~$d-#qPoE^TtF|d^1`T<}ax3B;EMqp7dHOlcV#~h_l)6?urL(hfWvB`DL zh5y$z`4sDE3^qIf!(d;@)Wb%JXA)j=+#!O<$2V1=#?NkLSNa4sxaVWe^d;dW?!Oi9HfJdSRseQLKdkLsQZi)1Bo~z7s7dv=9I-HRf##xK z&OdC=JMhqZ#0g-80)?!M;E4vLJ;xG0!Mqx-Wh9c0yIvSKNiA|+6s-}P_NxMW0I1;b zhhKc)Wf=9h?=;cGscUFPiVZExonWuP(2Bx~7?3jH_Y$=SMDs(<>XRy>`x2m3-GLzum;ynOnu6)VBULC-J)x556N z`Hw}uOugmgJ)cPa-*sxuvn9Wj=d~On7!FZlz|-d@FbyME)`IQ(#wztl^NO1;YVnqH z{DxW6z^``nGkBTSOUdRSy^EGnn_7eXGF`_!Elw~8ht{k2Td+b49TF*(X$|^XRWfoI z$+8FdUolJ}F_$(-$@9pGiV&~U2}c5b!6HrB6Ykl5iC&coJ5{i-Yes;A$8H^t>051_Y&eePYBu_#pXYhpiRtYykGHUlf?k{UrqQCM4``eO#C=a_TT&yaU5((wy_`y>J<=Xpl21>v5TK-n zO*z*0)Z&kxqJihJwmWUFVvhq{@9rQAQ6mVf4aQrD7OGzUw*-cGHq_PgkCK}G5*K+{ z)jAdh*E%?7EfD*9beH6ip`t+*t50m?S?jZ^~=p`VFIi2E;|2kLHJlH*O8ood;=wP#q^zK z$kx6tH~WG#_Z>!yhY+F-X&#yMz1GR!Gge;gq*>8-_?kno1Wta#g3kp^?wM60g82RJ@g` zZka1rf{lzy%dFRdNvR-^6U4Rwh&>!N#{AfvL%9Rea3`HsPb8|Z*v+=@N7U1Sl3LL|-Xr6|!|LbUU zIkFJ>lyAD(*jqp0^V(5k`R#`o<}Pe$cb!I=Qna2i5x|EF5%Wos*ArtM%iCsd78-UEqm-)mKd{Sc|E3c31*6R;T#Ig>`(V zvka6B^aRE-V<+C$OSbzDJ?PDkV4Q9Hnfhl$o%X-P%l;ixj*u4ao0ZryP=Y{%unBYT z)BaXPJ7q9h0+vv>uKC+pi|>LuutRR$<)noJJ-yTo1dLvfzK&Gq(W}Zg2pO{P`*v)) z!Ga`XH&5>v7R)u^Dzls3(@I&b6B%JeMFr}9(tT19FX*Jf5q(4+nSH0{qMAzJa7k`=7-R}twEI@tGW>yFPHNX{{2r~;!N}{#(kUuAgIn!vR zod5e)JxtFlTX6`MT^!2$*JMka7XI{e*yw=UB8LlGv2#tVXP#&5Yp4^#Zq4fTv!TQ$N*R zW&@mr(?9Var9Ck_G(63uVkYf#4o->p-_M+?s~Dp1DCuYUq!^4kC%dhUk5G~q zLa@gTPz-*ySWeCRE`Rx?N}y8JunbA{T~TjgY^qHN7y)XJK^}}hkyVS;bYbUQB?uWBjQ!9s8!3jtfqvPA zMImjK!jA+s%50z0qf+WeulpNyh4}TD%#(f)5U2qasly1V_3# zn#>}9Fu%E$Hcipb2S%PppaaZ0QgOaJ@IgfZe`4VjAys4;Qs2jr5gQ@!4)E8}tq>+J z(l4KYq@vqfUMcGsWL{wO7E7SFAzaQd= z=>LwawV0j2t*aaHIfjuhnP*BBz?w;t4!LGe3|F=^8aPFlZFkNGmehhXF2L@g1m>HT zURi9_{t0OHrkHYFq_O3CR_wg>-%h7h=~!<-yb97ioQcqjHFfr&r*2wF_dg}bppRV6 z3q#Wi4K{>kXKB*x+okWGdMe>!W%l6>M7g}cSOX+ooL&hcjF0)>SvxMsXHUozdp`34 zni8DWFP^L;n`@K%7ViQKT1G1RJa6J;P+5yw(|C%x$Bfif83?FN`6SL}s2&V>zZ zuU4ARts4IVp&!bz0V^nGrBK8la5|~BPgLG>UrWS5D9}rG`3XZS9j^H@3kxg@4*Y^B zvY;+BIl}1jlnt)eO^{6@OOjPfq@w&OItl<7C13j3FRUa00eAN(U_A~iOA$SFUvx$2 zE4RSfe)|_MPP6o{@dw;BV6Q(f1W{I{^eZ+Z`YuhUs-BHlpeR6xQB7$a#1k%UgFOl8 zdAJz^xqG&cis!6cY9b`a?M$WR9w*; zA_UgX`v#5_DsYmoKc4H159ygSmfR4|5-d&2F^&cr0F2mfrW*Rka@J{IljakSPTAm< zYWF-+)(Uz*0s+m6X>yqXgxH2L+;q*9d84_{a`kOJ$aw34eEhQaYL0~+z!L9Kij(zOd zj{?jzSvj?Mf^5q5KNq4jD3Y#mL_>W+41<7F-`lYC(Aw2Onarl5os{TE*4e|_kbrNG zJGNz)ep897G)gvD&JX6a!_F!<%IE(Dh~X_bB_bK8zbk~!w3PI%U;w=S zP`@H>>XW_ecq{i)`jt-znwvQlI_dA=6`fIv_-UX2?Y+Zre`4Yh^R`(*db*aA*rlsm zzoo!X-45QGdZP2Oeo!L$AVF&PSykLLHbcdlszH>DtrGX|F%&r~{0WmUW8yCUN8t;q z0)7+le(pA@-|ErkM$IxsW9%&pXIh#kX$n@n$gu;AJ)}QU?u5n|g?3_ZQ$4kt<~{nA zlm+exCb;>KFgP zuLPoG$t!{=vcT4<- z;j?$qr~@x{@t^*8ffHG`y;+0diD;{}2m8%5*t*+!5+M}!#-|;%60cUyd~b<@MEkm`uQ+H5MdGonTe89IC3`JTy6jC1QRnmoMc6y8RXcjnq;hSC3II1440Twu(`$3L& z-4Uz^5n{Xgg$JmjkX%TcGfWG308(DrNmUzqMD<)xbM%Dv1|-?g1bw-gCe^r!F9Fks9qKoslu zQHQ;Nz#^LUlHf}=O_q3VDrodK@^J!eHegc zupoGak{JRW(IN@fucT{wn;37_096N=DyQ4jS}Pv!D7N8tV&UyPWp>5~-k$3eKFNyL z-QLY3+~`k_`_jXOMNs(MUHpESfMsy<)xm7D2(-|eNrH_}ihpq`Ol@_tUwIH=_Cc-I zU#Y952Bk*ZrdvF9APGx2dz~%^IJ#0TvT`&mC zz#!nyTK&OZpWU*{9hE{Ytkb!)W`uTB+i*L9+S=3K%h9!Wy0gz}P?Wg1eTdXznIb=Z zmkX{}kuD9*}mzq2w=3uJ{Z^JdQ zq;b?syxKu~E@mNYxyAmx3crFE8?0nM|Kn9Dwh~^( zJElwvzNz%KB+$bvu#E&FBrmUVfBQ$df&ZMedTB~*$@u^k!k82i~S zXeBVMHEZ2q^SzEqPejQpoKEmETX`T$yv$K4*ZJS7v|6K;r5Y_fQ=nt7E>Nx7JW*AP z+J**@Xd*<>Wbq&!l>}ez4cRtwbtJ zag#5M%GyAeN|(;77<&=M;_m)w%v%T2qiv^;wg$hNbzU~a&AHz2@M zyOK1?Zrcx}Y4Vx`rKg5_#)98LHz1l3yxLwXiogi1s$wK!_b4#aRy&JLwX3-bdl72< zg;`v!cYQ&2BOF#J$^;j~X_DzMCC4H>5=yaqh3_4AGAhyBak34!DXe)Ws8=qRsl?v) zD#}L`eE!%fzrA_%BL5f{-rY&M?xRz*?fT)HBIaj|U0;6c_%cgigq8{0t-U^<9*@$( z`68|4syxaO;cemtU57}s+fs|)4grp*qI`XMf{8AgB&;Gm+TN_NljPFn3N5n7)KB)w z;^`v4z4P4#9`Rmt+k_Nd4}iG(X?B5C04`XvF|ju*y6_H99_#;4 z3WZhr;3v1xDBxFdHN)6+ly3jrb}qQmUJwf^3xbmL>P8?U+J64*ph47GIbUEAb%A-s z5pH8-CVE#um>nzwj}|rvI-rIT{M!~U6uB+1nhV|~p+SD3N`LyhC;8j^KQ>LbKd?;- zu0w+A$95tRLfg-u^%JE+jo+?ZDpEQdr_5xmW0Y&9=|R&POlXH|Nh1XI;+Z^MJY5*N z$_m&DxJkjaPwq^aj=i`LSgW8N-@kef&p(r;XzX$J=2i+2*eM3V%`KFfs5E#bLwgjv zx>Tk{qrb>tlW#OS972mqk5lig(DAo&Jc4ZuaZ$w;=Hzmub~iQQrQZ<%y$|Cv`H zf<1R~l`gOdb`<&K-tZIs#CdGr+SsWUvrlIud(j|J7G0f zW)W(N#xgO}OB#dRhC9p_ffZi;{nIqHJITw#BpX5G>c<(fBJov3d-$Fg=JZhbDe5z! zs~^d9gqM4v3ScY~p-4=%y?#b#m-ZUdxhi`y6jrK~TdYuVwYJ{$U>79IP$aT}XHh`&uI32<@Zy9es%XGDqy#1Q5}9 zDoit5ll&4Jm+4NoAoN0Gky$Zcr{ybETDn{^C6-QrN4xii;J7DEhWUEu1R~72F`S;d+tmLUfv)iSyy^Xov13s-3_U4jv~|g0zFG5cu$|b24`9 z9pkrKes*U4V-VZFJbIqqed7vUxoBS`jJDow2S%%t3<8S?b{J}6?JzK*#Sm{@QD3%V z75GVDI}wemwCh@SDY_#mRB-*iWdS8yZ@;$aiWiHCY?*9~+b1yxS1l=KC9E!Yws=nd zWSOr2;8f4A-*?LdzX3yZ|MJ`C$PSCAiX$Vmqh=9wV<4_P{8;7=f0MmwYJe;X{`WAC z@|t~V?!7e!y7(7Z3*(bfn%a_B^K+efxcDA^O@>{*P~^gc%X3j6Qk~h6qFwtkw3Ge2 zGfZs5VP^w?VPzCnJ3kI%;}P2bfk`sUBzs(MxnqVta_4qFHO}yN&63@kpq;mj(=cO{ zYC&X&v0Te4o(t`x_aA*sA^rb0d;H{Vg7)8%F+P|;Vd_Hkpp{F^*QFTlkcSng$J$UdP|e(ZU61L$v`SR+O#nx;7&;dhG@pPfEqkQC2+J zw5Oba#|M@Igcs3%H#_0hd$;jT4nYOtdgc8Rk6zI#d-ms{hHteuB7>LGoq2(o9YUrtct+Z%5 z*ts{uYhr_J6_{Zx6K4O`ak_9OPlc6=sju-v`>F_$MQPUV{oX{d?I4lbt;`FR2km8E zcEHujAOC+RxD|oN7;V>!7q8kyneiC+FvoYsX>2A+*`3}k6tx1x6jnfi-9uodusXw4 zp>3&??RiZGk==LmB=g9I$GhqUUhKG`RPEv!qLrooVms(IR(P^bL>5sjF3lmdgCxuB zn{H9<_r7(O4t@R_vI|7^nSc8(zc-kiZO%4;*dp(cOh&nI;kN!et%+`ooq%zVTR7&; zf@%mTqE!ehL^Z#5lfo(%SA|v&g`eryjDRQK-W#(tJ~bL5YhXlHTXr@tBm0RhhO%It zdS=4=zZ2?Yog}`H?1C3Nh$yz5UiQKFzID#F(7yN9GX2RPoa%T&gxIPfm9IYP1R}@w zL=uEH&V<*vh1TB3#|;t2`@Mizw%#D9+S=O?Q@k$))f-$BT2vSiH4gSV29YeHoKX|m zb|AJGT+`1+fUkSghi5$Bwt&QrT~JNnwHMn9*azq;>lB^CI)GQZ=Xz_US3mylC3^Lx z3smbNT1fC(!4ShBE+Uj{#+4A`k$Ya4XCnG^zvK4aILVVkqe!iyZ>T&-rK5Z*Sg-Zs zXk5TFv2hP4_9L2w_*ey2!L>I{(CiNXjRnNjM7Om$DD}GS6XtfbL0G^0{Apf48)Z>u zEZ&@*5Tw}@5^oSLv=|bj#1b#CH+%ZBD8S#kD={?XTUM!-HwrBhfM_wsl&M~&UwQWV zbT-B}Hh4jv3DV*vYxR+^2yXn)G`~#uBl!K6uT;9sKB&+fyyWTL5h$7;j{fHpwAfPS zhR4tlT%2go$f3(Ca|vO5kzm#)an1EQW@cNG&jc9u>H@1^2sz50`T+~UD^@HnOoWJC zfBTd#{McShZ%uUl+{@3rPrZ2ihl}*Wzdzn_^ddmSjJX$?i7<^%hS^C`Voe#~}HIOUiK6o2;r|X^&_PAhxgv%Ej(AwzxFK8gefp#>Gn|K6}>;K@nLH zPlWlut5c^K<|^<`waJYZ4TSYizs{_JADbVWh+qO8X%JgPx*;aQy3TGWca#pp$RIQs z)~qt<4w7FGS)A=9-NC9GBx`y#G@Lz=XHi+wH*3g)B(etEcBkmnyDRHrizFF724Q^l zTW9I#GIKOB8|PjuqS(Lw-X(GZBHdU5H@p|(4Insa)@nMpF{HOUya;=h9=`X*hjm4H zs@E~_Wq0qBmH}A4Qt#*y8la=-%zM3)P+qLKF*DO3h$3qMkzHM`vIsZCg|;2k{dOBh z;|360c)NIR;EJdD_SMhpy3T!Hg~cjY^BX!BZHa#o7SZa8`gpHvA-o6?El81V(o19k zwnt1%CunJ*`%Hlgr;GgLo_bC0 zW%DyauHg~Q_Dg_Wb08}%gEe%M!AG;uz55FerC``F>n5pmxMw0~{|6?7h^&mrB*Tml z-NDA!cp{h)j~i$vMWs1nG12pwh4ap*X!Qa~x2?NU9Y2Se1)VOp?QrT{>$SQP zNl1kt?z&Z=n(!O6A?iNtFh z2`#UiCH>)E#~_-OY(%p-BNT=zIzlU}$FyHJ1+&)IAQLMqv$2z5syTOZ>4+tY=aT_Cb(oT_=tR z9oroG{jJc}YLpD(`Bi0+?eb!s3$EQ0nndCT_9NOpw!wJY^dn8yQ*%1?)|-L1Z^pa# zmq45f4%f^Kl0u;OtI@bYWn@p*MzL-*>w@-x%m|7J!&eh`(5v%IjtO5Qu?rCHP z(@Vr+cc@IyU0|s$kympSOLOwjs8K42iRP23DCN8C7K5(|KhiIw6Rnb+iFNgv5v{-Z zSC_fi_S!BHPqGAAOrh1~`i7}j{lIe*hj)r_A-c_JS!?fyI@=TgRc1IYkqQO&agd0| zme4ZEIN0kc)GcX)Ct;)B}%y@!kwq|H@T3jor8z7pk3M#G-M|z*7 zDwR4rM$G&HuR%*MYG}L7Wi=9H7!NtUt@|!A2;ul-g#XP;Ma`1nc7m6TwLW}Zl4}rS z%=C!G71?qw*?=vfWtUU8cKaNj@&W-?tv{Dg6*y448qS_Ts{s0`DU07u|xU;NrQba%%u5dncj`DELv*+Ao}fXHUlvqrKK|hS>7Q&3L=@;#{uaYsg89;Q~HyK?0nx^N9U0?WmB*;`LtP+b@7Fu+K^@^F) zP=EDARBP3%MKpWv)W)TF@mP{&nN_N5b#|+=7t3amF+>-UFhuv-16w?cauK2eacu`IMK)iT%XX=(OJ zi<(BXP@0Vn+M`)jRVf~AUNT14bhED2s9LLZ6kYD?o~m-OMs(}8;KDKx>CGDSYQr5S zU?Jcnb@s%n>90W<7;b2O*t#o8>1?cTlq->VfzU0uAYyWjI4TfuS)Cpa_q7l@MYG}1 z=2hF_P=w!rA-dJt=ABRYUTzC6{%wPpST;NFeK8lV&mmI9cVj?=_UOp2~# zpjZ~#u&OibKulBxQ9$_(`qg`J?$nh{AB)F&&uBG7Hy%xJ(Jfbto1$EZEo_Br56lYn zaLa{;tAf|7X+f(6+oNpX1u0!!hI*Ur#iefK>cIXeaao>I|W zpLEnFp&4^<_afotU=}VS-HWFSe7HCgXh9z>DG3h3tphv2%Y;|kX-n>vg*+F-R-zGe z$&Pj)xVXViXpe9a*?#Ypcj)??x7m(v5yfI~$smai@#QfRUASRK8rJuq<=AYL3xP&7 zi&8K|wr*^QkVv}W3!w#=Aqv{X_VW47{#-ch?2->+8wtm#QY%rpa&_NUy{7T#c4ei^ z1=k8le&tu(7g;&iw^@~d8$gr_vBjY9_R==gbcZ4e_h+TBN(PBgYfW(J zZ`L;G1%`#7Y9Y!5H(y%b5Z#_SzQ7{fJRSVVoT)?^M0Pc&c_MsnbeOA93uiNCNcv`4=AnUn0UtJu~A)^S!Vn=jiH5-TLS-k@5& zN~Lmvmh+2LEN`3~wSD(w+wslHf@sIP{8M>mFT|3S!n?N8?O5tPO4w!u0GoWish?kwvt6 z_Vfakisen>3PHsrv5?vnRa8Z&9mbJ0u-dv_;oVCs?E6`bY7tTQ`n#fj*65a!NF@Hk zme3w~_E7Gz`(ApTx~#N;Ac*j3Lm}^r?_;qD_fa9Ji!A!Qcy5XNtOoFd(KLZlut+4< zQB*t8dR&nSwpF3+w)xgTimXK9Uu+kpvddtW5L3GD4qIL-)5LUwoRA!glh;6GVGEpN z5o~Mpibe^DD+byqHuj~5LM&0Wrq_s&w{DxX^!5F0gY2~Te=CVZVh-CvtE$Sg%yN9J z+vf`_RmVb`&e%&DIr({rU=eW|@R_!;q~ne>*a`-vLdD9L^3Jq=cFd*I1>7osh54?+=@4_1+#V-kt?IJ&lH_5s!&bY0YV?Tu58?Smix@Ho%zyUoPZ7%eSc zZB~FqfRS4Y3Zb-ScA; z#@9%(_7m7mS6mJLuDD?WgQm2#N+op5I(o%0``~L#kh(^-OA95M+TtuKot_!zi6}RL zFFSYbb}AN5tcyA-1h5K6)U>d6>UGVO&^Du4@dK)jIj&BYIfmDTSY01O7>R}WYNGa! zVKp31y5UIk-wgj9E4x7yU!%xI3(4SU?PxW|2q4d7%x-~b8YP~_U?+U8!9U(u|6I4u zSVuzJ&pya4mbiW3B&yxAZNgQdg~%Sbc{h*XU>#J-%j=)RfNxvoMhBC16tz-1A^ zw`E;q!NkNEo#^p38WYP>rND1S{VXaGP*KoNcy+RV=0tK!imdxIjA*DO72w2Dkx1Hc zT&Su>!$+vcG%q}X;ng}J6b{jjoiii~bY>x<47Yit_&FJql@1t216!d`TA`Kv5{p)^ z@V6_~65qP3>l+2Ky-m2EKZ|G7RD1Dso}5y*xxE3A>kei=+<5DrzO}iiauBr+ z2I33hh0x;G3Zmz3EG?9UwJ}R1lEEXSZplnki|8z#2=h`NJD?5r#JkNz6%tZtB0xfd z#gRRycR^(5m`yOtB1qLl)&brt41Nrbag({dTRVOnmcfP7tJHfSnSN5y>5!tT-(nWU zv9;1DoanZaL?ZDW!s?X})#|l6O1-)^FkCpZO1t-GJFbT5$GMgguNV_r3~xaq3K*B` zb*;K-kT=?B-+lY+`V519nSOwhvJ2<02u;4V(krS)l|jFf6Luc>%D?*KyD@75w`W^F zcX@l?iF>M6!tjjYs1@hWo~VddzK^;iExA#6CS?r zrNc}jzS`>;j8ELTx4+o6f@t=~KRC|cMyJ+TvisK?qKipcog!Vcf(v1Ht9}zwm084K7aLC{;|f@x7`@>E*Vam+gDoN4|V>yVJWt5Yr&my zjIvgmS}kk*)(e*K{_?+i;hrPy9~a)VuIT!gbwzot*D<+;5^u#cGjs+*XNW8??1H|( zhoW*p#tmgy?SgA~z89HAurbJe0e8mqU3-r|3 zb`qZQ^Kj*kIi0W36J}{&6Y%SLvDqQHeTr zSa&+U{bTK`s#*n*zu#7$uUhH;ut+=^=1mw{t@~rHs-edZ-}Az=?XOc;ek(H;0@$)M zO__;U&to96MiLAni$O1T=_I%Y-7e=vccry=gh6C4o>}exg^Kd*li#@W^W+2A6KPHl zg?sgO@X29#Vvafu6YJ=)(6m!$*M{#y^kt?guagbfxd5-lo)%9k9i@KFj!lsp?bc;H zo`vOFzZ2{$PdX7!fY&Tg#Q=hCdcO z+1z5D_T8{!L&Ujj&lbKDY(+p70tD8U$fC-iUjH)r1U(danW)!UU0I*>HR_m&u*`^8 zNU6Vm1lHi@AQsKxEyF28RXwjpC^=mGV6;#rfa(%r_6WS_rPKFkoKdmmm=R zj)Ty28)}Wq`&NMqhsBI6j71WZPG&cGy_iFL?2S`=)l4hTV0=9iUnWJC6jlGSZ$uWB zfucU%>zG&~EF&Yy&|~6x&XUFT_1B84OSz8x@!hW@IcDbAh4Te2K&`Yk4Tv03*b1WC zOlpD)c`NPZT@cBeZk;nd3!xSGvKTB5f9K-qRa1#Cz>{Ck-TgHA1ZElZOn^ztKr$-e zf(;fz9}Xip!5gk`KV)M2H2bB#V&+%~&>4&ctTjt0iY+T&+!9)V=oU$~_RC#}EgBcr ze}}cmwo}rq6X;62o*fTg7XPMG?<~zMYdlw3xSO$WGRY2;FJSIOr#e|XY&T&M7$sY%_r+=&M6mE;&9&2R#E&8i*1XxSpP!gX z@JlG(6wsgzdzRdq7a@^&jWN|PgpC|)BVV!5AUz(V%Phy#qiby5^Du;q?R_uh%rrD~ zqEm;D8}y21JAq>%ut?}ZU@h(<%JJ%g=RW;3`3zoZ&?B0~>W5a>*Jk$Wyo0Nu zuiZEFb%8eC=Etx7{iIM!M4@0^k!tLnySjf47#m=&ifPjdGgcP$v&Ck&H?Lm1F_7y$ zG&CH(_r+J(mGv|1pFc-FWV^|P7eJy5OB8JgEb(Rp)X6^Yj}oqS`bD#5_rWz+mfQDm zn*!Z@yLBm_A=(D*!fc3mC$zTt#`qa>*t)m0k4=TJbrUtUL%Xfga%}5jfemkm-On8$ z;J~fh9O;1>YbgC<(b6H7m1AN{zM24qrH%cfS-dFo%N5>uV0%cnqCBhQ^Itmh%IEvm z8V`bg(QGUp=1(p!;4i+l*G{jY=}ssWYdi@n@dk+D#I&=;t$qSQN4KbUpc#y{Lj2p9 zZ~H{MZ#&4&BDCRlqE%e6p2xwe;vDl2HLc2XYmiyjsty z4tl{W614iB)|Oq7U0_y#WdMH`q6#rZ$J)g+c{=&_6*~UrB7YkZtOJpKh5cJ^gMC8& zXTIAfFuXl8A%#{VX(c<=c_N{2YI4@1+dW2f+w^KwVHE^sz)*3m9HQfIEjkg>E-){) z!4h6CeEL}m0GMf@_viu}%Q_qIBasXvnQV-fE|;iQ-5AySBBE`@h;G@7{A=NmcQ0m$ zdNMJ_qF7C|$mUQ#tP~2j1w~|mt|$+6`yBkztch8|63M86ou4*TvLEs^+w@yR%^LTW8T z^>sT>C{%q`Z^XXJcUHMbGM*MGvVj#?11%JOu$PQxCZ#tkk#qyqII*}&<?+0S!lB!l&R2#?T>>N1+C0wX3=;F!dSh_t&3hH^4 zle(_Gud;iJYOfr5)}Jl1qUlv_fZEwqTG|E@i5U>p21;n*)jmA`dxw~X@S1%KLC+~V zedXW1{0qEM;PCu2S<1%w_Zk%uHAz?7ARLvI1`>%`c$wFQ=G%c8A_@!P;gA2`=XI4{ zCadW5ic(X)^z^G=JZXGr?XrLPF8v+w$UQI3v%9V*GIYeD{kY$Xc!^}x;cKf}_5ubf zM0xtpzxWD^O0iwnoIpZg8+7PvfA+;gts*Pw40BWZ4)?*6$Mz5%iDX1L^IncBE#+N- zyB2)<&%XGyQr8c$H&1pxLeJ@>Ke;ZjOq@w#ijY=+*363dbMLS4IS>+wWHVU6+A6Xj zkfz(yfAP0oS5!KLh_(3<{q=Qm{nKBX_<#TOmkvvTwGLkquW2}m^}J$0i!#Q+NwJkk zt^&K@-21B?7qA9)(Gxsdc6aFE`KPi-mXSmV5ZlA|zIaGi6nNoX{aT1E7EW&2nUT=Oz;HZ>q{BeBe?K5=h#3lYXRx19edRba1bNj5H$b!Inv=VRNyWO~F z+kcTJX8GdmKC^9%Qkm{EBn-h5J!-L7DAUrFJY8Zh%yv=5I(YoN>|~m@Y@4KHO8Uxv z1&`h0C56hs%KGfBSJ509tl=MjE>ukQ&z_VU?$$D~&$Sg`V>6k17Nt}fCH zz1&Z1adt=f7gmtBZ^&I;F4Ec43sfqW`I9+2IY!enS(=y{BPST&xBW%g4t^#C7dO06 zv9>5PK0M0-gAN`a2x+GiWjlDRaf`(kXo?9gL>DWloc`<_J5l3=jqjBnPp+@FGC&PE z@)BmESfD74uN-;)(@#jDm6(E8BUsp44BvJ&SEe0%$7y*fPv@8rwqNq$NsSwx$aq5c z+dSM3UL2=SUgW~r3Z^DuU{Ev?W06Ue^2OYyl}LDz9((f?|C#MCCW-gpWC@F>n=O!t zjZr8RV%AiZYFcIe@x<|XZY{FsfZgX%CvnI3t*o7t@jbV0pQL=QPPxUB*>9awRQ=0G zp8NFEct;AY#5Bg%;z#d4dW2mL^_>w6f9;JQo}{|A@x^0oI5tMe;Yp1b8N|=5=;5;R zqJs>NuhjPv&E9oZ^YBUYt5{k={LaW?f_< z+=+OKGO0<5MH8k)*1&j?oe-0<+t(s zkwjt>JfWU^{_Z`xqC9DQ3?hp&zX2}e)5&aKfo%sbhSsPAB8y1HNO&0=GT_}=jbMAR zx{{Y->oO48OBWZ|y|_|9h~ijct7NL}MbGYZX~U0uV#HLiq06XQ*6aURjnv7B2W zt*Tg##Dj{l3BYZN<-98*+lukL!_^fyd+IVRT`Ezj;;eg-3po?pd})~rEpE%JOSgXQ z&%W5Vp+`ov5+Sgt>}6y71$feHbmO2BQ}D+D0$ zM$W(qhS(aFGc2x{|K(5o$HV=;PDZo==ER8;5Vn4+edhXn-pu#tdECE!;>~N$o>-m3 z+Ym!hBHIoYYI-HI01->2S~gkI<1WAO=-kVP|Id?Thd+4o44wI@>H1ICXtkBR0MA2B ztMik!NFcU&F2XwC?r&dWWsF}K_uJWG-3q= zqjny9oFq|VXeF98^Rt>&2{B&A$i5=`%Gb|4{-v94>UzAdg|;nX%eLJN=8QL(z+Gd! z-9gmm+P;1J`@#@$i4qiEe&)=E_l>i>Xdrloh2SN4EbH|eMIv%Gf)kp8WS>$c&u-)i zc7E2$w^!)oPgZE|hD^uLdm^-J(IQ08xaT)R7}=A#_2Wb~MR1e^&JQ4(ef`fb(Xdmk zSESH7pwZAabq5Y3Kl#C;cS6fV^+6_}pJJjnPgljYBT^WH&-~|i(y)WXhlqv~5YtId7$=$j*^OB9V+R!iBaIYu3Ts z+Pmv-!#Zg5Qs>(4B@&4w@OUD$c4!?M91bxU4Db%eS4A0A#8>eFA0L|@_BS>m#|&AiAt>n%l2^3@xz#!y&uG!=57#!3z>N`O0aWIeQNERvR`IFkPC!-o5)M{3gmJ!K%U3y0kTa|6NmWBQgR>lXWh##v0;!yJ^c!R}DsIa{d%h#U4g&Sw_(T9Ewjq)aL zUi}ZSI@?&O_A!x9BIDQ4ZWfU$9l*-h0_8tT{?W8VoHifpclyjHwEE2o z&YpW6kAC8#`1H>|jBKLDaC8|PYb&U>T)6H8rb>(OJ%4n{avgs{5B?<4(;xmglJ)!U z0X*5iPeFVcW8r2%!C$-f99}!~EQYp=?Ro>gZNc-CNKY(ac6Jf{`YOun=QLEfk&8#~ z+l%VSJYO)Rgs81_8miwCecy9cFonmHsKzqB8VH@t5OkR(eC{|7wD zFOEMR4o~6Y*>9uXu(45YpvUmDRjx6_6cO2d^g|nt!y5&QVGp^qg~_Q5l`+86&y;a> z)k0?&s&FY{dVmPrgAq-rk`|%MEws!f*&`*y&pDRFCW{Jl={*cdOw>s#W7oWcpZ(+k zB+@Q6w~3sPL2+s~n(a1HjAy$iX0dPY9k&b2vc4R9!~0U$y)O!gL(UTzi}mf+7EYh| zm)Nz~f$uLdR!`vkg%cD~lS#9Wg!Jg#0( zquFU|yhdO`iwQE0NP>dpBN6m@fufNrBGS08uZ_&#*p_4R1h3Y1)8Ceo1^n#C?uI{qFV8zMe#znukG>xv=|@%og?~>h{GE_< zZQzJ`^JIufCaJD2iU-w5#H zOI^Hnp@r4}D(peOuZSgJ!nJIXB0a{I^ksxC{}zH_tG!Z6a5iW1>uA5M*f8E^3uE^cZ4>!zA*V5(}&~=7sY} zGLBEAeWD@@%Ns+SINiqSvpv+?E??V6Kqx7(Sc)s!F|1JSpUIV>h@a>23X(3pfxlZJ zvjkrkGE7DM8%sQgkI8xQ4d_LDZpiyYNntQlnA-1#SiMohH^2H<2zqOLyv+FTVJe+s zuCP(e7WFf&>KWLz*Tyejy#9p906)U5SY?Y}(wz1^zgl@ou3Mr#v~{@iDS2>ALyQb}kl)D{08p&?BOaY&K}?bss*L61UbUb;EJ z`n4ho6AASC4df*y99LgZv%-ZpxiQJ_Rm_%hzZ@t!>3 zjlyrWs`&0xe~#7Fn~e2+EML0Jkin|dNuat_N3M`WF6$wk4Eg+Z{+`3fKk?i6$V0z{ z+39J_6?k!s!CR{xUaWY@fI{ifnuk=}kccT@vgkxlS1 z7a4j&!m(n{pz@*t&x3Vd1oaS~k2z5vHa$^(k3{(Nh9Nzn%e?f`3$J5itA%`tHAu!r zbGVJCUwwr+tAm;8NjUt>;b0rJi+@Eew|C?rkef>QBHqLCLwmp&%+#Y&zK$1PWW3+l zpn!SeZU(hl1z-Q#)2MH^8M6l%ghDBVNDy}BG6^E0Dsshn{>>ULoO%`0IfpTPilN|j z1mtb(nB_@Qa#`jH-+^*G*`%j<-?B`aO%TZ>{DfM#2tMQcwB8|XDo(Pq=i7YVW~dSG zpc47KprLkepvXunL97}2+x$J5!`k{bd|pq7=hR`v+}PlGmvWdc zWZ>7ILnD1JELQ3xB~Uiiy?gim=?^2%A4&m|aK+_Dzn9B5@QttkZ@A;o-T1=K|0Z5N z^&&R6wut2eUQ8YEdhik%960iuNLJtC*cg6K{t&c<3nZd*Bz4%*^7hV;{rOqo3f34shb7KO;ew!iVlY2$#i| z)ChyHgANf-$atGzjL*jCoJsA+Bi0w#8E=fgY>@Hj724ftd`qYU902u%VnH> z?J|O92lk+cbe6ebyP+grh8`F690G_6HrF@dY(2-2*V&PiAVQJVyOry^@&GBa#&N!F zHyK0!9gg1F!}5wpNJ$up>o~mVV?E_!Vx~rGtfO{{)WKkb@a`Jsi&IqEd0N>S+;`W0 z3~Jwp!`GfVc@kGIw$X1(A{{WqFoam50E+_kc)?7xWJDd?ge7@S&w>9WjJUM$1O+bl zg%M?u1b2FZpXp*|qQLX;loj2sRuQryPcaI4{NLOJAE)JK${pmHua?U#G7R-%m_TBFP-GzOv3JmQ+wMLry7bZs6i~{up~c`VZhSZ1E_@O1Ssk z6l?EF0da-9Z}huAcpB4l`{0K)?Amu2r_O$#f?G#A<>BBR^KcUr3=yP`H5@W?yBz-NM1eYka7k1GDiP$ zUszB9K?&O^!)3@SN~oGDXzs8TL4}w|l%%3yCEdo<1PMN#YY;IB4?0LOC{>$1Y|!F8 z!qs+tn`kNvpGvsCvWkU0GqjBW-+TFG967K=wsli!k(8Vxd93wn8L#}sm+_hZ;`izG zX*tb(A~XK{y?2!DJH3FK{K7cB5NtdJpYhZ|ooI!mSm5H=@sFX|&tapMhnt(i^!%@2 z&)#3e{QN8?Y59vYOXxMLnqb#&zQ}huMF`r!OlAvdw~9`)#ULZ(npij#!6c~!Nvu-Y z%5A9F-B1ruxEU%m3^nE>=6sl40_F$i4}q>OpYZuu!Wy#bbtw2G_AO3hf+#1=u#{#f zTi7*$5@TJ`>eH(ut*-mcCi$ujTwcG*>&fBtl^gil6VD;=^Xy4%qSlURBq>xHLwxI* zvp7L6>H7K&JnTM@X>k<*R*Oh(oJma=l46Wn6cLIfj=yL(u{BYX#JUOSr*! z>ZV07#O0(SEU9LBlamq;5EUrD69@$%T#xhs!r0oOa8zFNJ7HJ^}x(P2t;4sJX(CoWj0DHkHBT1bYMwqtbzE)5D+s{wWrYteou}s{J$uRu}D| zg(ptkpumT?@$wZV_T+E9fY+5zFu(Y$CBB8D$3B8WVM@eSjA{8_eoGnSt*u`|&lg6& z_pkjs3UQkk)FH(%z|ET-oISC{m^g#gD}7YgGg!O2iUvc>r4xUK)oagU@8TZTE9}?S znYc(nH@Zozwrrfgc8)Gyp|EV+apa)FMX@}wXsMWUL`8ybEDCZ+L8%W&6&sheQq)SQ z(vEN#sDh-h5)dnNgghtVYRHfmNMD#8FrhTMovz-5a2ry{Lq11PMMVXyVG{HfdJ5k) zWO5$#g)z-yY1bq}SQ~klMill@Yt$(R_Ac72*x6&KRM=DK^7l@YWZq3e?bq>V|Kk4~ z7v*EpnEIg=Fdll`-Z`Y5Dr(d`V+)EiQ|wClOj=1i^*p(p-M@%$eB&&h|MnADJ@W#d zd+IbE|I_c{)zbl~_b7BpN=K9024Kz_xTWtjL9;9t_eL(ZUE#p?OL!Og82y3G35x4L8tHyKRxq#%a4 zbfJTD7i%bY$(`7FeDkSGOj_I6tPOB}xsTjj3G;W=5oW5iP_m=$WhT82q#ObT*`Y^t zdV)^GqC@Qqix*gNXDgzB2a%2LfSs*Ds9dKAEughV$`_g9N`sPEux;R}HYt@gC2f&R zYZdHMSYqkgfADPOljJc8Q3GOpG8+U161sRk%qbmu%6ZZ%#as$^96Z4AHAcwKb*0wThD){F zryJY2Mjn1Z##B5cL+mKkt9V0i$ct_DP$eF(5-C+!C{@^iZ!mdwWb{OO!ZH~Vh^Gbm zzWkNdYJ`+0@8fFTkoKiTfjh+iHp83L0UkXnkr1z|1Q0T)RQ<>|<9UOO$1)f|KN^rl(6-*gb>lW)=J9r}5Ey4`Kfzc_Zevm!A8^Z8D7~ zLvB0Vx3zw zP+)40Tn~{>nXjca=BeC?Oh!2(p|wK_#z(09kD)V6;+DpYc$gC!udzsBX!p#Lup~_f z2_;aXPdtsUCKP5vW^o@Whc*@$GMHw6`nA&+Y4wtiY!Y+>+j+RV|h9NxbCwh9=xes6G+7el{H?k2(2B#)nG z+}wribQyCDx{BT6WM$V4<0*0OQB%NAQnn&yzu9na&DZOaXtw1xkPcIPqA|-4p19^~hm8Fef`Un{&{(&XMUx+)F zmdJq49?eD&=0%-k@jjX@1y@d;}yuvq_LcL$Z@xzm(1}2zvSKw3%=r+43 zhR4F>d&^qLq-a5R9@&k%4(y|=&mlvuW_!KIaFf7VA;5*J4Se#$ zAHs{@eGYD)F`G1Tj@B&UBjBwq0_^p7@`JQthO|8CY=ss>2;+1l)E&`Jv&$AD8#oCo z4NIzLJ|oSaa;<|K6i$uGqMK=jouU$_$jHtzuJ=mh^k>uX*_sp-Frd2y0Xue!Gg?<{ zRqO1^C2-{aPoc6^#%7%!S1MqJywS%Wcz}Hihn~I4a2Vm`7fxdD{<{cO=P=y%u(<0e zfj}A8uhWRL`zU;=E;JWBLW<(aAE*FoXs2@9s?>3_yuch#ClpI66KOLp`V1}2S{w6| zIdrQPWYZHkI6sf&)f&rs@;B)ctz$Qft}^<)8;p^&s8@O6yx{UC8|?I$s#q}j_vY$% zQNCVA)=Q$*W1e705~L}U4niNd*$-}!qG(b9E(?bKFj7GU3@=$N#0FZR38g$3FsTO# zhCE?VnUty2GOgZYtnr!bBYIFa!EPMGQ;vk3BwwK^+Jui5ANN=lSE;CEDUaPt3)mdA z878~9@9x7GI2A0P`5QFLRalh_kx>qtCvITnl@#_)(;sSGc*SY@io6Ga{t++3%HPok_91|a7^d`|zikR;Fr7Ah00xptcpWV&ocDBnHxr#$eS={%~opkFCUJ#y#NGi?n zkksK6Q)#&rR)#2Q$oSJG92Boe(E6n!9x6A)4p%;{&{e{g;C@?_Pn>TP(X{AgJz9N- zRd2-eEZ6Ex{!Lb|X`Y);j~kNL*r{|O z$Q&pfFV|Y6VtUF$$sE&+gyH!a1T@YzjbbS0!Ccfyg$i6QT)2YF+-o>+$I+39zc9)L z?hgt-Ctf^-W_1${zL}XSh>%HVl}~YKjn+`&go~S23+r_K^2_AlPq2H$QeIkz!I0M0 zCAG`f_J=8kk10N0q@c^Vwi;l)Qo-{lR)}DxFd#nf4l6p1CXFtlLZup9$5?BU$SOe# z?b6a@+BqE9I_;LU1|%U zR<7bXk&c`g4^TE#n(cf(&+|MqDH9pMO(xTb22&zz-o+lo{A?bF=8LrG20x?Em)oj5 zpYJ(Os@kD4ZqPfL^&##(yo9-FDrkoJNpcL&CzrLfPaWD_pe>CW7d0A)gk(GC}Z7sA6#SqDysBr))!%^dzW&))9VKSG% z)^zgX3Nxn@?$aJ1B6sgV|Wo1N$VeR$W3KFzx5%Bb40{a%o-11txO%?$Z zbb`W2kouq?ROpsW-StC#%wMveoiMf>J8?^?sa|_e5$$45vTDh1ias2FoS*%rQNsd^4k{8-H!?iL%6+o#3iwcnQljJMS z6;Y1Gm@E{qJRS-G2Q$7X2uVVaCyAY}_gFa>8Rn9CTNMz5Y-LKrhg~pFxT9o>N(fn_ zuyW5ce30D?1&#HD0{5}fOyK+f{tT;Msh9(;&~?&+-X`-%1=csd=NfX5#*iVgDCMB^ zFeINjgyva-ko?p%ubYaE6(BO-Q2;OEo{?IvT)D`Q)7CH$#ADu)6#Kj{!?1==XYA~C zSa=oH;^t;cxa;T)Atyr+`5?nl_=>$niu><6sMV#J;}o=FhNRjgyUskjsu*9NC$_g@ ztB(|MI%bwfCv9yN{(u7R@jbh&h=(%$Ai|HtLv8&VnH`mvivk@AddR=)s<-&0$CEme zo=!206nw+N@-zqhCu;_hv#djif+qM5Qjl3zo`NmW7}KmPTH3T{SwdxnYW0!KtcDF% z<AJGL58kJD$)XpDDVGvungxp3@! zBe`Iip?4XF6KU1~0}*Hv%Qpgi<(tprz@0XB%}6mt^2?oMv!#f9DZ!H&D%ESz>LQ)x zPimYzbNVDspL&^RQ)Dut_3;e{17l@+f${LIggN=#9>YM3AwY&_B_Sv21=__DVLPq~ zNs*x>A_~6K=j-|smppxr|LJu(thj{gJbP$AlJj#cG+WrFq7r@y<&AYn zZ%A^Bn`A6cNWVZBRmz5v@Am^$NLRT4OKBMKN;ecFl~r#wO(X(>ZZMt)q$n%8{PY5KhQpm%2!G)P>)~RP+q!46XnqPx_ zzCcnrN6%#eB^9nCb%SZ%OR*@O5(!sASKQpFP;dq28lkRzCP@mCm_I>p5YEVQLlvDr z&7?dxg%$QGx-^0gjjYB#MnBv%lX;Tp8LC2R%JxN|ww509xwZ}t+iI+mpGM6i-w$*g zK8k#W(mnQ5wkm6Ejn0ike$QSp@w8}nSUoG?R$e**|k}zbKdpc*CIM*k)p2z)nFYx`FWIDHS|9^H6 z`;YFyKl$IkO`#=Bp(Ox7Q<9lz7DtfyEk%zsT3niPkI1Y~Pwk2haZ>8V|G?+%SO*!(UFlZSj0pKTDEFxw`Tu1?(IB zw!C~<>0GgTU#vq)eL#yLPtXtf44Gl_>58(NCz(l;WMg8@WRWK!Ht@EUn-{J3nZ#+h zY+9Hxak;QAk@yQ|S~zp%EW-zD3l=e1uZyr|X{9Sdw3wU)Quexi9kR9KaMWWjpx2A@ zkc_P)(xeeutcL5Xw28$F1?H@dLcey0%oM5DRL0X5Wu->CK`05^(qhgb_1SMHX*dEI zDJ(+K0mGl|it%-kiL%H^n$3BJ!--OmOd+w|l8&(@o)G89otce5bC3)cw5W_ad*2oI zL^eoM3v(Lq^Sd&&=WgB>h6uNw|c zvn`{Egv5!C)JifZ3Z={);&q4Dbmir=>7yGYL58fXYnWFt^4a$-5V=DrlCFl!F9 zIEoz2SC%GYzHc!@gD7Ip?iSB?PIHnxDW2AD&aqA!Qvk;1`rC}Js#8HA(#&>k9k$ge zZ$J|sv=bF-8?e=ot`IG&C_E5jU{}gmK_;wB8E>^u6-Ii0AX5qg6KO%@zwp$z&*A2k zHAE~_CVX;8NSoJ7S4%op#NiGVA!tWN5k&wJM`aF3XaQfVVAH(mOZndtLG!aqB@GKM zji6Y_VLCq`Bg($5Sf?TqM@hYojIYoreD%5>a`SAe7gP$o#J(8_keq2XdHtS&#nK8D zlt&MVbWkbMn#1(9!V$VLk6T8LLgh$bV)TZt%?ccM8#&YXZwoFN_kipE62g&3Us-!ku&$SE@)r&fcV5Df1wG>HdvPe5Im}U>) z60VPQjz6 zq!>yx#PBn7MK*TW`I?#L<6A5QNjdoGgpNFlQAy$*==>0K$1WH5{>nY%jOw~4UM%-b?qcDPZ(&lD3?TPC-M@C&kbsp5PGL*4Ryxi%b{O z%V**`yY3 zkU6!h(s(B&k&1NPm?O)QEQ9_cOPcn5%^5PMVb-PbDnmzER1MXdFGhu!t58*Y*iJ(4 zs{uygTPvW=Mv6cvO{9#E`8?Z*Ot3C9`AVy5o)erK40JvyMenc~KOTb(g;$@uNM4`$hF-RhEz^P|>x_6u zLYp>PW+Zwz^5MH+&$IAkl5dgQCpc5$O^U2Q7ZG|yH!T#&Ex9ptwJo#Wz+>f~l4{y4 z7crwVG)N~QP_(DQ7yio3(gaVG^)W zp*>A#O(t_cVQDy(wZD?|mD*9hB~(k5xbM*WeDO4%O!eYbOtSixd4HRNCh@6#-Eg~2 zWL3jK;`({AxMx?^==z?9oE()PkXaCu#eCIa;J;CEF-7V-Uq~P~+tLsuxxd+xy(e-? zb>!K*?$UBL*GWfjw9VWqWg_)bgS~;E?JHAjQOG%2;6Y9)MNpDr!8#yZ&od+n=o${m z6M45}ewzZ0AHN&duH7U|qf_*SgcF{BKQ?$yd1|mhZoE%-7n~G^X2F{nk`himnb~I| zBuSUdB$1ZDFC8gC4o;qoWD++nmZ=cmByqRIzuD9o8$x;Fd?Fq{p@~tmmu*(AM==UA zi}M1VxDXgQY)8o2StJ?72Agf7u@=r>Bf&?id2u3*!+RExCbxfnt%9vO$vm=@sg%?S z5?Z95Awr@tt=Lm|@!2jZappgN$Zpwyi93mfi5wKa5p=P_w*=+Qz1-jBSbU0yWtY3fP=r+>P9!@pk$1vr!$|_Y~M^VIE;4zlaQ0hvkh28twNIP@(oyx0m|#Pa^wcS5sq3? z!Ol=Y!mEesQ5|AMK?&j^krSBICR~aW!#XMP#hRp7;CWiOHJFdWP8}uJBvx6~5iqHC z9SKQYq-k-prHm%hj2|gECYAguL+3^~t=rs45#@#jSV@M#jO-u5cs{hX8fOaNc`=R; zJyP0z++3w`(ZYu`Qdbs_&=6%O0GZ_zmY`Iim&~z4mSZVL1IXrl3O>N%d``i{M2o2M zmi%kCDWKV|!RDrDAX6-8IJkQ5D*MB2x-Vlo1DQ(-)}{4W3>gj^+C%BEdXt2u zDKyx`sI9lKwq8bigq>XPzN(y z8wK(g!4BoC6t80|{Va8Yj8eJk+T?nYgn8uPLt3WHfLioMSycm>zGhjTq*uw71!Z>e zzH)ki0}s=4lDsZb*EW-HM+EChl4b9qEx5X?d{M~vsWU`&C}?SwjwbGgjP1kDKnXWj zW{SEUxXhO?U#}{ZpU5)#FHT``wt$1I`iuNKzf>Tsf3pJg5DK(Ze>B*2VsF?3kT8J=trTeTs|H=C%guIs{v0ShZ9G=)it2{zj(v#?~B$;;_L zQ>ggZ+zdEo*DA;`PBszHLdC0e3AV-|S1o_Y3rrGi$?A4B$-pQf$!a*mBCkZ@XNgL3 zeyCwXs(9g(^5pkLNl6N$!%m$*!)iZ?fAQQ3uB7k9G(%U;<>#`mkWK`u%)WSt@I@)1 zq=)qQl&-LmvBY7Ql{e9mOksD4#Kb5Clt_5AduC!=8RQ^Pr8KP^uDnX|p18?IkB^19 zBJMqO9Cz;DQNXfX>oQ_OZr_0;c!j;-j>~eKRO;5&292OaPhhN`SfZtnifuD--3YO< zRb@#{_Ox#*M>8hwD!eoW$j~61u*o=_(J2OfiE#f~J(_qf6m?(~(4>N8X=uPMlpWgI ze-KK-*@mg~Rg<~^JrbJ^Y87fN}hM`~A(Hf~=m{JL;B-}B?^@r-EMZ#SxnbXDIT`In5 zIob#Av#`^-Q3}61>}w&Y=h!uX#dRsm?H+2)DvhhYqW~&y+vWeRj+XV`b@XmFS#p?S z13Q^3;KdWCm{^lI@pKJW8CE(>#zP_iOBX>%C(7C(s7ynAXu?Y$@lL>glS|&9M2QQCEwvXtYX2R-+3mD5X}p+yqQv7t#LqVw=D@? z7$gd@TyG%9!Z5`PmarnBK&IxJUGWx|D92M$&X)mS3coH~)zIuI_pOuX@a$F6*@Z)l zdXw7BX|@Wud~OC4tXHCFjY?yPw1;NdDvhY$2{iAx@v0h`!Wc#aQ7Ft25d++Mb5b^MoaH;ECZoEzNVC$7+1i_+Y}%Z zY-i41*S@DrGiWnDif+-VT16W$F0Lve#q3)+Dz9U<)R432yBVD8Dd^S>mdyBvS?z)y z{=`xeOZPn?cQa%kc7>H+MozZC5JB|N*lw_~QCH5$BGj!Dd9Eb~Cjitb*Rz~-r%A=acZAIEM(oy1I@WqPjI5oBaukC8$UQ_oDM zaeFb8alN?iQ=}lTld0!$)Y3594`?5ON&7~%tzlw<-cV$L)^7ROZpu=ip?*fdP*7|0 zJz25m8UI~|oFTzLttUu|j42`QCZXihuiwDws*6E(KYO%ud>!F1Ta>Z}EhNi(2i7q? zaPcZD;x;ShmrnYaEX`x@{vK(LZCZRAcAD%cJ8*KYGME-fPGb_5>OYjECh*pCbew)5 z?5>0>xs+j`l(sbUrB*n^@IEg5ow*<;;_uKBRRMP&-G!G%!t z2=6FXLS#lBbl)EF0%>H}mRaE_-Xa|#p%Nrcitr_zgz36)sgdl6Qab7%H5(yVXSmws7zQTC>7@ZbCOxMQE3p3;< zOe3Samt>Ka#tmj>-)mC915Em|Z2*bDxk;jufK&r5PFAv_2Y3UK_(kd@SYTeIJ8A)9%(jk5NV(Bgvo0|+rkuE54k^)5ufg8+W zZPL-Q(@M9*ikF2|Erof8=*0zDlUy-qFc}!Hmrx^(A}>;-kUoKcAE^hVBUsE%;^3Y; z$F9_jsOz=IqtZ`~p817OeJB=ptN;lYN(fk*Tu0R`VBLz{QT)61J{{$ZY#p#2Dz2AR z^0E(v21P|w@jRyzpSG@m)TU}=@_|b)kZ{l@ZQLLg{8}Z2lbcy=1_eGAph}CYFce6V z-C!8lPxF(5Ij(*#%54(C`XV zwA3suT!sQVW<{l}RUm-qlXmWOGgx0K;pWu|3V2q9EA@&{9#R|0PQJnu1p=KTBdw$^ z4kWR;@7Qg^UyApe+hId#xo3MF(E3KnJF2 zDR|jpLC)d64?T=AS^w$i{x}`|IB&A58}}XCgACh}jd~}>I3w9xaY7zFV(ZC8@gi!S z9TlMl@o-WU#XA*RdNDfd7MV@9tvFd3gf&#^LbenL2@PeLXNw^qKe>cteiuXR&}^ePzr`|Fg(96gSCzBE`6WF)wjyHuLBf*Mu3JVzWov zLOOciiWgGYdg9WQ_ciW@@;XI7f!@p{v-kk}t!)1_tIKTqTqWI6rNWxnu3Sca^9(I( zOII;U+#k^5D%~PpdcB8hRT~#pIyiZSNw=HFfKW2BMKG+S?F=EL^sI}F{Y=~mTYC`_ z>V(}K49$?QERF4u&aP~&vSnIfTee1}bad<`LGCF*!cOP~Y2=6@X)fcnwmS5@HW}dl zA{9j{n+$8G9%6g5gFgEsx;l`CC@b_o`M_t!t^aFFW7}Qc){v2%VMk%;H-7N}{P|zK zz;;`_8Bx4X&(3y`Bh+G>q1Z4^u84VPtWl=cTWEGQl(n#t*(^f_ z!E`7rtfD!nun3z(bDRBG*>IHt$q>ii*lOt}Pg1D|EZ!^)IgXCfdu)7!+Mmtp5SfIU zL1$Z6KQeI0{(iL5zS*!t_L&H}yw1AP3!ZK1=lG&DS=8+rBN@>Na=oKHD!Q^fpgT#D zu+Q_V>5?kQbl`Sb7lK>jwZy4QyKl4p$H#xUtwX$IR_`s#ec9XXH-7Q{k*s6vI1;=S zqf%=p8fnWACZU=M=a@H-w;9lKo?*cElcpMm?w4c`k&HjGI?Wd5*kPLI#TWQDo*95; zW2Dz6C)K!)X5|XDR$s^UYp+s>vLzZ>Ru)#We!y%q9OoJgw85X2euV%6qLQ_%&$Fv{ zPIu=WkY|zoBedNq`;i9H>lS4tbOh0p)+qTTm$|`_et_&*F%05~ZC68+qg8#93P`e# zlGmBk(CTU!D&$hizRGf~dyoAL^0~>8h?ke%@ErwjS|>~|_{Z@MANc$)J%E4p)$i+S z^_>)K#rrgm>VloeV$@_AfsVF^jN(p~ZWHN5x}lQObrg>3k|gy4v#Lat;idBMvw@Dk z1Tum?l) ztx?!%OfMY9KxUX|@k5=g_I1!ers+gzGUif9yE;iN=P6s21v({eX-`*XQKg&|_Yf+3 z7^X~ZvZ zP4<1aF`}?!;z5uJOatVDZ5q8e7q9og4s5UE3p@`>5nt%hYYWw$3nKiCjAWV zzUw1zYyCe^0kINf1>dsV&t;PMo!|N-Zq;RR5fPcW zYP>>MqL?CVRCP$9CvC`q><=Li(!!EysbZ5#4w|NpFsJP05^|dN_cWA|NkIy-$?Col()tugD&vYS&u?P7q)n+VleB<{L7Wp5#>yao7Vx1O zpdc!bpC7U|XvsJ`De6v_6*&9CcOUyWlX7X?`X7JS3Wznf<1WAXxd&ND>^1z5C_(Ug zjA}-fZDbcKW^^Ce$pa$%5&1S6>$B`zd%|fr5X2P5NiPcGZ^?j}siDTCF%raU2PDbM z^TNl-Ag*vuI%z>+S@aqSVKRDR$?8k?qit6nm++C%VXt9iX_2Jgwjm7`+0uqRh;%Mb ziw;;5G<7mBO(@#y4V1GI1;-0v`B^dJsk^!m?F1>FD**wEzdiGZarDlI@J`nMwhD+5 z(N4zxqu=|idV{IMZV7T^^|y8_$IiaYV<%u>DsJTw<0&zE+WBeiz}6`4D##iEA-wb! z86L_cb<}~7~8P& zT&LMlh$abNHw}>;@uj!<(ucR* zw2y+5Z5MTFVqvC$-}(H*7}dqrXtX50jVI^v`{oYbq@)oPHC|<@^^2E8F*|48J~aDA zu$M5@rkkr4Z|g*|rIdzLrn+C8%=5>EAynw*CizJgX+WFix=Wl{J19$zWV2AW%;s) zx0CVPDnKf>SP6Rk=I0*3Z~oGQw+Yu8%LAjIqrxoO;rpYv`u6 z=t~)(bgy7}nU;{%GTNUC&1c%9-LvAVT>n}^UmP++`O=WPd+|&sRX_0n` zR;s#Tco4MA9&rhSMhtN{@-S;BJVx>71aavuLbu}(rt9Bi%`?43*L)3z%6!V-%4CCV z4waDcmSSGtC!NXaz?bA9C(dDVmePI8vupRcj~yBp{y$!N7vDGYZugG<62>az|LcGF zWz0|K;&>e|Pmh%#)@Q=KwPTsuAsbVIAc!E0;xAc%=?TOrNXR{-SF@@?KYkkGQnrd_VH|>$Z}e#Bf@wkqhpf3{+)Hp^Ttt`WgCLci63W#fiM=_QU{^=im zo=PZ;S^e!^AR%by8;!<7(0CHxc|C43H%LUVFZ=swYq>%cjXPV=rX+tv+H6yo#tm{6^UssV&ay1KvrW) zxDxt&Dwo9n@(&-y>|}OF`0@A4ysIzydDpwA$NAvV(eLwA!vFD)9@9NO&6bek;U~s1 zkwG!~b0=Bfj*22Xj?>mHcskOQ?)4S~+87xQq*Co_TrW<}vqeZ2l09BminH{j4glEB zn2=%J1`gyH|B5U1kkIT)D&b}nz6_-ft=1(m%Mh?kG-yx5%;Xa><#iROjII2)pS=?^ zrS#5c#NR8kjCXmwYX!tgI5}P)+_5yHp0E&m!Yx!3?%ZOqr2o6M@#-xkrB;ry=xv$Z zPPCn=I~s%ruLow|H%X+@+m-HC5PzA2M^es;SIay0s363f(AXQjHH-~mid+CS#QlB460kIMuA4f(;3BQK9 zsoZUrEr(d|NFnmLc*Bn6N8^oq>=bpnLvH*$;$}~%nlL#-6UQ7s0xrnsETnVNI3fAKl*j%g#3;YM#2xnQ3uRyBQKSX9hzOr z4NYOitKy9!Y|FGdwLPh@G1NVTpjB~S+kDd6)S)q1wW;BuukSmuQk~X_5t>QJ@%sZi z0|tf$kCmhzBmDy(QM|%YyigV!3dT1p9L?7Fd*^capa0AI8S^tc@`#21!F`F39I+C1 z!qLJ^9$)__{|!F>=?^Qq**Uo}ix1=5&T5xfIq?g23LK5)aVQa(X!`&0w?sN-XDVr? zr~-&y1hJU+z)slH!-{T&B6~dk+qZ5S?o7xt?MfLjOqf*%qG%bNv^|{*{q%!-@sED> zn0mm@^_j5qo`f&QdscuPaX7jcV*|dw|6f0f-~a7Lk(IBi7{%LgR4k1+A2VgACB0?s z^qqHNwzfP?ktF+6$X5`G;)F_Yo%D|NOE=4`*z7874Yk7+nC}^|!noRwc0$m2Z(GY? z-Bw3vXHPe78dA`aC2T5DP9R$*JF1WjQO|$%^LOC4e(oUBiJcaTAj5m#OV}AdEW8iL z5Be&@)s1cZ!TdZxX(HH_t9V(|Udq4CWY_PD&BA9>a z(8qOq82Jh+-N1>THRyJ9@_1ryuYR+Ij0S4*48vPpyLbe~T(xbiTEdR(up$eL60U|l ztv^J6z8PORejtzk?y*CdF8-8$mEq`!_Z|9DygTg9@r@^5!$12s&the(p;WYK)ElAO zRySgpAn@SlhEQT@J@&(VZ_?kQIo- zdIgQz8uG;wm5`-kI=Y>h&vv6&eq+0$9kFa-mSD;3Eh+?Z5Z59GRmuD6E_l#Nm!V8o z%FBuyV*W#J1)rMS#7xe^9S=Q(sbfbJ4UHYO_lk7h?s(r7AV<6lq@WZYucOCD%!S6K~b zk<3h}0))2-gwL^Jx&yZ>KxT#p>={_>5hU#tmb?ajW$FeN?>~S&AA6XUZu*Uv^wn7S z%XpuUABzG;#}D!bIo24CPMll8Kl|E?Sg*8ps!ur_#NQks%8?y%WrD8XLUsKbCfMfl zlX-GM4gQq%Xs)gkX|urwcBN%FE5SO-Z)1XRr33tKAmw8!RrM9W{u2lyX9 zvlj>MIRH2PCc!VqDCbH1n2sN-0!GJMDMF4D=U4EpXJ5yO3#(Y6hm5`-Sn@;6-s@L~ zR9COk@~0^1Nku;)9}_E=dDFJ6s>xCT?ECh0`KzP*odmJzTRY=3#shL}zWkk!-hoft zGmE)Fgo5&5pswUzW4Gn&R;LnLsoT5V%fmeWdT;(xQ0Tm zL@FR}b|Q=?qlKn!R?FmPirNG2>+p`P);~19q+cd`&Os894Fbw z->)S5PR9qTfYBk_r}-0Ruh+RY~b{nORP#mY*stiZuQV;4RqL6zT2^0 zS;x%mB$MW?43fIb;$lblQ^_EfrGmz-|3W|j4l32e89&~L;<5?v}JOvj7RXn z9wPLw;RCexA9Vag6)=8`?O!blk)+@l&IKHy&df%F1nD zyt$w}wlDtq#xKOFjol=cUxlGagdRTm(<1OU9{&l#3~)(0-RE@Ador@jKVm)z$m`+|P4A_j5n@e7y^Ks_}%9jF}9AAWCH=1uY07s)ry#A5s$V zL?Gw)E%4VRN2M1C2qLG&{~>_l6B)rn0)*C+M^Hi6wPo;+3zl-~au8Jfnf&A>F$CFv zRaTJG_8`EX+Js-*_gp-be(@sOwGa(`A|GLw`w)5WO?loeOWU?VCX;*)^^ieb7X9nR z-imrQ7E}V|aEhoWrT6R-WoMh1^yTj_v+|DA-$-D#x-Ig}+oBmwCZ zkk;!TRpV}X`j}^Y>+G($Ae-L!@2zl%g3i!SJ;@uZ+F?}JQkf|fs0r`_g7|4>-zaTK z_R^#MSZfAaG@IJjb5Jve9{%Fe>(={HBUix~7Y9Ehy2xxoqAT)HSbUY~y{Mdp@}o`E zt5*#NhsSi?h*8WvQV6Oi)i1UaO;%d!%XiW9<+Vfx1g8-*1A4Zs`RcHPh;}<~Bt7yc z8$<*_CV$tivET;KwR*W%kO8E(|2^BO-Hjc%}Fpk}&Y0^WqOOGItKhzIp})%{j0`UqJC z|07V2a=_SyXle%pyuJlJQFrRn$qmc264&elGEPZ6TaATPr=i%3 zfbT-XE1P=dSZ_vpmnX-#wJU(fAdzI>68;&AC`h3{-S%d_1sGbwQ9RaDN(Vh0NgVcuKln%u|F z6NX9)WuX`9ov!6Ns^_76XO*WcO`ucdvzB>UN z1V~)1_eQ67OsubtBTQnq5p(R$^9JoX>u#he>=r{7>u38!y^s!5jzL+)pMQVLC|-I= zq33V1fr)#Wi=pV>EHN|{6lh#iEpa-|w!CH8v9&BgKG#1dYT=q2ufj>*?AG8=oAZpA z#Iee(WyQ~(kO!#n)}GY<1+Db@1?^RY@L1(abCYRvs}Gh(Cg}l{BrU@<*@cul++8Ed zlVt0J_If^r5QI$L>KI!Su?`@thvL@UV4(4?skg8&&pG? z@`V>im&!9X(7w*w3C1T9T^4hK1_}z{@fYm!mjbi{c-v7nLI`w_HGyp5_{p|e>uQR6 z7zfHri%?5hS8|b{Qco6U0;YRUR{qJOV|dL87O|G%cevrs&q~g)`HA|OT$!Avnws_n zs3FsEcj9nO2lwe6d~hI2TMODrL=hIQkLg4~=~TdL#R+^|r%f@D*JIUweatF2$cy^&=X7r=dJ_)ay$ z0Ev9RE@6@Dsz?Kom=fF6B#4|0Y5nx9G53Kr7eC+J1g3PnwXLQ`CQ-TzLYOnXWn88Oa3|UBV6*>roRGXA>T0>7`8B zWe~D(?+q2!7T;!kabfya+M~^b4XK*MP7Bex1mUd!I1FN?kQ5qJ*;rbA_p(-686qj- zkfUt;Mz+>%Jm?n#TXf@qu;lYA&@O5!a#$ARU zz1-LQVWpQs5E#uIJn&k?_a@7CvT-TcY1z01>-n1YD()?n|JO%7!E@itNXz6MrS_}1 zy7OU_7Q0uFJsvZ!Z$BG|>a#3NkFCT}nY6q49gjt`l9)atUhgu_la{$pP?Qk%WL4-Y z;byoNZ|`F6Px6(H!Xw7q&ro11dfRF$_a2lwG#WBMZpsSJB0CAuWPHQxjlaJmULxVJ z$ExbFgO)Bu$JW1-Zn~ANbkg%g=5B7V$ll5Rsq^VZnY2!PhA@w?kz~&NF8crjH0Hjh zJHbo;9LvRP{5)7EQhA`QCL=9_I>&-#gtb|Etkdh4O7e%T;`XO}qY#+NV2K$B`O~xY0Vi{g%b;L&-S3=~qa~tiSg42Lp9|z} z{6JOZ7CyM}FtR+3%kO-5OR@IvG3Rnzq@lp)35{I_1}73mi2q?l{NOg$ztRi!6s1jR zqi@LVHeyBNN3hd>P+*AW32DEbNHiH3e{xOX0QNlP5~h*{I6r<5Zqlj2J7X^_RW0XG zii2W^MTV+uf*u`f-pEy)(hJEO`!Km1#MT>y7mzvKy5xX_`f~ho^5N#&f#>dD;3DJ= z?eqPx8H(#jf;(zz2czV9nR4Elt-=Q+E3j_&T^&la>59-`1JzB4)!_bxmu&h*xx9L1 z((Q6391uTgOW2`|*VeC_TEs>zz23%3OIGdsn>-}OFQtGZlYKbh_Zz+K%+m%3W$eKaC(z!3zmqFxDgb!yoLLlj_`?OVO~ zf8!Qro2afyuUV;O?qff-Y0`)-CyyQ<*R=RGO&!`&Nc}gV`e+7@RPFh6%J;D?w-3?w zRdk;>KdL*OfmxvXdM0?=kYmwFST#pI=Rc$b_955Y+eJEIy*U=n0pkYL*YIU*4y; zJQQom#7}RMUFWz{u3%SHYBQ6IiD7`!=n(w{2b;xGRh3WzD+oxCX&KxY3^hxNHl{mt z(K*nBwf5dGW8%uV+88MGA3w6jo(lnJgLKrU{tJVNw5qL-LlWE<3VlwaXpoK!?X+9?WPRIb ztd>j2%}&bSYTlilBCPw~Up_2n& znaMb%m9efnpJHsxtu=OgipP9m5dtT8v8Flz6R2m`y4tGLU}P;0x5}}{(pp(93=HTM z>i+4TIMd*iifgll?;2{_WoX46^-;AEnxrNloDQ|HY(*AFx1h?Dk1l_|;h)vZeqfsW zZ%RI+hh7e|^4rZCTXJQpmJ_AV%U6x0BL=w(=*BcsCzUd*w4(V=Qp_>D!%+49@6+y# zelNFQR#@%>kti?hN2*h;PboUK40vVPX{w=`i0fo1eG{m=Xs{Vp+=MMPA|eg5etU+y z=r33{xcC~ONd1+N5`vCyKQHQ|aYn`GWj+zQ#mqs2o!8+^A9D;w%uF4Ju_LZ53& z|9Eup&iLL(pnFnTgywctS3|BRabHNuvly6)=H};z;C98?8Gh^ zIt;XArFgUN*u~Um-%aU!#ZD+l+bIa#co5i^Y^foQAD@rXyJ>xkPTu^dP>(n2^o3@l z{JGG`C5#Y`jsT+ICFDmg>9L&{J;g{1IMoZqA)vs9yA6C0>s27+Z&q(Nb1P#SC%rT{ z-zgW=*T1VfjoT!LzQ2ViSiM9pVHmQzH|mykI2&<{2Nx-VtyJ#iVY`j;<}EnMcmjX)n#h){pV4lG2`rT!r;9}ew83j^Q|G_IyF+(RapOroaHRe>n^Bo<}`BJ?}e%#Xs&dQeo9Gj0C|ty+V2b0*8P|Ra;G8G zMUf&0*S@FtxP<7|_d0jUG{3X_=hxA8vzZ5dHPMZ)nm_5(!5<;!Sfm+B%@C@#W04^! zj;2NC#4TdTAcTw`*^}V69#J}p`m8Do=IC`rYxxw5pUiIC7)jizVO~5Yfb?Y{66#Ae zDMzLv(aCp|AW7aq51g5?5k21iUEPC-f&+!zr3^YXM$IoFlN~9yB<&%PtAsKF75M$o zDfdP1wVM0VIRSbV9oLsf8eagiKw2Qx^u!aJyTU8w8zp`lMjILU#F6bC5T2e||AbS1 zUa;n}N+cO@4fVmdz#56P74b32y*9INBXGJzAYI}&1&Vb0ZnX7*IC)+d0XZO7Bx68A zx0PW5W-*nsE#Aip_6A@bU zPND&0zTuTH{>*zzxJk_7KvD*{9VE#4iGtH79CUoJTXuhVV+&&$0H9wOVOvZQ@zXUGQ>fkz3xQsOhJTgfKzCxkvZ-SAEkN7i5HDX{W zOd9_^Yy7&v1Lt2Z#x$COm(*A$!SI8+uN~bj zdw#4_o@>iC_K3?j={3K9AY@gM)ck$~PLF@|K6!mo(Q((uoYuPhN?08Ktg_7n!bN~@ zzPZjTca1sU#jpasIowH~_OFyc4UZox_~5hpGv!s6SI&-NfIAOJ@5Q90Cl3-m&E$bl zAc*t|RujGLkBvc=QT!69{knTfD^t+b+38Z23ko-2m#j_c7iVKKYTVdPZ8pw(x>_z{ z4DQfd`odxW+Yq$LLyxo7@mhLBefCl2z$%#)AA&%PUv&G?nVh~)!^Yx_N6u$LxH^WO z1C0kBGsQK?MCvU1=7vj|g63%2(6=tq^UZ@PUWD{No_qL`gq5g#wPHp{C+JY9yW&(ECs zW7zFX*%{_p&LeliP;s8PLFKWDHv*7}OXJW{DvA(ugf{Mp>QtFKd$Ru8Wsu#l;Xz7B zyM!lOY^<7O+@B0`)z*oDsw)5bX&yY8tnusFeztv?SbI)Hj*FU5`H`^o<^V(ISogo( zL%y>Tka6mpA{L<^`Z=WM)AJaamQgl5W$@*0TmL~Z z{@b=%p_q$n+Q07UuZ$lHrDeU@sJL;WY>~12ibmNGK@)_-ob&zKxc$Wv_~Z@PX0OD>>2!o9}aJ zZb?}M{EImQV=cXk9r8}>lY@arJ2 zqz?{d>Jh8@e9)r%dP^5PVzZqRTJV@?8?}VzmS3eBqe*)y0-cmte}vs-r`Vc_eD`?q zi9C&IsVq?K(Cj8Ei^6y)L5)7N*@H*I*Yc&$Vu^9*)X79kB$l;9n2mpYg$9}AzQ#oE z&GUfH1TgyS4_c}2Y((aU`|jVEf{QE#c8hD(zT1UO-vlWr80hqFVm4YNU_2!UU#zPJ z7tj8(@z7`ia|w3nf^)}&+lEekjlQp)8xs}(wMf%{(d8{a1;zXK=mYnWL?xZ>OFCM& z4nA!e-;c|ruU@=3iuYfNJ&|gh8LA_BX{&Hyj`OcJ$|kx#TWQ9q5p}NcTORo0&dAAf zBkjWK-Ahc|^?>4gvyfSTH$!vNdsKvLjDt)mHx#584x1)V44iqboW%qJP)V0HH+_=O z8aFVU%>tkIZ?)>)d*{{1gTy|EnPg2mvddQ6Ef;@?av~48gsT@KGXABCKPpBJ?25xT zl>5Y)&rhcBqgNsM$NdlZUaoR1NBru(M*6_O9e6ZgV7VnV$3*#vx0K6d+U26i`1u31 z6P!`7B6gD%pJK9ML6d(%dDc^KGPzS%NUzuWW@8mI|3`sULY^S-`5yLM3)El+iNgvg zPfiLS{ae`ri`v*hd`>U)7ZI~Cr!;)C>7e=alsIU(V>~p9uP}x~w%OzM)ovCwyy`NF zWHOEIe{RZV?+eks7ZDDPm}hx{7%Z32WXZSF=WZ5>t}@j1W$lCK+Fm@xaDA2|Fv9ik z-QMXegt70bE9WJt%q@Ee&a5b_N9%bNBXJ!#*l0??l`T))U>hyw+^hBqAJc6A! zC4zrazak`ctW@pv>3X+^y}>)f<)|Q=u|>aA)qwKHgruT{zEN14^Y+i2yDn`*S3dkt z6E9AZbTXL$?Fbg&yeD5KvM+SPy@=My+GS!Cuy)23lsM!aOi*15+RVkLe9-O8YSoS7 zcj@BCJoxf>#P=Xm-!skgUagAN2pSFH2XAq}2Sd=6sBZRSFM*uBGv_@9MmrSENtH~M zQ%0YkO1PafDyVS9Dg3{2W+xtZdrlJ*me)=*j>uE7Ki|t3Ohoio4A2;I2bvK_{*!y~ zSK7zRi%qW#?UR;K*emsp@d6HI+NwM7+@GxrWB6l)T$F_-zV@$q(p8S!dyyr51m$-_ z1>f|(NeoPj`jx*H9h;w~8oP4-#H(1 zR}^9gp>L}pQ=Xiz&A+*XTE9jptuT}lbYI4bVs`&Ic~FWYT+VN2>wH2Kfn z$EQr{>5$J9@X8#Vz0#)56KBi3>Wl8XSG9a%w7N4Ad#&nNV0AHVpMc>14)c&+|1j|7 zNB_=_!k}`VNRp5!hrY9QYXs5z>vSGE_oa`V{sj-L@sdKEnN{=juK`>C-wzov=R{8n zA^GwBl!Kwmn4vQm;t@Na!+B8Iz4&F&d?KY=*Cv9fkz1a3OB2&4o$sBFVgxz&K-2{& z0?F{E&u8@X4@1fAs^tbHAn)4_ z9@Qq7aykvr@J{*Oy9>gKLi|Y;sjo;nOhmppP*epG;;8}%W|7#2*v;DQ6#j_j}^@oFc1U2sW8w3wM40vrVZ^M;VCX>EOieL_M1s1`|A8_{h zA4xCzkgb&!g%O@`RLPjj1+MMr1K_isp4fG-B2OO{7l#1i*r5Yn44J=au?vQl&k6rc z9iax3yZ@Wq#@KtL4)+kO!*hpwy#b0E|th)~-cE ze@%Bi>PY|WkB&81jwA@5ge1iAu3$HFL#UE|>Ohc5>ObBVGB2GM#$LQE3N8QzzB+`w zVZ&@1lIe*j!*dCKjF<2{cy-uqdyzx3jGJ!&?-usQl|0hv!XY0Q51GFK;uFxNnh^JL zcx0h2uNIZUX0k-*OFSLMwIKxdMsd{}8E_vvjzen;t}8=a;d4 z8uKqB^>`hh<-6aWoB~stTfV+bcZE}q2;!H$V3MjDr!2aji235GWz?a>)LN|_Ii%s2 zem(d+KpzpKU-hV2y2^2!lbWb^NUbtvMn$XoOKIa$shkicIQ9S_sR>XHX|VEIEtk%f zP5k2Y%dPQgfbOy8ah+m`g*#!flIrDnUIOa7BYEZ{^DaXKx+AAMZ{vh+!@wmV0%fvl z{@nnZ$RD5L3m8O8UyXb4QCCb2okcAtRj+OeMzgYtYcOGYMtQTEs5+Hjjl!mxWsYTo zJuTE0I5>Be4f|9_U4Ep}ktt8S$a&qFmzHAiBHxjXCHOuee~}@Up?SyOmOW8>A7_j5 zYMUWs4E{PsHL|tgJ7OiKY*?M%Mg5$Zgk&w_h1vd?1G}3+Lht=Ry)o44a%Q8XR9Y(n z+mapYA)kb3EBAN2ZdEWi>Rx2}ZAi}}`}BA|v{FqtOv#@Jby`tLrm64)!BDrurUPuth(jMOD${Q=+h z&aGk4bXX1vm?jU@9L*N*^JRNq8S;R)M>Y^tyDJ}wpoja(2j1P?@(rS{hd`mYV7Zer zg-d%=s>I93X_@wkN}w^Tf#CCs%GtNiem|2Xyd4Tr7|cZ1xDWTS!KAQ7;sn9y4)I?_ zq-fa<&)e}j_f}SPmK#E7&-_HNa6`-R>(quPn}jx%XUF~zXC9CTOtE^6wZZ<Eml)ZFw(tag~J(6X!}i3-5BMN zuC<26R;E!Z(DGiZXO4e&9q#i}Lm4SPVBEmRf9*jhF8Ro`(~Tl&ntUgW44w6%=}$tL z9{1$sI@IoL!^Cpb@m|jAaKWS3Z1xh?yAdu{#>dP@>@~;$C6IR8DDlCrOH9w`@VM69 zhk}~pYHk#eA(K6Gb=7jG$1d0E)y#SiEPg^PRG&W?BKpANP1teh9 zZSM&E&LwR8{5Idy{BH85U)moaXgE;k9$QZ1+V``1aQk>Wmgsrh?mj1`$od8R< zu790+l0m0!47%Tyc(^Zrp)Fv_nBxR&u(;q?p+Vw>iRcWK{(ajpccJF59-Kq{vVogK z^A}>eNOPuF2lKqLR=k&VQ)$x)AVx*MUxl-lU^hhX6a21#qnTbN{@uffbPrIRKK`>6lFWaxqs@MBN% z#l`7l4`BDz-VBPbzO8UDHT_oJcaONbU#GB)Lg0sD&Fw_HKY1&yM5ZClYSgUvs+q4- zg;I3)yUCn7E`&aF{aZN3XF^d%2&LLA{&LVDd{9^Pv~OXtW^%P=BkoCy>vwY{syd+H ze^Zxj_W6+}6b{70k}?qv8xqxwF=&S==^XtRr}FOb1RS%b?C>|Ycl)7AASgic)sbS_ z4wZWhjmNOREm2r*$8JJLpyJy$2Hu1(uhc=~1;1O1<+sSw%3s9j^6&{{p&1eV5~lVD z;TZKWL+A3t_^xvu#JZUx%qUJDMkkpZ2%OuIY}p+QqFZX&?Eu?ar7IJa8qMG!^Qt1Z z9$tv54~cL3fs&D^h#cb}|1xnRN?c-!N~-UT`naIU0c`?DX>oVSdP z^Y`+wo>CyvmpzSk_pkjkGFPKcfgx=87yxcPw3Ktor7=8FE~lB>wsBIs0efO-^?ta* zf1c+fio;7{z(jO%dX0}-tCzgKWpZnv!9ZEXSkDp=Zr;c@yjo`9K1TPfY~@b4@Du5r znAb4MK{!uBxp3}>t=6}k*lt;+CiBME`Qp5P0EMqxi4yLQNP(0@^pt~-+4Ri*H#gw} zx`@aQ`draP`&KWrsy}*Es(d28W!^+f`M+Vvecx&3AYGsW3Y}4!_IEo_@MVnyO1XJ= zb#7AsS*7KH3jfk5sEK!t4^C}t9 zZS#Y5Usm(P+g@>>-tZWRCa0Sz_wD|g11|{=*%&kkGA5XzuYwZ8L}}c3I3_;CiV@+H zV^WqfIj+ZfAtNKGOsfcq0=Kgc2YJcDB-{oAG((p|zm#Bn_UOlTKi@Lh6#L&MnWP}b z3#}F&O@$4(dzpT#wXrXtY1;IT%RWC1xI&#oR%F?nXUW2}m8*o$Ef@n;$5IDgOzCp= zzt-_(iJ(G5x7nBphH<5!1^=ZmM9zr&L*eg;_h;>m)oG!n*iD(a zQXb6lLPie-YhFc)IScv4PT&K;Pf???8>;xVvD+=u98Um4F>G%a*=U3(Az3K?+~O;)sMRg>a%XYBsK!W%M78_KU7MCtf5+6BVA;QW9{ z@_t@4f$iqY=xjdd4!`kqU<%=Wf@uT70z$ANvI~G)`kE;U+f}4n!u{*2xbe@C5u!b} zbm40T4n!VC*5Bd^@DCxyNm-)J?UsHi8+ChzXqGGoQJa6WASt{kBT-#39Gl_RT-KfM z-da5VH~yh!lpIddZf%6`v!&k8JZY_&{qe$co*<)teBBosCM)`8HEHd2H{6;RUjqjQ zCmHZMzh`Dm?IM5jTlEuYK!Klb_q2X0ABg#m4%uim5Z-CE@mJl4{=C|a-k%!6x9I#=0Yr8NW)b>KHu|6S>2fD)*zP?X5Ug{Yc7zdI{^P@h zb|wc($#NrFRdyOWuC?}*mg30hif03zG4M0__(+EUzUMdAp=2be<5w#*e>j9z*#svl zpQD>Nu<;fB%W)@T7+^jsxgn(NJ3+{}iUqWvREcwb=Vx+&8Lljr6}pC96N~GBt9aGU zb82nXUJ<%?+OTLA>3n|kd^=N!5F*unNK~}lP#01+Z`1s673})kT3wO1WJLbM5L=&d zrACz?o}#We!x0%t9O?$(Fu*9gfi(5hAv=!^|@;Z5#XNsj1|l&|g? z$E9T)ulEnT5I_VURKH#U5Q1>jXh&y9qy30~ZGX%|IAcHGsZZ{g9hCFlY!8~YW#2uy zhGf#MJuzq9tzb^T(YDmBSvz2dKphFjkc7c~F4GJ}kY@aj59zjj(}i?gSkTJEyZ z-qd7|tbX=+VD~G_zSP|*r#g*0lXjSL)Wkj+!;kv#INq+6!l?t*xYo*~5fy!0`NP)H zv_iB4@PPrB+(CBgr3CZv-z)T!a_>A)_;EKQP)Tll?_7Ay0lUc~*JCz%h}t?Hb0{Q5 z&ZMI1Boe&*Uf@Evx`f`}mqYYNrvn)1W6&3IHWG9YXm(%kOp(}2Xb#&lkk}mULwHZ7 zaxgOzqGrAK7L2cH>L%Zkl3u1Rp{cHZ))GMmkzOWXtpB}f@$qQPGPXG?#6yS33JSeX zr*J+H>ldRRR#O$Y!}q!C=JJ;qeQ-z$MV0_Wls@UZ)U`G;kdZ`0j(J{lqW+73pC2`G z*nRV)^^b?diAqY{)5A-4JrFf3sCWg%qek=2Mp~Nf3{^uU>a%JKHG3OK6?){2Piky` zexPe)RO?JlU95x?A)&2wGLzRiF^fW=|9{!An?xpwq`t>{XW#f{H{)(8g;sSmH6&{S z^4uUTu9N!(>j#Hd7k>6F4BK2*c(-!xa8$=nJg#SjD1{-F%a5 z6+{5woApn{4!JJ2ILE!pMsY;L-xBD`w|TFvH+*>h`BPzXzSY7dRcb5a)3+%LLR$nW zhlcXC{27Fvh7g1XfDMXIDSo@p4-GPzsy_~83#be2@frELS~j?{063;$|H9&kTs2Am z7hT?E3rb}bUW8%wiDkb=?#maT1RGy>p1qtA!dvC8zESeR z@g<1x+a-vCz;%6p+}SENFg#5avF7h*t$cfScj_=nyI>%`aufaC>hjA2YdpxJW{;C= z@F4ooB5Y>7x6A|M>^FM2Dc0>2YLIx?tChp&u zbikbwLUr;0^Y-+i|GLh!@y~Kfo#R6p)d}3r-th>czkkGC2FKK}={aW>skecMXZg$& z=i#NJ*jHwTxyxgG{>m(`_)qwGfi`5{*=Kws= zIB*;J+j~DvqQpy%M@i{%KB3P_Nyui+(w9Hm-gE+ff+L<{(p?n@}k` zwO8hU`te9hn)4@>uf2@jgE9AcZlMJ}8ZQD?1)z<$v46+N4^y+Gb3fRnJw<&y$nD9A zRudGZjhfBl!7zLZV!;DHmXFHcPGr0smT)wAIV``ai0#%FKK!^FZ;}e~!0*?Va4p?$ zH;|~h70>rVjZhJ&CLn){%N%eQ<#e~YVTEKO?w83surd@ZcJGNj6Ss4&^*u%FSI4?t zbHB=6zx8FthA(&3E6goC!1OKst6iNk@s>~H{{XXnnkAXV-g%Kq7H*7Q4Z?Ytqwj-b z*mKZs)y4O`UnLcusZhIVJQTKD$bm6Ajo6BC=C32-`mIL<|4Np;{$t8v43lpkJZ6b> zjAqTn6qrlUI-K;)b|emt2~8vwM6!h>wYmt#xl*t#HW}t7)tP@g6{|Sir+#*m7Nm9_ zkr$|y<>3BPJQeT7>wYo^Yd8Pul&XpEp8Dr}Os1|mouCmdKQk^KL$P-oD78Y!c6>{` z?+{UKITk&=6W280BPyq>?lCDP(E38mHf}{Sn>W_yI&){!cqZ$EE~?xg79WisXKFGf zA%5!Tk!>tJ8$)CW*r!tzt|oYo3~Ll@Kql8EBbOk)LT`~Ub9KntS(&_N4jvWa8$#H!ne^}A&hIT)#9i1i}?d{ThsgE1ohzn zxxq*#>SvGc?;0-XVQO!0w|cTeImQG4hsoX2hIALW;W;j4ETY`-ZuLwWul=NqINiRC zQ?V0~T(aCjOCX2cwZre>gZB!PiZfJmT!eZCG$4Mpprc2`^-It4d!yc?E2 z6H>V~?umL=49v?)%5%I0x>;7p9Slo+VS{kH_nR!YPz@5eCD+|4--BP4Tomrl5??Kf zabzyW*CihKIM2`<_y3W2TV(Mu&;-&Y0#4|uR(|Iy@k{wwPFQ6bcAo_~#`G-c3joiwq^=QI9}W>{9936%C9oAw?`28k#`^}mm!?8W*@ znW}^GQJ%$cxx|8tFNG7#K)W(2cXo4usRvaUvm8vM)dEjAjfD6@lMt}9uI+b+UZs6lJ|A*#zI>EntTMu*l z{OJ&NgK~~FuQ+Cv?`fl8&dY0;gG{hKd%1@(QJcb!ycWSc7u5&t3F?`F#YN^`8^KJS zH{pK1J6><5V*8-(2|ilmV)b$ImZ(cs(#$AT*7vezYTTu1OEg zwF;-tYN;EUb%eFdboYAG>WK?*5{S93c%J8WKqg9faHdV0RXq55Bc}86gy)d$#HQhk zk4+EiepFV!rKT|7sOaqYbQAruuk1|~XTOk_`lzVQ1*nJR;U3?otx>8OgD}tJmwby0@+c&K5VpBU||MI!s-enm? zeeZ+LC}dLH*VhwIbCoNsw+?zHUJY0*Rd3mq9mo*2y6kNy{uhemfHvC@36ID9(Rc1tR zk?JV^?;735qpDZVu`YM95AD~_4`jN2hkKre5ak%cogWd-RwqY|2`G}@xD_?!n-|_4 zT|$$pIN{cncf*(+BC2l&!lkBpvf&Hh=?;2B&l89z^ItOsnRy7P#-w{r&22cSFwmbZ z%S`Y{tDPqJBlLov){xb*1#@o_TYjo*7xi0b2`JTJYaA7=DDdC=+#=kqu3X>T9HT08 zxcLi|_ickgYm1Se&L>HkP3Ni^0Va7$!76#F4fGwN>W?Vgwl{ZC)e0Zk44bU&oOn1v1%N1d9~d7K^((l z*tXQieiHUIj>+=quSC0ms?SCgd<84>9)V%xuvQErt0O;OOPOy^Iom04YjW@7i7jDh zD2%k#2^cWDpnDOdH%Du|Q|DVAV$v}Y)K6b}44^_!M~`JnacO*K6XpYI{SQ1p4I`~S zB#a4^-!@#ju=waD3?v_tE*<4U%d*_%OcO>NC#J(WJ;(6kuYP5^*K$wX&nN!8>(QSw z>6fh`yS5bQO2Kg79!l+ox6n>((66Mu5<$G6JHW{JjSmShJ?RfRYcME#6x&}@PG|A; zDD?SF-_+!!()QW6%wDeBsjVYU6dZJ3Q|QHHHHiZaRL@w!O4$74zFppeq35valBV0Y z7;V5Q$)?0D?rD*SnW{>m40k3gU)O<;o{dH4d-k_xyvvlhi+OC}b*Nh`$@n z`+fQALWjA3%3!h-I&;7)B#?{kQO!ncr1=9;N};$?o$Aw`j}$lLTUs$Ok@M^oyQirQ z8zFBwEn5WsxI`4#UpBNtjU;YfzGkw-cOQV;kOYSlGDl6(@DipEDkk&StMYiqc<6W2 zSC6U@_9J^r#C0LvorShn-$>A=$Q(a_Nt`5FRcA327{j9yE4DXnW|!$2_!NKs88=|< zj@A>*sgn>E78vtWr=6ArW`-g-)5?g$c-=Z!t0#;P<2GP#Qa7^W3in*8gI#4aucJRPa}O6-gaR4sJ8Q zEC6r`FX8H4he{R}EbiyZS|Jc!f5*pHx-4+ELvkK&ZtVKLFjDl6nxo|`Zo^OJs;D@% z7M6M~C#1{f>A*}$A-Y)MpeZ|!`qEnFty_$-|E^dLuD)2o+JvE^)xvy2`Nssw%kLw$ zD6)#sJFc7$g`V9pPCSroIKNjUZ2b)v9hC+G|f$;Mu|uH@H4uJ}dX=oX2%$R;&iGz)M?h zI*=*SfC4CK0Qq8oSu$4TCPzt}9rntE;$x4$UFQYwHa}v$=5;=QN%ZiV-}%Xx%ywe> zC#R%7BPU08kt_SBF8KypVrxCg-GZ16pkSfEU@LSuQ$^%qnRHfz6OYxy&LHotZx3_J zW(#7Ljw}{FZ0)z}6v&K*m2o$CaXwFwbh8B&1@QS}(`@?arF%bf*Wwe*WM}Y5RoUM@ zySXx*Tsl~dRPD5i^;gWhY5>GnQNW~a`LX1v=H{`I0X>Hm4E`y<{8{b<#`uAQ3>QJ= z1Ja7zUmvk50$^9NtlB&~HBGY`b%-ybj)BwQLr4;2__M`;^V#29A@AHW_8p8)t(My^ zbtVXOTFypIx>%I(+v?lT1F*=oB_q9Ecgty7i1oF#$3VlMKN`!Fk2Xp1oRJdKv8&@a z%=%O_4FKG28zJLyxY2DVY5-b1cO0g?9XN|?4ZJN)c#1@KS7;U!I`1*fVSUT>)-3GsSq`X_FN_Sm6!Na8ub5PZGzW(IHFAV@ZS zNAQB^V|bxi>}iiF6^Nuj@kq=#1FM`d_*#VAdMU=_&VQd;C}& zlLqz-MpG--k^Qt@+-%E|k>U(a9(m!r|D4Kv==i~Z)4$50w$)Vo!fxVrJHl(fOQPh> z(rX>8jAMTSZB8j{ct2DOJtz+t1i#zZQL`57+~_vv>H%jCSv~IP?{wm~wGVu^{KtCp zglUu9cNLC~HqLtk4YoEu`^VvFg5EG2!Q#Gt&1;#Hqd(I9bk$8Ka7y(>T)OX3+0Fay z9f{v3xj!5cx;*tgmr;e?E4n%!=-Wkbzv2zfP zS@#`E9`1FfSv@-rTP??}jI}VpNICzTgZ6^b-&`$(E!#t_3=f5^hhY{SZB>H{PrUg8O~7#h$)?f1BHfEucNoH)?^_B346&5c z>HfLnBiwe*ryKpR-w%6CIF38XtCqzd!QX6TXp{bHH~_luot5YO>o5GNl0Ny>r(ab$1s@p#JVRMRiqDU=;Dh8@A8U(D2RXYh z?ERye*lsyIECa~W8v7%^;?56lY4b6diCmF|rK`Lqd%EWT=AO()AmGm%X>L9k%On;z z>F>`v@_K&jJ|Kkn2~Bss^XeG&r#$b)0iuAI%>$t*$&6ZtGMj>Vu1biM_UZarzG-Jy4}duBngH{F}nm`aKL z;Q>+mQ)8Z3zr_C#D@(ZyRM$(!Fp1Bjr+uGu(G>e|zu*(4@gv%5nyxu_++Aaq@A~g7 zkUzi1Icd0wXtjFl%XeLzwU)@`j52+w9%6U(18iDYusrF5Cofx;@MPscX_uR{S;3*l zKShODuld~w=6jyVyHd!j*|>snQ@4!jJ)>=r_#BrIhj_&TrWYx7kP}S)EC3haYW0%> zdpmHJUNWMn;YybPV8Wt;2~DXlyE_VcKH2QdW7Rwt!H69)klV&{VvcohMVFJ!J~u5> z!P^koJ3WMy)6OL&M`clkp)H@BSwFVA=Pj&(N;pu)WKPI2+1j%!^o7_ES*8TLMey-a z;aTBdWAHMN5E$dz_-@EC+V@@MOD52uWaKRn#h)MPr7nnwTFm#8Sun!^W%00X5MFx7 z9*}2J3#eBt+|yx~{Zx&u-99^x$1fCk0hE7Q@PL8xd%Q&?OA6?x^x*Non$~?U@8tzL z@bN^i4ZeQ|%9#+78eE2hsyL=B5vya=IBIYaWF`VVZq|4jQlP!DFAgfSp5KC3KdorQ zBQc&?EL0zPfw!r#!$cI*+!eL2m~S|$S{`1zGljoub1FkL!`H+=uAFSQ&J>> z7!2M}gwpqw{MQe822j}*zZ`6LK?ipKLsKcl$X$5Cl}}@Hajf%3)@Vle{Zp*izdl7n z!Rksr>IAjPA{43-+|@ECY-b;qQ&>+uf`_B!>?pjf>y~h;@mvY})&9*Y87vCj8uBGR zNcQdn@voMBnV==rwcnSJX~mQFCIj1&BIO3+yU!3I_y!Czdx;zJcArYR$3>%4CY8m> z85w9|QkgwbA6xz?7gcEOdDi;==HxchOE4=dMfn7w@7egqaK^wCk67|z=y{EQ1%r zUX_#Nv|T(Am9uXzSz#?8ptn)ySM#o``)^!EP>nucO=Ov#v-pP9f{!Y=Nw9J{WS!|V zz6!lL5Zc(hSReL3`OJO6L0lOeY;BA8-!K=Bq;Az%ZnufCC^bE7>i8GY1>VlTuD~&x z>l1j)N2MeVXM<0f15E&Ope3QMDf^y=!(kB4!uhT$Wr@w}|GxKOvu!7+6guFJUa_vH zyM;%&fsYKm%$;1{U+6$w<4SQwU3dxAXOC(KyZ0k7t7oyLxy{y&F^iU1@G%S9qt#wd zZ}p*Fm0x$hob8CZd2kkj(pqmx1_P#RWJ;U+mb3xI&&*bGU_TR{4(KgMXi!i3E^2Hf zfXD~{q<>`aR~Hq9$3PEk$NJQwL;y@sq!;yCD&?<1j>@3-Z2iLl6R`O34so~5)Sbz; z(eIt$V`}eYzxdNMfcFcCRo*fGWRmfcaXtwnAP4>fjnFrp#%t^7v2ZB#e48&8+$7u9 zS2j&C($9E%fgI}Z47ZUdZLB!3-EinT0%#BsHTGjI0yL7E0%9a)LI2Ll>GXSVeE0eB z{t%wl&<*84H%+chdS87?c->RqIEoaK{bK7AyT4xJ``#F&-H=P#L(%Y|uCLgpc|Lz$ zE^y`3D2Xd0b=q`zFrwRnFy`jROUR{JLcp5h5(}GTqT)iu&?2LCPHESmY*{-D*;^h>d27K z`#ubtifwxy0l0by`SOQ-eH}J4!3X9qv4<@Iyt_2nixXkLX~`GAT9<_bw@0(8_nw*Jj&Y1y!Uqx z870I>zY6y}Es*(PS{zVr2l#Rw?YN}+w^4CIJ2qcs8+4r-8Xk$yFSly!im;;Ss!!X$ zf#}M~296v!G~TkRFn2lw$Vllvi-knPl$651?&<}lxxWIg%WJ(nns~pS4!#hi_Ov0H zzJ6GHUek=jsR4+l38YOuC@qT7a?g*yz@G3&DETfr$czx;e{F*fpC=34#Q3&OF=}|-P-ykAl0*JNY|5WwefmHqf|Hmq`jEt0#k+KWPDkO=Jaj&?x z>{a$2g%ladc1cz)*B;p_l4QHCtV_ntxMXjBuj~E&{PDa0-Fwe@z0P@^*Yovyj>qG1 zhG|=ac1}iP?rnj->HCiN&i{1bNg**zjIa==r-A6L4Jgb(I{#?pWbP0YNT+qKJt~DS z`*9-;@nxPJt93hL>Owv2U};*z8)28Ox5oMHl{X|TekPNC zbR)V%cB!c6Bq^}?+|v^=DC||ek1u|Nu+X^Nt&g~&Fx*T?ebg~Ph)tH#oUxgUO#Qs$ zpXbeWGSXwrLsSC53IA9hto-<=tW^&i(Mw~TU1{o-$${kIUMQyvOSQ%2a|kgsksy&R&CUqPr>_8 z0*~;-q8_r2hYkO1XGs<~ALt58Pq$hk6My=>lImW~LyGB!ll0-3o+So)H&(ItEG#Sm zW|ZY8tk8bJ*p$DLeDo;*E@&0-`35k@pw3 z)T&kW=u}fo8qIH37@FaOn|#JWfv^w)sf=PcqpI|motqs&QG)*>M}gXfaf4AKp5~;* z9h-(*KsnHI%ZhS@VCXRH6NP6g#V%jL)ID2YX_i}PII8jKKv{e_jOsNE{dw%Uos zi0SMzmUXY!>!nK(bX~fHo>4qrsJNRn0;ft=R+FPg7t_98rNSF6i<>GcPg#|d6sqCq zQ+Wur!p9wY3=Jo|+F$wHWITT4j%KsQv} zP59i7VEA`37xUCEuIyEN@o)k8m34fm3w{Qz>nL#gVb-8HUj%A0rm|n_u^{9X9KFy z4xR{54^wOK9bYg!*vKov?R{y4$iV5+f7Y&kD+Q}jNTfd@ryGV98B5e1Tz%8@w(Xr( zhM@SF!X-I{#pTtZ<0GlmbkN3B<3NB=jdVA+Eu^?JdLIoxVBH!vEZuo$DCuQ}eRLJ! za+4*BVw6*%Y3X}0r9_xGn~6b42NM;z7JAa4om+kj73N%Z9{LUnNXO+jxh7{i=+_SZBK9006PjF9WsdR4pu?jz(C0dGog15rQo;Y zDShBaAgyQCvw+vwA0`La@d1GLM&|9f^|7>?N`Om%oK{BfbvV515~0wc(=zlk3L%Ls z6i=@$7QuCP0xu2dh?xJA?;ZRJ7Ztd}arejwxG^K7&Ne;18y=(HHy#lv^6A)L((74l zGh@-tb6?OtjrW%%ps;UsEr$X!Ef}-XJpbA>S{{)4Maps+$95*Ie^a%4`5hF?pq7(P zfpqJ!N%0YY-g