From 44da286d5db67386e36c3be3842de52568be8819 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Fri, 1 Dec 2023 17:25:49 +0100 Subject: [PATCH] Updates DFs --- spec/fixtures/db/dynamic_finders.yml | 1837 +++++- spec/fixtures/dynamic_finders/expected.yml | 890 ++- .../languages/access-guard.pot | 75 + .../ai-contact-form/change_log/changelog.txt | 7 + .../change_log/CHANGELOG.md | 47 + .../translation_file/languages/bit-social.pot | 55 + .../translation_file/languages/boomerang.pot | 479 ++ .../change_log/changelog.txt | 4 + .../languages/clean-my-wordpress.pot | 139 + .../coreactivity/change_log/changelog.md | 93 + .../crosswinds-blocks/change_log/changelog.md | 15 + .../composer_file/package.json | 20 + .../translation_file/languages/dbrdify.pot | 269 + .../mb-settings-page/languages/default.pot | 31 + .../change_log/Changelog.txt | 4 + .../change_log/changelog.txt | 4 + .../languages/ez-coming-soon.pot | 79 + .../languages/filter-plus.pot | 232 + .../languages/genie-image-ai.pot | 180 + .../grow-for-wp/change_log/changelog.txt | 56 + .../languages/gutenverse-form.pot | 432 ++ .../change_log/changelog.txt | 47 + .../change_log/changelog.txt | 2 + .../languages/luciditi-age-assurance.pot | 361 ++ ...r-marketplace-b2b-for-wholesalex-dokan.pot | 109 + .../omniform/change_log/changelog.txt | 26 + .../languages/passwordsentry.pot | 120 + .../paytiko/change_log/changelog.txt | 2 + .../penny-black/composer_file/composer.json | 37 + .../languages/post-designer.pot | 368 ++ .../languages/postr-for-nostr.pot | 51 + .../translation_file/languages/qform-ru_RU.po | 199 + .../translation_file/languages/qomon.pot | 129 + .../composer_file/package.json | 21 + .../query_parameter_passive_all.html | 326 + .../languages/safelayout-elegant-icons.pot | 395 ++ .../change_log/changelog.txt | 5 + .../translation_file/languages/scanfully.pot | 118 + .../site-mode/composer_file/package.json | 18 + .../composer_file/composer.json | 39 + .../change_log/changelog.txt | 12 + .../translation_file/i18n/support-svg.pot | 35 + .../languages/test-reports.pot | 76 + .../languages/tiny-ai-assistant.pot | 183 + .../change_log/changelog.txt | 56 + .../translation_file/languages/tripzzy.pot | 5571 +++++++++++++++++ .../unified/change_log/changelog.txt | 7 + .../translation_file/languages/unified.pot | 362 ++ ...isma-pay-embedded-card-payment-gateway.pot | 401 ++ .../languages/visma-pay-payment-gateway.pot | 410 ++ .../change_log/changelog.txt | 2 + .../wc-iikocloud/change_log/changelog.txt | 121 + .../languages/wc-solana-pay.pot | 239 + .../languages/wc-ticket-manager.pot | 595 ++ .../change_log/changelog.txt | 19 + .../languages/wpc-attribute-groups.pot | 303 + .../x3p0-breadcrumbs/change_log/CHANGELOG.md | 22 + .../plugin_version/xpath_passive_all.html | 8 + .../change_log/changelog.txt | 517 ++ 59 files changed, 16252 insertions(+), 8 deletions(-) create mode 100644 spec/fixtures/dynamic_finders/plugin_version/access-guard/translation_file/languages/access-guard.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/ai-contact-form/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/beyond-identity-passwordless/change_log/CHANGELOG.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/bit-social/translation_file/languages/bit-social.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/boomerang/translation_file/languages/boomerang.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/chained-product-for-woocommerce/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/clean-my-wp/translation_file/languages/clean-my-wordpress.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/coreactivity/change_log/changelog.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/crosswinds-blocks/change_log/changelog.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/ctcl-floating-cart/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/debrandify/translation_file/languages/dbrdify.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/disclaimer-popup/translation_file/assets/mb-settings-page/languages/default.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/display-post-reading-time/change_log/Changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/dropp-pay-per-use/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/ez-coming-soon/translation_file/languages/ez-coming-soon.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/filter-plus/translation_file/languages/filter-plus.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/genie-image-ai/translation_file/languages/genie-image-ai.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/grow-for-wp/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/gutenverse-form/translation_file/languages/gutenverse-form.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/joes-recent-users-activity/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/luciditi-age-assurance/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/luciditi-age-assurance/translation_file/languages/luciditi-age-assurance.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/multi-vendor-marketplace-b2b-for-wholesalex-dokan/translation_file/languages/multi-vendor-marketplace-b2b-for-wholesalex-dokan.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/omniform/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/passwordsentry/translation_file/languages/passwordsentry.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/paytiko/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/penny-black/composer_file/composer.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/post-designer/translation_file/languages/post-designer.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/postr-for-nostr/translation_file/languages/postr-for-nostr.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/qform/translation_file/languages/qform-ru_RU.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/qomon/translation_file/languages/qomon.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/query-loop-post-selector/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/safelayout-elegant-icons/translation_file/languages/safelayout-elegant-icons.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/sales-report-by-state-city-and-country/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/scanfully/translation_file/languages/scanfully.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/site-mode/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/sky-login-redirect/composer_file/composer.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/stylish-real-estate-leads/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/support-svg/translation_file/i18n/support-svg.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/test-reports/translation_file/languages/test-reports.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/tiny-ai-assistant/translation_file/languages/tiny-ai-assistant.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/toys-for-playground/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/tripzzy/translation_file/languages/tripzzy.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/unified/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/unified/translation_file/languages/unified.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/visma-pay-embedded-card-payment-gateway/translation_file/languages/visma-pay-embedded-card-payment-gateway.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/visma-pay-payment-gateway/translation_file/languages/visma-pay-payment-gateway.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wc-easy-quick-view/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wc-iikocloud/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wc-solana-pay/translation_file/languages/wc-solana-pay.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wc-ticket-manager/translation_file/languages/wc-ticket-manager.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wonderful-payments-for-woocommerce/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wpc-attribute-groups/translation_file/languages/wpc-attribute-groups.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/x3p0-breadcrumbs/change_log/CHANGELOG.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/xpro-elementor-addons/change_log/changelog.txt diff --git a/spec/fixtures/db/dynamic_finders.yml b/spec/fixtures/db/dynamic_finders.yml index 0166ceb8d..8e8867209 100644 --- a/spec/fixtures/db/dynamic_finders.yml +++ b/spec/fixtures/db/dynamic_finders.yml @@ -900,6 +900,9 @@ plugins: a-dashboard-notice: Readme: path: readme.txt + a-faster-load-textdomain: + Readme: + path: readme.txt a-featured-page-widget: Readme: path: @@ -1222,6 +1225,11 @@ plugins: ableplayer: Readme: path: readme.txt + QueryParameter: + files: + - build/ableplayer.min.css + - build/ableplayer.min.js + version: true abmex-checkout: Readme: path: readme.txt @@ -1455,6 +1463,14 @@ plugins: access-expiration: Readme: path: readme.txt + access-guard: + TranslationFile: + class: BodyPattern + path: languages/access-guard.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Access Guard (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt access-keys: Readme: path: readme.txt @@ -1777,6 +1793,14 @@ plugins: accounting-software-by-giddh: Readme: path: readme.txt + accountsbuddy-simple-accounting: + QueryParameter: + files: + - assets/admin/js/foundation.min.js + - assets/js/abas_scripts.js + version: true + Readme: + path: readme.txt accredible-certificates: Readme: path: @@ -2030,6 +2054,9 @@ plugins: - public/css/acf-multi-step-public.css - public/js/acf-multi-step-public.js version: true + acf-my-media-cluster: + Readme: + path: readme.txt acf-nav-menu-field: Readme: path: readme.txt @@ -2699,6 +2726,9 @@ plugins: files: - assets/css/add-anchor-links.css version: true + add-any-extension-to-pages: + Readme: + path: readme.txt add-art: Readme: path: readme.txt @@ -4144,6 +4174,9 @@ plugins: adminsanity: Readme: path: readme.txt + admintosh: + Readme: + path: readme.txt admire-extra: Readme: path: readme.txt @@ -4828,6 +4861,9 @@ plugins: version: true Readme: path: readme.txt + advanced-google-recaptcha-for-woocommerce: + Readme: + path: readme.txt advanced-google-translate: Readme: path: readme.txt @@ -5921,6 +5957,9 @@ plugins: ai-auto-content-generator-for-elementor: Readme: path: readme.txt + ai-ban-spam-comment: + Readme: + path: readme.txt ai-bot: TranslationFile: class: BodyPattern @@ -5948,6 +5987,14 @@ plugins: ai-comment-creator: Readme: path: readme.txt + ai-contact-form: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^=+ (?\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi + version: true ai-content: Readme: path: readme.txt @@ -5978,6 +6025,9 @@ plugins: ai-english-teacher: Readme: path: readme.txt + ai-for-seo: + Readme: + path: readme.txt ai-for-woocommerce: TranslationFile: class: BodyPattern @@ -5990,6 +6040,9 @@ plugins: ai-generated-post: Readme: path: readme.txt + ai-image: + Readme: + path: readme.txt ai-image-generator: ComposerFile: class: ConfigParser @@ -6001,6 +6054,9 @@ plugins: ai-image-generator-lab: Readme: path: readme.txt + ai-mind: + Readme: + path: readme.txt ai-mojo: Readme: path: README.txt @@ -6038,9 +6094,15 @@ plugins: ai-scribe-the-chatgpt-powered-seo-content-creation-wizard: Readme: path: readme.txt + ai-shield: + Readme: + path: readme.txt ai-speaker-yomiage-kun: Readme: path: readme.txt + ai-wp-writer: + Readme: + path: readme.txt aiaibot: QueryParameter: files: @@ -6120,6 +6182,9 @@ plugins: path: languages/en_US.po pattern: !ruby/regexp '/"Project\-Id\-Version: Divi AiO (?\d+\.[\.\d]+)/i' version: true + aio-shortcodes: + Readme: + path: README.txt aio-tools: QueryParameter: files: @@ -6146,6 +6211,9 @@ plugins: version: true Readme: path: readme.txt + air-download-attachments: + Readme: + path: readme.txt air-horn: Readme: path: readme.txt @@ -6698,6 +6766,9 @@ plugins: version: true Readme: path: README.txt + alex-reservations: + Readme: + path: readme.txt alex-syntax-highlighter: Readme: path: readme.txt @@ -7340,6 +7411,9 @@ plugins: - public/css/cnc-image-alt-tags-public.css - public/js/cnc-image-alt-tags-public.js version: true + alt-text-generator: + Readme: + path: readme.txt altapay-for-woocommerce: ChangeLog: class: BodyPattern @@ -7692,6 +7766,9 @@ plugins: amitabh-bachchan-songs: Readme: path: readme.txt + aml-league: + Readme: + path: readme.txt ammazza-webar: Readme: path: readme.txt @@ -7837,6 +7914,9 @@ plugins: analytics-unbounce: Readme: path: readme.txt + analyzati-website-visitor-tracking: + Readme: + path: Readme.txt ananas: ChangeLog: class: BodyPattern @@ -8688,6 +8768,13 @@ plugins: path: i18n/languages/aplazo-payment-gateway-es_MX.po pattern: !ruby/regexp '/ject\-Id\-Version: Aplazo Payment Gateway (?\d+\.[\.\d]+)/i' version: true + aplinkos-ministerijos-norway-grants: + QueryParameter: + files: + - js/handler.js + version: true + Readme: + path: readme.txt aploblocks: QueryParameter: files: @@ -8783,6 +8870,9 @@ plugins: app-display-page: Readme: path: readme.txt + app-for-cf: + Readme: + path: readme.txt app-generator: Readme: path: readme.txt @@ -9096,6 +9186,11 @@ plugins: ar-back-to-top: Readme: path: readme.txt + QueryParameter: + files: + - assets/css/style.css + - assets/js/arbtt-fe.js + version: true ar-contactus: QueryParameter: files: @@ -9510,6 +9605,9 @@ plugins: article-with-pictures: Readme: path: readme.txt + articleai-fetcher: + Readme: + path: readme.txt articles: Readme: path: README.txt @@ -9668,6 +9766,9 @@ plugins: version: true Readme: path: readme.txt + ascode-woo-calculator: + Readme: + path: README.txt ascsoftw-store-locator: QueryParameter: files: @@ -9958,6 +10059,14 @@ plugins: astro-elementor-widgets-lite: Readme: path: readme.txt + astro-sticky-buttons: + QueryParameter: + files: + - css/astro-sticky-buttons.css + - js/astro-sticky-buttons.js + version: true + Readme: + path: readme.txt astro-woocommerce-free-gift: QueryParameter: files: @@ -10859,6 +10968,9 @@ plugins: auto-copyright-year-updater: Readme: path: readme.txt + auto-coupon-for-woocommerce: + Readme: + path: readme.txt auto-date-year-month: Readme: path: README.txt @@ -10921,6 +11033,9 @@ plugins: files: - js/form-auto-fill-js.js version: true + auto-focus-keyword-for-seo: + Readme: + path: readme.txt auto-future-date: Readme: path: readme.txt @@ -11102,6 +11217,15 @@ plugins: auto-referrer: Readme: path: readme.txt + auto-refresh-post-page: + QueryParameter: + files: + - public/css/auto-refresh-post-page-public.css + - assets/js/sweetalert.min.js + - public/js/auto-refresh-post-page-public.js + version: true + Readme: + path: README.txt auto-refresh-single-page: Readme: path: readme.txt @@ -11353,6 +11477,14 @@ plugins: autogen-headers-menu: Readme: path: README.txt + autogestiones-gestor: + QueryParameter: + files: + - includes/public/css/autogestiones-gestor-public.css + - includes/public/js/autogestiones-gestor-public.js + version: true + Readme: + path: readme.txt autoglasscrm-quote-request: Readme: path: readme.txt @@ -11374,6 +11506,9 @@ plugins: autolisticle-automatically-update-numbered-list-articles: Readme: path: readme.txt + autoload-checker: + Readme: + path: readme.txt autolocation-checkout: QueryParameter: files: @@ -11811,6 +11946,9 @@ plugins: autopilot: Readme: path: README.txt + autopilot-for-upi-qr-code-payment-gateway: + Readme: + path: readme.txt autopostcode: Readme: path: readme.txt @@ -12939,6 +13077,9 @@ plugins: background-changer: Readme: path: readme.txt + background-color-changer: + Readme: + path: readme.txt background-control: Readme: path: readme.txt @@ -12972,6 +13113,9 @@ plugins: backlinks-saver: Readme: path: readme.txt + backlinks-taxonomy: + Readme: + path: readme.txt backorder-custom-description: Readme: path: README.txt @@ -13016,6 +13160,9 @@ plugins: backup-database-from-dashboard: Readme: path: readme.txt + backup-extension: + Readme: + path: readme.txt backup-master-for-your-website: Readme: path: readme.txt @@ -13344,6 +13491,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/ version: true + banner-ad-slideshow: + Readme: + path: readme.txt banner-aink: Readme: path: readme.txt @@ -13404,6 +13554,9 @@ plugins: bannerman: Readme: path: readme.txt + banners-for-product-categories: + Readme: + path: readme.txt bannerspace: Readme: path: readme.txt @@ -13503,6 +13656,12 @@ plugins: basic-google-maps-placemarks: Readme: path: readme.txt + basic-interactive-world-map: + Readme: + path: readme.txt + basic-portfolio: + Readme: + path: readme.txt basic-protected-lightbox: Readme: path: readme.txt @@ -14757,6 +14916,9 @@ plugins: better-category-selector-for-woocommerce: Readme: path: readme.txt + better-chat-support: + Readme: + path: readme.txt better-click-to-tweet: Readme: path: readme.txt @@ -14978,6 +15140,9 @@ plugins: better-smooth-scroll: Readme: path: readme.txt + better-social-feeds: + Readme: + path: readme.txt better-stop-adblock: Readme: path: readme.txt @@ -15079,6 +15244,15 @@ plugins: beycanpress-advanced-story: Readme: path: readme.txt + beyond-identity-passwordless: + ChangeLog: + class: BodyPattern + path: CHANGELOG.md + pattern: !ruby/regexp /^\#\# \[(?\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\] + \- [\d\-]+)/mi + version: true + Readme: + path: readme.txt beyond-job-search: Readme: path: readme.txt @@ -15254,6 +15428,9 @@ plugins: version: true Readme: path: README.txt + bible-buddy: + Readme: + path: readme.txt bible-link: Readme: path: readme.txt @@ -15711,6 +15888,14 @@ plugins: pattern: !ruby/regexp /Forms by BitCode (?\d+\.[\.\d]+)/i Readme: path: readme.txt + bit-social: + TranslationFile: + class: BodyPattern + path: languages/bit-social.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Bit Social \(Beta\) (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt bitbucket-issue-manager: Readme: path: readme.txt @@ -16609,6 +16794,11 @@ plugins: path: package.json key: version version: true + blocks-extensions-by-slothgeek: + QueryParameter: + files: + - build/style-index.css + version: true blocks-for-discogs: Readme: path: readme.txt @@ -17308,6 +17498,9 @@ plugins: bnfw: Readme: path: README.txt + bnm-blocks: + Readme: + path: readme.txt bns-add-widget: QueryParameter: files: @@ -17515,6 +17708,13 @@ plugins: boldgrid-backup: Readme: path: readme.txt + boldify: + QueryParameter: + files: + - boldify-frontend.js + version: true + Readme: + path: readme.txt boldtostrong: Readme: path: readme.txt @@ -17832,6 +18032,9 @@ plugins: booklaunch: Readme: path: readme.txt + booklet-booking-system: + Readme: + path: readme.txt bookly-responsive-appointment-booking-tool: QueryParameter: files: @@ -17966,6 +18169,20 @@ plugins: version: true Readme: path: README.txt + boomerang: + QueryParameter: + files: + - assets/css/boomerang.css + - assets/css/boomerang-default.css + - assets/js/boomerang.js + version: true + TranslationFile: + class: BodyPattern + path: languages/boomerang.pot + pattern: !ruby/regexp '/n: Boomerang \- Feature Request Platform (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt boomtrain-tracker: Readme: path: readme.txt @@ -18177,6 +18394,11 @@ plugins: borica-payments: Readme: path: README.txt + born-creative-cart-view: + Readme: + path: + - README.txt + - README.md born-on-this-day: Readme: path: readme.txt @@ -18261,6 +18483,9 @@ plugins: botslovers: Readme: path: readme.txt + botsonic: + Readme: + path: readme.txt bottom-admin-bar: Readme: path: @@ -19152,6 +19377,9 @@ plugins: brief-message: Readme: path: readme.txt + bright-link-previews: + Readme: + path: readme.txt brightcove-video-connect: TranslationFile: class: BodyPattern @@ -19553,6 +19781,9 @@ plugins: files: - includes/js/scripts.js version: true + bstamp: + Readme: + path: readme.txt bstone-demo-importer: Readme: path: readme.txt @@ -19665,6 +19896,12 @@ plugins: bubok-publisher: Readme: path: readme.txt + bubok-seller: + Readme: + path: readme.txt + bubuku-disable-related-videos: + Readme: + path: readme.txt bubuku-media-library: Readme: path: readme.txt @@ -20274,6 +20511,9 @@ plugins: bulk-change: Readme: path: readme.txt + bulk-change-media-author: + Readme: + path: readme.txt bulk-city-landing-page-creator: Readme: path: readme.txt @@ -20829,6 +21069,9 @@ plugins: button-paypal-donation: Readme: path: readme.txt + button-text-changer-wc: + Readme: + path: readme.txt button-widget: Readme: path: readme.txt @@ -21397,7 +21640,9 @@ plugins: path: README.txt calenso-booking: Readme: - path: readme.md + path: + - readme.md + - README.md calicotek-ebay-dashboard-tools: Readme: path: readme.txt @@ -21675,6 +21920,9 @@ plugins: cannapaid-payments: Readme: path: readme.txt + canny-armadillo: + Readme: + path: readme.txt canon-aede: Readme: path: readme.txt @@ -21874,6 +22122,9 @@ plugins: path: package.json key: version version: true + carbon-icons: + Readme: + path: readme.txt carbon-offset: Readme: path: readme.txt @@ -22174,6 +22425,9 @@ plugins: cas-maestro: Readme: path: readme.txt + case-assist-personal-injury-calculator: + Readme: + path: readme.txt case-insensitive-passwords: Readme: path: readme.txt @@ -22404,6 +22658,14 @@ plugins: categories-sidebar: Readme: path: readme.txt + categories-status: + QueryParameter: + files: + - public/css/cv-categories-status-public.css + - public/js/cv-categories-status-public.js + version: true + Readme: + path: README.txt categories2menu: Readme: path: readme.txt @@ -22719,6 +22981,9 @@ plugins: catfolders: Readme: path: readme.txt + catfolders-document-gallery: + Readme: + path: readme.txt catholic-liturgical-calendar: Readme: path: readme.txt @@ -23219,6 +23484,9 @@ plugins: cedcommerce-onbuy-integration: Readme: path: readme.txt + cellarweb-chatbot-blocker: + Readme: + path: readme.txt cellarweb-instant-comment-management: Readme: path: readme.txt @@ -23455,6 +23723,9 @@ plugins: cf7-creamailer-extension: Readme: path: readme.txt + cf7-custom-spinner: + Readme: + path: readme.txt cf7-custom-validation-message: TranslationFile: class: BodyPattern @@ -23668,6 +23939,14 @@ plugins: cf7-styler: Readme: path: README.txt + cf7-submissions: + QueryParameter: + files: + - assets/css/front.css + - assets/js/front.js + version: true + Readme: + path: readme.txt cf7-submit-animations: Readme: path: readme.txt @@ -23729,6 +24008,9 @@ plugins: cff-fitness-and-health-operations: Readme: path: readme.txt + cfixe-booking-widget: + Readme: + path: readme.txt cfonlinetest: TranslationFile: class: BodyPattern @@ -23761,6 +24043,14 @@ plugins: chabok-integration: Readme: path: readme.txt + chained-product-for-woocommerce: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i + version: true chained-quiz: TranslationFile: class: BodyPattern @@ -23814,6 +24104,9 @@ plugins: chameleon-css: Readme: path: readme.txt + change-add-to-cart-all-text: + Readme: + path: readme.txt change-add-to-cart-text: Readme: path: readme.txt @@ -24256,6 +24549,9 @@ plugins: chat-widgets-for-multivendor-marketplaces: Readme: path: readme.txt + chat-with-gpt: + Readme: + path: readme.txt chat-with-me-on-zalo: QueryParameter: files: @@ -24326,6 +24622,9 @@ plugins: chatpress: Readme: path: readme.txt + chatpress-ai: + Readme: + path: readme.txt chatpressai: QueryParameter: files: @@ -24365,6 +24664,9 @@ plugins: chatterbox: Readme: path: readme.txt + chatway-live-chat: + Readme: + path: readme.txt chatzi: Readme: path: readme.txt @@ -24958,6 +25260,9 @@ plugins: version: true Readme: path: readme.txt + ci-bmi-calculator: + Readme: + path: readme.txt ci-hub-connector: Readme: path: README.txt @@ -25049,6 +25354,13 @@ plugins: citationic: Readme: path: readme.txt + citations: + QueryParameter: + files: + - "/dist/css/style.min.css" + version: true + Readme: + path: readme.txt cite: Readme: path: readme.txt @@ -25232,6 +25544,13 @@ plugins: version: true Readme: path: readme.txt + classic-scroll-to-top: + QueryParameter: + files: + - js/smncstt-plugin.js + version: true + Readme: + path: readme.txt classic-smilies: Readme: path: readme.txt @@ -25343,6 +25662,14 @@ plugins: version: true Readme: path: readme.txt + clean-my-wp: + TranslationFile: + class: BodyPattern + path: languages/clean-my-wordpress.pot + pattern: !ruby/regexp /"Clean My WP v(?\d+\.[\.\d]+)/i + version: true + Readme: + path: README.txt clean-options: TranslationFile: class: BodyPattern @@ -25614,6 +25941,9 @@ plugins: click-to-donate: Readme: path: readme.txt + click-to-mail: + Readme: + path: readme.txt click-to-map-for-elementor: Readme: path: readme.txt @@ -26473,6 +26803,9 @@ plugins: code-markup: Readme: path: Readme.txt + code-monitor: + Readme: + path: readme.txt code-prettify: QueryParameter: files: @@ -26633,7 +26966,9 @@ plugins: path: README.txt codedeyo-google-trends-for-bloggers: Readme: - path: README.txt + path: + - README.txt + - README.md codedragon-smartcache: ChangeLog: class: BodyPattern @@ -26705,6 +27040,8 @@ plugins: path: package.json key: version version: true + Readme: + path: readme.txt codepeople-post-map: Readme: path: readme.txt @@ -27284,6 +27621,9 @@ plugins: command-palette: Readme: path: readme.txt + command-palette-tools: + Readme: + path: readme.txt commandbar-for-wp-admin: Readme: path: README.txt @@ -27311,6 +27651,9 @@ plugins: comment-autogrow: Readme: path: readme.txt + comment-blacklist-updater: + Readme: + path: readme.txt comment-but-not-seo: Readme: path: readme.txt @@ -28182,6 +28525,9 @@ plugins: config-constants: Readme: path: readme.txt + config-email-smtp: + Readme: + path: readme.txt configurable-hotlink-protection: Readme: path: readme.txt @@ -28945,6 +29291,9 @@ plugins: content-copy-protection-disable-right-click: Readme: path: readme.txt + content-curation-tool-by-curatora-io: + Readme: + path: readme.txt content-email-anti-spam: Readme: path: readme.txt @@ -29071,6 +29420,9 @@ plugins: version: true Readme: path: readme.txt + content-slider-with-tiny-slider: + Readme: + path: README.txt content-snippet-manager: Readme: path: README.txt @@ -29184,6 +29536,9 @@ plugins: contentshare: Readme: path: readme.txt + contentside-semantic-platform: + Readme: + path: README.txt contestant-rating: Readme: path: readme.txt @@ -29271,6 +29626,9 @@ plugins: control-live-changes: Readme: path: readme.txt + control-post-modified-date: + Readme: + path: readme.txt control-xml-rpc-publishing: Readme: path: readme.txt @@ -29718,6 +30076,9 @@ plugins: path: package.json key: version version: true + cookingrush-emoji-inside-comment: + Readme: + path: readme.txt cooksnaps: Readme: path: readme.txt @@ -29911,12 +30272,18 @@ plugins: copyright-safeguard-footer-notice: Readme: path: readme.txt + copyright-shortcode-creator-vict: + Readme: + path: readme.txt copyright-shortcodes: Readme: path: readme.txt copyright-switch: Readme: path: readme.txt + copyright-year-update: + Readme: + path: readme.txt copyrightpro: Readme: path: readme.txt @@ -29984,6 +30351,14 @@ plugins: core-web-vitals-pagespeed-booster: Readme: path: readme.txt + coreactivity: + ChangeLog: + class: BodyPattern + path: changelog.md + pattern: !ruby/regexp /(?\d+\.[\.\d]+)/ + version: true + Readme: + path: readme.txt coremetrics: Readme: path: readme.txt @@ -30402,6 +30777,9 @@ plugins: coupon-grab: Readme: path: readme.txt + coupon-individual-use-solver-for-woocommerce: + Readme: + path: readme.txt coupon-management-system: Readme: path: readme.txt @@ -31237,6 +31615,16 @@ plugins: path: - readme.txt - readme.md + crosswinds-blocks: + ChangeLog: + class: BodyPattern + path: changelog.md + pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ + version: true + Readme: + path: + - readme.txt + - readme.md crosswordsearch: TranslationFile: class: BodyPattern @@ -31349,6 +31737,9 @@ plugins: cryout-theme-settings: Readme: path: readme.txt + cryptanil-payment-gateway: + Readme: + path: readme.txt cryptapi-payment-gateway-for-woocommerce: Readme: path: readme.txt @@ -31367,6 +31758,9 @@ plugins: version: true Readme: path: README.txt + crypto-cart-lite-by-wprobo: + Readme: + path: readme.txt crypto-com-pay-checkout-for-woocommerce: Readme: path: readme.txt @@ -31472,6 +31866,9 @@ plugins: cryptocurrency-nft: Readme: path: readme.txt + cryptocurrency-payments-for-paid-memberships-pro: + Readme: + path: readme.txt cryptocurrency-payments-using-metamask-for-woocommerce: Readme: path: readme.txt @@ -31515,6 +31912,9 @@ plugins: version: true Readme: path: readme.txt + cryptopay-wc-lite: + Readme: + path: readme.txt cryptum-nft: TranslationFile: class: BodyPattern @@ -31574,6 +31974,9 @@ plugins: css-and-js-enqueuer: Readme: path: readme.txt + css-autoloader: + Readme: + path: readme.txt css-cache-buster: Readme: path: readme.txt @@ -31782,6 +32185,14 @@ plugins: ctc-social-sharing: Readme: path: readme.txt + ctcl-floating-cart: + Readme: + path: readme.txt + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true ctcl-image-gallery: Readme: path: readme.txt @@ -32075,6 +32486,9 @@ plugins: custom-admin-login-logo: Readme: path: readme.txt + custom-admin-notice: + Readme: + path: readme.txt custom-admin-panel-by-2cloud: Readme: path: readme.txt @@ -32332,6 +32746,9 @@ plugins: custom-css-manager-plugin: Readme: path: readme.txt + custom-css-option-for-elementor: + Readme: + path: readme.txt custom-css-pro: Readme: path: readme.txt @@ -32597,6 +33014,12 @@ plugins: custom-index-shortcode: Readme: path: readme.txt + custom-inquiry-form: + QueryParameter: + files: + - public/css/custom-inquiry-form-public.css + - public/js/custom-inquiry-form-public.js + version: true custom-inspect-elements: Readme: path: readme.txt @@ -32669,6 +33092,9 @@ plugins: version: true Readme: path: readme.txt + custom-login-logo-and-url: + Readme: + path: readme.txt custom-login-page: Readme: path: readme.txt @@ -33193,6 +33619,13 @@ plugins: - css/custom-testimonial.css - js/custom-testimonial.js version: true + custom-text-formats: + QueryParameter: + files: + - js/custom-text-format.js + version: true + Readme: + path: readme.txt custom-textboxes: Readme: path: readme.txt @@ -33467,7 +33900,9 @@ plugins: path: readme.txt customize-tawk-to-widget: Readme: - path: readme.txt + path: + - readme.txt + - README.md customize-wc-checkout: Readme: path: readme.txt @@ -34087,6 +34522,9 @@ plugins: dark-site: Readme: path: readme.txt + darken: + Readme: + path: readme.txt darklooks-dark-mode-switcher: QueryParameter: files: @@ -34395,6 +34833,9 @@ plugins: path: package.json key: version version: true + database-anonymization: + Readme: + path: README.txt database-backup: Readme: path: readme.txt @@ -34574,6 +35015,9 @@ plugins: db-cache-reloaded-fix: Readme: path: readme.txt + db-falling-snowflakes: + Readme: + path: readme.txt db-form: Readme: path: readme.txt @@ -34814,6 +35258,14 @@ plugins: debounce-io-email-validator: Readme: path: readme.txt + debrandify: + TranslationFile: + class: BodyPattern + path: languages/dbrdify.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Debrandify (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt debt-calculator: Readme: path: readme.txt @@ -35075,6 +35527,9 @@ plugins: default-post-thumbnail-image: Readme: path: readme.txt + default-posts-slider-addon: + Readme: + path: readme.txt default-quantity-for-woocommerce: Readme: path: readme.txt @@ -35560,6 +36015,9 @@ plugins: denglu1: Readme: path: readme.txt + denk-internet-solutions: + Readme: + path: readme.txt denmed-core: Readme: path: README.txt @@ -36319,6 +36777,9 @@ plugins: digital-raindrops-page-styles: Readme: path: readme.txt + digital-samba-embedded-video-conferencing: + Readme: + path: readme.txt digital-sense-whatsapp-enquiry-for-products: Readme: path: readme.txt @@ -36349,6 +36810,14 @@ plugins: digitalsterne-tag-manager: Readme: path: readme.txt + digiteal-payments: + QueryParameter: + files: + - inc/frontend/css/digiteal-frontend.css + - inc/frontend/js/digiteal-frontend.js + version: true + Readme: + path: README.txt digitimber-cpanel-integration: Readme: path: readme.txt @@ -36911,6 +37380,9 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ version: true + disable-settings-for-wp: + Readme: + path: readme.txt disable-shipments-when-the-free-one-is-active: Readme: path: readme.txt @@ -37085,6 +37557,14 @@ plugins: version: true Readme: path: README.txt + TranslationFile: + class: BodyPattern + path: assets/mb-settings-page/languages/default.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: MB Settings Page (?\d+\.[\.\d]+)/i' + version: true + disclaimify: + Readme: + path: readme.txt disclosure-picker: Readme: path: README.txt @@ -37308,6 +37788,14 @@ plugins: display-post-number: Readme: path: readme.txt + display-post-reading-time: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: Changelog.txt + pattern: !ruby/regexp /^=+ (?\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi + version: true display-post-types: QueryParameter: files: @@ -37847,6 +38335,9 @@ plugins: doctorlogic-components: Readme: path: readme.txt + docuask: + Readme: + path: readme.txt docular: QueryParameter: files: @@ -37967,6 +38458,9 @@ plugins: dodo: Readme: path: readme.txt + dofollow-case-by-case: + Readme: + path: readme.txt dogeapi-donate-widget: Readme: path: @@ -38102,6 +38596,14 @@ plugins: domelhornet-for-sociable-2: Readme: path: readme.txt + dominant-color-images: + MetaTag: + class: Xpath + xpath: //meta[@name="generator"]/@content + version: true + pattern: !ruby/regexp /Dominant Color Images (?\d+\.[\.\d]+)/i + Readme: + path: readme.txt dominion-domain-checker-wpbakery-addon: Readme: path: readme.txt @@ -38155,6 +38657,13 @@ plugins: donation-link-manager: Readme: path: readme.txt + donation-or-tip-for-woocommerce: + QueryParameter: + files: + - admin/js/dotfw-front.js + version: true + Readme: + path: readme.txt donations: Readme: path: readme.txt @@ -38473,6 +38982,9 @@ plugins: version: true Readme: path: readme.txt + downloads-accordion: + Readme: + path: readme.txt doyenhub-elementor-addons: QueryParameter: files: @@ -38488,6 +39000,9 @@ plugins: version: true Readme: path: readme.txt + doyenhub-testimonial-carousal-addon: + Readme: + path: readme.txt doyoufeed: Readme: path: readme.txt @@ -38655,6 +39170,14 @@ plugins: drag-to-share: Readme: path: readme.txt + dragblock: + QueryParameter: + files: + - build/applications/editor-init/client/front/style-index.css + - build/applications/editor-init/client/front/index.js + version: true + Readme: + path: readme.txt dragfy-addons-for-elementor: Readme: path: readme.txt @@ -38908,6 +39431,14 @@ plugins: dropp-for-woocommerce: Readme: path: readme.txt + dropp-pay-per-use: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^\#+ (?\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi + version: true dropp-pay-tipping: ChangeLog: class: BodyPattern @@ -39260,6 +39791,17 @@ plugins: dutch-provinces-for-woocommerce: Readme: path: readme.txt + duzz-custom-portal: + QueryParameter: + files: + - "/js/featherlight.js" + - "/js/custom_script.js" + - "/js/stripe.js" + version: true + Readme: + path: + - readme.txt + - README.md dvk-conf: QueryParameter: files: @@ -39516,6 +40058,9 @@ plugins: dynamic-hostname: Readme: path: readme.txt + dynamic-iframe-for-wp: + Readme: + path: README.md dynamic-image-resizer: Readme: path: readme.txt @@ -39800,6 +40345,9 @@ plugins: eacreadme: Readme: path: readme.txt + eacsimplecdn: + Readme: + path: readme.txt eacsimplesmtp: Readme: path: readme.txt @@ -39998,6 +40546,13 @@ plugins: easy-album-gallery: Readme: path: readme.txt + QueryParameter: + files: + - assets/css/easy-album-gallery.css + - assets/css/flickity.css + - assets/js/flickity.pkgd.js + - assets/js/easy-album-gallery.js + version: true easy-analytics-for-google: Readme: path: readme.txt @@ -40058,6 +40613,9 @@ plugins: easy-banner: Readme: path: readme.txt + easy-basic-authentication: + Readme: + path: readme.txt easy-bet: Readme: path: readme.txt @@ -40297,6 +40855,9 @@ plugins: easy-debug-info: Readme: path: readme.txt + easy-demo-importer: + Readme: + path: readme.txt easy-digital-download-recurring-labels: Readme: path: readme.txt @@ -40738,6 +41299,9 @@ plugins: easy-maintenance-mode-coming-soon: Readme: path: readme.txt + easy-map: + Readme: + path: readme.txt easy-map-creator: Readme: path: readme.txt @@ -43096,6 +43660,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i version: true + elementrio: + Readme: + path: readme.txt elements-buddy: Readme: path: Readme.txt @@ -43447,6 +44014,8 @@ plugins: path: languages/email-fields-for-woocommerce.pot pattern: !ruby/regexp '/d\-Version: Email Fields for WooCommerce (?\d+\.[\.\d]+)/i' version: true + Readme: + path: readme.txt email-form-under-post: QueryParameter: files: @@ -43668,9 +44237,15 @@ plugins: emailable: Readme: path: readme.txt + emailcoauthoronpost: + Readme: + path: readme.txt emailinvest: Readme: path: readme.txt + emailkit: + Readme: + path: readme.txt emailprotect: Readme: path: readme.txt @@ -43845,9 +44420,18 @@ plugins: embed-office-viewer: Readme: path: readme.txt + embed-outlook-teams-calendar-events: + Readme: + path: readme.txt embed-panopto: Readme: path: README.txt + embed-pdf-gravityforms: + Readme: + path: readme.txt + embed-pdf-wpforms: + Readme: + path: readme.txt embed-peertube-playlist: Readme: path: readme.txt @@ -44105,6 +44689,9 @@ plugins: emoji-toolbar: Readme: path: readme.txt + emojical-comment-with-emoji: + Readme: + path: readme.txt emojics: Readme: path: readme.txt @@ -44287,6 +44874,9 @@ plugins: encyclopedia-lexicon-glossary-wiki-dictionary: Readme: path: readme.txt + encycloshare: + Readme: + path: readme.txt end-content: Readme: path: readme.txt @@ -44331,6 +44921,8 @@ plugins: - public/assets/css/public.css - public/assets/js/public.js version: true + Readme: + path: README.txt energy-saver: Readme: path: @@ -44594,6 +45186,15 @@ plugins: entity-viewer: Readme: path: readme.txt + entourance: + QueryParameter: + files: + - assets/js/utils-map.js + - assets/js/app.js + - assets/js/map.js + version: true + Readme: + path: readme.txt entregalo-ecommerce-wordpress-for-woocommerce: Readme: path: readme.md @@ -46067,6 +46668,11 @@ plugins: files: - css/style.css version: true + exchangerate-api: + Readme: + path: + - readme.txt + - readme.md excitel-click-to-call: TranslationFile: class: BodyPattern @@ -46212,6 +46818,9 @@ plugins: expandoo: Readme: path: readme.txt + expedico: + Readme: + path: readme.txt experience-activities-booking-system: Readme: path: readme.txt @@ -46834,6 +47443,14 @@ plugins: ez-aframe: Readme: path: readme.txt + ez-coming-soon: + TranslationFile: + class: BodyPattern + path: languages/ez-coming-soon.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Easy Coming Soon (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt ez-country-block: Readme: path: readme.txt @@ -48170,6 +48787,9 @@ plugins: featured-image-for-pressbooks: Readme: path: readme.txt + featured-image-from-content: + Readme: + path: readme.txt featured-image-from-external-sources: Readme: path: readme.txt @@ -48342,6 +48962,9 @@ plugins: version: true Readme: path: readme.txt + fediverse-embeds: + Readme: + path: readme.txt feecompass-rankings: TranslationFile: class: BodyPattern @@ -48522,6 +49145,9 @@ plugins: feedonly: Readme: path: readme.txt + feedplus: + Readme: + path: readme.txt feedpress-generator: Readme: path: readme.txt @@ -48649,6 +49275,9 @@ plugins: path: package.json key: version version: true + fewer-tags: + Readme: + path: readme.txt ff-dealers: Readme: path: README.txt @@ -48888,6 +49517,9 @@ plugins: filter-email-notifications: Readme: path: readme.txt + filter-email-registration: + Readme: + path: readme.txt filter-everything: Readme: path: readme.txt @@ -48929,6 +49561,23 @@ plugins: filter-plugins: Readme: path: readme.txt + filter-plus: + QueryParameter: + files: + - assets/css/public.css + - assets/css/search-filter.css + - assets/css/jquery.range.css + - assets/js/jquery.tmpl.min.js + - assets/js/search-filter.js + - assets/js/jquery.range-min.js + version: true + TranslationFile: + class: BodyPattern + path: languages/filter-plus.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Filter Plus (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt filter-rss-feed: Readme: path: readme.txt @@ -49217,6 +49866,9 @@ plugins: first-google-map: Readme: path: readme.txt + first-graders-toolbox: + Readme: + path: README.txt first-name-and-last-name-on-registration-page: Readme: path: readme.txt @@ -49362,6 +50014,9 @@ plugins: fix-gutenberg-style: Readme: path: readme.txt + fix-htaccess-wpml-language: + Readme: + path: readme.txt fix-missing-app-id: Readme: path: readme.txt @@ -50484,6 +51139,9 @@ plugins: fluency-admin: Readme: path: readme.txt + fluent-comments: + Readme: + path: readme.txt fluent-connect: Readme: path: readme.txt @@ -51784,6 +52442,9 @@ plugins: fpay-gateway: Readme: path: readme.txt + fpg-endereco-automatico-por-cep-no-checkout: + Readme: + path: readme.txt fpp-pano: ChangeLog: class: BodyPattern @@ -51800,6 +52461,9 @@ plugins: version: true Readme: path: readme.txt + fr-map: + Readme: + path: readme.txt fragmentions: QueryParameter: files: @@ -51994,6 +52658,9 @@ plugins: freedom-of-information: Readme: path: readme.txt + freedompay-payment-gateway: + Readme: + path: readme.txt freefeatures: Readme: path: readme.txt @@ -52057,6 +52724,12 @@ plugins: freezewp: Readme: path: readme.txt + freight-shipping-quote: + Readme: + path: readme.txt + freightexchange: + Readme: + path: readme.txt french-creative-commons-license-widget: Readme: path: readme.txt @@ -52937,6 +53610,9 @@ plugins: ga-universal: Readme: path: readme.txt + gaali: + Readme: + path: readme.txt gab-captcha-2: Readme: path: readme.txt @@ -53420,6 +54096,14 @@ plugins: garrett-county-planning-tool-gcpt: Readme: path: readme.txt + garsoft-ehliyet-yas-hesaplama: + QueryParameter: + files: + - assets/css/style.css + - assets/js/main.js + version: true + Readme: + path: readme.txt gas-injector: Readme: path: readme.txt @@ -54017,6 +54701,14 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /^(?\d+\.[\.\d]+)/ version: true + genie-image-ai: + TranslationFile: + class: BodyPattern + path: languages/genie-image-ai.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Genie Image AI (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt genie-wp-matrimony: TranslationFile: class: BodyPattern @@ -54771,6 +55463,9 @@ plugins: gf-quorum-addon: Readme: path: readme.txt + gf-real-time-validation: + Readme: + path: readme.txt gf-rejoiner: Readme: path: readme.txt @@ -55575,6 +56270,9 @@ plugins: gobi-integration: Readme: path: README.txt + gobuddy-the-smart-delivery-solution: + Readme: + path: readme.txt gocardless-wordpress-plugin: Readme: path: readme.txt @@ -57619,6 +58317,9 @@ plugins: greenshift-animation-and-page-builder-blocks: Readme: path: readme.txt + greenshift-smart-code-ai: + Readme: + path: readme.txt greenstory-for-woocommerce: Readme: path: readme.txt @@ -57851,6 +58552,14 @@ plugins: grouptivity: Readme: path: readme.txt + grow-for-wp: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ + version: true growanizer: Readme: path: readme.txt @@ -58285,6 +58994,9 @@ plugins: gust: Readme: path: readme.txt + gust-daisy-ui: + Readme: + path: readme.txt guteblock: Readme: path: readme.txt @@ -58366,6 +59078,19 @@ plugins: version: true Readme: path: readme.txt + gutenverse-form: + QueryParameter: + files: + - assets/css/frontend.css + - assets/js/frontend.js + version: true + TranslationFile: + class: BodyPattern + path: languages/gutenverse-form.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Gutenverse Form (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt guto-toolkit: QueryParameter: files: @@ -58450,6 +59175,9 @@ plugins: gzippy: Readme: path: readme.txt + h-display: + Readme: + path: readme.txt h-gallery: Readme: path: readme.txt @@ -58699,6 +59427,9 @@ plugins: happyfox-helpdesk: Readme: path: readme.txt + happyvr: + Readme: + path: readme.txt haq-tabed-slider: Readme: path: readme.txt @@ -58763,6 +59494,9 @@ plugins: hashtag: Readme: path: readme.txt + hashtagger: + Readme: + path: readme.txt hashtraffic-plugin: Readme: path: readme.txt @@ -59405,6 +60139,9 @@ plugins: files: - assets/css/hbu-public-style.css version: true + hero-posts-lite: + Readme: + path: readme.txt hero-social-widget: QueryParameter: files: @@ -59480,6 +60217,14 @@ plugins: hetjens-registered-only: Readme: path: readme.txt + hex-coupon-for-woocommerce: + QueryParameter: + files: + - assets/dist/public/css/public.css + - assets/dist/public/js/public.js + version: true + Readme: + path: Readme.txt hex-tcgbrowser-card-tooltips: Readme: path: readme.txt @@ -59508,6 +60253,9 @@ plugins: heyoya-voice-comments-reviews: Readme: path: readme.txt + heyrecruit: + Readme: + path: readme.txt heyzap-games: Readme: path: readme.txt @@ -59888,6 +60636,9 @@ plugins: hide-title-post-page: Readme: path: readme.txt + hide-titles: + Readme: + path: readme.txt hide-titles-on-hover: Readme: path: readme.txt @@ -60665,6 +61416,9 @@ plugins: hosting-pricing-tables: Readme: path: readme.txt + hostinger: + Readme: + path: readme.txt hostplugin-woocommerce-points-and-rewards: QueryParameter: files: @@ -61058,6 +61812,9 @@ plugins: hth-embed-media-player: Readme: path: readme.txt + html-block: + Readme: + path: readme.txt html-block-with-highlighting: Readme: path: readme.txt @@ -61139,6 +61896,9 @@ plugins: html-tag-and-class-replace: Readme: path: readme.txt + html-to-pdf-converter: + Readme: + path: README.md html-to-post: Readme: path: readme.txt @@ -61354,6 +62114,13 @@ plugins: human-bmi-bmr-calculation: Readme: path: readme.txt + human-bmi-calculator: + QueryParameter: + files: + - js/hbc-plugin.js + version: true + Readme: + path: readme.txt humancaptcha: Readme: path: readme.txt @@ -61381,6 +62148,9 @@ plugins: humility: Readme: path: readme.txt + humix: + Readme: + path: README.txt hummgroup: Readme: path: readme.txt @@ -61590,6 +62360,9 @@ plugins: path: languages/i-order-terms.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ I Order Terms (?\d+\.[\.\d]+)/i version: true + i-pay-you: + Readme: + path: readme.txt i-recommend-this: Readme: path: readme.txt @@ -62015,6 +62788,8 @@ plugins: files: - "/css/idonate.css" version: true + Readme: + path: readme.txt idpay: Readme: path: readme.txt @@ -62582,6 +63357,10 @@ plugins: image-gallery: Readme: path: readme.txt + QueryParameter: + files: + - js/jquery.main.js + version: true image-gallery-block: Readme: path: readme.txt @@ -62880,6 +63659,9 @@ plugins: imagecloud: Readme: path: readme.txt + imagecomply: + Readme: + path: readme.txt imagedrop: Readme: path: readme.txt @@ -63117,6 +63899,9 @@ plugins: version: true Readme: path: readme.txt + imitate-email: + Readme: + path: README.txt iml-delivery: Readme: path: readme.txt @@ -63744,6 +64529,14 @@ plugins: infinite-scroll-from-jetpack: Readme: path: readme.txt + infinite-scroll-product-for-woocommerce: + QueryParameter: + files: + - public/css/infinite-scrolling-woo-public.css + - public/js/infinite-scrolling-woo-public.js + version: true + Readme: + path: readme.txt infinite-slider: Readme: path: README.txt @@ -64315,6 +65108,9 @@ plugins: insites-analytics: Readme: path: README.txt + inspect-block-data: + Readme: + path: readme.txt inspect-gravityforms: ChangeLog: class: BodyPattern @@ -64660,6 +65456,9 @@ plugins: version: true Readme: path: readme.txt + integrate-nekorekten-wc: + Readme: + path: readme.txt integrate-osm-with-wp-job-manager: QueryParameter: files: @@ -64818,6 +65617,9 @@ plugins: version: true Readme: path: readme.txt + integration-of-pathao-for-woocommerce: + Readme: + path: readme.txt integration-of-zoho-crm-and-contact-form-7: Readme: path: readme.txt @@ -64986,6 +65788,14 @@ plugins: interactive-geo-maps: Readme: path: readme.txt + interactive-globes: + QueryParameter: + files: + - dist/assets/css/public/style.min.css + - dist/assets/vendor/public/globe.gl.min.js + version: true + Readme: + path: README.txt interactive-hail-reports-heat-map: Readme: path: readme.txt @@ -66247,6 +67057,9 @@ plugins: jaspreetchahals-wordpress-bot-detector-lite: Readme: path: readme.txt + javascript-autoloader: + Readme: + path: readme.txt javascript-css-accordion: Readme: path: readme.txt @@ -67072,6 +67885,14 @@ plugins: version: true Readme: path: ReadMe.txt + joes-recent-users-activity: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^(?\d+\.[\.\d]+)/ + version: true joget-inbox-widget: Readme: path: readme.txt @@ -67843,6 +68664,9 @@ plugins: just-another-author-widget: Readme: path: readme.txt + just-disable-it: + Readme: + path: readme.txt just-highlight: Readme: path: readme.txt @@ -68341,12 +69165,18 @@ plugins: path: languages/de_DE.po pattern: !ruby/regexp /"Project\-Id\-Version:\ Keep My Theme (?\d+\.[\.\d]+)/i version: true + keep-new-admin-menu-items-in-bottom: + Readme: + path: README.txt keep-note: Readme: path: readme.txt keep-pagination-in-same-taxonomy: Readme: path: readme.txt + keep-sabbath: + Readme: + path: README.txt keequotes-graphic-design-online: Readme: path: readme.txt @@ -69000,6 +69830,9 @@ plugins: kitpack-for-persian-elementor: Readme: path: readme.txt + kits-templates-and-patterns: + Readme: + path: readme.txt kitsu-api-list: QueryParameter: files: @@ -69013,6 +69846,9 @@ plugins: path: - readme.txt - readme.md + kitz-pro-builder: + Readme: + path: readme.txt kivaorg-widget: Readme: path: readme.txt @@ -69166,6 +70002,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i version: true + klikpay-secure: + Readme: + path: readme.txt klipspringer: Readme: path: readme.txt @@ -69966,6 +70805,9 @@ plugins: language-field: Readme: path: readme.txt + language-notice-for-multilanguage-site: + Readme: + path: readme.txt language-redirect: Readme: path: readme.txt @@ -71590,6 +72432,9 @@ plugins: light-ab-testing: Readme: path: readme.txt + light-admin-theme: + Readme: + path: readme.md light-and-smart: Readme: path: readme.txt @@ -71837,6 +72682,9 @@ plugins: like-photo: Readme: path: readme.txt + like-post-block: + Readme: + path: readme.txt like-share-my-site: Readme: path: readme.txt @@ -72161,6 +73009,9 @@ plugins: link-list-manager: Readme: path: readme.txt + link-log: + Readme: + path: readme.txt link-maggu-monetization-tool: Readme: path: readme.txt @@ -72347,6 +73198,9 @@ plugins: path: language/linker.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ Linker (?\d+\.[\.\d]+)/i version: true + linkgenius: + Readme: + path: readme.txt linkgreen-product-import: QueryParameter: files: @@ -72709,6 +73563,9 @@ plugins: live-admin-navigation-filter: Readme: path: README.txt + live-auto-refresh: + Readme: + path: readme.txt live-badge-twitch: Readme: path: readme.txt @@ -72792,6 +73649,14 @@ plugins: version: true Readme: path: readme.txt + live-copy: + QueryParameter: + files: + - assets/css/style.css + - assets/js/script.js + version: true + Readme: + path: readme.txt live-copy-paste: Readme: path: readme.txt @@ -73090,6 +73955,9 @@ plugins: lktags-linkedin-insight-tags: Readme: path: readme.txt + llama-ai-blog-assistant: + Readme: + path: readme.txt llc-tax: QueryParameter: files: @@ -73662,6 +74530,9 @@ plugins: login-page-style: Readme: path: readme.txt + login-page-styler: + Readme: + path: readme.txt login-page-tailor: Readme: path: Readme.txt @@ -74564,6 +75435,19 @@ plugins: lucidel-for-wordpress: Readme: path: readme.txt + luciditi-age-assurance: + TranslationFile: + class: BodyPattern + path: languages/luciditi-age-assurance.pot + pattern: !ruby/regexp '/ject\-Id\-Version: Luciditi Age Assurance (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^=+ (?\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi + version: true lucidlms: QueryParameter: files: @@ -74686,6 +75570,7 @@ plugins: path: - readme.txt - README.md + - readme.md lwm-basic-auth: TranslationFile: class: BodyPattern @@ -75630,6 +76515,12 @@ plugins: majestic-before-after-image: Readme: path: readme.txt + majestic-support: + Readme: + path: readme.txt + majestic-widgets-for-elementor: + Readme: + path: readme.txt make-cart-to-quote-for-woocommerce: Readme: path: readme.txt @@ -76094,6 +76985,9 @@ plugins: marketing-automation-and-personalization: Readme: path: readme.txt + marketing-automation-suite: + Readme: + path: readme.txt marketing-insights: Readme: path: readme.txt @@ -76127,6 +77021,9 @@ plugins: marquee-image-crawler: Readme: path: readme.txt + marquee-running-text: + Readme: + path: readme.txt marquee-xml-rss-feed-scroll: Readme: path: readme.txt @@ -76603,6 +77500,9 @@ plugins: max-slider: Readme: path: readme.txt + max-spend-limit-per-user: + Readme: + path: readme.txt max-upload-filesize: Readme: path: readme.txt @@ -76942,6 +77842,13 @@ plugins: mediabay-lite: Readme: path: readme.txt + mediacommander: + QueryParameter: + files: + - assets/js/admin.js + version: true + Readme: + path: readme.txt mediaflow: Readme: path: readme.txt @@ -77265,6 +78172,9 @@ plugins: memorista: Readme: path: readme.txt + memory-usage-monitor: + Readme: + path: readme.txt mendeleyplugin: Readme: path: readme.txt @@ -77524,6 +78434,9 @@ plugins: version: true Readme: path: readme.txt + messageok: + Readme: + path: readme.txt messages-elementor-auto: Readme: path: readme.txt @@ -77645,7 +78558,9 @@ plugins: - public/js/metasync-public.js version: true Readme: - path: README.txt + path: + - README.txt + - README.md meteoart: QueryParameter: files: @@ -77916,6 +78831,9 @@ plugins: migrate-wp-cron-to-action-scheduler: Readme: path: readme.txt + migratestore: + Readme: + path: readme.txt mihanpanel-lite: Readme: path: @@ -78133,6 +79051,9 @@ plugins: minimal-coming-soon-maintenance-mode: Readme: path: readme.txt + minimal-maintenance-mode: + Readme: + path: readme.txt minimalist-stripe-checkout-for-woocommerce: Readme: path: readme.txt @@ -78269,6 +79190,9 @@ plugins: mipl-stockist-store-locator: Readme: path: readme.txt + mipl-wc-multisite-sync: + Readme: + path: readme.txt mips-payment-gateway-for-woocommerce: Readme: path: readme.txt @@ -78327,6 +79251,11 @@ plugins: mixplat-gateway-for-woocommerce: Readme: path: readme.txt + mixtape: + Readme: + path: + - readme.txt + - readme.md miyn-app: Readme: path: readme.txt @@ -78906,6 +79835,9 @@ plugins: moka-word-count: Readme: path: readme.txt + molin-ai-integration: + Readme: + path: readme.md mollie-payments-for-woocommerce: Readme: path: readme.txt @@ -79776,6 +80708,14 @@ plugins: multi-vendor-campaign: Readme: path: readme.txt + multi-vendor-marketplace-b2b-for-wholesalex-dokan: + TranslationFile: + class: BodyPattern + path: languages/multi-vendor-marketplace-b2b-for-wholesalex-dokan.pot + pattern: !ruby/regexp /or Marketplace B2B for WholesaleX Dokan (?\d+\.[\.\d]+)/i + version: true + Readme: + path: readme.txt multichannel-for-woocommerce: Readme: path: readme.txt @@ -79813,6 +80753,14 @@ plugins: multilingual-contact-form-7-with-polylang: Readme: path: readme.txt + multimanager-wp: + QueryParameter: + files: + - public/css/multi-manager-wp.css + - public/js/multi-manager-wp-public.js + version: true + Readme: + path: README.txt multiple-carts-for-woo-free-by-wp-masters: Readme: path: readme.txt @@ -79971,6 +80919,14 @@ plugins: muse-ai: Readme: path: readme.txt + music-pack-for-elementor: + QueryParameter: + files: + - "/css/mpack-front-style.css" + - "/assets/lightbox2/js/lightbox.js" + version: true + Readme: + path: readme.txt music-player-for-easy-digital-downloads: Readme: path: readme.txt @@ -80405,6 +81361,11 @@ plugins: my-coolpay-payment-gateway-for-woocommerce: Readme: path: readme.txt + my-country-states-for-woocommerce: + Readme: + path: + - readme.txt + - README.md my-custom-functions: Readme: path: readme.txt @@ -80822,6 +81783,9 @@ plugins: mycred-paid-memberships-pro: Readme: path: readme.txt + mycred-rank-plus: + Readme: + path: readme.txt mycred-retro: Readme: path: readme.txt @@ -81411,6 +82375,9 @@ plugins: path: languages/nepali-calendar.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ Nepali Calendar (?\d+\.[\.\d]+)/i version: true + nepali-chrono-craft: + Readme: + path: readme.txt nepalify: Readme: path: readme.txt @@ -81746,6 +82713,14 @@ plugins: version: true Readme: path: readme.txt + newsletter-page-redirects: + QueryParameter: + files: + - public/css/ai-magic-public.css + - public/js/ai-magic-public.js + version: true + Readme: + path: README.txt newsletter-popupmaker: Readme: path: readme.txt @@ -81784,6 +82759,9 @@ plugins: newsworthy-feed: Readme: path: readme.md + nex-forms-express-wp-form-builder: + Readme: + path: readme.txt nexlogiq-amazon-s3-links-generator: Readme: path: readme.txt @@ -81846,6 +82824,9 @@ plugins: next-tiny-db: Readme: path: readme.txt + next-tiny-ring: + Readme: + path: readme.txt next-watermark: Readme: path: readme.txt @@ -81860,6 +82841,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/ version: true + nextbestoffer-ols: + Readme: + path: README.txt nextcellent-gallery-nextgen-legacy: Comment: pattern: !ruby/regexp /\d+\.[\.\d]+)/ + version: true omnipay-payment-gateway-for-woocommerce: Readme: path: readme.txt omnipress: Readme: path: readme.txt + omnisend-for-gravity-forms-add-on: + Readme: + path: readme.txt omnishop: QueryParameter: files: @@ -83911,6 +84915,9 @@ plugins: path: languages/coming-soon-blocks.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Coming Soon Blocks (?\d+\.[\.\d]+)/i' version: true + one-page-express-companion: + Readme: + path: readme.txt one-search-result: Readme: path: readme.txt @@ -85185,12 +86192,27 @@ plugins: ouzayyts: Readme: path: readme.txt + ovas-connector: + QueryParameter: + files: + - public/css/ovas-connect-public.css + - public/js/ovas-connect-public.js + version: true + Readme: + path: readme.txt overblocks: Readme: path: readme.txt overengineer-gasp: Readme: path: readme.txt + overlapping-images-block: + QueryParameter: + files: + - build/style-index.css + version: true + Readme: + path: readme.txt overlay-image-divi-module: Readme: path: readme.txt @@ -85737,6 +86759,13 @@ plugins: pangu: Readme: path: readme.txt + pangu-js: + QueryParameter: + files: + - js/pangu.min.js + version: true + Readme: + path: readme.txt panomity-wp-cache: Readme: path: README.txt @@ -86022,6 +87051,11 @@ plugins: passwordsentry: Readme: path: readme.txt + TranslationFile: + class: BodyPattern + path: languages/passwordsentry.pot + pattern: !ruby/regexp '/\-Id\-Version: Password Sentry WP Plugin v(?\d+\.[\.\d]+)/i' + version: true past-events-extension: QueryParameter: files: @@ -86105,6 +87139,9 @@ plugins: pattern: Readme: path: readme.txt + pattern-css: + Readme: + path: readme.txt patterns: Readme: path: readme.txt @@ -86118,6 +87155,9 @@ plugins: version: true Readme: path: readme.txt + pause-shop: + Readme: + path: readme.txt pawpy-popup-alert-wp: Readme: path: readme.txt @@ -86240,6 +87280,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i version: true + payfeez: + Readme: + path: readme.txt payfi-bnpl-payment-gateway: Readme: path: readme.txt @@ -86434,6 +87477,9 @@ plugins: payment-qr-woo: Readme: path: readme.txt + payment-redirect: + Readme: + path: readme.txt paymentasia-gateway: Readme: path: readme.txt @@ -86509,6 +87555,9 @@ plugins: payright-for-woocommerce: Readme: path: readme.txt + payroc-gateway-for-woocommerce: + Readme: + path: readme.txt payscript-cryptocheckout: QueryParameter: files: @@ -86604,6 +87653,14 @@ plugins: paystar-wp-paid-downloads: Readme: path: readme.txt + paytiko: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i + version: true paytium: QueryParameter: files: @@ -86763,6 +87820,9 @@ plugins: pdf-embedder-fay: Readme: path: readme.txt + pdf-for-metform: + Readme: + path: readme.txt pdf-forms-for-contact-form-7: TranslationFile: class: BodyPattern @@ -86820,6 +87880,9 @@ plugins: pdf-invoice-and-packing-slip: Readme: path: readme.txt + pdf-invoice-japan-for-woocommerce: + Readme: + path: readme.txt pdf-invoice-packing-slip-generator-lite-for-woocommerce: TranslationFile: class: BodyPattern @@ -86897,6 +87960,9 @@ plugins: pdfl-io: Readme: path: readme.txt + pdftoimg-viewer: + Readme: + path: readme.txt pdpa-thailand: Readme: path: readme.txt @@ -87047,6 +88113,12 @@ plugins: path: languages/penguinet-gripeless.pot pattern: !ruby/regexp '/sion: Gripeless \- Encourage complaining (?\d+\.[\.\d]+)/i' version: true + penny-black: + ComposerFile: + class: ConfigParser + path: composer.json + key: version + version: true pensopay-checkout-terms-subscriptions: Readme: path: readme.txt @@ -87170,6 +88242,14 @@ plugins: performance-tweaks: Readme: path: readme.txt + performant-translations: + MetaTag: + class: Xpath + xpath: //meta[@name="generator"]/@content + version: true + pattern: !ruby/regexp /Performant Translations (?\d+\.[\.\d]+)/i + Readme: + path: readme.txt perk-exchange-crypto-cashback: Readme: path: readme.txt @@ -87299,6 +88379,9 @@ plugins: pesepay: Readme: path: README.txt + peters-custom-anti-spam-image: + Readme: + path: readme.txt peters-login-redirect: Readme: path: readme.txt @@ -87308,6 +88391,15 @@ plugins: - public/css/petje-af.css - public/js/oauth2.js version: true + petmatchpro: + QueryParameter: + files: + - public/css/pet-match-pro-public.css + - public/css/pet-match-pro-styles.css + - public/js/pet-match-pro-public.js + version: true + Readme: + path: README.txt petpress: Readme: path: readme.txt @@ -87646,6 +88738,9 @@ plugins: pie-forms-for-wp: Readme: path: readme.txt + pieeye-gdpr-cpra-cookie-consent-dsr: + Readme: + path: readme.txt pigeon-pack: QueryParameter: files: @@ -87748,6 +88843,9 @@ plugins: pinterest-widgets: Readme: path: README.txt + pinyin-slug: + Readme: + path: readme.txt pio-express: Readme: path: readme.txt @@ -87882,6 +88980,9 @@ plugins: pixelyoursite: Readme: path: readme.txt + pixi-contact-form-for-elementor: + Readme: + path: readme.txt pixi-image-gallery: Readme: path: readme.txt @@ -88130,6 +89231,9 @@ plugins: version: true Readme: path: readme.txt + playground-embedder: + Readme: + path: readme.txt playlist-for-youtube: Readme: path: readme.txt @@ -88213,6 +89317,9 @@ plugins: plugin-central: Readme: path: readme.txt + plugin-check: + Readme: + path: readme.txt plugin-compatibility-checker: Readme: path: readme.txt @@ -89160,6 +90267,14 @@ plugins: post-descriptions: Readme: path: readme.txt + post-designer: + TranslationFile: + class: BodyPattern + path: languages/post-designer.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Post Designer (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt post-display: QueryParameter: files: @@ -89641,6 +90756,9 @@ plugins: postbar-shipping: Readme: path: readme.txt + postbox-email-logs: + Readme: + path: readme.txt postcode-redirect: Readme: path: readme.txt @@ -89729,6 +90847,17 @@ plugins: postpage-import-export-with-custom-fields-taxonomies: Readme: path: README.txt + postpeek: + Readme: + path: readme.txt + postr-for-nostr: + TranslationFile: + class: BodyPattern + path: languages/postr-for-nostr.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Postr For Nostr (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt posts: TranslationFile: class: BodyPattern @@ -90750,6 +91879,14 @@ plugins: priority-shortcodes: Readme: path: readme.txt + prisjakt-feed: + QueryParameter: + files: + - assets/public/css/frontend.css + - assets/public/js/frontend.js + version: true + Readme: + path: readme.txt prism-syntax-highlighter: QueryParameter: files: @@ -91294,6 +92431,9 @@ plugins: product-slider-carousel: Readme: path: README.txt + product-specific-email-content-for-woocommerce: + Readme: + path: README.txt product-specifications: QueryParameter: files: @@ -91509,6 +92649,9 @@ plugins: path: languages/profile-tabs-for-ultimate-member-hi.po pattern: !ruby/regexp /Version:\ Ultimate Member \- Profile Tabs (?\d+\.[\.\d]+)/i version: true + profile-views-for-ultimate-member: + Readme: + path: readme.txt profilepress: QueryParameter: files: @@ -91580,6 +92723,9 @@ plugins: project-adv-inserter: Readme: path: README.txt + project-agora: + Readme: + path: README.txt project-cost-calculator: QueryParameter: files: @@ -91664,6 +92810,14 @@ plugins: path: languages/promociones-tap.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ TODO (?\d+\.[\.\d]+)/i version: true + promote-mobile-app-on-website: + QueryParameter: + files: + - public/css/promote-mobile-app-on-woocommerce-public.css + - public/js/promote-mobile-app-on-woocommerce-public.js + version: true + Readme: + path: README.txt promote-my-extensions: Readme: path: README.txt @@ -92137,6 +93291,9 @@ plugins: purchased-items-column-woocommerce: Readme: path: readme.txt + pure-metafields: + Readme: + path: README.txt pure-php-pagination: Readme: path: readme.txt @@ -92427,6 +93584,16 @@ plugins: qe-seo-handyman: Readme: path: readme.txt + qform: + TranslationFile: + class: BodyPattern + path: languages/qform-ru_RU.po + pattern: !ruby/regexp '/roject\-Id\-Version: Blank WordPress Pot v(?\d+\.[\.\d]+)/i' + version: true + Readme: + path: + - readme.txt + - README.md qh-testpay: Readme: path: readme.txt @@ -92512,6 +93679,9 @@ plugins: version: true Readme: path: readme.txt + qnachat: + Readme: + path: readme.txt qnnp-restful-ui: Readme: path: readme.txt @@ -92526,6 +93696,14 @@ plugins: version: true Readme: path: readme.txt + qomon: + TranslationFile: + class: BodyPattern + path: languages/qomon.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Qomon (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt qonvo-webchat: Readme: path: README.md @@ -92726,6 +93904,9 @@ plugins: quantity-field-on-shop-page-for-woocommerce: Readme: path: readme.txt + quantum-addons: + Readme: + path: readme.txt quarantinewp: Readme: path: readme.txt @@ -92781,6 +93962,16 @@ plugins: querlo-chatbots: Readme: path: readme.txt + query-loop-post-selector: + Readme: + path: + - readme.txt + - readme.md + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true query-monitor: Readme: path: readme.txt @@ -93152,6 +94343,9 @@ plugins: quiz-master-next: Readme: path: readme.txt + quiz-organizer: + Readme: + path: readme.txt quizchecks: Readme: path: readme.txt @@ -93295,6 +94489,9 @@ plugins: racar-clear-cart-for-woocommerce: Readme: path: readme.txt + racar-message-me: + Readme: + path: readme.txt racydev-linky: Readme: path: README.txt @@ -93356,6 +94553,9 @@ plugins: rafflepress: Readme: path: readme.txt + rafflys-lucky-wheel: + Readme: + path: readme.txt raileo: QueryParameter: files: @@ -93478,6 +94678,9 @@ plugins: randomrss: Readme: path: README.txt + range-slider-addon-for-acf: + Readme: + path: readme.txt range-slider-addon-for-gravity-forms: Readme: path: readme.txt @@ -93536,6 +94739,13 @@ plugins: rapid-cache: Readme: path: readme.txt + raptive-creatorbot: + QueryParameter: + files: + - public/css/raptive-chatbot-public.css + version: true + Readme: + path: README.txt rara-one-click-demo-import: Readme: path: readme.txt @@ -93842,6 +95052,17 @@ plugins: read-more-with-bouncy: Readme: path: readme.txt + read-more-without-refresh: + Readme: + path: readme.txt + read-more-wp: + QueryParameter: + files: + - public/css/read-more-wp-public.css + - public/js/read-more-wp-public.js + version: true + Readme: + path: README.txt read-offline: TranslationFile: class: BodyPattern @@ -94175,6 +95396,9 @@ plugins: recapture-for-woocommerce: Readme: path: readme.txt + recebimento-facil-multicaixa-for-woocommerce: + Readme: + path: readme.txt recencio-book-reviews: QueryParameter: files: @@ -94543,6 +95767,9 @@ plugins: redirection-page-hit-counter: Readme: path: readme.txt + redirection-pro: + Readme: + path: readme.txt redirects-for-wp: Readme: path: readme.txt @@ -94878,6 +96105,9 @@ plugins: remixd-voice: Readme: path: README.txt + remodel-ai: + Readme: + path: readme.txt remoji: QueryParameter: files: @@ -95809,6 +97039,9 @@ plugins: version: true Readme: path: readme.txt + restaurant-food-menu: + Readme: + path: readme.txt restaurant-for-woocommerce: Readme: path: readme.txt @@ -95926,6 +97159,12 @@ plugins: restrict-for-elementor: Readme: path: readme.txt + restrict-json-rest-api: + Readme: + path: readme.txt + restrict-media-library-access: + Readme: + path: readme.txt restrict-payment-methods-for-woocommerce: Readme: path: readme.txt @@ -96125,6 +97364,9 @@ plugins: reveal-ids-for-wp-admin-25: Readme: path: readme.txt + reveal-post-data: + Readme: + path: readme.txt revenue-generator: TranslationFile: class: BodyPattern @@ -96361,6 +97603,14 @@ plugins: revivify-social: Readme: path: readme.txt + revlifter: + QueryParameter: + files: + - public/css/revlifter-public.css + - public/js/revlifter-public.js + version: true + Readme: + path: readme.txt revo-video: Readme: path: readme.txt @@ -96413,6 +97663,9 @@ plugins: rewind-wp: Readme: path: readme.txt + reword: + Readme: + path: readme.txt rewrite-email-address: ChangeLog: class: BodyPattern @@ -96566,6 +97819,9 @@ plugins: version: true Readme: path: README.txt + ridplace-ratingstars: + Readme: + path: readme.txt rife-elementor-extensions: ChangeLog: class: BodyPattern @@ -97327,6 +98583,9 @@ plugins: ryspayhn-gateway: Readme: path: readme.txt + ryt-me: + Readme: + path: readme.txt ryviu: QueryParameter: files: @@ -97554,6 +98813,9 @@ plugins: safecode: Readme: path: readme.txt + safeguard-media: + Readme: + path: readme.txt safelayout-cute-preloader: QueryParameter: files: @@ -97567,6 +98829,14 @@ plugins: version: true Readme: path: readme.txt + safelayout-elegant-icons: + TranslationFile: + class: BodyPattern + path: languages/safelayout-elegant-icons.pot + pattern: !ruby/regexp '/ct\-Id\-Version: Safelayout Elegant Icons (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt saferoute-woocommerce: Readme: path: readme.txt @@ -97704,6 +98974,14 @@ plugins: sales-popup-for-woocommerce: Readme: path: readme.txt + sales-report-by-state-city-and-country: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i + version: true sales-suckers: TranslationFile: class: BodyPattern @@ -97774,6 +99052,11 @@ plugins: path: - readme.txt - README.md + sama-payment-gateway: + Readme: + path: + - readme.txt + - README.md samba-videos: QueryParameter: files: @@ -97967,6 +99250,9 @@ plugins: path: languages/save-as-pdf-pdfcrowd.pot pattern: !ruby/regexp '/ect\-Id\-Version: Save as PDF by Pdfcrowd (?\d+\.[\.\d]+)/i' version: true + save-cf7-entry: + Readme: + path: readme.txt save-for-later-like-amazon: Readme: path: readme.txt @@ -98105,6 +99391,14 @@ plugins: path: languages/scand-osticket-connector-ru_RU.po pattern: !ruby/regexp '/"Project\-Id\-Version: osTicket Connector (?\d+\.[\.\d]+)/i' version: true + scanfully: + TranslationFile: + class: BodyPattern + path: languages/scanfully.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Scanfully (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt scanpay-for-woocommerce: Readme: path: readme.txt @@ -98985,6 +100279,9 @@ plugins: security-made-easy: Readme: path: readme.txt + security-ninja: + Readme: + path: readme.txt security-ninja-for-mainwp: Readme: path: readme.txt @@ -99110,6 +100407,14 @@ plugins: - Selfie/Public/css/selfie.css - Selfie/Public/js/selfie-fe.js version: true + sell-ads: + QueryParameter: + files: + - css/style.css + - js/script.js + version: true + Readme: + path: readme.txt sell-btc-by-hayyatapps: Readme: path: readme.txt @@ -99124,6 +100429,9 @@ plugins: sell-esim: Readme: path: readme.txt + sell-photo: + Readme: + path: readme.txt sellbery: Readme: path: @@ -99546,6 +100854,9 @@ plugins: - inc/frontend/css/prwirepro-press_release_template-frontend.css - inc/frontend/js/prwirepro-press_release_template-frontend.js version: true + seo-meta-description-ai: + Readme: + path: readme.txt seo-monster: Readme: path: readme.txt @@ -99600,6 +100911,9 @@ plugins: path: lang/seo-tag-cloud.pot pattern: !ruby/regexp '/roject\-Id\-Version: SEO Tag Cloud Widget (?\d+\.[\.\d]+)/i' version: true + seo-that-matters: + Readme: + path: readme.txt seo-toolkit: TranslationFile: class: BodyPattern @@ -99871,6 +101185,9 @@ plugins: serwersmspl-widget: Readme: path: readme.txt + sesamy: + Readme: + path: README.txt session-mirror: Readme: path: readme.txt @@ -100206,6 +101523,9 @@ plugins: - shareon.min.css - shareon.min.js version: true + sharepreview: + Readme: + path: readme.txt sharethis-reviews: QueryParameter: files: @@ -100932,6 +102252,14 @@ plugins: show-current-template: Readme: path: readme.txt + show-current-width: + QueryParameter: + files: + - assets/show-current-width.min.css + - assets/show-current-width.min.js + version: true + Readme: + path: readme.txt show-custom-category: Readme: path: readme.txt @@ -101070,6 +102398,9 @@ plugins: show-visitor-ip-address-widget-and-shortcode: Readme: path: README.txt + show-website-content-in-wordpress-page-or-post: + Readme: + path: readme.txt show-youtube-video: Readme: path: readme.txt @@ -101738,6 +103069,9 @@ plugins: simple-dropbox-upload-form: Readme: path: readme.txt + simple-dropdown-filter-by-category-for-woocommerce: + Readme: + path: README.txt simple-easy-google-analytics: QueryParameter: files: @@ -102273,6 +103607,9 @@ plugins: simple-payoneer-offsite-gateway-for-woocommerce: Readme: path: readme.txt + simple-photo-album: + Readme: + path: readme.txt simple-pictures-slider: Readme: path: readme.txt @@ -102284,6 +103621,9 @@ plugins: files: - "/assets/js/smp-scipt.js" version: true + simple-popup-block: + Readme: + path: readme.txt simple-post-box: QueryParameter: files: @@ -102301,6 +103641,9 @@ plugins: simple-post-share-buttons: Readme: path: readme.txt + simple-post-views: + Readme: + path: readme.txt simple-post-views-count: Readme: path: readme.txt @@ -102507,6 +103850,9 @@ plugins: path: languages/default.pot pattern: !ruby/regexp /ject\-Id\-Version:\ Simple Sidebar Manager (?\d+\.[\.\d]+)/i version: true + simple-site-rating: + Readme: + path: readme.txt simple-sitemap: Readme: path: readme.txt @@ -102845,6 +104191,9 @@ plugins: path: - README.txt - README.md + simple-wp-maintenance: + Readme: + path: readme.txt simple-wp-sitemap: Readme: path: readme.txt @@ -103113,6 +104462,9 @@ plugins: files: - admin/js/single-post-meta-description-ajax-script.js version: true + single-post-page-export: + Readme: + path: readme.txt single-sign-on-into-talentlms-user-sync-integration: Readme: path: readme.txt @@ -103177,6 +104529,17 @@ plugins: site-mode: Readme: path: README.txt + QueryParameter: + files: + - public/css/site-mode-public.css + - public/js/site-mode-public.js + - blocks/site-mode-countdown/src/sm-countdown-frontend.js + version: true + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true site-notices-wp: Readme: path: readme.txt @@ -103284,6 +104647,9 @@ plugins: sitemap-ui: Readme: path: readme.txt + sitemessages: + Readme: + path: readme.txt sitemile-social-icons-widget: Readme: path: readme.txt @@ -103500,6 +104866,11 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/ version: true + ComposerFile: + class: ConfigParser + path: composer.json + key: version + version: true skybookings-widget: Readme: path: readme.txt @@ -103981,6 +105352,15 @@ plugins: path: package.json key: version version: true + smart-agreements: + Readme: + path: readme.txt + smart-archive-page-remove: + Readme: + path: readme.txt + smart-attachment-page-remove: + Readme: + path: readme.txt smart-author-box: QueryParameter: files: @@ -104026,9 +105406,18 @@ plugins: smart-commerce-free: Readme: path: Readme.txt + smart-content-generator: + Readme: + path: README.txt + smart-copyright-year: + Readme: + path: README.txt smart-crop-image-ai: Readme: path: README.txt + smart-custom-display-name: + Readme: + path: readme.txt smart-custom-fields: Readme: path: readme.txt @@ -104129,6 +105518,9 @@ plugins: smart-png-gif-and-jpeg-compression-and-manipulation-in-the-cloud-cdn-4eq: Readme: path: Readme.txt + smart-portfolio-manager: + Readme: + path: readme.txt smart-post-like: QueryParameter: files: @@ -104187,6 +105579,9 @@ plugins: smart-threema: Readme: path: readme.txt + smart-user-slug-hider: + Readme: + path: readme.txt smart-visitor-tracker: QueryParameter: files: @@ -104441,6 +105836,9 @@ plugins: smartpush-web-push-notifications: Readme: path: README.md + smartsearchwp: + Readme: + path: readme.txt smartsoftbutton-widget-de-botones-de-chat: Readme: path: readme.txt @@ -104626,6 +106024,11 @@ plugins: sms-to-sms-add-on-for-salon-booking: Readme: path: readme.txt + sms8-io: + Readme: + path: + - readme.txt + - readme.md smsa-shipping-official: Readme: path: readme.txt @@ -105621,6 +107024,9 @@ plugins: sonypayment-light-for-woocommerce: Readme: path: readme.txt + sooon-page-site-under-construction: + Readme: + path: readme.txt sophi: Readme: path: readme.txt @@ -105917,6 +107323,9 @@ plugins: version: true Readme: path: readme.txt + spawning-ai: + Readme: + path: readme.txt speak-it: Readme: path: readme.txt @@ -106717,6 +108126,9 @@ plugins: staggs: Readme: path: README.txt + staging-prevent-indexing: + Readme: + path: readme.txt staging-sync: Readme: path: readme.txt @@ -106735,6 +108147,9 @@ plugins: path: languages/stagtools.pot pattern: !ruby/regexp '/"Project\-Id\-Version: StagTools (?\d+\.[\.\d]+)/i' version: true + stale-content-notifier: + Readme: + path: readme.txt stalkfish: TranslationFile: class: BodyPattern @@ -107011,6 +108426,9 @@ plugins: - public/css/status-buddy-public.css - public/js/status-buddy-public.js version: true + status-exporter: + Readme: + path: readme.txt statusmc: ChangeLog: class: BodyPattern @@ -107370,6 +108788,9 @@ plugins: stock-count-report-for-woocommerce: Readme: path: README.txt + stock-display-in-admin-order: + Readme: + path: readme.txt stock-locations-for-woocommerce: Readme: path: readme.txt @@ -107681,6 +109102,9 @@ plugins: path: package.json key: version version: true + streamweasels-kick-integration: + Readme: + path: readme.txt streamweasels-twitch-blocks: Readme: path: readme.txt @@ -107714,6 +109138,9 @@ plugins: stretch-block-editor: Readme: path: readme.txt + strict-security-headers: + Readme: + path: readme.txt string-locator: Readme: path: readme.txt @@ -107775,6 +109202,13 @@ plugins: version: true Readme: path: readme.txt + styble: + QueryParameter: + files: + - assets/js/scripts.min.js + version: true + Readme: + path: readme.txt style-genre: Readme: path: readme.txt @@ -107882,6 +109316,14 @@ plugins: version: true Readme: path: readme.txt + stylish-real-estate-leads: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/ + version: true stylistic-modals: Readme: path: readme.txt @@ -108125,6 +109567,9 @@ plugins: summarizes: Readme: path: readme.txt + summary-box-for-wikipedia-links: + Readme: + path: readme.md sumo-divi-modules: Readme: path: readme.txt @@ -108342,6 +109787,9 @@ plugins: superbkit-addons-for-elementor: Readme: path: readme.txt + superbuzz: + Readme: + path: readme.txt superdocs: TranslationFile: class: BodyPattern @@ -108449,6 +109897,14 @@ plugins: support-ribbons: Readme: path: readme.txt + support-svg: + Readme: + path: readme.txt + TranslationFile: + class: BodyPattern + path: i18n/support-svg.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Support SVG (?\d+\.[\.\d]+)/i' + version: true support-ticket-system-for-woocommerce: Readme: path: readme.txt @@ -108594,6 +110050,9 @@ plugins: sustainable-ecommerce-cart: Readme: path: readme.txt + suyool-payment: + Readme: + path: readme.txt sv-close-modal-on-click-outside-for-navigation-block: Readme: path: readme.txt @@ -108804,6 +110263,9 @@ plugins: pattern: !ruby/regexp /with Swift Performance Lite/i Readme: path: readme.txt + swiftload: + Readme: + path: readme.txt swiftninjapro-better-scroll-bar: QueryParameter: files: @@ -108971,6 +110433,9 @@ plugins: version: true Readme: path: readme.txt + sync-posts: + Readme: + path: readme.txt sync-qcloud-cos: Readme: path: readme.txt @@ -109134,6 +110599,14 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/i version: true + tabbed-contents: + QueryParameter: + files: + - dist/style.css + - dist/script.js + version: true + Readme: + path: readme.txt tabby-checkout: Readme: path: readme.txt @@ -109688,6 +111161,9 @@ plugins: pattern: !ruby/regexp /Start of Tawk\.to Script \(/i Readme: path: readme.txt + tax-exemption-woo: + Readme: + path: readme.txt taximap-integration: Readme: path: readme.txt @@ -109704,6 +111180,9 @@ plugins: taxnalogy-aliexpress-product-importer: Readme: path: readme.txt + taxonomies-essentials: + Readme: + path: readme.txt taxonomy-chain-menu: Readme: path: readme.txt @@ -110082,6 +111561,9 @@ plugins: temp-mail: Readme: path: readme.txt + temperature-note-for-woocommerce: + Readme: + path: readme.txt templ-optimizer: Readme: path: readme.txt @@ -110310,6 +111792,14 @@ plugins: test-post-generator: Readme: path: readme.txt + test-reports: + TranslationFile: + class: BodyPattern + path: languages/test-reports.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Test Reports (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt testerwp-ecommerce-companion: Readme: path: readme.txt @@ -110325,6 +111815,9 @@ plugins: testimonial-blocks: Readme: path: README.txt + testimonial-carousel-block: + Readme: + path: readme.txt testimonial-moving: QueryParameter: files: @@ -110381,6 +111874,9 @@ plugins: - css/twp.css - js/twp-s2n.js version: true + testimonialx-block: + Readme: + path: readme.txt testrobo-safe-update: Readme: path: readme.txt @@ -111113,6 +112609,7 @@ plugins: - themify/css/themify.common.min.css - themify/css/base.min.css - css/modules/parallax.min.css + - themify/js/main.js version: true MetaTag: class: Xpath @@ -111350,6 +112847,8 @@ plugins: - css/select2.min.css - css/elementor-sc-popup.css - js/custom.js + - css/builders/elementor-sc-popup.css + - includes/addons/gutenberg/assets/blocks.css version: true ChangeLog: class: BodyPattern @@ -111368,6 +112867,9 @@ plugins: files: - "/assets/css/style.css" version: true + ticket-help-desk-system-lite: + Readme: + path: readme.txt ticket-plus: Readme: path: readme.txt @@ -111690,6 +113192,14 @@ plugins: tinkoff-credit: Readme: path: readme.txt + tiny-ai-assistant: + TranslationFile: + class: BodyPattern + path: languages/tiny-ai-assistant.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Tiny AI Assistant (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt tiny-bar: QueryParameter: files: @@ -112288,6 +113798,9 @@ plugins: version: true Readme: path: README.txt + total-price-in-words-for-woocommerce: + Readme: + path: readme.txt total-reading-time-of-wp-post: Readme: path: readme.txt @@ -112427,6 +113940,14 @@ plugins: toy-drive-community-edition: Readme: path: readme.txt + toys-for-playground: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/ + version: true toyyibpay-for-woocommerce: Readme: path: readme.txt @@ -113013,6 +114534,26 @@ plugins: triple: Readme: path: readme.md + tripzzy: + QueryParameter: + files: + - assets/styles/fontawesome/css/all.min.css + - assets/styles/glightbox/glightbox.min.css + - assets/dist/trips.css + - assets/styles/swiper/swiper.min.css + - assets/dist/multi-select-dropdown.js + - assets/js/smooth-scroll/smooth-scroll.min.js + - assets/js/glightbox/glightbox.min.js + - assets/dist/trips.js + - assets/js/swiper/swiper.min.js + version: true + TranslationFile: + class: BodyPattern + path: languages/tripzzy.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Tripzzy (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt trivia-adapter-pack: ComposerFile: class: ConfigParser @@ -113067,6 +114608,9 @@ plugins: trueroas: Readme: path: readme.txt + trulylegit-trulybadge: + Readme: + path: readme.txt trunc-logging: Readme: path: readme.txt @@ -113274,6 +114818,9 @@ plugins: turbo-admin: Readme: path: readme.txt + turbo-blogger: + Readme: + path: readme.txt turbo-sms: Readme: path: readme.txt @@ -113663,6 +115210,9 @@ plugins: ty-gia-vang-ngoai-te: Readme: path: readme.txt + ty-project-player: + Readme: + path: readme.txt typebot: Readme: path: README.txt @@ -113795,6 +115345,9 @@ plugins: ublux-wsp: Readme: path: readme.txt + ucalc: + Readme: + path: readme.txt ucard: QueryParameter: files: @@ -114448,6 +116001,13 @@ plugins: ultimate-social-share: Readme: path: readme.txt + ultimate-social-share-buttons: + QueryParameter: + files: + - css/ssb-view.css + version: true + Readme: + path: readme.txt ultimate-sticky-popup-widgets: QueryParameter: files: @@ -114545,6 +116105,9 @@ plugins: ultimate-wp-slider: Readme: path: readme.txt + ultimate-wp-sms: + Readme: + path: readme.txt ultimate-youtube-video-player: Readme: path: README.txt @@ -114821,6 +116384,19 @@ plugins: unienvios: Readme: path: readme.txt + unified: + TranslationFile: + class: BodyPattern + path: languages/unified.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Unified (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^=+ (?\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi + version: true uniforms: QueryParameter: files: @@ -115378,6 +116954,16 @@ plugins: urlfreezer: Readme: path: readme.txt + urlslab: + QueryParameter: + files: + - public/build/js/urlslab-lazyload.js + version: true + Readme: + path: readme.txt + urubutopay: + Readme: + path: readme.txt urvanov-syntax-highlighter: QueryParameter: files: @@ -115517,6 +117103,9 @@ plugins: path: js/user-feedback.min.js pattern: !ruby/regexp /User Feedback \- v(?\d+\.[\.\d]+)/i version: true + user-first-kit: + Readme: + path: readme.txt user-frontend-for-elementor: Readme: path: @@ -115772,6 +117361,9 @@ plugins: username-search-available-fyi: Readme: path: readme.txt + username-update: + Readme: + path: README.txt usernoise: Readme: path: readme.txt @@ -116381,6 +117973,7 @@ plugins: QueryParameter: files: - include/css/venomaps.min.css + - include/css/venomaps-bundle.min.css version: true verbalize-wp: QueryParameter: @@ -116432,6 +118025,9 @@ plugins: verify-domain-for-apple-pay-with-stripe: Readme: path: readme.txt + veritaspay-hosted-checkout: + Readme: + path: readme.txt version-compare: Readme: path: readme.txt @@ -117060,6 +118656,9 @@ plugins: view-post: Readme: path: readme.txt + view-user-metadata: + Readme: + path: readme.txt views-for-wpforms-lite: Readme: path: readme.txt @@ -117286,6 +118885,9 @@ plugins: visibility-control-for-woocommerce: Readme: path: readme.txt + visibility-control-for-wpcourseware: + Readme: + path: readme.txt visideign-login: QueryParameter: files: @@ -117380,9 +118982,19 @@ plugins: visma-pay-embedded-card-payment-gateway: Readme: path: readme.txt + TranslationFile: + class: BodyPattern + path: languages/visma-pay-embedded-card-payment-gateway.pot + pattern: !ruby/regexp /Visma Pay Embedded Card Payment Gateway (?\d+\.[\.\d]+)/i + version: true visma-pay-payment-gateway: Readme: path: readme.txt + TranslationFile: + class: BodyPattern + path: languages/visma-pay-payment-gateway.pot + pattern: !ruby/regexp '/t\-Id\-Version: Visma Pay Payment Gateway (?\d+\.[\.\d]+)/i' + version: true vistawp: Readme: path: @@ -117413,6 +119025,9 @@ plugins: version: true Readme: path: readme.txt + visual-header: + Readme: + path: readme.txt visual-link-preview: QueryParameter: files: @@ -117434,6 +119049,9 @@ plugins: visual-search: Readme: path: readme.txt + visual-slider: + Readme: + path: readme.txt visual-subtitle: TranslationFile: class: BodyPattern @@ -117825,6 +119443,9 @@ plugins: w3dart: Readme: path: readme.txt + w3dev-fancybox: + Readme: + path: readme.txt w3s-cf7-zoho: Readme: path: README.txt @@ -117943,6 +119564,9 @@ plugins: files: - assets/css/xoo-wl-style.css version: true + wake-up: + Readme: + path: readme.txt waldbrandgefahrenstufen: Readme: path: readme.txt @@ -118055,6 +119679,9 @@ plugins: wapppress-builds-android-app-for-website: Readme: path: readme.txt + wapuugotchi: + Readme: + path: readme.txt wards-print-designer-lite: Readme: path: readme.txt @@ -118375,6 +120002,9 @@ plugins: path: - readme.txt - README.md + wc-booster: + Readme: + path: readme.txt wc-builder: Readme: path: readme.txt @@ -118590,6 +120220,23 @@ plugins: wc-dynamic-payment-gateways-tcs: Readme: path: readme.txt + wc-easy-quick-view: + QueryParameter: + files: + - public/css/slick.min.css + - public/css/easy-woocommerce-quick-view-public-magnific.css + - public/css/easy-woocommerce-quick-view-public.css + - public/js/easy-woocommerce-quick-view-public-slick.min.js + - public/js/easy-woocommerce-quick-view-public-magnific.js + - public/js/easy-woocommerce-quick-view-public.js + version: true + Readme: + path: README.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^=+ (?\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi + version: true wc-easynote: QueryParameter: files: @@ -118628,6 +120275,15 @@ plugins: wc-exporter-for-reviso: Readme: path: readme.txt + wc-fastpaynow-by-fave: + QueryParameter: + files: + - assets/css/style.min.css + version: true + Readme: + path: + - readme.txt + - README.md wc-featured-products: Readme: path: readme.txt @@ -118759,6 +120415,14 @@ plugins: wc-iban-checker: Readme: path: readme.txt + wc-iikocloud: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/ + version: true wc-importer-for-reviso: Readme: path: readme.txt @@ -118967,6 +120631,9 @@ plugins: path: lang/dreamfox-en_US.po pattern: !ruby/regexp '/\-Id\-Version: Woocommerce Delivery Date v(?\d+\.[\.\d]+)/i' version: true + wc-payment-infinpay: + Readme: + path: README.txt wc-paymentsds-mpesa: Readme: path: readme.txt @@ -119120,6 +120787,9 @@ plugins: wc-purchase-notification: Readme: path: readme.txt + wc-purchase-orders: + Readme: + path: README.txt wc-qazeek-payment-gateway: Readme: path: readme.txt @@ -119323,6 +120993,14 @@ plugins: wc-sofinco-3xcb: Readme: path: readme.txt + wc-solana-pay: + TranslationFile: + class: BodyPattern + path: languages/wc-solana-pay.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: WC Solana Pay (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: README.txt wc-sort-advanced: Readme: path: readme.txt @@ -119402,12 +121080,23 @@ plugins: version: true Readme: path: readme.txt + wc-ticket-manager: + TranslationFile: + class: BodyPattern + path: languages/wc-ticket-manager.pot + pattern: !ruby/regexp '/\-Id\-Version: WooCommerce Ticket Manager (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt wc-tinkoff-secure-deal-payment-gateway: Readme: path: readme.txt wc-tip-gratuity-donation-fee: Readme: path: readme.txt + wc-total-price-with-tax: + Readme: + path: readme.txt wc-tracking-status: Readme: path: readme.txt @@ -119886,6 +121575,9 @@ plugins: - weaver-theme-compatibility.min.css - includes/wvr.compatibility.min.js version: true + web-2-sms: + Readme: + path: readme.txt web-application-firewall: Readme: path: readme.txt @@ -120186,6 +121878,9 @@ plugins: path: changelog.md pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ version: true + webmaster-user-role: + Readme: + path: readme.txt webmasters-core-web-vitals-checker: Readme: path: readme.txt @@ -120991,6 +122686,9 @@ plugins: version: true Readme: path: readme.txt + wholesalex-wcfm-b2b-multivendor-marketplace: + Readme: + path: readme.txt wholesome-publishing: Readme: path: readme.txt @@ -121123,6 +122821,17 @@ plugins: widget-for-google-map: Readme: path: README.txt + widget-for-opio-reviews: + QueryParameter: + files: + - assets/css/admin-main.css + - assets/css/public-main.css + - assets/css/public-feed.css + - assets/js/opio-main.js + - assets/js/moment.min.js + version: true + Readme: + path: readme.txt widget-for-social-page: Readme: path: README.txt @@ -121378,6 +123087,9 @@ plugins: - public/css/winter-activity-log-public.css - public/js/winter-activity-log-public.js version: true + wipsum: + Readme: + path: readme.txt wired-impact-volunteer-management: QueryParameter: files: @@ -121633,6 +123345,14 @@ plugins: wonder-login: Readme: path: readme.txt + wonderful-payments-for-woocommerce: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i + version: true wonderm00ns-simple-facebook-open-graph-tags: Comment: xpath: //comment()[contains(., "Open Graph")] @@ -122451,6 +124171,9 @@ plugins: version: true Readme: path: readme.txt + woo-minimum-order-amount: + Readme: + path: readme.txt woo-mobile-bottom-bar: QueryParameter: files: @@ -123892,6 +125615,26 @@ plugins: files: - css/front.css - js/chosen/chosen.min.css + - ext/by_author/css/by_author.css + - ext/by_instock/css/by_instock.css + - ext/by_onsales/css/by_onsales.css + - ext/by_text/assets/css/front.css + - ext/label/css/html_types/label.css + - ext/select_radio_check/css/html_types/select_radio_check.css + - ext/smart_designer/css/elements/checkbox.css + - ext/smart_designer/css/elements/radio.css + - ext/smart_designer/css/elements/switcher.css + - ext/smart_designer/css/elements/color.css + - ext/smart_designer/css/tooltip.css + - ext/smart_designer/css/front.css + - css/switcher.css + - ext/by_text/assets/js/husky.js + - ext/sections/css/sections.css + - ext/front_builder/css/front-builder.css + - ext/slideout/css/jquery.tabSlideOut.css + - ext/slideout/css/slideout.css + - ext/slideout/js/jquery.tabSlideOut.js + - ext/slideout/js/slideout.js version: true woocommerce-products-per-page: Readme: @@ -124551,6 +126294,9 @@ plugins: path: langs/wordpresscom-stats-smiley-remover-fr_FR.po pattern: !ruby/regexp '/on: WordPress\.com Stats Smiley Remover v(?\d+\.[\.\d]+)/i' version: true + wordsmtp: + Readme: + path: readme.txt wordstamp: Readme: path: readme.txt @@ -125214,6 +126960,13 @@ plugins: wp-beautiful-charts: Readme: path: readme.txt + wp-before-after-image-slider: + QueryParameter: + files: + - assets/common/css/image-picker.css + version: true + Readme: + path: readme.txt wp-before-after-slider: TranslationFile: class: BodyPattern @@ -125636,6 +127389,9 @@ plugins: wp-cloudflare-page-cache: Readme: path: readme.txt + wp-cloudsync-master: + Readme: + path: readme.txt wp-club-manager: QueryParameter: files: @@ -125650,6 +127406,10 @@ plugins: wp-code-checker: Readme: path: readme.txt + QueryParameter: + files: + - assets/css/wcchecker-core.css + version: true wp-code-highlightjs: QueryParameter: files: @@ -128345,6 +130105,9 @@ plugins: version: true Readme: path: readme.txt + wp-multitasking: + Readme: + path: readme.txt wp-munich-blocks: QueryParameter: files: @@ -128714,6 +130477,9 @@ plugins: wp-plugin-dependencies: Readme: path: readme.txt + wp-plugin-filter: + Readme: + path: readme.txt wp-plugin-management: Readme: path: readme.txt @@ -128838,6 +130604,9 @@ plugins: files: - public/css/wp-post-nav-public.php version: true + wp-post-notification: + Readme: + path: readme.txt wp-post-page-clone: Readme: path: readme.txt @@ -128889,6 +130658,9 @@ plugins: wp-post-visits-wizard: Readme: path: readme.txt + wp-postlike: + Readme: + path: readme.txt wp-postratings: QueryParameter: files: @@ -131544,6 +133316,11 @@ plugins: version: true Readme: path: readme.txt + wpbr-linepay-tw: + Readme: + path: + - readme.txt + - readme.md wpbred-examples: Readme: path: README.txt @@ -131591,6 +133368,14 @@ plugins: version: true Readme: path: readme.txt + wpc-attribute-groups: + TranslationFile: + class: BodyPattern + path: languages/wpc-attribute-groups.pot + pattern: !ruby/regexp /Smart Attribute Groups for WooCommerce (?\d+\.[\.\d]+)/i + version: true + Readme: + path: readme.txt wpc-badge-management: TranslationFile: class: BodyPattern @@ -132961,6 +134746,14 @@ plugins: wpscan: Readme: path: readme.txt + wpsection: + QueryParameter: + files: + - theme/assets/css/style.css + - theme/assets/js/script.js + version: true + Readme: + path: readme.txt wpshare247-elementor-addons: Readme: path: readme.txt @@ -133576,6 +135369,9 @@ plugins: wpxlsdata: Readme: path: readme.txt + wpxmas-snow: + Readme: + path: readme.txt wpxon-ajax-contact-form: QueryParameter: files: @@ -133596,6 +135392,9 @@ plugins: wpyaa-alipay-wechat-for-woocommerce: Readme: path: README.md + wpyog-documents: + Readme: + path: readme.txt wpyoutube-post: Readme: path: readme.txt @@ -133745,6 +135544,9 @@ plugins: - public/css/wtpn-pocket-nav-public.css - public/js/wtpn-pocket-nav-public.js version: true + wt-quick-reorder: + Readme: + path: README.txt wt-security: Readme: path: readme.txt @@ -133920,6 +135722,14 @@ plugins: x-instafeed: Readme: path: README.txt + x3p0-breadcrumbs: + ChangeLog: + class: BodyPattern + path: CHANGELOG.md + pattern: !ruby/regexp /\#\# \[(?\d+\.[\.\d]+)\]/ + version: true + Readme: + path: README.txt x3p0-legacy-widget: ChangeLog: class: BodyPattern @@ -134128,6 +135938,11 @@ plugins: path: language/xpro-elementor-addons.pot pattern: !ruby/regexp '/oject\-Id\-Version: Xpro Elementor Addons (?\d+\.[\.\d]+)/i' version: true + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /(?\d+\.[\.\d]+)/ + version: true xpro-theme-builder: Readme: path: readme.txt @@ -134236,6 +136051,9 @@ plugins: yabandpay-for-woocommerce: Readme: path: readme.txt + yabe-kokoro: + Readme: + path: readme.txt yabe-webfont: Readme: path: readme.txt @@ -134322,6 +136140,9 @@ plugins: yandex-pay: Readme: path: readme.txt + yandexid: + Readme: + path: readme.txt yapsody-events-calendar: QueryParameter: files: @@ -134333,6 +136154,14 @@ plugins: path: includes/langs/yapsody-events-calendar-it_IT.po pattern: !ruby/regexp '/ct\-Id\-Version: Yapsody Events Calendar v(?\d+\.[\.\d]+)/i' version: true + yas-counter-for-elementor: + QueryParameter: + files: + - css/yashf-style.css + - js/yashf-script.js + version: true + Readme: + path: README.txt yasham-live-feed: Readme: path: readme.txt diff --git a/spec/fixtures/dynamic_finders/expected.yml b/spec/fixtures/dynamic_finders/expected.yml index 1e376fc22..324dff63c 100644 --- a/spec/fixtures/dynamic_finders/expected.yml +++ b/spec/fixtures/dynamic_finders/expected.yml @@ -598,6 +598,14 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/abcsubmit//assets/css/admin.css?ver=1.1.0 confidence: 10 + ableplayer: + QueryParameter: + number: 1.2.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/ableplayer/build/ableplayer.min.css?ver=1.2.0 + - http://wp.lab/wp-content/plugins/ableplayer/build/ableplayer.min.js?ver=1.2.0 + confidence: 20 about-author-box: QueryParameter: number: 1.0.0 @@ -723,6 +731,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/accept-worldpay-payments-using-contact-form-7/languages/contact-form-7-worldpay-addon.pot, Match: ''rsion: Contact Form 7 - Worldpay Add-on 1.0''' + access-guard: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/access-guard/languages/access-guard.pot, + Match: ''"Project-Id-Version: Access Guard 1.0.0''' accessally: QueryParameter: number: 3.5.8 @@ -918,6 +933,14 @@ plugins: - http://wp.lab/wp-content/plugins/accordion-gallery-by-widgetic/build-dashboard/dashboard.bundle.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/accordion-gallery-by-widgetic/build/index.css?ver=1.0.0 confidence: 20 + accountsbuddy-simple-accounting: + QueryParameter: + number: '1.0' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/accountsbuddy-simple-accounting/assets/admin/js/foundation.min.js?ver=1.0 + - http://wp.lab/wp-content/plugins/accountsbuddy-simple-accounting/assets/js/abas_scripts.js?ver=1.0 + confidence: 20 ace-twilio-for-woocommerce: QueryParameter: number: 1.0.0 @@ -2777,6 +2800,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/ai-co-pilot-for-wp/changelog.txt, Match: ''= 1.0.1''' + ai-contact-form: + ChangeLog: + number: 1.0.1 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/ai-contact-form/changelog.txt, Match: ''= + 1.0.1''' ai-for-woocommerce: TranslationFile: number: 1.0.0 @@ -4031,6 +4061,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/aplazo-payment-gateway/i18n/languages/aplazo-payment-gateway-es_MX.po, Match: ''ject-Id-Version: Aplazo Payment Gateway 1.0.18''' + aplinkos-ministerijos-norway-grants: + QueryParameter: + number: '1.0' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/aplinkos-ministerijos-norway-grants/js/handler.js?ver=1.0 + confidence: 10 aploblocks: QueryParameter: number: 0.8.6 @@ -4187,6 +4224,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/apx-link-status/languages/apx-link-status.pot, Match: ''"Project-Id-Version: APx Link Status 1.0.0''' + ar-back-to-top: + QueryParameter: + number: 2.10.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/ar-back-to-top/assets/css/style.css?ver=2.10.0 + - http://wp.lab/wp-content/plugins/ar-back-to-top/assets/js/arbtt-fe.js?ver=2.10.0 + confidence: 20 ar-contactus: QueryParameter: number: 1.8.4 @@ -4669,6 +4714,14 @@ plugins: - http://wp.lab/wp-content/plugins/astro-booking-engine/css/astro-booking-engine.css?ver=1.0.2 - http://wp.lab/wp-content/plugins/astro-booking-engine/js/astro-booking-engine.js?ver=1.0.2 confidence: 20 + astro-sticky-buttons: + QueryParameter: + number: 1.1.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/astro-sticky-buttons/css/astro-sticky-buttons.css?ver=1.1.0 + - http://wp.lab/wp-content/plugins/astro-sticky-buttons/js/astro-sticky-buttons.js?ver=1.1.0 + confidence: 20 astro-woocommerce-free-gift: QueryParameter: number: 1.0.1 @@ -5091,6 +5144,15 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/auto-post-woocommerce-products/languages/auto-post-woocommerce-products-es_ES.po, Match: ''Version: auto-post-woocommerce-products 1.1.2''' + auto-refresh-post-page: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/auto-refresh-post-page/public/css/auto-refresh-post-page-public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/auto-refresh-post-page/assets/js/sweetalert.min.js?ver=1.0.0 + - http://wp.lab/wp-content/plugins/auto-refresh-post-page/public/js/auto-refresh-post-page-public.js?ver=1.0.0 + confidence: 30 auto-scroll-for-reading: QueryParameter: number: 1.0.0 @@ -5181,6 +5243,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/autodescription/language/autodescription.pot, Match: ''"Project-Id-Version: The SEO Framework 3.2.4''' + autogestiones-gestor: + QueryParameter: + number: 1.0.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/autogestiones-gestor/includes/public/css/autogestiones-gestor-public.css?ver=1.0.2 + - http://wp.lab/wp-content/plugins/autogestiones-gestor/includes/public/js/autogestiones-gestor-public.js?ver=1.0.2 + confidence: 20 autolocation-checkout: QueryParameter: number: 1.0.0 @@ -6833,6 +6903,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/better-yourls/languages/better-yourls.pot, Match: ''Project-Id-Version: Better YOURLS 2.2.4''' + beyond-identity-passwordless: + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/beyond-identity-passwordless/CHANGELOG.md, + Match: ''## [1.0.0] - 2023-04-03''' bft-autoresponder: TranslationFile: number: 2.4.8 @@ -7150,6 +7227,13 @@ plugins: found_by: Meta Tag (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''Forms by BitCode 1.0.2''' + bit-social: + TranslationFile: + number: 0.1.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/bit-social/languages/bit-social.pot, Match: + ''"Project-Id-Version: Bit Social (Beta) 0.1.0''' bitcoin-address: QueryParameter: number: 0.8.1 @@ -7576,6 +7660,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/blocks-export-import/package.json, Match: ''1.0.0''' + blocks-extensions-by-slothgeek: + QueryParameter: + number: 0.1.7 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/blocks-extensions-by-slothgeek/build/style-index.css?ver=0.1.7 + confidence: 10 blocks-for-eventbrite: ChangeLog: number: 1.0.0 @@ -8025,6 +8116,13 @@ plugins: - http://wp.lab/wp-content/plugins/bold-page-builder/content_elements_misc/js/content_elements.js?ver=3.0.5 - http://wp.lab/wp-content/plugins/bold-page-builder/script_fe.js?ver=3.0.5 confidence: 60 + boldify: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/boldify/boldify-frontend.js?ver=1.0.0 + confidence: 10 boleto-cora: ComposerFile: number: '1.0' @@ -8297,6 +8395,21 @@ plugins: - http://wp.lab/wp-content/plugins/boom-fest/public/css/bootstrap.min.css?ver=2.0.0 - http://wp.lab/wp-content/plugins/boom-fest/public/js/bootstrap.bundle.min.js?ver=2.0.0 confidence: 20 + boomerang: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/boomerang/assets/css/boomerang.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/boomerang/assets/css/boomerang-default.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/boomerang/assets/js/boomerang.js?ver=1.0.0 + confidence: 30 + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/boomerang/languages/boomerang.pot, Match: + ''n: Boomerang - Feature Request Platform 1.0.0''' boost360-for-doctors: QueryParameter: number: 1.1.2 @@ -10373,6 +10486,14 @@ plugins: - http://wp.lab/wp-content/plugins/categories-as-folders/public/css/categories-as-folders-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/categories-as-folders/public/js/categories-as-folders-public.js?ver=1.0.0 confidence: 30 + categories-status: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/categories-status/public/css/cv-categories-status-public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/categories-status/public/js/cv-categories-status-public.js?ver=1.0.0 + confidence: 20 categorize-pages: ChangeLog: number: 1.0.0 @@ -11057,6 +11178,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/cf7-sms/languages/cf7-sms.pot, Match: ''ion: SMS Integration for Contact Form 7 1.0.0''' + cf7-submissions: + QueryParameter: + number: '0.9' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/cf7-submissions/assets/css/front.css?ver=0.9 + - http://wp.lab/wp-content/plugins/cf7-submissions/assets/js/front.js?ver=0.9 + confidence: 20 cf7-to-bitrix24-integration: QueryParameter: number: 1.0.0 @@ -11087,6 +11216,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/cforms2/styling/cforms2012.css?ver=14.14 - http://wp.lab/wp-content/plugins/cforms2/js/cforms.js?ver=14.14 + chained-product-for-woocommerce: + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/chained-product-for-woocommerce/changelog.txt, + Match: ''version 1.0.0''' chained-quiz: TranslationFile: number: 1.0.9.2 @@ -11635,6 +11771,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/citadela-directory-lite/languages/citadela-directory-lite.pot, Match: ''Version: Citadela Directory Plugin Lite 1.0.6''' + citations: + QueryParameter: + number: 0.2.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/citations//dist/css/style.min.css?ver=0.2.1 + confidence: 10 cities-shipping-zones-for-woocommerce: TranslationFile: number: 1.0.1 @@ -11699,6 +11842,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/classic-quiz-feedback-survey/languages/cqfs.pot, Match: ''d-Version: Classic Quiz Feedback Survey 1.0.0''' + classic-scroll-to-top: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/classic-scroll-to-top/js/smncstt-plugin.js?ver=1.0.0 + confidence: 10 classic-style: QueryParameter: number: 0.1.1 @@ -11769,6 +11919,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/clean-my-archives/changelog.md, Match: ''## [1.2.0]''' + clean-my-wp: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/clean-my-wp/languages/clean-my-wordpress.pot, + Match: ''"Clean My WP v1.0.0''' clean-options: TranslationFile: number: 1.3.2 @@ -13913,6 +14070,12 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/core-web-vitals-monitor/assets/scripts/dist/public.js?ver=1.0.0 confidence: 10 + coreactivity: + ChangeLog: + number: '1.4' + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/coreactivity/changelog.md, Match: ''1.4''' corgi-forms: QueryParameter: number: 1.0.0 @@ -14507,6 +14670,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/cross-upsell-popup-for-woocommerce/assets/css/popup.css?ver=1.0.0 confidence: 10 + crosswinds-blocks: + ChangeLog: + number: 1.0.2 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/crosswinds-blocks/changelog.md, Match: ''## + 1.0.2''' crosswordsearch: TranslationFile: number: 1.0.2 @@ -14762,6 +14932,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/ctc-flatbuttons/inc/aaist-style.css?ver=1.0.0 confidence: 10 + ctcl-floating-cart: + ComposerFile: + number: 0.1.0 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/ctcl-floating-cart/package.json, Match: + ''0.1.0''' ctr-widget: QueryParameter: number: '1.0' @@ -15055,6 +15232,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/custom-importer-exporter/languages/custom-importer-exporter.pot, Match: ''-Id-Version: Custom Importer & Exporter 1.0''' + custom-inquiry-form: + QueryParameter: + number: 1.1.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/custom-inquiry-form/public/css/custom-inquiry-form-public.css?ver=1.1.0 + - http://wp.lab/wp-content/plugins/custom-inquiry-form/public/js/custom-inquiry-form-public.js?ver=1.1.0 + confidence: 20 custom-javascript-editor: TranslationFile: number: '1.1' @@ -15243,6 +15428,13 @@ plugins: - http://wp.lab/wp-content/plugins/custom-testimonial-slider/css/custom-testimonial.css?ver=1.0 - http://wp.lab/wp-content/plugins/custom-testimonial-slider/js/custom-testimonial.js?ver=1.0 confidence: 20 + custom-text-formats: + QueryParameter: + number: '1.0' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/custom-text-formats/js/custom-text-format.js?ver=1.0 + confidence: 10 custom-toolbox: TranslationFile: number: '0.1' @@ -15764,6 +15956,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/deau-api/languages/deau-api-en_US.po, Match: ''roject-Id-Version: deAU API Plugin Pot v1.0.0''' + debrandify: + TranslationFile: + number: 1.1.1 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/debrandify/languages/dbrdify.pot, Match: + ''"Project-Id-Version: Debrandify 1.1.1''' debtcom-business-in-a-box: QueryParameter: number: 3.0.0 @@ -16360,6 +16559,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/digitalpush/languages/insert-headers-and-footers.pot, Match: ''"Project-Id-Version: DigitalPUSH 1.4.4''' + digiteal-payments: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/digiteal-payments/inc/frontend/css/digiteal-frontend.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/digiteal-payments/inc/frontend/js/digiteal-frontend.js?ver=1.0.0 + confidence: 20 diller-loyalty: TranslationFile: number: 2.0.12 @@ -16536,6 +16743,12 @@ plugins: - http://wp.lab/wp-content/plugins/disclaimer-popup/public/js/jquery.magnific-popup.min.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/disclaimer-popup/public/js/js.cookie.js?ver=1.0.0 confidence: 60 + TranslationFile: + number: 1.1.3 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/disclaimer-popup/assets/mb-settings-page/languages/default.pot, + Match: ''"Project-Id-Version: MB Settings Page 1.1.3''' discontinued-product-stock-status-woocommerce: TranslationFile: number: 1.0.0 @@ -16587,6 +16800,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/display-git-status/languages/display-git-status.pot, Match: ''-Id-Version: Display Display Git Status 1.0.1''' + display-post-reading-time: + ChangeLog: + number: '0.1' + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/display-post-reading-time/Changelog.txt, + Match: ''= 0.1''' display-post-types: QueryParameter: number: 1.0.0 @@ -16923,6 +17143,12 @@ plugins: - http://wp.lab/wp-content/plugins/dolphy/assets/js/core.min.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/dolphy/assets/js/front.min.js?ver=1.0.0 confidence: 40 + dominant-color-images: + MetaTag: + number: 1.0.0 + found_by: Meta Tag (Passive Detection) + interesting_entries: + - 'http://wp.lab/, Match: ''Dominant Color Images 1.0.0''' domyaccounting: TranslationFile: number: 1.0.0 @@ -16938,6 +17164,13 @@ plugins: - http://wp.lab/wp-content/plugins/donate-visa/assets/css/donate-visa-dvsmp.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/donate-visa/assets/js/donate-visa-dvsmp.js?ver=1.0.0 confidence: 20 + donation-or-tip-for-woocommerce: + QueryParameter: + number: '1.0' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/donation-or-tip-for-woocommerce/admin/js/dotfw-front.js?ver=1.0 + confidence: 10 donnaknows-job-offer: QueryParameter: number: 1.0.1 @@ -17189,6 +17422,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/drag-drop-featured-image-improved/languages/dragandropimproved.pot, Match: ''on: Drag & Drop Featured Image Improved 1.0''' + dragblock: + QueryParameter: + number: 23.11.19 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/dragblock/build/applications/editor-init/client/front/style-index.css?ver=23.11.19 + - http://wp.lab/wp-content/plugins/dragblock/build/applications/editor-init/client/front/index.js?ver=23.11.19 + confidence: 20 dragon-video: ChangeLog: number: 1.0.1 @@ -17303,6 +17544,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/dropdown-search-option-for-contact-form-7/asset/js/custom.js?ver=1.0 confidence: 10 + dropp-pay-per-use: + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/dropp-pay-per-use/changelog.txt, Match: + ''### 1.0.0''' dropp-pay-tipping: ChangeLog: number: 1.0.0 @@ -17457,6 +17705,15 @@ plugins: - http://wp.lab/wp-content/plugins/dustid-integration-kit/public/js/rmodal.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/dustid-integration-kit/public/js/dustid_integration_kit-public.js?ver=1.0.0 confidence: 40 + duzz-custom-portal: + QueryParameter: + number: 1.0.80 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/duzz-custom-portal//js/featherlight.js?ver=1.0.80 + - http://wp.lab/wp-content/plugins/duzz-custom-portal//js/custom_script.js?ver=1.0.80 + - http://wp.lab/wp-content/plugins/duzz-custom-portal//js/stripe.js?ver=1.0.80 + confidence: 30 dvk-conf: QueryParameter: number: 0.0.3 @@ -17719,6 +17976,16 @@ plugins: found_by: Comment (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''Easy Plugin for AdSense V8.7''' + easy-album-gallery: + QueryParameter: + number: 0.0.4 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/easy-album-gallery/assets/css/easy-album-gallery.css?ver=0.0.4 + - http://wp.lab/wp-content/plugins/easy-album-gallery/assets/css/flickity.css?ver=0.0.4 + - http://wp.lab/wp-content/plugins/easy-album-gallery/assets/js/flickity.pkgd.js?ver=0.0.4 + - http://wp.lab/wp-content/plugins/easy-album-gallery/assets/js/easy-album-gallery.js?ver=0.0.4 + confidence: 40 easy-announcements: QueryParameter: number: 0.1.5 @@ -19931,6 +20198,15 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/enter-title-here-changer/CHANGELOG.MD, Match: ''## [0.3.0]''' + entourance: + QueryParameter: + number: 1.7.28 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/entourance/assets/js/utils-map.js?ver=1.7.28 + - http://wp.lab/wp-content/plugins/entourance/assets/js/app.js?ver=1.7.28 + - http://wp.lab/wp-content/plugins/entourance/assets/js/map.js?ver=1.7.28 + confidence: 30 entry-views: TranslationFile: number: 1.0.0 @@ -21173,6 +21449,13 @@ plugins: - http://wp.lab/wp-content/plugins/exxp-wp/public/css/exxp_wp-public.css?ver=2.6.3 - http://wp.lab/wp-content/plugins/exxp-wp/public/js/exxp_wp-public.js?ver=2.6.3 confidence: 20 + ez-coming-soon: + TranslationFile: + number: 1.0.4 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/ez-coming-soon/languages/ez-coming-soon.pot, + Match: ''"Project-Id-Version: Easy Coming Soon 1.0.4''' ezdefi-woocommerce: TranslationFile: number: 1.0.0 @@ -22065,6 +22348,24 @@ plugins: - http://wp.lab/wp-content/plugins/filter-for-elementor/ef-style.css?ver=1.0.1 - http://wp.lab/wp-content/plugins/filter-for-elementor/ef-script.js?ver=1.0.1 confidence: 20 + filter-plus: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/filter-plus/assets/css/public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/filter-plus/assets/css/search-filter.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/filter-plus/assets/css/jquery.range.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/filter-plus/assets/js/jquery.tmpl.min.js?ver=1.0.0 + - http://wp.lab/wp-content/plugins/filter-plus/assets/js/search-filter.js?ver=1.0.0 + - http://wp.lab/wp-content/plugins/filter-plus/assets/js/jquery.range-min.js?ver=1.0.0 + confidence: 60 + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/filter-plus/languages/filter-plus.pot, Match: + ''"Project-Id-Version: Filter Plus 1.0.0''' filter-sorter: QueryParameter: number: 1.0.0 @@ -23953,6 +24254,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/garanti-bbva-virtual-pos-application-integration/lang/garanti-bbva-vpos-application-tr_TR.po, Match: ''"Entegrasyonu 1.0''' + garsoft-ehliyet-yas-hesaplama: + QueryParameter: + number: '1.0' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/garsoft-ehliyet-yas-hesaplama/assets/css/style.css?ver=1.0 + - http://wp.lab/wp-content/plugins/garsoft-ehliyet-yas-hesaplama/assets/js/main.js?ver=1.0 + confidence: 20 gastcoin-gateway: QueryParameter: number: 0.8.1 @@ -24258,6 +24567,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/genesis-variable-footer-widgets/CHANGELOG.md, Match: ''1.2.1''' + genie-image-ai: + TranslationFile: + number: 1.0.1 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/genie-image-ai/languages/genie-image-ai.pot, + Match: ''"Project-Id-Version: Genie Image AI 1.0.1''' genie-wp-matrimony: TranslationFile: number: '0.9' @@ -26023,6 +26339,12 @@ plugins: found_by: Change Log (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/groups-bbpress/changelog.txt, Match: ''1.0.0''' + grow-for-wp: + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/grow-for-wp/changelog.txt, Match: ''## 1.0.0''' grs-lnd-for-wp: QueryParameter: number: 0.1.2 @@ -26287,6 +26609,20 @@ plugins: - http://wp.lab/wp-content/plugins/gutenverse/assets/frontend/react-player/ReactPlayer.standalone.js?ver=1.0.2 - http://wp.lab/wp-content/plugins/gutenverse/assets/js/frontend.js?ver=1.0.2 confidence: 50 + gutenverse-form: + QueryParameter: + number: 0.5.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/gutenverse-form/assets/css/frontend.css?ver=0.5.1 + - http://wp.lab/wp-content/plugins/gutenverse-form/assets/js/frontend.js?ver=0.5.1 + confidence: 20 + TranslationFile: + number: 0.5.1 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/gutenverse-form/languages/gutenverse-form.pot, + Match: ''"Project-Id-Version: Gutenverse Form 0.5.1''' guto-toolkit: QueryParameter: number: 1.0.0 @@ -26810,6 +27146,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/hestia-nginx-cache/languages/hestia-nginx-cache.pot, Match: ''"Project-Id-Version: Hestia Nginx Cache 1.0.0''' + hex-coupon-for-woocommerce: + QueryParameter: + number: 1.0.8 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/hex-coupon-for-woocommerce/assets/dist/public/css/public.css?ver=1.0.8 + - http://wp.lab/wp-content/plugins/hex-coupon-for-woocommerce/assets/dist/public/js/public.js?ver=1.0.8 + confidence: 20 hey-notify: TranslationFile: number: 1.0.0 @@ -27504,6 +27848,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/hueman-addons/lang/en_US.po, Match: ''"Project-Id-Version: Hueman Addons v2.0.15''' + human-bmi-calculator: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/human-bmi-calculator/js/hbc-plugin.js?ver=1.0.0 + confidence: 10 humanstxt: TranslationFile: number: 1.2.9 @@ -28052,6 +28403,13 @@ plugins: - http://wp.lab/wp-content/plugins/image-compare-block/assets/js/image-compare-viewer.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/image-compare-block/assets/js/plugin.js?ver=1.0.0 confidence: 20 + image-gallery: + QueryParameter: + number: 1.0.8 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/image-gallery/js/jquery.main.js?ver=1.0.8 + confidence: 10 image-gallery-like-facebook: ChangeLog: number: '1.0' @@ -28501,6 +28859,14 @@ plugins: - http://wp.lab/wp-content/plugins/infinite-scroll-and-ajax-load-more/public/css/bliss-loadmore.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/infinite-scroll-and-ajax-load-more/public/js/bliss-infinite-loadmore.js?ver=1.0.0 confidence: 20 + infinite-scroll-product-for-woocommerce: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/infinite-scroll-product-for-woocommerce/public/css/infinite-scrolling-woo-public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/infinite-scroll-product-for-woocommerce/public/js/infinite-scrolling-woo-public.js?ver=1.0.0 + confidence: 20 infinitepay-woocommerce: ChangeLog: number: 1.0.0 @@ -29180,6 +29546,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/languages/3d-flip-book.pot, Match: ''"Project-Id-Version: 3D FlipBook 1.10.18''' + interactive-globes: + QueryParameter: + number: 1.0.4 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/interactive-globes/dist/assets/css/public/style.min.css?ver=1.0.4 + - http://wp.lab/wp-content/plugins/interactive-globes/dist/assets/vendor/public/globe.gl.min.js?ver=1.0.4 + confidence: 20 interactive-svg-map: QueryParameter: number: 1.0.0 @@ -30026,6 +30400,13 @@ plugins: found_by: Comment (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''JoeMobi (http://joemobi.com) v:2.10''' + joes-recent-users-activity: + ChangeLog: + number: '1.9' + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/joes-recent-users-activity/changelog.txt, + Match: ''1.9''' jokerz-joke-of-the-day: QueryParameter: number: '1.0' @@ -32490,6 +32871,14 @@ plugins: - http://wp.lab/wp-content/plugins/live-composer-page-builder/css/frontend/plugins.css?ver=1.3.9 - http://wp.lab/wp-content/plugins/live-composer-page-builder/js/frontend/plugins.js?ver=1.3.9 - http://wp.lab/wp-content/plugins/live-composer-page-builder/js/frontend/main.js?ver=1.3.9 + live-copy: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/live-copy/assets/css/style.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/live-copy/assets/js/script.js?ver=1.0.0 + confidence: 20 live-copy-paste: ChangeLog: number: 1.0.1 @@ -33354,6 +33743,19 @@ plugins: - http://wp.lab/wp-content/plugins/ltw-content-shortcodes/css/styles.css?ver=1.0.3 - http://wp.lab/wp-content/plugins/ltw-content-shortcodes/js/functions.js?ver=1.0.3 confidence: 20 + luciditi-age-assurance: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/luciditi-age-assurance/languages/luciditi-age-assurance.pot, + Match: ''ject-Id-Version: Luciditi Age Assurance 1.0.0''' + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/luciditi-age-assurance/changelog.txt, Match: + ''= 1.0.0''' lucidlms: QueryParameter: number: 1.0.5 @@ -34752,6 +35154,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/media2post/languages/media2post-nl.po, Match: ''"Project-Id-Version: media2post 1.0''' + mediacommander: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/mediacommander/assets/js/admin.js?ver=1.0.0 + confidence: 10 mediajel-tracker: QueryParameter: number: 1.1.3 @@ -36753,6 +37162,13 @@ plugins: - http://wp.lab/wp-content/plugins/multi-step-forms-free-for-elementor/public/css/multi-step-forms-free-public.css?ver=1.1.8 - http://wp.lab/wp-content/plugins/multi-step-forms-free-for-elementor/public/js/multi-step-forms-free-public.js?ver=1.1.8 confidence: 20 + multi-vendor-marketplace-b2b-for-wholesalex-dokan: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/multi-vendor-marketplace-b2b-for-wholesalex-dokan/languages/multi-vendor-marketplace-b2b-for-wholesalex-dokan.pot, + Match: ''or Marketplace B2B for WholesaleX Dokan 1.0.0''' multilanguage: QueryParameter: number: 1.2.8 @@ -36776,6 +37192,14 @@ plugins: - http://wp.lab/wp-content/plugins/multilingual-comments/public/css/multilingual-comments-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/multilingual-comments/public/js/multilingual-comments-public.js?ver=1.0.0 confidence: 20 + multimanager-wp: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/multimanager-wp/public/css/multi-manager-wp.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/multimanager-wp/public/js/multi-manager-wp-public.js?ver=1.0.0 + confidence: 20 multiple-cropped-images: ComposerFile: number: 1.0.0 @@ -36854,6 +37278,14 @@ plugins: - http://wp.lab/wp-content/plugins/multiupload-field-for-contact-form-7/js/dropzone.js?ver=1.0 - http://wp.lab/wp-content/plugins/multiupload-field-for-contact-form-7/js/cf7mu-multiupload-front.js?ver=1.0 confidence: 20 + music-pack-for-elementor: + QueryParameter: + number: '1.3' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/music-pack-for-elementor//css/mpack-front-style.css?ver=1.3 + - http://wp.lab/wp-content/plugins/music-pack-for-elementor//assets/lightbox2/js/lightbox.js?ver=1.3 + confidence: 20 music-press-pro: TranslationFile: number: '1.0' @@ -38041,6 +38473,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/newsletter-optin-box/languages/noptin.pot, Match: ''- Simple Newsletter Subscription Forms 1.0.5''' + newsletter-page-redirects: + QueryParameter: + number: 1.0.4 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/newsletter-page-redirects/public/css/ai-magic-public.css?ver=1.0.4 + - http://wp.lab/wp-content/plugins/newsletter-page-redirects/public/js/ai-magic-public.js?ver=1.0.4 + confidence: 20 newspack-newsletters: ChangeLog: number: 1.0.0 @@ -39258,6 +39698,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/omnibus/languages/omnibus.pot, Match: ''"Project-Id-Version: Omnibus 2.3.4''' + omniform: + ChangeLog: + number: 1.0.5 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/omniform/changelog.txt, Match: ''1.0.5''' omnishop: QueryParameter: number: 1.0.0 @@ -40084,6 +40530,21 @@ plugins: found_by: Change Log (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/outpace-seo/changelog.txt, Match: ''= 1.0.1''' + ovas-connector: + QueryParameter: + number: '1.1' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/ovas-connector/public/css/ovas-connect-public.css?ver=1.1 + - http://wp.lab/wp-content/plugins/ovas-connector/public/js/ovas-connect-public.js?ver=1.1 + confidence: 20 + overlapping-images-block: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/overlapping-images-block/build/style-index.css?ver=1.0.0 + confidence: 10 ovic-addon-toolkit: QueryParameter: number: 1.2.4 @@ -40417,6 +40878,13 @@ plugins: found_by: Change Log (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/pandavideo/changelog.txt, Match: ''= 1.0.6''' + pangu-js: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/pangu-js/js/pangu.min.js?ver=1.0.0 + confidence: 10 panopress: Comment: number: '1.3' @@ -40592,6 +41060,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/password-protected/CHANGELOG.md, Match: ''## [2.1] - 2017-07-27''' + passwordsentry: + TranslationFile: + number: 1.0.13 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/passwordsentry/languages/passwordsentry.pot, + Match: ''-Id-Version: Password Sentry WP Plugin v1.0.13''' past-events-extension: QueryParameter: number: 1.0.1 @@ -40880,6 +41355,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/paystar-easy-donations/lang/easy-donations-fa_IR.po, Match: ''"Project-Id-Version: Easy Donations 1.0''' + paytiko: + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/paytiko/changelog.txt, Match: ''version + 1.0.0''' paytium: QueryParameter: number: 2.0.6 @@ -41135,6 +41617,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/penguinet-gripeless/languages/penguinet-gripeless.pot, Match: ''sion: Gripeless - Encourage complaining 1.0.0''' + penny-black: + ComposerFile: + number: 1.2.3 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/penny-black/composer.json, Match: ''1.2.3''' pepperi-open-catalog: QueryParameter: number: 1.0.1 @@ -41195,6 +41683,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/perfectwpthemes-toolkit/languages/perfectwpthemes-toolkit.pot, Match: ''ect-Id-Version: Perfectwpthemes Toolkit 1.0.3''' + performant-translations: + MetaTag: + number: 1.0.7 + found_by: Meta Tag (Passive Detection) + interesting_entries: + - 'http://wp.lab/, Match: ''Performant Translations 1.0.7''' persian-quote-of-the-day-by-sokhanak: QueryParameter: number: '1.3' @@ -41271,6 +41765,15 @@ plugins: - http://wp.lab/wp-content/plugins/petje-af/public/css/petje-af.css?ver=2.0.6 - http://wp.lab/wp-content/plugins/petje-af/public/js/oauth2.js?ver=2.0.6 confidence: 20 + petmatchpro: + QueryParameter: + number: 3.3.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/petmatchpro/public/css/pet-match-pro-public.css?ver=3.3.1 + - http://wp.lab/wp-content/plugins/petmatchpro/public/css/pet-match-pro-styles.css?ver=3.3.1 + - http://wp.lab/wp-content/plugins/petmatchpro/public/js/pet-match-pro-public.js?ver=3.3.1 + confidence: 30 pgreca-chat: TranslationFile: number: '0.7' @@ -42506,6 +43009,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/post-deadlines/assets/script.js?ver=1.0.0 confidence: 10 + post-designer: + TranslationFile: + number: 1.0.1 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/post-designer/languages/post-designer.pot, + Match: ''"Project-Id-Version: Post Designer 1.0.1''' post-display: QueryParameter: number: 1.0.0 @@ -42883,6 +43393,13 @@ plugins: found_by: Translation File (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/postmatic/lang/Postmatic.pot, Match: ''"2.2.3''' + postr-for-nostr: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/postr-for-nostr/languages/postr-for-nostr.pot, + Match: ''"Project-Id-Version: Postr For Nostr 1.0.0''' posts: TranslationFile: number: '2.2' @@ -43613,6 +44130,14 @@ plugins: - http://wp.lab/wp-content/plugins/printedly/public/css/printedly-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/printedly/public/js/printedly-public.js?ver=1.0.0 confidence: 20 + prisjakt-feed: + QueryParameter: + number: 0.3.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/prisjakt-feed/assets/public/css/frontend.css?ver=0.3.0.1 + - http://wp.lab/wp-content/plugins/prisjakt-feed/assets/public/js/frontend.js?ver=0.3.0.1 + confidence: 20 prism-syntax-highlighter: QueryParameter: number: '1.0' @@ -44199,6 +44724,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/promociones-tap/languages/promociones-tap.pot, Match: ''"Project-Id-Version: TODO 1.0.0''' + promote-mobile-app-on-website: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/promote-mobile-app-on-website/public/css/promote-mobile-app-on-woocommerce-public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/promote-mobile-app-on-website/public/js/promote-mobile-app-on-woocommerce-public.js?ver=1.0.0 + confidence: 20 prompt-cash-monetize-your-blog-with-bitcoin-cash: QueryParameter: number: 1.0.9 @@ -44708,6 +45241,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/qbot-question-answer/css//style.css?ver=1.0 confidence: 10 + qform: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/qform/languages/qform-ru_RU.po, Match: ''roject-Id-Version: + Blank WordPress Pot v1.0.0''' qi-addons-for-elementor: TranslationFile: number: '1.0' @@ -44786,6 +45326,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/qode-essential-addons/languages/qode-essential-addons.pot, Match: ''oject-Id-Version: Qode Essential Addons 1.0''' + qomon: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/qomon/languages/qomon.pot, Match: ''"Project-Id-Version: + Qomon 1.0.0''' qoob: ComposerFile: number: 3.0.0 @@ -44918,6 +45465,13 @@ plugins: - http://wp.lab/wp-content/plugins/quentn-wp/public/js/quentn-wp-public.js?ver=1.0.5 - http://wp.lab/wp-content/plugins/quentn-wp/public/js/flipclock.min.js?ver=1.0.5 confidence: 30 + query-loop-post-selector: + ComposerFile: + number: 1.0.0 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/query-loop-post-selector/package.json, Match: + ''1.0.0''' questionscout: ComposerFile: number: 1.0.0 @@ -45360,6 +45914,13 @@ plugins: - http://wp.lab/wp-content/plugins/raopress-chat-firebase-chat-for-visitors/public/js/rcfv-widget.js?ver=1.1.0 - http://wp.lab/wp-content/plugins/raopress-chat-firebase-chat-for-visitors/public/js/rao-cookie.min.js?ver=1.1.0 confidence: 40 + raptive-creatorbot: + QueryParameter: + number: 1.0.15 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/raptive-creatorbot/public/css/raptive-chatbot-public.css?cb=1.0.15&ver=1.0.15 + confidence: 10 raratheme-companion: TranslationFile: number: 1.0.1 @@ -45547,6 +46108,14 @@ plugins: - http://wp.lab/wp-content/plugins/read-more-buddy/public/css/read_mb-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/read-more-buddy/public/js/read_mb-public.js?ver=1.0.0 confidence: 20 + read-more-wp: + QueryParameter: + number: 1.1.5 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/read-more-wp/public/css/read-more-wp-public.css?ver=1.1.5 + - http://wp.lab/wp-content/plugins/read-more-wp/public/js/read-more-wp-public.js?ver=1.1.5 + confidence: 20 read-offline: TranslationFile: number: 0.7.7 @@ -47125,6 +47694,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/revision-strike/CHANGELOG.md, Match: ''## [0.6.0]''' + revlifter: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/revlifter/public/css/revlifter-public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/revlifter/public/js/revlifter-public.js?ver=1.0.0 + confidence: 20 revslider: Comment: number: 4.6.5 @@ -47973,6 +48550,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/safelayout-cute-preloader/languages/safelayout-cute-preloader.pot, Match: ''t-Id-Version: Safelayout Cute Preloader 1.0''' + safelayout-elegant-icons: + TranslationFile: + number: 1.0.5 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/safelayout-elegant-icons/languages/safelayout-elegant-icons.pot, + Match: ''ct-Id-Version: Safelayout Elegant Icons 1.0.5''' safetag: QueryParameter: number: 1.0.2 @@ -48046,6 +48630,13 @@ plugins: - http://wp.lab/wp-content/plugins/sales-notifications-by-social-oracle/public/css/social-oracle-public.css?ver=1.0.1 - http://wp.lab/wp-content/plugins/sales-notifications-by-social-oracle/public/js/social-oracle-public.js?ver=1.0.1 confidence: 20 + sales-report-by-state-city-and-country: + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/sales-report-by-state-city-and-country/changelog.txt, + Match: ''version 1.0.0''' sales-suckers: TranslationFile: number: 1.0.0 @@ -48299,6 +48890,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/scand-osticket-connector/languages/scand-osticket-connector-ru_RU.po, Match: ''"Project-Id-Version: osTicket Connector 1.0.2''' + scanfully: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/scanfully/languages/scanfully.pot, Match: + ''"Project-Id-Version: Scanfully 1.0.0''' schedule-content-block: ComposerFile: number: 1.0.0 @@ -48948,6 +49546,14 @@ plugins: - http://wp.lab/wp-content/plugins/selfie/Selfie/Public/css/selfie.css?v=0.2.2&ver=4.9.1 - http://wp.lab/wp-content/plugins/selfie/Selfie/Public/js/selfie-fe.js?v=0.2.2&ver=4.9.1 confidence: 20 + sell-ads: + QueryParameter: + number: 1.5.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/sell-ads/css/style.css?ver=1.5.2 + - http://wp.lab/wp-content/plugins/sell-ads/js/script.js?ver=1.5.2 + confidence: 20 sell-digital-downloads: QueryParameter: number: 2.2.6 @@ -50060,6 +50666,14 @@ plugins: - http://wp.lab/wp-content/plugins/show-active-purchases-for-woocommerce/public/css/sap-for-woocommerce-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/show-active-purchases-for-woocommerce/public/js/sap-for-woocommerce-public.js?ver=1.0.0 confidence: 20 + show-current-width: + QueryParameter: + number: 1.2.3 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/show-current-width/assets/show-current-width.min.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/show-current-width/assets/show-current-width.min.js?ver=1.2.3 + confidence: 20 show-external-links: QueryParameter: number: 1.0.1 @@ -51526,6 +52140,20 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/site-icon-extended/changelog.txt, Match: ''= 0.2.6''' + site-mode: + QueryParameter: + number: 1.0.7 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/site-mode/public/css/site-mode-public.css?ver=1.0.7 + - http://wp.lab/wp-content/plugins/site-mode/public/js/site-mode-public.js?ver=1.0.7 + - http://wp.lab/wp-content/plugins/site-mode/blocks/site-mode-countdown/src/sm-countdown-frontend.js?ver=1.0.7 + confidence: 30 + ComposerFile: + number: 1.0.7 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/site-mode/package.json, Match: ''1.0.7''' site-reviews: QueryParameter: number: 2.9.1 @@ -51739,6 +52367,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/sky-login-redirect/changelog.txt, Match: ''= 3.6.0''' + ComposerFile: + number: 3.7.4 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/sky-login-redirect/composer.json, Match: + ''3.7.4''' skyboot-portfolio-gallery: QueryParameter: number: '1.0' @@ -54657,6 +55291,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/stunning-post-grids-addon-elementor//assets/css/styles.min.css?ver=1.0.1 confidence: 10 + styble: + QueryParameter: + number: 1.1.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/styble/assets/js/scripts.min.js?ver=1.1.1 + confidence: 10 style-manager: TranslationFile: number: 1.0.0 @@ -54739,6 +55380,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/stylish-price-list/changelog.txt, Match: ''= 5.3''' + stylish-real-estate-leads: + ChangeLog: + number: 1.0.3 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/stylish-real-estate-leads/changelog.txt, + Match: ''= 1.0.3''' sublimetheme-advanced-addons-for-elementor: TranslationFile: number: 1.0.1 @@ -55135,6 +55783,13 @@ plugins: found_by: Composer File (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/support-monitor/package.json, Match: ''1.0.1''' + support-svg: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/support-svg/i18n/support-svg.pot, Match: + ''"Project-Id-Version: Support SVG 1.0.0''' supportbubble: QueryParameter: number: 1.1.1 @@ -55545,6 +56200,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/tab-my-content/changelog.txt, Match: ''= 1.0.0''' + tabbed-contents: + QueryParameter: + number: 1.0.3 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/tabbed-contents/dist/style.css?ver=1.0.3 + - http://wp.lab/wp-content/plugins/tabbed-contents/dist/script.js?ver=1.0.3 + confidence: 20 tabify-edit-screen: TranslationFile: number: 0.9.7 @@ -56356,6 +57019,13 @@ plugins: - http://wp.lab/wp-content/plugins/terrys-commentary/default.css?ver=1.0 - http://wp.lab/wp-content/plugins/terrys-commentary/tooltip.js?ver=1.0 confidence: 20 + test-reports: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/test-reports/languages/test-reports.pot, + Match: ''"Project-Id-Version: Test Reports 1.0.0''' testimonial-basics: ChangeLog: number: 4.4.8 @@ -56881,7 +57551,8 @@ plugins: - http://wp.lab/wp-content/plugins/themify-builder/themify/css/themify.common.min.css?ver=4.1.3 - http://wp.lab/wp-content/plugins/themify-builder/themify/css/base.min.css?ver=4.1.3 - http://wp.lab/wp-content/plugins/themify-builder/css/modules/parallax.min.css?ver=4.1.3 - confidence: 50 + - http://wp.lab/wp-content/plugins/themify-builder/themify/js/main.js?ver=4.1.3 + confidence: 60 MetaTag: number: 4.5.2 found_by: Meta Tag (Passive Detection) @@ -57046,7 +57717,9 @@ plugins: - http://wp.lab/wp-content/plugins/tickera-event-ticketing-system/css/select2.min.css?ver=3.2.7.8 - http://wp.lab/wp-content/plugins/tickera-event-ticketing-system/css/elementor-sc-popup.css?ver=3.2.7.8 - http://wp.lab/wp-content/plugins/tickera-event-ticketing-system/js/custom.js?ver=3.2.7.8 - confidence: 70 + - http://wp.lab/wp-content/plugins/tickera-event-ticketing-system/css/builders/elementor-sc-popup.css?ver=3.2.7.8 + - http://wp.lab/wp-content/plugins/tickera-event-ticketing-system/includes/addons/gutenberg/assets/blocks.css?ver=3.2.7.8 + confidence: 90 ChangeLog: number: 3.3.2 found_by: Change Log (Aggressive Detection) @@ -57235,6 +57908,13 @@ plugins: found_by: Meta Tag (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''3.37''' + tiny-ai-assistant: + TranslationFile: + number: '1.1' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/tiny-ai-assistant/languages/tiny-ai-assistant.pot, + Match: ''"Project-Id-Version: Tiny AI Assistant 1.1''' tiny-bar: QueryParameter: number: '1.0' @@ -57739,6 +58419,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/tour-operator-vehicles/changelog.txt, Match: ''## 1.0.4''' + toys-for-playground: + ChangeLog: + number: 1.1.9 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/toys-for-playground/changelog.txt, Match: + ''= 1.1.9''' tp-chat-lite: TranslationFile: number: 1.0.0 @@ -58132,6 +58819,27 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/tripandfly-search-widget/languages/tripandfly-search-ru_RU.po, Match: ''ct-Id-Version: Tripandfly Search Widget 1.0.0''' + tripzzy: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/tripzzy/assets/styles/fontawesome/css/all.min.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/tripzzy/assets/styles/glightbox/glightbox.min.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/tripzzy/assets/dist/trips.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/tripzzy/assets/styles/swiper/swiper.min.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/tripzzy/assets/dist/multi-select-dropdown.js?ver=1.0.1 + - http://wp.lab/wp-content/plugins/tripzzy/assets/js/smooth-scroll/smooth-scroll.min.js?ver=1.0.1 + - http://wp.lab/wp-content/plugins/tripzzy/assets/js/glightbox/glightbox.min.js?ver=1.0.1 + - http://wp.lab/wp-content/plugins/tripzzy/assets/dist/trips.js?ver=1.0.1 + - http://wp.lab/wp-content/plugins/tripzzy/assets/js/swiper/swiper.min.js?ver=1.0.1 + confidence: 90 + TranslationFile: + number: 1.0.1 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/tripzzy/languages/tripzzy.pot, Match: ''"Project-Id-Version: + Tripzzy 1.0.1''' trivia-adapter-pack: ComposerFile: number: 1.0.0 @@ -59156,6 +59864,13 @@ plugins: - http://wp.lab/wp-content/plugins/ultimate-social-media-icons/css/sfsi-style.css?ver=2.7.5 - http://wp.lab/wp-content/plugins/ultimate-social-media-icons/js/custom.js?ver=2.7.5 confidence: 20 + ultimate-social-share-buttons: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/ultimate-social-share-buttons/css/ssb-view.css?ver=1.0.0 + confidence: 10 ultimate-sticky-popup-widgets: QueryParameter: number: 1.0.0 @@ -59428,6 +60143,18 @@ plugins: found_by: Composer File (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/uniconsent-cmp/composer.json, Match: ''1.1.1''' + unified: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/unified/languages/unified.pot, Match: ''"Project-Id-Version: + Unified 1.0.0''' + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/unified/changelog.txt, Match: ''= 1.0.0''' uniforms: QueryParameter: number: 1.0.0 @@ -59780,6 +60507,13 @@ plugins: - http://wp.lab/wp-content/plugins/url-shortify/lite/dist/styles/url-shortify.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/url-shortify/lite/dist/scripts/url-shortify.js?ver=1.0.0 confidence: 20 + urlslab: + QueryParameter: + number: 2.112.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/urlslab/public/build/js/urlslab-lazyload.js?ver=2.112.1 + confidence: 10 urvanov-syntax-highlighter: QueryParameter: number: 2.8.5 @@ -60323,7 +61057,8 @@ plugins: found_by: Query Parameter (Passive Detection) interesting_entries: - http://wp.lab/wp-content/plugins/venomaps/include/css/venomaps.min.css?ver=1.0.2 - confidence: 10 + - http://wp.lab/wp-content/plugins/venomaps/include/css/venomaps-bundle.min.css?ver=1.0.2 + confidence: 20 verbalize-wp: QueryParameter: number: '1.0' @@ -60972,6 +61707,20 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/visitors-feedback/languages/custom-html.pot, Match: ''"Project-Id-Version: Visitor Feedback 1.0.0''' + visma-pay-embedded-card-payment-gateway: + TranslationFile: + number: 1.1.2 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/visma-pay-embedded-card-payment-gateway/languages/visma-pay-embedded-card-payment-gateway.pot, + Match: ''Visma Pay Embedded Card Payment Gateway 1.1.2''' + visma-pay-payment-gateway: + TranslationFile: + number: 1.1.2 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/visma-pay-payment-gateway/languages/visma-pay-payment-gateway.pot, + Match: ''t-Id-Version: Visma Pay Payment Gateway 1.1.2''' visual-football-formation-ve: QueryParameter: number: '1.05' @@ -61692,6 +62441,24 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/wc-download-products-from-aws-s3/languages/wc-download-products-from-aws-s3.pot, Match: ''rsion: WC Download Products from AWS S3 1.0.0''' + wc-easy-quick-view: + QueryParameter: + number: 1.1.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/wc-easy-quick-view/public/css/slick.min.css?ver=1.1.0 + - http://wp.lab/wp-content/plugins/wc-easy-quick-view/public/css/easy-woocommerce-quick-view-public-magnific.css?ver=1.1.0 + - http://wp.lab/wp-content/plugins/wc-easy-quick-view/public/css/easy-woocommerce-quick-view-public.css?ver=1.1.0 + - http://wp.lab/wp-content/plugins/wc-easy-quick-view/public/js/easy-woocommerce-quick-view-public-slick.min.js?ver=1.1.0 + - http://wp.lab/wp-content/plugins/wc-easy-quick-view/public/js/easy-woocommerce-quick-view-public-magnific.js?ver=1.1.0 + - http://wp.lab/wp-content/plugins/wc-easy-quick-view/public/js/easy-woocommerce-quick-view-public.js?ver=1.1.0 + confidence: 60 + ChangeLog: + number: 1.1.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/wc-easy-quick-view/changelog.txt, Match: + ''= 1.1.0''' wc-easynote: QueryParameter: number: 1.0.0 @@ -61722,6 +62489,13 @@ plugins: - http://wp.lab/wp-content/plugins/wc-expire-products/public/css/wc-expired-products-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/wc-expire-products/public/js/wc-expired-products-public.js?ver=1.0.0 confidence: 20 + wc-fastpaynow-by-fave: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/wc-fastpaynow-by-fave/assets/css/style.min.css?ver=1.0.1 + confidence: 10 wc-firebase-analytics: ChangeLog: number: 0.2.7 @@ -61765,6 +62539,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/wc-hide-shipping-methods-except-pont/languages/wc-hide-shipping-methods-ex-pont-hu_HU.po, Match: ''"Project-Id-Version: 1.0''' + wc-iikocloud: + ChangeLog: + number: 2.4.7 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/wc-iikocloud/changelog.txt, Match: ''= 2.4.7''' wc-improved-guest-checkout: QueryParameter: number: '1.0' @@ -62061,6 +62841,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/wc-slider/assets/owlcarousel/owl.carousel.js?ver=1.0.1 confidence: 10 + wc-solana-pay: + TranslationFile: + number: 2.2.3 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/wc-solana-pay/languages/wc-solana-pay.pot, + Match: ''"Project-Id-Version: WC Solana Pay 2.2.3''' wc-spoddano: ChangeLog: number: 1.0.0 @@ -62099,6 +62886,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/wc-theme-integration/changelog.md, Match: ''## 1.2.4''' + wc-ticket-manager: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/wc-ticket-manager/languages/wc-ticket-manager.pot, + Match: ''-Id-Version: WooCommerce Ticket Manager 1.0.0''' wc-tracktum: TranslationFile: number: '1.0' @@ -63198,6 +63992,17 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/widget-for-eventbrite-api/frontend/css/frontend.css?ver=1.5 - http://wp.lab/wp-content/plugins/widget-for-eventbrite-api/frontend/js/frontend.js?ver=1.5 + widget-for-opio-reviews: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/widget-for-opio-reviews/assets/css/admin-main.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/widget-for-opio-reviews/assets/css/public-main.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/widget-for-opio-reviews/assets/css/public-feed.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/widget-for-opio-reviews/assets/js/opio-main.js?ver=1.0.0 + - http://wp.lab/wp-content/plugins/widget-for-opio-reviews/assets/js/moment.min.js?ver=1.0.0 + confidence: 50 widget-github-profile: QueryParameter: number: 1.0.0 @@ -63549,6 +64354,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/wonder-cache/languages/wonder-cache.pot, Match: ''"Project-Id-Version: Wonder Cache 0.1.0''' + wonderful-payments-for-woocommerce: + ChangeLog: + number: 0.4.2 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/wonderful-payments-for-woocommerce/changelog.txt, + Match: ''version 0.4.2''' wonderm00ns-simple-facebook-open-graph-tags: Comment: number: 2.1.5 @@ -65335,7 +66147,27 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/woocommerce-products-filter/css/front.css?ver=1.2.3 - http://wp.lab/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen.min.css?ver=1.2.3 - confidence: 20 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/by_author/css/by_author.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/by_instock/css/by_instock.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/by_onsales/css/by_onsales.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/by_text/assets/css/front.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/label/css/html_types/label.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/select_radio_check/css/html_types/select_radio_check.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/smart_designer/css/elements/checkbox.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/smart_designer/css/elements/radio.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/smart_designer/css/elements/switcher.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/smart_designer/css/elements/color.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/smart_designer/css/tooltip.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/smart_designer/css/front.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/css/switcher.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/by_text/assets/js/husky.js?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/sections/css/sections.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/front_builder/css/front-builder.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/slideout/css/jquery.tabSlideOut.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/slideout/css/slideout.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/slideout/js/jquery.tabSlideOut.js?ver=1.2.3 + - http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/slideout/js/slideout.js?ver=1.2.3 + confidence: 100 woocommerce-quantity-increment: TranslationFile: number: 1.1.0 @@ -66340,6 +67172,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/wp-basic-authentication/languages/wp-basic-authentication.pot, Match: ''ect-Id-Version: WP Basic Authentication 1.0.0''' + wp-before-after-image-slider: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/wp-before-after-image-slider/assets/common/css/image-picker.css?ver=1.0.0 + confidence: 10 wp-before-after-slider: TranslationFile: number: 1.0.0 @@ -66684,6 +67523,13 @@ plugins: found_by: Meta Tag (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''WP Club Manager 1.5.10''' + wp-code-checker: + QueryParameter: + number: '1.4' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/wp-code-checker/assets/css/wcchecker-core.css?ver=1.4 + confidence: 10 wp-code-highlightjs: QueryParameter: number: 0.6.2 @@ -71501,6 +72347,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/wpc-ajax-search/languages/wpc-ajax-search.pot, Match: ''"Project-Id-Version: WPC AJAX Search 1.0.0''' + wpc-attribute-groups: + TranslationFile: + number: 1.0.3 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/wpc-attribute-groups/languages/wpc-attribute-groups.pot, + Match: ''Smart Attribute Groups for WooCommerce 1.0.3''' wpc-badge-management: TranslationFile: number: 1.2.3 @@ -72492,6 +73345,14 @@ plugins: - http://wp.lab/wp-content/plugins/wps-team/assets/js/script.min.js?ver=1.3 - http://wp.lab/wp-content/plugins/wps-team/assets/libs/isotope/isotope.min.js?ver=1.3 confidence: 60 + wpsection: + QueryParameter: + number: 1.2.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/wpsection/theme/assets/css/style.css?ver=1.2.2 + - http://wp.lab/wp-content/plugins/wpsection/theme/assets/js/script.js?ver=1.2.2 + confidence: 20 wpshop: QueryParameter: number: 1.6.0 @@ -73155,6 +74016,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/x-currency/languages/x-currency.pot, Match: ''"Project-Id-Version: X-Currency 1.0.0''' + x3p0-breadcrumbs: + ChangeLog: + number: 1.0.1 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/x3p0-breadcrumbs/CHANGELOG.md, Match: ''## + [1.0.1]''' x3p0-legacy-widget: ChangeLog: number: 1.0.0 @@ -73269,6 +74137,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/xpro-elementor-addons/language/xpro-elementor-addons.pot, Match: ''oject-Id-Version: Xpro Elementor Addons 1.0.7''' + ChangeLog: + number: 1.4.1 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/xpro-elementor-addons/changelog.txt, Match: + ''1.4.1''' xpro-theme-builder: TranslationFile: number: 1.0.5 @@ -73395,6 +74269,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/yapsody-events-calendar/includes/langs/yapsody-events-calendar-it_IT.po, Match: ''ct-Id-Version: Yapsody Events Calendar v1.0''' + yas-counter-for-elementor: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/yas-counter-for-elementor/css/yashf-style.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/yas-counter-for-elementor/js/yashf-script.js?ver=1.0.0 + confidence: 20 yasothon-blocks: ComposerFile: number: 1.0.0 diff --git a/spec/fixtures/dynamic_finders/plugin_version/access-guard/translation_file/languages/access-guard.pot b/spec/fixtures/dynamic_finders/plugin_version/access-guard/translation_file/languages/access-guard.pot new file mode 100644 index 000000000..50c356a62 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/access-guard/translation_file/languages/access-guard.pot @@ -0,0 +1,75 @@ +# Copyright (C) 2023 Neeb Plugins +# This file is distributed under the GPL-2.0+. +msgid "" +msgstr "" +"Project-Id-Version: Access Guard 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/access-guard\n" +"Last-Translator: FULL NAME \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: 2023-07-13T19:05:53+05:30\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.8.1\n" + +#. Plugin Name of the plugin +#: access-guard.php:44 +#: access-guard.php:45 +#: access-guard.php:56 +#: access-guard.php:243 +#: access-guard.php:250 +msgid "Access Guard" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://neebplugins.com/access-guard" +msgstr "" + +#. Description of the plugin +msgid "Enhance access protection, control user permissions, and provide IP banning functionality." +msgstr "" + +#. Author of the plugin +msgid "Neeb Plugins" +msgstr "" + +#. Author URI of the plugin +msgid "https://neebplugins.com" +msgstr "" + +#: access-guard.php:57 +msgid "Configure access protection settings here." +msgstr "" + +#: access-guard.php:78 +msgid "Access Protection Settings" +msgstr "" + +#: access-guard.php:85 +msgid "IP Block List" +msgstr "" + +#: access-guard.php:93 +msgid "Custom Ban Messages" +msgstr "" + +#: access-guard.php:101 +msgid "Access Control Rules" +msgstr "" + +#: access-guard.php:109 +msgid "

Configure the access protection settings below:

" +msgstr "" + +#: access-guard.php:115 +msgid "

Enter the IP addresses or ranges to block, one per line.

" +msgstr "" + +#: access-guard.php:121 +msgid "

Enter the custom ban message to display to blocked users.

" +msgstr "" + +#: access-guard.php:209 +msgid "This content is restricted. Please contact the administrator for access." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/ai-contact-form/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/ai-contact-form/change_log/changelog.txt new file mode 100644 index 000000000..3b0e7e384 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/ai-contact-form/change_log/changelog.txt @@ -0,0 +1,7 @@ +== Changelog == + += 1.0.0 - 11-22-2023 +* Initial Release. + += 1.0.1 - 11-23-2023 +* Fix - Broken Url Links. diff --git a/spec/fixtures/dynamic_finders/plugin_version/beyond-identity-passwordless/change_log/CHANGELOG.md b/spec/fixtures/dynamic_finders/plugin_version/beyond-identity-passwordless/change_log/CHANGELOG.md new file mode 100644 index 000000000..2199b3516 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/beyond-identity-passwordless/change_log/CHANGELOG.md @@ -0,0 +1,47 @@ +# Beyond Identity Changelog + +## [1.0.0] - 2023-04-03 + +- Initial release of the Beyond Identity Passwordless Authentication plugin. + +- Adds the ability to generate a Beyond Identity Universal Passkey that is sent to the users email address or directly created when the user is logged in. +- Adds a customizable shortcodes to generate passkeys. +- Adds a Beyond Identity settings page to configure the Beyond Identity account. +- Adds a Beyond Identity users filter to the admin users page to display users who have a Beyond Identity ID. + +- Integrates with the WordPress login flow and provides a fallback option for users who prefer to log in with a password. + +- Uses OpenID Connect (OIDC) protocol for authentication, based on the OpenID Connect Generic Client v3.9.1 licensed under GPLv2 or later. + +- Licensed under the GNU General Public License (GPL) version 2 or later, consistent with OpenID Connect Generic Client plugin. + +- Removes the following OpenID Connect Generic Client files as they are not necessary for the Beyond Identity Passwordless Authentication plugin and helps to reduce the plugin size and complexity: + + - CHANGELOG.md + - readme.txt + - docker-compose.yml + - docker-compose.wp-env.yml + - openid-connect-generic-settings-page.php + +- Removes the OpenID Connect Generic Client settings page as all values can be configured from the Beyond Identity settings page. +- Removes the OpenID Connect Generic Client button from the WordPress login page. +- Removes the OpenID Connect Generic Client upgrade. +- Removes the OpenID Connect Generic Client cron jobs. +- Removes the OpenID Connect Generic Client Activation and Deactivation hooks. +- Removes the OpenID_Connect_Generic_Option_Logger. + +- Modifies the OpenID Connect Generic Client shortcode default button_text from "Login with OpenID Connect" to "Log in Passwordless" to reflect the passwordless authentication option. +- Modifies the OpenID Connect Generic Client shortcode to allow customized redirect_to. +- Modifies OpenID_Connect_Generic class to remove the OpenID_Connect_Generic_Settings_Page class. +- Modifies OpenID_Connect_Generic bootstrap() to use Beyond Identity values set in the Beyond Identity settings page for the OpenID_Connect_Generic_Option_Settings class initalization. +- Modifies OpenID_Connect_Generic login button shortcode with button color, text color and border color attributes. +- Modified OpenID_Connect_Generic_Client_Wrapper to not redirect back to origin page. This may cause an infinite loop when generating passkeys. Instead, the forms dictate the redirect_to parameter. +- Modified OpenID_Connect_Generic_Client_Wrapper to use the user's email for display_name and nickname. +- Modified OpenID_Connect_Generic_Option_Settings set values as the default_settings. + +- Rename OpenID_Connect_Generic login button shortcode to beyond_identity_login_button +- Rename OpenID_Connect_Generic authentication URL shortcode to beyond_identity_auth_url. + +- Prefix all OpenID_Connect with BYNDID to address Wordpress plugin review. +- Rename filters with beyond-identity-passwordless +- Rename text domain to beyond-identity-passwordless diff --git a/spec/fixtures/dynamic_finders/plugin_version/bit-social/translation_file/languages/bit-social.pot b/spec/fixtures/dynamic_finders/plugin_version/bit-social/translation_file/languages/bit-social.pot new file mode 100644 index 000000000..ba1367107 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/bit-social/translation_file/languages/bit-social.pot @@ -0,0 +1,55 @@ +# Copyright (C) 2023 Bit Apps +# This file is distributed under the gpl2+. +msgid "" +msgstr "" +"Project-Id-Version: Bit Social (Beta) 0.1.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bit-social\n" +"Last-Translator: developer@bitapps.pro\n" +"Language-Team: support@bitapps.pro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2023-10-11T04:58:50+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.7.1\n" +"X-Domain: bit-social\n" + +#. Plugin Name of the plugin +msgid "Bit Social (Beta)" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://bitapps.pro/bit-social" +msgstr "" + +#. Description of the plugin +msgid "Integrates with other platform" +msgstr "" + +#. Author of the plugin +msgid "Bit Apps" +msgstr "" + +#. Author URI of the plugin +msgid "https://bitapps.pro" +msgstr "" + +#: backend/app/Config.php:172 +msgid "Settings" +msgstr "" + +#: backend/app/Config.php:176 +msgid "Help" +msgstr "" + +#: backend/app/Config.php:209 +msgid "Bit Social - Your social of automation's" +msgstr "" + +#: backend/app/Config.php:210 +msgid "Bit Social" +msgstr "" + +#: backend/app/HTTP/Services/Schedule/CustomSchdule.php:65 +msgid "Every " +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/boomerang/translation_file/languages/boomerang.pot b/spec/fixtures/dynamic_finders/plugin_version/boomerang/translation_file/languages/boomerang.pot new file mode 100644 index 000000000..9e361d130 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/boomerang/translation_file/languages/boomerang.pot @@ -0,0 +1,479 @@ +# Copyright (C) 2023 Ben Roberts +# This file is distributed under the GPL v2 or later. +msgid "" +msgstr "" +"Project-Id-Version: Boomerang - Feature Request Platform 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/boomerang\n" +"Last-Translator: FULL NAME \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: 2023-11-17T12:28:20+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.6.0\n" +"X-Domain: boomerang\n" + +#. Plugin Name of the plugin +msgid "Boomerang - Feature Request Platform" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://www.bouncingsprout.com/" +msgstr "" + +#. Description of the plugin +msgid "A slick, modern feature request platform for WordPress." +msgstr "" + +#. Author of the plugin +msgid "Ben Roberts" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:140 +msgid "Disable Google Fonts" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:141 +msgid "We use Google Icons inside Boomerang. These icons are locally hosted and are therefore GDPR compliant. However, if you would like to disable these, click the button." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:149 +msgid "Disable Boomerang's Own Styles" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:150 +msgid "Boomerang has a set of default styles. To disable these, and use your theme's native styles, click this." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:174 +msgid "Board Settings" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:198 +msgid "Label For Title Input" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:204 +msgid "Label For Content Input" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:210 +msgid "Label For Tags Input" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:216 +msgid "Label For Submit Button" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:231 +msgid "Admin Email" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:232 +msgid "Enter an email address to send notifications when Boomerangs are created." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:240 +msgid "Send New Boomerang Notification" +msgstr "" + +#. translators: %s: ID of the current board +#: admin/inc/classes/class-boomerang-admin.php:262 +msgid "Shortcode: [boomerang board=\"%s\"]" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:271 +msgid "Require Approval" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:272 +msgid "If turned on, new Boomerangs will be given the status of pending, and will need to be approved before publication." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:280 +msgid "Enable Comments" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:281 +msgid "This allows users to comment on individual Boomerangs." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:286 +msgid "Enable Tags" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:287 +msgid "Tags are a convenient way of grouping Boomerangs." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:292 +msgid "Enable Statuses" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:293 +msgid "Statuses may be helpful for organising Boomerang priority." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:298 +msgid "Enable Votes" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:299 +msgid "This allows users to vote on individual Boomerangs." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:304 +msgid "Enable Downvoting" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:305 +msgid "Downvoting allows users to register disapproval for a Boomerang rather than simply a neutral opinion." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:313 +msgid "Show Board Title" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:314 +msgid "Show the board title in the archive view. If using as a shortcode, you may create your own heading instead." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:323 +msgid "Enable Featured Image" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:324 +msgid "This allows users to upload a picture that helps represent a Boomerang." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:332 +msgid "Show Published Date" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:333 +msgid "This displays the date the Boomerang was created." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:338 +msgid "Show Friendly Dates" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:339 +msgid "Shows the publication date in a friendly way." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:344 +msgid "Show Author" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:345 +msgid "This displays the details of the user who created the Boomerangs." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:350 +msgid "Show Author's Avatar" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:351 +msgid "Shows the profile picture of the author next to the author's username." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:360 +msgid "Show Filters" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:361 +msgid "Show a set of filters on a board directory to assist users to find Boomerangs." +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:371 +msgid "Container Width" +msgstr "" + +#: admin/inc/classes/class-boomerang-admin.php:372 +msgid "Use this to match the width of Boomerang content with that of your theme." +msgstr "" + +#: inc/boomerang-templates.php:147 +msgid "Sort by" +msgstr "" + +#: inc/boomerang-templates.php:153 +msgid "Latest" +msgstr "" + +#: inc/boomerang-templates.php:154 +msgid "Popular" +msgstr "" + +#: inc/boomerang-templates.php:155 +msgid "Created by me" +msgstr "" + +#: inc/boomerang-templates.php:156 +msgid "Voted on by me" +msgstr "" + +#: inc/boomerang-templates.php:162 +#: inc/boomerang-templates.php:542 +#: inc/classes/class-boomerang-cpt-helper.php:37 +msgid "Status" +msgstr "" + +#: inc/boomerang-templates.php:182 +msgid "tags" +msgstr "" + +#: inc/boomerang-templates.php:203 +msgid "Search" +msgstr "" + +#. translators: time +#: inc/boomerang-templates.php:361 +#: inc/boomerang-templates.php:639 +msgid "%s ago" +msgstr "" + +#. translators: %s: Publish date. +#: inc/boomerang-templates.php:367 +#: inc/boomerang-templates.php:645 +msgid "Published %s" +msgstr "" + +#. translators: %s: Publish date. +#: inc/boomerang-templates.php:412 +msgid "Comments: %d" +msgstr "" + +#: inc/boomerang-templates.php:512 +msgid "Select Status" +msgstr "" + +#: inc/boomerang-templates.php:529 +msgid "Admin" +msgstr "" + +#: inc/boomerang-templates.php:553 +msgid "Submit" +msgstr "" + +#: inc/boomerang-templates.php:561 +msgid "To change statuses, enable them under Board Settings" +msgstr "" + +#: inc/boomerang-templates.php:568 +msgid "Actions" +msgstr "" + +#: inc/boomerang-templates.php:573 +#: inc/classes/class-boomerang-cpt-helper.php:129 +#: inc/classes/class-boomerang-cpt-helper.php:199 +msgid "Edit" +msgstr "" + +#: inc/boomerang-templates.php:580 +msgid "Delete" +msgstr "" + +#. translators: Placeholder %s is the plural label of the boomerang 'status' taxonomy. +#. translators: Placeholder %s is the singular label of the boomerang post type. +#. translators: Placeholder %s is the singular label of the boomerang board post type. +#: inc/classes/class-boomerang-cpt-helper.php:40 +#: inc/classes/class-boomerang-cpt-helper.php:80 +#: inc/classes/class-boomerang-cpt-helper.php:139 +#: inc/classes/class-boomerang-cpt-helper.php:209 +msgid "Search %s" +msgstr "" + +#. translators: Placeholder %s is the plural label of the boomerang 'status' taxonomy. +#. translators: Placeholder %s is the plural label of the boomerang post type. +#. translators: Placeholder %s is the plural label of the boomerang board post type. +#: inc/classes/class-boomerang-cpt-helper.php:42 +#: inc/classes/class-boomerang-cpt-helper.php:82 +#: inc/classes/class-boomerang-cpt-helper.php:125 +#: inc/classes/class-boomerang-cpt-helper.php:195 +msgid "All %s" +msgstr "" + +#. translators: Placeholder %s is the singular label of the boomerang 'status' taxonomy. +#. translators: Placeholder %s is the singular label of the boomerang post type. +#. translators: Placeholder %s is the singular label of the boomerang board post type. +#: inc/classes/class-boomerang-cpt-helper.php:44 +#: inc/classes/class-boomerang-cpt-helper.php:84 +#: inc/classes/class-boomerang-cpt-helper.php:145 +#: inc/classes/class-boomerang-cpt-helper.php:215 +msgid "Parent %s" +msgstr "" + +#. translators: Placeholder %s is the singular label of the boomerang 'status' taxonomy. +#: inc/classes/class-boomerang-cpt-helper.php:46 +#: inc/classes/class-boomerang-cpt-helper.php:86 +msgid "Parent %s:" +msgstr "" + +#. translators: Placeholder %s is the singular label of the boomerang 'status' taxonomy. +#. translators: Placeholder %s is the singular label of the boomerang post type. +#. translators: Placeholder %s is the singular label of the boomerang board post type. +#: inc/classes/class-boomerang-cpt-helper.php:48 +#: inc/classes/class-boomerang-cpt-helper.php:88 +#: inc/classes/class-boomerang-cpt-helper.php:131 +#: inc/classes/class-boomerang-cpt-helper.php:201 +msgid "Edit %s" +msgstr "" + +#. translators: Placeholder %s is the singular label of the boomerang 'status' taxonomy. +#: inc/classes/class-boomerang-cpt-helper.php:50 +#: inc/classes/class-boomerang-cpt-helper.php:90 +msgid "Update %s" +msgstr "" + +#. translators: Placeholder %s is the singular label of the boomerang 'status' taxonomy. +#: inc/classes/class-boomerang-cpt-helper.php:52 +#: inc/classes/class-boomerang-cpt-helper.php:92 +msgid "Add New %s" +msgstr "" + +#. translators: Name of the Boomerang status menu label. +#: inc/classes/class-boomerang-cpt-helper.php:56 +msgid "Status Center" +msgstr "" + +#. translators: Placeholder %s is the singular label of the boomerang 'status' taxonomy. +#. translators: Placeholder %s is the singular label of the boomerang post type. +#. translators: Placeholder %s is the singular label of the boomerang board post type. +#: inc/classes/class-boomerang-cpt-helper.php:94 +#: inc/classes/class-boomerang-cpt-helper.php:133 +#: inc/classes/class-boomerang-cpt-helper.php:203 +msgid "New %s" +msgstr "" + +#: inc/classes/class-boomerang-cpt-helper.php:126 +#: inc/classes/class-boomerang-cpt-helper.php:196 +msgid "Add New" +msgstr "" + +#. translators: Placeholder %s is the singular label of the boomerang post type. +#. translators: Placeholder %s is the singular label of the boomerang board post type. +#: inc/classes/class-boomerang-cpt-helper.php:128 +#: inc/classes/class-boomerang-cpt-helper.php:198 +msgid "Add %s" +msgstr "" + +#. translators: Placeholder %s is the singular label of the boomerang post type. +#. translators: Placeholder %s is the singular label of the boomerang board post type. +#: inc/classes/class-boomerang-cpt-helper.php:135 +#: inc/classes/class-boomerang-cpt-helper.php:137 +#: inc/classes/class-boomerang-cpt-helper.php:205 +#: inc/classes/class-boomerang-cpt-helper.php:207 +msgid "View %s" +msgstr "" + +#. translators: Placeholder %s is the singular label of the boomerang post type. +#. translators: Placeholder %s is the singular label of the boomerang board post type. +#: inc/classes/class-boomerang-cpt-helper.php:141 +#: inc/classes/class-boomerang-cpt-helper.php:211 +msgid "No %s found" +msgstr "" + +#. translators: Placeholder %s is the plural label of the boomerang post type. +#. translators: Placeholder %s is the plural label of the boomerang board post type. +#: inc/classes/class-boomerang-cpt-helper.php:143 +#: inc/classes/class-boomerang-cpt-helper.php:213 +msgid "No %s found in trash" +msgstr "" + +#: inc/classes/class-boomerang-cpt-helper.php:247 +msgid "Boomerang Board base" +msgstr "" + +#: inc/classes/class-boomerang-cpt-helper.php:255 +msgid "Boomerang base" +msgstr "" + +#: inc/classes/class-boomerang-frontend.php:86 +#: inc/classes/class-boomerang-frontend.php:216 +msgid "Saved!" +msgstr "" + +#: inc/classes/class-boomerang-frontend.php:127 +#: inc/classes/class-boomerang-frontend.php:461 +#: inc/classes/class-boomerang-frontend.php:500 +#: inc/classes/class-boomerang-frontend.php:576 +#: inc/classes/class-boomerang-votes.php:41 +msgid "Something went wrong." +msgstr "" + +#: inc/classes/class-boomerang-frontend.php:151 +msgid "Please enter a title. Titles must be at least three characters long." +msgstr "" + +#: inc/classes/class-boomerang-frontend.php:200 +msgid "Please upload one of the following filetypes: jpg, jpeg, png." +msgstr "" + +#: inc/classes/class-boomerang-frontend.php:218 +msgid "We will process your submission shortly. Thank you!" +msgstr "" + +#: inc/classes/class-boomerang-frontend.php:292 +msgid "You must be logged in to submit. Sorry." +msgstr "" + +#: inc/classes/class-boomerang-frontend.php:360 +msgid "Drop file here" +msgstr "" + +#: inc/classes/class-boomerang-frontend.php:366 +msgid "or" +msgstr "" + +#: inc/classes/class-boomerang-frontend.php:377 +msgid "Choose a file" +msgstr "" + +#: inc/classes/class-boomerang-frontend.php:479 +msgid "Status Set" +msgstr "" + +#. translators: %s: Base for our Boomerang CPT +#: inc/classes/class-boomerang-frontend.php:684 +msgid "New %s created" +msgstr "" + +#. translators: %1$s: Base for our Boomerang CPT %2$s: Boomerang permalink +#: inc/classes/class-boomerang-frontend.php:689 +msgid "A new %1$s has been created. You may review it here." +msgstr "" + +#: templates/comments.php:28 +msgid "Add comment" +msgstr "" + +#: templates/comments.php:40 +msgid "Activity" +msgstr "" + +#: templates/comments.php:57 +msgid "Comment navigation" +msgstr "" + +#: templates/comments.php:58 +msgid "← Older Comments" +msgstr "" + +#: templates/comments.php:59 +msgid "Newer Comments →" +msgstr "" + +#: templates/comments.php:64 +msgid "Comments are closed." +msgstr "" + +#: admin/assets/js/boomerang-block.js:35 +msgid "Boomerang" +msgstr "" + +#: admin/assets/js/boomerang-block.js:56 +msgid "Select a Boomerang Board" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/chained-product-for-woocommerce/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/chained-product-for-woocommerce/change_log/changelog.txt new file mode 100644 index 000000000..13a06556a --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/chained-product-for-woocommerce/change_log/changelog.txt @@ -0,0 +1,4 @@ +*** Chained Product for Woocommerce Change log *** + +2023-09-10 - version 1.0.0 +* Initial release of the plugin. \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/clean-my-wp/translation_file/languages/clean-my-wordpress.pot b/spec/fixtures/dynamic_finders/plugin_version/clean-my-wp/translation_file/languages/clean-my-wordpress.pot new file mode 100644 index 000000000..3d6c5ae86 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/clean-my-wp/translation_file/languages/clean-my-wordpress.pot @@ -0,0 +1,139 @@ +# Clean My WP Pot +# Copyright 2014 ... +# This file is distributed under the GNU General Public License v3 or later. +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: " +"Clean My WP v1.0.0\n" +"Report-Msgid-Bugs-To: " +"Webdeclic " +"\n" +"POT-Creation-Date: " +"2023-07-27 16:08+0100\n" +"PO-Revision-Date: \n" +"Last-Translator: " +"Webdeclic " +"\n" +"Language-Team: Webdeclic " +"\n" +"Language: en_US\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-Textdomain-Support: " +"yesX-Generator: Poedit " +"1.6.4\n" +"X-Poedit-SourceCharset: " +"UTF-8\n" +"X-Poedit-KeywordsList: " +"__;_e;esc_html_e;" +"esc_html_x:1,2c;" +"esc_html__;esc_attr_e;" +"esc_attr_x:1,2c;" +"esc_attr__;_ex:1,2c;" +"_nx:4c,1,2;" +"_nx_noop:4c,1,2;_x:1,2c;" +"_n:1,2;_n_noop:1,2;" +"__ngettext:1,2;" +"__ngettext_noop:1,2;_c," +"_nc:4c,1,2\n" +"X-Poedit-Basepath: ..\n" +"X-Generator: Poedit " +"3.3.2\n" +"X-Poedit-" +"SearchPath-0: .\n" +"X-Poedit-" +"SearchPathExcluded-0: " +"public/assets/" +"node_modules\n" +"X-Poedit-" +"SearchPathExcluded-1: " +"public/assets\n" + +#: admin/class-tools.php:44 +#: admin/class-tools.php:45 +msgid "🛠️ Clean My WP" +msgstr "" + +#: admin/class-tools.php:109 +msgid "Home" +msgstr "" + +#: admin/class-tools.php:110 +msgid "Disk Explorer" +msgstr "" + +#: admin/class-tools.php:111 +msgid "" +"Are you sure you want to " +"delete this file ?" +msgstr "" + +#: admin/class-tools.php:112 +msgid "" +"Are you sure you want to " +"delete this folder and " +"all its content ?" +msgstr "" + +#: admin/class-tools.php:131 +#: admin/class-tools.php:214 +msgid "No path provided" +msgstr "" + +#: admin/class-tools.php:142 +#: admin/class-tools.php:222 +msgid "Invalid path" +msgstr "" + +#: admin/class-tools.php:228 +msgid "File does not exist" +msgstr "" + +#: admin/class-tools.php:241 +msgid "" +"Error while deleting file" +msgstr "" + +#: admin/class-tools.php:246 +msgid "File deleted" +msgstr "" + +#: admin/templates/page-tools-parts/home.php:3 +msgid "" +"🛠️ Welcome to Clean My WP" +msgstr "" + +#: admin/templates/page-tools-parts/home.php:6 +msgid "" +"This plugin is a toolbox " +"to help you clean your " +"WordPress installation. " +"Now you can explore your " +"WordPress installation " +"and find out what's " +"taking up space. For " +"this, click on the 'Disk " +"Explorer' tab." +msgstr "" + +#: admin/templates/page-tools-parts/home.php:9 +msgid "" +"You can contribute to " +"the development of this " +"plugin by making a " +"donation. For this, " +"click on the " +"'Contribute' button in " +"the menu." +msgstr "" + +#: admin/templates/page-tools.php:23 +msgid "Contribute ☕️" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/coreactivity/change_log/changelog.md b/spec/fixtures/dynamic_finders/plugin_version/coreactivity/change_log/changelog.md new file mode 100644 index 000000000..34a17a2a9 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/coreactivity/change_log/changelog.md @@ -0,0 +1,93 @@ +# coreActivity + +## Changelog + +### Version: 1.4 / November 15 2023 + +* **new** component: `GD Forum Manager` plugin, with 4 events +* **new** component: `Forminator` plugin, with 1 event +* **new** logs panel view support for the object by ID or name +* **new** store statistics for each event on the daily base +* **new** filter events by the plugin it originated from +* **edit** optimized logs panel views processing and matching +* **edit** log item dialog view updated rendering for expandability +* **edit** improved `Event` view display for the Logs panel +* **edit** Dev4Press Library 4.4 Beta +* **fix** several small issues with the `Live` Logs updates +* **fix** object filtering for logs panel was unfinished +* **fix** notifications property not found for new events + +### Version: 1.3 / November 6 2023 + +* **new** geolocation with the use of `MaxMind GeoLite2` database +* **new** `MaxMind GeoLite2` support for weekly downloading of Lite database +* **new** option to hide the `Object` column from the Logs +* **new** plugin dashboard widget for the GEO Location information +* **new** component `DebugPress` expanded with two new events +* **new** logs panel option to filter by country based on geolocation +* **new** logs panel popup dialog with overview of all event data split in tabs +* **edit** changes in the order for some columns on the log panel +* **edit** expanded `SweepPress` sweeping job logged data +* **edit** various improvements to the Logs panel styling +* **edit** improved method for running the GEO Location database update +* **edit** Dev4Press Library 4.4 Beta +* **fix** initial GEO Location database update is not triggered properly + +### Version: 1.2 / October 30 2023 + +* **new** database: logs table has new `country_code` column +* **new** logging: options for logging country code and other location information +* **new** geolocation settings: choose between online and `IP2Location` database +* **new** geolocation with the use of `IP2Location` database +* **new** `IP2Location` support for weekly downloading of Lite database +* **new** registered weekly maintenance background job +* **edit** Dev4Press Library 4.4 Beta +* **fix** logs override filtering not working properly always +* **fix** all CRON handlers registered as filters and not actions +* **fix** weekly digest scheduled to run each day + +### Version: 1.1 / October 16 2023 + +* **new** component: WooCommerce plugin, with 3 events +* **new** notifications component: support for WooCommerce `WC_Email` logging +* **new** logs panel action to stop logging some of the object type by value +* **new** logs panel metadata column as alternative to the metadata row +* **new** logs panel with added views for context and method +* **new** tool for bulk control of events notifications status +* **new** more settings related to object types exclusions +* **edit** sitemeta component: default object type is now `sitemeta` +* **edit** many improvements to the `Logs` class for expandability +* **edit** few improvements to the base `Component` class +* **edit** few improvements to the Logs table and rendering +* **edit** Dev4Press Library 4.4 Beta +* **fix** logs filtering in some cases not working properly +* **fix** some events not always obeying exclusion conditions +* **fix** few issues with the content terms relationship change event + +### Version: 1.0.5 / October 5 2023 + +* **edit** Dev4Press Library 4.3.5 +* **fix** admin pages header IP display may be broken if IP is unknown + +### Version: 1.0.4 / October 2 2023 + +* **edit** more changes related to PHPCS and WPCS validation +* **edit** Dev4Press Library 4.3.4 + +### Version: 1.0.3 / September 26 2023 + +* **edit** more changes related to PHPCS and WPCS validation +* **edit** Dev4Press Library 4.3.3 + +### Version: 1.0.2 / September 25 2023 + +* **edit** Dev4Press Library 4.3.2 + +### Version: 1.0.1 / September 20 2023 + +* **edit** more changes related to PHPCS and WPCS validation +* **edit** Dev4Press Library 4.3.1 + +### Version: 1.0 / September 6 2023 + +* **new** first official release diff --git a/spec/fixtures/dynamic_finders/plugin_version/crosswinds-blocks/change_log/changelog.md b/spec/fixtures/dynamic_finders/plugin_version/crosswinds-blocks/change_log/changelog.md new file mode 100644 index 000000000..fdf2bb579 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/crosswinds-blocks/change_log/changelog.md @@ -0,0 +1,15 @@ +# Changelog + +## 1.0.2 - November 20, 2023 +### Fixed +- Fixed issue with some files not being in the SVN repository. + +## 1.0.1 - November 18, 2023 +### Fixed +- Fixed issues with the copyright block. + +### Updated +- Updated the branding for the Crosswinds Framework and Crosswinds Blocks. + +## 1.0 - October 28,2023 +- Initial release to the repository. \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/ctcl-floating-cart/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/ctcl-floating-cart/composer_file/package.json new file mode 100644 index 000000000..9d56f058c --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/ctcl-floating-cart/composer_file/package.json @@ -0,0 +1,20 @@ +{ + "name": "ctcl-floating-cart", + "version": "0.1.0", + "description": "Example block scaffolded with Create Block tool.", + "author": "The WordPress Contributors", + "license": "GPL-2.0-or-later", + "main": "build/index.js", + "scripts": { + "build": "wp-scripts build", + "format": "wp-scripts format", + "lint:css": "wp-scripts lint-style", + "lint:js": "wp-scripts lint-js", + "packages-update": "wp-scripts packages-update", + "plugin-zip": "wp-scripts plugin-zip", + "start": "wp-scripts start" + }, + "devDependencies": { + "@wordpress/scripts": "^26.6.0" + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/debrandify/translation_file/languages/dbrdify.pot b/spec/fixtures/dynamic_finders/plugin_version/debrandify/translation_file/languages/dbrdify.pot new file mode 100644 index 000000000..1c2fe235c --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/debrandify/translation_file/languages/dbrdify.pot @@ -0,0 +1,269 @@ +# Copyright (C) 2023 Tahoe Beetschen +# This file is distributed under the GPL2. +msgid "" +msgstr "" +"Project-Id-Version: Debrandify 1.1.1\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/debrandify\n" +"Last-Translator: FULL NAME \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: 2023-09-25T11:24:12+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.7.1\n" +"X-Domain: debrandify\n" + +#. Plugin Name of the plugin +msgid "Debrandify" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://github.com/morceaudebois/debrandify" +msgstr "" + +#. Description of the plugin +msgid "Debrandify is a simple WordPress plugin that lets you hide WordPress' branding and replace it with yours." +msgstr "" + +#. Author of the plugin +msgid "Tahoe Beetschen" +msgstr "" + +#. Author URI of the plugin +msgid "https://tahoe.be" +msgstr "" + +#: debrandify.php:198 +msgid "No feed available, please visit the " +msgstr "" + +#: debrandify.php:200 +msgid "homepage" +msgstr "" + +#: debrandify.php:381 +msgid "The WordPress REST API has been disabled." +msgstr "" + +#: src/php/notices.php:26 +#: src/php/notices.php:81 +msgid "Donate" +msgstr "" + +#: src/php/notices.php:41 +msgid "Thank you for installing Debrandify! You can start getting rid of WordPress' branding right away." +msgstr "" + +#: src/php/notices.php:43 +msgid "Visit settings page" +msgstr "" + +#: src/php/notices.php:78 +msgid "You've been using Debrandify for a while now, I hope you like it! If so, please consider giving a review or donating, that would help a lot 😊" +msgstr "" + +#: src/php/notices.php:80 +msgid "Review" +msgstr "" + +#: src/php/settings.php:13 +msgid "Your site uses WordPress Multisite, which means Debrandify options are set up " +msgstr "" + +#: src/php/settings.php:13 +msgid "on the network level" +msgstr "" + +#: src/php/settings.php:13 +msgid ". You can prioritise this specific site's settings by toggling this option." +msgstr "" + +#: src/php/settings.php:63 +msgid "Debrandify multisite settings" +msgstr "" + +#: src/php/settings.php:64 +msgid "Debrandify Settings" +msgstr "" + +#: src/php/settings.php:68 +msgid "These will impact your whole network of sites. If you wish to set things up specifically for a site, head to the Debrandify settings of its dashboard." +msgstr "" + +#: src/php/settings.php:73 +msgid "General" +msgstr "" + +#: src/php/settings.php:77 +msgid "Email" +msgstr "" + +#: src/php/settings.php:81 +msgid "Advanced" +msgstr "" + +#: src/php/settings.php:85 +msgid "Bonus features!" +msgstr "" + +#: src/php/settings.php:95 +msgid "Prioritise these settings" +msgstr "" + +#: src/php/settings.php:100 +msgid "WordPress admin bar logo" +msgstr "" + +#: src/php/settings.php:101 +msgid "Thank you sentence in admin footer" +msgstr "" + +#: src/php/settings.php:101 +#: src/php/settings.php:102 +msgid "Your own text" +msgstr "" + +#: src/php/settings.php:102 +msgid "WordPress version in admin footer" +msgstr "" + +#: src/php/settings.php:105 +msgid "Login logo image" +msgstr "" + +#: src/php/settings.php:109 +msgid "Default WordPress logo" +msgstr "" + +#: src/php/settings.php:113 +msgid "Site logo (if there is one)" +msgstr "" + +#: src/php/settings.php:117 +msgid "Site title" +msgstr "" + +#: src/php/settings.php:121 +msgid "Hide" +msgstr "" + +#: src/php/settings.php:128 +msgid "\"— WordPress\" suffix in tab titles of dashboard pages" +msgstr "" + +#: src/php/settings.php:130 +msgid "\"News and events\" widget on dashboard" +msgstr "" + +#: src/php/settings.php:133 +msgid "\"Elementor overview\" widget on dashboard" +msgstr "" + +#: src/php/settings.php:136 +msgid "Integrated smileys" +msgstr "" + +#: src/php/settings.php:137 +msgid "Integrated RSS feed" +msgstr "" + +#: src/php/settings.php:138 +msgid "Comments" +msgstr "" + +#: src/php/settings.php:141 +msgid "\"From\" text of emails sent by your site" +msgstr "" + +#: src/php/settings.php:141 +msgid "Your site's name" +msgstr "" + +#: src/php/settings.php:142 +msgid "Username of the email adress that sends from your site" +msgstr "" + +#: src/php/settings.php:142 +msgid "First part of email" +msgstr "" + +#: src/php/settings.php:145 +msgid "Global inline styles" +msgstr "" + +#: src/php/settings.php:146 +msgid "Unnecessary code in head tag" +msgstr "" + +#: src/php/settings.php:147 +msgid "Embeds" +msgstr "" + +#: src/php/settings.php:148 +msgid "Block library" +msgstr "" + +#: src/php/settings.php:151 +msgid "SVG upload" +msgstr "" + +#: src/php/settings.php:152 +msgid "Center login form vertically" +msgstr "" + +#: src/php/settings.php:153 +msgid "REST API" +msgstr "" + +#: src/php/settings.php:154 +msgid "jQuery (if possible)" +msgstr "" + +#: src/php/settings.php:168 +msgid "Made in France with ❤️ by " +msgstr "" + +#: src/php/settings.php:170 +msgid "If you like Debrandify, please consider " +msgstr "" + +#: src/php/settings.php:170 +msgid "giving it a review" +msgstr "" + +#: src/php/settings.php:170 +msgid "or" +msgstr "" + +#: src/php/settings.php:170 +msgid "donating" +msgstr "" + +#: src/php/settings.php:171 +msgid "This is what motivates me to keep it updated and create new projects as an indie developer 😊" +msgstr "" + +#: src/php/settings.php:174 +msgid "As this is my first WordPress plugin, it might have some bugs! 🐞" +msgstr "" + +#: src/php/settings.php:176 +msgid "If you find some, please " +msgstr "" + +#: src/php/settings.php:177 +msgid "report them here" +msgstr "" + +#: src/php/settings.php:178 +msgid "so that I can fix them quickly." +msgstr "" + +#: src/php/settings.php:247 +msgid "Settings updated." +msgstr "" + +#: src/php/settings.php:247 +msgid "Dismiss this notice." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/disclaimer-popup/translation_file/assets/mb-settings-page/languages/default.pot b/spec/fixtures/dynamic_finders/plugin_version/disclaimer-popup/translation_file/assets/mb-settings-page/languages/default.pot new file mode 100644 index 000000000..bad694493 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/disclaimer-popup/translation_file/assets/mb-settings-page/languages/default.pot @@ -0,0 +1,31 @@ +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: MB Settings Page 1.1.3\n" +"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/meta-box\n" +"POT-Creation-Date: 2016-06-06 10:52+0700\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Meta Box \n" +"X-Generator: Poedit 1.8.8\n" +"X-Poedit-KeywordsList: __;_x;_e;_ex;_n;_nx;esc_attr__;esc_attr_e;esc_attr_x;esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop\n" +"X-Poedit-Basepath: ..\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-SearchPathExcluded-0: js\n" +"X-Poedit-SearchPathExcluded-1: demo\n" +"X-Poedit-SearchPathExcluded-2: tests\n" +"X-Poedit-SearchPathExcluded-3: css\n" +"X-Poedit-SearchPathExcluded-4: lang\n" + +#: inc/settings-page.php:163 +msgid "Save Settings" +msgstr "" + +#: inc/settings-page.php:224 +msgid "Settings saved." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/display-post-reading-time/change_log/Changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/display-post-reading-time/change_log/Changelog.txt new file mode 100644 index 000000000..dba8abcdd --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/display-post-reading-time/change_log/Changelog.txt @@ -0,0 +1,4 @@ +== Changelog == + += 0.1 = +* Initial release. \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/dropp-pay-per-use/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/dropp-pay-per-use/change_log/changelog.txt new file mode 100644 index 000000000..b5eda2b35 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/dropp-pay-per-use/change_log/changelog.txt @@ -0,0 +1,4 @@ +== Changelog == + +### 1.0.0 +* Release of Dropp micropayment enabled pay per use solution. diff --git a/spec/fixtures/dynamic_finders/plugin_version/ez-coming-soon/translation_file/languages/ez-coming-soon.pot b/spec/fixtures/dynamic_finders/plugin_version/ez-coming-soon/translation_file/languages/ez-coming-soon.pot new file mode 100644 index 000000000..c32e33f33 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/ez-coming-soon/translation_file/languages/ez-coming-soon.pot @@ -0,0 +1,79 @@ +# Copyright (C) 2023 Watch The Dot +# This file is distributed under the GPL v2 or later. +msgid "" +msgstr "" +"Project-Id-Version: Easy Coming Soon 1.0.4\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ez-coming-soon\n" +"Last-Translator: FULL NAME \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: 2023-11-30T11:41:44+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.7.1\n" +"X-Domain: ez-coming-soon\n" + +#. Plugin Name of the plugin +msgid "Easy Coming Soon" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://support.watchthedot.com/our-plugins/easy-coming-soon/" +msgstr "" + +#. Description of the plugin +msgid "Adds a basic coming soon or maintenance page to your site. No fuss." +msgstr "" + +#. Author of the plugin +msgid "Watch The Dot" +msgstr "" + +#. Author URI of the plugin +msgid "https://www.watchthedot.com/" +msgstr "" + +#: coming-soon.php:146 +msgid "Documentation" +msgstr "" + +#: coming-soon.php:296 +msgid "You cannot login to the site right now. Try again when we have launched" +msgstr "" + +#: coming-soon.php:309 +msgid "Site coming soon. Access to the REST API not allowed" +msgstr "" + +#: coming-soon.php:440 +msgid "What should be used to all access to the site? Using the manage_options or bypass_coming_soon capability" +msgstr "" + +#: coming-soon.php:451 +msgid "Allows users who can access wp-admin to set a cookie to bypass the coming soon checks when signed out." +msgstr "" + +#: coming-soon.php:456 +msgid "The site's logo that will be displayed on the basic message and maintainence pages" +msgstr "" + +#: coming-soon.php:462 +msgid "Disable the REST API for users that can't bypass the coming soon page" +msgstr "" + +#: coming-soon.php:468 +msgid "Fully disable XML-RPC, including all endpoints, while the coming soon page is enabled" +msgstr "" + +#: coming-soon.php:473 +msgid "Redirect all requests to homepage before showing template (Doesn't work with login option)" +msgstr "" + +#: coming-soon.php:478 +msgid "Enable IP Whitelisting. This allows users access without logging in." +msgstr "" + +#: coming-soon.php:493 +msgid "List all the IP Address seperated by a new line that should be allowed through the coming soon page" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/filter-plus/translation_file/languages/filter-plus.pot b/spec/fixtures/dynamic_finders/plugin_version/filter-plus/translation_file/languages/filter-plus.pot new file mode 100644 index 000000000..1ec04a320 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/filter-plus/translation_file/languages/filter-plus.pot @@ -0,0 +1,232 @@ +# Copyright (C) 2023 Wooplugin +# This file is distributed under the GPL v2 or later. +msgid "" +msgstr "" +"Project-Id-Version: Filter Plus 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/filter-plus\n" +"Last-Translator: FULL NAME \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: 2023-10-25T03:25:31+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.8.1\n" +"X-Domain: filter-plus\n" + +#. Plugin Name of the plugin +#: core/admin/menus.php:91 +#: core/admin/menus.php:92 +msgid "Filter Plus" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://product.woooplugin.com/filter-plus" +msgstr "" + +#. Description of the plugin +msgid "Advanced filter plugin for WooCommerce that allows users to add multiple filters like filter by category, product search, etc." +msgstr "" + +#. Author of the plugin +msgid "Wooplugin" +msgstr "" + +#. Author URI of the plugin +msgid "https://woooplugin.com/" +msgstr "" + +#: bootstrap.php:43 +msgid "Settings" +msgstr "" + +#: bootstrap.php:45 +msgid "Go To Premium" +msgstr "" + +#: core/admin/menus.php:44 +msgid "Shortcodes" +msgstr "" + +#: core/admin/menus.php:45 +msgid "Woo Plugins" +msgstr "" + +#: core/admin/views/shortcodes.php:6 +msgid "ShortCodes" +msgstr "" + +#: core/admin/views/shortcodes.php:13 +msgid "Select Template:" +msgstr "" + +#: core/admin/views/shortcodes.php:23 +msgid "Category List:" +msgstr "" + +#: core/admin/views/shortcodes.php:28 +msgid "Display Colors:" +msgstr "" + +#: core/admin/views/shortcodes.php:32 +msgid "Display Size:" +msgstr "" + +#: core/admin/views/shortcodes.php:36 +#: core/admin/views/shortcodes.php:82 +msgid "Display Tags:" +msgstr "" + +#: core/admin/views/shortcodes.php:43 +msgid "Tag List:" +msgstr "" + +#: core/admin/views/shortcodes.php:50 +msgid "Display Attributes:" +msgstr "" + +#: core/admin/views/shortcodes.php:57 +msgid "Attribute List:" +msgstr "" + +#: core/admin/views/shortcodes.php:63 +msgid "Display Reviews:" +msgstr "" + +#: core/admin/views/shortcodes.php:68 +msgid "Display Price Range:" +msgstr "" + +#: core/admin/views/shortcodes.php:73 +msgid "Display Sorting:" +msgstr "" + +#: core/admin/views/shortcodes.php:78 +msgid "Product List:" +msgstr "" + +#: core/admin/views/shortcodes.php:86 +msgid "Display Categories:" +msgstr "" + +#: core/admin/views/shortcodes.php:91 +msgid "Copy Filer Shortcodes" +msgstr "" + +#: core/admin/views/shortocdes-fields.php:43 +msgid "Template" +msgstr "" + +#: core/frontend/search-filter/actions.php:72 +msgid "No Product Found" +msgstr "" + +#: filter-plus.php:116 +msgid "Activate WooCommerce" +msgstr "" + +#: filter-plus.php:119 +msgid "Install WooCommerce" +msgstr "" + +#: filter-plus.php:129 +msgid "Filter Plus requires WooCommerce , which is currently NOT RUNNING." +msgstr "" + +#: templates/search-filter/sort-option.php:8 +msgid "Default Sorting" +msgstr "" + +#: templates/search-filter/sort-option.php:9 +msgid "Sort by popularity" +msgstr "" + +#: templates/search-filter/sort-option.php:10 +msgid "Sort by Rating" +msgstr "" + +#: templates/search-filter/sort-option.php:11 +msgid "Sort by latest" +msgstr "" + +#: templates/search-filter/sort-option.php:12 +msgid "Sort by price: low to high" +msgstr "" + +#: templates/search-filter/sort-option.php:13 +msgid "Sort by price: high to low" +msgstr "" + +#: templates/search-filter/template-1/left-side/categories.php:7 +#: templates/search-filter/template-2/left-side/categories.php:8 +msgid "Categories" +msgstr "" + +#: templates/search-filter/template-1/left-side/categories.php:19 +#: templates/search-filter/template-1/left-side/filter-layout-attr-grid.php:27 +#: templates/search-filter/template-1/left-side/filter-layout-grid.php:22 +#: templates/search-filter/template-1/left-side/filter-param.php:38 +#: templates/search-filter/template-1/left-side/product-search.php:18 +#: templates/search-filter/template-2/left-side/categories.php:23 +#: templates/search-filter/template-2/left-side/filter-layout-attr-grid.php:33 +#: templates/search-filter/template-2/left-side/filter-layout-grid.php:29 +#: templates/search-filter/template-2/left-side/filter-param.php:44 +#: templates/search-filter/template-2/left-side/product-search.php:18 +msgid "Reset" +msgstr "" + +#: templates/search-filter/template-1/left-side/filter-param.php:8 +msgid "Filter By Size" +msgstr "" + +#: templates/search-filter/template-1/left-side/product-search.php:12 +#: templates/search-filter/template-2/left-side/product-search.php:12 +msgid "Search Products" +msgstr "" + +#: templates/search-filter/template-1/right-side/sort-bar.php:8 +#: templates/search-filter/template-2/right-side/sort-bar.php:8 +msgid "Showing" +msgstr "" + +#: templates/search-filter/template-1/right-side/sort-bar.php:8 +#: templates/search-filter/template-2/right-side/sort-bar.php:8 +msgid " of" +msgstr "" + +#: templates/search-filter/template-1/right-side/sort-bar.php:8 +#: templates/search-filter/template-2/right-side/sort-bar.php:8 +msgid "Products" +msgstr "" + +#: templates/search-filter/template-1/template-1.php:21 +msgid "Filter By Brand" +msgstr "" + +#: templates/search-filter/template-2/left-side/filter-param.php:8 +msgid "Best Match Item" +msgstr "" + +#: templates/search-filter/template-2/left-side/title.php:7 +msgid "Filters" +msgstr "" + +#: templates/search-filter/template-2/left-side/title.php:8 +msgid "Clean All" +msgstr "" + +#: templates/search-filter/template-2/template-2.php:22 +msgid "Find Favorite Item" +msgstr "" + +#: utils/helper.php:667 +msgid "single image blank" +msgstr "" + +#: utils/helper.php:677 +msgid "product image" +msgstr "" + +#: utils/helper.php:723 +msgid "Add to cart" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/genie-image-ai/translation_file/languages/genie-image-ai.pot b/spec/fixtures/dynamic_finders/plugin_version/genie-image-ai/translation_file/languages/genie-image-ai.pot new file mode 100644 index 000000000..f4e672485 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/genie-image-ai/translation_file/languages/genie-image-ai.pot @@ -0,0 +1,180 @@ +# Copyright (C) 2023 getgenieai +# This file is distributed under the GPLv3 or later. +msgid "" +msgstr "" +"Project-Id-Version: Genie Image AI 1.0.1\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/genie-image\n" +"POT-Creation-Date: 2023-10-22 08:45:42+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"X-Generator: grunt-wp-i18n 1.0.3\n" + +#: app/Providers/SideMenuProvider.php:39 app/Providers/SideMenuProvider.php:40 +msgid "Genie Image" +msgstr "" + +#: app/Providers/SideMenuProvider.php:50 +msgid "Image License | Genie Image" +msgstr "" + +#: app/Providers/SideMenuProvider.php:51 +msgid "Image License" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:24 app/Services/History/Cpt.php:24 +msgid "Post Types" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:25 app/Services/History/Cpt.php:25 +msgid "Post Type" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:26 app/Services/History/Cpt.php:26 +msgid "Item Archives" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:27 app/Services/History/Cpt.php:27 +msgid "Item Attributes" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:28 app/Services/History/Cpt.php:28 +msgid "Parent Item:" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:29 app/Services/History/Cpt.php:29 +msgid "All Items" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:30 app/Services/History/Cpt.php:30 +msgid "Add New Item" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:31 app/Services/History/Cpt.php:31 +msgid "Add New" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:32 app/Services/History/Cpt.php:32 +msgid "New Item" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:33 app/Services/History/Cpt.php:33 +msgid "Edit Item" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:34 app/Services/History/Cpt.php:34 +msgid "Update Item" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:35 app/Services/History/Cpt.php:35 +msgid "View Item" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:36 app/Services/History/Cpt.php:36 +msgid "View Items" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:37 app/Services/History/Cpt.php:37 +msgid "Search Item" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:38 app/Services/History/Cpt.php:38 +msgid "Not found" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:39 app/Services/History/Cpt.php:39 +msgid "Not found in Trash" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:40 app/Services/History/Cpt.php:40 +msgid "Featured Image" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:41 app/Services/History/Cpt.php:41 +msgid "Set featured image" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:42 app/Services/History/Cpt.php:42 +msgid "Remove featured image" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:43 app/Services/History/Cpt.php:43 +msgid "Use as featured image" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:44 app/Services/History/Cpt.php:44 +msgid "Insert into item" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:45 app/Services/History/Cpt.php:45 +msgid "Uploaded to this item" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:46 app/Services/History/Cpt.php:46 +msgid "Items list" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:47 app/Services/History/Cpt.php:47 +msgid "Items list navigation" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:48 app/Services/History/Cpt.php:48 +msgid "Filter items list" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:51 +msgid "getgenie chat" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:52 +msgid "getgenie chats" +msgstr "" + +#: app/Services/History/Cpt.php:51 +msgid "genieimage history" +msgstr "" + +#: app/Services/History/Cpt.php:52 +msgid "genieimage histories" +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "Genie Image AI" +msgstr "" + +#. Author URI of the plugin/theme +msgid "https://getgenie.ai/" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"Genie Image AI is the most intuitive A.I Content Wordpress Plugin that can " +"help you save time and generate unique images." +msgstr "" + +#. Author of the plugin/theme +msgid "getgenieai" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:22 +msgctxt "Post Type General Name" +msgid "getgenie chat" +msgstr "" + +#: app/Services/History/Cpt.php:22 +msgctxt "Post Type General Name" +msgid "genieimage histories" +msgstr "" + +#: app/Services/GenieChat/Cpt.php:23 +msgctxt "Post Type Singular Name" +msgid "getgenie chat" +msgstr "" + +#: app/Services/History/Cpt.php:23 +msgctxt "Post Type Singular Name" +msgid "genieimage history" +msgstr "" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/grow-for-wp/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/grow-for-wp/change_log/changelog.txt new file mode 100644 index 000000000..bea822727 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/grow-for-wp/change_log/changelog.txt @@ -0,0 +1,56 @@ +# Changelog + +## 1.0.0 - 2023-10-18 + - Plugin Released + - Update plugin assets for parsing + - Fix type and link for Main Menu and feature link (#83) + - Add support for validity and connectedness in status api (#82) + - Update readme and add banner (#81) + - Pass site path to Grow Auth (#80) + - fix: WordPress dev container always restarts (#79) + - Escape the values output in the grow script initializer (#78) + - fix: feature descriptions URL-escaped (#77) + - feature: add WP_Mock (#74) + - feature: add dev container support (#73) + - fix: non-compliant escaping and file access (#72) + - move screenshots to correct directory (#71) + - add screenshots to readme (#70) + - chore: update readme (#69) + - feat: Add settings link to Plugins Page and Update Plugin URI + - feat: Add Support for wp build testing workflow with alternate wp builds + - feat: Use Custom Lighthouse Orb + - fix: Update docker image + - Update docker image + - Update docker image + - Update docker image + - Fix Frontent Test + + +## 1.0.0 - 2023-10-18 + + + +## 0.1.7 - 2023-08-11 + * fix: Adjust Typography on Settings Page + * fix: Bigger Images for Settings Page + +## 0.1.6 - 2023-07-26 + * fix: Window Size for site authentication now larger + * fix: Open Help Doc Links in New Tab + +## 0.1.5 - 2023-07-10 + * fix: Open Authenticated Link in new tab + * chore: Add Test for Authenticated View + +## 0.1.4 - 2023-06-26 + * chore: Remove Author URI + +## 0.1.3 - 2023-06-23 + * chore: Name changed to Grow for WP + +## 0.1.2 - 2023-06-22 + * fix: Don't Stretch Images in Settings page + +## 0.1.1 - 2023-06-20 + * feat: Add changelog Generation + * fix: Direct Users to correct Grow Site diff --git a/spec/fixtures/dynamic_finders/plugin_version/gutenverse-form/translation_file/languages/gutenverse-form.pot b/spec/fixtures/dynamic_finders/plugin_version/gutenverse-form/translation_file/languages/gutenverse-form.pot new file mode 100644 index 000000000..4baac8ed5 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/gutenverse-form/translation_file/languages/gutenverse-form.pot @@ -0,0 +1,432 @@ +# Copyright (C) 2023 Jegstudio +# This file is distributed under the GPLv3. +msgid "" +msgstr "" +"Project-Id-Version: Gutenverse Form 0.5.1\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gutenverse-form\n" +"Last-Translator: FULL NAME \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: 2023-10-03T08:43:13+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.8.1\n" +"X-Domain: gutenverse-form\n" + +#. Plugin Name of the plugin +msgid "Gutenverse Form" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://gutenverse.com/" +msgstr "" + +#. Description of the plugin +msgid "Powerful and intuitive form builder plugin designed to streamline the process of creating and managing forms on your WordPress website." +msgstr "" + +#. Author of the plugin +msgid "Jegstudio" +msgstr "" + +#. Author URI of the plugin +msgid "https://jegtheme.com/" +msgstr "" + +#: includes/class-entries.php:72 +msgid "All Form" +msgstr "" + +#: includes/class-entries.php:294 +msgid "no-form" +msgstr "" + +#: includes/class-entries.php:303 +msgid "no-referral" +msgstr "" + +#: includes/class-entries.php:315 +msgid "Checkbox" +msgstr "" + +#: includes/class-entries.php:316 +#: includes/class-form.php:66 +msgid "Title" +msgstr "" + +#: includes/class-entries.php:317 +#: includes/class-form.php:49 +#: includes/class-form.php:50 +msgid "Form" +msgstr "" + +#: includes/class-entries.php:318 +msgid "Referral" +msgstr "" + +#: includes/class-entries.php:319 +#: includes/class-form.php:69 +msgid "Date" +msgstr "" + +#: includes/class-entries.php:333 +msgid "Entry" +msgstr "" + +#: includes/class-entries.php:344 +msgid "Entry #" +msgstr "" + +#: includes/class-entries.php:362 +#: includes/class-entries.php:363 +#: includes/class-entries.php:364 +#: includes/class-form.php:67 +msgid "Entries" +msgstr "" + +#: includes/class-entries.php:365 +msgid "New Entries" +msgstr "" + +#: includes/class-entries.php:366 +msgid "Create Entry" +msgstr "" + +#: includes/class-entries.php:367 +msgid "View Entry Option" +msgstr "" + +#: includes/class-entries.php:368 +msgid "New Entry" +msgstr "" + +#: includes/class-entries.php:369 +msgid "View Entry" +msgstr "" + +#: includes/class-entries.php:370 +msgid "Search Entry" +msgstr "" + +#: includes/class-entries.php:371 +#: includes/class-form.php:187 +msgid "No entry found" +msgstr "" + +#: includes/class-entries.php:372 +msgid "No Entry in Trash" +msgstr "" + +#: includes/class-entries.php:375 +msgid "Gutenverse Form Entries" +msgstr "" + +#: includes/class-entries.php:405 +msgid "Form Info" +msgstr "" + +#: includes/class-entries.php:415 +msgid "Entry Info" +msgstr "" + +#: includes/class-entries.php:425 +#: includes/class-mail.php:164 +msgid "Browser Info" +msgstr "" + +#: includes/class-entries.php:447 +msgid "empty" +msgstr "" + +#: includes/class-entries.php:475 +msgid "Form is not set" +msgstr "" + +#: includes/class-entries.php:477 +msgid "Not found" +msgstr "" + +#: includes/class-form.php:68 +msgid "Author" +msgstr "" + +#: includes/class-form.php:103 +msgid "Export CSV" +msgstr "" + +#: includes/class-form.php:178 +#: includes/class-form.php:179 +#: includes/class-form.php:180 +msgid "Form Action" +msgstr "" + +#: includes/class-form.php:181 +msgid "New Form Action" +msgstr "" + +#: includes/class-form.php:182 +msgid "Create Form" +msgstr "" + +#: includes/class-form.php:183 +msgid "Edit Form Option" +msgstr "" + +#: includes/class-form.php:184 +msgid "New Form Entry" +msgstr "" + +#: includes/class-form.php:185 +msgid "View Form" +msgstr "" + +#: includes/class-form.php:186 +msgid "Search Form" +msgstr "" + +#: includes/class-form.php:188 +msgid "No Form in Trash" +msgstr "" + +#: includes/class-form.php:191 +msgid "Gutenverse Form Action" +msgstr "" + +#: includes/class-form.php:312 +msgid " Clone" +msgstr "" + +#: includes/class-mail.php:60 +msgid "Error. User email not found." +msgstr "" + +#: includes/class-mail.php:89 +msgid "Submission" +msgstr "" + +#: includes/class-mail.php:94 +msgid "Entry Details" +msgstr "" + +#: includes/class-mail.php:111 +msgid "Error. Notification email not found." +msgstr "" + +#: includes/class-mail.php:146 +msgid "Form ID" +msgstr "" + +#: includes/class-mail.php:148 +msgid "Post ID" +msgstr "" + +#: includes/class-mail.php:152 +msgid "Entry ID" +msgstr "" + +#: includes/class-mail.php:154 +msgid "Entry Data" +msgstr "" + +#: block/form-builder/block.json +msgctxt "block title" +msgid "Form Builder" +msgstr "" + +#: block/form-builder/block.json +msgctxt "block description" +msgid "Build a flexible form with many field choices." +msgstr "" + +#: block/form-builder/block.json +#: block/form-input-checkbox/block.json +#: block/form-input-date/block.json +#: block/form-input-email/block.json +#: block/form-input-multiselect/block.json +#: block/form-input-number/block.json +#: block/form-input-radio/block.json +#: block/form-input-select/block.json +#: block/form-input-switch/block.json +#: block/form-input-telp/block.json +#: block/form-input-text/block.json +#: block/form-input-textarea/block.json +msgctxt "block keyword" +msgid "form" +msgstr "" + +#: block/form-builder/block.json +msgctxt "block keyword" +msgid "entry" +msgstr "" + +#: block/form-builder/block.json +msgctxt "block keyword" +msgid "submit" +msgstr "" + +#: block/form-input-checkbox/block.json +msgctxt "block title" +msgid "Checkbox" +msgstr "" + +#: block/form-input-checkbox/block.json +msgctxt "block description" +msgid "Gutenverse Input Checkbox" +msgstr "" + +#: block/form-input-checkbox/block.json +#: block/form-input-date/block.json +#: block/form-input-email/block.json +#: block/form-input-multiselect/block.json +#: block/form-input-number/block.json +#: block/form-input-radio/block.json +#: block/form-input-select/block.json +#: block/form-input-switch/block.json +#: block/form-input-telp/block.json +#: block/form-input-text/block.json +#: block/form-input-textarea/block.json +msgctxt "block keyword" +msgid "input" +msgstr "" + +#: block/form-input-checkbox/block.json +#: block/form-input-date/block.json +#: block/form-input-email/block.json +#: block/form-input-multiselect/block.json +#: block/form-input-number/block.json +#: block/form-input-radio/block.json +#: block/form-input-select/block.json +#: block/form-input-submit/block.json +#: block/form-input-switch/block.json +#: block/form-input-telp/block.json +#: block/form-input-text/block.json +#: block/form-input-textarea/block.json +msgctxt "block keyword" +msgid "gutenverse" +msgstr "" + +#: block/form-input-date/block.json +msgctxt "block title" +msgid "Date Input" +msgstr "" + +#: block/form-input-date/block.json +msgctxt "block description" +msgid "Gutenverse Input Date" +msgstr "" + +#: block/form-input-email/block.json +msgctxt "block title" +msgid "Email Input" +msgstr "" + +#: block/form-input-email/block.json +msgctxt "block description" +msgid "Gutenverse Input Email" +msgstr "" + +#: block/form-input-multiselect/block.json +msgctxt "block title" +msgid "Multi Select" +msgstr "" + +#: block/form-input-multiselect/block.json +msgctxt "block description" +msgid "Gutenverse Input Multi Select" +msgstr "" + +#: block/form-input-number/block.json +msgctxt "block title" +msgid "Number Input" +msgstr "" + +#: block/form-input-number/block.json +msgctxt "block description" +msgid "Gutenverse Input Number" +msgstr "" + +#: block/form-input-radio/block.json +msgctxt "block title" +msgid "Radio" +msgstr "" + +#: block/form-input-radio/block.json +msgctxt "block description" +msgid "Gutenverse Input Radio" +msgstr "" + +#: block/form-input-select/block.json +msgctxt "block title" +msgid "Select" +msgstr "" + +#: block/form-input-select/block.json +msgctxt "block description" +msgid "Gutenverse Select" +msgstr "" + +#: block/form-input-submit/block.json +msgctxt "block title" +msgid "Submit Button" +msgstr "" + +#: block/form-input-submit/block.json +msgctxt "block description" +msgid "Create an interactive and beautiful action button." +msgstr "" + +#: block/form-input-submit/block.json +msgctxt "block keyword" +msgid "button" +msgstr "" + +#: block/form-input-submit/block.json +msgctxt "block keyword" +msgid "url" +msgstr "" + +#: block/form-input-submit/block.json +msgctxt "block keyword" +msgid "action" +msgstr "" + +#: block/form-input-switch/block.json +msgctxt "block title" +msgid "Switch" +msgstr "" + +#: block/form-input-switch/block.json +msgctxt "block description" +msgid "Gutenverse Switch" +msgstr "" + +#: block/form-input-telp/block.json +msgctxt "block title" +msgid "Telp Input" +msgstr "" + +#: block/form-input-telp/block.json +msgctxt "block description" +msgid "Gutenverse Input Telp" +msgstr "" + +#: block/form-input-text/block.json +msgctxt "block title" +msgid "Text Input" +msgstr "" + +#: block/form-input-text/block.json +msgctxt "block description" +msgid "Gutenverse Input Text" +msgstr "" + +#: block/form-input-textarea/block.json +msgctxt "block title" +msgid "Textarea" +msgstr "" + +#: block/form-input-textarea/block.json +msgctxt "block description" +msgid "Gutenverse Input Textarea" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/joes-recent-users-activity/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/joes-recent-users-activity/change_log/changelog.txt new file mode 100644 index 000000000..46f39a638 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/joes-recent-users-activity/change_log/changelog.txt @@ -0,0 +1,47 @@ +1.9 (9th November 2023) +- changed the default icon in the admin menu +- added title and subheader for mobile explaining sorting + +1.8 (9th November 2023) +- added mobile responsiveness for the main table + +1.7 (7th November 2023) +- table increased to 100 most recent users' activity (from 10) +- paginaton introduced +- most visited page display increased to 10 (from 5) + +1.6 (1st November 2023) +- sanitize function renamed to match the rest of the plugin functions + +1.5 (28th October 2023) +- additional data sanitized and escaped, nonce added to clear all results button + +1.4 (25th October 2023) +- additional data sanitized and escaped + +1.3 (16th October 2023) +- Nonce added to the POST call to prevent unauthorised access. +- prepare() added to database clear query to protect the code from SQL injection vulnerabilities. +- detail about PayPal Donate button usage added to readme,txt +- all necessary data sanitized, escaped, and validated +- variables escaped when echo'd + +1.2 (9th October 2023) +- All data being read from any of these PHP global variables $_POST / $_GET / $_REQUEST / $_COOKIE / $_SERVER / $_SESSION / $_FILES has been sanitized before storing it in another variable or doing something else with it. + +In this code, the following sanitization functions have been used: + +sanitize_text_field() for text fields. +absint() for integers. +esc_url_raw() for raw URLs. +These sanitization functions ensure that the input data is safe to use and minimize the risk of security vulnerabilities. + +- Appropriate escaping functions (esc_html, esc_url_raw, sanitize_text_field) added to the variables that are being echoed or printed to ensure that the output is safe from XSS vulnerabilities. + +1.1 (27th July 2023) +- Added top 5 most exited pages (with clickable links), Top 5 exited pages only include front-end pages and exclude admin-ajax.php, 'nonce', 'wp-json', and others not matching front-end permalinks. +- Added line space and contact details under the main title. +- Added a 'Clear all results' button in case the table becomes bloated + +1.0 (24th July 2023) +- Initial release \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/luciditi-age-assurance/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/luciditi-age-assurance/change_log/changelog.txt new file mode 100644 index 000000000..a4cb61b91 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/luciditi-age-assurance/change_log/changelog.txt @@ -0,0 +1,2 @@ += 1.0.0 = May 20th, 2023 +* First release. diff --git a/spec/fixtures/dynamic_finders/plugin_version/luciditi-age-assurance/translation_file/languages/luciditi-age-assurance.pot b/spec/fixtures/dynamic_finders/plugin_version/luciditi-age-assurance/translation_file/languages/luciditi-age-assurance.pot new file mode 100644 index 000000000..c3c771dcb --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/luciditi-age-assurance/translation_file/languages/luciditi-age-assurance.pot @@ -0,0 +1,361 @@ +# Copyright (C) 2023 Luciditi +# This file is distributed under the same license as the Luciditi Age Assurance package. +msgid "" +msgstr "" +"Project-Id-Version: Luciditi Age Assurance 1.0.0\n" +"Report-Msgid-Bugs-To: https://luciditi.co.uk/age-assurance\n" +"POT-Creation-Date: 2023-09-22 19:13:37+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Country: United States\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-KeywordsList: " +"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_" +"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-Bookmarks: \n" +"X-Textdomain-Support: yes\n" +"X-Generator: grunt-wp-i18n 1.0.3\n" + +#: includes/class-luciditi-age-assurance.php:339 +msgid "Settings" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:410 +msgid "A temporary session was not detected for this entry." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:489 +#: includes/class-luciditi-age-assurance.php:945 +msgid "Start" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:490 +#: includes/class-luciditi-age-assurance.php:946 +msgid "Retry" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:491 +#: includes/class-luciditi-age-assurance.php:947 +msgid "" +"This site contains age restricted content so as first time visitor, we'll " +"need to verify that you meet the minumum age requirements." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:492 +#: includes/class-luciditi-age-assurance.php:948 +msgid "" +"From time to time we need to re-verify that you meet the minumum age " +"requirements." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:493 +#: includes/class-luciditi-age-assurance.php:949 +msgid "" +"Unfortunately, we were unable to verify your age. If you havent done so " +"already, you can retry using a valid ID document." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:582 +msgid "Request failed." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:609 +msgid "Your session could not be retrieved." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:672 +msgid "Your sign up data could not be retrieved." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:694 +msgid "A start up code ID was not detected." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:725 +msgid "Sorry, your start up code ID could not be saved." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:728 +msgid "Sorry, we were unable to store your start up code ID." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:756 +msgid "Aborted" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:785 +msgid "Something went wrong, please try again later." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:786 +msgid "A start up token could not be generated, please contact website admin." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:787 +msgid "Sorry, your age verification has failed." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:807 +msgid "You do not have sufficient pilchards to access this page." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:820 +msgid "Luciditi Age Assurance Settings" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:824 +msgid "General" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:825 +msgid "API Credentials" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:826 +msgid "Step Up" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:827 +msgid "Landing Pages & Styling" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:828 +#: includes/class-luciditi-age-assurance.php:1037 +msgid "Uninstall" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:847 +msgid "" +"Welcome to Luciditi Age Assurance. This plugin enables you to set a site " +"wide age restriction so that only users over a specified age can access " +"your site." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:850 +msgid "" +"It uses age estimation technology to allow users who are clearly adults to " +"obtain quick access using nothing more than a selfie taken with their phone." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:853 +msgid "" +"Anyone that looks younger than ( - 6 years) " +"will need to prove their age using a valid government ID before they are " +"granted access." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:856 +msgid "" +"If you would like to try it out for yourself, please visit: https://luciditi.co.uk/" +"ageassurance-wp." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:859 +msgid "" +"In order to enable this plugin, you will first need to create a Luciditi " +"Business Account, verify the identity of a responsible person and setup " +"billing. Once active you will be able to access your API credentials. To " +"find out how to do this, please visit https://luciditi.co.uk/" +"ageassurance-wp." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:865 +msgid "" +"IMPORTANT: It is your responsibility to ensure that this " +"plugin (which uses age estimation and ID document verification) is an " +"acceptable means of age assurance for your website and the territories, " +"countries and regions that it operates within. Please be aware that certain " +"industries may prohibit use of such technology and require a different " +"approach." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:871 +msgid "Enable" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:872 +msgid "Enable age assurance sitewide restriction." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:875 +msgid "Minimum age" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:878 +msgid "years" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:882 +msgid "Retention period" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:885 +msgid "days" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:901 +msgid "API key" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:905 +msgid "Caller username" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:922 +msgid "Step up options" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:924 +msgid "With ID Document" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:926 +msgid "With Data" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:954 +msgid "Branding & Colors" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:960 +msgid "Your logo" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:961 +msgid "(please use a transparent image)" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:965 +msgid "Browse..." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:966 +msgid "Clear" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:971 +msgid "Primary color" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:975 +msgid "Secondary color" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:979 +msgid "Text color" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:987 +msgid "Landing Page Buttons" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:991 +msgid "Start text" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:995 +msgid "Retry text" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:1003 +msgid "Landing Page Messages" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:1007 +msgid "First time user" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:1013 +msgid "Returning user" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:1019 +msgid "Failed validation" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:1038 +msgid "Wipe all plugin data upon uninstall." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:1038 +msgid "" +"(This will delete all sessions, settings and all database entries " +"associated with the plugin.)" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:1054 +msgid "" +"DISCLAIMER: This application is provided by Arissian Ltd " +"on an \"as is\" and \"as available\" basis. Arissian makes no " +"representations or warranties of any kind, express or implied, as to the " +"operation of the application or the information, content, materials. To the " +"full extent permissible by applicable law, arissian disclaims all " +"warranties, express or implied, including, but not limited to, implied " +"warranties of merchantability and fitness for a particular purpose. You " +"acknowledge, by your use of the application, that your use of the " +"application is at your sole risk." +msgstr "" + +#: includes/class-luciditi-age-assurance.php:1062 +msgid "Save Changes" +msgstr "" + +#: includes/class-luciditi-age-assurance.php:1066 +msgid "Download Logs" +msgstr "" + +#: includes/functions/luciditi-helpers.php:274 +msgid "Age Assurance API credentials are not setup correctly." +msgstr "" + +#: includes/functions/luciditi-helpers.php:371 +msgid "Age Assurance API failed authentication." +msgstr "" + +#: includes/functions/luciditi-helpers.php:375 +#. translators: the error message +msgid "Something went wrong (%s)." +msgstr "" + +#: includes/functions/luciditi-helpers.php:378 +#. translators: the error code number +msgid "Something went wrong (error code %d)." +msgstr "" + +#: includes/templates/body/failed-validation.php:19 +#: includes/templates/body/first-time.php:19 +#: includes/templates/body/returning.php:20 +msgid "Age Verification" +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "Luciditi Age Assurance" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "https://luciditi.co.uk/age-assurance" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"Add frictionless, privacy-preserving Age Assurance using Luciditi Age " +"Estimation or Age Verification." +msgstr "" + +#. Author of the plugin/theme +msgid "Luciditi" +msgstr "" + +#. Author URI of the plugin/theme +msgid "https://luciditi.co.uk" +msgstr "" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/multi-vendor-marketplace-b2b-for-wholesalex-dokan/translation_file/languages/multi-vendor-marketplace-b2b-for-wholesalex-dokan.pot b/spec/fixtures/dynamic_finders/plugin_version/multi-vendor-marketplace-b2b-for-wholesalex-dokan/translation_file/languages/multi-vendor-marketplace-b2b-for-wholesalex-dokan.pot new file mode 100644 index 000000000..58f8b42f4 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/multi-vendor-marketplace-b2b-for-wholesalex-dokan/translation_file/languages/multi-vendor-marketplace-b2b-for-wholesalex-dokan.pot @@ -0,0 +1,109 @@ +# Copyright (C) 2023 wpxpo +# This file is distributed under the GPLv3. +msgid "" +msgstr "" +"Project-Id-Version: Multi Vendor Marketplace B2B for WholesaleX Dokan 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/multi-vendor-marketplace-b2b-for-wholesalex-dokan\n" +"Last-Translator: FULL NAME \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: 2023-08-03T03:38:45+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.7.1\n" +"X-Domain: multi-vendor-marketplace-b2b-for-wholesalex-dokan\n" + +#. Plugin Name of the plugin +msgid "Multi Vendor Marketplace B2B for WholesaleX Dokan" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://wordpress.org/plugins/multi-vendor-marketplace-b2b-for-wholesalex-dokan" +msgstr "" + +#. Description of the plugin +msgid "This is a wholesalex addon plugin, that Turn Dokan marketplace into a wholesale multi vendor marketplace by letting vendors add wholesale prices, control product visibility, and use the conversation feature." +msgstr "" + +#. Author of the plugin +msgid "wpxpo" +msgstr "" + +#. Author URI of the plugin +msgid "https://wpxpo.com/" +msgstr "" + +#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:265 +msgid "Activate" +msgstr "" + +#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:265 +msgid "Install" +msgstr "" + +#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:266 +msgid "Activating.." +msgstr "" + +#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:266 +msgid "Installing.." +msgstr "" + +#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:267 +msgid "Activated" +msgstr "" + +#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:267 +msgid "Installed" +msgstr "" + +#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:399 +msgid "WholesaleX for Dokan needs the “WholesaleX” plugin to run." +msgstr "" + +#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:540 +#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:550 +msgid "WholesaleX Activation Failed!" +msgstr "" + +#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:543 +msgid "WholesaleX Installation Failed!" +msgstr "" + +#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:555 +msgid "Successfully Installed and Activated" +msgstr "" + +#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:59 +#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:159 +msgid "Dynamic Rules" +msgstr "" + +#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:67 +msgid "Conversations" +msgstr "" + +#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:155 +msgid "Dokan Integration" +msgstr "" + +#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:160 +msgid "Enable Dynamic Rule feature for vendors." +msgstr "" + +#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:165 +msgid "Role-Based Pricing" +msgstr "" + +#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:166 +msgid "Let vendors add wholesale prices based on user roles." +msgstr "" + +#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:171 +msgid "WholesaleX Options" +msgstr "" + +#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:172 +msgid " Enable WholesaleX options on product editing page." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/omniform/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/omniform/change_log/changelog.txt new file mode 100644 index 000000000..43af95a29 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/omniform/change_log/changelog.txt @@ -0,0 +1,26 @@ + +1.0.5 / 2023-11-10 +================== + + * Fix is_required() method to return false if both contexts are null + * Fix field name sanitization in BaseControlBlock + * Toolbar Addition: Set Fields or Fieldsets as Required [#17](https://github.com/jrtashjian/omniform/pull/17) + * Focus message container after submission + * Textarea placeholder should not be the value + +1.0.4 / 2023-09-19 +================== + + * Make newsletter notice dismissable [#16](https://github.com/jrtashjian/omniform/pull/16) + * Show the form editor post title + +1.0.3 / 2023-09-09 +================== + + * Field specific validation rules [#15](https://github.com/jrtashjian/omniform/pull/15) + * Language pack support [#14](https://github.com/jrtashjian/omniform/pull/14) + +1.0.2 / 2023-09-06 +================== + + * Initial release on WordPress.org! diff --git a/spec/fixtures/dynamic_finders/plugin_version/passwordsentry/translation_file/languages/passwordsentry.pot b/spec/fixtures/dynamic_finders/plugin_version/passwordsentry/translation_file/languages/passwordsentry.pot new file mode 100644 index 000000000..19ee27e7f --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/passwordsentry/translation_file/languages/passwordsentry.pot @@ -0,0 +1,120 @@ +# Copyright (C) 2023 Password Sentry +# This file is distributed under the same license as the Password Sentry WP Plugin. +msgid "" +msgstr "" +"Project-Id-Version: Password Sentry WP Plugin v1.0.13\n" +"MIME-Version: 1.0.13\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2021-04-03T07:21:52+00:00\n" +"PO-Revision-Date: 2023-11-07T07:21:52+00:00\n" +"X-Generator: WP-CLI 2.3.0\n" +"X-Domain: password-sentry\n" + +#: passwordsentry.php:53 +msgid "Cannot retrieve the PS API Endpoint URL!" +msgstr "" + +#: passwordsentry.php:58 +msgid "PS API Endpoint URL does not appear to be valid!" +msgstr "" + +#: passwordsentry.php:62 +msgid "Cannot enable Tracking if invalid PS API Endpoint URL defined!" +msgstr "" + +#: passwordsentry.php:67 +msgid "Cannot enable Tracking if PS API Endpoint URL not defined!" +msgstr "" + +#: passwordsentry.php:83 +msgid "Plugin Settings Updated!" +msgstr "" + +#: passwordsentry.php:118 +msgid "PS Links" +msgstr "" + +#: passwordsentry.php:120 +msgid "Download PS" +msgstr "" + +#: passwordsentry.php:123 +msgid "Note that you must first download and install PS before you can activate, configure, and use this plugin." +msgstr "" + +#: passwordsentry.php:127 +msgid "Support" +msgstr "" + +#: passwordsentry.php:144 +msgid "Plugin Settings" +msgstr "" + +#: passwordsentry.php:146 +msgid "PS API Endpoint URL" +msgstr "" + +#: passwordsentry.php:136 +msgid "URL to PS sentry.php file. Must be in the following format: https://www.yoursite.com/ps_installation_folder/sentry.php?setupname=setup1" +msgstr "" + +#: passwordsentry.php:137 +msgid "After a user successfully logs in, the plugin will ping the PS API Endpoint URL. PS tracks the login, and takes any action as appropriate. For example, deny access and suspend the user if the number of unique logins for that user exceeds threshold (as defined via PS AdminCP)." +msgstr "" + +#: passwordsentry.php:15 +msgid "You must first download and install PS (Free Essential or Paid Premium Version) before you can use this plugin. Note that the plugin will not be active until you have defined PS API Endpoint URL." +msgstr "" + +#: passwordsentry.php:151 +msgid "Credit Link" +msgstr "" + +#: passwordsentry.php:153 +msgid "If enabled, Password Sentry will display the following message on the login page (link opens in new window)" +msgstr "" + +#: passwordsentry.php:155 +msgid "Status" +msgstr "" + +#: passwordsentry.php:156 +msgid "WordPress Login protected by" +msgstr "" + +#: passwordsentry.php:157 +msgid "If enabled, Plugin will track logins. To stop or pause tracking, set to Disabled." +msgstr "" + +#: passwordsentry.php:159 +msgid "Enabled" +msgstr "" + +#: passwordsentry.php:160 +msgid "Disabled" +msgstr "" + +#: passwordsentry.php:159 +msgid "Optional. This goes a long ways to deter people from sharing passwords and from trying to guess passwords, and also spreads the word about the plugin so others can protect their blogs. Default value is disabled. You can enable or disable this message below" +msgstr "" + +#: passwordsentry.php:161 +msgid "Show Credit Link [Recommended]" +msgstr "" + +#: passwordsentry.php:162 +msgid "Hide Credit Link" +msgstr "" + +#: passwordsentry.php:165 +msgid "Update Plugin Settings" +msgstr "" + +#: passwordsentry.php:167 +msgid "Thank you for protecting your WordPress site with" +msgstr "" + +#: passwordsentry.php:180 +msgid "WordPress Login protected by" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/paytiko/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/paytiko/change_log/changelog.txt new file mode 100644 index 000000000..f5601a7ac --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/paytiko/change_log/changelog.txt @@ -0,0 +1,2 @@ +2023-01-26 - version 1.0.0 +* Initial release diff --git a/spec/fixtures/dynamic_finders/plugin_version/penny-black/composer_file/composer.json b/spec/fixtures/dynamic_finders/plugin_version/penny-black/composer_file/composer.json new file mode 100644 index 000000000..b9879c2df --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/penny-black/composer_file/composer.json @@ -0,0 +1,37 @@ +{ + "name": "pennyblack/woocommerce-pennyblack", + "type": "wordpress-plugin", + "description": "Woocommerce plugin to integrate Penny Black for transmitting orders and triggering personalise prints", + "version": "1.2.3", + "license": "MIT", + "authors": [ + { + "name": "Penny Black", + "email": "engineers@pennyblack.io" + } + ], + "require": { + "php": ">=7.4.0", + "guzzlehttp/guzzle": "^7.5", + "pennyblack/php-sdk": "^1.4.0" + }, + "repositories": [ + { + "type": "vcs", + "url": "git@github.com:pennyblack-io/php-sdk.git" + } + ], + "autoload": { + "psr-4": { + "PennyBlackWoo\\": "src/" + } + }, + "config": { + "platform": { + "php": "7.4.0" + }, + "preferred-install": "dist", + "optimize-autoloader": true, + "prepend-autoloader": false + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/post-designer/translation_file/languages/post-designer.pot b/spec/fixtures/dynamic_finders/plugin_version/post-designer/translation_file/languages/post-designer.pot new file mode 100644 index 000000000..2c62195cf --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/post-designer/translation_file/languages/post-designer.pot @@ -0,0 +1,368 @@ +# Copyright (C) 2023 Shewa +# This file is distributed under the same license as the Post Designer plugin. +msgid "" +msgstr "" +"Project-Id-Version: Post Designer 1.0.1\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/post-designer\n" +"Last-Translator: FULL NAME \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: 2023-10-04T16:05:13+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.8.1\n" +"X-Domain: post-designer\n" + +#. Plugin Name of the plugin +msgid "Post Designer" +msgstr "" + +#. Description of the plugin +msgid "Post Designer is a WordPress plugin that adds two new Gutenberg blocks: Post List and Post Carousel. The Post List block allows you to display a list of posts, while the Post Carousel block allows you to display a carousel of posts." +msgstr "" + +#. Author of the plugin +msgid "Shewa" +msgstr "" + +#. Author URI of the plugin +msgid "https://shewazone.com" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Post Date: " +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "In:" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "By " +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Latest" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Oldest" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "ID" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Title" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Date" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Random" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Comments Count" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Card" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "General" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Post Type" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Layouts" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Query" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Authors" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Taxonomy" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Term" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Order By" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Order" +msgstr "" + +#: build/carousel/index.js:1 +msgid "Carousel Settings" +msgstr "" + +#: build/carousel/index.js:1 +msgid "Slide to Show" +msgstr "" + +#: build/carousel/index.js:1 +msgid "Slide to Scroll" +msgstr "" + +#: build/carousel/index.js:1 +msgid "First Slide" +msgstr "" + +#: build/carousel/index.js:1 +msgid "Infinite Loop" +msgstr "" + +#: build/carousel/index.js:1 +msgid "Let the carousel rotating infinitely" +msgstr "" + +#: build/carousel/index.js:1 +msgid "Auto Play" +msgstr "" + +#: build/carousel/index.js:1 +msgid "Rotation Speed" +msgstr "" + +#: build/carousel/index.js:1 +msgid "Center Slide" +msgstr "" + +#: build/carousel/index.js:1 +msgid "Show Dots" +msgstr "" + +#: build/carousel/index.js:1 +msgid "Show Arrows" +msgstr "" + +#: build/carousel/index.js:1 +msgid "Focus on Select" +msgstr "" + +#: build/carousel/index.js:1 +msgid "RTL" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Background Color" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Border" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Border Radius" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Thumbnail" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Show Thumbnail" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Show" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Color" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Font Size" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Meta" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Show Meta" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Show post meta" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Label Color" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Label Font Size" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Value Color" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Value Font Size" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Category" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Show Category" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Category Color" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Category Font Size" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Excerpt" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Show Excerpt" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Length" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Read More Text" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Read More Color" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Read More Font Size" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Author" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Show Avatar" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Avatar Size" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Border Radius (%)" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Show Name" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Name Color" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "Name Font Size" +msgstr "" + +#: build/carousel/index.js:1 +#: build/list/index.js:1 +msgid "No posts found" +msgstr "" + +#: build/list/index.js:1 +msgid "Column per Row" +msgstr "" + +#: build/list/index.js:1 +msgid "Pagination" +msgstr "" + +#: build/list/index.js:1 +msgid "Posts per page" +msgstr "" + +#: build/list/index.js:1 +msgid "No Pagination" +msgstr "" + +#: build/list/index.js:1 +msgid "On only if you want to display all posts together" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/postr-for-nostr/translation_file/languages/postr-for-nostr.pot b/spec/fixtures/dynamic_finders/plugin_version/postr-for-nostr/translation_file/languages/postr-for-nostr.pot new file mode 100644 index 000000000..619000aa3 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/postr-for-nostr/translation_file/languages/postr-for-nostr.pot @@ -0,0 +1,51 @@ +# Copyright (C) 2023 joelmelon +# This file is distributed under the same license as the Postr For Nostr plugin. +msgid "" +msgstr "" +"Project-Id-Version: Postr For Nostr 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postr-for-nostr\n" +"Last-Translator: FULL NAME \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: 2023-10-26T07:28:42+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.8.1\n" +"X-Domain: postr-for-nostr\n" + +#. Plugin Name of the plugin +msgid "Postr For Nostr" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://wordpress.org/plugins/postr-for-nostr/" +msgstr "" + +#. Description of the plugin +msgid "Share your WordPress posts to Nostr with Postr For Nostr 🫂" +msgstr "" + +#. Author of the plugin +msgid "joelmelon" +msgstr "" + +#. Author URI of the plugin +msgid "https://postr-for-nostr.joelstuedle.ch" +msgstr "" + +#. translators: %1$s = already used class name, %2$s = plugin class +#: classes/Plugin.php:125 +msgctxt "Theme instance load_classes() error message" +msgid "There was a problem with the Plugin. Only one class with name “%1$s” can be use used in “%2$s”." +msgstr "" + +#: classes/Plugin.php:185 +msgctxt "Postr for Nostr window meta title" +msgid "Postr for Nostr" +msgstr "" + +#: classes/Plugin.php:210 +msgctxt "Post Column Action" +msgid "Post to Nostr" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/qform/translation_file/languages/qform-ru_RU.po b/spec/fixtures/dynamic_finders/plugin_version/qform/translation_file/languages/qform-ru_RU.po new file mode 100644 index 000000000..6aab4ca51 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/qform/translation_file/languages/qform-ru_RU.po @@ -0,0 +1,199 @@ +# Blank WordPress Pot +# Copyright 2014 ... +# This file is distributed under the GNU General Public License v3 or later. +msgid "" +msgstr "" +"Project-Id-Version: Blank WordPress Pot v1.0.0\n" +"Report-Msgid-Bugs-To: Translator Name \n" +"POT-Creation-Date: 2023-09-14 07:39+0300\n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: Your Team \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;" +"esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;" +"_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c," +"_nc:4c,1,2\n" +"X-Poedit-Basepath: ..\n" +"X-Generator: Poedit 3.3.2\n" +"X-Poedit-SearchPath-0: .\n" + +#: admin/class-qform-admin.php:73 public/class-qform-public.php:34 +msgid "Check qform token!" +msgstr "Проверьте токен qform !" + +#: admin/class-qform-admin.php:90 +msgid "Error validation!" +msgstr "Ошибка валидации!" + +#: admin/class-qform-admin.php:114 admin/templates/short-page-template.php:84 +msgid "Choose form" +msgstr "Выберите форму" + +#: admin/class-qform-admin.php:115 +msgid "Add" +msgstr "Вставить" + +#: admin/class-qform-admin.php:116 +msgid "How to create a form?" +msgstr "Как создать форму?" + +#: admin/class-qform-admin.php:128 +msgid "Qform main" +msgstr "Глваная qform" + +#: admin/class-qform-admin.php:129 +msgid "Qform" +msgstr "Qform" + +#: admin/class-qform-admin.php:139 +msgid "Qform settings" +msgstr "Qform настройки" + +#: admin/class-qform-admin.php:140 admin/class-qform-admin.php:170 +msgid "Settings" +msgstr "Настройки" + +#: admin/class-qform-admin.php:147 +msgid "Shortcode menu" +msgstr "Шорткод меню" + +#: admin/class-qform-admin.php:148 admin/templates/short-page-template.php:138 +#: admin/templates/short-page-template.php:151 +msgid "Shortcode" +msgstr "Шорткод формы" + +#: admin/class-qform-admin.php:178 +msgid "Authorization token" +msgstr "Токен авторизации" + +#: admin/class-qform-admin.php:181 +msgid "Enter token" +msgstr "Введите токен" + +#: admin/class-qform-admin.php:240 admin/class-qform-admin.php:248 +#: admin/class-qform-admin.php:302 +msgid "Error!" +msgstr "Ошибка!" + +#: admin/class-qform-admin.php:257 +msgid "Form fields are required" +msgstr "Поля формы обязательны для заполнения" + +#: admin/class-qform-admin.php:279 +msgid "Shortcode added" +msgstr "Добавлен шорткод" + +#: admin/class-qform-admin.php:285 +msgid "Error add shortcode" +msgstr "Ошибка добавления шорткода" + +#: admin/class-qform-admin.php:315 +msgid "Shortcode deleted successfully" +msgstr "Шорткод успешно удален" + +#: admin/class-qform-admin.php:321 +msgid "Shortcode deletion error" +msgstr "Ошибка удаления шорткода" + +#: admin/templates/main-page-template.php:11 +msgid "CREATING FORMS AND QUIZZES" +msgstr "СОЗДАНИЕ ФОРМ И КВИЗОВ" + +#: admin/templates/main-page-template.php:31 +msgid "Disable token" +msgstr "Отключить токен" + +#: admin/templates/main-page-template.php:38 +#: admin/templates/short-page-template.php:10 +msgid "To evaluate app capability and activation," +msgstr "Чтобы завершить процедуру настройки и активации плагина," + +#: admin/templates/main-page-template.php:40 +#: admin/templates/short-page-template.php:12 +msgid "discover the token of the site to which it is linked." +msgstr "укажите токен сайта, к которому он привязан." + +#: admin/templates/main-page-template.php:42 +#: admin/templates/short-page-template.php:15 +#: admin/templates/short-page-template.php:68 +#: admin/templates/short-page-template.php:69 +msgid "https://app.qform.io/" +msgstr "https://app.qform.io/" + +#: admin/templates/main-page-template.php:43 +#: admin/templates/short-page-template.php:16 +msgid "Where to get a token?" +msgstr "Где взять токен?" + +#: admin/templates/main-page-template.php:56 +msgid "Error token" +msgstr "Неверный токен" + +#: admin/templates/main-page-template.php:60 +#: admin/templates/short-page-template.php:21 +msgid "Connect token" +msgstr "Подключить токен" + +#: admin/templates/short-page-template.php:59 +msgid "Shortcode List Page" +msgstr "Страница со списком шорткодов" + +#: admin/templates/short-page-template.php:66 +msgid "Add a form in your account" +msgstr "Добавьте форму в свой аккаунт" + +#: admin/templates/short-page-template.php:112 +msgid "Create shortcode" +msgstr "Создать шорткод" + +#: admin/templates/short-page-template.php:141 +#: admin/templates/short-page-template.php:167 +msgid "Actions" +msgstr "Действия" + +#: admin/templates/short-page-template.php:160 +msgid "Show more details" +msgstr "Показать" + +#: admin/templates/short-page-template.php:214 +msgid "No entries found" +msgstr "Записи не найдены" + +#: public/class-qform-public.php:28 +msgid "Shortcode not found!" +msgstr "Шорткод не найден!" + +#~ msgid "" +#~ "

To evaluate app capability and activation,
discover the token of " +#~ "the site to which it is linked. Where " +#~ "to get a token?

" +#~ msgstr "" +#~ "

Чтобы завершить процедуру настройки и активации плагина,
укажите " +#~ "токен сайта, к которому он привязан. " +#~ "Где взять токен?

" + +#~ msgid "" +#~ "

Add a form in your account https://" +#~ "app.qform.io

" +#~ msgstr "" +#~ "

Добавьте форму в личном кабинете https://app.qform.io

" + +#~ msgid "Creating forms and quizzes" +#~ msgstr "Создание форм и квизов" + +#, fuzzy +#~| msgid "Actions" +#~ msgid "Options:" +#~ msgstr "Действия" + +#~ msgid "Token" +#~ msgstr "Токен" diff --git a/spec/fixtures/dynamic_finders/plugin_version/qomon/translation_file/languages/qomon.pot b/spec/fixtures/dynamic_finders/plugin_version/qomon/translation_file/languages/qomon.pot new file mode 100644 index 000000000..0e1d37d52 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/qomon/translation_file/languages/qomon.pot @@ -0,0 +1,129 @@ +# Copyright (C) 2023 Qomon +# This file is distributed under the GPL-2.0-or-later. +msgid "" +msgstr "" +"Project-Id-Version: Qomon 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/qomon\n" +"Last-Translator: FULL NAME \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: 2023-05-15T12:17:05+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.7.1\n" +"X-Domain: qomon\n" + +#. Plugin Name of the plugin +#. Author of the plugin +msgid "Qomon" +msgstr "" + +#. Plugin URI of the plugin +#. Author URI of the plugin +msgid "https://qomon.com" +msgstr "" + +#. Description of the plugin +msgid "Easily insert your Qomon form in your site. By adding a shortcode [qomon-form] or even by adding a custom block created by Qomon." +msgstr "" + +#: qomon.php:47 +msgid "Welcome to Qomon for WordPress" +msgstr "" + +#: qomon.php:49 +#: qomon.php:52 +msgid "https://www.qomon.com" +msgstr "" + +#: qomon.php:49 +msgid " is an organization that helps causes, NGOs, campaigns, elected officials, movements & businesses engage more citizens, take concrete action and amplify their impact." +msgstr "" + +#: qomon.php:50 +msgid "Qomon allows, among other things, to create forms, customize their colors and fields, to consult the opinion of your contacts or allow new contacts, for example, to subscribe to your newsletter." +msgstr "" + +#: qomon.php:51 +msgid "Integrate the form easily into your website with this plugin! " +msgstr "" + +#: qomon.php:52 +msgid "If you are not a Qomon customer yet, and would like to use this feature, you can get more information and request a demo" +msgstr "" + +#: qomon.php:52 +msgid "here" +msgstr "" + +#: qomon.php:54 +msgid "Using the WordPress plugin" +msgstr "" + +#: qomon.php:55 +msgid "To add a Qomon form to your page you have 2 options: " +msgstr "" + +#: qomon.php:57 +msgid "I. Adding through the Qomon Form Block" +msgstr "" + +#: qomon.php:58 +msgid "Once activated you will be able to add a form to your page using a Qomon Form Block: " +msgstr "" + +#: qomon.php:60 +msgid "The block will appear, allowing you to add the id of your form to it:" +msgstr "" + +#: qomon.php:62 +#: qomon.php:70 +msgid "The published or previewed page will display the corresponding form:" +msgstr "" + +#: qomon.php:65 +msgid "II. Adding through the shortcode [qomon-form]" +msgstr "" + +#: qomon.php:66 +msgid "In the same way you can add a shortcode block:" +msgstr "" + +#: qomon.php:68 +msgid "Once this block is on the page it will be necessary to write this code [qomon-form id=my-form-id] in the block, my-form-id will be to replace by the id of your form:" +msgstr "" + +#: qomon.php:73 +msgid "Your form is now available, your signatories can fill out the form!" +msgstr "" + +#: qomon.php:74 +msgid "To go further in the customization of this one, or for any help concerning the plugin, you can consult" +msgstr "" + +#: qomon.php:74 +msgid "https://help.qomon.com/en/articles/7439238-how-can-i-integrate-a-qomon-form-on-my-website" +msgstr "" + +#: qomon.php:74 +msgid "this page" +msgstr "" + +#: build/qomon-form-block/index.js:47 +#: src/qomon-form-block/edit.js:25 +#: build/qomon-form-block/index.js:25 +msgid "Qomon form ID" +msgstr "" + +#: build/block.json +#: src/block.json +msgctxt "block title" +msgid "Qomon Form" +msgstr "" + +#: build/block.json +#: src/block.json +msgctxt "block description" +msgid "Qomon form block scaffolded with Create Block tool." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/query-loop-post-selector/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/query-loop-post-selector/composer_file/package.json new file mode 100644 index 000000000..ca266bbac --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/query-loop-post-selector/composer_file/package.json @@ -0,0 +1,21 @@ +{ + "name": "query-loop-post-selector", + "version": "1.0.0", + "description": "A native query loop extension that adds a new option in the filter that allows user to specifically pick certain posts to display", + "author": "The WordPress Contributors", + "license": "GPL-2.0-or-later", + "main": "build/index.js", + "scripts": { + "build": "wp-scripts build", + "format": "wp-scripts format", + "lint:css": "wp-scripts lint-style", + "lint:js": "wp-scripts lint-js", + "packages-update": "wp-scripts packages-update", + "plugin-zip": "wp-scripts plugin-zip", + "start": "wp-scripts start" + }, + "devDependencies": { + "@wordpress/prettier-config": "^2.19.0", + "@wordpress/scripts": "^26.6.0" + } +} \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/query_parameter_passive_all.html b/spec/fixtures/dynamic_finders/plugin_version/query_parameter_passive_all.html index a0f90492d..3cb309e55 100644 --- a/spec/fixtures/dynamic_finders/plugin_version/query_parameter_passive_all.html +++ b/spec/fixtures/dynamic_finders/plugin_version/query_parameter_passive_all.html @@ -190,6 +190,11 @@ + + + + + @@ -322,6 +327,11 @@ + + + + + @@ -1339,6 +1349,10 @@ + + + + @@ -1410,6 +1424,11 @@ + + + + + @@ -1599,6 +1618,11 @@ + + + + + @@ -1732,6 +1756,12 @@ + + + + + + @@ -1767,6 +1797,11 @@ + + + + + @@ -2601,6 +2636,10 @@ + + + + @@ -2825,6 +2864,10 @@ + + + + @@ -2969,6 +3012,12 @@ + + + + + + @@ -3700,6 +3749,11 @@ + + + + + @@ -3952,6 +4006,11 @@ + + + + + @@ -4190,6 +4249,10 @@ + + + + @@ -4207,6 +4270,10 @@ + + + + @@ -5497,6 +5564,11 @@ + + + + + @@ -5541,6 +5613,10 @@ + + + + @@ -5874,6 +5950,11 @@ + + + + + @@ -6032,6 +6113,10 @@ + + + + @@ -6090,6 +6175,11 @@ + + + + + @@ -6181,6 +6271,12 @@ + + + + + + @@ -6266,6 +6362,13 @@ + + + + + + + @@ -7049,6 +7152,12 @@ + + + + + + @@ -7881,6 +7990,15 @@ + + + + + + + + + @@ -8627,6 +8745,11 @@ + + + + + @@ -9406,6 +9529,11 @@ + + + + + @@ -9627,6 +9755,11 @@ + + + + + @@ -9893,6 +10026,10 @@ + + + + @@ -10112,6 +10249,10 @@ + + + + @@ -10261,6 +10402,11 @@ + + + + + @@ -10503,6 +10649,11 @@ + + + + + @@ -11715,6 +11866,11 @@ + + + + + @@ -12570,6 +12726,10 @@ + + + + @@ -13393,6 +13553,11 @@ + + + + + @@ -13407,6 +13572,11 @@ + + + + + @@ -13753,6 +13923,11 @@ + + + + + @@ -14495,6 +14670,15 @@ + + + + + + + + + @@ -14645,6 +14829,10 @@ + + + + @@ -14946,6 +15134,12 @@ + + + + + + @@ -15885,6 +16079,11 @@ + + + + + @@ -16133,6 +16332,11 @@ + + + + + @@ -16554,6 +16758,10 @@ + + + + @@ -16640,6 +16848,11 @@ + + + + + @@ -17201,6 +17414,11 @@ + + + + + @@ -17867,6 +18085,11 @@ + + + + + @@ -18253,6 +18476,11 @@ + + + + + @@ -18830,6 +19058,12 @@ + + + + + + @@ -20149,6 +20383,10 @@ + + + + @@ -20476,6 +20714,11 @@ + + + + + @@ -21002,6 +21245,7 @@ + @@ -21070,6 +21314,8 @@ + + @@ -21454,6 +21700,18 @@ + + + + + + + + + + + + @@ -21941,6 +22199,10 @@ + + + + @@ -22179,6 +22441,10 @@ + + + + @@ -22416,6 +22682,7 @@ + @@ -22885,6 +23152,15 @@ + + + + + + + + + @@ -22895,6 +23171,10 @@ + + + + @@ -23387,6 +23667,14 @@ + + + + + + + + @@ -23869,6 +24157,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -24241,6 +24549,10 @@ + + + + @@ -24379,6 +24691,10 @@ + + + + @@ -26671,6 +26987,11 @@ + + + + + @@ -26951,6 +27272,11 @@ + + + + + diff --git a/spec/fixtures/dynamic_finders/plugin_version/safelayout-elegant-icons/translation_file/languages/safelayout-elegant-icons.pot b/spec/fixtures/dynamic_finders/plugin_version/safelayout-elegant-icons/translation_file/languages/safelayout-elegant-icons.pot new file mode 100644 index 000000000..3ed0f3a59 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/safelayout-elegant-icons/translation_file/languages/safelayout-elegant-icons.pot @@ -0,0 +1,395 @@ +# Copyright (C) 2021-2023 Safelayout +# This file is distributed under the same license as the Safelayout Elegant Icons plugin. +msgid "" +msgstr "" +"Project-Id-Version: Safelayout Elegant Icons 1.0.5\n" +"POT-Creation-Date: 2023-11-29 19:59+0330\n" +"PO-Revision-Date: 2023-11-29 19:59+0330\n" +"Last-Translator: \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-Generator: Poedit 3.0\n" +"X-Poedit-Basepath: ..\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-KeywordsList: __;esc_html__;esc_html_e\n" +"X-Poedit-SearchPath-0: .\n" + +#: safelayout-elegant-icons.php:61 +msgid "Settings" +msgstr "" + +#: safelayout-elegant-icons.php:159 +msgid "Quick Feedback" +msgstr "" + +#: safelayout-elegant-icons.php:162 +msgid "If you have a moment, please share why you are deactivating" +msgstr "" + +#: safelayout-elegant-icons.php:167 +msgid "It's a temporary deactivation" +msgstr "" + +#: safelayout-elegant-icons.php:171 +msgid "The plugin broke my site" +msgstr "" + +#: safelayout-elegant-icons.php:172 +msgid "Please explain the problem." +msgstr "" + +#: safelayout-elegant-icons.php:176 +msgid "I found a better plugin" +msgstr "" + +#: safelayout-elegant-icons.php:177 +msgid "What's the plugin name?" +msgstr "" + +#: safelayout-elegant-icons.php:181 +msgid "Other" +msgstr "" + +#: safelayout-elegant-icons.php:182 +msgid "Please share the reason." +msgstr "" + +#: safelayout-elegant-icons.php:185 +msgid "" +"No email address, domain name or IP addresses are transmitted after you " +"submit the survey." +msgstr "" + +#: safelayout-elegant-icons.php:186 +msgid "You can see the source code here: " +msgstr "" + +#: safelayout-elegant-icons.php:190 +msgid "Submit & Deactivate" +msgstr "" + +#: safelayout-elegant-icons.php:191 +msgid "Skip & Deactivate" +msgstr "" + +#: safelayout-elegant-icons.php:194 +msgid "Wait ..." +msgstr "" + +#: safelayout-elegant-icons.php:195 +msgid "Redirecting ..." +msgstr "" + +#: safelayout-elegant-icons.php:239 safelayout-elegant-icons.php:253 +msgid "Safelayout Elegant Icons Options" +msgstr "" + +#: safelayout-elegant-icons.php:240 +msgid "Safelayout Icons" +msgstr "" + +#: safelayout-elegant-icons.php:261 +msgid "Safelayout Elegant Icons Installed Packs" +msgstr "" + +#: safelayout-elegant-icons.php:264 +msgid "No" +msgstr "" + +#: safelayout-elegant-icons.php:265 +msgid "Pack Name" +msgstr "" + +#: safelayout-elegant-icons.php:266 +msgid "Pack Status" +msgstr "" + +#: safelayout-elegant-icons.php:277 +msgid "Active" +msgstr "" + +#: safelayout-elegant-icons.php:284 +msgid "Save Changes" +msgstr "" + +#: src/icon-box/controls.js:59 +msgid "Icon position" +msgstr "" + +#: src/icon-box/controls.js:68 +msgid "Left" +msgstr "" + +#: src/icon-box/controls.js:72 src/icon/controls.js:525 +msgid "Top" +msgstr "" + +#: src/icon-box/controls.js:76 +msgid "Right" +msgstr "" + +#: src/icon-box/controls.js:83 src/icon-box/controls.js:91 +#: src/icon-box/controls.js:96 src/icon/controls.js:352 +#: src/icon/controls.js:365 +msgid "Background color" +msgstr "" + +#: src/icon-box/controls.js:90 +msgid "Add a background color to the icon box." +msgstr "" + +#: src/icon-box/controls.js:105 src/icon-box/controls.js:111 +#: src/icon/controls.js:463 src/icon/controls.js:469 +msgid "Background shadow" +msgstr "" + +#: src/icon-box/controls.js:117 src/icon/controls.js:425 +#: src/icon/controls.js:476 +msgid "color" +msgstr "" + +#: src/icon-box/controls.js:124 src/icon/controls.js:432 +#: src/icon/controls.js:483 +msgid "blur" +msgstr "" + +#: src/icon-box/controls.js:133 src/icon/controls.js:442 +#: src/icon/controls.js:493 +msgid "X offset" +msgstr "" + +#: src/icon-box/controls.js:142 src/icon/controls.js:451 +#: src/icon/controls.js:502 +msgid "Y offset" +msgstr "" + +#: src/icon-box/controls.js:154 src/icon/controls.js:577 +msgid "Block spacing" +msgstr "" + +#: src/icon-box/controls.js:159 src/icon/controls.js:582 +msgid "Margin" +msgstr "" + +#: src/icon-box/controls.js:164 src/icon/controls.js:587 +msgid "Padding" +msgstr "" + +#: src/icon-box/controls.js:172 src/icon-box/controls.js:177 +msgid "Border" +msgstr "" + +#: src/icon-box/controls.js:185 +msgid "Reset border" +msgstr "" + +#: src/icon-box/controls.js:188 +msgid "Border radius" +msgstr "" + +#: src/icon-box/controls.js:196 +msgid "Tooltip and Label" +msgstr "" + +#: src/icon-box/controls.js:201 src/icon/controls.js:601 +msgid "Tooltip" +msgstr "" + +#: src/icon-box/controls.js:206 src/icon/controls.js:606 +msgid "Label" +msgstr "" + +#: src/icon-box/controls.js:209 src/icon/controls.js:609 +msgid "It is for screen readers." +msgstr "" + +#: src/icon-box/controls.js:215 src/icon/controls.js:641 +msgid "https://safelayout.com" +msgstr "" + +#: src/icon-box/controls.js:218 src/icon/controls.js:644 +msgid "Upgrade to pro version and get full features." +msgstr "" + +#: src/icon-box/controls.js:220 src/icon/controls.js:646 +msgid "Upgrade to Pro" +msgstr "" + +#: src/icon-box/edit.js:70 +msgid "Insert heading here..." +msgstr "" + +#: src/icon-box/edit.js:71 +msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit." +msgstr "" + +#: src/icon-box/index.js:35 +msgid "Icon Box (Safelayout)" +msgstr "" + +#: src/icon-box/index.js:36 +msgid "Beautiful SVG icon box." +msgstr "" + +#: src/icon-box/index.js:38 src/icon/controls.js:228 src/icon/index.js:15 +msgid "Icon" +msgstr "" + +#: src/icon-box/index.js:39 +msgid "Icon box" +msgstr "" + +#: src/icon-box/index.js:40 src/icon/index.js:16 +msgid "Icons" +msgstr "" + +#: src/icon-box/index.js:41 src/icon/index.js:17 +msgid "Safelayout" +msgstr "" + +#: src/icon-box/index.js:42 src/icon/index.js:18 +msgid "Elegant" +msgstr "" + +#: src/icon/color-picker.js:83 +msgid "Solid" +msgstr "" + +#: src/icon/color-picker.js:88 +msgid "Gradient" +msgstr "" + +#: src/icon/controls.js:149 +msgid "one" +msgstr "" + +#: src/icon/controls.js:150 +msgid "two" +msgstr "" + +#: src/icon/controls.js:151 +msgid "three" +msgstr "" + +#: src/icon/controls.js:152 +msgid "four" +msgstr "" + +#: src/icon/controls.js:153 +msgid "five" +msgstr "" + +#: src/icon/controls.js:197 +msgid "Rotate" +msgstr "" + +#: src/icon/controls.js:203 +msgid "Flip horizontal" +msgstr "" + +#: src/icon/controls.js:209 +msgid "Flip vertical" +msgstr "" + +#: src/icon/controls.js:217 +msgid "Rotate background" +msgstr "" + +#: src/icon/controls.js:254 +msgid "Icon effect" +msgstr "" + +#: src/icon/controls.js:276 src/icon/controls.js:281 +msgid "Size" +msgstr "" + +#: src/icon/controls.js:286 +msgid "background padding" +msgstr "" + +#: src/icon/controls.js:295 +msgid "background radius" +msgstr "" + +#: src/icon/controls.js:307 +msgid "Icon color" +msgstr "" + +#: src/icon/controls.js:314 +msgid "Icon Fill Color" +msgstr "" + +#: src/icon/controls.js:332 +msgid "Icon Stroke Color" +msgstr "" + +#: src/icon/controls.js:359 +msgid "Add a background shape to the icon." +msgstr "" + +#: src/icon/controls.js:360 +msgid "Background shape" +msgstr "" + +#: src/icon/controls.js:372 +msgid "Background Stroke Color" +msgstr "" + +#: src/icon/controls.js:381 +msgid "Stroke width" +msgstr "" + +#: src/icon/controls.js:386 +msgid "Icon Stroke Width" +msgstr "" + +#: src/icon/controls.js:401 +msgid "background stroke width" +msgstr "" + +#: src/icon/controls.js:413 src/icon/controls.js:419 +msgid "Icon shadow" +msgstr "" + +#: src/icon/controls.js:514 src/icon/controls.js:520 +msgid "Base shadow" +msgstr "" + +#: src/icon/controls.js:534 +msgid "width" +msgstr "" + +#: src/icon/controls.js:543 +msgid "height" +msgstr "" + +#: src/icon/controls.js:555 +msgid "Hover animation" +msgstr "" + +#: src/icon/controls.js:595 +msgid "Link and Title" +msgstr "" + +#: src/icon/controls.js:614 +msgid "Link url" +msgstr "" + +#: src/icon/controls.js:633 +msgid "Link rel" +msgstr "" + +#: src/icon/controls.js:927 +msgid "Search icon" +msgstr "" + +#: src/icon/index.js:12 +msgid "Icon (Safelayout)" +msgstr "" + +#: src/icon/index.js:13 +msgid "Beautiful SVG icons." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/sales-report-by-state-city-and-country/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/sales-report-by-state-city-and-country/change_log/changelog.txt new file mode 100644 index 000000000..a9bfdc84e --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/sales-report-by-state-city-and-country/change_log/changelog.txt @@ -0,0 +1,5 @@ +*** Sales Report By State , City and Country Change log *** + + +2023-01-23 - version 1.0.0 +* Initial release of the plugin. diff --git a/spec/fixtures/dynamic_finders/plugin_version/scanfully/translation_file/languages/scanfully.pot b/spec/fixtures/dynamic_finders/plugin_version/scanfully/translation_file/languages/scanfully.pot new file mode 100644 index 000000000..539fe7d4b --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/scanfully/translation_file/languages/scanfully.pot @@ -0,0 +1,118 @@ +# Copyright (C) 2023 Scanfully +# This file is distributed under the GPL v3. +msgid "" +msgstr "" +"Project-Id-Version: Scanfully 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/scanfully\n" +"Last-Translator: FULL NAME \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: 2023-08-10T15:41:27+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.7.1\n" +"X-Domain: scanfully\n" + +#. Plugin Name of the plugin +#. Author of the plugin +#: src/Options/Page.php:12 +#: src/Options/Page.php:13 +msgid "Scanfully" +msgstr "" + +#. Plugin URI of the plugin +#. Author URI of the plugin +msgid "https://www.scanfully.com" +msgstr "" + +#. Description of the plugin +msgid "Scanfully is your favorite WordPress performance and health monitoring tool." +msgstr "" + +#: src/Options/Options.php:15 +msgid "Site ID" +msgstr "" + +#: src/Options/Options.php:21 +msgid "Public Key" +msgstr "" + +#: src/Options/Options.php:27 +msgid "Secret Key" +msgstr "" + +#: src/Options/Options.php:44 +msgid "API Settings" +msgstr "" + +#. translators: %s is a link to the dashboard where the API keys can be found +#: src/Options/Options.php:48 +msgid "In order for your website to securely communicate with your Scanfully dashboard, we need your site's API keys. Your site API details can be found in your %s" +msgstr "" + +#: src/Options/Options.php:50 +msgid "Scanfully Dashboard" +msgstr "" + +#: src/Options/Page.php:79 +msgid "Welcome to Scanfully, your dashboard for your WordPress sites’ Performance and Health." +msgstr "" + +#. translators: %s is a link to the plugin website +#: src/Options/Page.php:83 +msgid "Our WordPress plugin acts as the \"glue\" between your WordPress website and your Scanfully dashboard. More information about how our WordPress plugin works can be found %s" +msgstr "" + +#: src/Options/Page.php:85 +msgid "here" +msgstr "" + +#: src/Options/Page.php:94 +msgid "Save Changes" +msgstr "" + +#: src/Options/Page.php:100 +msgid "Plugin version" +msgstr "" + +#: src/Options/Page.php:103 +msgid "Need help?" +msgstr "" + +#. translators: %1$s is a link to the help center, %2$s is a link to the contact us page +#: src/Options/Page.php:106 +msgid "Check out our %1$s or %2$s" +msgstr "" + +#: src/Options/Page.php:107 +msgid "help center" +msgstr "" + +#: src/Options/Page.php:109 +msgid "contact us" +msgstr "" + +#: src/Options/Page.php:114 +msgid "Want to learn more?" +msgstr "" + +#: src/Options/Page.php:115 +msgid "Check out our" +msgstr "" + +#: src/Options/Page.php:116 +msgid "blog" +msgstr "" + +#: src/Options/Page.php:120 +msgid "About Scanfully" +msgstr "" + +#: src/Options/Page.php:125 +msgid "" +"One dashboard for your WordPress sites’ Performance and Health. Your ScanFully\n" +" Dashboard\n" +" consolidates all your WordPress sites, sending you timely alerts for required\n" +" changes." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/site-mode/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/site-mode/composer_file/package.json new file mode 100644 index 000000000..7a5ebe81d --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/site-mode/composer_file/package.json @@ -0,0 +1,18 @@ +{ + "name": "sass-compile", + "version": "1.0.7", + "description": "A simple sass compile config.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "wizard": "node-sass admin/assets/scss/wizard.scss admin/assets/css/wizard.css --watch --update --output-style=expanded --indent-type=tab --indent-width=1 --source-map=true --source-map-contents", + "admin": "node-sass admin/assets/scss/admin.scss admin/assets/css/site-mode-admin.css --watch --update --output-style=expanded --indent-type=tab --indent-width=1 --source-map=true --source-map-contents", + "public": "node-sass public/scss/site-mode-public.scss public/css/site-mode-public.css --watch --update --output-style=expanded --indent-type=tab --indent-width=1 --source-map=true --source-map-contents", + "sm-dashboard": "node-sass admin/assets/scss/site-mode-dashboard.scss admin/assets/css/site-mode-dashboard.css --watch --update --output-style=expanded --indent-type=tab --indent-width=1 --source-map=true --source-map-contents" + }, + "author": "Adam", + "license": "ISC", + "dependencies": { + "node-sass": "^9.0.0" + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/sky-login-redirect/composer_file/composer.json b/spec/fixtures/dynamic_finders/plugin_version/sky-login-redirect/composer_file/composer.json new file mode 100644 index 000000000..16f565322 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/sky-login-redirect/composer_file/composer.json @@ -0,0 +1,39 @@ +{ + "name": "skyminds/sky-login-redirect", + "type": "wordpress-plugin", + "description": "WordPress and Woocommerce Login Redirects made easy", + "version": "3.7.4", + "license": "SaaS", + "authors": [ + { + "name": "Utopique Plugins", + "email": "support@utopique.net" + } + ], + "require": { + "composer/installers": "^1.0", + "skyminds/zen-settings": "dev-master", + "freemius/wordpress-sdk": "dev-master", + "wp-cli/wp-config-transformer": "^1.3", + "collizo4sky/persist-admin-notices-dismissal": "^1.4", + "htmlburger/carbon-fields": "^3.1.7" + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/skyminds/zen-settings" + } + ], + "extra": { + "installer-paths": { + "vendor/{$name}/": [ + "type:wordpress-plugin" + ] + } + }, + "config": { + "allow-plugins": { + "composer/installers": true + } + } +} \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/stylish-real-estate-leads/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/stylish-real-estate-leads/change_log/changelog.txt new file mode 100644 index 000000000..9e91443f4 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/stylish-real-estate-leads/change_log/changelog.txt @@ -0,0 +1,12 @@ += 1.0.3 - 2023-10-12 +* Fixes: Minor bug fixes + += 1.0.2 - 2023-10-011 +* Fixes: Minor bug fixes + += 1.0.1 - 2023-10-04 +* Fixes: PHP backward compatibility issues +* Fixes: Minor bug fixes + += 1.0.0 - 2023-10-01 +* Added: Initialize the plugin \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/support-svg/translation_file/i18n/support-svg.pot b/spec/fixtures/dynamic_finders/plugin_version/support-svg/translation_file/i18n/support-svg.pot new file mode 100644 index 000000000..0f8a7d295 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/support-svg/translation_file/i18n/support-svg.pot @@ -0,0 +1,35 @@ +# Copyright (C) 2023 sayedulsayem +# This file is distributed under the GPL v3 or later. +msgid "" +msgstr "" +"Project-Id-Version: Support SVG 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/support-svg\n" +"Last-Translator: FULL NAME \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: 2023-09-20T18:18:48+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.8.1\n" +"X-Domain: support-svg\n" + +#. Plugin Name of the plugin +msgid "Support SVG" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://wordpress.org/plugins/support-svg/" +msgstr "" + +#. Description of the plugin +msgid "Lightest plugin to upload svg in WordPress" +msgstr "" + +#. Author of the plugin +msgid "sayedulsayem" +msgstr "" + +#. Author URI of the plugin +msgid "https://sayedulsayem.com" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/test-reports/translation_file/languages/test-reports.pot b/spec/fixtures/dynamic_finders/plugin_version/test-reports/translation_file/languages/test-reports.pot new file mode 100644 index 000000000..eb66a8232 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/test-reports/translation_file/languages/test-reports.pot @@ -0,0 +1,76 @@ +# Copyright (C) 2023 WordPress Upgrade/Install Team +# This file is distributed under the GPL-3.0-or-later. +msgid "" +msgstr "" +"Project-Id-Version: Test Reports 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/test-reports\n" +"Last-Translator: FULL NAME \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: 2023-11-01T18:49:19+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.9.0\n" +"X-Domain: test-reports\n" + +#. Plugin Name of the plugin +#: src/Test_Reports/Settings.php:133 +#: src/Test_Reports/Settings.php:156 +#: src/Test_Reports/Settings.php:180 +msgid "Test Reports" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://wordpress.org/plugins/test-reports/" +msgstr "" + +#. Description of the plugin +msgid "Get templates with useful information to help you submit reports to WordPress." +msgstr "" + +#. Author of the plugin +msgid "WordPress Upgrade/Install Team" +msgstr "" + +#. Author URI of the plugin +msgid "https://make.wordpress.org/core/components/upgrade-install/" +msgstr "" + +#: src/Test_Reports/Report_Template.php:77 +msgid "Search for an existing report" +msgstr "" + +#: src/Test_Reports/Report_Template.php:84 +#: src/Test_Reports/Report_Template.php:92 +msgid "Submit a new report" +msgstr "" + +#: src/Test_Reports/Report_Template.php:99 +msgid "Copy to clipboard" +msgstr "" + +#: src/Test_Reports/Report_Template.php:101 +msgid "Copied!" +msgstr "" + +#: src/Test_Reports/Settings.php:134 +msgctxt "Menu item" +msgid "Test Reports" +msgstr "" + +#: src/Test_Reports/Settings.php:161 +msgid "Get a report template." +msgstr "" + +#: src/Test_Reports/Settings.php:172 +msgid "Get a report template for pasting into Trac, GitHub or HackerOne." +msgstr "" + +#: src/Test_Reports/Settings.php:173 +msgid "After pasting the template, complete each section and submit your report." +msgstr "" + +#: src/js/test-reports-clipboard.js:15 +msgid "Copied to clipboard" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/tiny-ai-assistant/translation_file/languages/tiny-ai-assistant.pot b/spec/fixtures/dynamic_finders/plugin_version/tiny-ai-assistant/translation_file/languages/tiny-ai-assistant.pot new file mode 100644 index 000000000..352810a36 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/tiny-ai-assistant/translation_file/languages/tiny-ai-assistant.pot @@ -0,0 +1,183 @@ +# Copyright (C) 2023 PDK Ltd. +# This file is distributed under the GPLv3. +msgid "" +msgstr "" +"Project-Id-Version: Tiny AI Assistant 1.1\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/tiny-ai-assistant\n" +"Last-Translator: FULL NAME \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: 2023-11-27T11:26:51+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.7.1\n" +"X-Domain: tiny-ai-assistant\n" + +#. Plugin Name of the plugin +msgid "Tiny AI Assistant" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://tiny-ai-assistant.aichatbot.hu" +msgstr "" + +#. Description of the plugin +msgid "A plugin that integrate AI services into TinyMCE Editor" +msgstr "" + +#. Author of the plugin +msgid "PDK Ltd." +msgstr "" + +#. Author URI of the plugin +msgid "https://webdesign-honlapkeszites.hu" +msgstr "" + +#: tinyAIEX.php:137 +msgid "AI Tools" +msgstr "" + +#: tinyAIEX.php:137 +msgid "Available AI tools - you can set these on settings page" +msgstr "" + +#: tinyAIEX.php:137 +msgid "Undo last AI text modification" +msgstr "" + +#: tinyAIEX.php:202 +msgid "Execute custom prompt" +msgstr "" + +#: tinyAIEX.php:203 +msgid "Rephrase content" +msgstr "" + +#: tinyAIEX.php:203 +msgid "Rephrase this text: " +msgstr "" + +#: tinyAIEX.php:204 +msgid "Make summary" +msgstr "" + +#: tinyAIEX.php:204 +msgid "Make summary: " +msgstr "" + +#: tinyAIEX.php:240 +msgid "Settings" +msgstr "" + +#: tinyAIEX.php:298 +msgid "Click here and choose from options..." +msgstr "" + +#: tinyAIEX.php:298 +msgid "Click here and choose from options what do you like to remove..." +msgstr "" + +#: tinyAIEX.php:304 +msgid "Tiny AI Assistant settings page" +msgstr "" + +#: tinyAIEX.php:304 +#: tinyAIEX.php:309 +msgid "Tiny AI Assistant settings" +msgstr "" + +#: tinyAIEX.php:327 +msgid "Plugin settings" +msgstr "" + +#: tinyAIEX.php:335 +msgid "Active commands" +msgstr "" + +#: tinyAIEX.php:336 +msgid "Add new command" +msgstr "" + +#: tinyAIEX.php:337 +msgid "Remove commands" +msgstr "" + +#: tinyAIEX.php:338 +msgid "OpenAI API key" +msgstr "" + +#: tinyAIEX.php:339 +msgid "Licence key (for premium subscriptions)" +msgstr "" + +#: tinyAIEX.php:340 +msgid "Answer creativity" +msgstr "" + +#: tinyAIEX.php:341 +msgid "Model" +msgstr "" + +#: tinyAIEX.php:353 +msgid "Free" +msgstr "" + +#: tinyAIEX.php:355 +msgid "Premium" +msgstr "" + +#: tinyAIEX.php:359 +msgid "Current subscription" +msgstr "" + +#: tinyAIEX.php:361 +msgid "More information:" +msgstr "" + +#: tinyAIEX.php:397 +msgid "You can configure the Tiny AI Assistant here" +msgstr "" + +#: tinyAIEX.php:398 +msgid "You have to click on 'Save' button on the bottom of this form to save your settings!" +msgstr "" + +#: tinyAIEX.php:426 +msgid "In the free version of this plugin you can only set 3 active commands maximum." +msgstr "" + +#: tinyAIEX.php:431 +msgid "Command title" +msgstr "" + +#: tinyAIEX.php:432 +msgid "Command" +msgstr "" + +#: tinyAIEX.php:433 +msgid "Command title: Any title, what do you like, Command example: \"Translate this text to hungarian: \"" +msgstr "" + +#: tinyAIEX.php:445 +msgid "Remove selected commands" +msgstr "" + +#: tinyAIEX.php:488 +#: tinyAIEX.php:512 +msgid "Available only for premium users." +msgstr "" + +#: tinyAIEX.php:570 +#: tinyAIEX.php:606 +#: tinyAIEX.php:643 +msgid "Error happened." +msgstr "" + +#: tinyAIEX.php:601 +msgid "Command added" +msgstr "" + +#: tinyAIEX.php:638 +msgid "Commands removed" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/toys-for-playground/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/toys-for-playground/change_log/changelog.txt new file mode 100644 index 000000000..f13ec3ef5 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/toys-for-playground/change_log/changelog.txt @@ -0,0 +1,56 @@ +== Changelog == + += 1.1.9 = + +* 2023-10-10 +* Added Copy button in Sharer toy modal. +* Update new Storage params + += 1.1.8 = + +* 2023-15-09 +* Added Sharer toy +* Added nightly param +* Added uninstall.php +* Minor corrections + += 1.1.6 = + +* 2023-08-09 +* Hidden submenus +* Some usability fixes + += 1.1.5 = + +* 2023-08-09 +* Fixes persistent storage +* Fixes i18n +* Separate PHP files for each tool. +* Corrected and summarized text. +* Added plugin information and images +* More visible directory buttons + += 1.1.1 = + +* 2023-03-09 +* i18n ready +* Added WP 6.3 WP selector in toys +* Added Plugin Explorer +* Added Theme Explorer +* Rewritted the Generator toy + += 1.0.8 = + +* 2023-02-09 +* Compatibility: WordPress 5.9 - WordPress 6.3 +* Compatibility: PHP 5.9 - PHP 8.2 +* Added Storage option +* Added inactive plugins and themes +* Added WordPress & PHP version selectors +* Added some help texts +* Some corrections + += 1.0 = + +* 2023-16-06 +* First version. \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/tripzzy/translation_file/languages/tripzzy.pot b/spec/fixtures/dynamic_finders/plugin_version/tripzzy/translation_file/languages/tripzzy.pot new file mode 100644 index 000000000..19426fbfb --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/tripzzy/translation_file/languages/tripzzy.pot @@ -0,0 +1,5571 @@ +# Copyright (C) 2023 Refresh Themes +# This file is distributed under the same license as the Tripzzy package. +msgid "" +msgstr "" +"Project-Id-Version: Tripzzy 1.0.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-11-27 04:55:33+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n" +"Last-Translator: Refresh Themes \n" +"Language-Team: \n" +"X-Poedit-KeywordsList: " +"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_" +"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" +"Language: en_US\n" +"X-Poedit-SearchPath-0: ../../tripzzy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: grunt-wp-i18n 1.0.3\n" + +#: inc/Admin/Notices/Notices.php:22 +#: svn_folder/tags/1.0.0/inc/Admin/Notices/Notices.php:22 +#: svn_folder/trunk/inc/Admin/Notices/Notices.php:22 +#. translators: 1: Min Php Version, 2: Min Php Version. +msgid "" +"'Tripzzy' requires minimum PHP version %1$s+. Please update PHP version to " +"%2$s+." +msgstr "" + +#: inc/Admin/Notices/Notices.php:24 +#: svn_folder/tags/1.0.0/inc/Admin/Notices/Notices.php:24 +#: svn_folder/trunk/inc/Admin/Notices/Notices.php:24 +#. translators: 1: Min WP Version, 2: Min WP Version. +msgid "" +"'Tripzzy' requires minimum WordPress version %1$s+. Please update WordPress " +"version to %2$s+." +msgstr "" + +#: inc/Admin/Notices/Notices.php:25 +#: svn_folder/tags/1.0.0/inc/Admin/Notices/Notices.php:25 +#: svn_folder/trunk/inc/Admin/Notices/Notices.php:25 +msgid "" +"We do not recommend you to use forcefully. If you still want to use " +"'Tripzzy' forcefully. Please click here." +msgstr "" + +#: inc/Admin/Notices/Notices.php:26 +#: svn_folder/tags/1.0.0/inc/Admin/Notices/Notices.php:26 +#: svn_folder/trunk/inc/Admin/Notices/Notices.php:26 +msgid "" +"You are using uncompatible version of 'Tripzzy'. Please Click here to undo " +"the current action." +msgstr "" + +#: inc/Admin/Notices/Notices.php:27 +#: svn_folder/tags/1.0.0/inc/Admin/Notices/Notices.php:27 +#: svn_folder/trunk/inc/Admin/Notices/Notices.php:27 +msgid "" +"You are still in uncompatible mode for 'Tripzzy'. Please Click here to update " +"compatibility mode." +msgstr "" + +#: inc/Admin/Permalinks.php:70 +#: svn_folder/tags/1.0.0/inc/Admin/Permalinks.php:70 +#: svn_folder/trunk/inc/Admin/Permalinks.php:70 +msgid "Trip base" +msgstr "" + +#: inc/Admin/Permalinks.php:75 +#: svn_folder/tags/1.0.0/inc/Admin/Permalinks.php:75 +#: svn_folder/trunk/inc/Admin/Permalinks.php:75 +msgid "Trip type base" +msgstr "" + +#: inc/Admin/Permalinks.php:80 +#: svn_folder/tags/1.0.0/inc/Admin/Permalinks.php:80 +#: svn_folder/trunk/inc/Admin/Permalinks.php:80 +msgid "Trip destination base" +msgstr "" + +#: inc/Admin/Permalinks.php:85 +#: svn_folder/tags/1.0.0/inc/Admin/Permalinks.php:85 +#: svn_folder/trunk/inc/Admin/Permalinks.php:85 +msgid "Trip activities base" +msgstr "" + +#: inc/Admin/Permalinks.php:90 +#: svn_folder/tags/1.0.0/inc/Admin/Permalinks.php:90 +#: svn_folder/trunk/inc/Admin/Permalinks.php:90 +msgid "Trip Keyword base" +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "Tripzzy" +msgstr "" + +#: inc/Admin/Pointers.php:153 svn_folder/tags/1.0.0/inc/Admin/Pointers.php:153 +#: svn_folder/trunk/inc/Admin/Pointers.php:153 +msgid "Welcome to Tripzzy" +msgstr "" + +#: inc/Admin/Views/FilterPlusView.php:76 +#: svn_folder/tags/1.0.0/inc/Admin/Views/FilterPlusView.php:76 +#: svn_folder/trunk/inc/Admin/Views/FilterPlusView.php:76 +msgid "General name for the filter, usually plural." +msgstr "" + +#: inc/Admin/Views/FilterPlusView.php:81 +#: svn_folder/tags/1.0.0/inc/Admin/Views/FilterPlusView.php:81 +#: svn_folder/trunk/inc/Admin/Views/FilterPlusView.php:81 +msgid "Slug for filter or Category." +msgstr "" + +#: inc/Admin/Views/FilterPlusView.php:86 +#: svn_folder/tags/1.0.0/inc/Admin/Views/FilterPlusView.php:86 +#: svn_folder/trunk/inc/Admin/Views/FilterPlusView.php:86 +msgid "" +"If checked the new filter will be treated as WordPress deafult categories " +"else as tags." +msgstr "" + +#: inc/Admin/Views/FilterPlusView.php:91 +#: svn_folder/tags/1.0.0/inc/Admin/Views/FilterPlusView.php:91 +#: svn_folder/trunk/inc/Admin/Views/FilterPlusView.php:91 +msgid "If checked the filter will be available as filter by option." +msgstr "" + +#: inc/Admin/Views/FilterPlusView.php:144 inc/Core/Helpers/Strings.php:69 +#: svn_folder/tags/1.0.0/inc/Admin/Views/FilterPlusView.php:144 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:69 +#: svn_folder/trunk/inc/Admin/Views/FilterPlusView.php:144 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:69 +msgid "Yes" +msgstr "" + +#: inc/Admin/Views/FilterPlusView.php:144 inc/Core/Helpers/Strings.php:70 +#: svn_folder/tags/1.0.0/inc/Admin/Views/FilterPlusView.php:144 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:70 +#: svn_folder/trunk/inc/Admin/Views/FilterPlusView.php:144 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:70 +msgid "No" +msgstr "" + +#: inc/Admin/Views/FilterPlusView.php:153 +#: svn_folder/tags/1.0.0/inc/Admin/Views/FilterPlusView.php:153 +#: svn_folder/trunk/inc/Admin/Views/FilterPlusView.php:153 +msgid "Edit" +msgstr "" + +#: inc/Admin/Views/FilterPlusView.php:156 +#: svn_folder/tags/1.0.0/inc/Admin/Views/FilterPlusView.php:156 +#: svn_folder/trunk/inc/Admin/Views/FilterPlusView.php:156 +msgid "Delete" +msgstr "" + +#: inc/Admin/Views/FilterPlusView.php:168 +#: svn_folder/tags/1.0.0/inc/Admin/Views/FilterPlusView.php:168 +#: svn_folder/trunk/inc/Admin/Views/FilterPlusView.php:168 +msgid "No filters found." +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:72 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:72 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:72 +msgid "WordPress environment" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:77 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:77 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:77 +msgid "WP Version" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:81 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:81 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:81 +msgid "Tripzzy Version" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:85 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:85 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:85 +msgid "Home URL" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:89 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:89 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:89 +msgid "Site URL" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:93 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:93 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:93 +msgid "WP Memory Limit" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:117 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:117 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:117 +msgid "WP Multisite" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:121 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:121 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:121 +msgid "WP Debug Mode" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:125 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:125 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:125 +msgid "WP Cron" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:130 inc/Core/Helpers/TripInfos.php:388 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:130 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripInfos.php:388 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:130 +#: svn_folder/trunk/inc/Core/Helpers/TripInfos.php:388 +msgid "Language" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:135 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:135 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:135 +msgid "Upload Directory Location" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:160 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:160 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:160 +msgid "Server environment" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:165 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:165 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:165 +msgid "Server Info" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:174 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:174 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:174 +msgid "PHP Version" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:186 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:186 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:186 +#. translators: 1: server php version 2: Minimum recommended php version +msgid "%1$s - Recommend PHP version of %2$s. See:" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:188 +#: inc/Admin/Views/SystemInfoView.php:265 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:188 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:265 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:188 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:265 +msgid "WordPress Requirements" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:197 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:197 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:197 +msgid "Couldn't determine PHP version because phpversion() doesn't exist." +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:204 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:204 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:204 +msgid "PHP Post Max Size" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:208 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:208 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:208 +msgid "PHP Time Limit" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:212 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:212 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:212 +msgid "PHP Max Input Vars" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:216 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:216 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:216 +msgid "cURL Version" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:223 inc/Core/Bookings.php:502 +#: inc/Core/Bookings.php:510 inc/Core/Helpers/Strings.php:85 +#: inc/Core/Helpers/TripMap.php:201 inc/Core/Helpers/TripMap.php:212 +#: inc/Core/Payment.php:181 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:223 +#: svn_folder/tags/1.0.0/inc/Core/Bookings.php:502 +#: svn_folder/tags/1.0.0/inc/Core/Bookings.php:510 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:85 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripMap.php:201 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripMap.php:212 +#: svn_folder/tags/1.0.0/inc/Core/Payment.php:181 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:223 +#: svn_folder/trunk/inc/Core/Bookings.php:502 +#: svn_folder/trunk/inc/Core/Bookings.php:510 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:85 +#: svn_folder/trunk/inc/Core/Helpers/TripMap.php:201 +#: svn_folder/trunk/inc/Core/Helpers/TripMap.php:212 +#: svn_folder/trunk/inc/Core/Payment.php:181 +msgid "N/A" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:230 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:230 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:230 +msgid "SUHOSIN Installed" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:251 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:251 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:251 +msgid "MySQL Version" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:263 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:263 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:263 +#. translators: 1: server mysql version +msgid "%1$s - We recommend a minimum MySQL version of 5.7. See:" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:278 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:278 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:278 +msgid "Max Upload Size" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:283 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:283 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:283 +msgid "Default Timezone is UTC" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:295 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:295 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:295 +#. translators: 1: Default Timezone +msgid "Default timezone is %s - it should be UTC" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:306 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:306 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:306 +msgid "PHP Error Log File Location" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:334 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:334 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:334 +msgid "" +"Your server does not have the %s class enabled - some gateway plugins which " +"use SOAP may not work as expected." +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:344 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:344 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:344 +msgid "" +"Your server does not have the %s class enabled - HTML/Multipart emails, and " +"also some extensions, will not work without DOMDocument." +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:354 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:354 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:354 +msgid "" +"Your server does not support the %s function - this is required to use the " +"GeoIP database from MaxMind." +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:364 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:364 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:364 +msgid "" +"Your server does not support the %s functions - this is required for better " +"character encoding. Some fallbacks will be used instead for it." +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:421 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:421 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:421 +msgid "Active Plugins" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:446 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:446 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:446 +msgid "Visit plugin homepage" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:481 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:481 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:481 +msgid "Theme" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:490 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:490 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:490 +msgid "Name" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:494 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:494 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:494 +msgid "Version" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:498 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:498 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:498 +msgid "Author URL" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:502 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:502 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:502 +msgid "Child Theme" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:509 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:509 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:509 +msgid "If you're want to modifying a theme, it safe to create a child theme. See:" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:511 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:511 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:511 +msgid "How to create a child theme" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:522 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:522 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:522 +msgid "Parent Theme Name" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:526 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:526 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:526 +msgid "Parent Theme Version" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:530 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:530 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:530 +msgid "Parent Theme Author URL" +msgstr "" + +#: inc/Core/Ajax/CartAjax.php:54 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/CartAjax.php:54 +#: svn_folder/trunk/inc/Core/Ajax/CartAjax.php:54 +msgid "Unable to retrieve cart." +msgstr "" + +#: inc/Core/Ajax/CartAjax.php:115 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/CartAjax.php:115 +#: svn_folder/trunk/inc/Core/Ajax/CartAjax.php:115 +msgid "Added to cart successfully." +msgstr "" + +#: inc/Core/Ajax/CartAjax.php:139 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/CartAjax.php:139 +#: svn_folder/trunk/inc/Core/Ajax/CartAjax.php:139 +msgid "Remove from cart successfully." +msgstr "" + +#: inc/Core/Ajax/DashboardAjax.php:52 inc/Core/Ajax/DashboardAjax.php:125 +#: inc/Core/Ajax/DashboardAjax.php:189 inc/Core/Ajax/DashboardAjax.php:239 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/DashboardAjax.php:52 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/DashboardAjax.php:125 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/DashboardAjax.php:189 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/DashboardAjax.php:239 +#: svn_folder/trunk/inc/Core/Ajax/DashboardAjax.php:52 +#: svn_folder/trunk/inc/Core/Ajax/DashboardAjax.php:125 +#: svn_folder/trunk/inc/Core/Ajax/DashboardAjax.php:189 +#: svn_folder/trunk/inc/Core/Ajax/DashboardAjax.php:239 +msgid "You are not logged in." +msgstr "" + +#: inc/Core/Ajax/DashboardAjax.php:103 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/DashboardAjax.php:103 +#: svn_folder/trunk/inc/Core/Ajax/DashboardAjax.php:103 +msgid "Profile updated successfully." +msgstr "" + +#: inc/Core/Ajax/DashboardAjax.php:103 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/DashboardAjax.php:103 +#: svn_folder/trunk/inc/Core/Ajax/DashboardAjax.php:103 +msgid "Something went wrong. Please try again later." +msgstr "" + +#: inc/Core/Ajax/DashboardAjax.php:106 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/DashboardAjax.php:106 +#: svn_folder/trunk/inc/Core/Ajax/DashboardAjax.php:106 +msgid "No changes were made to your profile." +msgstr "" + +#: inc/Core/Ajax/EnquiryAjax.php:88 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/EnquiryAjax.php:88 +#: svn_folder/trunk/inc/Core/Ajax/EnquiryAjax.php:88 +msgid "Unable to create enquiry" +msgstr "" + +#: inc/Core/Ajax/EnquiryAjax.php:101 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/EnquiryAjax.php:101 +#: svn_folder/trunk/inc/Core/Ajax/EnquiryAjax.php:101 +msgid "Enquiry sent successfully!" +msgstr "" + +#: inc/Core/Ajax/TripAjax.php:225 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/TripAjax.php:224 +#: svn_folder/trunk/inc/Core/Ajax/TripAjax.php:224 +#. Translators: %s Found Posts. +msgid "%s trip found." +msgid_plural "%s trips found." +msgstr[0] "" +msgstr[1] "" + +#: inc/Core/Ajax/TripAjax.php:231 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/TripAjax.php:230 +#: svn_folder/trunk/inc/Core/Ajax/TripAjax.php:230 +msgid "No trips found." +msgstr "" + +#: inc/Core/Bases/EmailBase.php:243 +#: svn_folder/tags/1.0.0/inc/Core/Bases/EmailBase.php:243 +#: svn_folder/trunk/inc/Core/Bases/EmailBase.php:243 +msgid "Tripzzy Email" +msgstr "" + +#: inc/Core/Bases/TaxonomyBase.php:91 +#: svn_folder/tags/1.0.0/inc/Core/Bases/TaxonomyBase.php:91 +#: svn_folder/trunk/inc/Core/Bases/TaxonomyBase.php:91 +#. translators: 1: Taxonomy singular name +msgid "%s added." +msgstr "" + +#: inc/Core/Bases/TaxonomyBase.php:93 inc/Core/Bases/TaxonomyBase.php:101 +#: svn_folder/tags/1.0.0/inc/Core/Bases/TaxonomyBase.php:93 +#: svn_folder/tags/1.0.0/inc/Core/Bases/TaxonomyBase.php:101 +#: svn_folder/trunk/inc/Core/Bases/TaxonomyBase.php:93 +#: svn_folder/trunk/inc/Core/Bases/TaxonomyBase.php:101 +#. translators: 1: Taxonomy singular name +#. translators: 1: Taxonomy name +msgid "%s deleted." +msgstr "" + +#: inc/Core/Bases/TaxonomyBase.php:95 +#: svn_folder/tags/1.0.0/inc/Core/Bases/TaxonomyBase.php:95 +#: svn_folder/trunk/inc/Core/Bases/TaxonomyBase.php:95 +#. translators: 1: Taxonomy singular name +msgid "%s updated." +msgstr "" + +#: inc/Core/Bases/TaxonomyBase.php:97 +#: svn_folder/tags/1.0.0/inc/Core/Bases/TaxonomyBase.php:97 +#: svn_folder/trunk/inc/Core/Bases/TaxonomyBase.php:97 +#. translators: 1: Taxonomy singular name +msgid "%s not added." +msgstr "" + +#: inc/Core/Bases/TaxonomyBase.php:99 +#: svn_folder/tags/1.0.0/inc/Core/Bases/TaxonomyBase.php:99 +#: svn_folder/trunk/inc/Core/Bases/TaxonomyBase.php:99 +#. translators: 1: Taxonomy singular name +msgid "%s not updated." +msgstr "" + +#: inc/Core/Bookings.php:227 svn_folder/tags/1.0.0/inc/Core/Bookings.php:227 +#: svn_folder/trunk/inc/Core/Bookings.php:227 +msgid "Booking Detail" +msgstr "" + +#: inc/Core/Bookings.php:290 svn_folder/tags/1.0.0/inc/Core/Bookings.php:290 +#: svn_folder/trunk/inc/Core/Bookings.php:290 +msgid "Gross Total" +msgstr "" + +#: inc/Core/Bookings.php:294 svn_folder/tags/1.0.0/inc/Core/Bookings.php:294 +#: svn_folder/tags/1.0.0/templates/checkout.php:103 +#: svn_folder/trunk/inc/Core/Bookings.php:294 +#: svn_folder/trunk/templates/checkout.php:103 templates/checkout.php:103 +msgid "Discount" +msgstr "" + +#: inc/Core/Bookings.php:299 svn_folder/tags/1.0.0/inc/Core/Bookings.php:299 +#: svn_folder/tags/1.0.0/templates/checkout.php:110 +#: svn_folder/trunk/inc/Core/Bookings.php:299 +#: svn_folder/trunk/templates/checkout.php:110 templates/checkout.php:110 +msgid "Total" +msgstr "" + +#: inc/Core/Bookings.php:334 svn_folder/tags/1.0.0/inc/Core/Bookings.php:334 +#: svn_folder/trunk/inc/Core/Bookings.php:334 +msgid "Payment Detail" +msgstr "" + +#: inc/Core/Bookings.php:485 svn_folder/tags/1.0.0/inc/Core/Bookings.php:485 +#: svn_folder/trunk/inc/Core/Bookings.php:485 +msgid "Pending" +msgstr "" + +#: inc/Core/Bookings.php:486 svn_folder/tags/1.0.0/inc/Core/Bookings.php:486 +#: svn_folder/trunk/inc/Core/Bookings.php:486 +msgid "Booked" +msgstr "" + +#: inc/Core/Bookings.php:487 svn_folder/tags/1.0.0/inc/Core/Bookings.php:487 +#: svn_folder/trunk/inc/Core/Bookings.php:487 +msgid "Canceled" +msgstr "" + +#: inc/Core/Bookings.php:488 svn_folder/tags/1.0.0/inc/Core/Bookings.php:488 +#: svn_folder/trunk/inc/Core/Bookings.php:488 +msgid "Refunded" +msgstr "" + +#: inc/Core/Cart.php:419 svn_folder/tags/1.0.0/inc/Core/Cart.php:419 +#: svn_folder/trunk/inc/Core/Cart.php:419 +msgid "Couldn't add trip to the cart." +msgstr "" + +#: inc/Core/Emails/AdminBookingEmail.php:217 +#: inc/Core/Emails/CustomerBookingCancelationEmail.php:135 +#: inc/Core/Emails/CustomerBookingEmail.php:233 +#: inc/Core/Emails/CustomerBookingRefundedEmail.php:135 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminBookingEmail.php:217 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingCancelationEmail.php:135 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingEmail.php:233 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingRefundedEmail.php:135 +#: svn_folder/trunk/inc/Core/Emails/AdminBookingEmail.php:217 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingCancelationEmail.php:135 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingEmail.php:233 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingRefundedEmail.php:135 +msgid "Trip Booking details." +msgstr "" + +#: inc/Core/Emails/AdminBookingEmail.php:218 +#: inc/Core/Emails/CustomerBookingEmail.php:234 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminBookingEmail.php:218 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingEmail.php:234 +#: svn_folder/trunk/inc/Core/Emails/AdminBookingEmail.php:218 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingEmail.php:234 +msgid "Trip Payment details." +msgstr "" + +#: inc/Core/Emails/AdminBookingEmail.php:219 +#: inc/Core/Emails/CustomerBookingCancelationEmail.php:136 +#: inc/Core/Emails/CustomerBookingEmail.php:235 +#: inc/Core/Emails/CustomerBookingRefundedEmail.php:136 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminBookingEmail.php:219 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingCancelationEmail.php:136 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingEmail.php:235 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingRefundedEmail.php:136 +#: svn_folder/trunk/inc/Core/Emails/AdminBookingEmail.php:219 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingCancelationEmail.php:136 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingEmail.php:235 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingRefundedEmail.php:136 +msgid "Booking ID of trip." +msgstr "" + +#: inc/Core/Emails/AdminBookingEmail.php:220 +#: inc/Core/Emails/CustomerBookingCancelationEmail.php:137 +#: inc/Core/Emails/CustomerBookingEmail.php:236 +#: inc/Core/Emails/CustomerBookingRefundedEmail.php:137 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminBookingEmail.php:220 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingCancelationEmail.php:137 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingEmail.php:236 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingRefundedEmail.php:137 +#: svn_folder/trunk/inc/Core/Emails/AdminBookingEmail.php:220 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingCancelationEmail.php:137 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingEmail.php:236 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingRefundedEmail.php:137 +msgid "Details of customers who booked the trip." +msgstr "" + +#: inc/Core/Emails/AdminBookingEmail.php:221 +#: inc/Core/Emails/CustomerBookingCancelationEmail.php:138 +#: inc/Core/Emails/CustomerBookingEmail.php:237 +#: inc/Core/Emails/CustomerBookingRefundedEmail.php:138 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminBookingEmail.php:221 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingCancelationEmail.php:138 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingEmail.php:237 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingRefundedEmail.php:138 +#: svn_folder/trunk/inc/Core/Emails/AdminBookingEmail.php:221 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingCancelationEmail.php:138 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingEmail.php:237 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingRefundedEmail.php:138 +msgid "Full name of the customer." +msgstr "" + +#: inc/Core/Emails/AdminBookingEmail.php:222 +#: inc/Core/Emails/CustomerBookingCancelationEmail.php:139 +#: inc/Core/Emails/CustomerBookingEmail.php:238 +#: inc/Core/Emails/CustomerBookingRefundedEmail.php:139 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminBookingEmail.php:222 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingCancelationEmail.php:139 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingEmail.php:238 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingRefundedEmail.php:139 +#: svn_folder/trunk/inc/Core/Emails/AdminBookingEmail.php:222 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingCancelationEmail.php:139 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingEmail.php:238 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingRefundedEmail.php:139 +msgid "First name of the customer." +msgstr "" + +#: inc/Core/Emails/AdminBookingEmail.php:223 +#: inc/Core/Emails/CustomerBookingCancelationEmail.php:140 +#: inc/Core/Emails/CustomerBookingEmail.php:239 +#: inc/Core/Emails/CustomerBookingRefundedEmail.php:140 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminBookingEmail.php:223 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingCancelationEmail.php:140 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingEmail.php:239 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingRefundedEmail.php:140 +#: svn_folder/trunk/inc/Core/Emails/AdminBookingEmail.php:223 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingCancelationEmail.php:140 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingEmail.php:239 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingRefundedEmail.php:140 +msgid "Last name of the customer." +msgstr "" + +#: inc/Core/Emails/AdminBookingEmail.php:224 +#: inc/Core/Emails/CustomerBookingCancelationEmail.php:141 +#: inc/Core/Emails/CustomerBookingEmail.php:240 +#: inc/Core/Emails/CustomerBookingRefundedEmail.php:141 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminBookingEmail.php:224 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingCancelationEmail.php:141 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingEmail.php:240 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingRefundedEmail.php:141 +#: svn_folder/trunk/inc/Core/Emails/AdminBookingEmail.php:224 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingCancelationEmail.php:141 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingEmail.php:240 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingRefundedEmail.php:141 +msgid "URL of Dashboard where list of bookings are listed." +msgstr "" + +#: inc/Core/Emails/AdminBookingEmail.php:225 +#: inc/Core/Emails/AdminEnquiryEmail.php:174 +#: inc/Core/Emails/CustomerBookingCancelationEmail.php:142 +#: inc/Core/Emails/CustomerBookingEmail.php:241 +#: inc/Core/Emails/CustomerBookingRefundedEmail.php:142 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminBookingEmail.php:225 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminEnquiryEmail.php:174 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingCancelationEmail.php:142 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingEmail.php:241 +#: svn_folder/tags/1.0.0/inc/Core/Emails/CustomerBookingRefundedEmail.php:142 +#: svn_folder/trunk/inc/Core/Emails/AdminBookingEmail.php:225 +#: svn_folder/trunk/inc/Core/Emails/AdminEnquiryEmail.php:174 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingCancelationEmail.php:142 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingEmail.php:241 +#: svn_folder/trunk/inc/Core/Emails/CustomerBookingRefundedEmail.php:142 +msgid "Current website name." +msgstr "" + +#: inc/Core/Emails/AdminEnquiryEmail.php:169 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminEnquiryEmail.php:169 +#: svn_folder/trunk/inc/Core/Emails/AdminEnquiryEmail.php:169 +msgid "Enquiry ID." +msgstr "" + +#: inc/Core/Emails/AdminEnquiryEmail.php:170 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminEnquiryEmail.php:170 +#: svn_folder/trunk/inc/Core/Emails/AdminEnquiryEmail.php:170 +msgid "Trip Name." +msgstr "" + +#: inc/Core/Emails/AdminEnquiryEmail.php:171 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminEnquiryEmail.php:171 +#: svn_folder/trunk/inc/Core/Emails/AdminEnquiryEmail.php:171 +msgid "Full Name." +msgstr "" + +#: inc/Core/Emails/AdminEnquiryEmail.php:172 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminEnquiryEmail.php:172 +#: svn_folder/trunk/inc/Core/Emails/AdminEnquiryEmail.php:172 +msgid "Email ID." +msgstr "" + +#: inc/Core/Emails/AdminEnquiryEmail.php:173 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminEnquiryEmail.php:173 +#: svn_folder/trunk/inc/Core/Emails/AdminEnquiryEmail.php:173 +msgid "Enquiry Message." +msgstr "" + +#: inc/Core/Emails/AdminEnquiryEmail.php:175 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminEnquiryEmail.php:175 +#: svn_folder/trunk/inc/Core/Emails/AdminEnquiryEmail.php:175 +msgid "URL of the trip." +msgstr "" + +#: inc/Core/Emails/AdminEnquiryEmail.php:176 +#: svn_folder/tags/1.0.0/inc/Core/Emails/AdminEnquiryEmail.php:176 +#: svn_folder/trunk/inc/Core/Emails/AdminEnquiryEmail.php:176 +msgid "Title of the trip." +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:69 inc/Core/Forms/CheckoutForm.php:240 +#: inc/Core/Helpers/UserProfile.php:116 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:69 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:240 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/UserProfile.php:116 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:69 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:240 +#: svn_folder/trunk/inc/Core/Helpers/UserProfile.php:116 +msgid "First Name" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:73 inc/Core/Forms/CheckoutForm.php:244 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:73 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:244 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:73 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:244 +msgid "Your first name" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:86 inc/Core/Forms/CheckoutForm.php:272 +#: inc/Core/Helpers/UserProfile.php:117 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:86 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:272 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/UserProfile.php:117 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:86 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:272 +#: svn_folder/trunk/inc/Core/Helpers/UserProfile.php:117 +msgid "Last Name" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:90 inc/Core/Forms/CheckoutForm.php:276 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:90 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:276 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:90 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:276 +msgid "Your last name" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:102 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:102 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:102 +msgid "Country / Region" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:106 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:106 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:106 +msgid "Select country" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:119 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:119 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:119 +msgid "Street address" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:123 inc/Core/Forms/CheckoutForm.php:324 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:123 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:324 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:123 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:324 +msgid "Your address" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:140 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:140 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:140 +msgid "Your address 2" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:153 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:153 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:153 +msgid "Town / City" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:157 inc/Core/Forms/CheckoutForm.php:340 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:157 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:340 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:157 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:340 +msgid "Your city" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:170 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:170 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:170 +msgid "State / Zone" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:174 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:174 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:174 +msgid "Your state" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:187 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:187 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:187 +msgid "Postcode / ZIP (optional)" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:191 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:191 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:191 +msgid "Your postcode" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:204 inc/Core/Forms/CheckoutForm.php:304 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:204 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:304 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:204 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:304 +msgid "Phone" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:208 inc/Core/Forms/CheckoutForm.php:308 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:208 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:308 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:208 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:308 +msgid "Your phone" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:220 inc/Core/Forms/CheckoutForm.php:288 +#: inc/Core/Forms/EnquiryForm.php:78 inc/Core/Forms/Inputs/Email.php:46 +#: inc/Core/PostTypes/CustomerPostType.php:207 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:220 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:288 +#: svn_folder/tags/1.0.0/inc/Core/Forms/EnquiryForm.php:78 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/Email.php:46 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:207 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:220 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:288 +#: svn_folder/trunk/inc/Core/Forms/EnquiryForm.php:78 +#: svn_folder/trunk/inc/Core/Forms/Inputs/Email.php:46 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:207 +msgid "Email" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:224 inc/Core/Forms/CheckoutForm.php:292 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:224 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:292 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:224 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:292 +msgid "Your email" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:256 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:256 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:256 +msgid "Middle name" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:260 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:260 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:260 +msgid "Your middle name" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:320 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:320 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:320 +msgid "Address" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:336 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:336 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:336 +msgid "City" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:352 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:352 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:352 +msgid "Country" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:356 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:356 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:356 +msgid "Your country" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:373 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:373 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:373 +msgid "Billing Detail" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:392 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:392 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:392 +msgid "Additional information" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:408 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:408 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:408 +msgid "Notes" +msgstr "" + +#: inc/Core/Forms/CheckoutForm.php:412 +#: svn_folder/tags/1.0.0/inc/Core/Forms/CheckoutForm.php:412 +#: svn_folder/trunk/inc/Core/Forms/CheckoutForm.php:412 +msgid "Your note" +msgstr "" + +#: inc/Core/Forms/EnquiryForm.php:45 inc/Core/PostTypes/BookingPostType.php:310 +#: svn_folder/tags/1.0.0/inc/Core/Forms/EnquiryForm.php:45 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:310 +#: svn_folder/trunk/inc/Core/Forms/EnquiryForm.php:45 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:310 +msgid "Trip Name" +msgstr "" + +#: inc/Core/Forms/EnquiryForm.php:61 +#: svn_folder/tags/1.0.0/inc/Core/Forms/EnquiryForm.php:61 +#: svn_folder/trunk/inc/Core/Forms/EnquiryForm.php:61 +msgid "Full Name" +msgstr "" + +#: inc/Core/Forms/EnquiryForm.php:65 +#: svn_folder/tags/1.0.0/inc/Core/Forms/EnquiryForm.php:65 +#: svn_folder/trunk/inc/Core/Forms/EnquiryForm.php:65 +msgid "Your Full name" +msgstr "" + +#: inc/Core/Forms/EnquiryForm.php:82 +#: svn_folder/tags/1.0.0/inc/Core/Forms/EnquiryForm.php:82 +#: svn_folder/trunk/inc/Core/Forms/EnquiryForm.php:82 +msgid "Your Email" +msgstr "" + +#: inc/Core/Forms/EnquiryForm.php:95 +#: svn_folder/tags/1.0.0/inc/Core/Forms/EnquiryForm.php:95 +#: svn_folder/trunk/inc/Core/Forms/EnquiryForm.php:95 +msgid "Message" +msgstr "" + +#: inc/Core/Forms/EnquiryForm.php:99 +#: svn_folder/tags/1.0.0/inc/Core/Forms/EnquiryForm.php:99 +#: svn_folder/trunk/inc/Core/Forms/EnquiryForm.php:99 +msgid "Your message" +msgstr "" + +#: inc/Core/Forms/Inputs/CountryDropdown.php:59 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/CountryDropdown.php:59 +#: svn_folder/trunk/inc/Core/Forms/Inputs/CountryDropdown.php:59 +msgid "Country Dropdown" +msgstr "" + +#: inc/Core/Forms/Inputs/Dropdown.php:57 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/Dropdown.php:57 +#: svn_folder/trunk/inc/Core/Forms/Inputs/Dropdown.php:57 +msgid "Dropdown" +msgstr "" + +#: inc/Core/Forms/Inputs/Hidden.php:46 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/Hidden.php:46 +#: svn_folder/trunk/inc/Core/Forms/Inputs/Hidden.php:46 +msgid "Hidden" +msgstr "" + +#: inc/Core/Forms/Inputs/Image.php:59 inc/Core/Helpers/TripMap.php:102 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/Image.php:59 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripMap.php:102 +#: svn_folder/trunk/inc/Core/Forms/Inputs/Image.php:59 +#: svn_folder/trunk/inc/Core/Helpers/TripMap.php:102 +msgid "Image" +msgstr "" + +#: inc/Core/Forms/Inputs/Image.php:151 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/Image.php:146 +#: svn_folder/trunk/inc/Core/Forms/Inputs/Image.php:146 +msgid "Add Image" +msgstr "" + +#: inc/Core/Forms/Inputs/Number.php:46 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/Number.php:46 +#: svn_folder/trunk/inc/Core/Forms/Inputs/Number.php:46 +msgid "Number" +msgstr "" + +#: inc/Core/Forms/Inputs/Repeator.php:48 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/Repeator.php:48 +#: svn_folder/trunk/inc/Core/Forms/Inputs/Repeator.php:48 +msgid "Repeator" +msgstr "" + +#: inc/Core/Forms/Inputs/TaxonomyDropdown.php:66 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/TaxonomyDropdown.php:66 +#: svn_folder/trunk/inc/Core/Forms/Inputs/TaxonomyDropdown.php:66 +msgid "Taxonomy Dropdown" +msgstr "" + +#: inc/Core/Forms/Inputs/Tel.php:46 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/Tel.php:46 +#: svn_folder/trunk/inc/Core/Forms/Inputs/Tel.php:46 +msgid "Tel" +msgstr "" + +#: inc/Core/Forms/Inputs/Text.php:54 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/Text.php:54 +#: svn_folder/trunk/inc/Core/Forms/Inputs/Text.php:54 +msgid "Text" +msgstr "" + +#: inc/Core/Forms/Inputs/Textarea.php:52 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/Textarea.php:52 +#: svn_folder/trunk/inc/Core/Forms/Inputs/Textarea.php:52 +msgid "Textarea" +msgstr "" + +#: inc/Core/Forms/Inputs/Wrapper.php:48 +#: svn_folder/tags/1.0.0/inc/Core/Forms/Inputs/Wrapper.php:48 +#: svn_folder/trunk/inc/Core/Forms/Inputs/Wrapper.php:48 +msgid "Wrapper" +msgstr "" + +#: inc/Core/Helpers/Amount.php:30 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Amount.php:30 +#: svn_folder/trunk/inc/Core/Helpers/Amount.php:30 +msgid "Display Currency Code." +msgstr "" + +#: inc/Core/Helpers/Amount.php:31 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Amount.php:31 +#: svn_folder/trunk/inc/Core/Helpers/Amount.php:31 +msgid "Display Currency Symbol." +msgstr "" + +#: inc/Core/Helpers/Amount.php:32 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Amount.php:32 +#: svn_folder/trunk/inc/Core/Helpers/Amount.php:32 +msgid "Display Amount figure without any formating." +msgstr "" + +#: inc/Core/Helpers/Amount.php:33 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Amount.php:33 +#: svn_folder/trunk/inc/Core/Helpers/Amount.php:33 +msgid "Display amount with amount format as per settings" +msgstr "" + +#: inc/Core/Helpers/CategoryPricing.php:42 +#: inc/Core/Helpers/TripPackageCategory.php:48 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/CategoryPricing.php:42 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripPackageCategory.php:48 +#: svn_folder/trunk/inc/Core/Helpers/CategoryPricing.php:42 +#: svn_folder/trunk/inc/Core/Helpers/TripPackageCategory.php:48 +msgid "Arguments array must contains `id`" +msgstr "" + +#: inc/Core/Helpers/Countries.php:67 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:67 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:67 +msgid "Afghanistan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:68 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:68 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:68 +msgid "Åland Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:69 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:69 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:69 +msgid "Albania" +msgstr "" + +#: inc/Core/Helpers/Countries.php:70 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:70 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:70 +msgid "Algeria" +msgstr "" + +#: inc/Core/Helpers/Countries.php:71 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:71 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:71 +msgid "American Samoa" +msgstr "" + +#: inc/Core/Helpers/Countries.php:72 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:72 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:72 +msgid "Andorra" +msgstr "" + +#: inc/Core/Helpers/Countries.php:73 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:73 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:73 +msgid "Angola" +msgstr "" + +#: inc/Core/Helpers/Countries.php:74 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:74 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:74 +msgid "Anguilla" +msgstr "" + +#: inc/Core/Helpers/Countries.php:75 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:75 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:75 +msgid "Antarctica" +msgstr "" + +#: inc/Core/Helpers/Countries.php:76 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:76 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:76 +msgid "Antigua and Barbuda" +msgstr "" + +#: inc/Core/Helpers/Countries.php:77 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:77 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:77 +msgid "Argentina" +msgstr "" + +#: inc/Core/Helpers/Countries.php:78 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:78 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:78 +msgid "Armenia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:79 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:79 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:79 +msgid "Aruba" +msgstr "" + +#: inc/Core/Helpers/Countries.php:80 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:80 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:80 +msgid "Australia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:81 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:81 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:81 +msgid "Austria" +msgstr "" + +#: inc/Core/Helpers/Countries.php:82 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:82 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:82 +msgid "Azerbaijan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:83 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:83 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:83 +msgid "Bahamas" +msgstr "" + +#: inc/Core/Helpers/Countries.php:84 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:84 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:84 +msgid "Bahrain" +msgstr "" + +#: inc/Core/Helpers/Countries.php:85 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:85 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:85 +msgid "Bangladesh" +msgstr "" + +#: inc/Core/Helpers/Countries.php:86 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:86 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:86 +msgid "Barbados" +msgstr "" + +#: inc/Core/Helpers/Countries.php:87 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:87 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:87 +msgid "Belarus" +msgstr "" + +#: inc/Core/Helpers/Countries.php:88 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:88 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:88 +msgid "Belgium" +msgstr "" + +#: inc/Core/Helpers/Countries.php:89 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:89 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:89 +msgid "Belau" +msgstr "" + +#: inc/Core/Helpers/Countries.php:90 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:90 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:90 +msgid "Belize" +msgstr "" + +#: inc/Core/Helpers/Countries.php:91 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:91 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:91 +msgid "Benin" +msgstr "" + +#: inc/Core/Helpers/Countries.php:92 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:92 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:92 +msgid "Bermuda" +msgstr "" + +#: inc/Core/Helpers/Countries.php:93 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:93 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:93 +msgid "Bhutan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:94 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:94 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:94 +msgid "Bolivia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:95 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:95 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:95 +msgid "Bonaire, Saint Eustatius and Saba" +msgstr "" + +#: inc/Core/Helpers/Countries.php:96 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:96 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:96 +msgid "Bosnia and Herzegovina" +msgstr "" + +#: inc/Core/Helpers/Countries.php:97 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:97 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:97 +msgid "Botswana" +msgstr "" + +#: inc/Core/Helpers/Countries.php:98 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:98 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:98 +msgid "Bouvet Island" +msgstr "" + +#: inc/Core/Helpers/Countries.php:99 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:99 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:99 +msgid "Brazil" +msgstr "" + +#: inc/Core/Helpers/Countries.php:100 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:100 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:100 +msgid "British Indian Ocean Territory" +msgstr "" + +#: inc/Core/Helpers/Countries.php:101 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:101 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:101 +msgid "Brunei" +msgstr "" + +#: inc/Core/Helpers/Countries.php:102 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:102 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:102 +msgid "Bulgaria" +msgstr "" + +#: inc/Core/Helpers/Countries.php:103 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:103 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:103 +msgid "Burkina Faso" +msgstr "" + +#: inc/Core/Helpers/Countries.php:104 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:104 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:104 +msgid "Burundi" +msgstr "" + +#: inc/Core/Helpers/Countries.php:105 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:105 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:105 +msgid "Cambodia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:106 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:106 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:106 +msgid "Cameroon" +msgstr "" + +#: inc/Core/Helpers/Countries.php:107 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:107 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:107 +msgid "Canada" +msgstr "" + +#: inc/Core/Helpers/Countries.php:108 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:108 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:108 +msgid "Cape Verde" +msgstr "" + +#: inc/Core/Helpers/Countries.php:109 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:109 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:109 +msgid "Cayman Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:110 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:110 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:110 +msgid "Central African Republic" +msgstr "" + +#: inc/Core/Helpers/Countries.php:111 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:111 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:111 +msgid "Chad" +msgstr "" + +#: inc/Core/Helpers/Countries.php:112 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:112 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:112 +msgid "Chile" +msgstr "" + +#: inc/Core/Helpers/Countries.php:113 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:113 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:113 +msgid "China" +msgstr "" + +#: inc/Core/Helpers/Countries.php:114 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:114 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:114 +msgid "Christmas Island" +msgstr "" + +#: inc/Core/Helpers/Countries.php:115 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:115 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:115 +msgid "Cocos (Keeling) Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:116 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:116 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:116 +msgid "Colombia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:117 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:117 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:117 +msgid "Comoros" +msgstr "" + +#: inc/Core/Helpers/Countries.php:118 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:118 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:118 +msgid "Congo (Brazzaville)" +msgstr "" + +#: inc/Core/Helpers/Countries.php:119 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:119 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:119 +msgid "Congo (Kinshasa)" +msgstr "" + +#: inc/Core/Helpers/Countries.php:120 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:120 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:120 +msgid "Cook Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:121 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:121 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:121 +msgid "Costa Rica" +msgstr "" + +#: inc/Core/Helpers/Countries.php:122 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:122 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:122 +msgid "Croatia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:123 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:123 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:123 +msgid "Cuba" +msgstr "" + +#: inc/Core/Helpers/Countries.php:124 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:124 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:124 +msgid "Curaçao" +msgstr "" + +#: inc/Core/Helpers/Countries.php:125 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:125 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:125 +msgid "Cyprus" +msgstr "" + +#: inc/Core/Helpers/Countries.php:126 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:126 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:126 +msgid "Czech Republic" +msgstr "" + +#: inc/Core/Helpers/Countries.php:127 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:127 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:127 +msgid "Denmark" +msgstr "" + +#: inc/Core/Helpers/Countries.php:128 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:128 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:128 +msgid "Djibouti" +msgstr "" + +#: inc/Core/Helpers/Countries.php:129 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:129 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:129 +msgid "Dominica" +msgstr "" + +#: inc/Core/Helpers/Countries.php:130 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:130 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:130 +msgid "Dominican Republic" +msgstr "" + +#: inc/Core/Helpers/Countries.php:131 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:131 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:131 +msgid "Ecuador" +msgstr "" + +#: inc/Core/Helpers/Countries.php:132 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:132 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:132 +msgid "Egypt" +msgstr "" + +#: inc/Core/Helpers/Countries.php:133 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:133 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:133 +msgid "El Salvador" +msgstr "" + +#: inc/Core/Helpers/Countries.php:134 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:134 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:134 +msgid "Equatorial Guinea" +msgstr "" + +#: inc/Core/Helpers/Countries.php:135 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:135 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:135 +msgid "Eritrea" +msgstr "" + +#: inc/Core/Helpers/Countries.php:136 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:136 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:136 +msgid "Estonia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:137 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:137 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:137 +msgid "Ethiopia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:138 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:138 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:138 +msgid "Falkland Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:139 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:139 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:139 +msgid "Faroe Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:140 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:140 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:140 +msgid "Fiji" +msgstr "" + +#: inc/Core/Helpers/Countries.php:141 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:141 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:141 +msgid "Finland" +msgstr "" + +#: inc/Core/Helpers/Countries.php:142 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:142 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:142 +msgid "France" +msgstr "" + +#: inc/Core/Helpers/Countries.php:143 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:143 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:143 +msgid "French Guiana" +msgstr "" + +#: inc/Core/Helpers/Countries.php:144 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:144 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:144 +msgid "French Polynesia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:145 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:145 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:145 +msgid "French Southern Territories" +msgstr "" + +#: inc/Core/Helpers/Countries.php:146 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:146 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:146 +msgid "Gabon" +msgstr "" + +#: inc/Core/Helpers/Countries.php:147 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:147 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:147 +msgid "Gambia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:148 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:148 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:148 +msgid "Georgia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:149 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:149 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:149 +msgid "Germany" +msgstr "" + +#: inc/Core/Helpers/Countries.php:150 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:150 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:150 +msgid "Ghana" +msgstr "" + +#: inc/Core/Helpers/Countries.php:151 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:151 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:151 +msgid "Gibraltar" +msgstr "" + +#: inc/Core/Helpers/Countries.php:152 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:152 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:152 +msgid "Greece" +msgstr "" + +#: inc/Core/Helpers/Countries.php:153 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:153 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:153 +msgid "Greenland" +msgstr "" + +#: inc/Core/Helpers/Countries.php:154 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:154 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:154 +msgid "Grenada" +msgstr "" + +#: inc/Core/Helpers/Countries.php:155 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:155 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:155 +msgid "Guadeloupe" +msgstr "" + +#: inc/Core/Helpers/Countries.php:156 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:156 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:156 +msgid "Guam" +msgstr "" + +#: inc/Core/Helpers/Countries.php:157 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:157 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:157 +msgid "Guatemala" +msgstr "" + +#: inc/Core/Helpers/Countries.php:158 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:158 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:158 +msgid "Guernsey" +msgstr "" + +#: inc/Core/Helpers/Countries.php:159 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:159 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:159 +msgid "Guinea" +msgstr "" + +#: inc/Core/Helpers/Countries.php:160 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:160 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:160 +msgid "Guinea-Bissau" +msgstr "" + +#: inc/Core/Helpers/Countries.php:161 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:161 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:161 +msgid "Guyana" +msgstr "" + +#: inc/Core/Helpers/Countries.php:162 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:162 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:162 +msgid "Haiti" +msgstr "" + +#: inc/Core/Helpers/Countries.php:163 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:163 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:163 +msgid "Heard Island and McDonald Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:164 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:164 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:164 +msgid "Honduras" +msgstr "" + +#: inc/Core/Helpers/Countries.php:165 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:165 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:165 +msgid "Hong Kong" +msgstr "" + +#: inc/Core/Helpers/Countries.php:166 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:166 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:166 +msgid "Hungary" +msgstr "" + +#: inc/Core/Helpers/Countries.php:167 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:167 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:167 +msgid "Iceland" +msgstr "" + +#: inc/Core/Helpers/Countries.php:168 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:168 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:168 +msgid "India" +msgstr "" + +#: inc/Core/Helpers/Countries.php:169 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:169 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:169 +msgid "Indonesia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:170 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:170 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:170 +msgid "Iran" +msgstr "" + +#: inc/Core/Helpers/Countries.php:171 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:171 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:171 +msgid "Iraq" +msgstr "" + +#: inc/Core/Helpers/Countries.php:172 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:172 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:172 +msgid "Ireland" +msgstr "" + +#: inc/Core/Helpers/Countries.php:173 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:173 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:173 +msgid "Isle of Man" +msgstr "" + +#: inc/Core/Helpers/Countries.php:174 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:174 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:174 +msgid "Israel" +msgstr "" + +#: inc/Core/Helpers/Countries.php:175 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:175 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:175 +msgid "Italy" +msgstr "" + +#: inc/Core/Helpers/Countries.php:176 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:176 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:176 +msgid "Ivory Coast" +msgstr "" + +#: inc/Core/Helpers/Countries.php:177 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:177 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:177 +msgid "Jamaica" +msgstr "" + +#: inc/Core/Helpers/Countries.php:178 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:178 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:178 +msgid "Japan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:179 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:179 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:179 +msgid "Jersey" +msgstr "" + +#: inc/Core/Helpers/Countries.php:180 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:180 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:180 +msgid "Jordan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:181 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:181 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:181 +msgid "Kazakhstan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:182 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:182 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:182 +msgid "Kenya" +msgstr "" + +#: inc/Core/Helpers/Countries.php:183 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:183 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:183 +msgid "Kiribati" +msgstr "" + +#: inc/Core/Helpers/Countries.php:184 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:184 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:184 +msgid "Kuwait" +msgstr "" + +#: inc/Core/Helpers/Countries.php:185 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:185 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:185 +msgid "Kyrgyzstan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:186 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:186 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:186 +msgid "Laos" +msgstr "" + +#: inc/Core/Helpers/Countries.php:187 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:187 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:187 +msgid "Latvia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:188 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:188 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:188 +msgid "Lebanon" +msgstr "" + +#: inc/Core/Helpers/Countries.php:189 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:189 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:189 +msgid "Lesotho" +msgstr "" + +#: inc/Core/Helpers/Countries.php:190 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:190 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:190 +msgid "Liberia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:191 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:191 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:191 +msgid "Libya" +msgstr "" + +#: inc/Core/Helpers/Countries.php:192 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:192 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:192 +msgid "Liechtenstein" +msgstr "" + +#: inc/Core/Helpers/Countries.php:193 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:193 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:193 +msgid "Lithuania" +msgstr "" + +#: inc/Core/Helpers/Countries.php:194 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:194 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:194 +msgid "Luxembourg" +msgstr "" + +#: inc/Core/Helpers/Countries.php:195 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:195 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:195 +msgid "Macao" +msgstr "" + +#: inc/Core/Helpers/Countries.php:196 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:196 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:196 +msgid "North Macedonia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:197 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:197 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:197 +msgid "Madagascar" +msgstr "" + +#: inc/Core/Helpers/Countries.php:198 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:198 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:198 +msgid "Malawi" +msgstr "" + +#: inc/Core/Helpers/Countries.php:199 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:199 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:199 +msgid "Malaysia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:200 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:200 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:200 +msgid "Maldives" +msgstr "" + +#: inc/Core/Helpers/Countries.php:201 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:201 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:201 +msgid "Mali" +msgstr "" + +#: inc/Core/Helpers/Countries.php:202 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:202 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:202 +msgid "Malta" +msgstr "" + +#: inc/Core/Helpers/Countries.php:203 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:203 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:203 +msgid "Marshall Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:204 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:204 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:204 +msgid "Martinique" +msgstr "" + +#: inc/Core/Helpers/Countries.php:205 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:205 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:205 +msgid "Mauritania" +msgstr "" + +#: inc/Core/Helpers/Countries.php:206 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:206 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:206 +msgid "Mauritius" +msgstr "" + +#: inc/Core/Helpers/Countries.php:207 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:207 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:207 +msgid "Mayotte" +msgstr "" + +#: inc/Core/Helpers/Countries.php:208 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:208 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:208 +msgid "Mexico" +msgstr "" + +#: inc/Core/Helpers/Countries.php:209 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:209 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:209 +msgid "Micronesia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:210 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:210 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:210 +msgid "Moldova" +msgstr "" + +#: inc/Core/Helpers/Countries.php:211 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:211 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:211 +msgid "Monaco" +msgstr "" + +#: inc/Core/Helpers/Countries.php:212 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:212 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:212 +msgid "Mongolia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:213 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:213 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:213 +msgid "Montenegro" +msgstr "" + +#: inc/Core/Helpers/Countries.php:214 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:214 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:214 +msgid "Montserrat" +msgstr "" + +#: inc/Core/Helpers/Countries.php:215 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:215 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:215 +msgid "Morocco" +msgstr "" + +#: inc/Core/Helpers/Countries.php:216 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:216 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:216 +msgid "Mozambique" +msgstr "" + +#: inc/Core/Helpers/Countries.php:217 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:217 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:217 +msgid "Myanmar" +msgstr "" + +#: inc/Core/Helpers/Countries.php:218 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:218 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:218 +msgid "Namibia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:219 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:219 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:219 +msgid "Nauru" +msgstr "" + +#: inc/Core/Helpers/Countries.php:220 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:220 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:220 +msgid "Nepal" +msgstr "" + +#: inc/Core/Helpers/Countries.php:221 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:221 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:221 +msgid "Netherlands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:222 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:222 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:222 +msgid "New Caledonia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:223 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:223 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:223 +msgid "New Zealand" +msgstr "" + +#: inc/Core/Helpers/Countries.php:224 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:224 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:224 +msgid "Nicaragua" +msgstr "" + +#: inc/Core/Helpers/Countries.php:225 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:225 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:225 +msgid "Niger" +msgstr "" + +#: inc/Core/Helpers/Countries.php:226 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:226 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:226 +msgid "Nigeria" +msgstr "" + +#: inc/Core/Helpers/Countries.php:227 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:227 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:227 +msgid "Niue" +msgstr "" + +#: inc/Core/Helpers/Countries.php:228 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:228 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:228 +msgid "Norfolk Island" +msgstr "" + +#: inc/Core/Helpers/Countries.php:229 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:229 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:229 +msgid "Northern Mariana Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:230 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:230 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:230 +msgid "North Korea" +msgstr "" + +#: inc/Core/Helpers/Countries.php:231 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:231 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:231 +msgid "Norway" +msgstr "" + +#: inc/Core/Helpers/Countries.php:232 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:232 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:232 +msgid "Oman" +msgstr "" + +#: inc/Core/Helpers/Countries.php:233 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:233 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:233 +msgid "Pakistan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:234 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:234 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:234 +msgid "Palestinian Territory" +msgstr "" + +#: inc/Core/Helpers/Countries.php:235 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:235 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:235 +msgid "Panama" +msgstr "" + +#: inc/Core/Helpers/Countries.php:236 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:236 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:236 +msgid "Papua New Guinea" +msgstr "" + +#: inc/Core/Helpers/Countries.php:237 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:237 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:237 +msgid "Paraguay" +msgstr "" + +#: inc/Core/Helpers/Countries.php:238 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:238 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:238 +msgid "Peru" +msgstr "" + +#: inc/Core/Helpers/Countries.php:239 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:239 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:239 +msgid "Philippines" +msgstr "" + +#: inc/Core/Helpers/Countries.php:240 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:240 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:240 +msgid "Pitcairn" +msgstr "" + +#: inc/Core/Helpers/Countries.php:241 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:241 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:241 +msgid "Poland" +msgstr "" + +#: inc/Core/Helpers/Countries.php:242 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:242 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:242 +msgid "Portugal" +msgstr "" + +#: inc/Core/Helpers/Countries.php:243 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:243 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:243 +msgid "Puerto Rico" +msgstr "" + +#: inc/Core/Helpers/Countries.php:244 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:244 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:244 +msgid "Qatar" +msgstr "" + +#: inc/Core/Helpers/Countries.php:245 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:245 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:245 +msgid "Reunion" +msgstr "" + +#: inc/Core/Helpers/Countries.php:246 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:246 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:246 +msgid "Romania" +msgstr "" + +#: inc/Core/Helpers/Countries.php:247 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:247 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:247 +msgid "Russia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:248 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:248 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:248 +msgid "Rwanda" +msgstr "" + +#: inc/Core/Helpers/Countries.php:249 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:249 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:249 +msgid "Saint Barthélemy" +msgstr "" + +#: inc/Core/Helpers/Countries.php:250 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:250 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:250 +msgid "Saint Helena" +msgstr "" + +#: inc/Core/Helpers/Countries.php:251 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:251 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:251 +msgid "Saint Kitts and Nevis" +msgstr "" + +#: inc/Core/Helpers/Countries.php:252 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:252 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:252 +msgid "Saint Lucia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:253 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:253 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:253 +msgid "Saint Martin (French part)" +msgstr "" + +#: inc/Core/Helpers/Countries.php:254 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:254 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:254 +msgid "Saint Martin (Dutch part)" +msgstr "" + +#: inc/Core/Helpers/Countries.php:255 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:255 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:255 +msgid "Saint Pierre and Miquelon" +msgstr "" + +#: inc/Core/Helpers/Countries.php:256 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:256 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:256 +msgid "Saint Vincent and the Grenadines" +msgstr "" + +#: inc/Core/Helpers/Countries.php:257 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:257 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:257 +msgid "San Marino" +msgstr "" + +#: inc/Core/Helpers/Countries.php:258 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:258 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:258 +msgid "São Tomé and Príncipe" +msgstr "" + +#: inc/Core/Helpers/Countries.php:259 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:259 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:259 +msgid "Saudi Arabia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:260 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:260 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:260 +msgid "Senegal" +msgstr "" + +#: inc/Core/Helpers/Countries.php:261 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:261 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:261 +msgid "Serbia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:262 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:262 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:262 +msgid "Seychelles" +msgstr "" + +#: inc/Core/Helpers/Countries.php:263 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:263 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:263 +msgid "Sierra Leone" +msgstr "" + +#: inc/Core/Helpers/Countries.php:264 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:264 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:264 +msgid "Singapore" +msgstr "" + +#: inc/Core/Helpers/Countries.php:265 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:265 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:265 +msgid "Slovakia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:266 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:266 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:266 +msgid "Slovenia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:267 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:267 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:267 +msgid "Solomon Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:268 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:268 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:268 +msgid "Somalia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:269 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:269 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:269 +msgid "South Africa" +msgstr "" + +#: inc/Core/Helpers/Countries.php:270 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:270 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:270 +msgid "South Georgia/Sandwich Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:271 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:271 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:271 +msgid "South Korea" +msgstr "" + +#: inc/Core/Helpers/Countries.php:272 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:272 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:272 +msgid "South Sudan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:273 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:273 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:273 +msgid "Spain" +msgstr "" + +#: inc/Core/Helpers/Countries.php:274 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:274 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:274 +msgid "Sri Lanka" +msgstr "" + +#: inc/Core/Helpers/Countries.php:275 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:275 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:275 +msgid "Sudan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:276 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:276 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:276 +msgid "Suriname" +msgstr "" + +#: inc/Core/Helpers/Countries.php:277 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:277 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:277 +msgid "Svalbard and Jan Mayen" +msgstr "" + +#: inc/Core/Helpers/Countries.php:278 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:278 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:278 +msgid "Eswatini" +msgstr "" + +#: inc/Core/Helpers/Countries.php:279 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:279 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:279 +msgid "Sweden" +msgstr "" + +#: inc/Core/Helpers/Countries.php:280 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:280 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:280 +msgid "Switzerland" +msgstr "" + +#: inc/Core/Helpers/Countries.php:281 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:281 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:281 +msgid "Syria" +msgstr "" + +#: inc/Core/Helpers/Countries.php:282 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:282 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:282 +msgid "Taiwan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:283 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:283 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:283 +msgid "Tajikistan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:284 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:284 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:284 +msgid "Tanzania" +msgstr "" + +#: inc/Core/Helpers/Countries.php:285 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:285 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:285 +msgid "Thailand" +msgstr "" + +#: inc/Core/Helpers/Countries.php:286 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:286 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:286 +msgid "Timor-Leste" +msgstr "" + +#: inc/Core/Helpers/Countries.php:287 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:287 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:287 +msgid "Togo" +msgstr "" + +#: inc/Core/Helpers/Countries.php:288 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:288 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:288 +msgid "Tokelau" +msgstr "" + +#: inc/Core/Helpers/Countries.php:289 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:289 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:289 +msgid "Tonga" +msgstr "" + +#: inc/Core/Helpers/Countries.php:290 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:290 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:290 +msgid "Trinidad and Tobago" +msgstr "" + +#: inc/Core/Helpers/Countries.php:291 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:291 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:291 +msgid "Tunisia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:292 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:292 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:292 +msgid "Turkey" +msgstr "" + +#: inc/Core/Helpers/Countries.php:293 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:293 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:293 +msgid "Turkmenistan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:294 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:294 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:294 +msgid "Turks and Caicos Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:295 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:295 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:295 +msgid "Tuvalu" +msgstr "" + +#: inc/Core/Helpers/Countries.php:296 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:296 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:296 +msgid "Uganda" +msgstr "" + +#: inc/Core/Helpers/Countries.php:297 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:297 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:297 +msgid "Ukraine" +msgstr "" + +#: inc/Core/Helpers/Countries.php:298 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:298 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:298 +msgid "United Arab Emirates" +msgstr "" + +#: inc/Core/Helpers/Countries.php:299 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:299 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:299 +msgid "United Kingdom (UK)" +msgstr "" + +#: inc/Core/Helpers/Countries.php:300 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:300 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:300 +msgid "United States (US)" +msgstr "" + +#: inc/Core/Helpers/Countries.php:301 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:301 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:301 +msgid "United States (US) Minor Outlying Islands" +msgstr "" + +#: inc/Core/Helpers/Countries.php:302 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:302 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:302 +msgid "Uruguay" +msgstr "" + +#: inc/Core/Helpers/Countries.php:303 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:303 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:303 +msgid "Uzbekistan" +msgstr "" + +#: inc/Core/Helpers/Countries.php:304 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:304 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:304 +msgid "Vanuatu" +msgstr "" + +#: inc/Core/Helpers/Countries.php:305 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:305 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:305 +msgid "Vatican" +msgstr "" + +#: inc/Core/Helpers/Countries.php:306 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:306 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:306 +msgid "Venezuela" +msgstr "" + +#: inc/Core/Helpers/Countries.php:307 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:307 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:307 +msgid "Vietnam" +msgstr "" + +#: inc/Core/Helpers/Countries.php:308 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:308 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:308 +msgid "Virgin Islands (British)" +msgstr "" + +#: inc/Core/Helpers/Countries.php:309 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:309 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:309 +msgid "Virgin Islands (US)" +msgstr "" + +#: inc/Core/Helpers/Countries.php:310 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:310 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:310 +msgid "Wallis and Futuna" +msgstr "" + +#: inc/Core/Helpers/Countries.php:311 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:311 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:311 +msgid "Western Sahara" +msgstr "" + +#: inc/Core/Helpers/Countries.php:312 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:312 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:312 +msgid "Samoa" +msgstr "" + +#: inc/Core/Helpers/Countries.php:313 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:313 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:313 +msgid "Yemen" +msgstr "" + +#: inc/Core/Helpers/Countries.php:314 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:314 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:314 +msgid "Zambia" +msgstr "" + +#: inc/Core/Helpers/Countries.php:315 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Countries.php:315 +#: svn_folder/trunk/inc/Core/Helpers/Countries.php:315 +msgid "Zimbabwe" +msgstr "" + +#: inc/Core/Helpers/Cron.php:42 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Cron.php:42 +#: svn_folder/trunk/inc/Core/Helpers/Cron.php:42 +msgid "Monthly" +msgstr "" + +#: inc/Core/Helpers/Cron.php:46 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Cron.php:46 +#: svn_folder/trunk/inc/Core/Helpers/Cron.php:46 +msgid "Every 15 Days" +msgstr "" + +#: inc/Core/Helpers/Cron.php:50 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Cron.php:50 +#: svn_folder/trunk/inc/Core/Helpers/Cron.php:50 +msgid "Every minute Days" +msgstr "" + +#: inc/Core/Helpers/Customer.php:371 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Customer.php:371 +#: svn_folder/trunk/inc/Core/Helpers/Customer.php:371 +msgid "S/N" +msgstr "" + +#: inc/Core/Helpers/Customer.php:372 inc/Core/PostTypes/BookingPostType.php:72 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Customer.php:372 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:72 +#: svn_folder/trunk/inc/Core/Helpers/Customer.php:372 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:72 +msgid "Bookings" +msgstr "" + +#: inc/Core/Helpers/Customer.php:373 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Customer.php:373 +#: svn_folder/trunk/inc/Core/Helpers/Customer.php:373 +msgid "Booked on" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:77 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:77 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:77 +msgid "Sunday" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:81 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:81 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:81 +msgid "Monday" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:85 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:85 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:85 +msgid "Tuesday" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:89 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:89 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:89 +msgid "Wednesday" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:93 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:93 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:93 +msgid "Thursday" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:97 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:97 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:97 +msgid "Friday" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:101 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:101 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:101 +msgid "Saturday" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:115 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:115 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:115 +msgid "January" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:119 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:119 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:119 +msgid "February" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:123 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:123 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:123 +msgid "March" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:127 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:127 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:127 +msgid "April" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:131 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:131 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:131 +msgid "May" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:135 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:135 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:135 +msgid "June" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:139 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:139 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:139 +msgid "July" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:143 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:143 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:143 +msgid "August" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:147 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:147 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:147 +msgid "September" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:151 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:151 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:151 +msgid "October" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:155 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:155 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:155 +msgid "November" +msgstr "" + +#: inc/Core/Helpers/DropdownOptions.php:159 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/DropdownOptions.php:159 +#: svn_folder/trunk/inc/Core/Helpers/DropdownOptions.php:159 +msgid "December" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:48 inc/Core/Helpers/Strings.php:127 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:48 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:127 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:48 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:127 +msgid "An Error has occur!!" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:49 inc/Core/Helpers/Strings.php:128 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:49 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:128 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:49 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:128 +msgid "Nonce verification failed!!" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:50 inc/Core/Helpers/Strings.php:129 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:50 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:129 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:50 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:129 +msgid "Please select atleast one category!!" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:51 inc/Core/Helpers/Strings.php:130 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:51 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:130 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:51 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:130 +msgid "Unable to add trip in the cart!!" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:52 inc/Core/Helpers/Strings.php:131 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:52 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:131 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:52 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:131 +msgid "This link has been expired." +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:53 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:53 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:53 +msgid "Please enter your coupon !" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:54 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:54 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:54 +msgid "Invalid coupon !" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:55 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:55 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:55 +msgid "Coupon already expired !" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:56 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:56 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:56 +msgid "Coupon limit exceed !" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:57 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:57 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:57 +msgid "You are not allowed to use this coupon !" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:58 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:58 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:58 +msgid "You are not allowed to use this coupon in this trips !" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:59 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:59 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:59 +msgid "Coupon amount is more than trip amount !" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:60 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:60 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:60 +msgid "Full name is required !" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:61 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:61 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:61 +msgid "Email is required !" +msgstr "" + +#: inc/Core/Helpers/ErrorMessage.php:62 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/ErrorMessage.php:62 +#: svn_folder/trunk/inc/Core/Helpers/ErrorMessage.php:62 +msgid "Message is required !" +msgstr "" + +#: inc/Core/Helpers/Reviews.php:82 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Reviews.php:82 +#: svn_folder/trunk/inc/Core/Helpers/Reviews.php:82 +msgid "Leave a review" +msgstr "" + +#: inc/Core/Helpers/Reviews.php:83 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Reviews.php:83 +#: svn_folder/trunk/inc/Core/Helpers/Reviews.php:83 +msgid "Submit Review" +msgstr "" + +#: inc/Core/Helpers/Reviews.php:128 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Reviews.php:128 +#: svn_folder/trunk/inc/Core/Helpers/Reviews.php:128 +#. translators: %s is the rating. +msgid "Rated %s out of 5" +msgstr "" + +#: inc/Core/Helpers/Reviews.php:143 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Reviews.php:143 +#: svn_folder/trunk/inc/Core/Helpers/Reviews.php:143 +#. translators: %1$s is the rating given by customer and %2$s is total rating. +msgid "Rated %1$s out of %2$s" +msgstr "" + +#: inc/Core/Helpers/Reviews.php:154 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Reviews.php:154 +#: svn_folder/trunk/inc/Core/Helpers/Reviews.php:154 +#. Translators: %d number of reviews +msgid "(%d Review)" +msgid_plural "(%d Reviews)" +msgstr[0] "" +msgstr[1] "" + +#: inc/Core/Helpers/SearchForm.php:36 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/SearchForm.php:36 +#: svn_folder/trunk/inc/Core/Helpers/SearchForm.php:36 +msgid "Destination" +msgstr "" + +#: inc/Core/Helpers/SearchForm.php:40 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/SearchForm.php:40 +#: svn_folder/trunk/inc/Core/Helpers/SearchForm.php:40 +msgid "Select Destination" +msgstr "" + +#: inc/Core/Helpers/SearchForm.php:60 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/SearchForm.php:60 +#: svn_folder/trunk/inc/Core/Helpers/SearchForm.php:60 +msgid "Trip Type" +msgstr "" + +#: inc/Core/Helpers/SearchForm.php:64 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/SearchForm.php:64 +#: svn_folder/trunk/inc/Core/Helpers/SearchForm.php:64 +msgid "Select Trip Type" +msgstr "" + +#: inc/Core/Helpers/SearchForm.php:84 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/SearchForm.php:84 +#: svn_folder/trunk/inc/Core/Helpers/SearchForm.php:84 +msgid "Trip activities" +msgstr "" + +#: inc/Core/Helpers/SearchForm.php:88 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/SearchForm.php:88 +#: svn_folder/trunk/inc/Core/Helpers/SearchForm.php:88 +msgid "Select Trip activities" +msgstr "" + +#: inc/Core/Helpers/SearchForm.php:129 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/SearchForm.php:129 +#: svn_folder/trunk/inc/Core/Helpers/SearchForm.php:129 +msgid "Search" +msgstr "" + +#: inc/Core/Helpers/Settings.php:243 inc/Core/Helpers/Settings.php:246 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Settings.php:243 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Settings.php:246 +#: svn_folder/trunk/inc/Core/Helpers/Settings.php:243 +#: svn_folder/trunk/inc/Core/Helpers/Settings.php:246 +#. Translators: 1: Email Tag +msgid "New Booking (#%s)" +msgstr "" + +#: inc/Core/Helpers/Settings.php:249 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Settings.php:249 +#: svn_folder/trunk/inc/Core/Helpers/Settings.php:249 +#. Translators: 1: Email Tag +msgid "Booking Canceled (#%s)" +msgstr "" + +#: inc/Core/Helpers/Settings.php:252 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Settings.php:252 +#: svn_folder/trunk/inc/Core/Helpers/Settings.php:252 +#. Translators: 1: Email Tag +msgid "Booking Refunded (#%s)" +msgstr "" + +#: inc/Core/Helpers/Settings.php:255 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Settings.php:255 +#: svn_folder/trunk/inc/Core/Helpers/Settings.php:255 +#. Translators: 1: Email Tag +msgid "New Enquiry (#%s)" +msgstr "" + +#: inc/Core/Helpers/Settings.php:269 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Settings.php:269 +#: svn_folder/trunk/inc/Core/Helpers/Settings.php:269 +msgid "Easy" +msgstr "" + +#: inc/Core/Helpers/Settings.php:273 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Settings.php:273 +#: svn_folder/trunk/inc/Core/Helpers/Settings.php:273 +msgid "Medium" +msgstr "" + +#: inc/Core/Helpers/Settings.php:277 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Settings.php:277 +#: svn_folder/trunk/inc/Core/Helpers/Settings.php:277 +msgid "Hard" +msgstr "" + +#: inc/Core/Helpers/Settings.php:282 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Settings.php:282 +#: svn_folder/trunk/inc/Core/Helpers/Settings.php:282 +msgid "Extreme" +msgstr "" + +#: inc/Core/Helpers/Settings.php:297 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Settings.php:297 +#: svn_folder/trunk/inc/Core/Helpers/Settings.php:297 +msgid "Best price guaranteed." +msgstr "" + +#: inc/Core/Helpers/Settings.php:301 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Settings.php:301 +#: svn_folder/trunk/inc/Core/Helpers/Settings.php:301 +msgid "No booking fees." +msgstr "" + +#: inc/Core/Helpers/Settings.php:305 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Settings.php:305 +#: svn_folder/trunk/inc/Core/Helpers/Settings.php:305 +msgid "Professional local guide." +msgstr "" + +#: inc/Core/Helpers/Strings.php:44 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:44 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:44 +msgid "Enable" +msgstr "" + +#: inc/Core/Helpers/Strings.php:45 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:45 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:45 +msgid "Field Label" +msgstr "" + +#: inc/Core/Helpers/Strings.php:46 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:46 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:46 +msgid "Field Name" +msgstr "" + +#: inc/Core/Helpers/Strings.php:47 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:47 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:47 +msgid "Field Type" +msgstr "" + +#: inc/Core/Helpers/Strings.php:48 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:48 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:48 +msgid "Placeholder" +msgstr "" + +#: inc/Core/Helpers/Strings.php:49 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:49 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:49 +msgid "Required" +msgstr "" + +#: inc/Core/Helpers/Strings.php:50 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:50 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:50 +msgid "Sub Fields" +msgstr "" + +#: inc/Core/Helpers/Strings.php:51 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:51 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:51 +msgid "Min" +msgstr "" + +#: inc/Core/Helpers/Strings.php:52 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:52 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:52 +msgid "Max" +msgstr "" + +#: inc/Core/Helpers/Strings.php:53 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:53 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:53 +msgid "Reset Fields" +msgstr "" + +#: inc/Core/Helpers/Strings.php:54 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:54 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:54 +msgid "Reset Settings" +msgstr "" + +#: inc/Core/Helpers/Strings.php:55 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:55 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:55 +msgid "Check to reset." +msgstr "" + +#: inc/Core/Helpers/Strings.php:56 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:56 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:56 +msgid "Options" +msgstr "" + +#: inc/Core/Helpers/Strings.php:57 inc/Core/Traits/AdminMenuTrait.php:46 +#: inc/Core/Traits/AdminMenuTrait.php:153 +#: inc/Core/Traits/AdminMenuTrait.php:156 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:57 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:46 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:153 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:156 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:57 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:46 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:153 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:156 +msgid "Settings" +msgstr "" + +#: inc/Core/Helpers/Strings.php:58 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:58 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:58 +msgid "Loading..." +msgstr "" + +#: inc/Core/Helpers/Strings.php:59 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:59 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:59 +msgid "Custom Filters" +msgstr "" + +#: inc/Core/Helpers/Strings.php:60 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:60 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:60 +msgid "System Status" +msgstr "" + +#: inc/Core/Helpers/Strings.php:61 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:61 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:61 +msgid "System Info" +msgstr "" + +#: inc/Core/Helpers/Strings.php:62 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:62 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:62 +msgid "Documentation" +msgstr "" + +#: inc/Core/Helpers/Strings.php:63 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:63 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:63 +msgid "Support" +msgstr "" + +#: inc/Core/Helpers/Strings.php:64 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:64 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:64 +msgid "Update Filter" +msgstr "" + +#: inc/Core/Helpers/Strings.php:65 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:65 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:65 +msgid "Add new filter" +msgstr "" + +#: inc/Core/Helpers/Strings.php:66 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:66 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:66 +msgid "Filter/Category Label" +msgstr "" + +#: inc/Core/Helpers/Strings.php:67 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:67 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:67 +msgid "Filter/Category Slug" +msgstr "" + +#: inc/Core/Helpers/Strings.php:68 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:68 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:68 +msgid "Show in Filters" +msgstr "" + +#: inc/Core/Helpers/Strings.php:71 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:71 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:71 +msgid "Hierarchical" +msgstr "" + +#: inc/Core/Helpers/Strings.php:72 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:72 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:72 +msgid "Slug" +msgstr "" + +#: inc/Core/Helpers/Strings.php:73 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:73 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:73 +msgid "Label" +msgstr "" + +#: inc/Core/Helpers/Strings.php:74 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:74 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:74 +msgid "Status" +msgstr "" + +#: inc/Core/Helpers/Strings.php:75 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:75 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:75 +msgid "All" +msgstr "" + +#: inc/Core/Helpers/Strings.php:76 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:76 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:76 +msgid "Dep" +msgstr "" + +#: inc/Core/Helpers/Strings.php:77 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:77 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:77 +msgid "Packages" +msgstr "" + +#: inc/Core/Helpers/Strings.php:78 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:78 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:78 +msgid "Checkout" +msgstr "" + +#: inc/Core/Helpers/Strings.php:79 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:79 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:79 +msgid "View more departure" +msgstr "" + +#: inc/Core/Helpers/Strings.php:80 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:80 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:80 +msgid "Load more" +msgstr "" + +#: inc/Core/Helpers/Strings.php:81 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:81 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:81 +msgid "Duration" +msgstr "" + +#: inc/Core/Helpers/Strings.php:82 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:82 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:82 +msgid "Trip Code" +msgstr "" + +#: inc/Core/Helpers/Strings.php:83 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:83 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:83 +msgid "From" +msgstr "" + +#: inc/Core/Helpers/Strings.php:84 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:84 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:84 +msgid "Enquiry" +msgstr "" + +#: inc/Core/Helpers/Strings.php:86 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:86 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:86 +msgid "View" +msgstr "" + +#: inc/Core/Helpers/Strings.php:87 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:87 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:87 +msgid "Filter by" +msgstr "" + +#: inc/Core/Helpers/Strings.php:88 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:88 +#: svn_folder/tags/1.0.0/templates/checkout.php:43 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:88 +#: svn_folder/trunk/templates/checkout.php:43 templates/checkout.php:43 +msgid "Clear" +msgstr "" + +#: inc/Core/Helpers/Strings.php:89 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:89 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:89 +msgid "More Photos" +msgstr "" + +#: inc/Core/Helpers/Strings.php:90 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:90 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:90 +msgid "More Videos" +msgstr "" + +#: inc/Core/Helpers/Strings.php:91 inc/Core/Taxonomies/TripTypeTaxonomy.php:92 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:91 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:81 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:91 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:81 +msgid "Trip Types" +msgstr "" + +#: inc/Core/Helpers/Strings.php:92 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:92 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:92 +msgid "View Itinerary" +msgstr "" + +#: inc/Core/Helpers/Strings.php:93 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:93 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:93 +msgid "Check availability" +msgstr "" + +#: inc/Core/Helpers/Strings.php:94 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:94 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:94 +msgid "Make an Enquiry" +msgstr "" + +#: inc/Core/Helpers/Strings.php:95 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:95 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:95 +msgid "Submit Enquiry" +msgstr "" + +#: inc/Core/Helpers/Strings.php:96 inc/Core/PostTypes/TripzzyPostType.php:160 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:96 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:160 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:96 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:160 +msgid "Featured" +msgstr "" + +#: inc/Core/Helpers/Strings.php:97 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:97 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:97 +msgid "View Details" +msgstr "" + +#: inc/Core/Helpers/Strings.php:98 +#: inc/Core/Shortcodes/CheckoutPageShortcode.php:120 +#: inc/Core/Shortcodes/CheckoutPageShortcode.php:123 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:98 +#: svn_folder/tags/1.0.0/inc/Core/Shortcodes/CheckoutPageShortcode.php:120 +#: svn_folder/tags/1.0.0/inc/Core/Shortcodes/CheckoutPageShortcode.php:123 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:98 +#: svn_folder/trunk/inc/Core/Shortcodes/CheckoutPageShortcode.php:120 +#: svn_folder/trunk/inc/Core/Shortcodes/CheckoutPageShortcode.php:123 +msgid "Book Now" +msgstr "" + +#: inc/Core/Helpers/Strings.php:99 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:99 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:99 +msgid "Qty" +msgstr "" + +#: inc/Core/Helpers/Strings.php:111 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:111 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:111 +msgid "This is the name which will appear on the form." +msgstr "" + +#: inc/Core/Helpers/Strings.php:112 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:112 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:112 +msgid "Single word, no spaces. Underscores and dashes allowed." +msgstr "" + +#: inc/Core/Helpers/Strings.php:113 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:113 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:113 +msgid "Note: You can not modify the type for default field." +msgstr "" + +#: inc/Core/Helpers/Strings.php:114 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:114 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:114 +msgid "This option will reset your form. This action can not be undone." +msgstr "" + +#: inc/Core/Helpers/Strings.php:115 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:115 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:115 +msgid "This option will reset your entire settings. This action can not be undone." +msgstr "" + +#: inc/Core/Helpers/Strings.php:132 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:132 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:132 +msgid "Please add coupon code!" +msgstr "" + +#: inc/Core/Helpers/Strings.php:144 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Strings.php:144 +#: svn_folder/tags/1.0.0/templates/checkout.php:37 +#: svn_folder/trunk/inc/Core/Helpers/Strings.php:144 +#: svn_folder/trunk/templates/checkout.php:37 templates/checkout.php:37 +msgid "Have a Coupon code?" +msgstr "" + +#: inc/Core/Helpers/Trip.php:314 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Trip.php:314 +#: svn_folder/trunk/inc/Core/Helpers/Trip.php:314 +msgid "FAQ's" +msgstr "" + +#: inc/Core/Helpers/Trip.php:315 inc/Core/Helpers/TripGallery.php:101 +#: inc/Core/Shortcodes/GalleryShortcode.php:61 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Trip.php:315 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripGallery.php:101 +#: svn_folder/tags/1.0.0/inc/Core/Shortcodes/GalleryShortcode.php:61 +#: svn_folder/trunk/inc/Core/Helpers/Trip.php:315 +#: svn_folder/trunk/inc/Core/Helpers/TripGallery.php:101 +#: svn_folder/trunk/inc/Core/Shortcodes/GalleryShortcode.php:61 +msgid "Gallery" +msgstr "" + +#: inc/Core/Helpers/Trip.php:316 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Trip.php:316 +#: svn_folder/trunk/inc/Core/Helpers/Trip.php:316 +msgid "Highlights" +msgstr "" + +#: inc/Core/Helpers/Trip.php:317 inc/Core/Helpers/TripItineraries.php:103 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Trip.php:317 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripItineraries.php:103 +#: svn_folder/trunk/inc/Core/Helpers/Trip.php:317 +#: svn_folder/trunk/inc/Core/Helpers/TripItineraries.php:103 +msgid "Itineraries" +msgstr "" + +#: inc/Core/Helpers/Trip.php:318 inc/Core/Helpers/TripMap.php:168 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Trip.php:318 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripMap.php:168 +#: svn_folder/trunk/inc/Core/Helpers/Trip.php:318 +#: svn_folder/trunk/inc/Core/Helpers/TripMap.php:168 +msgid "Map" +msgstr "" + +#: inc/Core/Helpers/Trip.php:319 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Trip.php:319 +#: svn_folder/tags/1.0.0/templates/layouts/default/partials/single-dates.php:18 +#: svn_folder/trunk/inc/Core/Helpers/Trip.php:319 +#: svn_folder/trunk/templates/layouts/default/partials/single-dates.php:18 +#: templates/layouts/default/partials/single-dates.php:18 +msgid "Availability" +msgstr "" + +#: inc/Core/Helpers/Trip.php:320 inc/Core/Helpers/TripIncludesExcludes.php:145 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Trip.php:320 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripIncludesExcludes.php:145 +#: svn_folder/trunk/inc/Core/Helpers/Trip.php:320 +#: svn_folder/trunk/inc/Core/Helpers/TripIncludesExcludes.php:145 +msgid "Trip Includes & Excludes" +msgstr "" + +#: inc/Core/Helpers/Trip.php:321 inc/Core/Helpers/TripInfos.php:168 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Trip.php:321 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripInfos.php:168 +#: svn_folder/trunk/inc/Core/Helpers/Trip.php:321 +#: svn_folder/trunk/inc/Core/Helpers/TripInfos.php:168 +msgid "Trip Infos" +msgstr "" + +#: inc/Core/Helpers/Trip.php:825 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Trip.php:812 +#: svn_folder/trunk/inc/Core/Helpers/Trip.php:812 +msgid "Person" +msgstr "" + +#: inc/Core/Helpers/Trip.php:826 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/Trip.php:813 +#: svn_folder/trunk/inc/Core/Helpers/Trip.php:813 +msgid "Group" +msgstr "" + +#: inc/Core/Helpers/TripFaqs.php:100 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripFaqs.php:100 +#: svn_folder/trunk/inc/Core/Helpers/TripFaqs.php:100 +msgid "FAQs" +msgstr "" + +#: inc/Core/Helpers/TripFaqs.php:103 inc/Core/Helpers/TripItineraries.php:107 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripFaqs.php:103 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripItineraries.php:107 +#: svn_folder/trunk/inc/Core/Helpers/TripFaqs.php:103 +#: svn_folder/trunk/inc/Core/Helpers/TripItineraries.php:107 +msgid "Expand all" +msgstr "" + +#: inc/Core/Helpers/TripFaqs.php:103 inc/Core/Helpers/TripItineraries.php:107 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripFaqs.php:103 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripItineraries.php:107 +#: svn_folder/trunk/inc/Core/Helpers/TripFaqs.php:103 +#: svn_folder/trunk/inc/Core/Helpers/TripItineraries.php:107 +msgid "Close all" +msgstr "" + +#: inc/Core/Helpers/TripFilter.php:120 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripFilter.php:120 +#: svn_folder/trunk/inc/Core/Helpers/TripFilter.php:120 +msgid "Category" +msgstr "" + +#: inc/Core/Helpers/TripInfos.php:316 inc/Core/Seeder/TripIncludesSeeder.php:58 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripInfos.php:316 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/TripIncludesSeeder.php:58 +#: svn_folder/trunk/inc/Core/Helpers/TripInfos.php:316 +#: svn_folder/trunk/inc/Core/Seeder/TripIncludesSeeder.php:58 +msgid "Accomodation" +msgstr "" + +#: inc/Core/Helpers/TripInfos.php:328 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripInfos.php:328 +#: svn_folder/trunk/inc/Core/Helpers/TripInfos.php:328 +msgid "Meals" +msgstr "" + +#: inc/Core/Helpers/TripInfos.php:340 inc/Core/Seeder/TripIncludesSeeder.php:78 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripInfos.php:340 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/TripIncludesSeeder.php:78 +#: svn_folder/trunk/inc/Core/Helpers/TripInfos.php:340 +#: svn_folder/trunk/inc/Core/Seeder/TripIncludesSeeder.php:78 +msgid "Transportation" +msgstr "" + +#: inc/Core/Helpers/TripInfos.php:352 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripInfos.php:352 +#: svn_folder/trunk/inc/Core/Helpers/TripInfos.php:352 +msgid "Departure from" +msgstr "" + +#: inc/Core/Helpers/TripInfos.php:364 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripInfos.php:364 +#: svn_folder/trunk/inc/Core/Helpers/TripInfos.php:364 +msgid "Guiding method" +msgstr "" + +#: inc/Core/Helpers/TripInfos.php:376 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripInfos.php:376 +#: svn_folder/trunk/inc/Core/Helpers/TripInfos.php:376 +msgid "Best season" +msgstr "" + +#: inc/Core/Helpers/TripItineraries.php:112 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripItineraries.php:112 +#: svn_folder/trunk/inc/Core/Helpers/TripItineraries.php:112 +msgid "Untitled" +msgstr "" + +#: inc/Core/Helpers/TripMap.php:103 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripMap.php:103 +#: svn_folder/trunk/inc/Core/Helpers/TripMap.php:103 +msgid "Iframe" +msgstr "" + +#: inc/Core/Helpers/TripMap.php:106 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripMap.php:106 +#: svn_folder/trunk/inc/Core/Helpers/TripMap.php:106 +msgid "Google Map" +msgstr "" + +#: inc/Core/Helpers/TripPackage.php:62 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripPackage.php:62 +#: svn_folder/trunk/inc/Core/Helpers/TripPackage.php:62 +msgid "Trip Package must contains `package id`" +msgstr "" + +#: inc/Core/Helpers/TripPackage.php:66 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/TripPackage.php:66 +#: svn_folder/trunk/inc/Core/Helpers/TripPackage.php:66 +msgid "Trip Package must contains `trip id`" +msgstr "" + +#: inc/Core/Helpers/User.php:68 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/User.php:68 +#: svn_folder/trunk/inc/Core/Helpers/User.php:68 +msgid "Manager" +msgstr "" + +#: inc/Core/Helpers/User.php:76 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/User.php:76 +#: svn_folder/trunk/inc/Core/Helpers/User.php:76 +msgid "Customer" +msgstr "" + +#: inc/Core/Helpers/User.php:95 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/User.php:95 +#: svn_folder/trunk/inc/Core/Helpers/User.php:95 +#. translators: %s is the unprefixed display name of a role. +msgid "Tripzzy %s" +msgstr "" + +#: inc/Core/Helpers/User.php:231 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/User.php:231 +#: svn_folder/trunk/inc/Core/Helpers/User.php:231 +#. translators: %s: User login. +msgid "Username: %s" +msgstr "" + +#: inc/Core/Helpers/User.php:232 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/User.php:232 +#: svn_folder/trunk/inc/Core/Helpers/User.php:232 +msgid "To set your password, visit the following address:" +msgstr "" + +#: inc/Core/Helpers/User.php:244 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/User.php:244 +#: svn_folder/trunk/inc/Core/Helpers/User.php:244 +#. translators: Login details notification email subject. %s: Site title. +msgid "[%s] Login Details" +msgstr "" + +#: inc/Core/Helpers/UserProfile.php:127 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/UserProfile.php:127 +#: svn_folder/trunk/inc/Core/Helpers/UserProfile.php:127 +#. translators: %s is the required field label. +msgid "\"%s\" is a required field." +msgstr "" + +#: inc/Core/Helpers/UserProfile.php:186 +#: svn_folder/tags/1.0.0/inc/Core/Helpers/UserProfile.php:186 +#: svn_folder/trunk/inc/Core/Helpers/UserProfile.php:186 +#. translators: %s is user full name. +msgid "Welcome, %s" +msgstr "" + +#: inc/Core/Image.php:101 svn_folder/tags/1.0.0/inc/Core/Image.php:101 +#: svn_folder/trunk/inc/Core/Image.php:101 +msgid "Tripzzy Thumbnail" +msgstr "" + +#: inc/Core/Image.php:107 svn_folder/tags/1.0.0/inc/Core/Image.php:107 +#: svn_folder/trunk/inc/Core/Image.php:107 +msgid "Tripzzy Slider Thumbnail" +msgstr "" + +#: inc/Core/Payment/PaymentGateways/BookNowPayLater.php:55 +#: svn_folder/tags/1.0.0/inc/Core/Payment/PaymentGateways/BookNowPayLater.php:55 +#: svn_folder/trunk/inc/Core/Payment/PaymentGateways/BookNowPayLater.php:55 +msgid "Book Now Pay Later" +msgstr "" + +#: inc/Core/Payment/PaymentGateways/BookNowPayLater.php:72 +#: inc/Core/Payment/PaymentGateways/PayPalPayment.php:76 +#: svn_folder/tags/1.0.0/inc/Core/Payment/PaymentGateways/BookNowPayLater.php:72 +#: svn_folder/tags/1.0.0/inc/Core/Payment/PaymentGateways/PayPalPayment.php:76 +#: svn_folder/trunk/inc/Core/Payment/PaymentGateways/BookNowPayLater.php:72 +#: svn_folder/trunk/inc/Core/Payment/PaymentGateways/PayPalPayment.php:76 +msgid "Enabled" +msgstr "" + +#: inc/Core/Payment/PaymentGateways/PayPalPayment.php:56 +#: svn_folder/tags/1.0.0/inc/Core/Payment/PaymentGateways/PayPalPayment.php:56 +#: svn_folder/trunk/inc/Core/Payment/PaymentGateways/PayPalPayment.php:56 +msgid "PayPal Payment" +msgstr "" + +#: inc/Core/Payment/PaymentGateways/PayPalPayment.php:82 +#: svn_folder/tags/1.0.0/inc/Core/Payment/PaymentGateways/PayPalPayment.php:82 +#: svn_folder/trunk/inc/Core/Payment/PaymentGateways/PayPalPayment.php:82 +msgid "Live Client ID" +msgstr "" + +#: inc/Core/Payment/PaymentGateways/PayPalPayment.php:88 +#: svn_folder/tags/1.0.0/inc/Core/Payment/PaymentGateways/PayPalPayment.php:88 +#: svn_folder/trunk/inc/Core/Payment/PaymentGateways/PayPalPayment.php:88 +msgid "Test Client ID" +msgstr "" + +#: inc/Core/Payment.php:152 svn_folder/tags/1.0.0/inc/Core/Payment.php:152 +#: svn_folder/trunk/inc/Core/Payment.php:152 +msgid "Payment Date" +msgstr "" + +#: inc/Core/Payment.php:153 inc/Core/Shortcodes/CheckoutPageShortcode.php:100 +#: svn_folder/tags/1.0.0/inc/Core/Payment.php:153 +#: svn_folder/tags/1.0.0/inc/Core/Shortcodes/CheckoutPageShortcode.php:100 +#: svn_folder/trunk/inc/Core/Payment.php:153 +#: svn_folder/trunk/inc/Core/Shortcodes/CheckoutPageShortcode.php:100 +msgid "Payment Mode" +msgstr "" + +#: inc/Core/Payment.php:154 inc/Core/PostTypes/BookingPostType.php:313 +#: svn_folder/tags/1.0.0/inc/Core/Payment.php:154 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:313 +#: svn_folder/trunk/inc/Core/Payment.php:154 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:313 +msgid "Paid Amount" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:71 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:71 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:71 +msgid "Add New Booking" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:73 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:73 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:73 +msgid "Edit Booking" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:77 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:77 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:77 +msgid "New Booking" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:78 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:78 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:78 +msgid "No Bookings found." +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:79 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:79 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:79 +msgid "No Bookings found in Trash." +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:80 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:80 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:80 +msgid "Parent Bookings:" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:81 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:81 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:81 +msgid "Search Bookings" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:83 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:83 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:83 +msgid "View Booking" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:88 +#: inc/Core/PostTypes/CouponPostType.php:89 +#: inc/Core/PostTypes/CustomerPostType.php:80 +#: inc/Core/PostTypes/EnquiryPostType.php:73 +#: inc/Core/PostTypes/FormPostType.php:124 +#: inc/Core/PostTypes/TripzzyPostType.php:94 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:88 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:89 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:80 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:73 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:124 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:94 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:88 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:89 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:80 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:73 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:124 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:94 +msgid "Description." +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:172 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:172 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:172 +msgid "Booking Info" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:176 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:176 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:176 +msgid "Payment Info" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:180 +#: inc/Core/PostTypes/BookingPostType.php:311 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:180 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:311 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:180 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:311 +msgid "Booking Status" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:223 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:223 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:223 +msgid "Notify" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:225 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:225 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:225 +msgid "Notify customer" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:312 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:312 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:312 +msgid "Trip Total" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:72 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:72 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:72 +msgid "Add New Coupon" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:73 +#: inc/Core/PostTypes/CouponPostType.php:125 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:73 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:125 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:73 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:125 +msgid "Coupons" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:74 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:74 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:74 +msgid "Edit Coupon" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:78 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:78 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:78 +msgid "New Coupon" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:79 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:79 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:79 +msgid "No Coupons found." +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:80 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:80 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:80 +msgid "No Coupons found in Trash." +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:81 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:81 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:81 +msgid "Parent Coupons:" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:82 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:82 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:82 +msgid "Search Coupons" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:84 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:84 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:84 +msgid "View Coupon" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:163 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:163 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:163 +msgid "Coupon code" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:164 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:164 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:164 +msgid "Coupon value" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:165 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:165 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:165 +msgid "Uses" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:166 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:166 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:166 +msgid "Expiry date" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:167 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:167 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:167 +msgid "Coupon status" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:206 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:206 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:206 +msgid "Unlimited" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:63 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:63 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:63 +msgid "Add New Customer" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:64 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:64 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:64 +msgid "Customers" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:65 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:65 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:65 +msgid "Edit Customer" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:69 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:69 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:69 +msgid "New Customer" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:70 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:70 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:70 +msgid "No Customers found." +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:71 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:71 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:71 +msgid "No Customers found in Trash." +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:72 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:72 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:72 +msgid "Parent Customers:" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:73 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:73 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:73 +msgid "Search Customers" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:75 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:75 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:75 +msgid "View Customer" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:123 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:123 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:123 +msgid "Customer Details" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:128 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:128 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:128 +msgid "Booking History" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:205 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:205 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:205 +msgid "Customer Name" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:206 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:206 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:206 +msgid "Customer ID" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:208 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:208 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:208 +msgid "All Bookings" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:209 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:209 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:209 +msgid "Paid Bookings" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:210 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:210 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:210 +msgid "Total Spent" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:211 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:211 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:211 +msgid "Last Active" +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:45 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:45 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:45 +msgid "Add New Email Trackback" +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:46 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:46 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:46 +msgid "Email Trackback" +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:47 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:47 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:47 +msgid "Edit Email Trackback" +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:51 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:51 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:51 +msgid "New Email Trackback" +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:52 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:52 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:52 +msgid "No Email Trackback found." +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:53 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:53 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:53 +msgid "No Email Trackback found in Trash." +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:54 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:54 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:54 +msgid "Parent Email Trackback:" +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:55 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:55 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:55 +msgid "Search Email Trackback" +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:57 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:57 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:57 +msgid "View Email Trackback" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:56 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:56 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:56 +msgid "Add New Enquiry" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:57 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:57 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:57 +msgid "Enquiries" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:58 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:58 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:58 +msgid "Edit Enquiry" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:62 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:62 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:62 +msgid "New Enquiry" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:63 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:63 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:63 +msgid "No Enquiries found." +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:64 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:64 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:64 +msgid "No Enquiries found in Trash." +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:65 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:65 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:65 +msgid "Parent Enquiries:" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:66 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:66 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:66 +msgid "Search Enquiries" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:68 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:68 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:68 +msgid "View Enquiry" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:137 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:137 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:137 +msgid "Trip Enquiry" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:204 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:204 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:204 +msgid "Unread" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:204 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:204 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:204 +msgid "Read" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:107 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:107 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:107 +msgid "Add New Form" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:108 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:108 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:108 +msgid "Forms" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:109 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:109 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:109 +msgid "Edit Form" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:113 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:113 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:113 +msgid "New Form" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:114 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:114 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:114 +msgid "No Forms found." +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:115 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:115 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:115 +msgid "No Forms found in Trash." +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:116 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:116 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:116 +msgid "Parent Forms:" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:117 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:117 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:117 +msgid "Search Forms" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:119 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:119 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:119 +msgid "View Form" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:164 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:164 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:164 +msgid "Form Fields" +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:45 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:45 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:45 +msgid "Add New Payment" +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:46 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:46 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:46 +msgid "Payment" +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:47 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:47 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:47 +msgid "Edit Payment" +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:51 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:51 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:51 +msgid "New Payment" +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:52 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:52 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:52 +msgid "No Payment found." +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:53 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:53 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:53 +msgid "No Payment found in Trash." +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:54 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:54 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:54 +msgid "Parent Payment:" +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:55 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:55 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:55 +msgid "Search Payment" +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:57 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:57 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:57 +msgid "View Payment" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:77 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:77 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:77 +msgid "Add New Trip" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:78 +#: inc/Core/Traits/AdminMenuTrait.php:99 inc/Core/Traits/AdminMenuTrait.php:102 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:78 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:99 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:102 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:78 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:99 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:102 +msgid "All Trips" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:79 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:79 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:79 +msgid "Edit Trip" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:83 +#: inc/Core/Traits/AdminMenuTrait.php:90 inc/Core/Traits/AdminMenuTrait.php:93 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:83 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:90 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:93 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:83 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:90 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:93 +msgid "New Trip" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:84 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:84 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:84 +msgid "No Trips found." +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:85 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:85 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:85 +msgid "No Trips found in Trash." +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:86 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:86 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:86 +msgid "Parent trips:" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:87 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:87 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:87 +msgid "Search trips" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:89 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:89 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:89 +msgid "View Trip" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:129 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:129 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:129 +msgid "Trips" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:159 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:159 +#: svn_folder/tags/1.0.0/templates/checkout.php:85 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:159 +#: svn_folder/trunk/templates/checkout.php:85 templates/checkout.php:85 +msgid "Date" +msgstr "" + +#: inc/Core/Seeder/PageSeeder.php:66 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PageSeeder.php:66 +#: svn_folder/trunk/inc/Core/Seeder/PageSeeder.php:66 +msgid "Tripzzy Search Result Page" +msgstr "" + +#: inc/Core/Seeder/PageSeeder.php:74 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PageSeeder.php:74 +#: svn_folder/trunk/inc/Core/Seeder/PageSeeder.php:74 +msgid "Tripzzy Checkout Page" +msgstr "" + +#: inc/Core/Seeder/PageSeeder.php:87 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PageSeeder.php:87 +#: svn_folder/trunk/inc/Core/Seeder/PageSeeder.php:87 +msgid "Tripzzy Thankyou Page" +msgstr "" + +#: inc/Core/Seeder/PageSeeder.php:95 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PageSeeder.php:95 +#: svn_folder/trunk/inc/Core/Seeder/PageSeeder.php:95 +msgid "Tripzzy Dashboard Page" +msgstr "" + +#: inc/Core/Seeder/PriceCategorySeeder.php:56 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PriceCategorySeeder.php:56 +#: svn_folder/trunk/inc/Core/Seeder/PriceCategorySeeder.php:56 +msgid "Adult" +msgstr "" + +#: inc/Core/Seeder/PriceCategorySeeder.php:60 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PriceCategorySeeder.php:60 +#: svn_folder/trunk/inc/Core/Seeder/PriceCategorySeeder.php:60 +msgid "Children" +msgstr "" + +#: inc/Core/Shortcodes/CheckoutPageShortcode.php:80 +#: svn_folder/tags/1.0.0/inc/Core/Shortcodes/CheckoutPageShortcode.php:80 +#: svn_folder/trunk/inc/Core/Shortcodes/CheckoutPageShortcode.php:80 +#. translators: %s is the trips url. +msgid "Please add trips in the cart first!" +msgstr "" + +#: inc/Core/Shortcodes/CheckoutPageShortcode.php:92 +#: svn_folder/tags/1.0.0/inc/Core/Shortcodes/CheckoutPageShortcode.php:92 +#: svn_folder/trunk/inc/Core/Shortcodes/CheckoutPageShortcode.php:92 +msgid "You are currently in sandbox mode. This box only visible in sandbox mode." +msgstr "" + +#: inc/Core/Shortcodes/CheckoutPageShortcode.php:92 +#: svn_folder/tags/1.0.0/inc/Core/Shortcodes/CheckoutPageShortcode.php:92 +#: svn_folder/trunk/inc/Core/Shortcodes/CheckoutPageShortcode.php:92 +msgid "Test Mode" +msgstr "" + +#: inc/Core/Taxonomies/KeywordsTaxonomy.php:64 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/KeywordsTaxonomy.php:64 +#: svn_folder/trunk/inc/Core/Taxonomies/KeywordsTaxonomy.php:64 +msgid "Search Keywords" +msgstr "" + +#: inc/Core/Taxonomies/KeywordsTaxonomy.php:65 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/KeywordsTaxonomy.php:65 +#: svn_folder/trunk/inc/Core/Taxonomies/KeywordsTaxonomy.php:65 +msgid "All Keywords" +msgstr "" + +#: inc/Core/Taxonomies/KeywordsTaxonomy.php:66 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/KeywordsTaxonomy.php:66 +#: svn_folder/trunk/inc/Core/Taxonomies/KeywordsTaxonomy.php:66 +msgid "Parent Keyword" +msgstr "" + +#: inc/Core/Taxonomies/KeywordsTaxonomy.php:67 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/KeywordsTaxonomy.php:67 +#: svn_folder/trunk/inc/Core/Taxonomies/KeywordsTaxonomy.php:67 +msgid "Parent Keyword:" +msgstr "" + +#: inc/Core/Taxonomies/KeywordsTaxonomy.php:68 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/KeywordsTaxonomy.php:68 +#: svn_folder/trunk/inc/Core/Taxonomies/KeywordsTaxonomy.php:68 +msgid "Edit Keyword" +msgstr "" + +#: inc/Core/Taxonomies/KeywordsTaxonomy.php:69 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/KeywordsTaxonomy.php:69 +#: svn_folder/trunk/inc/Core/Taxonomies/KeywordsTaxonomy.php:69 +msgid "Update Keyword" +msgstr "" + +#: inc/Core/Taxonomies/KeywordsTaxonomy.php:70 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/KeywordsTaxonomy.php:70 +#: svn_folder/trunk/inc/Core/Taxonomies/KeywordsTaxonomy.php:70 +msgid "Add New Keyword" +msgstr "" + +#: inc/Core/Taxonomies/KeywordsTaxonomy.php:71 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/KeywordsTaxonomy.php:71 +#: svn_folder/trunk/inc/Core/Taxonomies/KeywordsTaxonomy.php:71 +msgid "New Keyword" +msgstr "" + +#: inc/Core/Taxonomies/KeywordsTaxonomy.php:72 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/KeywordsTaxonomy.php:72 +#: svn_folder/trunk/inc/Core/Taxonomies/KeywordsTaxonomy.php:72 +msgid "Keywords" +msgstr "" + +#: inc/Core/Taxonomies/KeywordsTaxonomy.php:73 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/KeywordsTaxonomy.php:73 +#: svn_folder/trunk/inc/Core/Taxonomies/KeywordsTaxonomy.php:73 +msgid "Go to Keywords" +msgstr "" + +#: inc/Core/Taxonomies/PriceCategoryTaxonomy.php:64 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:64 +#: svn_folder/trunk/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:64 +msgid "Search Price Categories" +msgstr "" + +#: inc/Core/Taxonomies/PriceCategoryTaxonomy.php:65 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:65 +#: svn_folder/trunk/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:65 +msgid "All Price Categories" +msgstr "" + +#: inc/Core/Taxonomies/PriceCategoryTaxonomy.php:66 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:66 +#: svn_folder/trunk/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:66 +msgid "Parent Price Category" +msgstr "" + +#: inc/Core/Taxonomies/PriceCategoryTaxonomy.php:67 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:67 +#: svn_folder/trunk/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:67 +msgid "Parent Price Category:" +msgstr "" + +#: inc/Core/Taxonomies/PriceCategoryTaxonomy.php:68 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:68 +#: svn_folder/trunk/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:68 +msgid "Edit Price Category" +msgstr "" + +#: inc/Core/Taxonomies/PriceCategoryTaxonomy.php:69 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:69 +#: svn_folder/trunk/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:69 +msgid "Update Price Category" +msgstr "" + +#: inc/Core/Taxonomies/PriceCategoryTaxonomy.php:70 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:70 +#: svn_folder/trunk/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:70 +msgid "Add New Price Category" +msgstr "" + +#: inc/Core/Taxonomies/PriceCategoryTaxonomy.php:71 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:71 +#: svn_folder/trunk/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:71 +msgid "New Price Category" +msgstr "" + +#: inc/Core/Taxonomies/PriceCategoryTaxonomy.php:72 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:72 +#: svn_folder/trunk/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:72 +msgid "Price Categories" +msgstr "" + +#: inc/Core/Taxonomies/PriceCategoryTaxonomy.php:73 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:73 +#: svn_folder/trunk/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:73 +msgid "Go to Price Categories" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:84 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:73 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:73 +msgid "Search Trip Activities" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:85 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:74 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:74 +msgid "All Trip Activities" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:86 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:75 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:75 +msgid "Parent Trip Activities" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:87 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:76 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:76 +msgid "Parent Trip Activities:" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:88 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:77 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:77 +msgid "Edit Trip Activities" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:89 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:78 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:78 +msgid "Update Trip Activities" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:90 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:79 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:79 +msgid "Add New Trip Activities" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:91 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:80 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:80 +msgid "New Trip Activities" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:92 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:81 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:81 +msgid "Trip Activities" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:93 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:82 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:82 +msgid "Go to Trip Activities" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:126 +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:126 +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:122 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:115 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:115 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:111 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:115 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:115 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:111 +msgid "Taxonomy image" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:136 +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:136 +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:132 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:125 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:125 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:121 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:125 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:125 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:121 +msgid "Taxonomy default thumbnail image" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:154 +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:154 +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:150 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:143 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:143 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:139 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:143 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:143 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:139 +msgid "Thumbnail" +msgstr "" + +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:84 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:73 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:73 +msgid "Search Trip Destination" +msgstr "" + +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:85 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:74 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:74 +msgid "All Trip Destination" +msgstr "" + +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:86 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:75 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:75 +msgid "Parent Trip Destination" +msgstr "" + +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:87 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:76 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:76 +msgid "Parent Trip Destination:" +msgstr "" + +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:88 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:77 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:77 +msgid "Edit Trip Destination" +msgstr "" + +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:89 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:78 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:78 +msgid "Update Trip Destination" +msgstr "" + +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:90 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:79 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:79 +msgid "Add New Trip Destination" +msgstr "" + +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:91 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:80 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:80 +msgid "New Trip Destination" +msgstr "" + +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:92 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:81 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:81 +msgid "Trip Destinations" +msgstr "" + +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:93 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:82 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:82 +msgid "Go to Destinations" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:74 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:74 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:74 +msgid "Search Trip Excludes" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:75 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:75 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:75 +msgid "All Trip Excludes" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:76 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:76 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:76 +msgid "Parent Trip Exclude" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:77 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:77 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:77 +msgid "Parent Trip Exclude:" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:78 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:78 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:78 +msgid "Edit Trip Exclude" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:79 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:79 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:79 +msgid "Update Trip Exclude" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:80 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:80 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:80 +msgid "Add New Trip Exclude" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:81 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:81 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:81 +msgid "New Trip Exclude" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:82 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:82 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:82 +msgid "Trip Excludes" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:83 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:83 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:83 +msgid "Go to Trip Excludes" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:113 +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:114 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:113 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:114 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:113 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:114 +msgid "Fontawesome Class" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:117 +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:118 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:117 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:118 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:117 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:118 +msgid "fa-solid fa-book" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:123 +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:124 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:123 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:124 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:123 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:124 +msgid "Type any fontawesome 5 class here" +msgstr "" + +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:75 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:75 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:75 +msgid "Search Trip Includes" +msgstr "" + +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:76 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:76 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:76 +msgid "All Trip Includes" +msgstr "" + +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:77 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:77 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:77 +msgid "Parent Trip Include" +msgstr "" + +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:78 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:78 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:78 +msgid "Parent Trip Include:" +msgstr "" + +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:79 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:79 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:79 +msgid "Edit Trip Include" +msgstr "" + +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:80 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:80 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:80 +msgid "Update Trip Include" +msgstr "" + +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:81 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:81 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:81 +msgid "Add New Trip Include" +msgstr "" + +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:82 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:82 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:82 +msgid "New Trip Include" +msgstr "" + +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:83 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:83 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:83 +msgid "Trip Includes" +msgstr "" + +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:84 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:84 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:84 +msgid "Go to Trip Includes" +msgstr "" + +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:84 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:73 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:73 +msgid "Search Trip Types" +msgstr "" + +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:85 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:74 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:74 +msgid "All Trip Types" +msgstr "" + +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:86 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:75 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:75 +msgid "Parent Trip Type" +msgstr "" + +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:87 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:76 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:76 +msgid "Parent Trip Type:" +msgstr "" + +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:88 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:77 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:77 +msgid "Edit Trip Type" +msgstr "" + +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:89 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:78 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:78 +msgid "Update Trip Type" +msgstr "" + +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:90 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:79 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:79 +msgid "Add New Trip Type" +msgstr "" + +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:91 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:80 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:80 +msgid "New Trip Type" +msgstr "" + +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:93 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:82 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:82 +msgid "Go to Trip Types" +msgstr "" + +#: inc/Core/Traits/AdminMenuTrait.php:30 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:30 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:30 +msgid "Homepage" +msgstr "" + +#: inc/Core/Traits/AdminMenuTrait.php:31 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:31 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:31 +msgid "Home" +msgstr "" + +#: inc/Core/Traits/AdminMenuTrait.php:38 inc/Core/Traits/AdminMenuTrait.php:39 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:38 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:39 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:38 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:39 +msgid "Filters +" +msgstr "" + +#: inc/Core/Traits/AdminMenuTrait.php:45 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:45 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:45 +msgid "Settings:Tripzzy" +msgstr "" + +#: inc/Core/Traits/AdminMenuTrait.php:53 inc/Core/Traits/AdminMenuTrait.php:54 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:53 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:54 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:53 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:54 +msgid "System Information" +msgstr "" + +#: inc/Core/Traits/AdminMenuTrait.php:108 +#: inc/Core/Traits/AdminMenuTrait.php:111 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:108 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:111 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:108 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:111 +msgid "All Enquiries" +msgstr "" + +#: inc/Core/Traits/AdminMenuTrait.php:117 +#: inc/Core/Traits/AdminMenuTrait.php:120 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:117 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:120 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:117 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:120 +msgid "All Customers" +msgstr "" + +#: inc/Core/Traits/AdminMenuTrait.php:126 +#: inc/Core/Traits/AdminMenuTrait.php:129 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:126 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:129 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:126 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:129 +msgid "All Coupons" +msgstr "" + +#: inc/Core/Traits/AdminMenuTrait.php:135 +#: inc/Core/Traits/AdminMenuTrait.php:138 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:135 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:138 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:135 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:138 +msgid "All Forms" +msgstr "" + +#: inc/Core/Traits/AdminMenuTrait.php:144 +#: inc/Core/Traits/AdminMenuTrait.php:147 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:144 +#: svn_folder/tags/1.0.0/inc/Core/Traits/AdminMenuTrait.php:147 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:144 +#: svn_folder/trunk/inc/Core/Traits/AdminMenuTrait.php:147 +msgid "All Filters" +msgstr "" + +#: src/blocks/trip-taxonomies/public/render.php:32 +#. translators: %d Term count +msgid "%d trip" +msgid_plural "%d trips" +msgstr[0] "" +msgstr[1] "" + +#: svn_folder/tags/1.0.0/templates/checkout.php:39 +#: svn_folder/trunk/templates/checkout.php:39 templates/checkout.php:39 +msgid "Add your coupon code below to get your discount." +msgstr "" + +#: svn_folder/tags/1.0.0/templates/checkout.php:41 +#: svn_folder/trunk/templates/checkout.php:41 templates/checkout.php:41 +msgid "Coupon Code" +msgstr "" + +#: svn_folder/tags/1.0.0/templates/checkout.php:45 +#: svn_folder/trunk/templates/checkout.php:45 templates/checkout.php:45 +msgid "Apply" +msgstr "" + +#: svn_folder/tags/1.0.0/templates/checkout.php:65 +#: svn_folder/trunk/templates/checkout.php:65 templates/checkout.php:65 +msgid "Order Summary" +msgstr "" + +#: svn_folder/tags/1.0.0/templates/checkout.php:86 +#: svn_folder/trunk/templates/checkout.php:86 templates/checkout.php:86 +msgid "Package" +msgstr "" + +#: svn_folder/tags/1.0.0/templates/checkout.php:91 +#: svn_folder/trunk/templates/checkout.php:91 templates/checkout.php:91 +msgid "Remove" +msgstr "" + +#: svn_folder/tags/1.0.0/templates/checkout.php:99 +#: svn_folder/trunk/templates/checkout.php:99 templates/checkout.php:99 +msgid "Subtotal" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "https://wptripzzy.com" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"Tripzzy is a free travel booking WordPress plugin designed to help you " +"create travel and tour packages for tour operators and travel agencies " +"quickly and easily." +msgstr "" + +#. Author of the plugin/theme +msgid "Refresh Themes" +msgstr "" + +#. Author URI of the plugin/theme +msgid "https://refreshthemes.com" +msgstr "" + +#: inc/Admin/Permalinks.php:107 +#: svn_folder/tags/1.0.0/inc/Admin/Permalinks.php:107 +#: svn_folder/trunk/inc/Admin/Permalinks.php:107 +msgctxt "slug" +msgid "tripzzy" +msgstr "" + +#: inc/Admin/Permalinks.php:118 +#: svn_folder/tags/1.0.0/inc/Admin/Permalinks.php:118 +#: svn_folder/trunk/inc/Admin/Permalinks.php:118 +msgctxt "slug" +msgid "trip-type" +msgstr "" + +#: inc/Admin/Permalinks.php:130 +#: svn_folder/tags/1.0.0/inc/Admin/Permalinks.php:130 +#: svn_folder/trunk/inc/Admin/Permalinks.php:130 +msgctxt "slug" +msgid "trip-destination" +msgstr "" + +#: inc/Admin/Permalinks.php:142 +#: svn_folder/tags/1.0.0/inc/Admin/Permalinks.php:142 +#: svn_folder/trunk/inc/Admin/Permalinks.php:142 +msgctxt "slug" +msgid "trip-activities" +msgstr "" + +#: inc/Admin/Permalinks.php:154 +#: svn_folder/tags/1.0.0/inc/Admin/Permalinks.php:154 +#: svn_folder/trunk/inc/Admin/Permalinks.php:154 +msgctxt "slug" +msgid "trip-keyword" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:454 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:454 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:454 +#. translators: 1: Author markup +msgctxt "by author" +msgid "by %s" +msgstr "" + +#: inc/Admin/Views/SystemInfoView.php:456 +#: svn_folder/tags/1.0.0/inc/Admin/Views/SystemInfoView.php:456 +#: svn_folder/trunk/inc/Admin/Views/SystemInfoView.php:456 +#. translators: 1: Version 2: Version string 3: Netword string +msgctxt "plugin version" +msgid " %1$s %2$s %3$s" +msgstr "" + +#: inc/Core/Ajax/TripAjax.php:296 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/TripAjax.php:295 +#: svn_folder/trunk/inc/Core/Ajax/TripAjax.php:295 +msgctxt "Display Price Category for checkout." +msgid "Book Now" +msgstr "" + +#: inc/Core/Ajax/TripAjax.php:296 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/TripAjax.php:295 +#: svn_folder/trunk/inc/Core/Ajax/TripAjax.php:295 +msgctxt "Booking cancel button." +msgid "Cancel" +msgstr "" + +#: inc/Core/Ajax/TripAjax.php:296 +#: svn_folder/tags/1.0.0/inc/Core/Ajax/TripAjax.php:295 +#: svn_folder/trunk/inc/Core/Ajax/TripAjax.php:295 +msgctxt "Book Now Button" +msgid "Book Now" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:70 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:70 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:70 +msgctxt "tripzzy" +msgid "New Booking" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:71 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:71 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:71 +msgctxt "tripzzy" +msgid "New Coupon" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:62 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:62 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:62 +msgctxt "tripzzy" +msgid "New Customer" +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:44 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:44 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:44 +msgctxt "tripzzy" +msgid "New Email Trackback" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:55 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:55 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:55 +msgctxt "tripzzy" +msgid "New Enquiry" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:106 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:106 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:106 +msgctxt "tripzzy" +msgid "New Form" +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:44 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:44 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:44 +msgctxt "tripzzy" +msgid "New Payment" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:76 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:76 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:76 +msgctxt "tripzzy" +msgid "New Trip" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:74 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:74 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:74 +msgctxt "admin menu" +msgid "Tripzzy" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:75 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:75 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:75 +msgctxt "admin menu" +msgid "Coupons" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:66 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:66 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:66 +msgctxt "admin menu" +msgid "Customers" +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:48 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:48 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:48 +msgctxt "admin menu" +msgid "Email Trackback" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:59 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:59 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:59 +msgctxt "admin menu" +msgid "Enquiries" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:110 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:110 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:110 +msgctxt "admin menu" +msgid "Forms" +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:48 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:48 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:48 +msgctxt "admin menu" +msgid "Payment" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:80 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:80 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:80 +msgctxt "admin menu" +msgid "Trips" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:75 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:75 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:75 +msgctxt "post type general name" +msgid "Bookings" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:76 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:76 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:76 +msgctxt "post type general name" +msgid "Coupons" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:67 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:67 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:67 +msgctxt "post type general name" +msgid "Customers" +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:49 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:49 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:49 +msgctxt "post type general name" +msgid "Email Trackback" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:60 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:60 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:60 +msgctxt "post type general name" +msgid "Enquiries" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:111 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:111 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:111 +msgctxt "post type general name" +msgid "Forms" +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:49 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:49 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:49 +msgctxt "post type general name" +msgid "Payment" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:81 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:81 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:81 +msgctxt "post type general name" +msgid "Trips" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:76 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:76 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:76 +msgctxt "add new on admin bar" +msgid "Booking" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:77 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:77 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:77 +msgctxt "add new on admin bar" +msgid "Coupon" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:68 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:68 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:68 +msgctxt "add new on admin bar" +msgid "Customer" +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:50 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:50 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:50 +msgctxt "add new on admin bar" +msgid "Email Trackback" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:61 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:61 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:61 +msgctxt "add new on admin bar" +msgid "Enquiry" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:112 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:112 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:112 +msgctxt "add new on admin bar" +msgid "Tripzzy Form" +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:50 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:50 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:50 +msgctxt "add new on admin bar" +msgid "Payment" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:82 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:82 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:82 +msgctxt "add new on admin bar" +msgid "Trip" +msgstr "" + +#: inc/Core/PostTypes/BookingPostType.php:82 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/BookingPostType.php:82 +#: svn_folder/trunk/inc/Core/PostTypes/BookingPostType.php:82 +msgctxt "post type singular name" +msgid "Booking" +msgstr "" + +#: inc/Core/PostTypes/CouponPostType.php:83 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CouponPostType.php:83 +#: svn_folder/trunk/inc/Core/PostTypes/CouponPostType.php:83 +msgctxt "post type singular name" +msgid "Coupon" +msgstr "" + +#: inc/Core/PostTypes/CustomerPostType.php:74 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/CustomerPostType.php:74 +#: svn_folder/trunk/inc/Core/PostTypes/CustomerPostType.php:74 +msgctxt "post type singular name" +msgid "Customer" +msgstr "" + +#: inc/Core/PostTypes/EmailTrackbackPostType.php:56 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EmailTrackbackPostType.php:56 +#: svn_folder/trunk/inc/Core/PostTypes/EmailTrackbackPostType.php:56 +msgctxt "post type singular name" +msgid "Email Trackback" +msgstr "" + +#: inc/Core/PostTypes/EnquiryPostType.php:67 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/EnquiryPostType.php:67 +#: svn_folder/trunk/inc/Core/PostTypes/EnquiryPostType.php:67 +msgctxt "post type singular name" +msgid "Enquiry" +msgstr "" + +#: inc/Core/PostTypes/FormPostType.php:118 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/FormPostType.php:118 +#: svn_folder/trunk/inc/Core/PostTypes/FormPostType.php:118 +msgctxt "post type singular name" +msgid "Form" +msgstr "" + +#: inc/Core/PostTypes/PaymentPostType.php:56 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/PaymentPostType.php:56 +#: svn_folder/trunk/inc/Core/PostTypes/PaymentPostType.php:56 +msgctxt "post type singular name" +msgid "Payment" +msgstr "" + +#: inc/Core/PostTypes/TripzzyPostType.php:88 +#: svn_folder/tags/1.0.0/inc/Core/PostTypes/TripzzyPostType.php:88 +#: svn_folder/trunk/inc/Core/PostTypes/TripzzyPostType.php:88 +msgctxt "post type singular name" +msgid "Trips" +msgstr "" + +#: inc/Core/Seeder/FormFieldsSeeder.php:77 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/FormFieldsSeeder.php:77 +#: svn_folder/trunk/inc/Core/Seeder/FormFieldsSeeder.php:77 +msgctxt "Page slug" +msgid "checkout-form" +msgstr "" + +#: inc/Core/Seeder/FormFieldsSeeder.php:83 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/FormFieldsSeeder.php:83 +#: svn_folder/trunk/inc/Core/Seeder/FormFieldsSeeder.php:83 +msgctxt "Page slug" +msgid "enquiry-form" +msgstr "" + +#: inc/Core/Seeder/PageSeeder.php:61 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PageSeeder.php:61 +#: svn_folder/trunk/inc/Core/Seeder/PageSeeder.php:61 +msgctxt "Page slug" +msgid "tz-search-result" +msgstr "" + +#: inc/Core/Seeder/PageSeeder.php:69 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PageSeeder.php:69 +#: svn_folder/trunk/inc/Core/Seeder/PageSeeder.php:69 +msgctxt "Page slug" +msgid "tz-checkout" +msgstr "" + +#: inc/Core/Seeder/PageSeeder.php:77 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PageSeeder.php:77 +#: svn_folder/trunk/inc/Core/Seeder/PageSeeder.php:77 +msgctxt "Page slug" +msgid "tz-thank-you" +msgstr "" + +#: inc/Core/Seeder/PageSeeder.php:90 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PageSeeder.php:90 +#: svn_folder/trunk/inc/Core/Seeder/PageSeeder.php:90 +msgctxt "Page slug" +msgid "tz-dashboard" +msgstr "" + +#: inc/Core/Seeder/FormFieldsSeeder.php:78 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/FormFieldsSeeder.php:78 +#: svn_folder/trunk/inc/Core/Seeder/FormFieldsSeeder.php:78 +msgctxt "Page title" +msgid "Checkout Form" +msgstr "" + +#: inc/Core/Seeder/FormFieldsSeeder.php:84 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/FormFieldsSeeder.php:84 +#: svn_folder/trunk/inc/Core/Seeder/FormFieldsSeeder.php:84 +msgctxt "Page title" +msgid "Enquiry Form" +msgstr "" + +#: inc/Core/Seeder/PageSeeder.php:62 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PageSeeder.php:62 +#: svn_folder/trunk/inc/Core/Seeder/PageSeeder.php:62 +msgctxt "Page title" +msgid "Search Result" +msgstr "" + +#: inc/Core/Seeder/PageSeeder.php:70 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PageSeeder.php:70 +#: svn_folder/trunk/inc/Core/Seeder/PageSeeder.php:70 +msgctxt "Page title" +msgid "Checkout" +msgstr "" + +#: inc/Core/Seeder/PageSeeder.php:78 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PageSeeder.php:78 +#: svn_folder/trunk/inc/Core/Seeder/PageSeeder.php:78 +msgctxt "Page title" +msgid "Thank you" +msgstr "" + +#: inc/Core/Seeder/PageSeeder.php:91 +#: svn_folder/tags/1.0.0/inc/Core/Seeder/PageSeeder.php:91 +#: svn_folder/trunk/inc/Core/Seeder/PageSeeder.php:91 +msgctxt "Page title" +msgid "Dashboard" +msgstr "" + +#: inc/Core/Taxonomies/KeywordsTaxonomy.php:62 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/KeywordsTaxonomy.php:62 +#: svn_folder/trunk/inc/Core/Taxonomies/KeywordsTaxonomy.php:62 +msgctxt "taxonomy general name" +msgid "Keywords" +msgstr "" + +#: inc/Core/Taxonomies/PriceCategoryTaxonomy.php:62 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:62 +#: svn_folder/trunk/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:62 +msgctxt "taxonomy general name" +msgid "Price Categories" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:82 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:71 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:71 +msgctxt "taxonomy general name" +msgid "Trip Activities" +msgstr "" + +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:82 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:71 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:71 +msgctxt "taxonomy general name" +msgid "Trip Destinations" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:72 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:72 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:72 +msgctxt "taxonomy general name" +msgid "Trip Excludes" +msgstr "" + +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:73 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:73 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:73 +msgctxt "taxonomy general name" +msgid "Trip Includes" +msgstr "" + +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:82 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:71 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:71 +msgctxt "taxonomy general name" +msgid "Trip Types" +msgstr "" + +#: inc/Core/Taxonomies/KeywordsTaxonomy.php:63 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/KeywordsTaxonomy.php:63 +#: svn_folder/trunk/inc/Core/Taxonomies/KeywordsTaxonomy.php:63 +msgctxt "taxonomy singular name" +msgid "Keyword" +msgstr "" + +#: inc/Core/Taxonomies/PriceCategoryTaxonomy.php:63 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:63 +#: svn_folder/trunk/inc/Core/Taxonomies/PriceCategoryTaxonomy.php:63 +msgctxt "taxonomy singular name" +msgid "Price Category" +msgstr "" + +#: inc/Core/Taxonomies/TripActivitiesTaxonomy.php:83 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:72 +#: svn_folder/trunk/inc/Core/Taxonomies/TripActivitiesTaxonomy.php:72 +msgctxt "taxonomy singular name" +msgid "Trip Activities" +msgstr "" + +#: inc/Core/Taxonomies/TripDestinationTaxonomy.php:83 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripDestinationTaxonomy.php:72 +#: svn_folder/trunk/inc/Core/Taxonomies/TripDestinationTaxonomy.php:72 +msgctxt "taxonomy singular name" +msgid "Trip Destination" +msgstr "" + +#: inc/Core/Taxonomies/TripExcludesTaxonomy.php:73 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripExcludesTaxonomy.php:73 +#: svn_folder/trunk/inc/Core/Taxonomies/TripExcludesTaxonomy.php:73 +msgctxt "taxonomy singular name" +msgid "Trip Exclude" +msgstr "" + +#: inc/Core/Taxonomies/TripIncludesTaxonomy.php:74 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripIncludesTaxonomy.php:74 +#: svn_folder/trunk/inc/Core/Taxonomies/TripIncludesTaxonomy.php:74 +msgctxt "taxonomy singular name" +msgid "Trip Include" +msgstr "" + +#: inc/Core/Taxonomies/TripTypeTaxonomy.php:83 +#: svn_folder/tags/1.0.0/inc/Core/Taxonomies/TripTypeTaxonomy.php:72 +#: svn_folder/trunk/inc/Core/Taxonomies/TripTypeTaxonomy.php:72 +msgctxt "taxonomy singular name" +msgid "Trip Type" +msgstr "" + +#: svn_folder/tags/1.0.0/templates/review-single-tripzzy.php:30 +#: svn_folder/trunk/templates/review-single-tripzzy.php:30 +#: templates/review-single-tripzzy.php:30 +#. translators: %s: Review count number. +msgctxt "Reviews title" +msgid "%s review" +msgid_plural "%s reviews" +msgstr[0] "" +msgstr[1] "" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/unified/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/unified/change_log/changelog.txt new file mode 100644 index 000000000..16edd5c42 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/unified/change_log/changelog.txt @@ -0,0 +1,7 @@ += 1.0.0 = +* First official release +* Such cool, much wow +* Feature: Page caching with PHP Must-Use plugin +* Feature: Custom SMTP support +* Feature: Clean up WordPress output, by disabling all kinds of not-needed output +* Feature: Add security headers, such as "X-Frame-Options", "X-Content-Type-Options", "Referrer-Policy", "Strict-Transport-Security (HSTS)" diff --git a/spec/fixtures/dynamic_finders/plugin_version/unified/translation_file/languages/unified.pot b/spec/fixtures/dynamic_finders/plugin_version/unified/translation_file/languages/unified.pot new file mode 100644 index 000000000..4b1eec89a --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/unified/translation_file/languages/unified.pot @@ -0,0 +1,362 @@ +# Copyright (C) 2023 Daev.tech +# This file is distributed under the GPLv3. +msgid "" +msgstr "" +"Project-Id-Version: Unified 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/plugin\n" +"Last-Translator: FULL NAME \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: 2023-11-08T10:49:24+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.9.0\n" +"X-Domain: unified\n" + +#. Plugin Name of the plugin +msgid "Unified" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://daev.tech/unified" +msgstr "" + +#. Description of the plugin +msgid "SMTP setup, page cache, WordPress clean up, security http headers, focused on high performance, no bloat and low memory usage." +msgstr "" + +#. Author of the plugin +msgid "Daev.tech" +msgstr "" + +#. Author URI of the plugin +msgid "https://daev.tech" +msgstr "" + +#: src/Pages/ConfigurationPage.php:54 +msgid "Nonce was not correct, so configuration could not be updated - Refresh page and try again" +msgstr "" + +#: src/UnifiedPlugin.php:109 +msgid "Configuration" +msgstr "" + +#: src/Utilities/Configuration.php:63 +msgid "Email SMTP host name is not valid or could not look up the DNS IP address for it" +msgstr "" + +#: src/Utilities/Configuration.php:72 +msgid "Email SMTP port needs to a number between 1 and 65535" +msgstr "" + +#: src/Utilities/Configuration.php:96 +msgid "Email SMTP secure can only be tls, ssl or empty" +msgstr "" + +#. translators: %s WordPress Must-use plugin dir +#: src/Utilities/MUPlugin/MUPluginAdmin.php:65 +msgid "MU plugin dir %s could not be created - It is probably a permission issue" +msgstr "" + +#. translators: %s WordPress Must-use plugin dir +#: src/Utilities/MUPlugin/MUPluginAdmin.php:76 +msgid "MU plugin dir %s is not writable - It is probably a permission issue" +msgstr "" + +#. translators: %s WordPress Must-use plugin dir +#: src/Utilities/MUPlugin/MUPluginAdmin.php:96 +msgid "MU plugin %s could not be copied to MU plugin dir - It is probably a permission issue" +msgstr "" + +#. translators: %s Plugin path +#: src/Utilities/MUPlugin/MUPluginAdmin.php:118 +msgid "MU plugin %s could not be deleted - It is probably a permission issue" +msgstr "" + +#: dist/unified.js:179 +msgid "Unified configuration" +msgstr "" + +#: dist/unified.js:179 +#: dist/unified.js:333 +msgid "Global configuration" +msgstr "" + +#: dist/unified.js:179 +msgid "Speed" +msgstr "" + +#: dist/unified.js:179 +#: dist/unified.js:333 +msgid "Page caching" +msgstr "" + +#: dist/unified.js:179 +msgid "Email" +msgstr "" + +#: dist/unified.js:179 +#: dist/unified.js:333 +msgid "Email setup" +msgstr "" + +#: dist/unified.js:179 +msgid "Clean-up" +msgstr "" + +#: dist/unified.js:179 +msgid "WordPress" +msgstr "" + +#: dist/unified.js:179 +msgid "Security" +msgstr "" + +#: dist/unified.js:179 +msgid "HTTP Headers" +msgstr "" + +#: dist/unified.js:179 +msgid "Configuration could be saved right now due to connection errors - Try again" +msgstr "" + +#: dist/unified.js:333 +msgid "Show all configurations" +msgstr "" + +#: dist/unified.js:333 +msgid "Reset to recommended" +msgstr "" + +#: dist/unified.js:333 +msgid "Global enable features" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable or disable all the features in Unified in one option" +msgstr "" + +#: dist/unified.js:333 +msgid "Enabled page caching (with PHP)" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable or disable page caching feature" +msgstr "" + +#: dist/unified.js:333 +msgid "Configure a custom SMTP to use" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable custom SMTP for emails" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable or disable the usage of custom SMTP" +msgstr "" + +#: dist/unified.js:333 +msgid "SMTP host" +msgstr "" + +#: dist/unified.js:333 +msgid "Hostname of SMTP server - Example: mail.google.com" +msgstr "" + +#: dist/unified.js:333 +msgid "SMTP port" +msgstr "" + +#: dist/unified.js:333 +msgid "Port number of SMTP server - Example: 445" +msgstr "" + +#: dist/unified.js:333 +msgid "SMTP security scheme" +msgstr "" + +#: dist/unified.js:333 +msgid "Unsecure" +msgstr "" + +#: dist/unified.js:333 +msgid "TLS" +msgstr "" + +#: dist/unified.js:333 +msgid "SSL" +msgstr "" + +#: dist/unified.js:333 +msgid "Encryption used by SMTP - Normally you can find this in the documentation of SMTP. TLS is preferred, then SSL. Only use unsecure if others are not available." +msgstr "" + +#: dist/unified.js:333 +msgid "Username/password?" +msgstr "" + +#: dist/unified.js:333 +msgid "If your SMTP requires authentication, you should have gotten a username and password" +msgstr "" + +#: dist/unified.js:333 +msgid "SMTP username" +msgstr "" + +#: dist/unified.js:333 +msgid "SMTP password" +msgstr "" + +#: dist/unified.js:333 +msgid "Configure which name/email the emails are sent from" +msgstr "" + +#: dist/unified.js:333 +msgid "From name" +msgstr "" + +#: dist/unified.js:333 +msgid "The name that the email is sent from, which will appear in the receivers inbox" +msgstr "" + +#: dist/unified.js:333 +msgid "From email" +msgstr "" + +#: dist/unified.js:333 +msgid "The email address that the email will seem to be sent from" +msgstr "" + +#: dist/unified.js:333 +msgid "Clean up WordPress" +msgstr "" + +#: dist/unified.js:333 +msgid "Clean WordPress HTML output" +msgstr "" + +#: dist/unified.js:333 +msgid "Clean the output of WordPress" +msgstr "" + +#: dist/unified.js:333 +msgid "Make sure WordPress doesnt output all kinds of useless data in the HTML" +msgstr "" + +#: dist/unified.js:333 +msgid "Disable WordPress features" +msgstr "" + +#: dist/unified.js:333 +msgid "Disable emoji JS & styles" +msgstr "" + +#: dist/unified.js:333 +msgid "Disable the output of Emoji related JS and related" +msgstr "" + +#: dist/unified.js:333 +msgid "Disable RSS/ATOM feeds for all pages" +msgstr "" + +#: dist/unified.js:333 +msgid "Disables the auto-generated RSS/ATOM feeds on all pages" +msgstr "" + +#: dist/unified.js:333 +msgid "Disable author pages" +msgstr "" + +#: dist/unified.js:333 +msgid "Disables the auto-generated author pages" +msgstr "" + +#: dist/unified.js:333 +msgid "Disable admin bar on frontend" +msgstr "" + +#: dist/unified.js:333 +msgid "Disables the admin bar in the top when browsing the frontend of site" +msgstr "" + +#: dist/unified.js:333 +msgid "Disable default REST routes" +msgstr "" + +#: dist/unified.js:333 +msgid "Dangerous option - Make sure to read the description" +msgstr "" + +#: dist/unified.js:333 +msgid "Disables the default REST routes loaded in WP. Be careful with this, as themes and plugins might depend on them." +msgstr "" + +#: dist/unified.js:333 +msgid "Security headers" +msgstr "" + +#: dist/unified.js:333 +msgid "Disable security headers" +msgstr "" + +#: dist/unified.js:333 +msgid "Remove X-Pingback header" +msgstr "" + +#: dist/unified.js:333 +msgid "Disable the header X-Pingback which WordPress outputs, but in almost all cases is not needed" +msgstr "" + +#: dist/unified.js:333 +msgid "Remove X-Powered-By header" +msgstr "" + +#: dist/unified.js:333 +msgid "Disable the header X-Powered-By which PHP outputs, but is unwanted information disclosure" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable security headers" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable X-Frame-Options" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable header, so your site is not allowed to loaded in a iframe on another site" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable X-Content-Type-Options" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable header, preventing the browser from trying to guess the metadata on the content served and instead trust the server" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable Referrer-Polic" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable header, which limits the amount of data passed on when navigating away from the site" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable Strict-Transport-Security (HSTS)" +msgstr "" + +#: dist/unified.js:333 +msgid "Enable header, which tells the browser to only load the site over HTTPS (encrypted), also in the future. Only use this if your site is going to be loaded over HTTPS in the future also." +msgstr "" + +#: dist/unified.js:344 +msgid "Save" +msgstr "" + +#: dist/unified.js:344 +msgid "Saved" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/visma-pay-embedded-card-payment-gateway/translation_file/languages/visma-pay-embedded-card-payment-gateway.pot b/spec/fixtures/dynamic_finders/plugin_version/visma-pay-embedded-card-payment-gateway/translation_file/languages/visma-pay-embedded-card-payment-gateway.pot new file mode 100644 index 000000000..98107e2ee --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/visma-pay-embedded-card-payment-gateway/translation_file/languages/visma-pay-embedded-card-payment-gateway.pot @@ -0,0 +1,401 @@ +# Copyright (C) 2023 Visma +# This file is distributed under the same license as the Visma Pay Embedded Card Payment Gateway plugin. +msgid "" +msgstr "" +"Project-Id-Version: Visma Pay Embedded Card Payment Gateway 1.1.2\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/visma-pay-embedded-card-payment-gateway\n" +"Last-Translator: FULL NAME \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: 2023-10-03T13:10:45+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.8.1\n" +"X-Domain: visma-pay-embedded-card-payment-gateway\n" + +#. Plugin Name of the plugin +msgid "Visma Pay Embedded Card Payment Gateway" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://www.vismapay.com/docs" +msgstr "" + +#. Description of the plugin +msgid "Visma Pay Payment Gateway Embedded Card Integration for Woocommerce" +msgstr "" + +#. Author of the plugin +msgid "Visma" +msgstr "" + +#. Author URI of the plugin +msgid "https://www.visma.fi/vismapay/" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:77 +#: visma-pay-embedded-card-payment-gateway.php:173 +msgid "Visma Pay (Embedded Card)" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:78 +msgid "Visma Pay (Embedded Card) w3-API Payment Gateway integration for Woocommerce" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:159 +msgid "General options" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:164 +msgid "Enable/Disable" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:166 +msgid "Enable Visma Pay (Embedded Card)" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:170 +msgid "Title" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:172 +msgid "This controls the title which the user sees during checkout." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:176 +msgid "Private key" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:178 +msgid "Private key of the sub-merchant" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:182 +msgid "API key" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:184 +msgid "API key of the sub-merchant" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:188 +msgid "Order number prefix" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:190 +msgid "Prefix to avoid order number duplication" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:194 +msgid "Send products" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:196 +msgid "Send product breakdown to Visma Pay (Embedded Card)." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:200 +msgid "Send payment confirmation" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:202 +msgid "Send Visma Pay (Embedded Card)'s payment confirmation email to the customer's billing e-mail." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:206 +msgid "Only allow payments in EUR" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:208 +msgid "Enable this option if you want to allow payments only in EUR." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:212 +msgid "Cancel Page" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:215 +msgid "Choose the page where the customer is redirected after a canceled/failed payment." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:216 +msgid "Order Received: Shows the customer information about their order and a notice that the payment failed. Customer has an opportunity to try payment again." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:217 +msgid "Pay for Order: Returns user to a page where they can try to pay their unpaid order again. " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:218 +msgid "Cart: Customer is redirected back to the shopping cart." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:219 +msgid "Checkout: Customer is redirected back to the checkout." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:220 +msgid "(When using Cart or Checkout as the return page for failed orders, the customer's cart will not be emptied during checkout.)" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:223 +msgid "Order Received" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:224 +msgid "Pay for Order" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:225 +msgid "Cart" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:226 +msgid "Checkout" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:230 +msgid "Display card logos" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:235 +msgid "Visa" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:237 +msgid "Display Visa and Verified by Visa logo below the form." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:241 +msgid "Mastercard" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:243 +msgid "Display Mastercard and Mastercard SecureCode logo below the form." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:247 +msgid "American Express" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:249 +msgid "Display American Express logo below the form." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:253 +msgid "Diners Club" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:255 +msgid "Display Diners Club logo below the form." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:274 +#: build/blocks.js:1 +msgid "Payment card" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:416 +#: visma-pay-embedded-card-payment-gateway.php:417 +#: visma-pay-embedded-card-payment-gateway.php:432 +msgid "Visma Pay: No payment methods available for the currency: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:430 +msgid "Visma Pay: \"Only allow payments in EUR\" is enabled and currency was not EUR for order: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:443 +#: visma-pay-embedded-card-payment-gateway.php:605 +#: visma-pay-embedded-card-payment-gateway.php:607 +msgid "Visma Pay (Embedded Card) order" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:443 +msgid "Payment pending. Waiting for result." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:465 +msgid "Visma Pay (Embedded Card) system is currently in maintenance. Please try again in a few minutes." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:471 +#: visma-pay-embedded-card-payment-gateway.php:485 +msgid "Payment failed due to an error." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:573 +msgid "Payment method: Card payment" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:574 +msgid "Card payment info: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:579 +msgid "Verified: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:582 +msgid "Card country: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:583 +msgid "Client IP country: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:588 +msgid "Error: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:593 +msgid "Payment method: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:605 +#: visma-pay-embedded-card-payment-gateway.php:894 +msgid "Payment is authorized. Use settle option to capture funds." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:607 +#: visma-pay-embedded-card-payment-gateway.php:898 +msgid "Payment accepted." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:618 +msgid "Card token: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:619 +msgid "Expiration: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:645 +msgid "Payment was not accepted." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:653 +msgid "Transaction status could not be updated after customer returned from the web page of a bank. Please use the merchant UI to resolve the payment status." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:661 +msgid "Maintenance break. The transaction is not created and the user has been notified and transferred back to the cancel address." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:691 +msgid "Card payment failed. Your card has not been charged." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:693 +msgid "Payment was canceled or charge was not accepted." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:722 +msgid "The card is reported lost or stolen." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:724 +msgid "General decline. The card holder should contact the issuer to find out why the payment failed." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:726 +msgid "Insufficient funds. The card holder should verify that there is balance on the account and the online payments are actived." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:728 +msgid "Expired card." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:730 +msgid "Withdrawal amount limit exceeded." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:732 +msgid "Restricted card. The card holder should verify that the online payments are actived." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:734 +msgid "Timeout communicating with the acquirer. The payment should be tried again later." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:745 +msgid "3-D Secure was used." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:747 +msgid "3-D Secure was not used." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:749 +msgid "3-D Secure was attempted but not supported by the card issuer or the card holder is not participating." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:774 +msgid "Payment settled." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:792 +msgid "Settle payment" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:816 +msgid "Settlement was successful." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:819 +msgid "Settlement failed. Validation failed." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:822 +msgid "Settlement failed. Either the payment has already been settled or the payment gateway refused to settle payment for given transaction." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:825 +msgid "Settlement failed. Unknown error." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:832 +msgid "Exception, error: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:894 +#: visma-pay-embedded-card-payment-gateway.php:898 +msgid "Visma Pay (Embedded Card, Subscription) order" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:907 +msgid "Duplicate order number." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:911 +msgid "Card token not found." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:936 +msgid "Payment failed. The card was not charged. Error: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:936 +msgid "Payment failed. The card was not charged." +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:945 +msgid "Payment failed. Exception: " +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:983 +msgid "Failed to delete the card token %s. Return code: %s" +msgstr "" + +#: visma-pay-embedded-card-payment-gateway.php:988 +msgid "Failed to delete the card token %s. Exception: %s" +msgstr "" + +#: build/blocks.js:1 +msgid "Something went wrong" +msgstr "" + +#: build/blocks.js:1 +msgid "Please check the card information" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/visma-pay-payment-gateway/translation_file/languages/visma-pay-payment-gateway.pot b/spec/fixtures/dynamic_finders/plugin_version/visma-pay-payment-gateway/translation_file/languages/visma-pay-payment-gateway.pot new file mode 100644 index 000000000..3dc8e775a --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/visma-pay-payment-gateway/translation_file/languages/visma-pay-payment-gateway.pot @@ -0,0 +1,410 @@ +# Copyright (C) 2023 Visma +# This file is distributed under the same license as the Visma Pay Payment Gateway plugin. +msgid "" +msgstr "" +"Project-Id-Version: Visma Pay Payment Gateway 1.1.2\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/visma-pay-payment-gateway\n" +"Last-Translator: FULL NAME \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: 2023-10-03T13:10:45+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.8.1\n" +"X-Domain: visma-pay-payment-gateway\n" + +#. Plugin Name of the plugin +msgid "Visma Pay Payment Gateway" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://www.vismapay.com/docs" +msgstr "" + +#. Description of the plugin +msgid "Visma Pay Payment Gateway Integration for Woocommerce" +msgstr "" + +#. Author of the plugin +msgid "Visma" +msgstr "" + +#. Author URI of the plugin +msgid "https://www.visma.fi/vismapay/" +msgstr "" + +#: visma-pay-payment-gateway.php:80 +#: visma-pay-payment-gateway.php:168 +msgid "Visma Pay" +msgstr "" + +#: visma-pay-payment-gateway.php:81 +msgid "Visma Pay Payment API integration for Woocommerce" +msgstr "" + +#: visma-pay-payment-gateway.php:154 +msgid "General options" +msgstr "" + +#: visma-pay-payment-gateway.php:159 +msgid "Enable/Disable" +msgstr "" + +#: visma-pay-payment-gateway.php:161 +msgid "Enable Visma Pay" +msgstr "" + +#: visma-pay-payment-gateway.php:165 +msgid "Title" +msgstr "" + +#: visma-pay-payment-gateway.php:167 +msgid "This controls the title which the user sees during checkout." +msgstr "" + +#: visma-pay-payment-gateway.php:171 +msgid "Description" +msgstr "" + +#: visma-pay-payment-gateway.php:172 +msgid "This controls the first part of the description which the user sees during checkout." +msgstr "" + +#: visma-pay-payment-gateway.php:174 +msgid "Pay safely with Finnish internet banking, payment cards, wallet services or credit invoices." +msgstr "" + +#: visma-pay-payment-gateway.php:177 +msgid "Second part of description" +msgstr "" + +#: visma-pay-payment-gateway.php:178 +msgid "This controls the second part of the description which the user sees during checkout." +msgstr "" + +#: visma-pay-payment-gateway.php:180 +msgid "Choose your payment method and click Pay for Order" +msgstr "" + +#: visma-pay-payment-gateway.php:183 +msgid "Private key" +msgstr "" + +#: visma-pay-payment-gateway.php:185 +msgid "Private key of the sub-merchant" +msgstr "" + +#: visma-pay-payment-gateway.php:189 +msgid "API key" +msgstr "" + +#: visma-pay-payment-gateway.php:191 +msgid "API key of the sub-merchant" +msgstr "" + +#: visma-pay-payment-gateway.php:195 +msgid "Order number prefix" +msgstr "" + +#: visma-pay-payment-gateway.php:197 +msgid "Prefix to avoid order number duplication" +msgstr "" + +#: visma-pay-payment-gateway.php:201 +msgid "Send products" +msgstr "" + +#: visma-pay-payment-gateway.php:203 +msgid "Send product breakdown to Visma Pay." +msgstr "" + +#: visma-pay-payment-gateway.php:207 +msgid "Send payment confirmation" +msgstr "" + +#: visma-pay-payment-gateway.php:209 +msgid "Send Visma Pay's payment confirmation email to the customer's billing e-mail." +msgstr "" + +#: visma-pay-payment-gateway.php:217 +msgid "Cancel Page" +msgstr "" + +#: visma-pay-payment-gateway.php:220 +msgid "Choose the page where the customer is redirected after a canceled/failed payment." +msgstr "" + +#: visma-pay-payment-gateway.php:221 +msgid "Order Received: Shows the customer information about their order and a notice that the payment failed. Customer has an opportunity to try payment again." +msgstr "" + +#: visma-pay-payment-gateway.php:222 +msgid "Pay for Order: Returns user to a page where they can try to pay their unpaid order again. " +msgstr "" + +#: visma-pay-payment-gateway.php:223 +msgid "Cart: Customer is redirected back to the shopping cart." +msgstr "" + +#: visma-pay-payment-gateway.php:224 +msgid "Checkout: Customer is redirected back to the checkout." +msgstr "" + +#: visma-pay-payment-gateway.php:225 +msgid "(When using Cart or Checkout as the return page for failed orders, the customer's cart will not be emptied during checkout.)" +msgstr "" + +#: visma-pay-payment-gateway.php:228 +msgid "Order Received" +msgstr "" + +#: visma-pay-payment-gateway.php:229 +msgid "Pay for Order" +msgstr "" + +#: visma-pay-payment-gateway.php:230 +msgid "Cart" +msgstr "" + +#: visma-pay-payment-gateway.php:231 +msgid "Checkout" +msgstr "" + +#: visma-pay-payment-gateway.php:238 +msgid "Only allow payments in EUR" +msgstr "" + +#: visma-pay-payment-gateway.php:240 +msgid "Enable this option if you want to allow payments only in EUR." +msgstr "" + +#: visma-pay-payment-gateway.php:244 +msgid "Enable payment method embedding" +msgstr "" + +#: visma-pay-payment-gateway.php:246 +msgid "Enable this if you want to embed the payment methods to the checkout-page." +msgstr "" + +#: visma-pay-payment-gateway.php:252 +msgid "Manage payment methods" +msgstr "" + +#: visma-pay-payment-gateway.php:257 +msgid "Banks" +msgstr "" + +#: visma-pay-payment-gateway.php:259 +msgid "Enable bank payments in the Visma Pay payment page." +msgstr "" + +#: visma-pay-payment-gateway.php:263 +msgid "Wallets" +msgstr "" + +#: visma-pay-payment-gateway.php:265 +msgid "Enable wallet services in the Visma Pay payment page." +msgstr "" + +#: visma-pay-payment-gateway.php:269 +msgid "Card payments" +msgstr "" + +#: visma-pay-payment-gateway.php:271 +msgid "Enable credit cards in the Visma Pay payment page." +msgstr "" + +#: visma-pay-payment-gateway.php:275 +msgid "Credit invoices" +msgstr "" + +#: visma-pay-payment-gateway.php:277 +msgid "Enable credit invoices in the Visma Pay payment page." +msgstr "" + +#: visma-pay-payment-gateway.php:281 +msgid "Alisa Yrityslasku" +msgstr "" + +#: visma-pay-payment-gateway.php:283 +msgid "Enable Alisa Yrityslasku in the Visma Pay payment page." +msgstr "" + +#: visma-pay-payment-gateway.php:330 +#: build/blocks.js:1 +msgid "No payment methods available for the currency: " +msgstr "" + +#: visma-pay-payment-gateway.php:344 +#: build/blocks.js:1 +msgid "Internet banking" +msgstr "" + +#: visma-pay-payment-gateway.php:347 +#: build/blocks.js:1 +msgid "Payment card" +msgstr "" + +#: visma-pay-payment-gateway.php:350 +#: build/blocks.js:1 +msgid "Wallet services" +msgstr "" + +#: visma-pay-payment-gateway.php:353 +#: build/blocks.js:1 +msgid "Invoice or part payment" +msgstr "" + +#: visma-pay-payment-gateway.php:700 +#: visma-pay-payment-gateway.php:701 +#: visma-pay-payment-gateway.php:716 +msgid "Visma Pay: No payment methods available for the currency: " +msgstr "" + +#: visma-pay-payment-gateway.php:714 +msgid "Visma Pay: \"Only allow payments in EUR\" is enabled and currency was not EUR for order: " +msgstr "" + +#: visma-pay-payment-gateway.php:739 +#: visma-pay-payment-gateway.php:901 +#: visma-pay-payment-gateway.php:904 +msgid "Visma Pay order" +msgstr "" + +#: visma-pay-payment-gateway.php:739 +msgid "Payment pending. Waiting for result." +msgstr "" + +#: visma-pay-payment-gateway.php:762 +msgid "Visma Pay system is currently in maintenance. Please try again in a few minutes." +msgstr "" + +#: visma-pay-payment-gateway.php:769 +#: visma-pay-payment-gateway.php:783 +msgid "Payment failed due to an error." +msgstr "" + +#: visma-pay-payment-gateway.php:866 +msgid "Payment method: Card payment" +msgstr "" + +#: visma-pay-payment-gateway.php:867 +msgid "Card payment info: " +msgstr "" + +#: visma-pay-payment-gateway.php:872 +msgid "Verified: " +msgstr "" + +#: visma-pay-payment-gateway.php:875 +msgid "Card country: " +msgstr "" + +#: visma-pay-payment-gateway.php:876 +msgid "Client IP country: " +msgstr "" + +#: visma-pay-payment-gateway.php:881 +msgid "Error: " +msgstr "" + +#: visma-pay-payment-gateway.php:885 +msgid "Payment method: " +msgstr "" + +#: visma-pay-payment-gateway.php:901 +msgid "Payment is authorized. Use settle option to capture funds." +msgstr "" + +#: visma-pay-payment-gateway.php:904 +msgid "Payment accepted." +msgstr "" + +#: visma-pay-payment-gateway.php:916 +msgid "Payment was not accepted." +msgstr "" + +#: visma-pay-payment-gateway.php:924 +msgid "Transaction status could not be updated after customer returned from the web page of a bank. Please use the merchant UI to resolve the payment status." +msgstr "" + +#: visma-pay-payment-gateway.php:932 +msgid "Maintenance break. The transaction is not created and the user has been notified and transferred back to the cancel address." +msgstr "" + +#: visma-pay-payment-gateway.php:964 +msgid "Card payment failed. Your card has not been charged." +msgstr "" + +#: visma-pay-payment-gateway.php:966 +msgid "Payment was canceled or charge was not accepted." +msgstr "" + +#: visma-pay-payment-gateway.php:1011 +msgid "Payment settled." +msgstr "" + +#: visma-pay-payment-gateway.php:1029 +msgid "Settle payment" +msgstr "" + +#: visma-pay-payment-gateway.php:1053 +msgid "Settlement was successful." +msgstr "" + +#: visma-pay-payment-gateway.php:1056 +msgid "Settlement failed. Validation failed." +msgstr "" + +#: visma-pay-payment-gateway.php:1059 +msgid "Settlement failed. Either the payment has already been settled or the payment gateway refused to settle payment for given transaction." +msgstr "" + +#: visma-pay-payment-gateway.php:1062 +msgid "Settlement failed. Unknown error." +msgstr "" + +#: visma-pay-payment-gateway.php:1069 +msgid "Exception, error: " +msgstr "" + +#: visma-pay-payment-gateway.php:1116 +msgid "The card is reported lost or stolen." +msgstr "" + +#: visma-pay-payment-gateway.php:1118 +msgid "General decline. The card holder should contact the issuer to find out why the payment failed." +msgstr "" + +#: visma-pay-payment-gateway.php:1120 +msgid "Insufficient funds. The card holder should verify that there is balance on the account and the online payments are actived." +msgstr "" + +#: visma-pay-payment-gateway.php:1122 +msgid "Expired card." +msgstr "" + +#: visma-pay-payment-gateway.php:1124 +msgid "Withdrawal amount limit exceeded." +msgstr "" + +#: visma-pay-payment-gateway.php:1126 +msgid "Restricted card. The card holder should verify that the online payments are actived." +msgstr "" + +#: visma-pay-payment-gateway.php:1128 +msgid "Timeout communicating with the acquirer. The payment should be tried again later." +msgstr "" + +#: visma-pay-payment-gateway.php:1139 +msgid "3-D Secure was used." +msgstr "" + +#: visma-pay-payment-gateway.php:1141 +msgid "3-D Secure was not used." +msgstr "" + +#: visma-pay-payment-gateway.php:1143 +msgid "3-D Secure was attempted but not supported by the card issuer or the card holder is not participating." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/wc-easy-quick-view/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/wc-easy-quick-view/change_log/changelog.txt new file mode 100644 index 000000000..b67b47b72 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/wc-easy-quick-view/change_log/changelog.txt @@ -0,0 +1,2 @@ += 1.1.0 = +Test: WordPress compatibility Upto 6.4 diff --git a/spec/fixtures/dynamic_finders/plugin_version/wc-iikocloud/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/wc-iikocloud/change_log/changelog.txt new file mode 100644 index 000000000..01a6f2f92 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/wc-iikocloud/change_log/changelog.txt @@ -0,0 +1,121 @@ +== Changelog == + += 2.4.7 = +* NEW Asynchronous import for external menu. +* IMPROVED Translated all logs. +* IMPROVED Ability to import different dishes with the same name and different SKUs. +* NEW Export option 'Turn off export'. +* IMPROVED Compatibility check with WordPress 6.4 and WooCommerce 8.3. +* NEW Add WooCommerce High Performance Order Storage (HPOS) support. +* IMPROVED Nomenclature import. + += 2.4.6 = +* NEW External menus import. + += 2.4.5 = +* IMPROVED The iiko product ID can be changed while adding and editing the product. +* IMPROVED The iiko product category ID can be changed while adding and editing the product category. +* IMPROVED Import products tags from iiko is optional now. +* IMPROVED Compatibility check with WordPress 6.3 and WooCommerce 8.0. + += 2.4.4 = +* FIXED guzzlehttp/psr7 CVE-2023-29197 Moderate severity. +* IMPROVED Default iiko street during an export. Use an iiko street ID instead of the street name. + += 2.4.3 = +* IMPROVED Compatibility check with WordPress 6.2. + += 2.4.2 = +* NEW Added option 'Import only simple products'. + += 2.4.1 = +* NEW Added option 'Reverse groups import'. + += 2.4.0 = +* FIXED Translations on the plugin pages (in JS scripts). +* IMPROVED Added button for save groups for auto import to WooCommerce. +* IMPROVED Compatibility check with WordPress 6.1. + += 2.3.9 = +* IMPROVED Separation of premium functionality into a separate plugin. +* NEW Add 'Delete old product category photo' option. + += 2.3.8 = +* FIXED Bonuses with online payment. +* FIXED Imported streets info in the plugin's terminal. +* FIXED Rename apiLogin field on API-key. +* FIXED Async import. + += 2.3.7 = +* NEW Option 'Place all orders by current time'. + += 2.3 = +* NEW Bonuses (loyalty program). +* NEW Option 'Skip import of unrequired group modifiers'. +* NEW Ability to import groups and dishes from one organization and export orders to another one. +* NEW 'Deliveries and Orders' export mode. This mode is customized with shipping methods. + += 2.2 = +* NEW Localization options. +* NEW Export type option (order with tables reservation or delivery). +* NEW Export action option (when an order will be exported). +* NEW Import option allowed to remove all old product images. +* NEW Guests field for checkout page. +* NEW Table field for checkout page. +* NEW 'Shipping cost as a product' option. +* NEW 'Update stop list after import' option. +* NEW Support of 'StopListUpdate' iiko webhook. +* NEW Order of products when importing. +* NEW Ability to import modifiers prices for products with a single modifiers group. +* NEW KBZHU (energy, proteins, fat, carbohydrates). +* IMPROVED Update a product when import if a product with the same iiko code exist. +* IMPROVED Admin bar menu. + += 2.1 = +* NEW Support for several terminals and new shipping method witch is used terminals IDs for, so that customers can choose which terminal to send an order to. +* NEW Support for importing the same dishes and products in different groups. +* NEW Sale price import. +* NEW Settings for nomenclature import. Import or not: + - products and categories descriptions, + - products and categories SEO titles and descriptions, + - products sale prices, + - enable reviews, + - hide all old products (set status 'Out of stock'), + - delete old products. + += 2.0 = +* NEW Email in plugin settings for error notifications. +* NEW Support of several modifier groups (see the plugin's FAQ, the question 'Is WooCommerce variable product import supported?'). +* IMPROVED 'Complete Before' block interface. +* NEW 'Complete before' type to order comment (on export). +* NEW Admin bar menu. +* NEW Filter 'wc_iikocloud_order_customer' for change customer data on export. +* FIXED Groups tree on the plugin page. + += 1.3.2 = +* NEW Auto import of nomenclature using WP CRON. + += 1.3.1 = +* NEW Order checking from order list in admin panel. +* IMPROVED Order export comment. +* IMPROVED Logs. + += 1.3.0 = +* NEW The export of the order is sent once when the order is created. +* NEW If the order is successfully exported, a corresponding notification is added to it. +* NEW The ability to manually export an order from the admin panel. +* NEW Filter to change the customer's phone number when exporting an order. +* NEW "Complete before" field to indicate order time. +* NEW Processing of address fields on the checkout page. +* NEW New import settings. +* IMPROVED The settings page is grouped into blocks by separate tabs. + += 1.2.0 = +* NEW Notifications to the administrator's mail in case of problems with exporting orders. + += 1.1.0 = +* NEW Support for WooCommerce and iiko payment methods. +* IMPROVED Increased minimum PHP version to 7.2 (for compatibility with the nearest WooCommerce versions). + += 1.0.0 = +* The first version \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/wc-solana-pay/translation_file/languages/wc-solana-pay.pot b/spec/fixtures/dynamic_finders/plugin_version/wc-solana-pay/translation_file/languages/wc-solana-pay.pot new file mode 100644 index 000000000..047f4e845 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/wc-solana-pay/translation_file/languages/wc-solana-pay.pot @@ -0,0 +1,239 @@ +# Copyright (C) 2023 AZTemi +# This file is distributed under the GPLv3 or later. +msgid "" +msgstr "" +"Project-Id-Version: WC Solana Pay 2.2.3\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-solana-pay\n" +"Last-Translator: FULL NAME \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: 2023-10-15T15:27:47+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.8.1\n" +"X-Domain: wc-solana-pay\n" + +#. Plugin Name of the plugin +#: admin/class-wc-solana-pay-payment-gateway.php:131 +msgid "WC Solana Pay" +msgstr "" + +#. Plugin URI of the plugin +#. Author URI of the plugin +msgid "https://apps.aztemi.com/wc-solana-pay" +msgstr "" + +#. Description of the plugin +msgid "Accept crypto payments in SOL, USDC, USDT and more in your WooCommerce store." +msgstr "" + +#. Author of the plugin +msgid "AZTemi" +msgstr "" + +#: admin/class-solana-pay.php:128 +msgid "Payment transaction not found. Please try again." +msgstr "" + +#: admin/class-solana-pay.php:168 +msgid "Unable to confirm payment transaction details. Please try again." +msgstr "" + +#: admin/class-solana-pay.php:192 +msgid "Payment currency not in supported Solana tokens list." +msgstr "" + +#: admin/class-solana-pay.php:430 +msgid "Solana Pay payment completed" +msgstr "" + +#: admin/class-solana-pay.php:645 +msgid "Connection to RPC failed" +msgstr "" + +#. translators: %d: rpc call response code error, e.g. 404 +#: admin/class-solana-pay.php:656 +msgid "RPC remote call failed with code %d" +msgstr "" + +#: admin/class-solana-tokens.php:456 +msgid "Devnet Faucet" +msgstr "" + +#. translators: %s: Devnet Faucet +#: admin/class-solana-tokens.php:458 +msgid "Get free tokens for testing from the %s." +msgstr "" + +#: admin/class-wc-solana-pay-admin.php:107 +msgid "Settings" +msgstr "" + +#: admin/class-wc-solana-pay-payment-gateway.php:133 +msgid "Accept payments in SOL, USDC, USDT and more with Solana Pay." +msgstr "" + +#: admin/class-wc-solana-pay-payment-gateway.php:157 +msgid "(Test Mode enabled. Devnet in use)." +msgstr "" + +#: admin/class-wc-solana-pay-payment-gateway.php:200 +msgid "Solana Pay setup is not complete. Please set Merchant Wallet Address" +msgstr "" + +#: admin/class-wc-solana-pay-payment-gateway.php:212 +msgid "Solana Pay setup is not complete. Please enable at least 1 Solana Token." +msgstr "" + +#: admin/class-wc-solana-pay-payment-gateway.php:242 +msgid "Invalid Solana Wallet Address" +msgstr "" + +#: admin/class-webhook.php:139 +#: admin/class-webhook.php:250 +msgid "Thank you for your order" +msgstr "" + +#: admin/partials/admin-payment-details.php:31 +#: public/partials/public-payment-details.php:30 +msgid "Solana Pay Payment Details" +msgstr "" + +#: admin/partials/admin-payment-details.php:34 +#: public/partials/public-payment-details.php:34 +msgid "Transaction ID" +msgstr "" + +#: admin/partials/admin-payment-details.php:35 +msgid "Customer Wallet" +msgstr "" + +#: admin/partials/admin-payment-details.php:36 +#: public/partials/public-payment-details.php:36 +msgid "Amount" +msgstr "" + +#: admin/partials/admin-payment-details.php:37 +msgid "Net Amount after fees" +msgstr "" + +#: admin/partials/admin-settings.php:18 +msgid "Enable/Disable" +msgstr "" + +#: admin/partials/admin-settings.php:20 +msgid "Enable WC Solana Pay" +msgstr "" + +#: admin/partials/admin-settings.php:22 +msgid "This gateway must be enabled in order to use Solana Pay." +msgstr "" + +#: admin/partials/admin-settings.php:26 +msgid "Merchant Wallet Address" +msgstr "" + +#: admin/partials/admin-settings.php:29 +msgid "Merchant Solana wallet address to receive payments.
Crypto transactions are not reversible, please make sure the entered address is correct." +msgstr "" + +#: admin/partials/admin-settings.php:32 +msgid "Solana Network" +msgstr "" + +#: admin/partials/admin-settings.php:35 +msgid "The Solana network cluster for processing transactions.
\"Devnet\" is only for testing and has no monetary value. Select \"Mainnet-Beta\" to go live for real cryptocurrencies." +msgstr "" + +#: admin/partials/admin-settings.php:37 +msgid "Devnet (Test Mode)" +msgstr "" + +#: admin/partials/admin-settings.php:38 +msgid "Mainnet-Beta (Production Mode)" +msgstr "" + +#: admin/partials/admin-settings.php:42 +msgid "Accepted Payment Tokens" +msgstr "" + +#: admin/partials/admin-settings.php:44 +msgid "Enable cryptocurrencies you want to accept for payments." +msgstr "" + +#: admin/partials/admin-settings.php:47 +msgid "Brand Name" +msgstr "" + +#: admin/partials/admin-settings.php:50 +msgid "Merchant or Store name displayed in payment instructions." +msgstr "" + +#: admin/partials/admin-settings.php:53 +msgid "Description" +msgstr "" + +#: admin/partials/admin-settings.php:55 +msgid "Complete your payment with Solana Pay." +msgstr "" + +#: admin/partials/admin-settings.php:56 +msgid "Payment method description that customers will see on the checkout page." +msgstr "" + +#: admin/partials/admin-tokens-table.php:64 +msgid "Enabled" +msgstr "" + +#: admin/partials/admin-tokens-table.php:65 +msgid "Token" +msgstr "" + +#: admin/partials/admin-tokens-table.php:66 +msgid "Auto Refresh" +msgstr "" + +#: admin/partials/admin-tokens-table.php:66 +msgid "Auto refresh exchange rate every hour if checked." +msgstr "" + +#: admin/partials/admin-tokens-table.php:67 +msgid "Exchange Rate" +msgstr "" + +#: admin/partials/admin-tokens-table.php:68 +msgid "% Commission" +msgstr "" + +#: admin/partials/admin-tokens-table.php:69 +msgid "Preview" +msgstr "" + +#: admin/partials/admin-tokens-table.php:130 +msgid "Click to refresh exchange rate" +msgstr "" + +#: admin/partials/admin-tokens-table.php:144 +msgid "Not available for the store currency" +msgstr "" + +#: admin/partials/admin-tokens-table.php:145 +msgid "Not Available" +msgstr "" + +#: includes/class-wc-solana-pay.php:60 +msgid "WC Solana Pay is an extension for WooCommerce. Please install and activate WooCommerce plugin." +msgstr "" + +#: includes/class-wc-solana-pay.php:66 +msgid "WC Solana Pay requires BC Math. Please install BC Math extension for PHP." +msgstr "" + +#: public/partials/public-payment-details.php:35 +msgid "Wallet Address" +msgstr "" + +#: public/partials/public-place-order-button.php:26 +msgid "Solana Pay" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/wc-ticket-manager/translation_file/languages/wc-ticket-manager.pot b/spec/fixtures/dynamic_finders/plugin_version/wc-ticket-manager/translation_file/languages/wc-ticket-manager.pot new file mode 100644 index 000000000..3aa38eb9c --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/wc-ticket-manager/translation_file/languages/wc-ticket-manager.pot @@ -0,0 +1,595 @@ +# Copyright (C) 2023 PluginEver +# This file is distributed under the same license as the Tickets Manager for WooCommerce package. +msgid "" +msgstr "" +"Project-Id-Version: WooCommerce Ticket Manager 1.0.0\n" +"Report-Msgid-Bugs-To: https://pluginever.com/plugins/wc-ticket-manager/\n" +"POT-Creation-Date: 2023-11-15 06:30:28+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Country: United States\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-KeywordsList: " +"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_" +"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-Bookmarks: \n" +"X-Textdomain-Support: yes\n" +"X-Generator: grunt-wp-i18n 1.0.3\n" + +#: src/Admin/Settings.php:96 src/Admin/Settings.php:97 +msgid "6" +msgstr "" + +#: lib/Lib/Plugin.php:309 +msgid "Go Pro" +msgstr "" + +#: lib/Lib/Plugin.php:655 +msgid "Documentation" +msgstr "" + +#: lib/Lib/Plugin.php:662 +msgid "Support" +msgstr "" + +#: lib/Lib/Plugin.php:669 +msgid "Review" +msgstr "" + +#: lib/Lib/Plugin.php:675 +msgid "More Plugins" +msgstr "" + +#: lib/Lib/Plugin.php:692 src/Admin/Menus.php:63 src/Admin/Menus.php:64 +msgid "Settings" +msgstr "" + +#: lib/Lib/Settings.php:96 +msgid "Settings saved." +msgstr "" + +#: lib/Lib/Settings.php:310 lib/Lib/Settings.php:398 lib/Lib/Settings.php:406 +#: lib/Lib/Settings.php:414 +msgid "Recommended" +msgstr "" + +#: lib/Lib/Settings.php:311 lib/Lib/Settings.php:399 lib/Lib/Settings.php:407 +#: lib/Lib/Settings.php:415 +msgid "Install Now" +msgstr "" + +#: lib/Lib/Settings.php:370 +msgid "Need Help?" +msgstr "" + +#: lib/Lib/Settings.php:429 +msgid "Join our Community" +msgstr "" + +#: lib/Lib/Settings.php:433 +msgid "Request a Feature" +msgstr "" + +#: lib/Lib/Settings.php:437 +msgid "Report a Bug" +msgstr "" + +#: src/Admin/Actions.php:39 +msgid "Ticket not found." +msgstr "" + +#: src/Admin/Actions.php:54 +msgid "Ticket saved successfully." +msgstr "" + +#: src/Admin/Admin.php:82 +#. translators: 1: Plugin name 2: WordPress +msgid "" +"Thank you for using %1$s. If you like it, please leave us a %2$s rating. A " +"huge thank you from PluginEver in advance!" +msgstr "" + +#: src/Admin/Admin.php:84 +msgid "Thanks :)" +msgstr "" + +#: src/Admin/Admin.php:102 +#. translators: 1: Plugin version +msgid "Version %s" +msgstr "" + +#: src/Admin/ListTables/TicketsListTable.php:88 src/PostTypes.php:46 +#: templates/myaccount/view-ticket.php:31 +msgid "No tickets found." +msgstr "" + +#: src/Admin/ListTables/TicketsListTable.php:100 src/Admin/Orders.php:63 +msgid "Ticket" +msgstr "" + +#: src/Admin/ListTables/TicketsListTable.php:101 +#: src/Admin/views/edit-ticket.php:35 templates/myaccount/view-tickets.php:43 +msgid "Product" +msgstr "" + +#: src/Admin/ListTables/TicketsListTable.php:102 +#: src/Admin/views/edit-ticket.php:49 templates/myaccount/view-tickets.php:44 +msgid "Order" +msgstr "" + +#: src/Admin/ListTables/TicketsListTable.php:103 +#: src/Admin/views/edit-ticket.php:64 +msgid "Customer" +msgstr "" + +#: src/Admin/ListTables/TicketsListTable.php:104 +msgid "Date Created" +msgstr "" + +#: src/Admin/ListTables/TicketsListTable.php:143 +#: src/Admin/views/edit-ticket.php:114 +msgid "Delete" +msgstr "" + +#: src/Admin/ListTables/TicketsListTable.php:181 +#. translators: %d: number of things deleted. +msgid "%d ticket deleted." +msgid_plural "%d tickets deleted." +msgstr[0] "" +msgstr[1] "" + +#: src/Admin/ListTables/TicketsListTable.php:226 +msgid "Edit" +msgstr "" + +#: src/Admin/ListTables/TicketsListTable.php:229 +msgid " - Pending" +msgstr "" + +#: src/Admin/Menus.php:35 src/Admin/Menus.php:36 +msgid "Ticket Manager" +msgstr "" + +#: src/Admin/Menus.php:46 src/Admin/Menus.php:47 +#: src/Admin/views/list-ticket.php:19 src/Frontend/MyAccount.php:54 +#: src/Frontend/MyAccount.php:75 +msgid "Tickets" +msgstr "" + +#: src/Admin/Orders.php:48 +msgid "Here are the tickets associated with this item:" +msgstr "" + +#: src/Admin/Orders.php:57 +msgid "Pending" +msgstr "" + +#: src/Admin/Orders.php:85 src/Frontend/MyAccount.php:58 src/PostTypes.php:42 +msgid "View Ticket" +msgstr "" + +#: src/Admin/Products.php:43 +msgid "Sell Ticket" +msgstr "" + +#: src/Admin/Products.php:44 +msgid "Sell tickets for this product." +msgstr "" + +#: src/Admin/Products.php:64 +msgid "Ticket Options" +msgstr "" + +#: src/Admin/Products.php:95 src/Admin/Products.php:96 +#: src/Admin/views/product-ticket-fields.php:33 +msgid "Name" +msgstr "" + +#: src/Admin/Products.php:102 src/Admin/Products.php:103 +#: src/Admin/Products.php:111 +msgid "Email" +msgstr "" + +#: src/Admin/Products.php:110 +msgid "Text" +msgstr "" + +#: src/Admin/Settings.php:35 +msgid "General" +msgstr "" + +#: src/Admin/Settings.php:57 src/Admin/views/product-ticket-options.php:28 +msgid "Ticket Number Settings" +msgstr "" + +#: src/Admin/Settings.php:59 +msgid "" +"Set how the ticket number will be generated. The number is also " +"configurable per product." +msgstr "" + +#: src/Admin/Settings.php:63 +msgid "Number type" +msgstr "" + +#: src/Admin/Settings.php:65 +msgid "Select the type of ticket number." +msgstr "" + +#: src/Admin/Settings.php:66 +msgid "Sequential will start at 1 and go up. Random will generate a random number." +msgstr "" + +#: src/Admin/Settings.php:70 src/Admin/views/product-ticket-options.php:86 +msgid "Sequential" +msgstr "" + +#: src/Admin/Settings.php:71 src/Admin/views/product-ticket-options.php:85 +msgid "Random" +msgstr "" + +#: src/Admin/Settings.php:75 +msgid "Number prefix" +msgstr "" + +#: src/Admin/Settings.php:77 +msgid "Enter text for ticket prefix." +msgstr "" + +#: src/Admin/Settings.php:78 +msgid "This will be added to the beginning of the ticket number." +msgstr "" + +#: src/Admin/Settings.php:79 src/Admin/Settings.php:80 +msgid "EVNT-" +msgstr "" + +#: src/Admin/Settings.php:84 +msgid "Number suffix" +msgstr "" + +#: src/Admin/Settings.php:86 +msgid "Enter text for ticket suffix." +msgstr "" + +#: src/Admin/Settings.php:87 +msgid "This will be added to the end of the ticket number." +msgstr "" + +#: src/Admin/Settings.php:88 +msgid "Suffix" +msgstr "" + +#: src/Admin/Settings.php:92 +msgid "Number length" +msgstr "" + +#: src/Admin/Settings.php:94 +msgid "Enter the length of the ticket number." +msgstr "" + +#: src/Admin/Settings.php:95 +msgid "" +"This will be the length of the ticket number. If the number is less than " +"the length, it will be padded with zeros." +msgstr "" + +#: src/Admin/Settings.php:105 +msgid "Display Options" +msgstr "" + +#: src/Admin/Settings.php:111 +msgid "Shop page add to cart text" +msgstr "" + +#: src/Admin/Settings.php:113 +msgid "Enter text for add to cart button on shop page." +msgstr "" + +#: src/Admin/Settings.php:114 src/Admin/Settings.php:115 +#: src/Admin/views/edit-ticket.php:27 src/Cart.php:45 +#: templates/myaccount/view-ticket.php:29 +msgid "Ticket Details" +msgstr "" + +#: src/Admin/Settings.php:120 +msgid "Product page add to cart text" +msgstr "" + +#: src/Admin/Settings.php:122 +msgid "Enter text for add to cart button on product page." +msgstr "" + +#: src/Admin/Settings.php:123 src/Admin/Settings.php:124 src/Cart.php:62 +msgid "Buy Ticket Now" +msgstr "" + +#: src/Admin/Settings.php:165 +msgid "You can use the following tags in the email subject and content." +msgstr "" + +#: src/Admin/Settings.php:170 +msgid "Tag" +msgstr "" + +#: src/Admin/Settings.php:171 +msgid "Description" +msgstr "" + +#: src/Admin/Settings.php:177 +msgid "Name of the event." +msgstr "" + +#: src/Admin/Settings.php:181 +msgid "Date of the event." +msgstr "" + +#: src/Admin/Settings.php:185 +msgid "Time of the event." +msgstr "" + +#: src/Admin/Settings.php:189 +msgid "Location of the event." +msgstr "" + +#: src/Admin/Settings.php:193 +msgid "Organizer of the event." +msgstr "" + +#: src/Admin/Settings.php:197 +msgid "Ticket number." +msgstr "" + +#: src/Admin/Settings.php:201 +msgid "Ticket URL." +msgstr "" + +#: src/Admin/Settings.php:205 +msgid "Ticket barcode." +msgstr "" + +#: src/Admin/views/edit-ticket.php:16 src/Frontend/MyAccount.php:58 +#: src/PostTypes.php:41 +msgid "Edit Ticket" +msgstr "" + +#: src/Admin/views/edit-ticket.php:18 +msgid "Go Back" +msgstr "" + +#: src/Admin/views/edit-ticket.php:42 +msgid "No product assigned." +msgstr "" + +#: src/Admin/views/edit-ticket.php:56 +msgid "No order assigned." +msgstr "" + +#: src/Admin/views/edit-ticket.php:71 +msgid "Customer not found." +msgstr "" + +#: src/Admin/views/edit-ticket.php:79 src/Frontend/Frontend.php:66 +#: templates/emails/order-ticket.php:35 +msgid "Ticket Number" +msgstr "" + +#: src/Admin/views/edit-ticket.php:111 templates/myaccount/view-tickets.php:45 +msgid "Actions" +msgstr "" + +#: src/Admin/views/edit-ticket.php:115 +msgid "Save Ticket" +msgstr "" + +#: src/Admin/views/list-ticket.php:26 +msgid "Search" +msgstr "" + +#: src/Admin/views/product-ticket-fields.php:17 +msgid "Ticket Fields" +msgstr "" + +#: src/Admin/views/product-ticket-fields.php:22 +msgid "Label" +msgstr "" + +#: src/Admin/views/product-ticket-fields.php:23 +#: src/Admin/views/product-ticket-fields.php:36 +msgid "Placeholder" +msgstr "" + +#: src/Admin/views/product-ticket-fields.php:24 +msgid "Type" +msgstr "" + +#: src/Admin/views/product-ticket-fields.php:25 +msgid "Required" +msgstr "" + +#: src/Admin/views/product-ticket-fields.php:26 +msgid "Enabled" +msgstr "" + +#: src/Admin/views/product-ticket-options.php:29 +msgid "Customize ticket number or use global setting." +msgstr "" + +#: src/Admin/views/product-ticket-options.php:32 +msgid "Global Setting" +msgstr "" + +#: src/Admin/views/product-ticket-options.php:33 +msgid "Customize" +msgstr "" + +#: src/Admin/views/product-ticket-options.php:41 +msgid "Ticket Prefix" +msgstr "" + +#: src/Admin/views/product-ticket-options.php:42 +msgid "Prefix for the ticket number. Leave blank for no prefix." +msgstr "" + +#: src/Admin/views/product-ticket-options.php:54 +msgid "Ticket Suffix" +msgstr "" + +#: src/Admin/views/product-ticket-options.php:55 +msgid "Suffix for the ticket number. Leave blank for no suffix." +msgstr "" + +#: src/Admin/views/product-ticket-options.php:67 +msgid "Min Number Length" +msgstr "" + +#: src/Admin/views/product-ticket-options.php:68 +msgid "Minimum length of the ticket number. Leave blank for no limit." +msgstr "" + +#: src/Admin/views/product-ticket-options.php:80 +msgid "Ticket Number Type" +msgstr "" + +#: src/Admin/views/product-ticket-options.php:82 +msgid "Type of the ticket number." +msgstr "" + +#: src/Cart.php:165 +#. translators: %s: field label. +msgid "%s is a required field." +msgstr "" + +#: src/Cart.php:216 +#. translators: %d: quantity. +msgid "%d ticket added to your cart." +msgid_plural "%d tickets added to your cart." +msgstr[0] "" +msgstr[1] "" + +#: src/Cart.php:220 +msgid "View cart" +msgstr "" + +#: src/Cart.php:222 +msgid "Checkout" +msgstr "" + +#: src/Installer.php:77 +#. translators: 1: plugin name 2: version number +msgid "%1$s updated to version %2$s successfully." +msgstr "" + +#: src/Models/Ticket.php:83 +msgid "Missing required product_id" +msgstr "" + +#: src/Plugin.php:77 +#. translators: 1: plugin name 2: WooCommerce +msgid "%1$s requires %2$s to be installed and active." +msgstr "" + +#: src/Plugin.php:79 +msgid "WooCommerce" +msgstr "" + +#: src/PostTypes.php:39 +msgid "Add New Ticket" +msgstr "" + +#: src/PostTypes.php:40 +msgid "New Ticket" +msgstr "" + +#: src/PostTypes.php:43 +msgid "All Tickets" +msgstr "" + +#: src/PostTypes.php:44 +msgid "Search Tickets" +msgstr "" + +#: src/PostTypes.php:45 +msgid "Parent Tickets:" +msgstr "" + +#: src/PostTypes.php:47 +msgid "No tickets found in Trash." +msgstr "" + +#: templates/emails/order-tickets.php:17 templates/order/order-tickets.php:33 +msgid "Order Tickets" +msgstr "" + +#: templates/myaccount/view-tickets.php:42 +msgid "Ticket #" +msgstr "" + +#: templates/myaccount/view-tickets.php:70 +msgid "N/A" +msgstr "" + +#: templates/myaccount/view-tickets.php:74 +msgid "View" +msgstr "" + +#: templates/myaccount/view-tickets.php:94 +msgid "Go Shop" +msgstr "" + +#: templates/myaccount/view-tickets.php:96 +msgid "No ticket has been purchased yet." +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "Tickets Manager for WooCommerce" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "https://wordpress.org/plugins/wc-ticket-manager" +msgstr "" + +#. Description of the plugin/theme +msgid "Easily sell and manage tickets for events, concerts or conferences." +msgstr "" + +#. Author of the plugin/theme +msgid "PluginEver" +msgstr "" + +#. Author URI of the plugin/theme +msgid "https://pluginever.com/" +msgstr "" + +#: src/PostTypes.php:34 +msgctxt "post type general name" +msgid "Tickets" +msgstr "" + +#: src/PostTypes.php:35 +msgctxt "post type singular name" +msgid "Ticket" +msgstr "" + +#: src/PostTypes.php:36 +msgctxt "admin menu" +msgid "Tickets" +msgstr "" + +#: src/PostTypes.php:37 +msgctxt "add new on admin bar" +msgid "Ticket" +msgstr "" + +#: src/PostTypes.php:38 +msgctxt "ticket" +msgid "Add New" +msgstr "" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/wonderful-payments-for-woocommerce/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/wonderful-payments-for-woocommerce/change_log/changelog.txt new file mode 100644 index 000000000..240f77738 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/wonderful-payments-for-woocommerce/change_log/changelog.txt @@ -0,0 +1,19 @@ +*** Wonderful Payments for WooCommerce Changelog *** + +2023-10-19 - version 0.4.2 +* Updated readme + +2023-10-09 - version 0.4.1 +* Readme updated to reflect new billing model. Account plans are now billed directly by Wonderful Payments Ltd. + +2023-09-21 - version 0.4 +* Updated API endpoints and SSL verification + +2023-09-19 - version 0.3 +* Confirmed compatibility with WordPress 6.3 + +2023-06-29 - version 0.2 +* We now send the plugin version to our servers when initiating a payment request. This allows us to provide better technical support for merchants. + +2023-06-22 - version 0.1 +* Initial Release \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/wpc-attribute-groups/translation_file/languages/wpc-attribute-groups.pot b/spec/fixtures/dynamic_finders/plugin_version/wpc-attribute-groups/translation_file/languages/wpc-attribute-groups.pot new file mode 100644 index 000000000..1c1e1e30e --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/wpc-attribute-groups/translation_file/languages/wpc-attribute-groups.pot @@ -0,0 +1,303 @@ +# Copyright (C) 2023 WPClever +# This file is distributed under the same license as the WPC Smart Attribute Groups for WooCommerce plugin. +msgid "" +msgstr "" +"Project-Id-Version: WPC Smart Attribute Groups for WooCommerce 1.0.3\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpc-attribute-groups\n" +"Last-Translator: FULL NAME \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: 2023-11-21T03:11:07+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: wpc-attribute-groups\n" + +#. Plugin Name of the plugin +msgid "WPC Smart Attribute Groups for WooCommerce" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://wpclever.net/" +msgstr "" + +#. Description of the plugin +msgid "WPC Smart Attribute Groups give you the possibility to display product attributes in separate groups." +msgstr "" + +#. Author of the plugin +msgid "WPClever" +msgstr "" + +#. Author URI of the plugin +msgid "https://wpclever.net" +msgstr "" + +#: includes/class-backend.php:66 +#: includes/class-backend.php:76 +msgid "WPC Smart Attribute Groups" +msgstr "" + +#: includes/class-backend.php:66 +msgid "Smart Attribute Groups" +msgstr "" + +#: includes/class-backend.php:76 +msgid "Premium" +msgstr "" + +#: includes/class-backend.php:79 +msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating." +msgstr "" + +#: includes/class-backend.php:81 +msgid "Reviews" +msgstr "" + +#: includes/class-backend.php:82 +msgid "Changelog" +msgstr "" + +#: includes/class-backend.php:83 +msgid "Discussion" +msgstr "" + +#: includes/class-backend.php:88 +msgid "Settings updated." +msgstr "" + +#: includes/class-backend.php:94 +#: includes/class-backend.php:228 +msgid "Settings" +msgstr "" + +#: includes/class-backend.php:97 +#: includes/class-backend.php:229 +#: includes/class-backend.php:381 +#: includes/class-backend.php:383 +msgid "Attribute Groups" +msgstr "" + +#: includes/class-backend.php:100 +#: includes/class-backend.php:230 +msgid "Premium Version" +msgstr "" + +#: includes/class-backend.php:102 +msgid "Essential Kit" +msgstr "" + +#: includes/class-backend.php:109 +#: templates/product-attributes.php:122 +#: templates/product-attributes.php:131 +msgid "Other" +msgstr "" + +#: includes/class-backend.php:119 +msgid "Single Attributes" +msgstr "" + +#: includes/class-backend.php:122 +msgid "Configure for single attributes - which were not assigned for any groups." +msgstr "" + +#: includes/class-backend.php:126 +msgid "Position" +msgstr "" + +#: includes/class-backend.php:129 +msgid "Above Attribute Groups" +msgstr "" + +#: includes/class-backend.php:130 +msgid "Below Attribute Groups" +msgstr "" + +#: includes/class-backend.php:135 +msgid "Title" +msgstr "" + +#: includes/class-backend.php:141 +#: includes/class-backend.php:555 +msgid "Description" +msgstr "" + +#: includes/class-backend.php:147 +msgid "Show Weight" +msgstr "" + +#: includes/class-backend.php:150 +#: includes/class-backend.php:160 +#: includes/class-backend.php:524 +msgid "Yes" +msgstr "" + +#: includes/class-backend.php:151 +#: includes/class-backend.php:161 +#: includes/class-backend.php:525 +msgid "No" +msgstr "" + +#: includes/class-backend.php:153 +msgid "Show/hide the product weight in \"Single Attributes\"." +msgstr "" + +#: includes/class-backend.php:157 +msgid "Show Dimensions" +msgstr "" + +#: includes/class-backend.php:163 +msgid "Show/hide the product dimensions in \"Single Attributes\"." +msgstr "" + +#: includes/class-backend.php:168 +msgid "Style" +msgstr "" + +#: includes/class-backend.php:172 +msgid "Layout" +msgstr "" + +#: includes/class-backend.php:175 +msgid "Layout 01" +msgstr "" + +#: includes/class-backend.php:176 +msgid "Layout 02" +msgstr "" + +#: includes/class-backend.php:181 +msgid "Suggestion" +msgstr "" + +#: includes/class-backend.php:246 +msgid "Community support" +msgstr "" + +#: includes/class-backend.php:382 +msgid "Attribute Group" +msgstr "" + +#: includes/class-backend.php:384 +msgid "All Attribute Groups" +msgstr "" + +#: includes/class-backend.php:385 +msgid "Edit Attribute Group" +msgstr "" + +#: includes/class-backend.php:386 +msgid "View Attribute Group" +msgstr "" + +#: includes/class-backend.php:387 +msgid "Update Attribute Group" +msgstr "" + +#: includes/class-backend.php:388 +msgid "Add New Attribute Group" +msgstr "" + +#: includes/class-backend.php:389 +msgid "New Attribute Group Name" +msgstr "" + +#: includes/class-backend.php:390 +msgid "Parent Attribute Group" +msgstr "" + +#: includes/class-backend.php:391 +msgid "Parent Attribute Group:" +msgstr "" + +#: includes/class-backend.php:392 +msgid "Search Attribute Groups" +msgstr "" + +#: includes/class-backend.php:393 +msgid "Popular Attribute Groups" +msgstr "" + +#: includes/class-backend.php:394 +msgid "← Go to Attribute Groups" +msgstr "" + +#: includes/class-backend.php:395 +msgid "Separate groups with commas" +msgstr "" + +#: includes/class-backend.php:396 +msgid "Add or remove groups" +msgstr "" + +#: includes/class-backend.php:397 +msgid "Choose from the most used groups" +msgstr "" + +#: includes/class-backend.php:398 +msgid "No groups found" +msgstr "" + +#: includes/class-backend.php:476 +#: includes/class-backend.php:556 +msgid "Apply for" +msgstr "" + +#: includes/class-backend.php:479 +#: includes/class-backend.php:586 +msgid "All products" +msgstr "" + +#: includes/class-backend.php:504 +#: includes/class-backend.php:557 +msgid "Attributes" +msgstr "" + +#: includes/class-backend.php:521 +msgid "Exclude from Additional Information" +msgstr "" + +#: includes/class-backend.php:527 +msgid "Exclude this group from Additional Information. You still can place it in a new tab or elsewhere by using a shortcode." +msgstr "" + +#: includes/class-backend.php:554 +msgid "Name" +msgstr "" + +#: includes/class-backend.php:558 +msgid "Shortcode" +msgstr "" + +#: includes/class-backend.php:573 +msgid "Configure terms" +msgstr "" + +#: includes/class-backend.php:619 +msgid "Excluded from Additional Information" +msgstr "" + +#: includes/class-backend.php:624 +msgid "* Premium Version only" +msgstr "" + +#: includes/class-backend.php:643 +msgid "Add attributes from group" +msgstr "" + +#: includes/class-backend.php:645 +msgid "Attribute group" +msgstr "" + +#: includes/class-backend.php:651 +msgid "Add" +msgstr "" + +#: templates/product-attributes.php:109 +msgid "Weight" +msgstr "" + +#: templates/product-attributes.php:116 +msgid "Dimensions" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/x3p0-breadcrumbs/change_log/CHANGELOG.md b/spec/fixtures/dynamic_finders/plugin_version/x3p0-breadcrumbs/change_log/CHANGELOG.md new file mode 100644 index 000000000..484145b5c --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/x3p0-breadcrumbs/change_log/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.1] - 2023-10-25 + +### Changed + +- Block API bumped to version 3. + +### Removed + +- Removed the `x3p0/breadcrumbs/trail` filter hook at the request of a reviewer for the WordPress.org Plugin Review Team. + +## [1.0.0] - 2023-07-15 + +### Added + +- 🎉 Literally everything. This is version 1.0, after all. diff --git a/spec/fixtures/dynamic_finders/plugin_version/xpath_passive_all.html b/spec/fixtures/dynamic_finders/plugin_version/xpath_passive_all.html index ddabac61d..d3b3af4c9 100644 --- a/spec/fixtures/dynamic_finders/plugin_version/xpath_passive_all.html +++ b/spec/fixtures/dynamic_finders/plugin_version/xpath_passive_all.html @@ -508,3 +508,11 @@ + + + + + + + + diff --git a/spec/fixtures/dynamic_finders/plugin_version/xpro-elementor-addons/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/xpro-elementor-addons/change_log/changelog.txt new file mode 100644 index 000000000..678f55e57 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/xpro-elementor-addons/change_log/changelog.txt @@ -0,0 +1,517 @@ += V 1.4.1 - 24 November 2023 = + +- Tweak: Remove Depreciated code +- Tweak: Update Animated Heading + + += V 1.4.0 - 17 November 2023 = + +- Tweak: Mega Menu Update with PHP 8.1 +- Tweak: Woocommerce Compatibility + + += V 1.3.9 - 31 October 2023 = + +- Tweak: Minimize CSS & JS Files for Optimization +- Tweak: Woocommerce Compatibility +- Fix: Starter Sites Issues When Importing +- Fix: PHP FATAL ERROR On PHP Version 8.1 Or Higher + + += V 1.3.8 - 25 July 2023 = + +- New: Hero Slider Widget Added [Free] +- New: WPML Compatibility Newly Added Widgets +- Tweak: Update In Simple & Advanced Gallery +- Fix: Category Active Color Not Working in Horizontal Menu +- Fix: Category Active Color Not Working in Mega Menu + + += V 1.3.7 - 07 July 2023 = + +- Tweak: Updates In Add to Cart Button +- Tweak: Woocommerce Compatibility +- Fix: Woo Product Reviews Hide When Plugin Install +- Fix: ACF Gallery Not Working With Gallery Widgets +- Fix: Gallery Popup Icons Not Showing +- Fix: Advanced Accordion Toggle Icon Not Showing + + += V 1.3.6 - 21 June 2023 = + +- Tweak: Product Carousel Showing Gallery Image +- Tweak: Increase Feature List Item In Pricing Carousel Widget +- Tweak: Update In Equal Height Not To Apply Outside the Section/Column +- Tweak: Starter Sites Optimized and Minimized Data +- Fix: Starter Sites Importing Issues +- Fix: Starter Sites Not Importing on Localhost +- Fix: Starter Sites replace SVG to PNG +- Fix: Compatibility Issue With Elementor V1.14.0 +- New: New Starter Site Personal Trainer Added + + += V 1.3.5 - 15 June 2023 = + +- Tweak: Update In Device Slider Widget +- Tweak: Update In License Encryption +- Tweak: Secure License Not to Reveal +- Tweak In Product Grid Showing Gallery Image +- Fix: Overflow Backdrop Filter Issue +- Fix: Fixed Social Share Not Showing Correctly +- Fix: Fixed Social Icon Not Showing Correctly +- Fix: Before After Widget Line Color Not Change +- Fix: Post Dynamic Term Throw Error ID Not Found +- Fix: Product Filter not Working with Xpro Swatches +- Fix: Horizontal Timeline Bullet SVG Color Not Changes + + += V 1.3.4 - 05 June 2023 = + +- New: Animated Link Widget Added +- Tweak: Update In Woo Product Image Widget +- Tweak: Rename Dynamic Tags Extensions +- Tweak: Update In Multi Layer Slider Widget +- Fix: Entrance Animation Reveal Effect Not Working Fine +- Fix: Starter Sites Issues When Importing +- Fix: Video Widget Height Issue + + += V 1.3.3 - 22 May 2023 = + +- Fix: Pagination Not Working on Post Grid +- Tweak: Update Entrance Animation Reveal Effect +- Tweak: Update In 3D Flip Book Widget +- Tweak: Update Animated Gradient Background Extension + + += V 1.3.2 - 17 May 2023 = + +- New: Entrance Animation Reveal Effects Added +- New: Add Source Field In Hamburger For Use Template +- Tweak: Change Animated Heading name To Animated Headline +- Tweak: Add Width Field In Mega Menu Vertical Layout +- Tweak: Add Template Choosing Option In Hamburger Widget +- Fix: PHP FATAL ERROR On PHP Version 8.1 Or Higher + + += V 1.3.1 - 09 May 2023 = + +- New: 3D Flip Book Widget Added +- Fix: Image Accordion Button Link Not Working +- Fix: Post Tiles Badge Link Color Not Change +- Fix: Split Slider Description Style Setting Not Working +- Fix: Issues Code Syntax With Old version Of PHP +- Tweak: Add Slug Option To Lightbox For URL Direct Open +- Tweak: Fields Update In Heading Widget +- Tweak: Fields Update In Advanced Heading Widget +- Tweak: Fields Update In Animated Heading Widget +- Tweak: Fields Update In Advanced Info Box +- Tweak: Fields Update In Promo Box +- Tweak: Add Button Width Field to Widgets + += V 1.3.0 - 26 April 2023 = + +- New: Video Gallery Widget Added +- New: Video Carousel Widget Added +- New: Animated Gradient Background Extension Added +- Tweak: Update Remote Arrows Vertical Layout +- Tweak: Add Link Option to Hotspot Widget +- Tweak: Hover Card Border Radius Issue +- Tweak: Add Grouping Option on Lightbox +- Tweak: Modal Popup More Types Added +- Tweak: Gallery & Portfolio Classic Layout Added +- Tweak: Change Dynamic Content Template Name Feature Added +- Tweak: Change Mega Menu Template Name Feature Added +- Tweak: Template Field Multiple Post Types Added +- Fix: Dynamic Content Layout Shift Issue +- Fix: Remote Arrows Not Working With Containers + + += V 1.2.9 - 01 April 2023 = + +- Tweak: Minimize CSS & JS Files for Optimization +- Tweak: Change Color Scheme According to Elementor V3.12.0 +- Tweak: Compatibility Issue with Elementor V3.12.0 +- Tweak: Update Loop Builder and Loop Carousel +- Fix: Ai Content Generate Nonce Issue +- Fix: Exclude Not Working On Query +- Fix: WordPress 6.2 deprecate function get_page_by_title() +- New: Add Remote Arrows for Slider Widgets +- New: Add Preview Setting to Saved Templates + + += V 1.2.8 - 08 March 2023 = + +- New: Add WPML Compatibility To All Widgets +- New: Add Load More & Filter to Loop Builder +- Fix: Loop Builder Individual Show Duplicates +- Fix: Loop Carousel Individual Show Duplicates +- Fix: Mini Cart Toggle Button Alignment Not Working +- Tweak: Search/Ajax Search Button Background Issue +- Tweak: Add Filter_By Field in Product Grid Widget +- Tweak: Add Filter_By Field in Product Carousel Widget +- Tweak: Add Alignment Field to Ai Content Widget + + += V 1.2.7 - 22 February 2023 = + +- New: Advanced Posts Widget [PRO] +- New: Smoke Effect Extension +- Tweak: Swiper Widget Move to Owl Carousel to prevent Conflict +- Tweak: Update in Gallery & Portfolio Carousel +- Tweak: Update In Post Carousel Widget +- Tweak: Query Tab Update Term Field + + += V 1.2.6 - 13 February 2023 = + +- New: AI ChatGPT Assistant Added +- New: AI Auto Content Widget Added +- Fix: Carousel Portfolio External Link Not Working +- Tweak: Update In Mega Menu Feature +- Tweak: Add Custom Filed in Taxonomy +- Tweak: Taxonomy Hover/Active Fields Added +- Tweak: Cross/Up Sells discontinue +- Tweak: Add Product Grid Term Field for Related Product + += V 1.2.5 - 01 February 2023 = + +- Tweak: Update In Modal Popup Widget +- Tweak: Update in Background Overlay Extension +- Tweak: Update in Mega Menu Feature +- New: Preview Post Setting Added for Xpro Theme Builder +- Tweak: Updates In Theme Builder Modules +- Fix: Dynamic Content on Responsive Issue + + += V 1.2.4 - 24 January 2023 = + +- New: Mega Menu Builder Added [Pro] +- New: Mega Menu Widget Added [Pro] +- Tweak: Modal Popup Inline Layout Added +- Tweak: Modal Popup Add Cookies Feature +- Tweak: Speed Optimization CSS & JS +- Fix: Minor Module Issues +- Fix: Background Parallax Print Console + + += V 1.2.3 - 10 January 2023 = + +- Fix: Compatibility Issue with Elementor V3.10.0 +- Fix: License Class Not Found Issue +- Fix: Extension Compatibility With Containers + + += V 1.2.2 - 03 January 2023 = + +- Fix: Pro Widget Activation Issue +- Fix: Pro Extensions Activation Issue +- Tweak: Update In Scroll Effect +- Tweak: Mailchimp Subscribe Form +- New: Extension Compatibility With Containers + + += V 1.2.1 - 02 January 2023 = + +- Tweak: Update In Horizontal Menu Widget +- Tweak: Add Checkbox Required Field In Contact Form +- Tweak: Add Mask Option In Advanced Gallery & Portfolio +- Tweak: Add Mask Option In Carousel Gallery & Portfolio +- Tweak: Add Nav Layouts In All Slider/Carousel Widgets +- Tweak: Add Dots Layouts In All Slider/Carousel Widgets +- Tweak: Add Stroke Field on Advanced Heading +- Tweak: Add Stroke Field on Animated Heading +- Tweak: Add Symbol Color Change Field in Counter +- Fix: Cookies Widget Responsive Issue +- Fix: Stroke not Working on Heading +- Fix: Breadcrumb Previous Not Showing on Blog Page + + += V 1.2.0 - 12 December 2022 = + +- New: Gird Column Extension Added +- New: Loop/Query Builder Added +- New: Loop/Query Carousel Added +- New: Dynamic Tags Extension Added +- New: Term, Taxonomy, User and Site Tags Added +- New: Custom JS Extension Added +- New: Page Title Widget Added +- Fix: Scroll To Top Widget Height Issue +- Fix: Dual Button ID not Apply +- Tweak: Template Widget Update +- Tweak: Alert Box Widget Update +- Tweak: Post Grid Term Field Added +- Tweak: Post Carousel Term Field Added +- Tweak: Update In Post Title Widget +- Tweak: Update Minor Changes In Widgets + += V 1.1.9 - 22 November 2022 = + +- New: Coupon Code Widget Added +- Fix: WC-AJAX Fragment Issue +- Fix: Mini Cart Constant Issue +- Tweak: Update Reading Progress Bar Extension +- Tweak: Vertical Timeline Styling Update + += V 1.1.8 - 07 November 2022 = + +- New: Donation Form Grid Widget Added +- New: Tutor LMS Course Grid Widget Added +- Tweak: Update Equal Height Extension +- Tweak: Add Content Height Field In Post Grid +- Tweak: Add Content Height Field In Post Carousel +- Fix: Ajax Live Search Image Width Slider +- Fix: Testimonial Layout 4 & 5 Reviews not Hide + += V 1.1.7 - 31 October 2022 = + +- New: ACF Group Dynamic Added +- New: ACF Gallery Dynamic Added +- New: Equal Height Extension Added +- Tweak: Update in Author Box Widget +- Tweak: Update in Post Navigation Widget +- Fix: Post Content Show Dummy Text + + += V 1.1.6 - 25 October 2022 = + +- Fix: Posts Grid Dynamic Query not work on Post Archives +- Fix: Dynamic Query on Blog Front Page Nor Working +- Tweak: Update In Extension Reading Progress Bar +- Tweak: Update Audio Player Widget + + += V 1.1.5 - 24 October 2022 = + +- Tweak: Update Woo Cart Widget +- Tweak: Update Comments Widget +- Fix: Compatibility With Xpro Theme V1.1.2 +- New : Audio Player Widget Added +- New : Xpro Theme Builder CPT Compatibility + + += V 1.1.4 - 13 October 2022 = + +- Fix: Image Marquee Add New Item Not Working +- Fix: Advanced Tab Content Color Not Change +- Fix: Unfold Widget Print HTML Markup +- Tweak: Add Icon Change Option In Search Widget +- Tweak: Add Icon Change Option In Ajax Live Search Widget +- New: Wrapper Link Extension Added + + += V 1.1.3 - 03 October 2022 = + +- New: Textual Showcase Widget Added [PRO] +- New: 4 New Starter Sites Added +- Tweak: Update Page Templates & Blocks +- Tweak: Update Background Particles Extension +- Tweak: Lightbox Icon Effects Added + + += V 1.1.2 - 27 September 2022 = + +- Tweak: Update Multi Layer Slider Navigation +- Tweak: Update Multi Layer Slider Dots +- Tweak: Update Background Parallax Extension +- New: Background Particles Extension Added +- New: Template Widget Added +- New: Display Order Extension +- New: Reading Progress Bar Extension +- New: Text Marquee Added [PRO] +- New: Image Marquee Added [PRO] + + += V 1.1.1 - 12 September 2022 = + +- Tweak: Add Gradient Option In Pie Chart +- Tweak: Add One Page Option In Vertical Menu +- Tweak: Fix Social Icon SVG Not Show +- Tweak: Horizontal Menu Active Offset Fix +- Fix: Hamburger Alignment Fix + + += V 1.1.0 - 05 September 2022 = + +- Fix: Add to Cart Widget Throw Error +- Fix: Custom CSS not working +- Fix: Horizontal Menu Styling Issue with Hello theme +- Tweak: Add Option to Change Search Overlay +- Tweak: Update WooCommerce Widget Styling Issues +- New: Split Slider Added [PRO] +- New: Content Marquee Added [PRO] +- New: Starter Sites Importer Added +- New: Demo Content Exporter Added + + += V 1.0.9 - 22 August 2022 = + +- Fix: Display Condition Copy/Paste Issue +- Fix: One Page Navigation Not Working +- Fix: Testimonial Image not show +- Tweak: Simple Contact Form Column Settings + + += V 1.0.8.1 - 16 August 2022 = + +- Fix: Breakpoint Issue Gallery & Portfolio +- Fix: Breakpoint Issue Post & Product Grid +- Fix: Test Compatibility with Elementor 3.0.7 + + += V 1.0.8 - 15 August 2022 = + +- New: Added Woo Filter Widget +- Fix: Post Tiles Responsive Issues +- Fix: SVG Color Not Change In Draw SVG Widget +- Fix: Xpro Select Saved Values Not Show +- Fix: Team Images Not Show on Site Import +- Fix: Testimonial Images Not Show on Site Import +- Tweak: Add More Customization Option In Slide Anything Widget + + += V 1.0.7 - 08 July 2022 = + +- Tweak: Infobox SVG Background Size +- New: Add HTML Tag Option on Info List +- New: Add By Default Open Hotspot Tooltip Option +- New: Add Option To Adjust Width/Height of Image Accordion +- Fix: Update Box Shadow Option In Button Widget +- Fix: Remove Warning Of Magnetic Threshold In Mouse Effect +- Fix: External Link Not Working on Product Quick View + + += V 1.0.6 - 01 July 2022 = + +- Tweak: Update Portfolio Preview Scrollbar +- New: Add Wrapper Styling Option in 360 Widget +- New: Add Custom Icon Option in Testimonial Widget +- New: Add Custom Icon Option in Block Quote Widget +- New: Add Custom Icon Option in Testimonial Carousel Widget +- Fix: Flip Box Svg Color Not Change +- Fix: Product Grid Quick View Swatches +- Fix: Product Content Not Show Correctly + + += V 1.0.5 - 15 June 2022 = + +- Tweak: Update Horizontal Timeline Widget +- Fix: Update Masking Custom Size Error +- Fix: Update Step-Flow Widget Description +- New: Add Dynamic Active to Widgets + + += V 1.0.4 - 6 June 2022 = + +- Tweak: Update Team & Team Carousel Image Width Issue +- Tweak: Update Logo Carousel +- New: Add Pricing Button Responsive Options +- New: Add ACF Dynamic Extension +- New: Add POST Dynamic Extension +- New: Add Custom Field Widget +- Fix: Error Notices on Installing + + += V 1.0.3 - 01 June 2022 = + +- Tweak: Update Logo Carousel Widget +- Tweak: Optimize Assets To Faster Load Time +- Fix: Testimonial Carousel Widget Hover Issue +- Fix: Social Icon Widget SVG Issues +- Fix: Step Flow Widget Transform +- New: Button Option In Restaurant Menu Widget +- New: Added Async In JS Delivery + + += V 1.0.2 - 24 May 2022 = + +- Fix: Team Carousel Hover Issue +- Fix: Post Gird & Carousel Dynamic Query +- Fix: Mouse Effect Get_Post_ID() Error +- Tweak: Update Team Grid Widget +- Tweak: Update Author Box Widget +- Tweak: Added One Page Compatibility to Horizontal Menu + + += V 1.0.1 - 23 May 2022 = + +- Tweak: Update Mouse Effect Extension +- Fix: Remove Mouse Effect Error Notice +- New: Add Minimum PHP Version Notice + + += V 1.0.0 - 19 May 2022 = + +- Tweak: Stable Release V1.0.0 +- Tweak: Update Info Box Widget +- Fix: Icon Box SVG Color Not Change +- New: Add Mouse Effect Extension +- New: Add 3D Tilt Parallax Extension + + += V 0.1.9 - 10 May 2022 = + +- Tweak: Added Woo Swatches Extension +- Tweak: Update Product Grid Widget +- Fix: Icon Box SVG Hover Color + + += V 0.1.8 - 21 April 2022 = + +- Tweak: Added Backdrop Filter Extension +- Tweak: Update Multi Layer Slider Widget +- Fix: License mechanism is not working as expected + + += V 0.1.7 - 17 April 2022 = + +- Fix: Compatibility issues with woocommerce +- Fix: PHP 8.1 throws errors and notices in some cases +- Fix: License mechanism is not working as expected +- Fix: Theme Builder menu not active during layout edit +- Tweak: Updated tested up to Elementor version tag to 3.6.0 +- Tweak: Updated tested up to WordPress version tag to 5.9.0 + + += V 0.1.6 - 14 April 2022 = + +- Tweak: Update Contact Form Widget +- Fix: Extensions behaviour on page + + += V 0.1.5 - 11 April 2022 = + +- Tweak: Added Woo Checkout +- Tweak: Added Woo Filters +- Fix: Xpro Theme Builder Compatibility + + += V 0.1.4 - 07 April 2022 = + +- New: Candley Widget Added +- New: Woo Checkout Widget Added + + += V 0.1.3 - 01 April 2022 = + +- New: Instagram Feed Added +- New: Facebook Feed Added +- Fix: Updates in Woo Widgets + + += V 0.1.2 - 29 March 2022 = + +- New: Add 4 Woo Widgets +- Fix: Escaping issues in code + + += V 0.1.1 - 25 March 2022 = + +- New: Post Duplicator Added +- Tweak: Remove Extra Code +- Tweak: Optimize CSS & JS + + += 0.1.0 - 22 March 2022 = + +- Initial Release \ No newline at end of file